/* Add here all your CSS customizations */
p {
    color: #2d3e50;
}

@media (min-width: 1200px){
    .container {
        max-width: 1190px;
    }}

#saude{
    max-width: 30%;
}
@media (max-width: 992px){
    #logomobile{
        height: 50px !important;

    }
    #saude{
        max-width: 80% !important;
    }

}
