/*mudar a cor menu */

#cabecalho .menu.superior {
background-color: #4c5e91 !important;
}

/*Altera cor do Cabeçalho*/
#cabecalho .conteiner {
    background: #473469;
}
/*Altera botão Buscar*/
#cabecalho .botao.botao-busca.icon-search.fundo-secundario:after {
    background-color: #ae8fba;
    color: #f79eb1;
}


/* cor texto cabeçalho*/
.cor-secundaria {
color: #ffffff;
}

/*Tirar botão voltar ao topo*/
.voltar-topo {
    display: none !important;
}