@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayMediu.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayLight.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayBlack.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayThin.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayXThin.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayXXThin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nimbussanl Regita;
  src: url('../fonts/NimbusSanL-RegIta.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nimbussanl Reg;
  src: url('../fonts/NimbusSanL-Reg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nimbussanl Bol;
  src: url('../fonts/NimbusSanL-Bol.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nimbussanl Bolita;
  src: url('../fonts/NimbusSanL-BolIta.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --bg: #ffffffb3;
  --black: black;
  --verde: #3e4149;
  --dourado: #d6b197;
}

.banner-section {
  background-color: #fff;
  background-image: url('../images/bg-cinza-1_1bg-cinza-1.jpg');
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.banner-conteudo {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.banner-logo {
  margin-bottom: 40px;
}

.banner-logo.topo {
  align-self: flex-start;
}

.banner-efeito {
  color: var(--white);
  justify-content: space-between;
  align-self: flex-start;
  width: 454px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  display: flex;
}

.info-section {
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--bg), var(--bg));
  box-shadow: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.info-section.docentes {
  background-image: url('../images/bg-cinza-1_1bg-cinza-1.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.info-conteudo {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  display: flex;
}

.info-conteudo.centro {
  justify-content: center;
  align-items: center;
}

.info-conteudo.docente {
  justify-content: flex-start;
  align-items: center;
}

.info-conteudo.section3 {
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.titulo-geral {
  color: var(--black);
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Nimbussanl Bol, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.titulo-geral.destaque {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-family: Nimbussanl Bol, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.titulo-geral.faqs {
  margin-bottom: 40px;
}

.titulo-geral.faqs.branco {
  color: var(--white);
}

.titulo-geral.footer {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-family: Nimbussanl Bol, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.titulo-geral.valores {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-family: Nimbussanl Bol, sans-serif;
  font-size: 50px;
  line-height: 40px;
}

.titulo-geral.corpo {
  text-align: center;
  align-self: auto;
}

.info-texto {
  font-family: Nimbussanl Reg, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.info-texto.branco {
  color: #fff;
}

.docentes-cards {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: wrap;
  justify-content: space-around;
  display: block;
}

.docentes-card {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: #ffffffad;
  background-image: linear-gradient(#3e4149 20%, #ffffff8c 49%);
  border: 1px solid #3e4149;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 0 20px;
  transition: box-shadow .4s;
  display: block;
}

.docentes-card:hover {
  box-shadow: 0 9px 15px -7px #0003;
}

.docentes-img {
  filter: saturate(36%);
  background-color: #3e4149;
  background-image: none;
  background-position: 0 0;
  border-radius: 0;
  align-self: auto;
  padding: 0;
  display: block;
}

.docentes-nome {
  color: var(--white);
  text-align: center;
  background-color: #3e4149;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
  padding: 7px 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.docentes-texto {
  padding-left: 15px;
  padding-right: 15px;
  font-family: Nimbussanl Reg, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.grade-aula {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  background-color: #0bb261;
  min-width: 125px;
  margin-left: -24px;
  padding: 6px 12px;
  font-size: 17px;
  font-weight: 300;
  box-shadow: 0 2px 5px #0003;
}

.grade-tit {
  color: var(--black);
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 20px;
  font-family: Nimbussanl Bol, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.body {
  background-image: url('../images/bg-azul.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  font-family: Neue Haas Display, sans-serif;
  font-weight: 400;
}

.destaques-section {
  background-color: var(--black);
  background-image: url('../images/bg-pixel.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.destaque-cards {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.destaque-card {
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  margin-left: 14px;
  margin-right: 14px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 14px #0000005c;
}

.destaque-img {
  width: 160px;
  margin-bottom: 20px;
}

.destaque-texto {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.destaque-texto.titlle {
  font-size: 18px;
  font-weight: 700;
}

.btn-link {
  color: #0bb261;
  text-transform: none;
  background-color: #fff;
  border: 3px solid #0bb261;
  border-radius: 10px;
  align-self: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 14px 30px;
  font-family: Nimbussanl Bol, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .4s, padding .4s, letter-spacing .4s;
  box-shadow: 0 2px 10px #0006;
}

.btn-link:hover {
  letter-spacing: 1px;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0 2px 14px 2px #0006;
}

.btn-link.verde {
  color: var(--white);
  background-color: #0bb261;
  border-color: #fff;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Nimbussanl Bol, sans-serif;
}

.btn-link.verde.central {
  background-color: #0bb261;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  display: block;
}

.btn-link.central {
  align-self: center;
}

.valores-card {
  background-color: #fffffff2;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 740px;
  margin-top: 40px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 50px 58px 20px;
  display: flex;
  box-shadow: 0 2px 14px #0000005c;
}

.valores-tit {
  color: var(--white);
  background-color: #3e414a;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 10px 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  display: none;
}

.valores-tit.destaque {
  background-color: #3e4149;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 30px;
  display: block;
}

.valores-linha {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.valores-linha._1 {
  border-bottom: 1px dotted var(--verde);
  align-self: auto;
  padding-bottom: 30px;
}

.valores-tex {
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nimbussanl Bol, sans-serif;
  line-height: 20px;
  display: flex;
}

.valores-tex.menor {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 18px;
}

.valores-tex.valor {
  align-self: center;
  padding-left: 0;
  padding-right: 0;
}

.valor-destaque {
  border: 2px solid var(--verde);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.faq {
  background-color: var(--bg);
  border-radius: 0;
  width: 100%;
  margin-bottom: 30px;
  transition: background-color .4s;
  box-shadow: 0 2px 5px #0003;
}

.faq:hover {
  background-color: var(--white);
}

.faq-resposta {
  transform-origin: 50% 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.faq-pergunta {
  color: var(--verde);
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 11px 10px 11px 30px;
  font-weight: 700;
  display: flex;
}

.faq-tit {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nimbussanl Bol, sans-serif;
  font-weight: 900;
}

.faq-icon {
  color: var(--white);
  background-color: #0bb261;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.faq-textos {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.faq-textos.pontos {
  border-left: 4px solid var(--verde);
  margin-left: 20px;
  padding-left: 15px;
}

.faq-textos.pontos.ultimo {
  margin-bottom: 30px;
}

.faq-textos.ultimo {
  margin-bottom: 30px;
  font-family: Nimbussanl Reg, sans-serif;
}

.seta-02, .seta-01 {
  background-color: var(--white);
  border-radius: 50px;
  width: 14px;
  height: 3px;
  position: absolute;
}

.footer-section {
  background-color: var(--black);
  background-image: url('../images/bg-pixel.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 58px;
  display: flex;
}

.footer-texto {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 18px;
  margin-bottom: 40px;
  font-family: Nimbussanl Bol, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.link-footer {
  color: var(--white);
}

.footer-ibccrim {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  width: 100%;
  padding: 16px 30px;
  font-family: Nimbussanl Reg, sans-serif;
  font-weight: 500;
}

.valores-coluna {
  clear: none;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  padding-bottom: 5px;
  display: flex;
}

.valor-linha {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.valor-texto.cortado {
  text-align: center;
  align-self: flex-end;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
  display: none;
}

.valor-texto.cortado.legenda-valor {
  font-family: Nimbussanl Reg, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.valores-lote {
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
  font-family: Nimbussanl Reg, sans-serif;
  font-size: 20px;
  line-height: 22px;
  display: none;
}

.footer-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 9px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px 50px;
  display: flex;
  box-shadow: 0 7px 11px 7px #0003;
}

.link-ibccrim {
  width: 100px;
  margin-right: 50px;
}

.link-redes {
  width: 50px;
  height: 50px;
}

.valores-categorias {
  background-color: #ffffffc2;
  border-radius: 30px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  margin-right: 14px;
  padding: 20px 0;
  display: flex;
  box-shadow: 0 2px 14px #0000005c;
}

.logo {
  align-self: flex-start;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-block, .text-block-2 {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Nimbussanl Reg, sans-serif;
}

.destaque-card--1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffffe3;
  border-radius: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: 14px;
  margin-right: 14px;
  padding: 20px;
  display: block;
  box-shadow: 0 2px 14px #0000005c;
}

.destaques-section-neutro {
  background-color: var(--white);
  background-image: url('../images/bg-pixel.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.info-section-faq {
  background-color: #fff;
  background-image: url('../images/bg-cinza_1bg-cinza.avif'), linear-gradient(to bottom, var(--bg), var(--bg));
  box-shadow: none;
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.bold-text {
  font-family: Nimbussanl Bol, sans-serif;
}

.icones-parceiros {
  flex-flow: row;
  align-self: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
}

.icones-parceiros._2 {
  align-self: flex-start;
  display: none;
}

.grade-cards-v2 {
  border: 1px solid var(--verde);
  background-color: #ffffff63;
  border-radius: 0;
  width: 100%;
  margin-top: 29px;
  margin-bottom: 30px;
  box-shadow: 0 2px 9px #0003;
}

.grade-card-v2 {
  border-bottom: 1px solid var(--verde);
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 70px;
  margin: 10px auto;
  display: flex;
}

.presencial {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nimbussanl Reg, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: none;
}

.image-3 {
  display: block;
}

.grade-nome-v2 {
  color: var(--black);
  flex: 1;
  margin-left: 16px;
  font-family: Nimbussanl Regita, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.bold-text-2 {
  line-height: 30px;
  display: block;
}

.div-lightbox {
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lightbox-docentes {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  place-items: start center;
  width: 100%;
  display: flex;
}

.heading {
  text-align: center;
  font-family: Nimbussanl Bol, sans-serif;
  font-weight: 400;
}

.image-4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-link {
  margin-left: auto;
  margin-right: auto;
}

.nome-docente {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.heading-2 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Nimbussanl Bol, sans-serif;
  font-weight: 400;
}

.div-block-3 {
  z-index: 50;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image-5 {
  padding-left: 10px;
}

.background-video-2 {
  z-index: 2;
  background-color: #d1d7d300;
  width: 633px;
  margin-right: 152px;
  position: absolute;
}

.video-banner {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  left: auto;
  right: 0%;
}

.banner-video-img {
  z-index: 1;
  background-color: #cce3d900;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tex-destaque {
  font-weight: 400;
}

.faq-tabelas {
  flex-flow: wrap;
  margin-bottom: 30px;
  display: flex;
}

.faq-tabela {
  border: .2px solid #0bb261;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Nimbussanl Reg, sans-serif;
  font-size: 16px;
  display: flex;
}

.faq-tabela.tit {
  color: #fff;
  background-color: #0bb261;
  border-color: #0bb261;
  font-family: Nimbussanl Bol, sans-serif;
}

.faq-tabela._2 {
  background-color: #f0f0f0;
  border-color: #0bb261;
}

.paragraph {
  color: #fff;
  background-image: url('../images/check_1check.avif');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  font-family: Nimbussanl Reg, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-4 {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.paragraph-2 {
  font-family: Nimbussanl Reg, sans-serif;
  font-size: 17px;
}

.div-block-5 {
  z-index: 50;
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.logo-mobile {
  align-self: flex-start;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.info-texto-box-valor {
  font-family: Nimbussanl Reg, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.info-texto-box-valor.branco {
  color: #fff;
}

.pop-up-bg {
  z-index: 100;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pop-up-card {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.pop-up-fecha {
  background-color: var(--black);
  color: #fff;
  text-transform: uppercase;
  border-radius: 8px;
  margin-top: 20px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-9 {
  box-shadow: 0 2px 20px 5px #0009;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.lightbox-docentes-internacionais {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: inline-grid;
}

.inter {
  color: #fff;
  background-color: #0cb65b;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 400;
}

.div-block-6 {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.text-block-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Nimbussanl Reg, sans-serif;
}

.div-block-7 {
  z-index: 50;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
}

.banner-efeito-2 {
  color: #fff;
  justify-content: space-between;
  align-self: flex-start;
  width: 454px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  display: flex;
}

.banner-conteudo-2 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.text-block-4 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Nimbussanl Reg, sans-serif;
}

.div-block-8 {
  z-index: 50;
  flex-flow: wrap;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.btn-link-2 {
  color: #3e4149;
  text-transform: none;
  background-color: #fff;
  border: 3px solid #3e4149;
  border-radius: 10px;
  align-self: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 14px 30px;
  font-family: Nimbussanl Bol, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .4s, padding .4s, letter-spacing .4s;
  box-shadow: 0 2px 10px #0006;
}

.btn-link-2:hover {
  letter-spacing: 1px;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0 2px 14px 2px #0006;
}

.paragraph-4 {
  font-family: Nimbussanl Reg, sans-serif;
  font-size: 17px;
}

.inter-2 {
  color: #fff;
  background-color: #077a3c;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 400;
}

.banner-desconto {
  color: var(--white);
  background-color: #0bb261;
  padding: 5px 10px 5px 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.extra {
  background-color: #ececec;
  justify-content: center;
  align-items: center;
  display: flex;
}

.extra-colunas {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.extra-coluna {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.extra-tit-01 {
  margin-top: 50px;
  padding-right: 50px;
}

.extra-tit-02 {
  color: #fff;
  background-color: #0bb261;
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.link {
  color: #004725;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .banner-section {
    flex-flow: column-reverse;
    height: auto;
    min-height: 100vh;
    padding: 50px 0 48px;
  }

  .banner-conteudo {
    flex-flow: column;
    align-self: center;
  }

  .info-section {
    background-image: linear-gradient(to bottom, var(--bg), var(--bg));
    background-position: 0 0;
    background-size: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .docentes-card {
    width: 40%;
  }

  .grade-tit {
    padding: 16px 20px 16px 28px;
    font-size: 19px;
    line-height: 20px;
  }

  .destaque-cards {
    flex-flow: wrap;
    padding-left: 40px;
    padding-right: 40px;
  }

  .destaque-card {
    width: 39%;
    margin-bottom: 36px;
  }

  .btn-link {
    align-self: center;
  }

  .valores-linha {
    flex-flow: column;
  }

  .valores-linha._1 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .valores-tex {
    width: auto;
    margin-bottom: 12px;
  }

  .valor-texto.cortado {
    align-self: center;
  }

  .valores-lote {
    background-color: var(--white);
    padding: 8px;
  }

  .destaque-card--1 {
    margin-bottom: 36px;
    display: block;
  }

  .info-section-faq {
    padding-left: 50px;
    padding-right: 50px;
  }

  .grade-nome-v2 {
    padding-right: 28px;
  }

  .div-lightbox {
    flex-flow: column;
  }

  .lightbox-docentes {
    flex-flow: wrap;
    flex: 0 auto;
    align-self: auto;
    display: flex;
  }

  .div-block-3 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .video-banner {
    width: 100%;
    margin-bottom: -44px;
    position: relative;
  }

  .faq-tabela {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .div-block-5 {
    flex-flow: wrap-reverse;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-tab {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 60%;
    display: flex;
  }

  .lightbox-docentes-internacionais {
    flex-flow: wrap;
    flex: 0 auto;
    align-self: auto;
    display: flex;
  }

  .div-block-6 {
    width: 100%;
  }

  .div-block-7 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .banner-conteudo-2 {
    flex-flow: column;
    width: 90%;
    margin-right: 0%;
  }

  .logo-tab-2 {
    width: 100%;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .banner-desconto {
    text-align: center;
    max-width: 490px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .banner-conteudo {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
  }

  .banner-logo.topo {
    align-self: center;
  }

  .banner-efeito {
    align-self: center;
    width: 350px;
  }

  .info-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .info-conteudo.centro {
    justify-content: flex-start;
    align-items: center;
  }

  .titulo-geral {
    text-align: center;
  }

  .titulo-geral.valores {
    color: var(--white);
    width: auto;
    padding: 5px 15px;
  }

  .titulo-geral.corpo {
    background-color: var(--white);
    width: auto;
    padding: 10px;
  }

  .docentes-card {
    width: 46%;
  }

  .grade-aula {
    margin-top: 22px;
    margin-bottom: 13px;
    margin-left: 0;
  }

  .grade-tit {
    width: 100%;
    font-size: 29px;
    line-height: 32px;
  }

  .destaque-cards {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .destaque-card {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-link {
    align-self: center;
  }

  .valores-card {
    width: 80%;
    margin-bottom: 37px;
  }

  .faq-icon {
    min-width: 40px;
  }

  .valores-categorias {
    width: 80%;
    margin-bottom: 37px;
  }

  .logo {
    align-self: center;
    max-width: 100%;
  }

  .destaque-card--1 {
    margin-left: 0;
    margin-right: 0;
  }

  .destaques-section-neutro {
    justify-content: flex-start;
    align-items: center;
  }

  .info-section-faq {
    padding-left: 40px;
    padding-right: 40px;
  }

  .icones-parceiros {
    align-self: center;
  }

  .grade-cards-v2 {
    text-align: center;
  }

  .grade-card-v2 {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grade-nome-v2 {
    margin-bottom: 34px;
  }

  .lightbox-docentes {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-self: center;
  }

  .image-5 {
    padding-left: 0;
  }

  .background-video-2 {
    margin-right: auto;
  }

  .video-banner {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    margin-bottom: 22px;
    position: relative;
  }

  .faq-tabela {
    padding-left: 11px;
    padding-right: 11px;
  }

  .paragraph {
    background-position: 0 10%;
  }

  .div-block-4 {
    align-self: center;
  }

  .div-block-5 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-mobile {
    align-self: center;
    max-width: 80%;
  }

  .logo-tab {
    width: 90%;
  }

  .pop-up-bg {
    padding-left: 52px;
    padding-right: 52px;
  }

  .pop-up-fecha {
    background-color: var(--white);
    color: #000;
    margin-top: -52px;
    margin-right: 0;
  }

  .lightbox-docentes-internacionais {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-6 {
    align-self: center;
  }

  .div-block-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-self: center;
  }

  .banner-efeito-2 {
    align-self: center;
    width: 350px;
  }

  .banner-conteudo-2 {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn-link-2 {
    align-self: center;
  }

  .logo-tab-2 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .banner-section {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-conteudo {
    justify-content: center;
    align-items: flex-start;
  }

  .banner-logo.topo {
    width: 70px;
  }

  .banner-efeito {
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 268px;
  }

  .info-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titulo-geral.destaque {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
  }

  .titulo-geral.corpo {
    background-color: #fff0;
  }

  .docentes-card {
    width: 100%;
  }

  .grade-tit {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .destaque-cards {
    padding-left: 18px;
    padding-right: 18px;
  }

  .destaque-card {
    width: 90%;
  }

  .btn-link {
    text-align: center;
    align-self: center;
    font-size: 19px;
  }

  .btn-link.verde {
    text-align: center;
  }

  .valores-card {
    text-align: center;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .valores-tit {
    font-size: 20px;
  }

  .faq-resposta, .faq-pergunta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-tit {
    padding-right: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .faq-textos.pontos {
    margin-left: 10px;
    padding-left: 10px;
  }

  .valores-lote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .valores-categorias {
    text-align: center;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo {
    align-self: center;
    max-width: 100%;
  }

  .info-section-faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    display: inline-block;
  }

  .image-2 {
    vertical-align: baseline;
    display: inline-block;
  }

  .icones-parceiros {
    align-self: center;
  }

  .icones-parceiros._2 {
    margin-top: 0;
  }

  .grade-card-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grade-nome-v2 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-lightbox {
    justify-content: flex-start;
    align-items: center;
    width: 40%;
    margin-bottom: 13px;
  }

  .lightbox-docentes {
    justify-content: center;
    align-items: flex-start;
  }

  .heading {
    width: 100%;
    line-height: 18px;
  }

  .video-banner {
    margin-bottom: 113px;
  }

  .faq-tabela {
    padding-left: 14px;
    padding-right: 14px;
  }

  .logo-mobile {
    align-self: center;
    max-width: 100%;
  }

  .pop-up-bg {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pop-up-fecha {
    margin-top: -46px;
    font-size: 14px;
  }

  .lightbox-docentes-internacionais {
    justify-content: center;
    align-items: flex-start;
  }

  .banner-efeito-2 {
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 268px;
  }

  .banner-conteudo-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .btn-link-2 {
    text-align: center;
    align-self: center;
    font-size: 19px;
  }
}

#w-node-_2721ca0a-ada9-dcc6-a749-8797f4c580a4-fddbbc61 {
  align-self: auto;
}


@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayMediu.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayLight.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayThin.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayXThin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayXXThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nimbussanl Regita';
  src: url('../fonts/NimbusSanL-RegIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nimbussanl Reg';
  src: url('../fonts/NimbusSanL-Reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nimbussanl Bol';
  src: url('../fonts/NimbusSanL-Bol.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nimbussanl Bolita';
  src: url('../fonts/NimbusSanL-BolIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}