/* Fundo branco no rodapé */
footer, .footer, #rodape, .rodape {
  background-color: #FFFFFF !important;
}

/* Mantém os textos legíveis no novo fundo */
footer h3, 
footer h4, 
footer a, 
footer p, 
footer span {
  color: #3C3C3C !important; /* cinza neutro para contraste */
}

/* Realça títulos do rodapé (categorias, redes sociais, etc.) */
footer h3, 
footer h4 {
  color: #F06D36 !important; /* vermelho principal da marca */
  font-weight: 600;
}

/* Linhas divisórias (opcional) */
footer hr {
  border-color: #A9ABAE !important;
}
