.menu.superior .nivel-dois .column li:not(.com-filho) > a, .menu.superior .nivel-tres > li >a {
    line-height: 25px;
    display: inline-block;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    color: #ee9435;
    transition: color ease-out .2s;
    padding: 0;
}

#rodape .redes-sociais{
display: none;
font:#FFF;
}

/* CÓDIGO DO JOÃO */

span.fundo-principal.bandeira-promocao, .botao.principal {
    background-color: #796550 !important;
}

.titulo, .primary-title, .preco-promocional, .preco-parcela strong, .titulo-categoria strong, #operation strong {
    color: #796550 !important;
}

.atd-rodape {
    color: #796550 !important;
    border-color: #796550 !important;
}

.atd-rodape:hover {
    color: #fff !important;
    background-color: #796550 !important;
}

@media (min-width: 768px) {
    #listagemProdutos .titulo-categoria::before {
        background: #796550 !important;
    }
}