@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter/Inter-Thin.woff2') format('woff2'),
    url('assets/fonts/inter/Inter-Thin.woff') format('woff'),
    url('assets/fonts/inter/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter/Inter-ExtraLight.woff2') format('woff2'),
    url('assets/fonts/inter/Inter-ExtraLight.woff') format('woff'),
    url('assets/fonts/inter/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter/Inter-Light.woff2') format('woff2'),
    url('assets/fonts/inter/Inter-Light.woff') format('woff'),
    url('assets/fonts/inter/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter/Inter-Medium.woff2') format('woff2'),
    url('assets/fonts/inter/Inter-Medium.woff') format('woff'),
    url('assets/fonts/inter/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter/Inter-SemiBold.woff2') format('woff2'),
    url('assets/fonts/inter/Inter-SemiBold.woff') format('woff'),
    url('assets/fonts/inter/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter/Inter-Black.woff2') format('woff2'),
    url('assets/fonts/inter/Inter-Black.woff') format('woff'),
    url('assets/fonts/inter/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
.aprender {
  gap: 15px;
}
.destaque {
  display: flex;
}
.metodo2 {
  position: relative;
  padding: 70px 0;
}
.metodo2::after {
  content: '';
  position: absolute;
  width: 70%;
  height: 70%;
  top: 0%;
  left: 50%;
  border-radius: 50%;
  background: rgba(65, 57, 129, 0.74);
  mix-blend-mode: screen;
  filter: blur(180px);
  transform: translateX(-50%) translateY(-20%);
}
.metodo2 h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 12px;
  color: #D7D7D7;
  text-transform: uppercase;
}
.metodo2 h2 {
  margin: 0 0 50px 0;
  font-size: 28px;
  font-weight: 900;
}
.metodo2 h2 span {
  color: #F3D552;
}
.aprender {
  gap: 15px;
}
.metodo2 .btn-candidatar {
  padding: 20px 40px;
}
.aprender .col1, .aprender .col2, .aprender .col3 {
  width: 33.33333%;
}
.aprender h5 {
  position: relative;
  color: #F3D552;
  font-size: 18px;
}
.aprender h5::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url(assets/img/check.svg);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.content1 {
  position: relative;
  padding: 25px 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: 350px;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .content1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 0px;
    background: linear-gradient(0deg, rgba(224, 0, 102, 0) 10%, rgba(67, 129, 255, 0.47) 35%, #6394FF 78%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: destination-out;
    z-index: -1;
  }
}
@-moz-document url-prefix() {
  .content1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: linear-gradient(#010009, #010009), linear-gradient(to bottom, #6394FF, rgba(67, 129, 255, 0.47), transparent);
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
    z-index: -1;
  }
}
.aprender ul {
  list-style: none;
  margin-block-start: 0;
  padding-inline-start: 0;
}
.aprender ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.not-alone {
  position: relative;
}
.not-alone::after {
  content: '';
  position: absolute;
  width: 70%;
  height: 70%;
  bottom: 0%;
  left: 50%;
  border-radius: 50%;
  background: rgba(65, 57, 129, 0.74);
  mix-blend-mode: screen;
  filter: blur(180px);
  transform: translateX(-50%) translateY(30%);
}
.not-alone .overlay {
  position: relative;
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  z-index: 9;
}
.not-alone .container {
  max-width: 920px;
}
.not-alone .row.desktop, .not-alone .row.mobile {
  margin-top: 50px;
}
.not-alone .desktop .col-left {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.not-alone .desktop .col-right {
  width: 55%;
  padding-left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.not-alone h2 {
  color: #ffffff;
  text-align: center;
}
.not-alone h2 span {
  color: #F3D552;
}
.coordenadores_mobile {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.prints.desktop {
  position: relative;
  padding-top: 50px;
  z-index: 1;
}
.prints.desktop h2 {
  text-align: center;
  margin-bottom: 50px;
}
.praticas_presenciais {
  padding: 80px 0;
  z-index: 9;
}
.praticas_presenciais h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 13px;
  text-transform: uppercase;
  color: rgba(239, 250, 249, 0.8);
}
.praticas_presenciais h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #EFFAF9;
}
.praticas_presenciais .cards {
  width: 1240px;
  max-width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.praticas_presenciais .card {
  width: 384px;
  max-width: 100%;
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  background-color: rgba(83, 83, 83, 0.23);
  border: 1px solid rgba(199, 229, 254, 0.27);
  border-radius: 10px;
}
.praticas_presenciais .card img {
  width: auto;
  height: 43px;
}
.praticas_presenciais .card p {
  font-size: 18px;
  line-height: 1.4em;
}
.grafico {
  position: relative;
  padding: 80px 0;
  background-image: url(assets/img/mapa_mundi.webp);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 9;
}
.grafico .container {
  width: 820px;
}
.grafico h2 {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
.grafico h2 span {
  color: #F3D552;
}
.infografico {
  padding-top: 50px;
}
.link_abeso, .link_abeso a {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.modulos_vantagens_nps {
  position: relative;
}
.modulos_vantagens_nps::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 350px;
  top: 0%;
  left: 50%;
  border-radius: 50%;
  background: rgba(65, 57, 129, 0.01);
  mix-blend-mode: screen;
  filter: blur(180px);
  transform: translateX(-50%) translateY(-30%);
}
.modulos_vantagens_nps::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  top: 0%;
  left: 40%;
  background-image: url(assets/img/ELIPSE.webp);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-50%, -20%);
}
.modulos {
  position: relative;
  padding: 50px 0;
}
.modulos::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 350px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: rgba(65, 57, 129, 0.74);
  mix-blend-mode: screen;
  filter: blur(180px);
  transform: translateX(-50%) translateY(50%);
}
.modulos .row {
  gap: 20px;
}
.modulos h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  color: #ffffff;
}
.modulos h2 span {
  color: #F3D552;
  font-weight: 700;
}
.modules_content {
  display: none;
}
.modules_accordion {
  position: relative;
  margin-top: 50px;
  z-index: 9;
}
.modules_accordion-item {
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #1C1C1C;
}
.modules-header {
  position: relative;
  background-color: #080F0E;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-radius: 10px;
  cursor: pointer;
}
.modules-header::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  background: linear-gradient(90deg, #0052CC 0%, rgba(0, 41, 102, 0.50) 49%, transparent 60%);
  border-radius: 10px;
  z-index: -9;
}
.modules-header::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 0.1em;
  color: #ffffff;
  transform: translateY(-50%) rotate(360deg);
  transition: ease 0.3s
}
.modules-header.active::after {
  content: "-";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 0.1em;
  color: #ffffff;
  transform: translateY(-50%);
  transition: ease 0.3s
}
.modules-header h4 {
  font-size: 16px;
  font-weight: 400;
  color: #F3D552;
  /* background: linear-gradient(100deg, #FFCF00 0%, #F3D552 30%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.modules-header p {
  font-size: 18px;
  font-weight: 400;
}
.modules_content {
  padding: 20px 30px;
  background-color: #ffffff;
  border-radius: 10px;
}
.modules_content li {
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #515151;
}
.vantagens {
  padding: 50px 0;
}
.vantagens .container {
  width: 1310px;
}
.vantagens h2 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 12px;
  color: #D7D7D7;
  text-align: center;
  text-transform: uppercase;
}
.vantagens .row {
  position: relative;
  padding: 5px 0;
  justify-content: center;
}
.vantagens .card {
  width: 25%;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
.vantagens .card img {
  max-width: 40px;
  height: 40px;
}
.vantagens .card p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.vantagens .card.card1 {
  gap: 5px;
}
.vantagens .card.card1 p {
  font-size: 16px;
}
.vantagens_button .btn-candidatar {
  padding: 20px 50px;
}
.depoimentos {
  padding: 80px 0 50px 0;
  position: relative;
  overflow: hidden;
}
.depoimentos .container {
  position: relative;
  width: 850px;
}
.depoimentos .row {
  justify-content: center;
  align-items: center;
}
.depoimentos .col {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.depoimentos h2 {
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
.depoimentos h2 span {
  color: #A590B7;
}
.depoimentos p {
  color: #484747;
  text-align: center;
  font-size: 16px;
}
.testimonial-container {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 35px;
}
.testimonial-wrapper .img img {
  max-width: 245px;
  cursor: pointer;
  object-position: center;
  transform: scale(0.9);
  transition: ease 0.3s;
}
.testimonial-wrapper .swiper-slide-next .img img {
  max-width: 245px;
  cursor: pointer;
  object-position: center;
  transform: scale(1.1);
}
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.lightbox iframe {
  width: 90%;
  max-width: 800px;
  height: 75vh;
  border: none;
}
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 32px;
  color: #fff;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  max-width: 33% !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: blur(2px);
}
.swiper-slide::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  padding: 10px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-image: url(assets/img/play.svg);
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3));
  cursor: pointer;
}
.swiper-slide.swiper-slide-next {
  filter: blur(0);
}
.swiper-slide .swiper-slide img {
  display: block;
  width: 90%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next {
  position: relative;
  right: 0 !important;
  width: 50px !important;
  height: 50px !important;
  transform: translateX(0);
}
.swiper-button-prev {
  position: relative;
  left: 0 !important;
  width: 50px !important;
  height: 50px !important;
  transform: translateX(0);
}
.swiper-button-next::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/img/arrow-right.svg);
  background-size: 50px 50px;
  opacity: 1;
}
.swiper-button-prev::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/img/arrow-left.svg);
  background-size: 50px 50px;
  opacity: 1;
}
.depoimentos .col-row {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  z-index: 9;
}
.depoimentos .btn {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  padding: 20px 100px;
  border-radius: 10px;
  background: linear-gradient(to right, #A590B7 10.09%, #E6CBFE 50.38%, #A590B7 100%);
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  max-width: fit-content;
}
.nps {
  padding: 100px 0 50px 0;
}
.nps .row {
  gap: 50px;
}
.nps .col-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
}
.nps .col-left h2 {
  font-size: 36px;
}
.nps .col-left p {
  font-size: 12px;
  font-weight: 200;
}
.nps .col-right {
  width: 60%;
  display: flex;
  justify-content: end;
  align-items: end;
}
.coordenadores_faq {
  position: relative;
}
.about_coordenadores {
  width: 100%;
  padding: 50px 0 80px 0;
  background: url(assets/img/SEPARADOR.svg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.about_coordenadores .container {
  width: 940px;
}
.about_coordenadores h2 span {
  color: #A590B7;
}
.about_coordenadores .row {
  gap: 35px;
  align-items: stretch;
  justify-content: center;
}
.row_thiago {
  margin-top: 80px;
}
.row_thaisa .col-left, .row_thiago .col-right {
  position: relative;
  width: 55%;
  padding-right: 50px;
}
.row_thaisa .col-left::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  top: 0%;
  left: 0;
  border-radius: 50%;
  background: rgba(65, 57, 129, 0.74);
  mix-blend-mode: screen;
  filter: blur(120px);
  transform: translateX(-50%) translateY(-20%);
}
.row_thaisa .col-right::before {
  content: '';
  position: absolute;
  width: 120%;
  height: 120px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: rgba(65, 57, 129, 0.74);
  mix-blend-mode: screen;
  filter: blur(100px);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.row_thiago .col-left::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 120px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: rgba(65, 57, 129, 0.74);
  mix-blend-mode: screen;
  filter: blur(90px);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.row_thiago .col-right {
  display: flex;
  justify-content: end;
}
.row_thiago .col-right::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  top: 0%;
  right: 0;
  border-radius: 50%;
  background: rgba(65, 57, 129, 0.74);
  mix-blend-mode: screen;
  filter: blur(120px);
  transform: translateX(30%) translateY(-10%);
}
.row_thaisa .col-right, .row_thiago .col-left {
  position: relative;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_coordenadores .col {
  position: relative;
  padding: 15px 15px 25px 15px;
  justify-content: start;
  width: 33%;
}
.about_coordenadores .content2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about_coordenadores img {
  position: relative;
  max-width: 100%;
  z-index: 9;
}
.about_coordenadores h3 {
  font-family: 'Sora', sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #E1C8E1;
  /* background: linear-gradient(100deg, #FFCF00 0%, #F3D552 30%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.row_thiago .content2 h3 {
  font-size: 30px;
}
.row_thiago .img_thiago {
  position: relative;
}
.row_thiago .img_thiago::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 0px;
  width: 120px;
  height: 120px;
  background-image: url(assets/img/top_of_mind_brazil-mq.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
}
.about_coordenadores h4 {
  margin-top: -5px;
  font-size: 14px;
  font-weight: 400;
}
.about_coordenadores li {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.35em;
}
.about_coordenadores .btn-candidatar {
  border-radius: 2px;
  background: #0052CC;
  box-shadow: 0px 0px 13px 0px rgba(253, 159, 255, 0.3);
  padding: 10px;
  margin-left: -15px;
}
.vagas_pos {
  padding: 80px 0 50px 0;
}
.vagas_pos .container {
  width: 100%;
}
.vagas_pos .col {
  gap: 30px;
}
.vagas_pos h2 {
  font-family: 'Aragusha', sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.4em;
  letter-spacing: 10.8px;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #C7E5FE;
}
.vagas_pos ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.vagas_pos li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 4.65px;
  text-transform: uppercase;
}
.vagas_pos .cards {
  padding: 30px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.vagas_pos .card {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 226, 154, 0.27);
  background: radial-gradient(151.92% 127% at 15.32% 21%, rgba(255, 227, 154, 0.08) 0%, rgba(255, 206, 78, 0.08) 77.08%, rgba(255, 227, 154, 0.08) 100%), rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}
.vagas_pos .cards p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.3em;
  text-transform: uppercase;
}
.vagas_pos .btn-candidatar {
  padding: 20px 50px;
}
.faq {
  width: 100%;
  background: url(assets/img/line.svg), radial-gradient(170% 170% at 53% 240%, #0052CC 0%, rgba(37, 1, 255, 0.01) 100%);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.faq .container {
  padding: 70px 0;
}
.faq h4 {
  width: fit-content;
  padding: 10px 12px;
  background-color: #080808;
  border: 1px solid #F3D552;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
}
.faq h3 {
  font-size: 37px;
  font-weight: 600;
}
.faq h2 {
  font-size: 37px;
  font-weight: 600;
  color: #F3D552;
}
.faq .col-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq .col-right {
  width: 60%;
}
.faq h2 {
  font-size: 32px;
}
.faq .accordion-item {
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 15px;
}
.faq-header {
  background-color: rgba(30, 30, 30, 0.05);
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0);
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  text-align: left;
  overflow-anchor: none;
  cursor: pointer;
  transition: ease 0.3s;
}
.faq-header:hover,
.faq-header.active {
  color: #ffffff;
  background-color: rgba(30, 30, 30, 0.5);
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.faq-header p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  transition: 0.4s;
  margin-bottom: 0;
}
.faq-header::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 0.1em;
  color: #ffffff;
  transform: translateY(-50%) rotate(90deg);
  transition: ease 0.3s;
}
.faq-header.active::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 0.1em;
  color: #ffffff;
  transform: translateY(-50%) rotate(630deg);
}
.content {
  position: relative;
  padding: 18px;
  display: none;
  overflow: hidden;
  transition: 0.4s;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.content p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5em;
}
.faq .row_button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.row_logo_footer {
  padding-top: 50px;
}
.logo_footer {
  margin-top: 20px;
}
.logo_footer h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.logo_footer .box {
  margin-top: 30px;
  padding: 20px 30px;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 10px;
  background-image: linear-gradient(93deg, #00fFEA0D 63%, #00000017 100%);
}
.logo_footer .box .row {
  justify-content: center;
  align-items: center;
  gap: 50px
}
.logo_footer .box .col-left {
  width: 45%;
}
.logo_footer .box .col-right {
  width: 55%;
}
.logo_footer p {
  font-size: 17px;
  line-height: 1.5em;
}
.qr-code {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qr-code img {
  border-radius: 10px;
}
footer {
  padding: 30px 0;
  background-image: linear-gradient(150deg, #000000 0%, #080808 55%);
}
footer .col-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
footer .col-left .row {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
footer .col-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
footer .col-left p {
  font-size: 13px;
  text-align: center;
  font-weight: 100;
}
footer .col-right p, footer .col-right p a {
  font-size: 13px;
  font-weight: 300;
  color: #D3D3D3;
  text-decoration: none;
}
footer .col-right p a:hover {
  color: #ffffff;
}
.captura::-webkit-scrollbar {
  width: 3px;
}
.captura::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
  border-radius: 10px;
}
.captura::-webkit-scrollbar-thumb {
  background: #F3D552;
  border-radius: 10px;
  border: 1px solid #000;
}
.captura::-webkit-scrollbar-thumb:hover {
  background: #6F0087;
}
.capture_form input,
.captura #button-check {
  background-color: #ffffff;
  border-color: #000000;
  border-width: 2px 2px 2px 2px;
  border-radius: 5px;
  width: 100%;
  padding: 8px 16px;
  font-size: 16px;
}
.capture_form input[type="text"]::placeholder {
  color: #212529;
  font-weight: 400;
  opacity: 0.9;
}
.ocultar {
  display: none;
}
.btn-checkout {
  cursor: pointer;
}
.modal-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 10px);
  width: 550px;
  max-height: fit-content;
  z-index: 99999;
  overflow: auto;
  background-color: #000000;
  padding: 20px 50px;
}
body.modal-aberto {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: hidden !important;
}
body.modal-aberto a {
  overflow: hidden;
  pointer-events: none;
}
/* body.modal-aberto .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.19);
  z-index: 9999;
} */
body.modal-aberto::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
.fechar {
  position: relative;
  width: 100%;
  height: 40px;
}
#fechar-modal {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-weight: 400;
}
#fechar-modal span {
  position: absolute;
  top: 0;
  right: 5px;
  width: 2px;
  height: 20px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
#fechar-modal span:last-child {
  position: absolute;
  top: 0;
  right: 5px;
  width: 2px;
  height: 20px;
  background-color: #ffffff;
  transform: rotate(135deg);
}
.txt-modal h3 {
  text-align: center;
  font-size: 22px;
  line-height: 1.25em;
}
.captura form {
  text-align: center;
}
.captura input[type="text"],
.captura select,
.button-check {
  background-color: #ffffff;
  border-color: #000000;
  border-width: 2px 2px 2px 2px;
  border-radius: 5px;
  width: 100%;
  padding: 8px 16px;
  font-size: 16px;
  margin-top: 10px;
  position: relative;
  line-height: 1.2em;
}
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.tempo_form {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 8px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}
input.form-check-input {
  margin-right: 7px;
}
.captura input[type="text"]._has_error,
.captura select._has_error, .button-check._has_error {
  background-color: #ffdddd !important;
}
.captura input[type="text"]::placeholder {
  color: #212529;
  font-weight: 400;
  opacity: 0.9;
}
.captura legend {
  margin-bottom: 0px;
  margin-top: 10px;
}
.captura ._form-label {
  display: none;
}
.captura .btn-candidatar {
  margin-top: 20px;
}
#checkboxes {
  display: none;
}
#checkboxes.show {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  padding: 8px 16px;
  background-color: #ffffff;
  z-index: 1;
  width: 100%;
}
.entrada {
  display: flex;
  gap: 7px;
}
.entrada label,
.entrada input,
select option {
  cursor: pointer;
  color: #000;
}
.select-options-wrapper {
  background-color: #ffffff;
  padding: 20px;
  text-align: left;
}
.error-message {
  display: none;
}
._has_error ~ .error-message {
  display: block;
}
.btn-candidatar.pop-btn {
  padding: 10px 40px;
}
@media (min-width: 1254px) {
  .praticas_presenciais .container {
    width: 100%;
  }
}
@media (min-width: 1772px) {
  .praticas_presenciais .container {
    width: 100%;
  }
  .praticas_presenciais .cards {
    width: 1668px;
  }
}
@media (max-width: 996px) {
  .metodo {
    padding: 20px 0 50px;
    border-bottom: 0;
  }
  .metodo::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: rgba(65, 57, 129, 0.74);
    mix-blend-mode: screen;
    filter: blur(180px);
    transform: translateX(-50%) translateY(-50%);
  }
  .metodo h4 {
    font-size: 11px;
    letter-spacing: 4px;
    line-height: 1.5em;
    text-align: center;
    font-weight: 400;
    color: #D7D7D7;
    text-transform: uppercase;
  }
  .metodo2 {
    border-bottom: 0;
  }
  .metodo2::after {
    content: none;
  }
  .metodo2 h2 {
    text-align: center;
  }
  .topicos .col1, .topicos .col2, .topicos .col3 {
    padding: 0 30px;
    max-width: 100%;
  }
  .topicos h3 {
    font-weight: 500;
  }
  .line {
    margin: 0 0 20px 0;
  }
  .prints.mobile h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
  }
  .prints.mobile h2 span {
    color: #2EF2CF;
  }
  .topicos .col1, .topicos .col2, .topicos .col3 {
    padding: 12px 20px;
  }
  .aprender .col1, .aprender .col2, .aprender .col3 {
    width: 100%;
  }
  .topicos, .aprender {
    position: relative;
    padding: 0 12%;
  }
  .aprender::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 40%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: rgba(65, 57, 129, 0.74);
    mix-blend-mode: screen;
    filter: blur(220px);
    transform: translateX(-50%) translateY(-50%);
  }
  .metodo h2 {
    font-size: 24px;
    line-height: 1.3em;
    text-align: center;
  }
  .not-alone {
    padding-bottom: 50px;
    background-image: none;
  }
  .not-alone::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 10%;
    top: 10%;
    left: 50%;
    border-radius: 50%;
    background: rgba(65, 57, 129, 0.74);
    mix-blend-mode: screen;
    filter: blur(100px);
    transform: translateX(-50%) translateY(0%);
  }
  .aprender h5, .aprender p {
    line-height: 1.5em;
  }
  .praticas_presenciais {
    padding: 0 0 90px 0;
  }
  .praticas_presenciais h3 {
    font-size: 12px;
    letter-spacing: 10px;
    line-height: 1.2em;
  }
  .praticas_presenciais h2 {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.2em;
  }
  .praticas_presenciais .cards {
    width: 100%;
    gap: 15px;
  }
  .praticas_presenciais .card2 img {
    width: 46px;
  }
  .praticas_presenciais img {
    width: auto;
    height: 43px;
  }
  .praticas_presenciais .card p {
    font-size: 18px;
    margin-bottom: 0;
  }
  .row-pratica {
    gap: 0;
  }
  .cards-pratica {
    margin-top: 30px;
  }
  .grafico {
    margin-top: -30px;
    padding: 60px 0;
    background-image: url(assets/img/mapa_mundi_mob.webp);
    background-size: 100% 100%;
  }
  .grafico h2 {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
  }
  .grafico img {
    max-width: 100%;
  }
  .link_abeso {
    margin-top: 20px;
  }
  .link_abeso, .link_abeso a {
    font-size: 5px;
  }
  .modulos_vantagens_nps::after {
    content: none;
  }
  .vantagens::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    left: 50%;
    border-radius: 50%;
    background: rgba(65, 57, 129, 0.741);
    mix-blend-mode: screen;
    filter: blur(180px);
    transform: translateX(-50%) translateY(50%);
  }
  .modulos {
    padding: 100px 0 50px 0;
    border-bottom: 0px solid #535353;
    background-image: none;
  }
  .modulos::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 350px;
    top: 0%;
    left: 0%;
    border-radius: 50%;
    background: url(assets/img/ELIPSE_mob.webp);
    filter: blur(0px);
    transform: translateX(-10%) translateY(-40%);
  }
  .modulos::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1050px;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(20, 0, 255, 0.5);
    mix-blend-mode: screen;
    filter: blur(150px);
    transform: translateX(-50%) translateY(50%);
  }
  .modulos h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .modulos .row {
    gap: 0;
  }
  .modules_accordion {
    margin-top: 0;
  }
  .vantagens {
    padding: 50px 0 0 0;
  }
  .vantagens::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 70%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: rgba(20, 0, 255, 0.5);
    mix-blend-mode: screen;
    filter: blur(120px);
    transform: translateX(-50%) translateY(-50%);
  }
  .vantagens h2 {
    padding-bottom: 30px;
    font-size: 12px;
    line-height: 1.5em;
  }
  .vantagens h2 span {
    color: #F3D552
  }
  .vantagens .row {
    border-bottom: 0;
  }
  .vantagens .card {
    width: 100%;
    margin-bottom: 25px;
  }
  .vantagens .card p, .vantagens .card.card1 p {
    font-size: 22px;
  }
  .vantagens_button {
    padding-top: 50px;
  }
  .nps .col-left {
    padding: 0 12%;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .nps .col-right {
    justify-content: center;
  }
  .nps img.mobile {
    width: 100%;
    max-width: 100%;
  }
  .coordenadores_faq::after {
    background: none;
    mix-blend-mode: normal;
    filter: blur(0);
  }
  .about_coordenadores {
    padding: 60px 0 20px 0;
    background: url(assets/img/SEPARADOR_mob.svg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .about_coordenadores .container {
    width: 100% !important;
    padding: 0 25px;
  }
  .about_coordenadores img {
    max-width: 100%;
  }
  .about_coordenadores h3 {
    margin-left: -15px;
    font-size: 30px;
    background: linear-gradient(117deg, #FFCF00 -2.63%, #FFE679 109.68%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .about_coordenadores h4 {
    margin-top: -5px;
    margin-left: -15px;
    font-size: 16px;
  }
  .about_coordenadores ul {
    margin-top: 15px;
  }
  .about_coordenadores li {
    font-size: 18px;
  }
  .about_coordenadores .btn-candidatar {
    margin-left: 0;
    padding: 20px 10px;
  }
  .row_thiago {
    flex-direction: column-reverse;
  }
  .row_thiago .img_thiago::after {
    bottom: -20px;
    width: 100px;
    height: 100px;
  }
  .vagas_pos {
    padding: 50px 0 50px 0;
  }
  .vagas_pos::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 25%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: rgba(216, 255, 251, 0.4);
    mix-blend-mode: screen;
    filter: blur(180px);
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
  }
  .vagas_pos .container {
    position: relative;
  }
  .vagas_pos h2 {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .vagas_pos ul {
    align-items: start;
  }
  .vagas_pos li {
    padding-left: 10px;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2.4px;
    text-transform: uppercase;
  }
  .vagas_pos img {
    width: 18px;
    height: auto;
    margin-top: 3px;
  }
  .vagas_pos .cards {
    padding: 10px 0;
    flex-direction: column;
  }
  .vagas_pos .card {
    padding: 15px;
    width: 100%;
  }
  .vagas_pos .cards p {
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 1.6em;
  }
  .vagas_pos .btn-candidatar {
    margin-top: 0;
    font-size: 16px;
  }
  .faq {
    padding: 0;
  }
  .faq::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    right: 0;
    border-radius: 50%;
    background: rgba(65, 57, 129, 0.74);
    mix-blend-mode: screen;
    filter: blur(220px);
    transform: translateX(50%) translateY(-50%);
  }
  .faq .overlay {
    padding: 50px 0;
    background: url(assets/img/line_mob.svg);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .faq .container {
    padding: 0;
  }
  .faq .col-left {
    gap: 15px;
  }
  .faq h2 {
    background: linear-gradient(78deg, #F3D552 0%, #CECECE 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }
  .faq-header {
    padding: 1rem 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .accordion {
    margin-top: 25px;
  }
  .row_logo_footer {
    padding-top: 80px;
  }
  .pre-footer {
    margin-top: 30px;
  }
  .pre-footer p {
    font-size: 13px;
    font-weight: 100;
    text-align: center;
  }
  .logo_footer .box .row {
    gap: 20px;
  }
  .logo_footer .box {
    padding: 20px 15px;
    border-radius: 5px;
  }
  .logo_footer p {
    font-size: 16px;
  }
  .qr-code {
    margin-bottom: 20px;
  }
  .qr-code img {
    max-width: 300px;
    border-radius: 5px;
  }
  footer {
    background: none;
  }
  footer .row {
    gap: 15px;
  }
  footer .col-left {
    display: none;
  }
  footer .col-left p {
    font-size: 13px;
    font-weight: 100;
  }
  footer .col-right {
    align-items: center;
    padding: 30px 0;
    gap: 10px;
  }
  .modal-popup {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    padding: 20px 30px;
  }
  #checkboxes.show {
    width: 100%;
  }
}
@media (min-width: 1767px) {
  .Thiago {
    height: 100%;
  }
}