#infantil_page{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 160px;
}

#infantil_page .container{
    padding: 20px;
    max-width: 780px !important;
}

#infantil_page img{
    width: 515px;
}

#infantil_page .container p{
    color: #000 !important;
    text-align: justify;
    font-family: 'Calibri 12', sans-serif;
    margin-top: 0 !important;
    margin-bottom: 10px;
}

#infantil_page .img_corpo{
    height: 320px;
    width: 100%;
}

#tecnologia_page{
    margin-top: 120px;
    padding: 20px;
}

#tecnologia_page .container{
    padding: 40px;
    max-width: 780px !important;
}

#tecnologia_page .row{
    padding: 20px;
}

#tecnologia_page p{
    color: #000 !important;
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Calibri 12', sans-serif;
}

#tecnologia_page .img1{
    width: 100%;
    height: 210px;
}

#tecnologia_page .img2{
    width: auto;
    height: 100%;
}

#tecnologia_page .texto_azul{
    color: #006195 !important;
    font-size: 20px !important;
    margin-top: 25px !important;
}

#extracurricular{
    margin-top: 120px;
    padding: 40px;
}

#extracurricular h4{
    display: flex;
    align-items: flex-start;
    font-size: 20px !important;
}

#extracurricular p{
    color: #000 !important;
    text-align: justify;
    margin-bottom: 0 !important;
    font-family: 'Calibri 12', sans-serif;
}

#extracurricular span{
    background: #006195 !important;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: left;
}

#extracurricular .img_bg{
    padding: 10px;
}

.text_teatro{
    height: 190px !important;
}

.img_teatro{
    height: 190px !important;
}

#socioemocional{
    margin-top: 170px;
}

#socioemocional .socio_img{
    width: 450px;
    vertical-align: middle;
}

#socioemocional .socio_img2{
    width: 550px;
    vertical-align: middle;
}

#socioemocional ul{
    list-style-type: none;
}

#socioemocional li span{
    color: #6A36A7 !important;
    font-size: 16px;
}

#socioemocional .row{
    justify-content: center;
}

#socioemocional p{
    color: #000 !important;
    text-align: justify;
}

#socioemocional .container{
    max-width: 780px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#bilingue{
    margin-top: 160px;
}

#bilingue p{
    color: #000 !important;
    text-align: justify;
}

#bilingue .container{
    max-width: 780px;
}

#bilingue .card_bil{
    width: 345px;
}

#bilingue span{
    color: #000 !important;
}

#educacross{
    margin-top: 175px;
}

#educacross .container{
    max-width: 780px;
}

#educacross p{
    color: #000 !important;
    text-align: justify;
}

#educacross .col-md-6:first-of-type{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#educacross h4{
    color: #6A36A7 !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

#educacross span{
    color: #6A36A7 !important;
    font-weight: 700;
    text-align: center;
}

#educacross span strong{
    color: #6A36A7 !important;
    font-family: 'Montserrat', sans-serif;
}

#educacross strong{
    color: #000 !important;
}

@media (max-width: 767px) {
    #extracurricular{
        padding: 10px;
    }

    #socioemocional {
        margin-top: 120px;
    }

    #bilingue {
        margin-top: 125px;
    }

    #educacross {
        margin-top: 125px;
    }
}