footer {
    background-color: #000000 !important; /* Cor de fundo do rodapé */
    color: #FFFFFF !important; /* Cor do texto */
}

.uk-nav a {
    color: #ffffff !important; /* Cor dos links */
    font-size: 14px;
}

.uk-nav a:hover {
    color: #ffffff !important; /* Cor ao passar o mouse */
    text-decoration: underline;
}

.uk-text-muted {
    font-size: 14px;
    color: #000000 !important; /* Cor do texto de direitos reservados */
}

.uk-icon-button:hover {
    background-color: #9e0303 !important; /* Cor de fundo ao passar o mouse */
    color: #000000 !important; /* Cor do ícone ao passar o mouse */
    transition: background-color 0.3s ease, color 0.3s ease; /* Suaviza a transição */
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
}