@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&display=swap');

body{
    font-family: 'Roboto', sans-serif;
    background-color:#f8f8f8 ;
}

/*topbar*/

.container-topbar{
    background-color: #f8f8f8 !important; 
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #e1e1e1;

}

.nav-link{
    color: #808080 !important;
}

#telefone-header:hover{
    color: #2a438c !important;
    transition-duration: 0.5s;
}

.linha-topbar a:hover{
    color: #2a438c !important;
    transition-duration: 0.5s;
}

#facebook{
    color: #3b5999 !important;
    font-size: 20px !important;
}

#instagram{
    color:#e4405f !important;
    font-size: 20px !important;
}

#youtube{
    color: #cd201f !important;
    font-size: 20px !important;
}

/*Navbar*/

.navbar-nav a{
    font-size: 20px;
    color: #2a438c !important;
}

.navbar-nav a:hover{
    color: #CD201F!important;
    transition-duration: 0.5s;
}
.navbar-brand img{ /*------ALTERA O TAMANHO DA LOGO-------*/
    height:68px;
    
}


/*Proposta pedagogica e historia*/

.historia-imagem img {
    border-radius: 10px !important;
    
}


.historia-paragrafo{
    margin: 0;
    text-indent: 3ch;
    color: #414141;
    border-bottom-style: ridge;
    font-weight: 600;
}

.titulo-historia{
    color: #ee2d32;
    border-bottom-style: ridge;
}

.leia-mais{
    margin-top:15px !important;
}

.leia-mais a{
    color: #fff;  
    font-size: 18px;
    font-weight: 600;
    background-color: #ee2d32;
    border-color: #ee2d32;
}

.leia-mais a:hover{
    color: #ee2d32;  
    background-color: #fff;
    border-color: #ee2d32;
}

.leia-mais-proposta{
    margin-top:15px !important;
}

.leia-mais-proposta a{
    color: #fff;  
    font-size: 18px;
    font-weight: 600;
    background-color: #E8C204;
    border-color: #E8C204;
}

.leia-mais-proposta a:hover{
    color: #E8C204;  
    background-color: #fff;
    border-color: #E8C204;
}


.titulo-proposta{ 
    color:#414141 ;
    border-bottom-style: ridge;
}

.titulo-valores{
    border-bottom-style: ridge;
}

.leia-mais-valores a{
    background-color: #2a438c;
    border-color: #2a438c;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.leia-mais-valores a:hover{
    color: #2a438c;
    border-color: #2a438c;
    background-color: #fff;
}

.leia-mais-valores{
    margin-top:15px !important;
}

/*bilingue*/
.paragrafo-bilingue{
    margin: 0;
    text-indent: 3ch;
}

/*Estrutura*/



.imagemDeFundo{
    background-image: url(../img/estrutura.jpg);
    background-size: cover;
    padding: 5% 0;
    background-repeat: no-repeat;
}

.imagemDeFundo a:hover{
    color:#E8C204 !important;
    text-decoration:none;
}

/*Segmentos*/

.img-segmentos{
    border-radius: 20px;
    margin-top: 50px;
}

.color-white{
    color:#fff ;
    
}

.titulo-segmentos{
    margin-top: 50px;
    color:#414141;
    font-weight: bolder;
}

.flip-box{
    transform-style: preserve-3d;
    perspective: 1000px;
    cursor:pointer ;
}

.flip-box-front, .flip-box-back{
    background-size:cover ;
    background-position: center;
    border-radius: 20px;
    min-height:450px ;
    transition:transform 0.7s cubic-bezier(.4,.2,.2,1);
    backface-visibility: hidden;
}

.flip-box-front{
    transform:rotateY(0deg);
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front{
    transform:rotateY(-180deg);
    transform-style: preserve-3d;
}

.flip-box-back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform:rotateY(180deg);
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back{
    transform:rotateY(0deg);
    transform-style: preserve-3d;
}

.flip-box .inner{
    position: absolute;
    left: 0;
    width: 100%;
    outline: 1px solid transparent;
    perspective: inherit;
    z-index: 2;
    transform:translateY(-50%)translateZ(60px) scale(.94);
    top: 50%;
}

.flip-box-header{
    margin-top: 250px;
    font-size:30px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0,0.3);
    font-weight: 700;
}

.flip-box p{
    font-size: 20px;
    line-height:1.5rem ;
}

.flip-box-img{
    margin-top:25px ;

}

.flip-box-button{
    background-color: rgb(0, 0, 0,0.3);
    border:2px solid white;
    border-radius: 2px;
    color: white;
    cursor:pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase;

}
.flip-box-button:hover{
    background-color: rgb(0, 0, 0,0.1);
}

/*Eventos*/

.card{
    height: 100%;
    width: 100% !important;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 37%);
    border-radius: 30px;
}
.card-img-top{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
#card-bottom{ /*------margin top nos cards--------*/
   margin-top: 15px;
}
.veja, .veja2{
    background-color: #2a438c;
    border-color: #2a438c;
    color: #fff;
}

.veja:hover, .veja2:hover{
    background-color: #fff;
    color: #2a438c;
}
.veja{
    margin-top: 50px;
}

/*Elvira News*/
.news{
    border-width: 1px;
    color: #333;
    color: #ee2d32;
}
.paragrafo-news{
    margin: 0;
    text-indent: 3ch;
}

.section-news{
    background-color: #e6e6e6;
    padding-bottom: 50px;
}
.paragrafo-dengue{
    text-indent: 3ch;
}
/*Bilingue*/
.imagemBilingue{
    margin-top: 50px;
    padding: 100px;
    height: 100%;
    background-image: url(../img/bilinguismo-teste1.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

/*Redes Sociais*/
.titulos-redes{
    margin-bottom: 30px;
    text-align: center;
    margin-top: 100px;
}
.section-redes{
    background-color:#e6e6e6; 
    padding-bottom: 50px;
}

/*Blog*/

.section-blog{
    margin-top: 100px; 
    text-align: center;
}

/*Ouvidoria*/
.btn-ouvidoria {
    background-color:#E8C204 !important ;
    border-color: #E8C204 !important;
}
.btn-ouvidoria:hover{
    color: #E8C204 !important;
    background-color: #fff !important;
}

/*Contato*/

.contato{
    width: 200px;
    border-radius: 30px;
    background-color: #2a438c;
    border-color:#2a438c;
    color: #fff;
}

.contato:hover{
    background-color: #fff;
    color: #2a438c;
    border-color: #2a438c;
}

/*footer*/
.footer-fb, .footer-insta, .footer-yt{
    font-size: 40px;
}

.footer-fb{
    color: #1877F2;
}

.footer-insta{
    color: #E4405F;
}

.footer-yt{
    color: #CD201F;
}
.btn-matricula{
    background-color: #2a438c;
    border-color: #2a438c;
    color: #fff;
}
.btn-matricula:hover{
    background-color: #e1e1e1;
    color: #2a438c;
    border-color: #2a438c !important;
}
.fas{
    margin-right: 5px;
}
.link-rabbit{
    color: black;
    font-weight: 700;
    cursor: pointer;
    border: none;
}
@media screen and (max-width:767px){
    .flip-box-front, .flip-box-back {
        margin-bottom: 50px;
    }
    
}

@media screen and  (max-width:1024px){
    .sociais-contato{
        padding-left:  0 !important;
    }
}

@media screen and (max-width:425px){
    .iframefb{
        margin-top: 50px;
    }

    .paragrafo-news{
        margin-top: 30px;
    }
    .imagemBilingue{
        padding: 20px;
        
    }
    .paragrafo-bilingue{
        font-size: 1.2em;
    }
    .card-mobile{
        margin-top: 50px;
    }
    .ouvidoria{
        margin-top: 20px;
    }
    .paragrafo-contato{
        padding-top: 50px;
    }
    .atividades-mobile{
        padding-top: 50px;
    }
    .footer-endereco{
        padding-top: 30px; 
    }
    .card-mobile5{
        margin-top: 30px;
    }
    .card-mobile2{
        margin-top: 60px;
    }
    .card-mobile3{
        margin-top: 120px;
    }
    .card-mobile2, .card-mobile3, .card-mobile4{
        height: 95%;
    }
    .titulo-estrutura{
        margin-top: 30px;
    }
    .paragrafo-bilingue{
        margin-top: 30px;
        font-size: 20px;
    }
    .linha-medio{
        margin-top: 0 !important;
    }
    .atv-img{
        width: 50%;
    }
    .historia-elvira{
        margin-top: 30px !important;
    }
    .estrutura-img{
        margin-top: 30px;
    }
    #depoimento-2{
        margin-top: 30px;
    }
    .titulo-segmentos{
        font-size: 30px;
    }
    .iframe-bilingue{
        width: 80%;
    }
    .pco1{
        width: 100% !important;
    }
    .pco2, .pco3{
        padding-top: 30px;
    }
    .pco4{
        padding-top: 50px;
    }

}

@media screen and (max-width:768px){
    .depoimentos{
        width: 23rem !important;
    }
    .card-mobile3, .card-mobile4{
        margin-top: 30px;
    }
    
    
}

@media screen and (min-width:767px) and  (max-width:768px){
    .depoimento-2{
        max-width: 51% !important;
        margin-top: 30px;
    }
}

@media screen and (max-width:375px){
    .depoimentos{
        width: 21rem !important;
    }
}

@media screen and (max-width:320px){
    .depoimentos{
        width: 18rem !important;
    }
}

@media screen and (max-width:1024px){
    .veja{
        margin-top: 20px;
    }

}



/*historia.html*/

.historia-elvira{
    margin: 0;
    text-indent: 3ch;
}
.linha-missao h3{
    color: #2a438c;
}

.tabulation-2 .nav-pills .nav-item .nav-link {
    background: #fff;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  
.tabulation-2 .nav-pills .nav-item .nav-link.active {
    color: #fff !important;
    background: #2a438c;
    border: 1px solid #2a438c;
    transition:0.5s ;
}

/**/

