.static-slider10 {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    padding: 5rem 0 4rem;
    background-size: cover;
    background-position: center center;
}

.static-slider10 > .container {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.subportada {
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.pb-hero-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    padding: 0.85rem 1.75rem;
    border: 2px solid rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-decoration: none;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.pb-hero-login:hover,
.pb-hero-login:focus-visible {
    background: rgba(251, 190, 220, 0.92);
    border-color: #FBBEDC;
    color: #3e4555;
    text-decoration: none;
    transform: translateY(-1px);
}

.static-slider10 .op-8 {
    opacity: 0.8;
    padding-bottom: 15px;
}

@media (max-width: 700px) {
    .static-slider10 {
        padding: 3.75rem 0 3rem;
    }

    .subportada {
        min-height: 190px;
    }

    .pb-hero-login {
        margin-top: 1.15rem;
        padding: 0.7rem 1.35rem;
        font-size: 0.85rem;
    }
}

@media (min-width: 701px) and (max-width: 991px) {
    .static-slider10 {
        padding: 4.5rem 0 3.5rem;
    }

    .subportada {
        min-height: 240px;
    }
}

/*inicio icon whatsapp*/
.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 13px;
}

/* Badge “Nueva modalidad” — glass, alineado al CTA del hero */
.pb-hero-badge {
    position: absolute;
    top: 1.35rem;
    left: 3.5%;
    z-index: 2;
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    transform: rotate(-6deg);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.pb-hero-badge:hover,
.pb-hero-badge:focus-visible {
    transform: rotate(-6deg) translateY(-3px) scale(1.03);
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.28));
    color: #fff;
    text-decoration: none;
}

.pb-hero-badge-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.42), transparent 45%),
        linear-gradient(145deg, rgba(251, 190, 220, 0.78) 0%, rgba(241, 168, 200, 0.55) 45%, rgba(40, 40, 40, 0.35) 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.72);
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.pb-hero-badge-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding: 1.25rem 1rem;
    text-align: center;
    font-family: Montserrat, sans-serif;
}

.pb-hero-badge-chip {
    display: inline-block;
    margin-bottom: 0.35rem;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #3e4555;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pb-hero-badge-kicker {
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.pb-hero-badge-title {
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.pb-hero-badge-meta {
    font-size: 0.78rem;
    font-weight: 500;
    opacity: 0.95;
    margin-top: 0.1rem;
}

.pb-hero-badge-cta {
    margin-top: 0.55rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.28rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.16);
    transition: background 0.2s ease;
}

.pb-hero-badge:hover .pb-hero-badge-cta,
.pb-hero-badge:focus-visible .pb-hero-badge-cta {
    background: rgba(255, 255, 255, 0.32);
}

@media (max-width: 750px) {
    .pb-hero-badge {
        top: 0.65rem;
        left: 0.45rem;
        width: 148px;
        height: 148px;
    }

    .pb-hero-badge-inner {
        padding: 0.7rem 0.55rem;
        gap: 0.12rem;
    }

    .pb-hero-badge-chip {
        margin-bottom: 0.18rem;
        padding: 0.16rem 0.5rem;
        font-size: 0.68rem;
        letter-spacing: 0.1em;
    }

    .pb-hero-badge-kicker {
        font-size: 0.72rem;
    }

    .pb-hero-badge-title {
        font-size: 0.8rem;
    }

    .pb-hero-badge-meta {
        font-size: 0.68rem;
    }

    .pb-hero-badge-cta {
        margin-top: 0.35rem;
        font-size: 0.68rem;
        padding: 0.22rem 0.55rem;
    }

    .whatsapp {
        width: 52px;
        height: 52px;
        font-size: 26px;
        bottom: max(1rem, env(safe-area-inset-bottom, 0px));
        right: max(1rem, env(safe-area-inset-right, 0px));
    }

    .whatsapp-icon {
        margin-top: 11px;
    }
}

@media (min-width: 1046px) {
    .pb-hero-badge {
        top: 1.75rem;
        left: 7%;
        width: 232px;
        height: 232px;
    }

    .pb-hero-badge-kicker {
        font-size: 0.9rem;
    }

    .pb-hero-badge-title {
        font-size: 1.08rem;
    }

    .pb-hero-badge-meta {
        font-size: 0.84rem;
    }
}
/*fin icon whatsapp*/
