.bg-gradient {
            background: linear-gradient(135deg, #0d6efd, #6610f2);
        }
        a.text-dark:hover {
            color: #0d6efd;
        }

        .social-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    font-size: 1.5rem;
    border-radius: 50%;
    background-color: #f1f1f1;
    color: #0d6efd;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-decoration: none;
}

.social-icon-link:hover {
    background-color: #0d6efd;
    color: #fff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    text-decoration: none !important;

}
.social-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    font-size: 1.5rem;
    border-radius: 50%;
    background-color: #f1f1f1;
    color: #0d6efd;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-decoration: none !important;
}

.social-icon-link:hover {
    background-color: #0d6efd;
    color: #fff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    text-decoration: none !important;
}
.footer-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
    color: #6c757d;
    background-color: #f1f3f5;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-icon-link:hover {
    background-color: #0d6efd;
    color: #fff;
    transform: translateY(-2px);
}
.navbar-nav .nav-link {
    font-weight: 500;
    color: #333;
    transition: all 0.2s ease-in-out;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #0d6efd;
}
.hover-bg-light:hover {
    background-color: rgba(255, 255, 255, 0.25) !important;
    transform: translateY(-2px);
    transition: all 0.2s ease;
}

.footer-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    font-size: 1.5rem;
    color: #000000;
    background-color: #f1f1f1;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.footer-icon-link:hover {
    background-color: #000000;
    color: #fff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* Menú de navegación minimalista */
ul li a.text-white-50 {
    transition: color 0.3s ease;
}

ul li a.text-white-50:hover {
    color: #ffffff; /* Cambia a blanco al pasar el cursor */
}
.footer-menu-link {
    color: #adb5bd; /* gris claro */
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.footer-menu-link:hover {
    color: #ffffff; /* blanco al pasar el cursor */
    background-color: rgba(255, 255, 255, 0.301); /* sutil efecto de fondo */
    transform: translateY(-2px); /* leve elevación */
}
