/*background full menu*/

.full.menu {
    background: #10476E;
}
.full.menu .conteiner {
    background: #10476E;
}
/*background rodapé*/
#rodape .institucional, #rodape .pagamento-selos{
    background: #7FA8BD !important;
}

/*ícones mobile*/
@media only screen and (max-width:767px) {
    #cabecalho > div.atalhos-mobile.visible-phone.fundo-secundario.borda-principal > ul > li.fundo-principal > a > svg > path {
    fill: #10476E;
