.metodo {
  position: relative;
  padding: 50px 0;
  z-index: 1;
}
.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;
}
.topicos h3 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 90px;
  font-weight: 400;
  color: #B5A1E9;
}
.topicos p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}
.metodo h2 {
  margin: 50px 0;
  font-size: 28px;
  font-weight: 900;
}
.metodo h2 span {
  color: #B5A1E9;
}
.aprender {
  gap: 15px;
}
.destaque {
  display: flex;
}
.aprender .col1, .aprender .col2, .aprender .col3 {
  width: 33.33333%;
}
.aprender h5 {
  position: relative;
  color: #B5A1E9;
  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 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: 350px;
}
.content1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  padding: 1px;
  background: linear-gradient(0deg, rgba(224, 0, 102, 0) 15%, rgb(218, 44, 159, 0.5) 35%, #2E42F2 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;
}
.aprender p {
  font-size: 16px;
  font-weight: 400;
}
.metodo .btn-candidatar {
  background: linear-gradient(to right, #E39BEF, #EFD8F2);
  max-width: 90%;
  padding: 20px 30px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #1B1B1B;
}
.not-alone {
  background-image: url(assets/img/not-alone.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.not-alone .overlay {
  width: 100%;
  padding: 50px 0;
  /* background-image: radial-gradient(#001B50 20%, transparent 80%); */
  background-position: left center;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  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: #B5A1E9;
}
.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 {
  padding: 80px 0 120px 0;
  background-image: url(assets/img/Ellipse64.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.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(-2%, -20%);
}
.presencial .col-left div {
  position: relative;
}
.presencial .col-left h3 {
  color: #B5A1E9;
  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: #B5A1E9;
}
.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 {
  background: linear-gradient(90deg, #9261FB 30%, #49E7FD 100%);
  padding: 20px 30px;
}
.grafico {
  margin-top: -56px;
  padding: 80px 0;
  background-image: url(assets/img/mapa_mundi.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.grafico h2 {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
.grafico h2 span {
  color: #B5A1E9;
}
.infografico {
  padding-top: 50px;
}
.group {
  background-image: url(assets/img/group-left.webp);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
.group .overlay {
  background-image: url(assets/img/group-right.webp);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.modulos {
  position: relative;
  padding: 50px 0;
  background-image: url(assets/img/Ellipse65.webp);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
.modulos .row {
  gap: 20px;
}
.modulos h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  color: #ffffff;
}
.modulos h2 span {
  color: #B5A1E9;
  font-weight: 700;
}
.modules_content {
  display: none;
}
.modules_accordion {
  margin-top: 50px;
}
.modules_accordion-item {
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #1C1C1C;
}
.modules-header {
  position: relative;
  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, #CC00C4 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, #A49CD3 0%, #B1A3C3 30%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modules-header p {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
}
.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;
  color: #515151;
}
.group_end {
  background-image: url(assets/img/Ellipse27.webp);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 40% 100%;
}
.group_end .overlay9 {
  background-image: url(assets/img/Ellipse28.webp);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40% 100%;
}
.vantagens {
  padding: 50px 0;
}
.vantagens .container {
  width: 1140px;
}
.vantagens h2 {
  font-size: 36px;
  text-align: center;
  max-width: 435px;
  margin: 0 auto 30px auto;
}
.vantagens .row {
  position: relative;
  padding: 5px 0;
  justify-content: center;
  border-bottom: 1px solid #535353;
}
.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: 80px 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;
}
.about_coordenadores {
  padding: 50px 0 80px 0;
  background: url(assets/img/Line12.webp);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.about_coordenadores h2 {
  margin-bottom: 50px;
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
.about_coordenadores h2 span {
  color: #A590B7;
}
.about_coordenadores .row {
  gap: 35px;
  align-items: stretch;
  justify-content: center;
}
.about_coordenadores .col {
  position: relative;
  padding: 15px 15px 25px 15px;
  justify-content: start;
  width: 33%;
}
.about_coordenadores .col::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  padding: 1px;
  background: linear-gradient(90deg, rgba(224, 0, 102, 0) 10%, rgb(218, 44, 159, 0.1) 25%, rgba(116, 50, 255, 0.4) 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;
}
.about_coordenadores .col .content2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about_coordenadores img {
  max-width: 295px;
}
.about_coordenadores h3 {
  margin-top: 25px;
  font-size: 20px;
}
.about_coordenadores h4 {
  margin-top: -8px;
  font-size: 14px;
  font-weight: 400;
}
.about_coordenadores p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45em;
}
.img_thiago {
  position: relative;
}
.img_thiago::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -50px;
  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;
  background: linear-gradient(to right, #DABEF2, #E4D1F4, #A682C5);
  max-width: 90%;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #1B1B1B;
}
.faq {
  padding: 50px 0;
}
.faq .border-gradient {
  padding: 1px;
  width: fit-content;
  background-image: linear-gradient(135deg, #AD76E4, #93488B);
  border-radius: 8px;
  inset: 1px;
}
.faq h4 {
  padding: 10px 12px;
  background-color: #000;
  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, #BC4CBE 0%, #CECECE 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq {
  padding: 75px 0;
  display: grid;
}
.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;
}
.faq .btn-candidatar {
  background: linear-gradient(to right, #E39BEF, #4E7FFF);
  color: #1B1B1B;
  padding: 20px 50px;
}
.pre-footer {
  padding: 0 0 50px 0;
}
.logo_footer {
  margin-top: 20px;
}
.logo_footer h2 {
  font-size: 30px;
  font-weight: 600;
  background: linear-gradient(100deg, #BC4CBE 0%, #CECECE 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: 30px 0;
  background-image: linear-gradient(170deg, #220736 30%, #0F0E1B);
}
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: #B5A1E9;
  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;
}
.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 {
    padding: 50px 0 30px 0;
  }
  .metodo h4 {
    font-size: 11px;
    letter-spacing: 4px;
    line-height: 1.5em;
    text-align: center;
    font-weight: 400;
    color: #D7D7D7;
    text-transform: uppercase;
  }
  .metodo_btn {
    margin-top: 20px;
    width: 100%;
  }
  .metodo_btn .btn-candidatar {
    min-width: 100%;
    padding: 20px;
  }
  .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 {
    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 .col-left {
    padding: 0 40px;
    align-items: start;
    justify-content: center;
  }
  .presencial .col-left img {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 500px;
    height: 500px;
    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: 36px;
    font-weight: 700;
  }
  .presencial .col-right .row {
    flex-direction: row;
    margin-top: 30px;
    gap: 5px;
  }
  .presencial .col-right .col2 {
    padding-top: 5%;
  }
  .presencial .card {
    margin-bottom: 15px;
  }
  .presencial {
    padding: 50px 0;
  }
  .grafico {
    background-image: url(assets/img/mapa_mundi_mob.webp);
  }
  .grafico h2 {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
  }
  .duo2 {
    background-size: 100%;
    background-position: 0 0;
  }
  .group {
    background-image: none;
  }
  .modulos {
    border-bottom: 1px solid #535353;
    background-image: none;
  }
  .modulos h2 {
    font-size: 32px;
    margin: 50px 0;
  }
  .modulos .row {
    gap: 0;
  }
  .modules_accordion {
    margin-top: 0;
  }
  .group_end {
    background-image: url(assets/img/Ellipse109.webp);
    background-position: right bottom;
    background-size: contain;
  }
  .group_end .overlay9 {
    background-image: none;
  }
  .vantagens h2 {
    font-size: 32px;
  }
  .vantagens h2 span {
    color: #B5A1E9
  }
  .vantagens .row {
    border-bottom: 0;
  }
  .vantagens .card {
    width: 100%;
    margin-bottom: 25px;
  }
  .vantagens .card p, .vantagens .card.card1 p {
    font-size: 22px;
  }
  .nps .col-left {
    padding: 0 12%;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .nps .col-left h2, .nps .col-left p {
    text-align: center;
  }
  .nps .col-right {
    justify-content: center;
  }
  .nps img.mobile {
    width: 100%;
    max-width: 100%;
  }
  .about_coordenadores {
    padding: 40px 0;
    background: none;
  }
  .about_coordenadores .container {
    width: 100% !important;
    padding: 0 25px;
  }
  .about_coordenadores img {
    max-width: 100%;
  }
  .img_thiago::after {
    right: 0px;
  }
  .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: 50px 0;
  }
  .faq .col-left {
    gap: 15px;
  }
  .faq-header {
    padding: 1rem 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .accordion {
    margin-top: 25px;
  }
  .pre-footer {
    padding: 25px 0;
  }
  .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-image: none;
  }
  footer .row {
    gap: 15px;
  }
  footer .col-left {
    align-items: center;
    padding: 0 0 50px 0;
    background-image: url(assets/img/footer_divisor.webp);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  footer .col-left p {
    font-size: 13px;
    font-weight: 100;
  }
  footer .col-right {
    align-items: center;
    padding: 50px 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%;
  }
}