

.ensino__inicial{
    width: calc(100vw - 20px);
    padding: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.ensino__inicial__left{
    width: 100%;
    margin-top: 0px;
}

.ensino__inicial__right{
    width: calc(100% - 40px);
    padding: 20px;
    background:#EB1E50;
    text-align: center;
    margin-top: 30px;
}


.ensino__inicial__left h3{
    font-family:FlamaCondensedBlack ; 
    font-size: 30px; 
    line-height: 30px;
    color:#1946A0;
}

.ensino__inicial__left p{
    font-family:Flama ; 
    font-size: 14px;
    line-height: 20px; 
    color:#1946A0;
    text-align: justify;
}




.ensino__inicial__right i{
    font-size: 50px;
    color:#FAA01E ;
}

.ensino__inicial__right h3{
    font-family:FlamaCondensedMedium ; 
    font-size: 25px; 
    line-height: 25px;
    color:#FAA01E;
    margin: 20px auto;
}

.ensino__inicial__right p{
    font-family:Flama ; 
    font-size: 14px;
    line-height: 20px; 
    color:#fff;
    text-align: justify;  
}





@media only screen and (min-width: 1000px) {
    .ensino__inicial{
        width: 92vw;
        padding:0 4vw;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: nowrap;
        position: relative;
        z-index: 2;
        margin: -14vw 0 50px 0;
    }

   

    .ensino__inicial__left{
        width: calc(65% - 50px);
        margin-top: 15vw;
    }

    .ensino__inicial__right{
        width: calc(35% - 40px);
        padding: 20px;
        background:#EB1E50;
        text-align: center;
    }

    .ensino__inicial__left h3{
        font-size: 40px; 
        line-height: 40px;
    }

    .ensino__inicial__right a{
        width: 300px;
    }


    .ensino__inicial__left p{
        font-size: 20px;
        line-height: 30px; 
    }


    .ensino__inicial__right p{
        font-size: 15px;
        line-height: 22px; 
    }

      
}





