div.barra-inicial.fundo-secundario{
    background-color:#DE0000;
}

#cabecalho div.menu.superior{
    background:#7aa7f7;
}

#cabecalho div.menu.superior .nivel-um .com-filho a i,
#cabecalho div.menu.superior .nivel-um .com-filho a i:hover{
    background: #7aa7f7 !important;
}


/*div.menu strong.titulo{
    color:#222A35;
}*/

#barraNewsletter, #barraNewsletter .show-hide, #barraNewsletter .componente, #barraNewsletter.posicao-rodape .conteiner{
    background-color:#DE0000;
}

#rodape .institucional{
    background-color: #DE0000;
}

#rodape .redes-sociais{
    background-color: #DE00;
}

.institucional .redes-sociais .titulo{
    color: #fff;
}

#rodape .lista-redes [class^=icon]{
    color: #fff;
}


@media only screen and (max-width: 767px){
    .conteudo-topo .busca-mobile .atalho-menu {
        background-color: #7aa7f7 !important;
    }
    
    .busca .botao-busca {
    	background-color: #DE0000 !important;
    }
    
    #cabecalho .logo{
        padding-left:0;
    }
    
    #rodape .redes-sociais{
    	background-color: #DE00 !important;
    }
	
    li.fundo-principal{
        background-color: #DE0000 !important;
    }
    
    div.atalhos-mobile.fundo-secundario{
        background-color: #DE0000;
    }
}