/* Configuração global */

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-size: 16px;
  font-family: 'Montserrat-regular', Arial;
  padding: 0;
  margin: 0;
}

/* Variáveis */

:root {
  --branco: #ffffff;
  --branco-opaco: rgb(195 188 188);
  --azul-escuro: #000b21;
  --azul-claro: #29d1f9;
  --branco-azulado: #f8f9ff;
  --cinza: #6d69698c;
  --preto-transp: rgba(0, 0, 0, 0.8);
  --montserrat: 'Montserrat-regular', Arial;
}

/* NAVBAR */

#todaNavbar {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#navbarPage {
  width: 78%;
  height: 60px;
  padding-top: 9px;
  padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000;
}

.navbar-container {
  background-color: transparent;
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#blackLogo {
  display: none;
}

.navbar-logo img {
  width: 200px;
}

#menuMobile {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 90%;
}

.boxMobile #conteudo-solucoes {
  display: none;
}

#menuMobile ul {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: -43px;
  display: flex;
  justify-content: end;
  align-items: center;
}

#menuMobile ul li {
  list-style: none;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}

#menuMobile ul li a {
  color: var(--branco-opaco);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Montserrat';
}

#menuMobile ul li p {
  color: var(--branco-opaco);
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

li #callLogin {
  font-weight: bold;
  border: var(--azul-claro) 1px solid;
  padding: 5px 10px;
}

#openMaisOpcoesDesktop span {
  font-size: 13px;
}

#conteudo-solucoes {
  display: none;
  position: absolute;
  width: 204px;
  height: 58px;
  top: 30px;
  padding: 0;
  background-color: var(--azul-claro);
  border-radius: 0 0 4px 4px;
  left: -112px;
  z-index: 1000;
}

ul#conteudo-solucoes li {
  margin-top: 2px;
  width: 100%;
  height: 26px;
  display: flex;
  align-items: center;
}

ul#conteudo-solucoes li a {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  padding-left: 19px;
  height: 23px;
  color: var(--branco);
}

ul#conteudo-solucoes li a:hover {
  color: var(--azul-claro);
  background-color: var(--branco);
}

.navMobilelogoBtn {
  display: none;
}

#navMobileBtnsMenu ul {
  display: none;
}

#btnLista {
  width: 48px;
  height: 39px;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
}

#btnLista:active {
  transform: rotate(-8deg);
  /* border: 1px solid var(--branco-opaco); */
}

.btnListabarra {
  width: 100%;
  height: 2.8px;
  background-color: var(--branco);
  border-radius: 5px;
}

/* NAVBAR MOBILE */

@media (max-width: 1200px) {
  #navbarPage {
    width: 90%;
  }
}

@media (max-width: 992px) {
  #navbarPage {
    width: 95%;
  }
  #btnLista {
    display: flex;
  }
  #menuMobile {
    display: none;
    width: 300px;
    height: 100vh;
    padding-top: 15px;
    padding-right: 50px;
    position: absolute;
    top: 73px;
    right: 0px;
    background-color: #fff;
    border-left: 1px solid var(--branco-opaco);
    border-top: 1px solid var(--branco-opaco);
  }
  #menuMobile ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -43px;
    display: flex;
    justify-content: end;
    align-items: end;
    width: 100%;
    flex-direction: column;
  }
  #menuMobile ul li {
    margin-bottom: 15px;
  }
  .boxMobile {
    position: relative;
  }
  #conteudo-solucoes {
    position: relative;
    height: 68px;
    top: 10px;
    left: -42px;
    padding: 0;
    text-align: end;
    background: none;
  }
  #conteudo-solucoes li {
    margin: 0;
  }
  ul#conteudo-solucoes li a {
    color: var(--branco-opaco);
    width: 175px;
    padding: 0;
  }
  #openMaisOpcoesDesktop {
    text-align: end;
  }
  /* #localLogin {
        margin-top: 30px;
    } */
}

/* HEADER */

header {
  display: block;
  width: 100%;
  height: 1100px;
}

.header-imagem {
  width: 100%;
  height: 980px;
  background-image: url(../img/banner_aula_aovivo-better.jpg);
  background-size: cover;
  display: block;
}

.headerImg {
  display: flex;
  margin-bottom: 30px;
}

.headerImg img {
  margin: auto;
  width: 120px;
}

header h1,
header h2,
header p {
  text-align: center;
  color: var(--branco);
}

.header-textos {
  background-color: var(--azul-escuro);
  width: 100%;
  height: 200px;
}

.headerTitulo {
  margin-top: 16px;
}

header h1 {
  margin-top: 520px;
  font-weight: bolder;
  font-size: 58px;
  margin-bottom: 70px;
}

header h2 {
  font-weight: bolder;
  font-size: 38px;
  margin-bottom: 30px;
  margin-top: 0;
}

header p {
  font-size: 17px;
  font-weight: 300;
  margin: auto;
  margin-bottom: 15px;
  width: 545px;
}

@media (min-width: 1601px) {
  header {
    display: block;
    width: 100%;
    height: 1150px;
  }
  .header-imagem {
    width: 100%;
    height: 900px;
    background-image: url(../img/banner_aula_aovivo-better.jpg);
    background-size: cover;
    display: block;
    padding-top: 1px;
  }
  .header-textos {
    height: 250px;
  }
  .headerDescr {
    padding-top: 25px;
  }
}

@media (max-width: 1600px) {
  header {
    height: 1030px;
  }
  .header-imagem {
    height: 780px;
    background-image: url(../img/banner_aula_aovivo-1600.jpg);
    padding-top: 1px;
  }
  .headerTitulo {
    margin-top: -120px;
  }
  .header-textos {
    height: 250px;
    margin-top: -1px;
  }
}

@media (max-width: 1400px) {
  header {
    height: 935px;
  }
  .header-imagem {
    height: 685px;
    background-image: url(../img/banner_aula_aovivo-1400.jpg);
  }
  .headerTitulo {
    margin-top: -176px;
  }
  .header-textos {
    padding-top: 22px;
  }
}

@media (max-width: 1200px) {
  header {
    height: 837px;
  }
  .header-imagem {
    height: 587px;
    background-image: url(../img/banner_aula_aovivo-1200.jpg);
  }
  .headerTitulo {
    margin-top: -270px;
  }
}

@media (max-width: 992px) {
  header {
    height: 725px;
  }
  .header-imagem {
    height: 475px;
    background-image: url(../img/banner_aula_aovivo-992.jpg);
  }
  header h1 {
    margin-top: 494px;
    font-size: 40px;
    margin-bottom: 31px;
  }
  .headerImg img {
    width: 91px;
  }
}

@media (max-width: 768px) {
  header {
    height: 590px;
  }
  .header-imagem {
    height: 368px;
    background-image: url(../img/banner_aula_aovivo-768.jpg);
  }
  header h1 {
    margin-top: 446px;
    font-size: 33px;
    margin-bottom: 20px;
  }
  .headerImg img {
    width: 78px;
  }
  .header-textos {
    height: 223px;
  }
  header h2 {
    font-size: 25px;
  }
  header p {
    font-size: 16px;
    width: 500px;
  }
}

@media (max-width: 576px) {
  header {
    height: 726px;
  }
  .header-imagem {
    height: 464px;
    background-image: url(../img/banner_aula\ aovivo_mobile-576.jpg);
  }
  header h1 {
    margin-top: 526px;
    font-size: 28px;
    margin-bottom: 54px;
  }
  .headerImg img {
    width: 78px;
  }
  .header-textos {
    height: 263px;
  }
  header h2 {
    font-size: 25px;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
  header p {
    width: 313px;
  }
}

/* Sesseão ícones */

section {
  display: block;
  width: 100%;
  background-color: var(--branco);
  padding: 60px 0 45px 0;
  text-align: center;
  margin-bottom: -1px;
}

.icons-text {
  width: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

.icons-text p {
  font-size: 17px;
  text-align: center;
}

.icons-content {
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 1000px;
  margin: auto;
}

.icones-menor {
  width: 325px;
  height: 291px;
  display: flex;
  flex-direction: column;
  justify-content: initial;
  align-items: center;
}

.icones-menor img {
  width: 115px;
  height: 115px;
}

.icones-menor p {
  font-size: 16px;
}

.icones-menor p b {
  font-size: 19px;
}

.texts-down {
  margin-top: 30px;
}

.texts-down p {
  width: 697px;
  font-size: 17px;
  margin: auto;
  padding-bottom: 20px;
}

#beta-version {
  font-size: 11.4px;
  padding-bottom: 0;
}

@media (max-width: 1200px) {
  .icons-content {
    margin-top: 15px;
    width: 820px;
  }
  .icones-menor {
    width: 262px;
    height: 249px;
  }
  .icones-menor img {
    width: 100px;
    height: 100px;
  }
  .icones-menor p b {
    font-size: 17px;
  }
  .icones-menor p {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .icons-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .icons-content {
    width: 767px;
    gap: 0px;
  }
  .icones-menor {
    width: 254px;
    height: 249px;
  }
  .icones-menor img {
    width: 100px;
    height: 100px;
  }
  .icones-menor p b {
    font-size: 17px;
  }
  .icones-menor p {
    font-size: 12.5px;
  }
}

@media (max-width: 768px) {
  .icons-text p {
    font-size: 16px;
    width: 544px;
  }
  .icons-content {
    width: 576px;
  }
  .icones-menor {
    width: 287px;
    height: 257px;
  }
  .icones-menor p b {
    font-size: 17px;
  }
  .icones-menor p {
    font-size: 13.5px;
  }
  .texts-down {
    width: 576px;
    margin: auto;
    margin-top: 45px;
  }
  .texts-down p {
    width: 97%;
    font-size: 16px;
    margin: auto;
    padding-bottom: 20px;
  }
  #beta-version {
    width: 99%;
  }
}

@media (max-width: 576px) {
  .icons-text {
    width: 100%;
  }
  .icons-text p {
    width: 95%;
  }
  .icons-content {
    width: 100%;
  }
  .icones-menor {
    width: 330px;
    height: 304px;
  }
  .icones-menor img {
    width: 123px;
    height: 123px;
  }
  .icones-menor p b {
    font-size: 19px;
  }
  .icones-menor p {
    font-size: 16px;
  }
  .texts-down {
    width: 100%;
  }
}

/* IMAGEM ACIMA DO FORMULÁRIO */

.img-up-form {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--branco);
  margin-bottom: -1px;
}

.img-up-form img {
  width: 75%;
  margin-bottom: -80px;
}

@media (min-width: 1601px) {
  .img-up-form img {
    margin-bottom: -80px;
  }
}

@media (max-width: 1200px) {
  .img-up-form img {
    margin-bottom: -60px;
  }
}

@media (max-width: 992px) {
  .img-up-form img {
    margin-bottom: -43px;
  }
}

@media (max-width: 768px) {
  .img-up-form img {
    margin-bottom: -30px;
  }
}

@media (max-width: 576px) {
  .img-up-form img {
    margin-bottom: -20px;
  }
}

/* Sessão fomulário */

.container {
  width: 95%px;
}

.sessao-formulario {
  display: block;
  width: 100%;
  background-color: var(--branco-azulado);
}

#credencie {
  background-color: var(--branco-azulado) !important;
  color: var(--azul-escuro);
  padding-bottom: 50px;
  padding-top: 50px;
  font-family: 'Montserrat';
  margin-top: -1px;
}

#credencie h3 {
  color: var(--azul-escuro);
  text-transform: none;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
}

.containerForm {
  width: 70%;
  margin: auto;
  max-width: none;
  margin-top: 50px;
  text-align: center;
}

.containerForm input {
  border: none;
  border-bottom: 1px solid var(--cinza);
  font-family: 'Montserrat';
}

textarea {
  border: none;
  border-bottom: 1px solid var(--cinza);
  padding-top: 28px;
  width: 100%;
  background-color: var(--branco-azulado);
  font-family: 'Montserrat';
}

textarea::placeholder {
  font-size: 15px;
}

.form-nome,
.form-email,
.form-telefone,
.form-escola,
.form-msg {
  display: block;
  margin-bottom: 27px;
  margin-top: 27px;
}

.form-estado-cidade {
  display: flex;
  margin-bottom: 10px;
  margin-top: 50px;
  justify-content: space-between;
}

.form-estado,
.form-cidade {
  width: 47%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--cinza);
}

.form-estado p,
.form-cidade p {
  font-size: 16px;
  padding-left: 2px;
  color: var(--cinza);
}

.form-estado select,
.form-cidade select {
  border: none;
  font-size: 16px;
  padding-bottom: 10px;
  margin: 0;
  width: 100%;
  font-family: 'Montserrat';
}

.form-msg {
  margin-top: 20px;
}

.divBtnEnviar {
  display: block;
  width: 50%;
  margin: auto;
  margin-top: 50px;
}

.divBtnEnviar button {
  display: block;
  border: none;
  margin: auto;
  font-size: 18px;
  font-weight: bolder;
  font-family: inherit;
  letter-spacing: 0.1px;
  color: var(--branco);
  background-color: var(--azul-claro);
  padding: 5px 60px;
  border-radius: 21px;
}

.divBtnEnviar button:active {
  box-shadow: 1px 1px 5px var(--azul-escuro);
}

input {
  font-size: 15px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--cinza);
  background-color: transparent;
  margin-bottom: -19px;
}

input:focus {
  outline: none;
}

label {
  color: var(--azul-escuro);
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

@media (max-width: 1200px) {
  /* .container {
        width: 100%;
    } */
  .containerForm {
    width: 80%;
  }
  form {
    width: 100%;
  }
  .columnForm {
    width: 100%;
  }
}

@media (max-width: 992px) {
  #credencie h3 {
    font-family: var(--montserrat);
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .containerForm {
    width: 90%;
  }
  .form-estado select,
  .form-cidade select {
    width: 100%;
  }
}

/* Footer */

footer {
  width: 100%;
  height: auto;
  /* height: 585px;
       background-image: url(../img/footer-better.png);
      background-repeat: no-repeat;
      background-size: cover; */
  background-color: var(--azul-escuro);
}

.container-footer {
  display: block;
  width: 95%;
  margin: auto;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 90px;
}

.first-part {
  display: flex;
  flex-direction: column;
  width: 246px;
  /* height: 215px; */
  height: 160px;
  order: 3;
}

.secund-part,
.third-part {
  display: flex;
  flex-direction: column;
  width: 246px;
  /* height: 215px; */
  height: 160px;
}

.first-part b,
.secund-part b,
.third-part b {
  font-size: 20px;
}

.first-part p,
.secund-part p,
.third-part p {
  color: var(--branco);
  /* font-size: 18px; */
  font-size: 15px;
  margin: 3px;
}

.first-part a {
  color: var(--branco);
  /* font-size: 18px; */
  text-decoration: none;
  margin-bottom: 13px;
  cursor: pointer;
}

.first-part a:hover {
  text-decoration: underline;
}

.first-part a:active {
  color: var(--azul-claro);
}

p.secund-subtitle {
  font-weight: bold;
  margin: 0;
}

.btn-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 85px; */
  margin-top: 0px;
}

.btn-footer a {
  text-decoration: none;
  margin: auto;
  font-size: 18px;
  font-weight: bolder;
  font-family: inherit;
  letter-spacing: 0.1px;
  color: var(--branco);
  background-color: var(--azul-claro);
  padding: 6px 32px;
  border-radius: 21px;
  cursor: pointer;
  margin-left: 0;
}

.info-down-footer {
  display: block;
}

.info-img-midias {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 73px;
}

.info-img-midias img {
  width: 380px;
}

.info-down-midias img {
  width: 50px;
  margin-left: 20px;
}

#barra-down-footer {
  width: 100%;
  border-bottom: 3px solid var(--branco-opaco);
  margin-top: 33px;
}

.copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyrights {
  /* margin-top: 33px; */
  margin-top: 10px;
}

.copyrights p {
  color: var(--branco);
  /* font-size: 17px; */
  font-size: 13px;
}

.copyrights-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyrights-icon p {
  margin: 0;
}

.copyrights-icon span {
  /*color: red; */
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
}

@media (min-width: 1601px) {
  footer {
    width: 100%;
    /* height: 675px;
             background-image: url(../img/footer-better.jpg);
            background-repeat: no-repeat;
            background-size: cover; */
  }
  .container-footer {
    display: block;
    width: 60%;
    margin: auto;
  }
}

@media (max-width: 1600px) {
  footer {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    /* height: 675px; */
    /* background-image: url(../img/footerIMG-1600.jpg);
            background-repeat: no-repeat;
            background-size: cover; */
  }
  .container-footer {
    display: block;
    width: 70%;
    margin: auto;
  }
}

@media (max-width: 1400px) {
  footer {
    width: 100%;
    /* height: 674px;
             background-image: url(../img/footerIMG-1400.jpg);
            background-repeat: no-repeat;
            background-size: cover; */
  }
  .container-footer {
    width: 75%;
  }
}

@media (max-width: 1200px) {
  /*  footer {
        width: 100%;
        height: 674px;
        background-image: url(../img/footerIMG-1200.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }*/
  .container-footer {
    width: 85%;
  }
}

@media (max-width: 992px) {
  /* footer {
        width: 100%;
        height: 665px;
         background-image: url(../img/footerIMG-992.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }*/
  .container-footer {
    width: 90%;
  }
  .info-img-midias img {
    width: 310px;
  }
  .info-down-midias img {
    width: 40px;
  }
}

@media (max-width: 768px) {
  /* footer {
        width: 100%;
        height: 792px;
         background-image: url(../img/footerIMG-768.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }*/
  .first-part,
  .secund-part,
  .third-part {
    width: 177px;
  }
  .first-part p,
  .secund-part p,
  .third-part p {
    font-size: 16px;
  }
  .first-part a {
    font-size: 16px;
  }
  .secund-part p,
  .third-part p {
    font-size: 16px;
  }
  .first-part b,
  .secund-part b,
  .third-part b {
    font-size: 16px;
  }
  .btn-footer {
    padding-top: 90px;
  }
  .info-img-midias img {
    width: 280px;
  }
  .info-down-midias {
    width: 189px;
  }
  .info-down-midias img {
    width: 40px;
    -bottom: 8px;
  }
  .copyrights p {
    font-size: 15px;
  }
  .copyrights-icon span {
    font-size: 19px;
  }
}

@media (max-width: 576px) {
  /*footer {
        width: 100%;
        height: 1161px;
         background-image: url(../img/footerIMG-576.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }*/
  .footer-info {
    padding-top: 45px;
    flex-direction: column;
    width: 236px;
    margin: auto;
  }
  .first-part,
  .secund-part,
  .third-part {
    width: 90%;
  }
  .first-part a {
    font-size: 17px;
  }
  .secund-part b,
  .third-part b {
    font-size: 18px;
  }
  .secund-part p,
  .third-part p {
    font-size: 17px;
    line-height: 19px;
  }
  .btn-footer {
    margin-top: -130px;
  }
  .btn-footer a {
    margin-left: auto;
  }
  .info-down-footer {
    margin-top: -40px;
  }
  .info-img-midias {
    flex-direction: column;
  }
  .info-img-midias img {
    width: 85%;
  }
  .info-down-midias {
    width: 230px;
    margin-top: 35px;
  }
  .info-down-midias img {
    width: 50px;
    margin-bottom: 15px;
  }
  .copyrights {
    flex-direction: column;
    width: 95%;
    margin: auto;
    margin-top: 35px;
  }
  .copyrights p {
    font-size: 17px;
  }
  .copyrights-icon {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
