
        .content {
    width: 100%;
    max-width: 1440px;
    min-height: auto;
    padding: 0 16px;
    gap: 32px;
    margin: 0 auto;
}

.overlap-top {
    position: relative;
    z-index: 2;
    border-top-left-radius: 3.5rem;
    border-top-right-radius: 3.5rem;
    background-color: var(--Gray-00);
    width: 100%;
    max-width: 1280px;
    height: auto; /* evita altura fija para que se adapte */
    min-height: 312px;
    padding: 32px 10px 5px;
    gap: 16px;
    box-sizing: border-box;
    margin: 25px auto;
    /*margin-top: -200px;*/
}

.icon-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; /* centra horizontalmente todo el contenido */
    text-align: center; /* centra el texto */
    height: 100%;
    padding: 1rem;
    margin-bottom: 15px;
    border-radius: 0.5rem;
    background-color: var(--Gray-00);
    margin: auto 5px auto 5px;
}


    .icon-box:hover {
        background-color: var(--Gray-05);
        border-radius: 1rem;
    }

    .icon-box i {
        font-size: 2rem;
        margin-bottom: 0.5rem;
        display: block;
        color: var(--Gray-05);
    }

.box-resaltar {
    box-shadow: -4px 4px 0px 0px rgba(8, 99, 120, 1);
    border: 1px solid rgba(8, 99, 120, 1);
    border-radius: 22px;
}

.tag {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 0.5rem;
    margin-bottom: 0.25rem;
}

.tag-success {
    background-color: var(--Success-25);
    gap: 8px;
}

.tag-warning {
    background-color: var(--Orange-40);
    gap: 8px;
}
/*HorasMelvin*/
.btn-mini {
    font-size: 0.85rem;
    /*padding: 0.35rem 0.75rem;*/
    padding: 8px 8px;
    border-radius: 999px;
    background-color: var(--Primary-2);
    /* gap: 10px;*/
    gap: 4px;
    width: 150px;
    height: 32px;
    box-sizing: border-box;
    border: 2px solid var(--Primary-2); /*Nuevo*/
}

    .btn-mini:active,
    .btn-mini:hover,
    .btn-mini:focus {
        border: 2px solid var(--Primary-50);
    }

.text-label {
    height: 30px;
    width: 150px;
    margin-top: 5px;
    margin-bottom: 15px;
}

[data-gb-hero] {
    background: linear-gradient(180deg, #FCFCFC 10%, #E4EDEF 65%, #FCFCFC 90%);
}

.hero-content {
    width: 100%;
    height: auto; /* altura flexible */
    margin: 0 auto;
}


.btn-primary-hero {
    box-shadow: 0 5px 0 var(--Green-10);
    width: 100%;
    max-width: 257px;
}

    .btn-primary-hero:active,
    .btn-primary-hero:hover,
    .btn-primary-hero:focus {
        box-shadow: 0 5px 0 var(--Primary-100);
    }


.swiper-hero {
    width: 100%;
    /*padding-bottom: 40px;*/
}

.swiper-wrapper {
    padding-left: 7px;
}

.swiper-hero .swiper-wrapper .swiper-slide {
    width: auto !important; /* o un valor fijo como 300px */
    flex-shrink: 0 !important;
}

.swiper-hero-buttons {
    height: 40px;
    position: relative;
}
    /* Posicionar los botones de navegación abajo a la derecha */
    .swiper-hero-buttons .swiper-button-prev:hover,
    .swiper-hero-buttons .swiper-button-prev:active,
    .swiper-hero-buttons .swiper-button-prev:focus,
    .swiper-hero-buttons .swiper-button-next:hover,
    .swiper-hero-buttons .swiper-button-next:active,
    .swiper-hero-buttons .swiper-button-next:focus {
        background-color: var(--Primary-2) !important;
    }
    /*HorasMelvin*/
    .swiper-hero-buttons .swiper-button-prev,
    .swiper-hero-buttons .swiper-button-next {
        width: 35px !important;
        height: 35px !important;
        background-size: 100% 100% !important;
        border-radius: 999px;
        background: var(--Gray-00);
        cursor: pointer !important;
    }

    /* Botón "Anterior" */
    .swiper-hero-buttons .swiper-button-prev {
        left: auto;
        right: 60px; /* Espacio desde la derecha */
    }

    /* Botón "Siguiente" */
    .swiper-hero-buttons .swiper-button-next {
        left: auto;
        right: 10px; /* Espacio desde la derecha */
    }

.swiper-button-next {
    left: auto;
    right: 10px; /* Espacio desde la derecha */
}

/* Estilo adicional para los botones (opcional) */
.swiper-hero-buttons .swiper-button-prev::after,
.swiper-hero-buttons .swiper-button-next::after {
    content: none !important;
}



/* Cambiar el color de los botones (opcional) */
/*.swiper-hero-buttons .swiper-button-prev,
.swiper-hero-buttons .swiper-button-next {
    margin-top: 110px;*/ /* Ajusta según sea necesario */
/*margin-right: 40px;
}*/

.swiper-hero-buttons .swiper-button-prev:hover,
.swiper-hero-buttons .swiper-button-next:hover {
    background-color: var(--Primary-75); /* Sombra al hacer hover */
}

.swiper-button-next:hover {
    background-color: var(--Primary-50) !important; /* Sombra al hacer hover */
}

.img-fluid-hero {
    width: clamp(650px, 55vw, 800px);
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.swiper-hero::before,
.swiper-hero::after {
    content: "";
    position: absolute;
    top: -50px;
    /*transform: translateY(50%);*/
    height: 100%;
    width: 45px; /* largo de las líneas */
    background: linear-gradient(90deg, var(--Gray-00), transparent);
    z-index: 99999;
}

.swiper-hero::before {
    left: 0;
}

.swiper-hero::after {
    right: 0;
    background: linear-gradient(270deg, var(--Gray-00), transparent);
}

/*.swiper {
    padding: 45px !important;
}*/

.swiper-button-prev-c2,
.swiper-button-next-c2 {
    margin-top: 130px !important; /* Ajusta según sea necesario */
    margin-right: 40px;
}

.swiper-common-buttons-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px; /* espacio entre botones y paginación */
    position: relative; /* para que los botones se posicionen relativamente */
}

.swiper-btn-prev,
.swiper-btn-next {
    flex: 0 0 auto; /* no se expanden */
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--Gray-00);
}

    /* Opcional: cambiar hover */
    .swiper-btn-prev:hover {
        background-color: var(--Primary-2) !important; /* Sombra al hacer hover */
    }

    .swiper-btn-next:hover {
        background-color: var(--Primary-2) !important; /* Sombra al hacer hover */
    }

[data-bg-heroleft] {
    padding-top: 50px;
    z-index: 1;
}

[data-bg-heroright] {
    /*overflow-x: auto;*/
    position: relative;
}


/* MEDIA QUERIES para móvil */
@media (min-width: 1280px) {
    [data-bg-heroleft] {
        padding-left: 64px;
    }
}

@media (max-width: 891px) {

    .img-fluid-hero {
        width: clamp(450px, 65vw, 800px);
    }
}
/* MEDIA QUERIES para móvil */
@media (max-width: 767px) {

    .btn-mini {
        max-width: 150px;
        height: 32px;
        padding: 0.5rem;
    }

    .btn-primary-hero {
        max-width: 100%;
        height: auto;
        flex-flow: column;
        padding: 0.5rem;
    }

    .icon-box i {
        font-size: 1.5rem;
    }

    [data-text-hero] {
        text-align: center;
    }

    .overlap-top {
        width: 100% !important;
        height: auto;
        padding: 24px 16px;
        top: 120px !important;
        margin-top: -150px;
    }

    .img-fluid-hero {
        position: relative !important;
        width: clamp(600px, 100vw, 700px);
        margin-right: calc(100% - 85%);
    }

    [data-bg-heroright] {
        overflow-x: auto;
    }

    .swiper-hero-buttons {
        display: flex;
        justify-content: center; /* Centra horizontalmente */
        align-items: start; /* Centra verticalmente si hay altura definida */
        gap: 1rem; /* Espacio entre los botones y la paginación (opcional) */
    }

        .swiper-hero-buttons .swiper-button-prev,
        .swiper-hero-buttons .swiper-button-next {
            margin: 0;
            position: relative !important;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            z-index: 20 !important; /* más alto que los slides */
            cursor: pointer !important; /* aseguras el click */
        }

    .swiper-hero {
        padding-bottom: 0;
    }
}

@media (max-width: 480px) {
    .content, .overlap-top {
        padding: 12px 8px 0px;
        gap: 12px;
    }

    .btn-mini {
        max-width: 100%;
        font-size: 0.75rem;
        padding: 0.4rem 0.6rem;
        height: 36px;
    }

    .btn-primary-hero {
        height: 40px;
        font-size: 0.9rem;
    }

    .icon-box i {
        font-size: 1.2rem;
    }

    .tag {
        font-size: 0.65rem;
        padding: 0.2rem 0.4rem;
    }
}



@media (max-width: 430px) {
    .img-fluid-hero {
        width: calc(100% - -35%);
    }

    .overlap-top {
        margin-top: calc(100% - 135%);
        margin-bottom: 0px;
    }
}

@media (max-width: 1100px) {

    .overlap-top {
        padding: 24px 16px 0px;
        position: sticky !important;
    }
}

@media (max-width: 387px) {

    .overlap-top {
        width: 100% !important;
        height: auto;
        padding: 24px 16px 0px;
        top: 10px !important;
    }

        .overlap-top .container {
            padding: 6px;
        }

    .icon-box {
        padding: 0.5rem;
    }
}

/*TESTIMONIOS*/
.testimonial-card {
    background: var(--Gray-00);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border: 1px solid var(--Gray-35);
    box-shadow: 0px 8px 16px 8px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    /*padding: 16px 14px;*/ /* ⬅️ Ajuste aquí */
    text-align: left;
    margin-right: 30px; /* o bottom si es un carrusel vertical */
    width: 260px;
    height: 244px;
    padding: 1rem;
    margin-bottom: 15px;
}

.testimonial-content label {
    margin-top: 6px;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}



.score {
    font-size: 12px;
    letter-spacing: 0px;
    align-content: center;
}

.star {
    position: relative;
    display: inline-block;
}

    .star .clip {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        overflow: hidden;
        width: 0%; /* JS lo ajusta */
    }

@media (max-width: 320px) {
    .swiper-slide-mobile {
        margin-right: 20px !important; /*menos espacio en móvil */
    }

    .testimonial-card {
        padding: 16px 12px; /* un poco más de espacio horizontal */
        width: 100%;
        max-width: 200px;
        max-height: 220px;
        margin: 0 auto; /* centrar en pantallas pequeñas */
        box-shadow: none !important;
    }

    .bg-badge-commom-section {
        margin-bottom: 0 !important;
    }

    .i-lg-title-x3-enfasis {
        margin-bottom: 0 !important;
    }

    .i-body-regular {
        margin-bottom: 0 !important;
    }

    .i-Footnote-Regular {
        font-size: 10px !important;
    }

    .i-Subheadline-Regular {
        font-size: 12px !important;
    }

    .i-title2-regular {
        font-size: 15px !important;
    }

    .container {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .swiper-hero::before, .swiper-hero::after {
        background: none !important;
    }
}


/*FIN ESTILOS TESTIMONIOS*/

/* Overlays base */
.swiper-blur {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 15;
    pointer-events: none;
    /*backdrop-filter: blur(6px);*/ /* blur suave */
    background-color: rgba(255, 255, 255, 0.25); /* velo blancusco base */
}

/* 🌐 Desktop */
.swiper-blur-left,
.swiper-blur-right {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none; /* para no bloquear interacciones */
    z-index: 10;
}

/* Lado izquierdo */
.swiper-blur-left {
    left: -21px;
    background: linear-gradient( to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100% );
    /*backdrop-filter: blur(2px);*/
}

/* Lado derecho */
.swiper-blur-right {
    right: -21px;
    background: linear-gradient( to left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100% );
    /*backdrop-filter: blur(2px);*/
}

/* 📱 Mobile (≤ 768px) */
@media (max-width: 768px) {
    .swiper-blur-left,
    .swiper-blur-right {
        width: 80px;
    }

    .swiper-blur-left {
        background: linear-gradient( to right, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.55) 35%, rgba(255, 255, 255, 0.25) 70%, rgba(255, 255, 255, 0) 100% );
    }

    .swiper-blur-right {
        background: linear-gradient( to left, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.55) 35%, rgba(255, 255, 255, 0.25) 70%, rgba(255, 255, 255, 0) 100% );
    }
}

/* 📱 Extra small (≤ 300px) */
@media (max-width: 300px) {
    .swiper-blur-left,
    .swiper-blur-right {
        width: 40px;
        backdrop-filter: blur(1px);
    }

    .swiper-blur-left {
        background: linear-gradient( to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100% );
    }

    .swiper-blur-right {
        background: linear-gradient( to left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100% );
    }
}
