@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: none;
  color: unset;
}

a:hover {
  text-decoration: none;
}

/******************************* MOBILE *********************************/
@media (max-width: 360px) {
  .header {}

  header .nav {
    flex-direction: column;
  }

  header .menus {
    background: #fffffff0;
    border-radius: 10px;
    display: none;
  }

  .headline.headLineContatos {
    padding: 71px 0 26px !important;
  }

  .headline.headLineContatos {
    padding: 221px 0 26px !important;
  }

  .headline .bottomHeadline {
    padding: 70px 0 0 !important;
  }
}

/***************************** FIM MOBILE *******************************/

/******************************* TABLET *********************************/
@media (min-width: 360px) {
  header .nav {
    flex-direction: column;
  }

  header .menus {
    background: #fffffff0;
    border-radius: 10px;
    display: none;
  }

  .headline .textArea {
    padding: 0 35px !important;
    z-index: 5;
  }

  .headline .bottomHeadline {
    padding: 187px 0 0 !important;
  }
}

@media (max-width: 820px) {
  .headline .imagemtopo img {
    right: auto !important;
  }
}

/***************************** FIM TABLET *******************************/

/****************************** DESKTOP *********************************/
@media (min-width: 820px) {
  header .menuIcon {
    display: none;
  }

  header .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header .nav {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  header .menus {
    background: transparent;
    border-radius: 10px;
    display: unset !important;
  }

  header .menus .nav .nav-item .nav-link.areaAluno {}

  .headline .textArea {
    padding: 31px 25px 0px 129px !important;
    z-index: 5;
  }

  .headline .fraseSecundaria {
    padding: 0px 111px 0 0 !important;
  }

  .headline .bottomHeadline {
    padding: 0 !important;
  }
}

/**************************** FIM DESKTOP *******************************/

/****************************** GERAL *********************************/

/* =================================================================*/

header {
  background: transparent;
  color: #fff;
  position: absolute;
  padding: 29px 0 !important;
  z-index: 1;
}

header .logoIcons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logoIcons .logomarca {}

header .logoIcons .logomarca .logo {
  max-height: 121px
}

header .logoIcons .menuIcon {}

header .logoIcons .menuIcon .abrirnav {
  font-size: 25px;
}

header .menus {}

header .menus .nav {}

header .menus .nav .nav-item {}

header .nav-item .nav-link.areaAluno {
  background: #fff;
  border-radius: 25px;
  color: #183061;
  font-size: clamp(0.5rem, 2.5vw, 1rem);
  padding: 11px 25px !important;
  font-weight: 600;
  text-transform: none;
  white-space: nowrap
}

header .menus .nav .nav-item .nav-link {
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.4vw, 2.8rem);
}

header .menus .nav .nav-item.selected {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

header .menus .nav .nav-item.selected .nav-link {
  color: #183061;
}

header .menus .nav .nav-item.selected span {
  border: 2px solid #183061 !important;
  width: 100%;
  position: absolute;
  bottom: -3px;
}

header .menus .nav .nav-item .nav-link:hover {
  color: #183061;
}

/* =================================================================*/

.botao {
  background: #08FAD9;
  border-radius: 20px;
  color: white;
  border: none;
}

/* =================================================================*/

.headline {
  background: linear-gradient(262deg, #171717, #171717);
  padding: 221px 0 145px !important;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.headline .headlineContainer {}

.headline .textArea {
  position: relative;
}

.headline .headlineFundo {}

.headline .imagemtopo {}


.headline .headlineTexto {}

.headline .frasePrincipal {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

.headline .fraseSecundaria {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
}

.headline .botao {
  font-size: 21px;
  padding: 13px 50px !important;
  color: #183061;
  font-weight: 600;
  border-radius: 60px;
}

.headline .imagemtopo img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  max-width: 600px;
}

.headline .imgOndasFundo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.headline .imgOndasFrente {
  position: absolute;
  bottom: -20px;
  z-index: 10;
  max-width: 100%;
  overflow: hidden;
}

.headline .imgOndasFrente img {
  overflow: hidden;
  height: 118px;
  width: 1878px;
}

/* =================================================================*/

.cursos {
  padding: 75px 0px !important;
  color: #183061;
  font-weight: 500;

}

.cursos .titulo {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
}

.cursos .subtitulo {
  padding: 20px 0 !important;
  line-height: 1.1;
  font-size: 21px;
  font-weight: 500;
}

.cursos .planos {
  display: flex;
  align-items: stretch;
  padding: 33px 0px !important;
}

.cursos .planos .cards {
  display: flex;
}

.cursos .planos .subCard {
  padding: 27px 20px !important;
  border: 1px solid #90d5da7d !important;
  border-radius: 7px;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

.cursos .planos .cards img {
  border-radius: 25px;
  margin-bottom: 18px !important;
}

.cursos .planos .cards .titulo {
  font-size: 24px;
  font-weight: 700;
}

.cursos .planos .cards .valor {
  display: flex;
  align-items: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 0.9;
  color: #4286A0;
}

.cursos .planos .cards .valor .parcela {
  font-size: 15px;
  color: #183061;
  font-weight: 500;
}

.cursos .planos .cards .aVista {
  font-size: 15px;
}

.cursos .planos .cards .inclusos {}

.cursos .planos .cards .inclusos i {
  color: #4286A0;
}

.cursos .planos .cards .inclusos i.disabled {
  filter: opacity(0.3);
}

.cursos .planos .cards .botao {
  color: #183061;
  font-size: 14px;
  font-weight: 600;
  margin: 17px 0 !important;
  padding: 6px 20px !important;
}

/* =================================================================*/

.destaques {
  background: linear-gradient(180deg, #e3f4f6, #cfd9e5);
  text-align: center;
  color: #183061;
}

.destaques .titulo {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  padding-bottom: 65px !important;
  line-height: 1.2;
}

.destaques .destaque {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.destaques .destaque .cards {
  display: flex;
}

.destaques .destaque .cards .subCard {
  background: #f3f8f9;
  padding: 27px 20px !important;
  border-radius: 7px;
  box-shadow: -1px 1px 6px 0px #a0a0a0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.destaques .destaque .cards .subCard img {
  margin-bottom: 18px !important;
}

.destaques .destaque .cards .subCard .titulo {
  font-size: 21px;
  margin: 0 !important;
  padding-bottom: 0px !important;
}

.destaques .destaque .cards .subCard .texto {
  font-weight: 500;
  font-size: 18px;
}

/* =================================================================*/

.faq {
  color: #183061;
}

.faq img {
  max-width: 472px;
}

.faq .titulo {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  padding: 16px 0 38px !important;
}

.faq .cards {}

.faq .cards i {
  padding: 0 10px 0 0px !important;
}

.faq .cards .faqPergunta {
  font-size: 21px;
  font-weight: 500;
}

.faq .cards .faqResposta {}

/* =================================================================*/

.rodape {
  position: relative;
  display: flex;
  color: #fff;
  justify-content: flex-end;
}

.rodape img {}

.rodape p {
  z-index: 5;
  margin: 3px 36px !important;
  font-size: 12px;
}

.rodape .corp {
  display: flex;
  position: absolute;
  bottom: 0;
}

/* =================================================================*/

.footer {
  display: flex;
  justify-content: flex-end;
}

.footer p {
  font-size: 7px;
  margin: 7px 0 !important;
  font-weight: 600;
  color: #003E4F;
}

/* =================================================================*/

.headlineCursos {
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.headline .cursos {
  padding: 0px 0px !important;
  position: relative;
  z-index: 5;
}

.headline .cursos .titulo {
  color: #fff;
}

.headline .cursos .subtitulo {
  color: #fff;
}

.headline .cursos .planos .subCard {
  background: #fff;
}

.headline .cursos .planos .subCard .titulo {
  color: #183061;
}

.headline .cursos .planos .subCard .conteudo .titulo {
  color: #404040;
}

.headline .cursos .planos .subCard .conteudo .texto {
  color: #404040;
}


/* =================================================================*/

.headlineCursos {
  position: absolute;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}

.headline .contatos {
  padding: 31px 0px !important;
  position: relative;
  z-index: 5;
}

.headline .contatos .titulo {
  font-size: 23px;
  font-weight: 700;
}

.headline form label {
  padding: 6px 20px !important;
  font-size: 13px;
}

.headline .contatos input {
  border-radius: 9px;
  padding: 8px !important;
  color: black !important;
  font-weight: 400 !important;
  text-shadow: none !important;
  background: #d9e1ea;
  letter-spacing: 0 !important;
}

.headline .contatos .mensagem {
  height: 138px;
}

.headline .contatos .btnSubmit {
  background: #08FAD9;
  border-radius: 45px;
  color: #183061;
  padding: 9px 64px !important;
  font-size: 20px;
  font-weight: 600;
}

.headline .contatos .form-group {
  position: relative;
}

.headline .contatos .error {
  font-weight: 600;
  letter-spacing: 2px;
  color: #d50e0e;
  text-shadow: 0px 1px 0px #4d4d4d;
}

/* =================================================================*/