.enlaces-footer {
    text-decoration: none;
    color: white;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.enlaces-footer:hover {
    text-decoration: underline;
    text-decoration-color: #cececf;
    color: #cececf;
}