:root {
  --color_default: #1d1a3b;
  --color_default_hover: #312c64;
  --color_secondary: #29b6f6;
  --color_secondary_hover: #29b6f6;
}

.bg-secondary {
  background-color: var(--color_secondary) !important;
}

img {
  max-width: 100%;
}

.btn-primary-custom {
  background-color: var(--color_default);
  color: #fff;
  transition: .2s ease-in-out;
}

.btn-primary-custom:hover {
  background-color: var(--color_default_hover);
  color: #fff;
}

.loader-wrapper {
  background: #f2f2f2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.loader {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-100px, -100px);
  border-radius: 100%;
  z-index: 1001;
}

ul.menu > .mega-menu-item > .mega-menu-link {
  text-transform: uppercase !important;
}

.page {
  overflow-x: hidden;
  max-width: 100vw;
}

.overflow-visible {
  overflow: visible;
}

.index-9 {
  z-index: 9;
}

.footer .widget ul, .widget ul {
  font-size: 13px !important;
  column-gap: 20px;
}

.owl-hasnav .owl-nav .owl-prev, .owl-hasnav .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border: 1px solid var(--color_default);
  transition: .2s ease-in-out;
}

.owl-hasnav .owl-nav .owl-prev:hover, .owl-hasnav .owl-nav .owl-next:hover {
  background: var(--color_default);
  color: #fff !important;
  border-color: var(--color_secondary);
}

.owl-hasnav .owl-nav [class*="owl-"] i {
  color: var(--color_default);
}

.owl-hasnav .owl-nav [class*="owl-"]:hover i {
  color: #fff;
}

.owl-hasnav .owl-nav i {
  margin-top: 5px;
}

.owl-hasnav .owl-nav .owl-prev {
  left: -60px;
}

.owl-hasnav .owl-nav .owl-prev i {
  margin-left: -5px;
}

.owl-hasnav .owl-nav .owl-next i {
  margin-right: -5px;
}

.owl-hasnav .owl-nav .owl-next {
  right: -60px;
}

.owl-noticias .owl-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.timeline .timeline-panel:last-child .timeline-body p:before {
  content: unset !important;
}

header ul.mega-submenu li.active a,
header ul.mega-submenu li:active a,
header ul.mega-submenu li:hover a {
  color: #29b6f6 !important;
}

.loading-items {
  position: relative;
  min-height: 100px;
}

.loading-items:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: .75;
  z-index: 99;
}

.loading-items:after {
  content: '';
  position: absolute;
  bottom: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  border: 5px solid #e0e0e0;
  border-bottom-color: #1d1a3b;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: fa-spin 1s linear infinite;
  z-index: 99;
}

.loading-items-lg:after {

  bottom: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
}

.ttm-box-col-wrapper {
  transition: .2s ease-in-out;
}

#capa-pagina .breadcrumb-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}

#capa-pagina .breadcrumb-wrapper a:hover {
  color: #fff;
  text-decoration: underline;
}

#capa-pagina .ttm-page-title-row-inner .row p {
  font-weight: 100;
}

.image-page {
  max-width: 100%;
}

article.course.single-lp_course .course-featured img {
  max-height: 600px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}

.widget-categories img.icone-categoria {
  background: var(--bg_principal);
  max-width: 100%;
  padding: 5px;
}

body#crescer-social .featured-thumbnail img {
  height: 300px;
  object-fit: cover;
}

.owl-patrocinadores .owl-controls .owl-nav [class*="owl-"] {
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  transition: .2s ease-in-out;
  background-color: #fff;
}

.owl-patrocinadores .owl-controls .owl-nav .owl-prev {
  left: 5px;
}

.owl-patrocinadores .owl-controls .owl-nav .owl-next {
  right: 5px;
}

.owl-patrocinadores .owl-controls .owl-nav [class*="owl-"]:hover {
  background: var(--color_default);
  color: #fff;
}

.testimonial-content blockquote {
  color: #fff !important;
}

.dates-calendar .item-date-calendar {
  border-bottom: 2px solid;
  padding: 5px 0;
}

.dates-calendar .item-date-calendar {
  border-bottom: 2px solid var(--date-color);
  padding: 5px 0;
}

.dates-calendar .item-date-calendar:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}

.dates-calendar .item-date-calendar .pill-date-calendar {
  padding: 10px 15px;
  font-size: 1.15rem;
  text-align: center;
  background: var(--date-color);
  color: #fff;
  font-family: Aria, sans-serif;
  text-transform: uppercase;
  border-radius: 20px;
  width: 250px;
}

.event-title.featured-title h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  height: 58px;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

body#blog .event-title.featured-title h5 {
  height: auto;
  line-clamp: unset;
  -webkit-line-clamp: unset !important;
}

.btn-faq {
  position: relative;
  outline: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
}

.btn-faq i {
  position: absolute;
  right: 0;
  transition: .3s ease;
}

.btn-faq:not(.collapsed) i {
  transform: rotateX(180deg);
  opacity: .75;
}


.wrap-form span.text-input {
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.wrap-form span.text-input.with-icon-pos_left > i,
.wrap-form span.text-input.with-icon-pos_right > i {
  position: absolute;
  left: 16px;
  top: 17px;
  opacity: .9;
  font-size: 14px;
  z-index: 1;
}

.wrap-form span.text-input.with-icon-pos_left input,
.wrap-form span.text-input.with-icon-pos_left select,
.wrap-form span.text-input.with-icon-pos_left textarea {
  padding-left: 35px;
  border: 1px solid #eee;
  background-color: #f5f5f5;
}

.wrap-form label {
  width: 100%;
  margin: 0;
}

.wrap-form button.submit {
  background-color: var(--bg_principal);
  color: #fff;
  border-color: var(--bg_principal);
}

label.file-label {
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 25px;
  background: #f5f5f5;
  font-size: 1.25rem;
  cursor: pointer;
}

.lista-patrocinadores {
  display: grid;
  align-items: center;
  grid-template-columns: calc(100% / 6) calc(100% / 6) calc(100% / 6) calc(100% / 6) calc(100% / 6) calc(100% / 6);
}

.lista-patrocinadores img.image-sponsor-category,
.lista-patrocinadores img.image-sponsor-item {
  width: 100%;
  object-fit: contain;
  height: 120px;
}


.lista-patrocinadores .item-patrocinadores {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  overflow: hidden;
  position: relative;
  padding: 0 35px;
}

.lista-patrocinadores .item-patrocinadores:has([href]) a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  z-index: 999;
  opacity: 0;
  transition: .2s ease-in-out;
}

.lista-patrocinadores .item-patrocinadores:hover a:after {
  opacity: .3;
}


.error-404 {
  background-image: url('/assets/images/bg-image/404-page-bg.webp');
  background-color: rgba(255, 255, 255, .1);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll
}

.page-header {
  margin: 30px 0 15px;
  border-bottom: 1px solid #eee
}

section.error-404 {
  padding: 140px 0;
  text-align: center
}

section.error-404 .ttm-big-icon {
  font-size: 140px
}

section.error-404 h1 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 100%
}

section.error-404 .page-content p {
  font-size: 18px;
  margin-bottom: 30px
}

.imagem-missao-visao-valores {
  text-align: center;
  margin-bottom: 15px;
}

.imagem-missao-visao-valores img {
  height: 200px;
  object-fit: cover;
  margin: auto;
}

.gallery-history:not(:last-child) {
  margin-bottom: 1rem;
}

.ttm-newsletter i {
  color: var(--color_default);
}

.ttm-newsletter input {
  border: 1px solid #333 !important;
  border-right: 0 !important;
  border-radius: 5px 0 0 5px;
  height: 50px;
  color: var(--color_default);
}

.ttm-newsletter button.btn.btn-newsletter {
  border: 1px solid #333;
  border-left: 0;
  width: 100%;
  border-radius: 0 5px 5px 0;
  height: 50px;
  transition: .2s ease-in-out;
}

.ttm-newsletter button.btn.btn-newsletter:hover {
  background-color: var(--color_default);
}

.ttm-newsletter button.btn.btn-newsletter:hover i {
  color: #fff;
}

.heap-item .featured-imagebox-course {
  box-shadow: 0 0 5px 1px #3338;
}

.numeros-item {
  display: grid;
  grid-template-columns: 70px auto;
}

.numeros-item .numeros-icone figure {
  background: var(--color_default);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: contain;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.numeros-item .numeros-icone {
  align-items: center;
  display: flex;
}

.numeros-item .numeros-corpo .numeros-contador {
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-weight: 500;
}

.numeros-item .numeros-corpo .numeros-titulo {
  font-size: .8rem;
  line-height: .9rem;
}

section.ttm-row.introduction-section img.float-right,
section.ttm-row.introduction-section img.float-left {
  max-width: 33vw;
}

section#capa-pagina {
  margin-bottom: 25px;
}

.heading-seperator {
  margin: 1rem 0 2rem 0;
}

#section-depoimentos .ttm-bgcolor-skincolor {
  height: 85%;
}

[vw] [vw-access-button] .access-button {
  border: 1px solid #fff;
}

#section-oficinas .featured-content.featured-content-post {
  height: 125px;
}

.fundo-depoimentos {
  margin-top: 75px;
}

.conteudo-depoimentos {
  margin-top: -75px;
}

.card.card-mission {
  height: 100%;
  border-radius: 50px;
  box-shadow: 5px 10px 5px 0 #3337;
  border: 0;
  padding: 15px;
}

body#page_quem_somos .introduction-section iframe {
  max-width: 100%;
  width: 600px;
  float: right;
  padding: 0 0 15px 15px;
}

.col-md-4 .featured-imagebox .featured-thumbnail img {
  height: 200px !important;
}

.col-md-4 .featured-imagebox .featured-thumbnail .oficina_icone img {
  height: 100% !important;
}

.heaps-section .post-title.featured-title {
  height: 80px;
}

.heaps-section .post-title.featured-title h5 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 50px;
}

.site-page-content figure {
  margin: 0;
}
.page .introduction-section figure img {
  aspect-ratio: unset !important;
  width: 100%;
  height: auto;
  object-fit: contain;
}