.metodo {
  position: relative;
  padding: 50px 0;
  z-index: 1;
  background: url(assets/img/Line12.svg), linear-gradient(to bottom, transparent 80%, #3083FF 150%);
  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, #3083FF 6.9%, transparent 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;
}
.metodo .line {
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.metodo .line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: linear-gradient(to right, #034CFF, #2EF2CF);
}
.topicos {
  margin-top: 30px;
}
.topicos .col1, .topicos .col2, .topicos .col3 {
  padding: 0 30px;
}
.topicos h3 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 90px;
  font-weight: 400;
  color: #1EBBFF;
}
.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: #1EBBFF;
}
.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: #1EBBFF;
  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;
  z-index: 2;
}
@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%, #413B8B 35%, #1EBBFF 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() {
  .aprender {
    margin-bottom: 35px;
  }
  .content1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: linear-gradient(#09084A, #09084A), linear-gradient(to bottom, #1EBBFF, #413B8B, 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;
}
.aprender ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.not-alone {
  position: relative;
  /* background-image: url(assets/img/Line12.svg), linear-gradient(to bottom, transparent 90%, #3083FF 150% );
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain; */
}
.not-alone::after {
  content: '';
  position: absolute;
  width: 40%;
  height: 180px;
  top: 50%;
  left: 10%;
  border-radius: 50%;
  background: linear-gradient(90deg, #3083FF 6.9%, transparent 149.74%);
  mix-blend-mode: screen;
  filter: blur(90px);
}
.not-alone .overlay {
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.not-alone .container {
  /* max-width: 920px; */
  z-index: 9;
}
.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: #1EBBFF;
}
.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, #3083FF 6.9%, transparent 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 .circuloss {
  position: absolute;
  top: 10%;
  left: -70%;
  transform: translate(30%, -17%);
  opacity: 0.5;
}
.aha {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.presencial .col-left .aha_img {
  position: relative;
}
.presencial .col-left div {
  position: relative;
}
.presencial .col-left h3 {
  color: #1EBBFF;
  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: #1EBBFF;
}
.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 {
  position: relative;
  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;
  z-index: 9;
}
.grafico .container {
  width: 750px;
}
.grafico h2 {
  max-width: 475px;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
.grafico h2 span {
  color: #1EBBFF;
}
.infografico {
  position: relative;
}
.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;
  overflow-x: hidden;
}
.modulos_vantagens_nps::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 140px;
  top: -70px;
  left: -25%;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, #0066FF);
  mix-blend-mode: screen;
  filter: blur(60px);
}
.modulos_vantagens_nps::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 140px;
  top: 50%;
  right: -10%;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, #0066FF);
  mix-blend-mode: screen;
  filter: blur(60px);
}
.modulos {
  position: relative;
  padding: 50px 0 100px 0;
}
.modulos::after {
  content: '';
  position: absolute;
  width: 750px;
  height: 190px;
  bottom: 0;
  left: 30%;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, #0066FF);
  mix-blend-mode: screen;
  filter: blur(60px);
}
.modulos .row {
  gap: 20px;
}
.modulos h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  color: #ffffff;
}
.modulos h2 span {
  color: #1EBBFF;
  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;
  min-height: 112px;
  background-color: #14202F;
  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, #0052CC 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, #33F4D2 0%, #018ADF 20%);
  -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: #1C1C1C;
  border-radius: 10px;
}
.modules_content ul {
  list-style: none;
}
.modules_content li {
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #F9F9F9;
}
.vantagens {
  padding: 50px 0;
}
.vantagens .container {
  width: 1210px;
}
.vantagens h2 {
  margin-bottom: 30px;
  max-width: 265px;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.vantagens h2 span {
  color: #1EBBFF;
}
.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 .line {
  margin: 30px 0;
  width: 100%;
  height: 1px;
  background-color: #535353;
}
.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: 500px;
  height: 500px;
  bottom: 30%;
  left: -30%;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, #0066FF);
  mix-blend-mode: screen;
  filter: blur(90px);
}
.about_coordenadores {
  padding: 50px 0 0px 0;
  background-image: url(assets/img/Line12.svg), linear-gradient(to bottom, transparent 80%, #3083FF 180%);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about_coordenadores .container {
  width: 1180px;
}
.about_coordenadores h2 span {
  color: #A590B7;
}
.about_coordenadores .row {
  gap: 5px;
}
.col-itamar {
  padding-bottom: 40px;
  width: 29%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.img-doctors {
  width: 46%;
  /* padding-bottom: 1px; */
  display: flex;
  justify-content: center;
  align-items: end;
  background-image: url(assets/img/Prevention.webp);
  background-position: 54% 45%;
  background-size: 150px 150px;
  background-repeat: no-repeat;
}
.img-doctors img {
  width: 515px;
  max-width: 100%;
}
.col-thiago {
  padding-bottom: 40px;
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about_coordenadores h3 {
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(0deg, #28F2FF, #1997CD);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about_coordenadores h4 {
  margin-top: -10px;
  font-size: 18px;
  font-weight: 400;
}
.about_coordenadores ul {
  padding-left: 20px;
}
.about_coordenadores li {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.35em;
}
.img_thiago, .img_coordenadores {
  position: relative;
}
.img_coordenadores::after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -40px;
  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;
}
.img_thiago::after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  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-image: url(assets/img/Line12.svg), linear-gradient(to bottom, transparent 80%, #3083FF 180%);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.faq .container {
  padding: 70px 0;
}
.faq h4 {
  width: fit-content;
  padding: 10px 12px;
  border: 1px solid #1EBBFF;
  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: #1EBBFF;
}
.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, #33F4D2 0%, #018ADF 80%);
  -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: 40px 0;
  background-color: #09084A;
}
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: #1EBBFF;
  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;
  min-height: fit-content;
  max-height: fit-content;
  z-index: 99999;
  overflow: auto;
  background-color: #00000086;
  padding: 20px 50px;
}
body.modal-aberto {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
body.modal-aberto a {
  overflow: hidden;
  pointer-events: none;
}
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: 9;
}
.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: absolute;
  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::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 20%;
    top: -15%;
    left: 50%;
    border-radius: 50%;
    background: radial-gradient(#3083FF, transparent);
    mix-blend-mode: screen;
    filter: blur(50px);
    transform: translateX(-50%);
  }
  .metodo::after {
    width: 50%;
    height: 30%;
    top: 5%;
    left: 50%;
    filter: blur(250px);
  }
  .metodo h4 {
    font-size: 14px;
    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;
  }
  .not-alone .row.mobile {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .coordenadores_mobile {
    margin-top: 30px;
    margin-bottom: 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 {
    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 .circuloss {
    position: absolute;
    top: 20px;
    left: 30%;
    width: 320px;
    height: 320px;
    transform: translate(-50%, -35%);
  }
  .presencial .col-left .aha_img {
    position: relative;
    width: 100px;
    height: auto;
  }
  .presencial .col-left h3 {
    font-size: 14px;
    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;
  }
  .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;
  }
  .modulos_vantagens_nps::before {
    width: 624px;
    height: 140px;
    top: 64px;
    right: -50%;
  }
  .modulos_vantagens_nps::after {
    width: 20%;
    height: 60%;
    top: 20%;
    left: 50%;
    filter: blur(170px);
    transform: translate(-50%);
  }
  .modulos {
    background-image: none;
  }
  .modulos::before {
    content: '';
    position: absolute;
    width: 250px;
    height: 120px;
    top: 5%;
    left: 0;
    border-radius: 50%;
    background: linear-gradient(90deg, transparent, #0066FF);
    mix-blend-mode: screen;
    filter: blur(60px);
  }
  .modulos::after {
    left: -20%;
  }
  .modulos h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .modulos .row {
    gap: 0;
  }
  .modules_accordion {
    margin-top: 0;
  }
  .vantagens {
    padding: 50px 0 0 0;
    overflow: hidden !important;
  }
  .vantagens h2 {
    font-size: 28px;
  }
  .vantagens h2 span {
    color: #1EBBFF
  }
  .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%;
  }
  .depoimentos {
    padding: 30px 0;
  }
  .depoimentos .col {
    gap: 10px;
  }
  .depoimentos h2 {
    font-size: 32px;
    margin: 30px 0;
  }
  .depoimentos .col-row {
    padding: 10px;
  }
  .depoimentos .btn {
    padding: 20px 60px;
  }
  .swiper-button-next {
    right: 33% !important;
    width: 50px !important;
    height: 50px !important;
    transform: translateX(50%);
  }
  .swiper-button-prev {
    left: 33% !important;
    width: 50px !important;
    height: 50px !important;
    transform: translateX(-50%);
  }
  .coordenadores_faq::after {
    background: none;
    mix-blend-mode: normal;
    filter: blur(0);
  }
  .about_coordenadores {
    padding: 60px 0 20px 0;
  }
  .about_coordenadores .container {
    width: 100% !important;
    padding: 0 25px;
  }
  .col-itamar, .col-thiago {
    width: 100%;
  }
  .about_coordenadores .image {
    position: relative;
    padding-bottom: 1px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-image: url(assets/img/diviso_mob.webp);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .about_coordenadores .image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 140px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: linear-gradient(90deg, transparent, #0066FF);
    mix-blend-mode: screen;
    filter: blur(60px);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .about_coordenadores .image::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: url(assets/img/divisor_mob.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
  }
  .about_coordenadores .image img {
    position: relative;
    z-index: 2;
  }
  .about_coordenadores h3 {
    text-align: center;
    margin-left: -15px;
    font-size: 30px;
    background: linear-gradient(135deg, #24D8F0, #1BBBD6);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .about_coordenadores h4 {
    text-align: center;
    margin-top: -5px;
    margin-left: -15px;
    font-size: 16px;
  }
  .about_coordenadores li {
    font-size: 20px;
  }
  .about_coordenadores .btn-candidatar {
    margin-left: 0;
    padding: 20px 10px;
  }
  .row_thiago {
    flex-direction: column-reverse;
  }.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/divisor_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, #1EBBFF 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 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%;
  }
}