.margs-1, .margs-2{
        margin-top: 190px;
}
@media only screen and (max-width: 1399px){
    .margs-1, .margs-2{
        margin-top: 60px;
    } 
}
@media only screen and (max-width: 1200px){
    .cont-cards{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 3 columnas */
    gap: 15px; /* espacio entre cards */
    align-items: start; /* evita que se estiren raro */
    }
    .diagramas{
        width: 100%;
    }
    .ec1 {

        background-size: 67%;
    }
    .ABC-38-5-1E1E1E {
        font-size: 34.76px;
    }
    .hb1 h1 {
        font-size: 86px;
    }
    ol.espaciado-simple {
        margin-top: 53px;
    }
    .margs-1, .margs-2{
        margin-top: 18px;
    }
}
@media only screen and (max-width: 999px) {
    .margs-1, .margs-2 {
        margin-top: 13px;
    }
    .hb1 h1 {
        font-size: 62px;
    }
    .hclientes {
        height: auto;
    }
    .cont-form {
        height: auto;
        margin-bottom: 50px;
    }
    .cont-cards {
        grid-template-columns: repeat(1, 0fr);
        justify-content: center;
    }
    .ec1 {
        background-position: right center;
        background-size: 76%;
    }
    .diagramas{
        width: 100%;
    }
    ol.espaciado-simple li {
         padding-left: 0px; /* Ajusta este valor a tu gusto */
    }
}
@media (min-width: 768px) {
    /* El contenedor padre mantendrá el espacio total del recorrido del scroll */
    .scroll-animacion-wrapper {
        position: relative;
        width: 100%;
        min-height: auto;
    }

    /* Contenedor interno que se quedará fijo en pantalla durante la animación */
    .animation-container {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
    }

    .image-sticky-panel {
        height: auto;
        padding:0rem;
    }

    .text-dynamic-panel {
        position: relative;
        height: 80vh;
        display: flex;
        align-items: center;
    }

    /* Estructura para encimar los textos y hacer la transición de opacidad */
    .texto-slide {
        position: absolute;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, transform 0.4s ease;
        transform: translateY(20px);
    }

    /* Estado cuando el texto está activo */
    .texto-slide.active-slide {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* En móviles se comporta como bloques normales hacia abajo */
@media (max-width: 767.98px) {
    .texto-slide {
        margin-bottom: 3rem;
    }
    .image-sticky-panel {
        padding: rem 0;
    }
}
@media only screen and (max-width: 600px) {
    .hb1 h1 {
        font-weight: 500;
        font-style: Medium;
        font-size: 35px;
        leading-trim: NONE;
        line-height: 89%;
        letter-spacing: -1.9%;
        text-align: center;

    }
    .rmmono-14-1E1E1E{
        font-size: 13px;
    }
    .rowcard {
        height: auto;
    }
    .cardDos {
        height: auto;
    }
    .text-abc-32-FFFFFF{
        font-weight: 500;
        font-style: Medium;
        font-size: 28px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -1.1%;

    }
    .ABC-32-1E1E1E {
        font-size: 26px;
    }
    .ABC-32-1E1E1E{
        font-weight: 400;
        font-style: Regular;
        font-size: 32px;
        leading-trim: NONE;
        line-height: 86%;
        letter-spacing: 0%;
    }
    .rmmono-16-1E1E1E{
        font-family: RM Mono;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;

    }
    footer img{
        width: 134px;
        height: 37.34px;
    }
    .rmmono-16-757575{
        font-family: RM Mono;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;
    }
    .cardDos{
        width: 358px;
    }
    .cardDos img{
        width: 100%;
    }
    .ABC-42-1E1E1E{
        font-weight: 500;
        font-style: Medium;
        font-size: 36px;
        leading-trim: NONE;
        line-height: 99%;
        letter-spacing: -1.1%;

    }
    .customcard{
        width: 362px;
        height: 363.5px;

    }
    .rtex {
        width: 370px;
        height: auto;
    }
    .ABC-32-1E1E1E{
        font-size: 26px;
    }
    .btn-primaryCustom{
        width: 225px;
        height: 42px;
        padding: 24px;
    }
    .ABCD-18-ffffff {
        font-size: 16px;
    }
    .ec1{
        background-position: left center;
        height: 1121px;
        background-size: 80%;
    }
    .ABC-48-000000{
        font-size:24px ;
    }
    .btn-primaryCustom {
        width: 225px;
        height: 42px;
        padding: 0px
    }
    .ABC-38-5-1E1E1E{
        font-size: 32px;
    }
    .ABC-26-1E1E1E{
        font-size: 26px;
    }
    .ABC-24-1E1E1E{
        font-size: 24px;
    }
    .contacto{
        height: auto;
    }
    .dropdown-menu {
        display: block;
    }
    .text-abc-32-F3F3F3{
        font-size: 28px;
    }
    .list {
        padding: 0px;
    }
}