/*-----------------------------------------------------*/
/*-----------------SOBRE O PROLEGIS----------------------*/
/*-----------------------------------------------------*/
#sobre-prolegis{
    background-color: #F7F9FD;
}
#sobre-prolegis h2:before{
    display: none;
}
#sobre-prolegis .highlight-blue{
    background-color: #243B87;
    color: white;
    padding: 2px 14px;
    border-radius: 8px;
    display: inline-block;
}

#subtitulo-sobre-prolegis,
#alerta-sobre-prolegis{
    color: #556080;
    max-width: 760px;
    margin: 20px auto 20px auto;
}
#alerta-sobre-prolegis{
    margin-bottom: 40px;
}

#ilustracao-sobre-prolegis-desktop{
    max-width: 620px;
    width: 100%;
    height: auto;
}
#ilustracao-sobre-prolegis-mobile{
    max-width: 320px;
    width: 100%;
    height: auto;
}

@media(max-width:992px){
    #sobre-prolegis h2{
        font-size: 1.8rem;
    }
}
/*-----------------------------------------------------*/
/*-----------------SOBRE O PROLEGIS----------------------*/
/*-----------------------------------------------------*/
