/* Remover “listra branca” do rodapé */
#rodape .institucional, #rodape .pagamento-selos,  #rodape .social {
background-image: url();
}

/* Quadro atras do Facebook */
#rodape .redes-sociais {
top: 0px;
border: 0;
bottom: none;
background: transparent;
box-shadow: 0 0px 0px 0 rgba(0,0,0,0.3);
}

#rodape span.titulo.cor-secundaria.hidden-phone {
color: white;
}

/* icone instagram */
.lista-redes .icon-instagram {
background: #FFF;
color: #000;
}

/* icone facebook */
.lista-redes .icon-facebook {
background: #FFF;
color: #000;
}

/*borda da busca */
.busca {
    border: 0;
    padding: 0;
    background: transparent;
}

.busca input {
    width: 100%;
    box-sizing: border-box;
    height: 42px;
    line-height: 42px;
}

.busca .botao-busca {
    top: 0;
    right: 0;
    height: 42px;
    font-size: 20px;
}

.conteiner-principal .conteiner {
box-shadow: none;
}

.listagem .titulo-categoria {
    text-align: center;
}

/* cor do menu superior */
ul.nivel-um {
    background-color: #908B2C;
} ul.nivel-um .titulo {
    color: #FFFFFF;
}

/* remoção da seta do menu */
.menu li.com-filho>a i {display: none;}

/* categoria centralizada */
#cabecalho > .conteiner > .menu.superior { text-align: center; }
#cabecalho > .conteiner > .menu.superior .nivel-um > li { float: none; display: inline-block; border-left: 0; margin-right: -3px; }




