:root {
    --cor-principal: #807551;
    --cor-textomenu: #fff;
    --conteudo-rodape: #fff;
    --botoes: #807551;
}

#cabecalho .support .support-items .contact li i {
    color: var(--cor-principal);
} 
#cabecalho .support .support-items .icon {
    fill: var(--cor-principal);
}
#descricao p {font-size: 16px; line-height: 20px;}
.conteudo h1 {
    color: #807551;
    font-size: 24px;
}
.conteudo p {font-size: 14px; line-height:18px;}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
    .conteudo-topo .menu.superior.visible-phone ul.nivel-um {
	    height: 480px !important;
    }
}
@media screen and (max-width: 480px){
    #cabecalho .logo a {
        max-height: 75px !important;
        max-width: 100% !important;
    }
}