/* Remove creditos rodape */
html #rodape .rodape-inferior .creditos {
    display: none !important;
}
/* Alinha dados razao social */
#rodape .rodape-inferior .inside {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 35px;
    width: 100%;
    opacity:0.5!important;
}
@media (pointer: coarse) {
    #cabecalho > .conteiner {
    background-color: black!important;
    }
    #rodape .pagamento-selos .conteiner .row-fluid > div {
    display: none;
    }

}