.footer-modern {
    background-color: #131e57;
    position: relative;
    overflow: hidden;
}

.footer-logo {
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
}

.footer-heading {
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-links li {
    /*  margin-bottom: 10px;*/
    margin-bottom: 5px; /* o 2px si quieres más compacto */
    line-height: 1.4;
}

.footer-links a {
    color: #cfdaf0;
    text-decoration: none;
    transition: color 0.3s;
}

    .footer-links a:hover {
        color: #ffffff;
        text-decoration: underline;
    }

.footer-modern i {
    width: 20px;
    display: inline-block;
    color: #9fd4ff;
}

/* Curva decorativa superior */
.footer-wave {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 80px;
    background: url('https://www.svgbackgrounds.com/wp-content/uploads/2021/05/wave-1-bottom.svg') no-repeat center;
    background-size: cover;
    transform: rotate(180deg);
}

.bg-black {
    background-color: #26272b !important;
}

.footer-logo-img {
    width: 220px;
    margin-top: -15px;
}

.social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    margin: 0 8px;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: white;
}

/* Facebook */
.social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    margin: 0 8px;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: white;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* Facebook */
.social-fb {
    background-color: #3b5998;
}

    .social-fb:hover {
        box-shadow: 0 4px 12px rgba(59, 89, 152, 0.5);
        transform: translateY(-2px);
    }

/* Instagram */
.social-ig {
    background-color: rgb(225, 48, 108);
}

    .social-ig:hover {
        box-shadow: 0 4px 12px rgba(225, 48, 108, 0.5);
        transform: translateY(-2px);
    }

/* TikTok */
.social-tt {
    background-color: #000;
}

    .social-tt:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
        transform: translateY(-2px);
    }


.footer-modern i:hover {
    color: #00C6A9;
    transition: 0.3s;
}