
/* CABEÇALHO E MENU SUPERIOR - FUNDO LARANJA */
#cabecalho,
#header,
.header,
.menu-superior,
.full.menu,
.navbar,
.top-bar,
#menu-principal {
    background-color: #FF6600 !important;   /* Laranja vibrante */
    border-bottom: 2px solid #CC5200 !important;
}

/* Fundo do container interno do menu */
#cabecalho .conteiner,
#header .container,
.menu-superior .container,
.full.menu .conteiner {
    background-color: #FF6600 !important;
}

/* Links das categorias (Acessórios, Aditivos, etc.) */
#cabecalho a,
#header a,
.menu-superior a,
.full.menu ul li a,
.full.menu .nivel-um a,
.nav-link,
.categoria-link {
    color: #FFFFFF !important;   /* Texto branco */
    font-weight: bold !important;
}

/* Hover (quando passa o mouse) */
#cabecalho a:hover,
#header a:hover,
.menu-superior a:hover,
.full.menu ul li a:hover {
    color: #FFD700 !important;        /* Amarelo dourado no hover */
    background-color: #E65C00 !important;
}

/* Texto forte dentro do menu (se tiver <strong>) */
.full.menu ul li a strong,
.full.menu .titulo {
    color: #FFFFFF !important;
}
/* === RODAPÉ (PARTE DE BAIXO) - FUNDO LARANJA === */
#footer, 
#rodape, 
.rodape, 
.footer, 
.footer-main,
.conteiner-rodape,
.full.footer,
#cabecalho-rodape {
    background-color: #FF6600 !important;   /* Laranja vibrante */
    border-top: 3px solid #CC5200 !important;
}

/* Fundo de todas as seções internas do rodapé */
#footer .conteiner,
#rodape .conteiner,
.footer .container,
.full.footer .conteiner {
    background-color: #FF6600 !important;
}

/* Textos e links dentro do rodapé (branco para contrastar) */
#footer p, 
#rodape p,
#footer a, 
#rodape a,
.footer a,
.footer span,
.footer li,
.copyright,
.newsletter-rodape {
    color: #FFFFFF !important;
    font-weight: 500 !important;
}

/* Links no hover (fica amarelo dourado) */
#footer a:hover, 
#rodape a:hover,
.footer a:hover {
    color: #FFD700 !important;
    text-decoration: underline;
}

/* Área do copyright / CNPJ (parte mais baixa) */
.copyright,
.rodape-copyright,
.footer-bottom {
    background-color: #CC5200 !important;   /* Laranja um pouco mais escuro */
    color: #FFFFFF !important;
}