@charset "UTF-8";
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: "Quicksand", sans-serif;
  --tp-ff-heading: "Quicksand", sans-serif;
  --tp-ff-p: "Quicksand", sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
     @color declaration
     */
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-heading-primary: #050d36;
  --tp-heading-secondary: #e67b37;
  --tp-heading-b-light: #050d36;
  --tp-grey-1: #f8fafa;
  --tp-grey-2: #f5f6f8;
  --tp-text-body: #000;
  --tp-text-1: #000;
  --tp-text-2: #6b6f81;
  --tp-theme-1: #0096a9;
  --tp-theme-2: #f7f8f9;
  --tp-border-1: #fff;
  --tp-border-2: #00758d;
  --aedl-1: #92d5e8;
  --aedl-2: #0096a9;
  --aedl-3: #00758d;
  --aedl-escuro: #232b35;
  --aedl-laranja: #e67b37;
  --aedl-laranja-claro: #fae4d7;
  --aedl-laranja-escuro: #8e4310;
  --aedl-alternativo: #006075;
  --bs-primary: --tp-theme-1;
  --bs-secondary: #6c757d;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
}

body {
  font-family: "Quicksand", sans-serif;
}

.fade-in-out {
  opacity: 0;
  transition: opacity 0.5s ease; /* Adapte a duração e a função de temporização conforme necessário */
}

.fade-in-out:not(.d-none) {
  opacity: 1;
}

.header-sticky {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: var(--tp-theme-2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-menu-area.header-sticky {
  background-color: var(--tp-common-white);
  padding-top: 0;
  padding-bottom: 0;
}

.mob-white-sticky.header-sticky {
  background-color: var(--tp-common-white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.third-header.header-sticky {
  background-color: var(--tp-common-white);
}

.hero-content .hero-title {
  font-family: var(--tp-ff-heading);
  font-weight: var(--tp-fw-bold);
}

.hero-content h1 {
  font-size: 1.1rem;
  color: var(--tp-common-white);
}

.tpcourse__title {
  margin: 0;
}

.logo img {
  width: auto;
}

.logo .standard-logo {
  position: relative;
  width: 311px;
  height: 51px;
  display: block;
}

.header-sticky .logo .standard-logo {
  /*width: 200px;*/
  height: 33px;
}

.logo .standard-logo img {
  position: absolute;
}

.logo-white {
  opacity: 0;
}

.home-page .logo-normal,
.home-page .logo-white {
  opacity: 1;
  transition: opacity 0.5s ease-in-out; /* Adicione a transição */
}

.home-page .logo-normal {
  opacity: 0;
}

.home-page .header-sticky .logo-normal {
  opacity: 1;
}

.home-page .header-sticky .logo-white {
  opacity: 0;
}

.home-page .header-sticky div.main-menu ul li a {
  color: var(--tp-text-2);
}

.home-page .header-sticky div.main-menu ul > li:hover > a {
  color: var(--aedl-3);
}

.header-sticky .header__search-input input {
  background-color: #ddd;
  border: 1px solid #ddd;
  height: 40px;
}

.header-sticky .header__search-input {
  font-size: 15px;
}

.header-sticky .header__search-btn {
  background-color: transparent;
}

.tpfea__icon i {
  height: 50px;
  width: 50px;
  line-height: 55px;
}

.header-sticky .tpfea__icon i {
  height: 40px;
  width: 40px;
  line-height: 44px;
  font-size: 15px;
}

.main-menu ul > li > a {
  font-family: "Quicksand", sans-serif;
}

.outras-paginas .main-menu ul > li > a {
  padding: 0;
  color: var(--tp-text-2);
}

.header-sticky .main-menu ul > li > a {
  padding: 0;
}

.home-page .main-menu ul > li > a::before {
  top: 53px;
}

.main-menu ul > li > a::before {
  top: 26px;
}

.header-right .main-menu ul > li > a::before {
  top: 53px;
}

.header-sticky .main-menu ul > li > a::before {
  top: 26px;
}

.header-sticky .header-right .main-menu ul > li > a::before {
  top: 42px;
}

.tpchoose-img-text ul li p {
  margin: 0 0 0 10px;
}

.tp-category-icon i {
  font-size: 36px;
  color: var(--aedl-laranja);
}

.testimonial-area {
  background-color: transparent;
}

/*main{*/
/*    margin-top: 0; !* Valor inicial ou a margem desejada quando não estiver "sticky" *!*/
/*    transition: margin-top 0.5s ease; !* Adicione a propriedade transition com duração e função de temporização desejadas *!*/
/*}*/
/*.menu-sticky{*/
/*    margin-top: 160px;*/
/*}*/
.breadcrumb__list {
  background-color: transparent;
  padding: 0;
}

.breadcrumb__list a,
.breadcrumb__list span {
  color: var(--tp-common-white);
}

.breadcrumb__list span.sub-page-black {
  color: var(--aedl-2);
}

.tpcourse__category ul li a,
.tpcourse__category ul li a:hover {
  background: transparent;
}

.tpcourse__category ul li a:hover {
  color: var(--aedl-2);
}

.tpcourse__category ul li a {
  display: inline-block;
  padding: 0;
  color: var(--aedl-laranja);
}

.tpcourse__category ul li::after {
  content: "|"; /* Conteúdo do elemento separador */
  margin-left: 10px; /* Espaçamento opcional à esquerda do separador */
  color: #ccc; /* Cor do separador desejada */
}

.tpcourse__category ul li:last-child::after {
  content: none; /* Remove o separador do último item */
}

.theme-bg {
  background-color: var(--aedl-2);
}

.custom-link {
  color: var(--aedl-laranja);
}

.custom-link:hover {
  color: var(--aedl-2);
}

.tp-testi__avatar img {
  margin-left: 30px;
  height: 100px;
  width: 100px;
  background-color: white;
  border-radius: 50%;
  border: 10px solid var(--tp-grey-2);
}

.contact-form-input .nice-select {
  width: 100%;
  height: 60px;
  line-height: 58px;
  padding: 0 18px;
  background: #f8fafa;
  border-radius: 4px;
  border: 2px solid #f8fafa;
  color: var(--tp-heading-primary);
  font-size: 16px;
  outline: 0;
}

.contact-form-input .nice-select span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: inherit;
  white-space: normal;
}

.contact-form-input .nice-select:hover {
  border-color: transparent;
}

.contact-form-input .nice-select:focus {
  outline: none;
  border-color: var(--tp-heading-secondary);
}

.wrapper {
  box-shadow: none;
  padding: 0;
}

.wrapper .form {
  border: 2px dashed var(--aedl-3);
}

.wrapper .form :where(i, p) {
  color: var(--aedl-3);
}

.small,
small {
  font-size: 0.5em;
}

.main-menu ul > li:hover > .submenu {
  top: 120%;
}

.home-page .main-menu ul > li:hover > .submenu {
  top: 100%;
}

.progress-wrap {
  box-shadow: inset 0 0 0 2px rgba(0, 117, 141, 0.2);
}

.or-divide {
  border-top: 2px solid var(--tp-theme-1);
}

.tab-nav-link.active {
  background-color: var(--aedl-laranja);
}

.tab-nav-link {
  background: var(--aedl-laranja-claro);
}

.tpcourse__tag.c-gosto i {
  background: var(--tp-heading-secondary);
  color: var(--tp-common-white);
}

.contat-form-input-1 input[type=checkbox] {
  /* width: 100%; */
  /* height: 60px; */
  /* line-height: 58px; */
  /* padding: 0 18px; */
  background: #f8fafa;
  border-radius: 4px;
  border: 2px solid #f8fafa;
  color: var(--tp-heading-primary);
  font-size: 16px;
  outline: 0;
}

.tp-section-title {
  margin-bottom: 0.5rem;
  font-weight: var(--tp-fw-bold);
  color: var(--tp-heading-primary);
}

.tpcourse__meta-gap ul li span {
  font-size: 18px;
  font-weight: bold;
  color: var(--aedl-3);
}

.tpcourse__meta-gap ul li span.horas-icon {
  color: var(--tp-heading-secondary);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.counter-item__title {
  transition: all 0.3s ease-out 0s;
  font-family: var(--tp-ff-heading);
  color: var(--tp-heading-primary);
  margin-top: 0px;
  font-weight: var(--tp-fw-bold);
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .counter-item__title {
    font-size: 1.5rem;
  }
}
.tp-cat-item .tp-category-title {
  color: var(--tp-heading-primary);
  transition: all 0.3s ease-out 0s;
}

.tpfea__title {
  transition: all 0.3s ease-out 0s;
  font-family: var(--tp-ff-heading);
  color: var(--tp-heading-primary);
  margin-top: 0px;
  font-weight: var(--tp-fw-bold);
  line-height: 1.2;
}

.sidebar-info .titulo-sidebar {
  font-size: var(--tp-fz-h1);
  font-family: var(--tp-ff-heading);
  color: var(--tp-heading-primary);
  margin-top: 0px;
  font-weight: var(--tp-fw-bold);
  line-height: 1.2;
  transition: all 0.3s ease-out 0s;
}

.tp-sub-title,
.tp-suit__title span {
  color: var(--aedl-3);
}

.tp-btn {
  background-color: var(--aedl-3);
}

.tp-btn-home {
  background-color: #ffffff;
  color: var(--aedl-alternativo);
}

.tp-border-btn {
  color: var(--aedl-laranja-escuro);
  border: 1px solid var(--aedl-laranja-escuro);
}

.tp-blog__meta,
.tp-testi__rating {
  color: var(--aedl-alternativo);
}

.c-details-thumb::before {
  background: none;
}

.cd-information ul li:last-child {
  border-bottom: none;
}

.cd-information ul li i.fa-arrow-right {
  margin-right: 0;
}

.cd-information2 {
  list-style: none;
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid rgba(5, 13, 54, 0.1);
}

.wrap {
  white-space: pre-line;
}

.tp-btn-sm {
  padding: 0.375rem 0.75rem !important;
  line-height: 1.5;
}
.tp-btn-sm i {
  padding: 0 !important;
}

.nice-select {
  white-space: normal;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .list {
  margin-top: 5px;
  top: 100%;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  max-height: 210px;
  overflow-y: scroll;
  padding: 52px 0 0;
}

.nice-select.has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 53px;
  line-height: 22px;
}

.nice-select.has-multiple span.current {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}

.nice-select.has-multiple .multiple-options {
  display: block;
  line-height: 37px;
  margin-left: 30px;
  padding: 0;
}

.nice-select .nice-select-search-box {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  margin-top: 5px;
  top: 100%;
  left: 0;
  z-index: 8;
  padding: 5px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100% !important;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
}

.nice-select.open .nice-select-search-box {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.page-link {
  color: var(--aedl-3);
}

.page-link:focus {
  box-shadow: none;
  color: var(--aedl-3);
}

.page-link:hover {
  color: var(--aedl-3);
}

.page-item.active .page-link {
  background-color: var(--aedl-3);
  border-color: var(--aedl-3);
}

.pagination {
  justify-content: center; /* Alinha os itens ao centro horizontalmente */
}

.nice-select.open .list {
  width: 100%;
}

.tp-btn.tp-btn-sm {
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-weight: normal;
}

.tp-btn.tp-btn-sm:hover {
  background-color: var(--aedl-2);
}

.btn-success {
  background-color: #7acc7a;
  border-color: #7acc7a;
}

.btn-danger {
  background-color: #e5584a;
  border-color: #e5584a;
}

#cookies-policy .cookiesBtn__link {
  background: var(--tp-border-2) !important;
  border: 1px solid var(--tp-border-2) !important;
}

#cookies-policy .cookies__details:focus,
#cookies-policy .cookies__details:hover {
  color: var(--aedl-3) !important;
}

#cookies-policy .cookies__details {
  color: var(--aedl-3) !important;
}

#cookies-policy .cookies__category input:checked + .cookies__box:after {
  background: var(--aedl-3) !important;
}

#cookies-policy .cookies__intro a {
  color: var(--aedl-3) !important;
}

#cookies-policy .cookies__intro a:focus,
#cookies-policy .cookies__intro a:hover {
  color: var(--aedl-3) !important;
}

