@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins/Poppins-Bold.woff2') format('woff2'),
    url('assets/fonts/poppins/Poppins-Bold.woff') format('woff'),
    url('assets/fonts/poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@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;
}
.metodo {
  position: relative;
}
.metodo::before {
  content: '';
  position: absolute;
  width: 40%;
  height: 90%;
  top: 0;
  left: -5%;
  background-image: url(assets/img/section-before.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.metodo::after {
  content: '';
  position: absolute;
  width: 40%;
  height: 90%;
  top: -0;
  right: 0px;
  background-image: url(assets/img/section-after.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.metodo h4 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 8px;
  color: #D7D7D7;
  text-transform: uppercase;
}
.topicos {
  margin-top: 80px;
  margin-bottom: 80px;
  gap: 20px;
}
.topicos .col1,
.topicos .col2,
.topicos .col3 {
  width: 33.33333%;
  max-width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 10px;
  background-color: rgba(83, 83, 83, 0.23);
  border: 1px solid rgba(199, 229, 254, 0.27);
  border-radius: 10px;
}
.topicos h3 {
  font-size: 90px;
  font-weight: 400;
  color: #A9D4FF;
}
.topicos p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}
.aprender {
  padding-bottom: 50px;
  gap: 15px;
}
.destaque {
  display: flex;
}
.metodo {
  position: relative;
  padding: 70px 0;
}
.metodo h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 8px;
  color: #ffffff;
  text-transform: uppercase;
}
.metodo h2 {
  margin: 0 0 50px 0;
  font-size: 40px;
  font-weight: 400;
}
.aprender .col1,
.aprender .col2,
.aprender .col3 {
  width: 33.33333%;
  border-left: 1px solid rgba(136, 209, 234, 0.33);
}
.aprender h5 {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
}
.content1 {
  position: relative;
  padding: 0 10px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content1 img {
  width: 60px;
}
.aprender ul {
  list-style: none;
  margin-block-start: 0;
  padding-inline-start: 0;
}
.aprender ul li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 10px;
  padding-left: 15px;
}
.aprender ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background-image: url(assets/img/point2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.border-bottom-luz {
  width: 100%;
  padding-bottom: 50px;
  border: 1px solid;
  border-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) 1;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.not-alone {
  position: relative;
}
.not-alone::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 150%;
  top: -50%;
  left: 0;
  background-color: rgba(0, 92, 167, 0.51);
  mix-blend-mode: screen;
  filter: blur(225px);
}
.not-alone::after {
  content: '';
  position: absolute;
  width: 40%;
  height: 20%;
  bottom: 0;
  left: 10%;
  border-radius: 1708px;
  opacity: 0.37;
  background: rgba(143, 255, 244, 0.96);
  mix-blend-mode: screen;
  filter: blur(340px);
}
.not-alone .overlay {
  position: relative;
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  z-index: 9;
}
.not-alone .container {
  width: 1545px;
  max-width: 100%;
}
.not-alone .col {
  gap: 30px;
}
.not-alone h2 {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 10px;
}
.not-alone h2 span {
  font-weight: 900;
}
.not-alone p {
  font-size: 20px;
  line-height: 1.3em;
  text-align: center;
}
.not-alone img {
  margin-top: 40px;
}
.not-alone .print {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.prints {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-left: -60px;
  margin-right: -60px;
}
.thiago {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
}
.paulo {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  z-index: 9;
}
.praticas_presenciais {
  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;
}
.praticas_presenciais h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 8px;
  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: 947px;
  max-width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.praticas_presenciais .card {
  width: 413px;
  max-width: 100%;
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  background-color: rgba(83, 83, 83, 0.23);
  border: 1px solid rgba(199, 229, 254, 0.27);
  border-radius: 10px;
}
.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 h2 {
  width: 850px;
  max-width: 100%;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}
.desktop .infografico {
  width: 100%;
  position: relative;
  margin-top: 80px;
  padding-bottom: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.desktop .infografico img {
  max-width: 30%;
}
.desktop .infografico .card {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.desktop .infografico .card1 {
  top: 70px;
  left: 0;
  width: 30%;
  text-align: right;
}
.desktop .infografico .card2 {
  top: 70px;
  right: 0;
  width: 30%;
  text-align: cleft;
}
.desktop .infografico .card3 {
  bottom: 0;
  left: 50%;
  width: 35%;
  text-align: center;
  transform: translateX(-50%);
}
.desktop .infografico h3 {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
}
.desktop .infografico p {
  font-size: 14px;
  line-height: 1.4em;
  color: rgba(255, 255, 255, 0.78);
}
.desktop .infografico a {
  font-size: 14px;
  line-height: 1.4em;
  text-decoration: none;
  color: #8f8f8f;
}
.desktop .infografico a span {
  text-decoration: underline;
}
.modulos {
  position: relative;
  padding: 70px 0;
}
.modulos::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 20%;
  left: 0;
  background-color: rgba(0, 92, 167, 0.51);
  mix-blend-mode: screen;
  filter: blur(250px);
}
.modulos .row {
  gap: 20px;
}
.modulos h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #6EB4FF;
}
.modulos h2 span {
  color: #ffffff;
}
.modules_content {
  display: none;
}
.modules_accordion {
  position: relative;
  margin-top: 50px;
  z-index: 9;
}
.modules_accordion-item {
  margin-bottom: 20px;
  border-radius: 10px;
}
.modules-header {
  position: relative;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-radius: 10px;
  cursor: pointer;
}
.modules-header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/img/button_border.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  z-index: 1;
}
.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(90deg);
  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%) rotate(630deg);
  transition: ease 0.3s
}
.modules-header h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.modules-header p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3em;
}
.modules_content {
  padding: 20px 30px;
  border-radius: 10px;
}
.modules_content li {
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.nps {
  position: relative;
  padding: 100px 0 50px 0;
}
.nps::before {
  content: '';
  position: absolute;
  width: 70%;
  height: 105px;
  top: 200px;
  left: 50%;
  border-radius: 50%;
  background: rgba(216, 255, 251, 0.4);
  mix-blend-mode: screen;
  filter: blur(180px);
  transform: translateX(-50%);
}
.nps::after {
  content: '';
  position: absolute;
  width: 1140px;
  height: 172px;
  top: 30px;
  left: 50%;
  background-image: url(assets/img/APROVADO.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  transform: translateX(-50%);
}
.nps .container {
  width: 1140px;
}
.nps .row {
  gap: 50px;
}
.nps .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
}
.nps .col-left h2 {
  font-size: 40px;
  color: #52A5FF;
}
.nps .col-left p {
  font-size: 14px;
  font-weight: 400;
}
.nps .col-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nps .card {
  position: relative;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background-color: rgba(55, 204, 255, 0.02);
}
.nps .card p {
  font-size: 18px;
}
.nps .card p span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.about_coordenadores {
  position: relative;
  width: 100%;
  padding: 50px 0 80px 0;
}
.about_coordenadores::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 30%;
  left: 0;
  background-color: rgba(0, 92, 167, 0.51);
  mix-blend-mode: screen;
  filter: blur(250px);
}
.about_coordenadores .container {
  width: 1170px;
}
.about_coordenadores .row {
  gap: 35px;
  align-items: stretch;
  justify-content: center;
}
.row_thiago {
  margin-top: 80px;
}
.row_paulo .col-left, .row_thiago .col-right {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row_paulo .col-right, .row_thiago .col-left {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row_paulo .col-right::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: rgba(44, 44, 44, 0.502);
  mix-blend-mode: screen;
  filter: blur(180px);
  transform: translateX(-50%) translateY(-50%);
}
.row_thiago .col-left::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: rgba(44, 44, 44, 0.502);
  mix-blend-mode: screen;
  filter: blur(180px);
  transform: translateX(-50%) translateY(-50%);
}
.row_thiago .col-right {
  display: flex;
  justify-content: end;
}
.about_coordenadores .col {
  position: relative;
  padding: 15px 15px 25px 15px;
  justify-content: start;
  width: 33%;
}
.about_coordenadores .content2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about_coordenadores img {
  position: relative;
  max-width: 100%;
  z-index: 9;
}
.about_coordenadores h3 {
  font-size: 40px;
  font-weight: 700;
  color: #D8FFFB;
}
.about_coordenadores h4 {
  margin-top: -10px;
  font-size: 14px;
  font-weight: 400;
}
.about_coordenadores ul {
  padding-left: 20px;
}
.about_coordenadores li {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.35em;
}
.about_coordenadores .btn-candidatar, .nps .btn-candidatar {
  width: fit-content;
  max-width: 100%;
  font-size: 16px;
}
.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 {
  position: relative;
  width: 100%;
  background: radial-gradient(170% 170% at 53% 240%, #6B31744d 0%, rgba(37, 1, 255, 0.01) 100%);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.faq::before {
  content: '';
  position: absolute;
  width: 10%;
  height: 70%;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(0, 92, 167, 0.48);
  mix-blend-mode: screen;
  filter: blur(340px);
}
.faq::after {
  content: '';
  position: absolute;
  width: 10%;
  height: 20%;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background-color: rgba(0, 92, 167, 0.48);
  mix-blend-mode: screen;
  filter: blur(340px);
}
.faq .container {
  padding: 70px 0;
}
.faq h4 {
  width: fit-content;
  padding: 10px 12px;
  background-color: rgba(84, 54, 255, 0.05);
  border: 1px solid #676767;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 300;
}
.faq h3 {
  font-size: 40px;
  font-weight: 700;
  color: #56A7FF;
}
.faq h2 {
  font-size: 24px;
  font-weight: 400;
}
.faq .col-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq .col-right {
  width: 60%;
}
.faq .accordion-item {
  background-color: rgba(255, 255, 255, 0.0);
  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::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(66, 157, 255, 0.4) 31%, rgba(85, 240, 219, 0) 100%);
}
.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);
}
.faq-header:hover,
.faq-header.active {
  color: #ffffff;
  background-color: rgba(30, 30, 30, 0.3);
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(97, 215, 255, 0.251);
}
.faq-header p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.32em;
  transition: 0.4s;
  margin-bottom: 0;
}
.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: 18px;
  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: 0;
  width: 100%;
  border-radius: 10px;
  background-color: rgba(21, 243, 213, 0.02);
}
.logo_footer .box .row {
  justify-content: center;
  align-items: center;
  gap: 50px
}
.logo_footer .box .col-left {
  width: 50%;
  padding: 30px;
  gap: 20px;
}
.logo_footer .box .col-right {
  width: 50%;
}
.logo_footer p {
  font-size: 18px;
  line-height: 1.5em;
}
.qr-code {
  width: 100%;
  ;
  display: flex;
  justify-content: center;
  align-items: end;
}
.qr-code img {
  width: 100%;
  border-radius: 10px;
}
footer {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.27);
}
footer .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
footer .col-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
footer .col-middle {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 10px;
}
footer .col-middle p {
  font-size: 14px;
  text-align: center;
  font-weight: 100;
}
footer p, footer p a {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
}
footer p a {
  text-decoration: underline;
}
footer .col-middle p a:hover {
  color: #ffffff;
}
footer .col-right {
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.captura::-webkit-scrollbar {
  width: 3px;
}
.captura::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
  border-radius: 10px;
}
.captura::-webkit-scrollbar-thumb {
  background: #15F3D5;
  border-radius: 10px;
  border: 1px solid #000;
}
.captura::-webkit-scrollbar-thumb:hover {
  background: #9DFFF2;
}
.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;
}
.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::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;
}
.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;
}
.captura legend {
  margin-bottom: 0px;
  margin-top: 10px;
}
.captura ._form-label {
  display: none;
}
.captura .btn-candidatar {
  margin-top: 20px;
}
#checkboxes {
  display: none;
}
.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;
}
._button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-btn {
  margin-top: 20px;
  width: fit-content;
  max-width: 100%;
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 1772px) {
  .grafico .container {
    width: 1540px;
  }
  .grafico h2 {
    width: 850px;
    max-width: 100%;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
  }
  .desktop .infografico {
    width: 100%;
    position: relative;
    margin-top: 60px;
    padding-bottom: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .desktop .infografico img {
    max-width: 100%;
  }
  .desktop .infografico .card {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .desktop .infografico .card1 {
    top: 130px;
    left: 0;
    width: 444px;
    text-align: right;
  }
  .desktop .infografico .card2 {
    top: 130px;
    right: 0;
    width: 460px;
    text-align: cleft;
  }
  .desktop .infografico .card3 {
    bottom: 0;
    left: 50%;
    width: 413px;
    text-align: center;
    transform: translateX(-50%);
  }
  .desktop .infografico h3 {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 700;
  }
  .desktop .infografico p {
    font-size: 16px;
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.78);
  }
  .desktop .infografico a {
    font-size: 14px;
    line-height: 1.4em;
    text-decoration: none;
    color: #8f8f8f;
  }
  .desktop .infografico a span {
    text-decoration: underline;
  }
}
@media (max-width: 996px) {
  .topicos {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .topicos .col1, .topicos .col2, .topicos .col3 {
    width: 100%;
    padding: 40px;
    display: flex;
    gap: 20px;
  }
  .topicos h3 {
    font-size: 48px;
    line-height: 1em;
  }
  .topicos p {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
  }
  .metodo {
    padding: 50px 0 50px;
    border-bottom: 0;
  }
  .metodo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 500px;
    left: 0px;
    right: auto;
    background-image: url(assets/img/section-before.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
  }
  .metodo::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0px;
    background-image: url(assets/img/section-after.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
  }
  .metodo h4 {
    font-size: 20px;
    letter-spacing: 10px;
    line-height: 1.5em;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
  }
  .metodo h2 {
    margin: 0 0 10px 0;
    font-size: 32px;
    line-height: 1.2em;
    text-align: center;
  }
  .aprender .col1, .aprender .col2, .aprender .col3 {
    width: 100%;
  }
  .aprender {
    position: relative;
    padding: 30px 00px;
    gap: 40px;
  }
  .aprender::before {
    content: none;
  }
  .aprender h5 {
    font-size: 22px;
    line-height: 1.4em;
  }
  .aprender ul li {
    font-size: 16px;
    line-height: 1.4em;
  }
  .not-alone {
    padding-bottom: 0px;
    background-image: none;
  }
  .not-alone::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 180%;
    top: 0;
    left: 0;
    background-color: rgba(0, 92, 167, 0.51);
    mix-blend-mode: normal;
    filter: blur(200px);
  }
  .not-alone::after {
    content: none;
    position: absolute;
    width: 80%;
    height: 90%;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .not-alone .col {
    padding: 0;
  }
  .not-alone h2 {
    padding: 0 12px;
    font-size: 24px;
    text-transform: initial;
    font-weight: 500;
    letter-spacing: 10px;
    text-transform: uppercase;
  }
  .not-alone p {
    padding: 0 12px;
    font-size: 18px;
    text-align: center;
  }
  .prints {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .praticas_presenciais h3 {
    font-size: 12px;
    line-height: 1.2em;
  }
  .praticas_presenciais h2 {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.2em;
  }
  .praticas_presenciais .cards {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    padding: 40px;
    background-color: rgba(83, 83, 83, 0.23);
    border: 1px solid rgba(200, 230, 254, 0.27);
    border-radius: 10px;
  }
  .praticas_presenciais .card {
    background-color: #00000000;
    border: 0;
    padding: 0;
  }
  .praticas_presenciais .card1 {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0;
  }
  .praticas_presenciais .card2 {
    padding-top: 25px;
    flex-direction: row-reverse;
  }
  .praticas_presenciais .card2 img {
    width: 46px;
  }
  .praticas_presenciais img {
    width: 56px;
  }
  .praticas_presenciais .card p {
    font-size: 14px;
  }
  .row-pratica {
    gap: 0;
  }
  .cards-pratica {
    margin-top: 30px;
  }
  .modulos {
    padding: 0px 0 50px 0;
    border-bottom: 0px solid #535353;
    background-image: none;
  }
  .grafico::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    top: -100px;
    left: 50%;
    border-radius: 50%;
    background: rgba(9, 210, 255, 0.66);
    mix-blend-mode: screen;
    filter: blur(340px);
    transform: translateX(-50%);
  }
  .modulos::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 50%;
    left: 0;
    background-color: rgba(0, 92, 167, 0.66);
    mix-blend-mode: screen;
    filter: blur(250px);
  }
  .modulos::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 30%;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(148, 9, 255, 0.66);
    mix-blend-mode: screen;
    filter: blur(340px);
  }
  .modulos h2 {
    font-size: 32px;
    margin-bottom: 50px;
    color: #6EB4FF;
  }
  .modulos h2 span {
    color: #ffffff;
  }
  .modulos .row {
    gap: 0;
  }
  .modules_accordion {
    margin-top: 0;
  }
  .modules-header {
    padding: 15px;
  }
  .modules-header p {
    font-size: 16px;
  }
  .modules_content li {
    font-size: 16px;
  }
  .grafico {
    padding: 20px 0 20px 0;
    background-image: url(assets/img/mapa_mundi_mob.webp);
    background-size: 100% 100%;
  }
  .grafico h2 {
    font-size: 32px;
    font-weight: 700;
  }
  .mobile .infografico {
    position: relative;
    padding: 50px 0;
    display: inline-block;
  }
  .mobile .infografico::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;
  }
  .grafico img {
    width: 100%;
    max-width: 100%;
  }
  .nps {
    padding: 0 0 50px 0;
  }
  .nps::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 105px;
    top: 0px;
    left: auto;
    right: -30px;
    border-radius: 50%;
    background: rgba(21, 132, 243, 1);
    mix-blend-mode: screen;
    filter: blur(135px);
    transform: translateX(0) rotate(135deg);
  }
  .nps::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 160%;
    top: auto;
    left: auto;
    right: 0;
    bottom: -80%;
    border-radius: 50%;
    background: rgba(0, 92, 167, 0.36);
    mix-blend-mode: screen;
    filter: blur(125px);
    transform: translateX(0) rotate(0deg);
  }
  .nps .col-left {
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .nps .col-right {
    justify-content: center;
  }
  .nps .nps {
    padding: 30px 0;
    width: 100%;
    max-width: 100%;
  }
  .nps .btn-candidatar, .about_coordenadores .btn-candidatar {
    width: 100%;
    padding: 5px 5px 5px 25px;
  }
  .galeria .col {
    padding: 0;
  }
  .thumbs-desktop {
    display: none;
  }
  .thumbs-mobile {
    display: block;
  }
  .galeria h2, .galeria-principal img {
    padding: 0 20px;
    font-size: 24px;
  }
  .coordenadores_faq::after {
    background: none;
    mix-blend-mode: normal;
    filter: blur(0);
  }
  .about_coordenadores {
    padding: 0 0 20px 0;
  }
  .about_coordenadores::before {
    left: auto;
    right: 0;
    background-color: rgba(0, 92, 167, 0.51);
    mix-blend-mode: screen;
    filter: blur(340px);
  }
  .about_coordenadores::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 712px;
    opacity: 0.37;
    background: #096BFF;
    mix-blend-mode: screen;
    filter: blur(175px);
  }
  .row_paulo {
    flex-direction: column-reverse;
  }
  .row_paulo .col-right::before {
    content: none;
  }
  .row_thiago .col-left::before {
    content: none;
  }
  .about_coordenadores .col-left, .about_coordenadores .col-right {
    padding: 0 20px;
    flex-direction: column;
    gap: 10px;
  }
  .img_thiago {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about_coordenadores img {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .about_coordenadores h3 {
    font-size: 32px;
    color: #C7E5FE;
  }
  .about_coordenadores h4 {
    margin-top: -5px;
    font-size: 16px;
    line-height: 1.2em;
  }
  .about_coordenadores ul {
    padding-left: 20px;
  }
  .about_coordenadores li {
    font-size: 18px;
  }
  .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 50px 0;
  }
  .faq::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 30%;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    border-radius: 50%;
    background-color: rgba(9, 108, 255, 0.37);
    mix-blend-mode: screen;
    filter: blur(175px);
  }
  .faq::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: rgba(9, 107, 255, 0.51);
    mix-blend-mode: screen;
    filter: blur(235px);
    transform: translateX(0) translateY(0);
  }
  .faq .container {
    padding: 0;
  }
  .faq .col-left {
    gap: 15px;
  }
  .faq h3 {
    font-size: 32px;
  }
  .faq h2 {
    font-size: 18px;
  }
  .faq-header {
    padding: 1rem 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .faq-header p, .content p {
    font-size: 16px;
  }
  .accordion {
    margin-top: 25px;
  }
  .faq .accordion-item {
    margin-bottom: 20px;
  }
  .row_logo_footer {
    padding-top: 0px;
  }
  .pre-footer {
    margin-top: 30px;
  }
  .pre-footer p {
    font-size: 13px;
    font-weight: 100;
    text-align: center;
  }
  .logo_footer .box .row {
    gap: 30px;
  }
  .logo_footer .box {
    border-radius: 5px;
    background-color: rgba(55, 204, 255, 0);
  }
  .logo_footer .box .col-left {
    padding: 30px 25px;
    background-color: rgba(55, 204, 255, 0.05);
    border-radius: 10px;
  }
  .logo_footer .box .col-right {
    padding: 0px;
  }
  .logo_footer p {
    font-size: 16px;
  }
  .qr-code {
    margin-bottom: 0px;
  }
  .qr-code img {
    max-width: 100%;
    border-radius: 5px;
  }
  footer {
    padding: 30px 0;
  }
  footer .row {
    gap: 15px;
  }
  footer .col-left {
    padding: 10px;
  }
  footer .col-left p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
  }
  footer .col-right {
    align-items: center;
    padding: 10px;
    gap: 10px;
  }
  footer .col-right p {
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
  }
  footer .col-right p a {
    font-size: 14px;
    line-height: 1.5em;
    text-decoration: underline;
  }
  .modal-popup {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    padding: 20px 30px;
  }
  .pop-btn {
    width: 100%;
    max-width: 100%;
    padding: 15px 5px 15px 0px;
    margin-top: 20px;
  }
}
@media (min-width: 1767px) {
  .Thiago {
    height: 100%;
  }
}