

.nav-item .activéd2 {
 
    color: #ffe70b !important;
}


.sombra1 {
    text-shadow: 4px 1px 5px black;
}

.navbar-light.navbar.bg-white.navbar-transparent.fixed-top .navbar-nav .nav-link.active, .navbar-light.navbar.bg-white.navbar-transparent.fixed-top .navbar-nav .nav-link:hover, .navbar-light.navbar.bg-white.navbar-transparent.fixed-top .navbar-nav .nav-link:focus {
    font-weight: bold;
}
/*
.social-icon {
    color: #FFF;
}

 */

/* Footer — enlaces legales y navegación */
.footer-link-list li {
    margin-bottom: 0.55rem;
}

.footer-link-list a {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-link-list a i {
    width: 16px;
    margin-right: 8px;
    font-size: 0.75rem;
    color: #4683df;
    transition: transform 0.2s ease;
}

.footer-link-list a:hover {
    color: #4683df;
    text-decoration: none;
}

.footer-link-list a:hover i {
    transform: translateX(3px);
}

.footer-legal-links a i {
    width: 18px;
    font-size: 0.85rem;
    opacity: 0.85;
}

.footer-contact-list li {
    margin-bottom: 0.85rem;
    line-height: 1.55;
    padding-left: 1.6rem;
    position: relative;
}

.footer-contact-list li i {
    position: absolute;
    left: 0;
    top: 0.2rem;
    color: #4683df;
    width: 1.2rem;
    text-align: center;
}

.footer-contact-list a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-contact-list a:hover {
    color: #4683df;
    border-bottom-color: rgba(70, 131, 223, 0.35);
    text-decoration: none;
}

.footer-copyright {
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-regulatory {
    color: #888;
    font-size: 0.82rem;
    margin-left: 0;
}

@media (min-width: 768px) {
    .footer-regulatory {
        margin-left: 0.5rem;
    }

    .footer-regulatory::before {
        content: "·";
        margin-right: 0.5rem;
    }
}