.metodo {
  position: relative;
  padding: 50px 0;
  z-index: 1;
  background: url(assets/img/line.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.metodo::after {
  content: '';
  position: absolute;
  width: 70%;
  height: 30%;
  top: 30%;
  right: -5%;
  border-radius: 50%;
  background: linear-gradient(90deg, #FF5EBF 6.9%, #BA1E1E 149.74%);
  mix-blend-mode: screen;
  filter: blur(250px);
}
.metodo h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 12px;
  color: #D7D7D7;
  text-transform: uppercase;
}
.topicos {
  margin-top: 30px;
}
.topicos .col1, .topicos .col2, .topicos .col3 {
  padding: 0 30px;
  width: 33.33333%;
  max-width: 100%;
}
.topicos h3 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 90px;
  font-weight: 400;
  color: #FF5F01;
}
.topicos p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}
.metodo h2 {
  margin: 70px 0 50px 0;
  font-size: 28px;
  font-weight: 800;
}
.metodo h2 span {
  color: #FF5F01;
}
.aprender {
  gap: 15px;
}
.metodo .btn-candidatar {
  padding: 20px 40px;
}
.destaque {
  display: flex;
}
.aprender .col1, .aprender .col2, .aprender .col3 {
  width: 33.33333%;
}
.aprender h5 {
  position: relative;
  color: #FF5F01;
  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%, #C11568 35%, #FF5F01 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, #FF5F01, #C11568, 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 li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.not-alone {
  background-image: url(assets/img/line.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.not-alone .overlay {
  width: 100%;
  padding: 50px 0 100px 0;
  display: flex;
  justify-content: center;
}
.not-alone .container {
  max-width: 920px;
}
.not-alone .row.desktop, .not-alone .row.mobile {
  margin-top: 50px;
}
.not-alone .desktop .col-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.not-alone .desktop .col-right {
  padding-left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.not-alone h2 {
  color: #ffffff;
  text-align: center;
}
.not-alone h2 span {
  color: #FF5F01;
}
.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;
}
.presencial {
  position: relative;
  padding: 50px 0 120px 0;
}
.presencial::after {
  content: '';
  position: absolute;
  width: 60%;
  height: 280px;
  top: 0;
  left: 2%;
  border-radius: 50%;
  background: linear-gradient(90deg, #FF5EBF 6.9%, #BA1E1E 149.74%);
  mix-blend-mode: screen;
  filter: blur(250px);
}
.presencial .col-left {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.presencial .col-left img {
  position: absolute;
  top: 0;
  left: -50%;
  transform: translate(30%, -17%);
}
.presencial .col-left div {
  position: relative;
}
.presencial .col-left h3 {
  color: #FF5F01;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 13px;
}
.presencial .col-left h2 {
  margin-top: 15px;
  color: #f7f7f7;
  font-size: 56px;
  font-weight: 700;
}
.presencial .col-left h2 span {
  color: #FF5F01;
}
.presencial .col-right {
  position: relative;
}
.presencial .col-right .row {
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}
.presencial .col-right .col1, .presencial .col-right .col2 {
  width: 50%;
}
.presencial .card {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.presencial .card p {
  font-size: 16px;
  font-weight: 400;
}
.presencial .btn-candidatar {
  padding: 20px 30px;
}
.grafico {
  margin-top: -56px;
  padding: 80px 0;
  background-image: url(assets/img/mapa_mundi.webp);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.grafico .container {
  width: 750px;
}
.grafico h2 {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
.grafico h2 span {
  color: #FF5F01;
}
.infografico {
  padding-top: 50px;
}
.link_abeso, .link_abeso a {
  color: #ffffff;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.modulos_vantagens_nps {
  position: relative;
}
.modulos_vantagens_nps::after {
  content: '';
  position: absolute;
  width: 12%;
  height: 130%;
  top: -15%;
  right: -5%;
  border-radius: 50%;
  background: linear-gradient(90deg, #FF5EBF 6.9%, #BA1E1E 149.74%);
  mix-blend-mode: screen;
  filter: blur(220px);
}
.modulos {
  position: relative;
  padding: 50px 0;
}
.modulos .row {
  gap: 20px;
}
.modulos h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  color: #ffffff;
}
.modulos h2 span {
  color: #FF5F01;
  font-weight: 700;
}
.modules_content {
  display: none;
}
.modules_accordion {
  position: relative;
  margin-top: 50px;
  z-index: 9;
}
.modules_accordion-item {
  position: relative;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #1C1C1C;
  z-index: 9;
}
.modules-header {
  position: relative;
  background-color: #1B1B1B;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  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, #FF5F01 0%, 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;
  background: linear-gradient(100deg, #FF5F01 0%, #FF8640 30%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modules-header p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}
.modules_content {
  padding: 20px 30px;
  background-color: #ffffff;
  border-radius: 10px;
}
.modules_content li {
  list-style: none;
}
.modules_content li {
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
  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;
}
.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;
}
.coordenadores_faq::after {
  content: '';
  position: absolute;
  width: 12%;
  height: 100%;
  top: 0;
  left: -5%;
  border-radius: 50%;
  background: linear-gradient(90deg, #FF5EBF 6.9%, #BA1E1E 149.74%);
  mix-blend-mode: screen;
  filter: blur(220px);
}
.about_coordenadores {
  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: 820px;
}
.about_coordenadores h2 span {
  color: #A590B7;
}
.about_coordenadores .row {
  gap: 35px;
  align-items: stretch;
  justify-content: center;
}
.row_thiago {
  margin-top: 80px;
}
.row_manoel .col-left, .row_thiago .col-right {
  width: 55%;
}
.row_manoel .col-right, .row_thiago .col-left {
  width: 45%;
}
.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 {
  max-width: 100%;
}
.about_coordenadores h3 {
  font-family: 'Sora', sans-serif;
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(100deg, #FF5F01 0%, #D24A56 30%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about_coordenadores h4 {
  margin-top: -10px;
  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: linear-gradient(107deg, #FF7106 6.47%, #FED061 45.27%, #DD695B 72.79%);
  box-shadow: 0px 0px 13px 0px rgba(253, 159, 255, 0.30);
  padding: 10px;
  margin-left: -15px;
}
.img_thiago {
  position: relative;
}
.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;
}
.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 {
  font-family: 'Poppins', sans-serif;
  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 {
  background: url(assets/img/line.svg), radial-gradient(170% 170% at 53% 240%, rgba(255, 95, 1, 0.50) 0%, rgba(255, 95, 1, 0.0) 100%);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.faq .container {
  padding: 70px 0;
}
.faq .border-gradient {
  padding: 1px;
  width: fit-content;
  background-image: linear-gradient(135deg, #FF5F01, #D24A56);
  border-radius: 8px;
  inset: 1px;
}
.faq h4 {
  padding: 10px 12px;
  background-color: #080808;
  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;
  background: linear-gradient(100deg, #FF5F01 0%, #D24A56 30%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.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;
  background: linear-gradient(100deg, #FF5F01 0%, #D24A56 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  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, #2b141d 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: #FF5F01;
  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%, 0);
  width: 550px;
  max-height: fit-content;
  z-index: 99999;
  overflow: auto;
  background-color: #000000;
  padding: 20px 50px;
}
.modal-aberto {
  overflow: hidden;
  position: relative;
}
.modal-aberto .overlay {
  background-color: #000;
}
body.modal-aberto {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
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.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;
}
.button-check {
  display: flex;
  padding: 8px 0px 8px 22px !important;
}
.button-check::before {
  content: "";
  width: 0;
  height: 0;
  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>");
  position: absolute;
  right: 0px;
  top: 0;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 8px;
  border-radius: 2px;
  padding: 1rem;
}
.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: calc(100% - 100px); */
}
.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 (max-width: 996px) {
  .metodo {
    background: url(assets/img/line_mob.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 3px;
  }
  .metodo::after {
    width: 50%;
    height: 30%;
    top: 5%;
    left: 50%;
    filter: blur(250px);
    transform: translateX(-50%) rotate(135deg);
  }
  .metodo h4 {
    font-size: 11px;
    letter-spacing: 4px;
    line-height: 1.5em;
    text-align: center;
    font-weight: 400;
    color: #D7D7D7;
    text-transform: uppercase;
  }
  .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 {
    width: 100%;
    padding: 12px 20px;
  }
  .aprender .col1, .aprender .col2, .aprender .col3 {
    width: 100%;
  }
  .topicos, .aprender {
    padding: 0 12%;
  }
  .metodo h2 {
    font-size: 24px;
    line-height: 1.3em;
    text-align: center;
  }
  .not-alone {
    background-image: none;
  }
  .aprender h5, .aprender p {
    line-height: 1.5em;
  }
  .presencial {
    background-image: none;
  }
  .presencial::after {
    width: 80%;
    height: 200px;
    top: 50%;
    left: 50%;
    filter: blur(180px);
    transform: translate(-50%);
  }
  .presencial .col-left {
    padding: 0 40px;
    align-items: center;
    justify-content: center;
  }
  .presencial .col-left img {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 320px;
    height: 320px;
    transform: translate(-50%, -35%);
  }
  .presencial .col-left h3 {
    font-size: 10px;
    letter-spacing: 8px;
  }
  .presencial .col-left h2 {
    margin-top: 15px;
    color: #f7f7f7;
    font-size: 40px;
    font-weight: 700;
  }
  .presencial .col-right .row {
    margin-top: 30px;
    gap: 5px;
  }
  .presencial .card {
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .presencial {
    padding: 50px 0 90px 0;
  }
  .grafico {
    margin-top: -20px;
    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;
  }
  .modulos_vantagens_nps::after {
    width: 20%;
    height: 60%;
    top: 20%;
    left: 50%;
    filter: blur(170px);
    transform: translate(-50%);
  }
  .modulos {
    border-bottom: 1px solid #535353;
    background-image: none;
  }
  .modulos h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .modulos .row {
    gap: 0;
  }
  .modules_accordion {
    margin-top: 0;
  }
  .vantagens {
    padding: 50px 0 0 0;
    border-bottom: 1px solid #535353;
  }
  .vantagens h2 {
    font-size: 32px;
  }
  .vantagens h2 span {
    color: #FF5F01
  }
  .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, #FA00FF -2.63%, #FF6B00 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;
  }
  .img_thiago::after {
    right: -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 .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, #FF5F01 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: 40px;
  }
  .pre-footer {
    margin-top: 30px;
  }
  .pre-footer p {
    font-size: 13px;
    font-weight: 100;
    text-align: center;
  }
  .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: calc(100% - 60px);
  } */
}
@media (min-width: 1767px) {
  .Thiago {
    height: 100%;
  }
}