#rodape {
    background-color: #253C58;
}

.rodape-so {
    width: 304px;
}

.rodape-so-logo {
    width: 170px;
    height: 50px;
}

.rodape-so-texto {
    display: flex;
    width:307px;
    font-family: 'CorporativeSoft-Light';
    font-size: 16px;
    color:#fff;
    margin-top: 18px;
}

.rodape-so-ans {
    display: none;
}

.rodape-links {
    width: 200px;
    margin-left: auto;
    margin-right: 0px;
    font-family: 'CorporativeSoft-Light';
    font-size: 16px;
    color: #000;
    height:70px;
}

@media (max-width:991px){
    .rodape-so {
        margin-right: auto!important;
        margin-left: auto!important;
    }

    .rodape-so-logo {
        margin-right: auto!important;
        margin-left: auto!important;
        margin-top: 20px;
    }

    .rodape-so-texto {
        width: 264px;
        font-size: 12px;
        text-align: center;
        margin-right: auto!important;
        margin-left: auto!important;
    }
    
    .rodape-so-ans-90 {
        display: none;
    }

    .rodape-so-ans {
        display: block;
        text-align: center;
        margin-right: auto!important;
        margin-left: auto!important;
    }

    .rodape-links {
        text-align: center;
        margin-right: auto!important;
        margin-left: auto!important;
    }
}

@media (max-width:505px){
    .rodape-so {
        order: 1!important;
    }

    .rodape-links {
        order: 0!important;
    }
}

/* telefones */

#telefones {
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#telefones .telefones-cidade {
    font-family: 'Lufga';
    font-size: 14px;
    color: #000;
}

#telefones .telefones {
    font-family: 'Lufga';
    font-size: 14px;
    color: #000;
}