.main-section--comunicacion {
    /* background-color: #4b68ff; */
}

.back_image-comunicacion {}

.back_image-comunicacion {
    position: relative;
    background: linear-gradient(to bottom, #dedeff 0%, #dedeff 10%, white 60%, white 100%);
    background-attachment: fixed;
    width: 100%;
    height: calc(100vh - 86px);
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 100px;
}

.tilde-superContainer {
    position: relative;
    padding-top: 280px;
}

.back_image-comunicacion::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../assets/img/cOMUNICACION.png) no-repeat right bottom/100%;
    z-index: 0;
    animation: moveIntop 1s ease-in-out;
}

.comunication-section {
    margin-top: 100px;
    /* display: grid; */
    /* grid-template-columns: 30% 70%; */
    /* gap: 4.5rem; */
    padding: 80px 235px;
    /* font-family: Arial, sans-serif; */
    background-color: #333366;
    /* border-radius: 5rem; */
    background: linear-gradient(0deg, #dedeffc2, #dedeff) no-repeat;
    border-top-right-radius: 5rem;
    border-top-left-radius: 5rem;
    /* color: white; */
}

.backdround-white {
    background: white !important;
    padding: 150px 380px 0 380px;
}

.backdround-colorized {
    padding: 150px 380px;
    background-color: #6a5acd !important;
    border-top-right-radius: 5rem;
    border-top-left-radius: 5rem;
    margin-top: 100px;
    margin-bottom: 100px;
}

.timeline-content {
    flex: 1;
    margin-bottom: 3rem;
}

.timeline-content-white {
    color: white;
}

.timeline-content h2 {
    margin: 0;
    font-size: 48px;
    margin-bottom: 1.5rem;
    line-height: 3.25rem;
}

/* TIMELINE: relativo para ubicar la línea punteada */
.timeline {
    position: relative;
    flex: 1;
}

/* #antes,
#despues-factura,
#despues-recibo {
    padding: 150px 380px 0 380px;
} */

/* El “wrapper” de 50px donde vive la línea y los iconos */
.timeline-line_automatic {
    position: absolute;
    top: 0;
    /* bottom: inherit !important; */
    left: 0;
    width: 80px;
    height: 100%;
    pointer-events: none;
}

.timeline-line-manual {
    height: 80%;
}

.timeline-line_automatic::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* height: 60%; */
    /* centra el elemento dentro de esos 50px */
    width: 0px;
    border-left: 3px dotted #6a5acd;
}

.timeline-line::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* height: 60%; */
    /* centra el elemento dentro de esos 50px */
    width: 0px;
    border-left: 3px dotted #6a5acd;
}

/* Cada paso: icono + texto */
.timeline-item {
    display: flex;
    margin-bottom: 56px;
    align-items: flex-start;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

/* Columna de icono: siempre 50px */
.timeline-icon {
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    /* para que el círculo tape la línea */
}

.timeline-icon .circle {
    width: 80px;
    height: 80px;
    /* border: 4px solid #4b68ff; */
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6a5acd;
    font-weight: 900;
    font-size: 40px;
}

.timeline-icon .circle.purple {
    background-color: #6a5acd;
    color: white;
}

/* Aquí podrías meter tu <img> dentro del .circle */

/* Columna de texto */
.timeline-text {
    flex: 1;
    padding-left: 1.5rem;
}

.timeline-flex {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 0;
    border: 1px solid #ddd;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.timeline-text h3 {
    margin: 0 0 1rem;
    margin-top: 26px;
    font-size: 20px;
    color: #6a5acd;
}

.timeline-text ul {
    margin: 0;
    padding-left: 20px;
}

.timeline-text li {
    margin-bottom: 4px;
    /* font-size: 0.95em; */
    /* color: #555; */
}

/* Al primer hijo le damos menos “peso” */
.timeline-section> :nth-child(1) {
    /* flex-grow | flex-shrink | flex-basis */
    flex: 1 1 40%;
}

/* Al segundo hijo un poco más ancho */
.timeline-section> :nth-child(2) {
    flex: 1 1 60%;
}

.notification-box {
    /* max-width: 650px; */
    /* margin: 0 auto; */
    background: #fff;
    /* border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    padding: 20px;
}

.notification-box label {
    display: block;
    margin-top: 16px;
    margin-bottom: 6px;
    margin-left: 6px;
    font-weight: 600;
    color: #333;
}

.notification-box input[type="text"] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1em;
    background: #fafaff;
}

.note-text--bold {
    font-weight: 700;
}

.message-body {
    padding: 12px;
    background: #fafaff;
    border-radius: 6px;
    border: 1px solid #e0d9c3;
}

.message-body p {
    margin: 0 0 12px;
    line-height: 1.4;
    color: #333;
}

.note-box {
    display: none;
    background: #dedeff87;
    padding: 12px;
    border-radius: 10px;
    font-style: italic;
    color: #333;
    position: relative;
    margin: 0 0 12px;
    border: solid 1px #6a5acd;
    /* overflow: hidden; */
    min-height: 40px;
    /* font-size: 20px; */
}

.note-enlas {
    text-decoration: underline;
    color: #6a5acd;
    font-weight: 700;
    cursor: pointer;
}

.archivoAdjunto {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    background-color: #e6e6e7;
    border-radius: 10px;
    padding: 4.3px 10px;
    gap: 11px;
    width: fit-content;
    outline: solid #d3d3d3 1px;
    /* margin-top: 23px; */
    transition: .1s ease-out;
    margin-top: 16px;
    cursor: pointer;
}

.flexAlignCenter {
    display: flex;
    align-items: center;
}

.archivoAdjuntoUnoSvg {
    /* cursor: pointer; */
    height: 18px;
    width: 18px;
    fill: #3c4b64;
}

.archivoAdjunto:hover {
    outline-offset: 2.5px;
    background-color: #f7f8f9;
    background-size: 120% auto;
    background-position: center;
    box-shadow: 0 0 0 2.5px #f7f8f9;
    border-radius: 9px;
}

.toggleExample-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.footer {
    margin-top: 16px;
    /* font-size: 0.9em; */
    color: #333;
    margin-bottom: 24px;
}

.footer strong {
    display: block;
    margin-top: 8px;
}

.cloud-value {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 0 235px;
    margin: auto;
    margin-top: 100px;
}

.intro h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.intro p {
    font-size: 1rem;
    color: #555;
}

.stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.metric {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

.metric:last-child {
    border: none;
    padding-bottom: 0;
}

.number,
.range-number {
    display: inline-block;
    font-weight: bold;
    /* color: #2a9d8f; */
    font-size: 48px;
    color: #4760ff;
}

.porcentajeis {
    display: inline-block;
    vertical-align: top;
    transform: translateY(13%);
    font-size: calc(37.44px * 0.77);
    color: #4760ff;
    font-weight: bold;
}

.metric p {
    margin-top: 0.5rem;
    /* font-size: 0.9rem; */
    color: #555;
}

.gzp-feature-chooser {
    display: flex;
    align-items: center;
    background-color: white;
}

/* Scope completo dentro de .gzp-feature-chooser para evitar colisiones */
.gzp-feature-chooser .gzp-feature-chooser__card {
    /* max-width: 680px; */
    background: #ffffff;
    /* border: 1px solid #e6ecef; */
    /* border-radius: 14px; */
    overflow: hidden;
    /* box-shadow: 0 1px 2px rgba(0,0,0,.04); */
    width: 100%;
}

/* Fila clickeable */
.gzp-feature-chooser .gzp-feature-chooser__row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    border-top: 1px solid #e6ecef;
    cursor: pointer;
    user-select: none;
    background: #ffffff;
    text-decoration: none;
}

.gzp-feature-chooser .gzp-feature-chooser__row:first-child {
    border-top: none;
}

.gzp-feature-chooser .gzp-feature-chooser__row:hover {
    background: #f9fbfc;
}

.gzp-feature-chooser .gzp-feature-chooser__row:focus-within {
    outline: 2px solid #6a5acd;
    outline-offset: -2px;
}

/* Radio nativo: oculto visualmente pero accesible */
.gzp-feature-chooser .gzp-feature-chooser__radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Radio custom (anillo + punto interno) */
.gzp-feature-chooser .gzp-feature-chooser__dot {
    width: 14px;
    height: 14px;
    border: 2px solid #5c6a73;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    flex: 0 0 14px;
    transition: border-color .2s ease, transform .2s ease;
}

.gzp-feature-chooser .gzp-feature-chooser__dot::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    transition: background-color .2s ease;
}

/* Estado checked */
.gzp-feature-chooser .gzp-feature-chooser__radio:checked+.gzp-feature-chooser__dot {
    border-color: #6a5acd;
}

.gzp-feature-chooser .gzp-feature-chooser__radio:checked+.gzp-feature-chooser__dot::after {
    background: #6a5acd;
}

/* Título */
.gzp-feature-chooser .gzp-feature-chooser__title {
    font-weight: 800;
    font-size: 1.37rem;
    line-height: 130%;
    color: #101316;
    font-weight: 700;
    color: #6a5acd;

}

.skeleton-loader-2 {
    position: absolute;
    width: fit-content;
    height: fit-content;

    z-index: 100;
    font-weight: 600;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.skeleton-loaderMagic {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #d9e4ffad 25%, white 50%, #d9e4ffad 75%);
    background-size: 200% 100%;
    animation: loading 2s infinite ease-in-out;
    backdrop-filter: blur(10px);


}

/* Carrusel demo (namespaced) */
.gzp-carousel {
    width: 100%;
}

.gzp-carousel__slides {
    position: relative;
    min-height: 48px;
}

.gzp-carousel__slide {
    display: none;
}

.gzp-carousel__text {
    margin: 0;
    line-height: 1.4;
}

.gzp-carousel__controls {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: .5rem;
    justify-content: center;
}

.gzp-carousel__btn {
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    padding: .25rem .5rem;
    border-radius: .5rem;
    cursor: pointer;
}

.gzp-carousel__dots {
    display: flex;
    gap: .375rem;
}

.gzp-carousel__dot {
    width: .5rem;
    height: .5rem;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    background: #b2b7ef;
}

.gzp-carousel__dot.is-active {
    background: #6a5acd;
}

/* .note-box button {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    font-style: normal;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 5px;
    padding: 6px 10px;
    border: solid 1px #d3d3d3;
    cursor: pointer;
    margin: auto;
    user-select: none;
} */

.gzp-carousel__btn--prev,
.gzp-carousel__btn--next {
    /* position: absolute; */
    /* top: 50%; */
    width: 35px;
    height: 35px;
    border: 1px solid var(--text-color-level3, rgba(26, 26, 26, 0.1));
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 3;
    transition: background .25s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: none !important;
    font-size: 20px;
}

.gzp-carousel__btn--prev:hover,
.gzp-carousel__btn--next:hover {
    background: #d9e4ff;
}

.gzp-carousel__btn--next {
    right: 16px;
    transform: translate(50%, -50%);
}

.gzp-carousel__btn--prev {
    left: 16px;
    transform: translate(-50%, -50%);
}

.gzp-carousel__btn svg {
    width: 27px;
    height: 27px;
    fill: #6a5acd;
}

.title-comunicacion {
    width: fit-content !important;
    margin: auto !important;
    font-size: 48px;
    margin-bottom: 3.5rem !important;
    line-height: 3.25rem;
}

.sub-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
}

.click-flex {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    line-height: 1.4;
}

.click-flex svg {
    fill: #222244;
}






.stack-container {
    max-width: 1180px;
    margin-inline: auto;
    /* padding: 24px 16px; */
    /* padding-bottom: 60vh; */
    /* para que la última quede un rato visible sola */
    position: relative;
    margin-bottom: 100px;
}

.stack-card {
    position: sticky;
    top: 100px;
    /* offset al top */
    z-index: var(--z, 1);
    /* background: linear-gradient(90deg, #1aa25d, #0f8e67); */
    background: white;
    /* color: #fff; */
    border-radius: 2rem;
    box-shadow: 3px 3px 20px 0 rgb(148 144 226 / 36%);
    padding: 26px 32px;
    margin-top: 24px;
    border: solid #d3d3d3 1px;
}

/* .stack-card-1 {
    background-color: #f9fbf9;
}

.stack-card-1 .notification-box {
    background-color: #f9fbf9;
}

.stack-card-2 {
    background-color: #fffaed;
}

.stack-card-2 .notification-box {
    background-color: #fffaed;
}

.stack-card-3 {
    background-color: #fcf1f1;
}

.stack-card-3 .notification-box {
    background-color: #fcf1f1;
} */

.stack-card_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.stack-row {
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    /* padding-top: 20px;
    padding-left: 20px; */
    gap: 1.5rem;
}

.stack-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #6a5acd;
    display: grid;
    place-items: center;
    font-size: 28px;
    color: #0f8e67;
}

.stack-icon svg {
    fill: white;
    width: 34px;
    height: 34px;
}

.stack-title {
    font-weight: 800;
    font-size: 1.37rem;
    line-height: 130%;
    color: #101316;
    font-weight: 700;
    margin: 0 0 6px 0;
}

.stack-text {
    margin: 0;
    line-height: 1.6;
}

.testimonial {
    position: relative;
    background: #6a5acd;
    color: #fff;
    border-radius: 32px;
    padding: 32px;
    max-width: 770px;
    margin: 0 auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

/* .testimonial::before { content: '“'; position: absolute; top: -16px; left: 32px; font-size: 4rem; color: #ecc94b; } */
.testimonial p {
    text-align: left;
    font-weight: 500;
    line-height: 2.25rem;
    font-size: 20px;
}

.testimonial hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 24px 0;
}

/* .testimonial .meta { display: flex; justify-content: flex-end; align-items: center; } */

.testimonial-h1 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-size: 16px;
}

.testimonial-h1 p {
    font-size: 16px;
    line-height: 1.75rem;
    margin: 0%;
    max-width: inherit;
}

.gzp-scope-1 {
    margin-bottom: 3.5rem;
}


@media (max-width: 1600px) {
    .backdround-colorized {
        padding: 150px 15vw;
    }

    .comunication-section {
        padding: 15vw;
        padding-bottom: 100px;
    }

    .comunication-section.backdround-white {
        padding-bottom: 0;
    }
}

@media (max-width: 1130px) {
    .backdround-colorized {
        padding: 60px 30px;
    }


    .comunication-section {
        padding: 60px 30px;
    }

    .comunication-section.backdround-white {
        padding-bottom: 0;
    }
}

@media (max-width: 900px) {

    .title_container-dos.title_container-dos_square {
        width: 90%;
        max-width: inherit;
    }

    .backdround-colorized {
        padding: 60px;
    }

    .stack-card_flex {
        grid-template-columns: inherit;
    }

    .stack-row {
        margin-bottom: 10px;
    }

    .timeline-flex {
        grid-template-columns: inherit;
    }

    .gzp-feature-chooser__row {
        justify-content: center;
    }

    .testimonial {
        padding: 30px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .sub-title {
        margin-bottom: 10px;
        font-size: 1.5rem;
        line-height: inherit;
    }

    .timeline-content h2 {
        font-size: 36px;
        margin-bottom: 2.63rem !important;
        line-height: inherit;
    }

    .timeline-content {
        margin-bottom: 2.63rem !important;
    }
}

@media (max-width: 900px) {

    .h1_index {
        font-size: 9vw !important;
        /* margin-top: 0; */
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        /* line-height: 45px; */
        margin-top: 0 !important;
        margin-left: 60px !important;
        line-height: 80px !important;
    }

    .h2_index {
        display: block !important;

    }
}

@media (max-width: 750px) {
    .back_image-pasarela::before {
        content: none !important;
    }

    .h1-h2_index {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;


    }

    .h1_index {
        text-align: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .h2_index {
        display: block !important;
        padding: 0 !important;
        margin-left: 0 !important;

    }

    .h1-h2_index .btn_a.btn_aHero {
        margin: auto;
        width: fit-content;
    }
}

@media (max-width: 700px) {
    .h1_index {
        font-size: 45px !important;
        /* margin-top: 0; */
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        /* line-height: 45px; */
        margin-top: 0 !important;
        margin-left: 0px !important;
        line-height: 60px !important;
    }
}

@media (max-width: 500px) {
    main {
        padding-top: 75px !important;
    }
}

@media (max-width: 550px) {

    .integration-card {
        position: sticky;
        top: 100px;
    }

    .tilde-superContainer {
        padding-top: 100px;
    }

    .gzp-feature-chooser__row {
        justify-content: flex-start;
    }

    /* .timeline-icon .circle.purple {
        display: none;
    }

    .timeline-line.timeline-line-manual {
        display: none;
    } */

    .title_container-dos.title_container-dos_square {
        position: static;
        transform: inherit;
        padding: 30px;
        margin-left: 30px;
        margin-right: 30px;
        width: inherit;
    }

    .timeline-content.timeline-content-white {
        padding: 0 30px;
    }

    .backdround-colorized {
        padding: 60px 0;
        border-radius: 0;
    }

    .timeline-flex {
        border-radius: 0;
    }

    .stack-row {
        grid-template-columns: 44px 1fr;
    }

    .stack-icon {
        width: 44px;
        height: 44px;
    }

    .stack-icon svg {
        fill: white;
        width: 24px;
        height: 24px;
    }
}