﻿
.hs-nom151-section {
    width: 100%;
    padding: 95px 20px 95px;
    background: radial-gradient( 70% 100% at 15% 0%, rgba(92, 2, 251, .28) 0%, rgba(208, 60, 130, .10) 38%, rgba(30, 26, 69, 0) 70% ), #1E1A45;
    font-family: 'Montserrat', sans-serif !important;
    color: #ffffff;
    overflow: hidden;
}


/* =========================================================
           CONTENEDOR PRINCIPAL
           ========================================================= */

.hs-nom151-container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 2fr) 330px;
    align-items: center;
    gap: 45px;
}


/* =========================================================
           COLUMNA IZQUIERDA
           ========================================================= */

.hs-nom151-content {
    width: 100%;
}


/* =========================================================
           TEXTO SUPERIOR
           ========================================================= */

.hs-nom151-eyebrow {
    margin: 0 0 28px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2px;
    text-transform: uppercase;
}


/* =========================================================
           DIVISOR
           ========================================================= */

.hs-nom151-divider {
    width: 360px;
    max-width: 100%;
    height: 1px;
    margin: 0 0 25px;
    background: rgba(255, 255, 255, .32);
}


/* =========================================================
           TÍTULO
           ========================================================= */

.hs-nom151-title {
    margin: 0 0 20px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: 0;
}


.hs-nom151-title-accent {
    display: block;
    margin-top: 1px;
    color: #ffffff !important;
    background: none !important;
    -webkit-text-fill-color: #ffffff !important;
}


/* =========================================================
           DESCRIPCIÓN
           ========================================================= */

.hs-nom151-description {
    width: 100%;
    max-width: 690px;
    margin: 0;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
}


    .hs-nom151-description strong {
        color: #ffffff;
        font-weight: 700;
    }


/* =========================================================
           BENEFICIOS
           ========================================================= */

.hs-nom151-benefits-title {
    margin: 22px 0 20px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
}


.hs-nom151-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}


/* =========================================================
           TARJETA DE BENEFICIO
           ========================================================= */

.hs-nom151-benefit {
    min-height: 108px;
    margin: 0;
    padding: 18px 17px;
    display: flex;
    align-items: flex-start;
    color: #ffffff;
    background: rgba(255, 255, 255, .075);
    border-radius: 16px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.55;
}


    /* Quitamos los bullets */

    .hs-nom151-benefit::before {
        display: none !important;
        content: none !important;
    }


    .hs-nom151-benefit strong {
        color: #ffffff;
        font-weight: 700;
    }


/* =========================================================
           COLUMNA DERECHA
           ========================================================= */

.hs-nom151-visual {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}


/* =========================================================
           IMAGEN
           ========================================================= */

.hs-nom151-image {
    width: 330px;
    height: 330px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: transparent;
    box-shadow: none;
}


    .hs-nom151-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


/* =========================================================
           BOTÓN
           ========================================================= */

.hs-nom151-button {
    min-height: 48px;
    padding: 13px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    background: transparent !important;
    border: 1px solid rgba(255,255,255,.80) !important;
    border-radius: 30px;
    box-shadow: none !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color .2s ease, border-color .2s ease;
}


    .hs-nom151-button:hover {
        color: #ffffff !important;
        background: rgba(255,255,255,.08) !important;
        border-color: #ffffff !important;
        transform: none !important;
        box-shadow: none !important;
    }


/* =========================================================
           LAPTOP
           ========================================================= */

@media (max-width: 1100px) {

    .hs-nom151-section {
        padding: 80px 30px;
    }

    .hs-nom151-container {
        max-width: 980px;
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 38px;
    }

    .hs-nom151-image {
        width: 310px;
        height: 310px;
    }
}


/* =========================================================
           TABLET
           ========================================================= */

@media (max-width: 850px) {

    .hs-nom151-section {
        padding: 65px 24px;
    }

    .hs-nom151-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .hs-nom151-content {
        max-width: 700px;
        margin: 0 auto;
    }

    .hs-nom151-visual {
        gap: 28px;
    }

    .hs-nom151-image {
        width: min(420px, 100%);
        height: auto;
        aspect-ratio: 1 / 1;
    }
}


/* =========================================================
           CELULAR
           ========================================================= */

@media (max-width: 550px) {

    .hs-nom151-section {
        padding: 55px 17px;
    }

    .hs-nom151-eyebrow {
        margin-bottom: 20px;
        font-size: 11px;
    }

    .hs-nom151-divider {
        margin-bottom: 22px;
    }

    .hs-nom151-title {
        font-size: 27px;
    }

    .hs-nom151-description {
        font-size: 12px;
    }

    .hs-nom151-benefits-title {
        font-size: 17px;
    }

    .hs-nom151-benefits {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hs-nom151-benefit {
        min-height: auto;
        padding: 16px;
        font-size: 12px;
    }

    .hs-nom151-image {
        border-radius: 20px;
    }

    .hs-nom151-button {
        width: 100%;
        max-width: 290px;
        font-size: 11px;
        text-align: center;
    }
}




/* =========================================================
           FRANJA COMPLETA
           ========================================================= */
.hs-clients-section {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #ebeaf5;
    border-bottom: 1px solid #ebeaf5;
    font-family: 'Montserrat', sans-serif !important;
}


/* =========================================================
           CONTENEDOR
           ========================================================= */

.hs-clients-container {
    position: relative;
    width: min(1240px, calc(100% - 80px));
    margin: 0 auto;
    padding: 25px 40px;
}


/* =========================================================
           VIEWPORT
           ========================================================= */

.hs-clients-viewport {
    width: 100%;
    overflow: hidden;
}


/* =========================================================
           TRACK
           ========================================================= */

.hs-clients-track {
    display: flex;
    align-items: center;
    gap: 55px;
    will-change: transform;
    transition: transform .5s ease;
}


/* =========================================================
           LOGO
           6 visibles en escritorio
           ========================================================= */

.hs-client-logo {
    flex: 0 0 calc( (100% - (55px * 5)) / 6 );
    min-width: 0;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .hs-client-logo img {
        display: block;
        width: 100%;
        max-width: 145px;
        height: 64px;
        object-fit: contain;
        transition: transform .25s ease, opacity .25s ease;
    }


    .hs-client-logo:hover img {
        transform: scale(1.05);
    }


/* =========================================================
           FLECHAS
           ========================================================= */

.hs-clients-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 34px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transform: translateY(-50%);
    color: #2d2666;
    background: rgba(255,255,255,.92);
    border: 0;
    border-radius: 50%;
    font-size: 21px;
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s ease, background-color .2s ease;
}


.hs-clients-container:hover
.hs-clients-arrow {
    opacity: 1;
}


.hs-clients-arrow:hover {
    background: #f4f1fb;
}


.hs-clients-prev {
    left: 0;
}


.hs-clients-next {
    right: 0;
}


/* =========================================================
           TABLET
           4 logos
           ========================================================= */

@media (max-width: 1000px) {

    .hs-clients-container {
        width: calc(100% - 40px);
        padding: 22px 32px;
    }


    .hs-clients-track {
        gap: 35px;
    }


    .hs-client-logo {
        flex: 0 0 calc( (100% - (35px * 3)) / 4 );
    }


        .hs-client-logo img {
            max-width: 130px;
        }
}


/* =========================================================
           TABLET PEQUEÑA
           3 logos
           ========================================================= */

@media (max-width: 750px) {

    .hs-clients-container {
        width: calc(100% - 24px);
        padding: 20px 28px;
    }


    .hs-clients-track {
        gap: 25px;
    }


    .hs-client-logo {
        flex: 0 0 calc( (100% - (25px * 2)) / 3 );
        height: 65px;
    }


        .hs-client-logo img {
            max-width: 115px;
            height: 55px;
        }
}


/* =========================================================
           CELULAR
           2 logos
           ========================================================= */

@media (max-width: 500px) {

    .hs-clients-container {
        width: 100%;
        padding: 18px 30px;
    }


    .hs-clients-track {
        gap: 22px;
    }


    .hs-client-logo {
        flex: 0 0 calc( (100% - 22px) / 2 );
        height: 58px;
    }


        .hs-client-logo img {
            max-width: 105px;
            height: 48px;
        }


    .hs-clients-arrow {
        width: 28px;
        height: 38px;
        font-size: 17px;
        opacity: .75;
    }
}



/* =========================================================
           FONDO DE TODA LA SEGUNDA SECCIÓN

           Este contenedor ocupa TODO el ancho.
           Así desaparece el cuadro blanco central.
           ========================================================= */
.hs-solutions-background {
    width: 100%;
    background: #f4f7f9;
}


/* =========================================================
           CONTENIDO INTERIOR
           ========================================================= */

.hs-solutions-section {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Montserrat', sans-serif !important;
    box-sizing: border-box;
    /*
               IMPORTANTE:
               Ya NO ponemos fondo blanco aquí.
            */
    background: transparent;
}


/* =========================================================
           ENCABEZADO
           ========================================================= */

.hs-solutions-header {
    text-align: center;
    margin-bottom: 45px;
}


.hs-solutions-title {
    margin: 0 0 14px 0;
    color: #2d2666;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.25;
}


.hs-solutions-subtitle {
    max-width: 780px;
    margin: 0 auto;
    color: #4b5563;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.6;
}


/* =========================================================
           TEXTO DEGRADADO
           ========================================================= */

.hs-solutions-gradient {
    display: inline-block;
    background: linear-gradient( 135deg, #FF5352 0%, #D03C82 48%, #5C02FB 100% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}


/* =========================================================
           CARRUSEL
           ========================================================= */

.hs-solutions-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    background: transparent;
}


.hs-solutions-viewport {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    background: transparent;
}


.hs-solutions-track {
    width: 100%;
    display: flex;
    background: transparent;
    transition: transform .5s cubic-bezier(.25, 1, .5, 1);
}


/* =========================================================
           SLIDE
           ========================================================= */

.hs-solutions-slide {
    min-width: 100%;
    padding: 15px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
    box-sizing: border-box;
    background: transparent;
}


/* =========================================================
           COLUMNA TEXTO
           ========================================================= */

.hs-solutions-text {
    text-align: left;
}


.hs-solutions-tag {
    display: inline-block;
    margin-bottom: 16px;
    color: #ff5252;
    font-family: 'Montserrat', sans-serif !important;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}


.hs-solutions-heading {
    margin: 0 0 20px 0;
    color: #262262;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
}


.hs-solutions-description {
    margin: 0;
    color: #5d6778;
    font-family: 'Montserrat', sans-serif !important;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.65;
}


/* =========================================================
           COLUMNA IMAGEN
           ========================================================= */

.hs-solutions-image {
    width: 100%;
    height: 380px;
    overflow: hidden;
    border-radius: 26px;
    background-color: #f1f3f7;
    box-shadow: 0 8px 20px rgba(38, 34, 98, .06);
}


    .hs-solutions-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


/* =========================================================
           FLECHAS
           ========================================================= */

.hs-solutions-arrow {
    position: relative;
    z-index: 2;
    padding: 8px;
    color: #262262;
    background: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    user-select: none;
    transition: transform .2s ease, opacity .2s ease;
}


    .hs-solutions-arrow:hover {
        transform: scale(1.15);
    }


/* =========================================================
           PAGINACIÓN
           ========================================================= */

.hs-solutions-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 27px;
    background: transparent;
}


/*
           Más pequeños que los anteriores.
        */

.hs-solutions-dot {
    display: block;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #cbd5e1;
    border: 0 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: background-color .25s ease, transform .25s ease;
}


    .hs-solutions-dot.active {
        background: #172033;
        transform: scale(1.15);
    }


    .hs-solutions-dot:hover {
        background: #8c98a8;
    }


/* =========================================================
           TABLET
           ========================================================= */

@media (max-width: 850px) {

    .hs-solutions-section {
        padding: 50px 20px;
    }


    .hs-solutions-slide {
        grid-template-columns: 1fr;
        gap: 30px;
    }


    .hs-solutions-image {
        height: 300px;
    }


    .hs-solutions-title {
        font-size: 1.6rem;
    }


    .hs-solutions-heading {
        font-size: 1.4rem;
    }


    .hs-solutions-arrow {
        display: none;
    }
}


/* =========================================================
           CELULAR
           ========================================================= */

@media (max-width: 550px) {

    .hs-solutions-section {
        padding: 45px 16px;
    }


    .hs-solutions-header {
        margin-bottom: 30px;
    }


    .hs-solutions-title {
        font-size: 1.45rem;
    }


    .hs-solutions-subtitle {
        font-size: .92rem;
    }


    .hs-solutions-slide {
        padding: 5px 0;
        gap: 25px;
    }


    .hs-solutions-heading {
        font-size: 1.3rem;
    }


    .hs-solutions-description {
        font-size: .85rem;
    }


    .hs-solutions-image {
        height: 240px;
        border-radius: 18px;
    }


    .hs-solutions-dots {
        gap: 6px;
        margin-top: 22px;
    }


    .hs-solutions-dot {
        width: 5px !important;
        height: 5px !important;
        min-width: 5px !important;
        min-height: 5px !important;
    }
}



/* =========================================================
           SECCIÓN PRINCIPAL
           ========================================================= */
.hubsignia-section {
    font-family: 'Montserrat', sans-serif;
    background: radial-gradient( circle at center top, #ffffff 0%, #f9f9fc 100% );
    display: flex;
    justify-content: center;
    padding: 60px 20px;
    color: #1a1b41;
    text-align: center;
}


.hubsignia-container {
    max-width: 900px;
    width: 100%;
}


/* =========================================================
           TÍTULO PRINCIPAL
           ========================================================= */

.hubsignia-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #2d2666;
}


/* =========================================================
           DEGRADADO DEL TÍTULO
           ========================================================= */

.degratxt {
    background: linear-gradient( 135deg, #FF5352 0%, #D03C82 48%, #5C02FB 100% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: bold;
}


/* =========================================================
           DESCRIPCIÓN
           ========================================================= */

.hubsignia-description {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    color: #2d2666;
    line-height: 1.6;
    max-width: 760px;
    margin: 0 auto 35px auto;
}


/* =========================================================
           BOTONES CTA
           ========================================================= */

.hubsignia-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}


.btn-hub {
    padding: 14px 30px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}


    .btn-hub:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        text-decoration: none !important;
    }


/* =========================================================
           BOTÓN PRINCIPAL
           ========================================================= */

.hubsignia-btn-primary {
    background: linear-gradient( 90deg, #7622c4 0%, #f5336d 100% );
    color: #ffffff !important;
    border: none;
}


    .hubsignia-btn-primary:hover {
        color: #ffffff !important;
    }


/* =========================================================
           BOTÓN SECUNDARIO
           ========================================================= */

.hubsignia-btn-secondary {
    background-color: transparent;
    color: #3b3c5a !important;
    border: 1px solid #c2c3d1;
}


    .hubsignia-btn-secondary:hover {
        color: #3b3c5a !important;
    }


/* =========================================================
           CONTENEDOR DEL VIDEO
           ========================================================= */

.hubsignia-video-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto 35px auto;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: linear-gradient( 120deg, #eaedf6 0%, #ffffff 40%, #ffffff 60%, #fcecf2 100% );
    box-shadow: 0px 30px 60px rgba(118, 34, 196, 0.12), 0px 10px 20px rgba(245, 51, 109, 0.08);
}


    .hubsignia-video-wrapper iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }


/* =========================================================
           LEYENDA DOCUSIGN
           ========================================================= */

.hubsignia-footer-note {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    color: #1b1c3a;
}


    .hubsignia-footer-note img {
        height: 22px;
        width: auto;
        vertical-align: middle;
        margin: 0 4px;
    }


/* =========================================================
           BOTÓN PEQUEÑO
           ========================================================= */

.btn-small {
    padding: 6px 14px;
    background-color: #b0b1bc;
    color: white !important;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none !important;
    margin-left: 8px;
    transition: background-color 0.3s;
}


    .btn-small:hover {
        background-color: #92939f;
        color: #ffffff !important;
        text-decoration: none !important;
    }


/* =========================================================
           RESPONSIVIDAD HERO
           ========================================================= */

@media (max-width: 768px) {

    .hubsignia-title {
        font-size: 32px;
    }


    .hubsignia-buttons {
        flex-direction: column;
        align-items: center;
    }


    .btn-hub {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}

