/* Altera o fundo e cores do rodapé secundário */
#content-footer-section div[style] {
    background-color: #007bff !important; /* cor que você quiser */
    color: #ffffff !important; /* cor do texto */
    padding: 40px 20px !important; /* mantém padding */
    text-align: center !important;
    font-family: Arial, sans-serif !important;
}

/* Altera links dentro do rodapé */
#content-footer-section div[style] a {
    color: #ffffff !important;
    text-decoration: none !important;
}

#content-footer-section div[style] a:hover {
    color: #ffcc00 !important;
}