@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");


body {
  font-family: "Poppins", sans-serif;
}



.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

h2 {
  color: #0075b8;
  font-weight: 800;
  font-size: 30px;
}

h1 {
  color: #b0ddff;
  font-weight: 600;
  text-transform: uppercase;
}

h3 {
  color: #fff;
}

.topbar{
  
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background: rgb(2,81,138);
background: linear-gradient(86deg, rgba(2,81,138,1) 0%, rgba(0,0,0,1) 100%);
  border-bottom: 1px solid #bdbdbd;
}

.topbar span{
  color: #fff; 
  font-size: 15px;
  margin-left: 60px;
  text-align: left;
}

.topbar a{
  color: #fff; 
  font-size: 12px;
  margin-right: 10px;
 transition: 0.3s;
}

.topbar a:hover{
  color: #01e4fb;
  opacity: 0.8;
}

#redes{
   margin-right: 60px;
  float: right;
}

.navbar {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  font-size: 16px;
  font-weight: 400;
}


.navbar-mob a {
  color: #0075b8 !important;
  font-weight: 500;
}

.navbar-mob a:hover {
 opacity: 0.8;
}

.dropdown-menu a {
  color: #0075b8 !important;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-menu a:hover {
  
  background-color: #ffffff !important;
}

.dropdown-menu {
  border-radius: 15px !important;
  -webkit-box-shadow: 6px 3px 13px -4px rgba(0,0,0,0.84); 
box-shadow: 6px 3px 13px -4px rgba(0,0,0,0.84);
transition: 0.3s;
}

.icon-nav {
  font-size: 20px;
}

.btn-banner{
  color: #09defd !important;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 45px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-banner:hover{
  background-color: transparent;
  border:1px solid #fff;
  color: #fff;
  text-decoration: none;
}


.bg-sobre{
background-color: #fff;
}

.bg-sobre h2{
  color: #045089;
  text-align: left;
}

.bg-sobre img{
  -webkit-box-shadow: 6px 3px 13px -4px rgba(0,0,0,0.84); 
box-shadow: 6px 3px 13px -4px rgba(0,0,0,0.84);
}

.bg-cinza {
  background-color: #eeeeee;
}

.bg-custom {
  background-color: #fff;
  -webkit-box-shadow: 6px 3px 13px -4px rgba(0,0,0,0.84); 
box-shadow: 6px 3px 13px -4px rgba(0,0,0,0.84);
}

.btn-tour{
  background-color: #f2c83d;
  padding: 10px 30px
  color:#fff !important;
  border-radius: 15px;
}

.btn-tour2{
  background-color: transparent;
  border:2px solid #fff !important;
  padding: 10px 30px
  color:#fff !important;
  border-radius: 15px;
}

.btn-tour:hover {
  background-color: transparent;
  border: 2px solid #f2c83d;
  color: #f2c83d !important;
}

.btn-custom {
  background: rgb(4,80,137);
  background: linear-gradient(180deg, rgba(4,80,137,1) 0%, rgba(3,118,163,1) 100%);
  padding: 10px 30px;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  transition: 0.3s;
}

.btn-custom-branco {
  
  background: transparent;
  padding: 10px 30px;
  border:1px solid #fff;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  transition: 0.3s;
}

.btn-custom-branco:hover {
  background-color: #fff;
  color: #02518a !important;
}

.btn-custom:hover {
  background-color: #045089;
  color: #fff !important;
}

.btn-azul {
  background-color: #05528b;
  padding: 10px 30px;
  color: #fff;
  font-size: 18px;
  border: 2px solid #05528b;
  border-radius: 20px;
}

.btn-azul:hover{
background-color: #fff;
color: #05528b;
}

.btn-verde {
  background-color: #006830;
  padding: 10px 30px;
  color: #fff7b3;
  font-size: 18px;
  border: 2px solid #006830;
}

.btn-verde-branco {
  color: #006830;
}

.btn-verde:hover {
  background-color: transparent;
  border: 2px solid #006830;
  color: #006830 !important;
}

.rounded {
  border-radius: 20px !important;
}

/*Formação*/

.formacao-titulo h2{
  
  margin-bottom: 50px;
  margin-top: 75px;
}

.formacao-box{
  -webkit-box-shadow: 6px 3px 13px -4px rgba(0,0,0,0.84); 
box-shadow: 6px 3px 13px -4px rgba(0,0,0,0.84);
border-radius: 20px;
background-color: #fff;
padding-top: 45px;
padding-bottom: 45px;
margin-right: 5px;
max-width: 24%;
}

.formacao-box img{
  width: 50%;
  margin-left: 25%;
  margin-bottom: 15px;
  border-radius: 100px;
}

.formacao-box h2{
  text-transform: none;
  text-align: center;
  font-size: 25px;
}

.formacao-box p{
  
  text-align: center;
}


/*Educadores*/
.educadores-texto {
  line-height: 25px;
}

.educadores img{
  width: 100%;
  -webkit-box-shadow: 6px 3px 13px -4px rgba(0,0,0,0.84); 
box-shadow: 6px 3px 13px -4px rgba(0,0,0,0.84);
border-radius: 20px;
}

/*.bg-objetivo{
    background-image: url(../img/bg-objetivo.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.form-control {
  padding: 30px 20px;
  border-radius: 10px;
  border: solid 1px #006830;
}

.form-control:focus {
  box-shadow: none;
  border: solid 1px #fff7b3;
}

textarea {
  resize: none;
}

hr {
  border-bottom: 2px solid #002a54;
  line-height: 1px;
}

.icon-amarelo {
  color: #fff7b3;
  text-decoration: none;
}

.icon-verde {
  color: #000000;
  text-decoration: none;
}

.icon-amarelo:hover {
  color: #ffffff;
  text-decoration: none;
}

.navbar-mobile {
  display: none;
}

p {
  color: #545454;
}

.txt-verde-bg-creme {
  color: #045089;}
  
.txt-verde {
  color: #006830;
}

.breadcrumb-verde {
  padding-top: 160px;
  padding-bottom: 40px;
  background-color: #76c767;
}

.breadcrumb-verde h2 {
  text-transform: none !important;
  font-size: 50px;
  font-family: "Balsamiq Sans", cursive;
}

.extras i {
  margin-bottom: 20px;
  color: #76c767;
}

.extras p {
  font-size: 30px;
  font-family: "Balsamiq Sans", cursive;
}

/*PÁGINAS*/

.titulo-paginas{
  background: url(../img/bg-titulo.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  padding-top: 30px;
 
}

.titulo-paginas h2{
text-align: center;
color: #f5ebec;
}

.titulo-paginas h3{
text-align: center;
margin-top: 50px;
color: #fff;
}

/*PÁGINA NOSSA HISTÓRIA*/

.nossa-historia{
  padding-top: 50px;
}

.numeros{
  padding-top: 100px;
  padding-bottom: 20px;
}

.numeros span{
  color: #ff7713;
  font-size: 100px;
}

.numeros h3{
  text-align: left;
  color: #202020;
  font-size: 20px;
  font-style: italic;
}

.numeros p{
  font-size: 15px;
}

.numeros hr{
  border-bottom: 1px solid #fbfbfb;
}
#mais{
  font-size: 70px;
}

/*PÁGINA INFANTIL*/

.infantil{
  padding-top: 50px;
}

.infantil img{
  width: 50%;
  margin-left: 25%;
}

.infantil h3{
  text-align: center;
  color: #202020;
  font-size: 20px;
  font-style: italic;
  margin-top: 15px;
}

.infantil p{
  text-align: center;
  font-size: 12px;
}


.quote{
  padding-top: 50px;
  padding-bottom: 50px;
}

.quote span{
  font-style: italic;
}

.footer-infantil{
  background: url(../img/header-infanti.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 410px;
}

.footer-medio{
  background: url(../img/header-medio.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 410px;
}

.fundamentalI{
  padding-top: 50px;
}

.fundamentalI img{
  width: 50%;
  margin-left: 25%;
}

.fundamentalI h2{
  text-align: center;
  font-size: 30px;
  margin-top: 15px;
}

.fundamentalI button{
  margin-bottom: 20px;
  width: 40%;
  margin-left: 30%;
  margin-top: 50px;
  border-color: transparent;
  border-radius: 5px;
 padding-top: 10px;
 padding-bottom: 10px;
}

.fundamentalI h3{
  text-align: center;
  color: #202020;
  font-size: 20px;
  font-style: italic;
  margin-top: 15px;
}

.fundamentalI p{
  text-align: center;
  font-size: 12px;
}

.fundamentalI-projetos h2{
  text-align: left;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 30px;
}

.fundamentalI-projetos span{
  text-align: left;
  margin-left: 5px;
  color: #202020;
  font-size: 20px;
  font-style: italic;
  margin-top: 15px;
  font-weight: 600;
}

.fundamentalI-projetos p{
  text-align: justify;
  font-size: 15px;
  margin-top: 15px;
}

.footer-fundamentalI{
  background: url(../img/header-fundamental1-1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 410px;
}

.footer-fundamentalII{
  background: url(../img/header-fundamental2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 410px;
}

/*PÁGINA METODOLOGIA*/

#metodologia{
  padding-top: 70px
}

#material{
  margin-top: 50px;
}

#material h2{
  margin-bottom: 20px;
}

#material img{
  width: 100%;
}

#pilares{
  margin-top: 50px;
}

#pilares h2{
  margin-bottom: 20px;
}

#pilares img{
  width: 100%;
}

#sala-aula{
  margin-top: 50px;
  margin-bottom: 50px;
}

#sala-aula h2{
  margin-bottom: 20px;
}

#sala-aula img{
  width: 100%;
}

/*Rodapé*/

footer{
  background-color: #032343;
  margin-top: -15px;
}

footer a{
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  font-weight: 600;
}

footer a:hover{
  text-decoration: none;
  opacity: 0.8;
}


@media screen and (max-width: 699px) {

  .topbar{
    display: none;
  }
  .overlay {
    display: none;
  }

  .turmas-card:hover .overlay {
    display: none;
  }

  .turmas-card h3{
  display: block;
  color: #76c767;
  }


  .breadcrumb-verde {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #76c767;
  }

  .breadcrumb-verde h2 {
    text-transform: none !important;
    font-size: 30px;
    font-family: "Balsamiq Sans", cursive;
  }

  .formacao{
    display: none;
  }
}






@media screen and (max-width: 992px) {



  .education {
    padding-left: 10%;
    padding-right: 10%;
  }




 .turmas-card h3{
  display: block;
  color: #f2c83d;
  font-size:18px;
  text-align:center;
  margin-top: 25px;
  margin-bottom: 5px;
  }

  .formacao{
    display: none;
  }
}


