@import url("https://fonts.googleapis.com/css2?family=Merriweather&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Signika:wght@300;400;500;600;700&display=swap");

/* Imagens */
html img,
body img {
  max-width: 100%;
  object-fit: cover;
}

html,
body {
  /* Cores */
  --cor-verde-escuro: #00976c;
  --cor-verde: #00976c;
  --cor-amarelo: #f6ce0f;
  --cor-laranja: #f6ce0f;
  --cor-branco: #ffffff;
  --cor-cinza: #414042;
  --cor-cinza-claro: #f1f2f2;

  /* Fontes */
  font-family: "Signika", sans-serif;
  /*  Tamanho da fonte */
  font-size: 100%;
}

html a,
body a {
  text-decoration: none !important;
}

@media (max-width: 760px) {
  html,
  body {
    font-size: 100%;
  }
  html h2,
  body h2 {
    font-size: 36px !important;
  }
}

/* h1 {
} */

h2 {
  font-size: 30px;
  font-weight: 300;
}

/* h3 {
}

h4 {
} */

/*  */
@media (min-width: 760px) {
  .alinhar {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 760px) {
  .top p.btn.alinhar {
    margin-top: 20px;
    font-size: 20px !important;
  }
}

/* Botões */
/* Portal do Aluno */
.btn.portal-do-aluno {
  background: var(--cor-amarelo);
  color: var(--cor-cinza);
  font-size: 12px;
  font-weight: 500;
  border-radius: 17.5px;
  margin-right: 5px;
}

/* Ensino Remoto */
.btn.ensino-remoto {
  background: #0000;
  color: var(--cor-branco);
  font-size: 12px;
  font-weight: 500;
  border-radius: 17.5px;
  margin-left: 5px;
  color: var(--cor-amarelo) !important;
  border: solid 1px var(--cor-amarelo);
}
/* Ver mais */
.btn.ver-mais {
  background: var(--cor-verde-escuro);
  color: var(--cor-branco);
  font-weight: 500;
  font-size: 16px;
  font-family: "Signika", sans-serif;
  border-radius: 17.5px;
}
/* Saiba Mais */
.btn.saiba-mais {
  background: none;
  color: var(--cor-branco);
  font-size: 16px;
  border: var(--cor-branco) solid 1px;
  border-radius: 17.5px;
  padding: 8px 50px;
}
/* Formulário de Matricula */
.btn.formulario-de-matricula {
  background: var(--cor-verde-escuro);
  color: var(--cor-branco);
  font-weight: 500;
  font-size: 16px;
  font-family: "Signika", sans-serif;
  border-radius: 17.5px;
}

p {
  font-size: 15px;
  font-family: "Merriweather", serif;
  margin: 0;
}

/* Top Bar */

.top {
  height: 45px;
  background: var(--cor-verde-escuro);
}

@media (max-width: 1000px) {
  .top {
    height: 75px;
  }
}

.top p {
  color: white;
}

.alinhar {
  display: flex;
  align-items: center;
}

.alinhar-2 {
  display: flex;
  justify-content: center;
}

/* Rodapé */

.rodape {
  padding: 50px 0;
  background: var(--cor-verde-escuro);
}

.rodape h3 {
  font-family: "Signika", sans-serif;
  color: var(--cor-branco);
}

.rodape p {
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: var(--cor-branco);
  margin-top: 5px;
}

.mapa-footer {
  margin-top: 25px;
}

.logo-footer {
  margin-top: 50px;
}

.rodape-copy {
  height: 31px;
  background: var(--cor-amarelo);
  color: var(--cor-cinza);
  font-weight: bold;
}

.rodape-copy p {
  font-size: 12px;
}

.palmtree a {
  text-decoration: underline;
  color: var(--cor-cinza) !important;
}

.fale-conosco-rua,
.fale-conosco-tel,
.fale-conosco-email,
.fale-conosco-botao {
  margin-top: 25px;
  font-family: "Merriweather", serif;
  font-size: 12px;
}

.btn.btn-formulario-de-contato {
  background: #0000;
  color: var(--cor-branco);
  border: solid 1px var(--cor-branco);
  border-radius: 17.5px;
  font-family: "Signika", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.fale-conosco-imagem {
  display: flex;
  align-items: center;
  justify-content: center;
}
.redes-sociais {
  display: flex;
  height: 120px;
  align-items: flex-end;
  justify-content: center;
}

.redes-sociais a {
  font-size: 25px;
  color: var(--cor-branco);
}

/* Icone Phone */

.fa.fa-phone {
  font-size: 25px;
  color: var(--cor-branco);
}

.btn a {
  color: var(--cor-branco);
  text-decoration: none;
}

/* Icone Slider */
.fa.fa-angle-left {
  margin-right: 2px;
}
.fa.fa-angle-right {
  margin-left: 2px;
}
.fa.fa-angle-right,
.fa.fa-angle-left {
  font-size: 30px;
  margin-top: 8px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: var(--cor-laranja);
  border-radius: 100%;
  height: 50px;
  width: 50px;
}

.carousel-indicators {
  height: 20px;
  margin: 0 0 175px 0px;
  bottom: 0;
}

.carousel-indicators li {
  height: 20px;
  width: 100%;
  margin: 0;
  background: #0000;
}

/* Menu Escola - 4 Opções */

.ensino-infantil {
  background: url("../img/Lerote_Home_Botao_Infantil.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ensino-infantil a {
  text-decoration: none;
  padding: 25px 50px;
}
.ensino-fundamental a,
.ensino-fundamental-2 a,
.ensino-medio a {
  text-decoration: none;
  padding: 25px 30px;
}
.ensino-fundamental {
  background: url("../img/Lerote_Home_Botao_Fundamental1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ensino-fundamental-2 {
  background: url("../img/Lerote_Home_Botao_Fundamental2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ensino-medio {
  background: url("../img/Lerote_Home_Botao_EnsinoMedio.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-ensino {
  text-align: left !important;
  color: var(--cor-branco);
}
.menu-ensino small {
  font-size: 20px;
  font-weight: 500;
}
.menu-ensino h2 {
  font-family: "Signika", sans-serif;
  font-weight: 500;
  font-size: 40px;
}

/* Parte 1 */

.fundo-cinza {
  margin-top: 40px;
  background: var(--cor-cinza-claro);
  height: 271px;
  border-radius: 40px;
}

.parte-1 {
  margin: 100px 0;
}

.parte-1 img {
  border-radius: 10px;
  height: 300px;
  width: 400px;
}

.parte-1 small {
  font-family: "Merriweather", serif;
  font-size: 12px;
  font-weight: bold;
  color: var(--cor-verde-escuro);
}

.parte-1 p.blog-titulo a {
  font-family: "Merriweather", serif;
  color: var(--cor-cinza);
  font-size: 18px;
}

.parte-1 h2 {
  text-align: center;
  font-size: 30px;
  font-family: "Signika", sans-serif;
  font-weight: 500;
  color: var(--cor-verde);
  padding-top: 7px;
}

.ver-noticias {
  margin: 30px auto 0 auto;
}

/* Parte 2 */

.parte-2 {
  padding: 50px 0;
}

.proposta-pedagogica-fundo {
  background: url("https://lerote.com.br/wp-content/uploads/2022/09/processopaginicial3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 37.5px;
  height: 362px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proposta-pedagogica h2 {
  font-size: 55px;
  font-weight: 400;
  color: var(--cor-verde);
}

/* Parte 3 */

.parte-3 {
  margin: 50px 0;
}

.parte-3 img {
  max-height: 500px;
  border-radius: 10px;
  object-fit: cover;
}

.parte-3 .nosso-campus h2 {
  color: var(--cor-verde-escuro);
  font-family: "Signika", sans-serif;
  font-weight: 500;
  font-size: 34px;
  margin-bottom: -5px;
  text-align: center;
}

.fundo-verde.campus h2 {
  padding-top: 5px;
  color: var(--cor-verde);
}

/* Parte 4 */

.parte-4 {
  padding: 50px 0 0 0;
}

.parte-4 .fundo-verde h2 {
  text-align: center;
  font-size: 30px;
  font-family: "Signika", sans-serif;
  font-weight: 500;
  color: var(--cor-verde);
  padding-top: 7px;
}

.parte-4 .depoimentos {
  text-align: center;
  font-family: "Signika", sans-serif;
}

.parte-4 .depoimentos h3 {
  color: var(--cor-laranja);
}

/* PARTE 5 */

.parte-5 {
  padding: 50px 0;
}

.parte-5 h2 {
  color: var(--cor-verde-escuro);
  font-size: 24px !important;
  font-weight: 500;
  text-align: center;
}

.parte-5 .fundo-exemplo {
  background: url("../img/insta.png") no-repeat center center;
  height: 280px;
  margin-top: 20px;
}

/* Parte 6 */
.parte-6 {
  padding: 50px 0;
}
.parte-6 .fundo-verde h2 {
  text-align: center;
  font-size: 30px;
  font-family: "Signika", sans-serif;
  font-weight: 500;
  color: var(--cor-verde);
  padding-top: 7px;
}

/* Página Ensino Infantil */

/* Topo */
.ensino-infantil-topo {
  background: url("https://lerote.com.br/wp-content/uploads/2022/08/fundo-verde-claro.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 200px 200px 200px 200px #0000009c;
}

.ensino-fundamental-topo {
  background: url("https://lerote.com.br/wp-content/uploads/2022/08/fundo-verde-claro.jpeg") !important;
  background-position: center !important;
}

.ensino-fundamental-2-topo {
  background: url("https://lerote.com.br/wp-content/uploads/2022/08/fundo-verde-claro.jpeg") !important;
  background-position: center !important;
}

.ensino-medio-topo {
  background: url("https://lerote.com.br/wp-content/uploads/2022/08/fundo-verde-claro.jpeg") !important;
  background-position: center !important;
}

.blog-topo {
  background: url("../img/banner-blog.jpg") !important;
  background-position: center !important;
}

.ensino-infantil-topo h1,
.ensino-infantil-topo small {
  color: var(--cor-branco);
  text-align: center;
  font-family: "Signika", sans-serif;
}

.ensino-infantil-topo h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 50px;
}

.ensino-infantil-topo small {
  font-family: "Merriweather", serif;
  font-size: 30px;
  font-weight: 400;
}

/* Ensino Infantil Parte 1 */

.ensino-infantil-parte-1 {
  padding: 50px 0;
}

.ensino-infantil-parte-1 p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  max-width: 80%;
  margin: 25px auto;
}

.ensino-infantil-parte-1 ul li,
.ensino-infantil-parte-1 ol li {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  max-width: 80%;
  margin: 25px auto;
}

/* Ensino Infantil Parte 2 */
.ensino-infantil-parte-2 {
  padding: 50px 0;
}
.ensino-infantil-parte-2 h2 {
  color: var(--cor-verde-escuro);
  font-weight: 500;
  margin-bottom: 25px;
}
.ensino-infantil-parte-2 p {
  line-height: 25px;
  max-width: 80%;
  margin: 0 auto;
}

.ensino-infantil-parte-2 img {
  max-height: 500px;
  border-radius: 20px;
}

/* Parte 3 */

.ensino-infantil-parte-3 {
  padding: 50px 0;
}

.ensino-infantil-parte-3 .matriculas-abertas {
  background: url("https://lerote.com.br/wp-content/uploads/2022/09/processoadaptadofinal.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 360px;
}

.ensino-infantil-parte-3 .matriculas-abertas .matriculas-abertas-texto,
.ensino-infantil-parte-3 .matriculas-abertas {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ensino-infantil-parte-3 .matriculas-abertas .matriculas-abertas-texto h2 {
  color: var(--cor-branco);
  font-size: 93px;
  font-weight: 400;
  text-align: center;
  margin-left: 25%;
}

/* Página O Colégio */
/* Topo */
.o-colegio-topo {
  height: 340px;
  /*background: url("../img/o-colegio/Lerote_Banner_Trajetoria.jpg");*/
	background: url("https://lerote.com.br/wp-content/uploads/2022/08/fundo-verde-claro.jpeg");
  


  display: flex;
  align-items: center;
  justify-content: center;
}
.o-colegio-topo h1 {
  text-align: center;
  color: var(--cor-branco);
  font-size: 50px;
  font-family: "Signika", sans-serif;
}

.o-colegio-parte-1 {
  padding: 50px 0;
}

.titulo-o-colegio {
  display: flex;
  align-items: center;
  justify-content: center;
}

.o-colegio-parte-1 .titulo-o-colegio h2 {
  font-size: 75px;
  color: var(--cor-verde-escuro);
  font-weight: 500;
  font-family: "Signika", sans-serif;
}

/* O colégio parte 2 */
.o-colegio-parte-2 {
  padding: 50px 0;
}

.o-colegio-parte-2 .img-video {
  background: url("../img/ensino-infantil/img-video.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 420px;
  border-radius: 33px;
}

.o-colegio-parte-2 h2 {
  color: var(--cor-verde-escuro);
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 25px;
  text-align: center;
  font-family: "Signika", sans-serif;
}

/* Trabalhe Conosco */

.trabalhe-conosco {
  padding: 50px 0;
}

/* Mobile */
@media (min-width: 760px) {
  .esconder-desktop {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .esconder-mobile {
    display: none !important;
  }
  .alinhar {
    display: block !important;
    border: none !important;
  }
  .btn {
    margin-top: 5px;
    height: 30px;
    margin-left: 0 !important;
    font-size: 13px !important;
  }
  .parte-1 .fundo-verde h2,
  .parte-4 .fundo-verde h2 {
    font-size: 26px !important;
  }
  .rodape {
    text-align: center;
  }
  .rodape-copy p {
    padding-top: 6px;
  }
  #menu-principal {
    text-align: center;
  }
  .wpcf7-form-control.wpcf7-submit {
    max-width: 100% !important;
  }
  .navbar-toggler {
    display: flex;
    margin: 0 auto;
  }
}

/* Blog */

.blog h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Signika", sans-serif;
}

.blog a {
  color: var(--cor-cinza);
}

.blog p {
  font-size: 16px;
  letter-spacing: 0.5px;
}

/* Proposta Pedagógica */
.proposta-pedagogica {
  padding: 50px 0;
}

.proposta-pedagogica h2,
.proposta-pedagogica h1 {
  color: var(--cor-verde-escuro);
  font-weight: 600;
  font-family: "Signika", sans-serif;
}
.proposta-pedagogica h1 {
  font-size: 40px;
  font-family: "Signika", sans-serif;
}

/* Serviços */

.servicos {
  padding: 50px 0;
}

.servicos h2,
.servicos h1 {
  color: var(--cor-verde-escuro);
  font-weight: 600;
  font-family: "Signika", sans-serif;
}
.servicos h1 {
  font-size: 40px;
  font-family: "Signika", sans-serif;
}

/* Missão, Visão e Valores */

.missao-visao-valores {
  padding: 50px 0;
}

.missao-visao-valores h2,
.missao-visao-valores h1 {
  color: var(--cor-verde-escuro);
  font-weight: 600;
  font-family: "Signika", sans-serif;
  margin: 30px 0 15px 0;
}
.missao-visao-valores h1 {
  font-size: 40px;
  font-family: "Signika", sans-serif;
}

.sticky-top {
  background: var(--cor-branco);
}

.menu-escolas h2 {
  font-size: 32px;
}

@media (min-width: 1000px) {
  #carouselExampleIndicators {
    height: calc(100vh - 148px);
  }
  .menu-escolas {
    margin-top: -176px;
  }
  #carouselExampleIndicators img {
    height: calc(100vh - 150px);
  }
}

/* Icon Topo */

.rede-topo a {
  font-size: 20px;
  color: var(--cor-branco);
}

.marrom {
  color: var(--cor-cinza);
}

/* Informativo */

.informativo {
  border: 1px solid var(--cor-cinza);
  margin-bottom: 100px;
}

.informativo ol {
  margin-top: 40px;
}

.direcao {
  margin-left: 25px;
  margin-bottom: 40px;
}

.card {
  margin-top: 10px;
}

.card-header {
  background-color: var(--cor-verde-escuro);
}

.btn-link {
  color: var(--cor-branco);
  text-decoration: none !important;
}
.btn-link:hover {
  color: antiquewhite;
}

/* Página Contato */

.contato {
  padding: 50px 0;
}
.contato h2 {
  color: var(--cor-verde-escuro);
  font-size: 28px;
  font-weight: 500;
  font-family: "Signika", sans-serif;
  margin-bottom: 25px;
}

.contato .fundo-verde {
  background-size: contain;
  width: 70%;
}
.contato .fundo-verde h2 {
  color: var(--cor-verde);
}

.contato p {
  color: var(--cor-cinza);
  font-weight: bold;
  margin: 20px 0;
  font-size: 18px;
}

.contato h3 {
  margin-top: 30px;
  font-size: 20px;
  color: var(--cor-verde-escuro);
  font-weight: 600;
  font-family: "Merriweather", serif;
}

.contato span {
  font-weight: 600 !important;
  color: var(--cor-cinza);
  font-family: "Merriweather", serif;
  font-size: 15px;
}

.contato-parte-baixo p {
  margin-top: 60px;
  font-size: 14px;
}

.btn.botao-form {
  background: var(--cor-verde-escuro);
  color: var(--cor-branco);
  border-radius: 30px;
}

/* Ajustes Menu */

.navbar-light .navbar-nav .nav-link {
  margin-right: 25px;
}

.numero-fundo-cinza {
  background: var(--cor-cinza-claro);
  display: flex;
}

.numero-fundo-cinza p {
  color: var(--cor-cinza) !important;
  margin-left: 5px;
}
.whatsapp {
  background: #85c66a;
  height: 50px;
  margin-top: 8px;
  width: 175px;
  border-radius: 15px;
  margin-left: 15px;
}

.whatsapp p {
  margin: 0;
  padding: 10px 0 0 25px;
}
.whatsapp a {
  color: var(--cor-branco);
  font-size: 18px;
}

.whatsapp i {
  font-size: 28px;
}

.sb_instagram_header,
#sbi_load {
  display: none;
}

.modal-dialog {
  max-width: 1000px;
}

/* Banners Topo */
.educacao-socioemocional-topo {
  background: url("../img/topos/socioemocional.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.educacao-diretoraspelomundo-topo {
  background: url("../img/topos/diretoraspelomundo.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.educacao-geekieone-topo {
  background: url("../img/topos/geekieone.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.trabalhe-conosco-topo {
  background: url("https://lerote.com.br/wp-content/uploads/2022/08/fundo-verde-claro.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.educacao-informativo-topo {
  background: url("https://lerote.com.br/wp-content/uploads/2022/08/fundo-verde-claro.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.educacao-linguaestrangeira-topo {
  background: url("../img/topos/linguaestrangeira.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.educacao-mvv-topo {
  background: url("https://lerote.com.br/wp-content/uploads/2022/08/fundo-verde-claro.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.educacao-propostapedagogica-topo {
  background: url("https://lerote.com.br/wp-content/uploads/2022/08/fundo-verde-claro.jpeg ");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.educacao-psicologiaescolar-topo {
  background: url("../img/topos/psicologiaescolar.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.educacao-roteirodeestudos-topo {
  background: url("../img/topos/roteirodeestudos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.educacao-jardimflorestal-topo {
  background: url("../img/topos/jardimagroflorestal.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.full-img img {
  width: 100% !important;
  height: 400px;
}

.texto-blog {
  margin-top: -250px;
}

.texto-blog h1 a {
  font-size: 50px;
  color: white !important;
}

.bread p {
  margin-top: 210px !important;
  text-align: left;
}

.descricao {
  text-align: justify;
}

.verde a {
  color: var(--cor-verde-escuro) !important;
  font-weight: bold;
}

.carousel-indicators .item-1.active {
  background-color: #f3c30b;
}
.carousel-indicators .item-2.active {
  background-color: #bec225;
}
.carousel-indicators .item-3.active {
  background-color: #7bb23d;
}
.carousel-indicators .item-4.active {
  background-color: #00976c;
}

.d_titulo {
  height: 40px !important;
  width: 60px !important;
  margin-top: -45px;
  margin-right: -40px;
}

@media (max-width: 1000px) {
  h1 {
    font-size: 40px !important;
  }
}

.depoimentos h3 {
  font-size: 21px;
  color: var(--cor-verde-escuro) !important;
}
