.listagem.com-caixa .listagem-item {
    margin: 0;
    box-shadow: 0 0 2px black;
    border: 5px solid rgba(0,0,0,0.035);
    background-color: blackrgba(255,255,255,0.04);
    border-radius: 5px;
}
.conteiner-principal #rodape .conteiner {
    background-color: #F0F0E1;
    box-shadow: none;
}

#rodape .pagamento-selos {
    padding-bottom: 35px;
    background: none;
    background-color: #F0F0E1;
}

#rodape .institucional {
    padding-bottom: 35px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    background: #F0F0E1;
}