:root {
    /* Colores */
    --color-ds-green: #00c78b;
    --color-ds-white: #ffffff;
    --color-ds-grey: #f6f6f6;
    --color-ds-grey300: #aeabab;
    /* Fuentes */
    --font-ds-1: Lato, sans-serif;
    --font-ds-2: Montserrat, sans-serif;
}
html {
    font-size: 17px;
}
body {
    font-size: 1rem;
}
#divPrincipal{
    transform: translate(0px, 65px);
}
#divTitulos{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    padding: 5px;
}
#titulo1{
    margin: 0 30px 30px 30px;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 4px;
    width: 483px;
    height: 93px;
}
#subtitle1 {
    text-shadow: 0 0 4px #0000007a;

    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 4px;
    width: 246px;
    height: 32px;
}
#divMensajes{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    padding: 5px;
}

#divMensajes :nth-child(1) {
    opacity: 0;
    animation: mensaje 1s ease-in-out;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    margin-bottom: 15px;
    text-shadow: 0 0 4px #0000007a;
    font-weight: normal;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    width: 633px;
    padding: 2px;
}
#divMensajes :nth-child(2) {
    opacity: 0;
    animation: mensaje 1s ease-in-out;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    margin-bottom: 15px;
    text-shadow: 0 0 4px #0000007a;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    width: 422px;
    padding: 2px;
}
#divMensajes :nth-child(3) {
    opacity: 0;
    animation: mensaje 1s ease-in-out;
    animation-delay: 1.1s;
    animation-fill-mode: forwards;
    margin-bottom: 15px;
    text-shadow: 0 0 4px #0000007a;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(7x);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    width: 577px;
    padding: 2px;
}
@keyframes mensaje {
    0% {opacity: 0; scale: 0}
    50% {scale: 1.2}
    100% {opacity: 1; scale: 1}
}
#btnProbaDSGratis {
animation: btnVibrar 50ms normal 4  ;
animation-delay: 2.3s;
}

@keyframes btnVibrar {
    0%, 20%, 40%, 60%, 80%, 100% {transform: translate(-2px,-2px)}
    10%, 30%, 50%, 70%, 90% {transform: translate(-3px, 3px)}
}

@media screen and (min-width: 731px) and (max-width: 790px) {
    @keyframes mensaje {
        0% {opacity: 0; scale: 0}
        50% {scale: 1.05}
        100% {opacity: 1; scale: 1}
    }
}
@media screen and (max-width: 730px) {
    #divMensajes {
        display: none;
    }
}
@media screen and (max-width: 575px){
    #titulo1 {
        transform: translate(0px, -17px);
        scale: 0.9;
    }
    #subtitle1 {
        transform: translate(0px, -17px);
        scale: 0.9;
    }
    #btnProbaDSGratis {
        transform: translate(0px, -17px);
        scale: 0.9;
    }
    .clean-block.clean-hero {
        min-height: 600px;
    }
}

/* COMPORTAMIENTO DE MARGEN AUTOMÁTICO ELEMENTOS DEL POPUP DE REGISTRO  */
@media screen and (min-width: 992px) {
    .sbMargenElementosPopUp {
        margin-left: 205px;
    }
}
@media screen and (max-width: 991px) {
    .sbMargenElementosPopUp {
        margin-left: 0;
    }
}


/* --- SITE PB 16/05/23 --- */

/* Generales */

.colorSurbit {
    color: #33CC99;
}
/*label {
    color: #33CC99;
    font-weight: 600;
}*/

/* NAV */
.nav-link-mod {
    font-size: 1.10rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}
.nav-btn-acceso-clientes {
    font-family: Montserrat, sans-serif;
    /*color: #f6f6f6;*/
    /*text-align: center;*/
    /*max-width: 224px;*/
    /*line-height: 1.10rem;*/
    /*height: 47px;*/
}

.footer-copyright {
    background-color:#fff;
    padding-top:3px;
    padding-bottom:3px;
    text-align:center;
}

/*@media screen and (min-width: 992px) {*/
@media screen and (min-width: 1200px) {
    .nav-btn-acceso-clientes {
        /*display: inline-block;*/
        background-color: #00c78b;
        /*border-radius: 35px;*/
        border-radius: 1.87em;
        /*text-align: center;*/
        /*max-width: 224px;*/
        line-height: 1.10rem;
        padding: 0.85em 1em !important;
        /*font-weight: bold;*/
        color: white;
    }
    .nav-btn-acceso-clientes:hover {
        background-color: #009F6F;
        color: white
    }
}
/****  BOOTSTRAP MODIFICACIONES **** ---> */
.navbar-custom {
    border-bottom: 0.4em solid #00c78b;
    background-color: #fbfbfb;
    box-shadow: 0 0 20px #8e8e8e;
}
.navbar-brand {
    margin: 0 0.5em;
    scale: 0.7;
}
/*.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    !*border: 1px solid transparent;*!
    border: none;
    border-radius: .25rem;
}*/
/*.navbar-light .navbar-toggler-icon {
    background-image: url('../img/iconoToggler.png');
    !*background-image: url('../img/list.svg');*!
}*/
.navbar-toggler {
    border: none;
    outline: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    vertical-align: middle;
    /*background-image: var(--bs-navbar-toggler-icon-bg);*/
    background-image: url('../img/iconoToggler.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.offcanvas {
    /*background-color: rgb(70 100 91 / 60%);*/
    opacity: 0.9;
}
.offcanvas.show {
    /*background-color: rgb(70 100 91 / 60%);*/
    opacity: 0.9;
    border: none;
}

@media (min-width: 576px) {
    .navbar {
        padding-top:2em; /* TODO: PROVISORIO ELIMINAR (PRIMERO: AJUSTAR FOTO HERO) */
        padding-bottom: 2em; /* TODO: PROVISORIO ELIMINAR (PRIMERO: AJUSTAR FOTO HERO) */
        border-bottom: 0.82em solid #00c78b;
    }
    .clean-navbar.fixed-top+.page {
        padding-top: 5rem
    }
    .navbar-brand {
        margin-left: 4rem;
        scale: 1;
    }
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300c78b'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300c78b'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* <--- Fin - Bootstrap Modificaciones */

    /* HERO */
.contenedor-hero-fullImg {

    /* Alta */
    /*background-image: url('../img/img-hero-full-3.png');*/
    /*background-image: url('../img/img-hero-full-3.jpg'); (last) */

    /* Media */
    /*background-image: url('../img/img-hero-full-5-media.jpg');*/

    /* Baja */
    /*background-image: url('../img/img-hero-full-5-baja.jpg');*/
    background-image: url('../img/img-hero-full-5-baja-82.jpg');

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%
}
.contenedor-hero-fullImg-responsive {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6;
    max-height: 424px;
    overflow: hidden;
    /*background-image: url('../img/img-sushi-vertical-1.png');*/
    /*max-width: 100%;*/
    /*height: 450px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}
.contenedor-hero-fullImg-title {
    font-family: 'Lato', sans-serif;
    color: #00c78b;
    font-size: 3.92rem;
    text-align: center;
    max-width: 740px; /*830px;*/
    line-height: 3.92rem;
    letter-spacing: 0.07em;
    margin: 4.65em 0 0.46em
}
.contenedor-hero-fullImg-subTitle {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.2rem;
}

.contenedor-hero-fullImg-btn {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 1.22rem;
    background-color: #00c78b;
    border-radius: 35px;
    padding: 0.94em;
    text-align: center;
    line-height: 1.22rem;
    font-weight: 600;
    transition: background-color 0.1s ease;
}
.contenedor-hero-fullImg-btn:hover {
    background-color: #009F6F ;
}
.contenedor-hero-fullImg-btn:active {
    background-color: #009F6F ;
}

.contenedor-hero-fullImg-precio {
    /*font-family: Lato, sans-serif;*/
    font-family: Montserrat, sans-serif;
    /*font-size: 2.45rem;
    line-height: 2.45rem;*/
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 6.4em; /*2.4em;*/
}

/* versión de prueba - luego eliminar --> */
.contenedor-hero-left {
    max-width: 1380px;
}
.contenedor-hero-right {

}
.contenedor-hero-img-left {
    background-image: url('../img/img-sushi-3.png');
    max-width: 100%;
    height: auto;
    background-repeat: no-repeat;
}
.contenedor-hero-img-right {
    background-image: url('../img/hamburguesa-1.png');
    max-width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}
.contenedor-hero-central {
    min-height: 693px;
    background: linear-gradient(to right, #fbfbfb, #ffffff );
    display: flex; flex-direction: column;
    justify-content: center;
    align-items: center
}
/* FIN - Versión de prueba --> */

/* ESCALÁ TU NEGOCIO... */
.escala-tu-negocio {
    font-size: 2.94rem;
    line-height: 2.94rem;
    font-family: 'Lato', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2em;
    background-color: #f6f6f6;
}
.escala-tu-negocio p {
    color: black;
    text-align: center;
    margin: 1.11em 0 0;
}
.escala-tu-negocio .texto-verde {
    color: #00c78b;
    margin: 0 0 1.11em;
}
.iframe-contenedor {
    width: 100%;
    text-align: center;
    margin-bottom: 1.11em;
}
.iframe-contenedor iframe {
    max-width: 560px;
    width: 90%;
    aspect-ratio: 16/9;
    box-shadow: 0 0 10px #808080;
    border-radius: 10px;
}

/*  LA COMIDA PUEDE SER DELICIOSA */
.la-comida-puede-ser {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 4.7em;
    background-color: white;
}

.btn-close-registro {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #000000a3;
    position: absolute;
    top: -1.5rem;
    right: -0.3rem;
    border-radius: 50%;
}

.video-registro--hide {
   display: none;
}

@media screen and (min-width: 1964px) {
    .la-comida-puede-ser {
        background-image: url('../img/fondo-la-comida.jpg');
        max-width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}
.la-comida-puede-ser .titulo {
    font-family: Lato, sans-serif;
    color: #00c78b;
    font-size: 2.45rem;
    text-align: center;
    max-width: 660px;
    line-height: 2.45rem;
}
.la-comida-puede-ser .subtitulo {
    font-size: 1.96rem;
    font-family: Montserrat, sans-serif;
    line-height: 1.96rem;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1377px;
    background-color: #f6f6f6;
    margin-bottom: 30px;
    padding: 0.48em;
}
.la-comida-puede-ser .subtitulo p {
    /*font-size: 33px;*/
    line-height: 1.96rem;
    /*max-width: 1002px;*/
    text-align: center;
    color: #6b6b6b;
    margin-bottom: 0;
    font-weight: 600;
}
.la-comida-puede-ser .items {
    justify-content: space-evenly;
    align-items: center;
}
.la-comida-puede-ser-comentario {
    font-family: Montserrat, sans-serif;
    font-size: 1.47rem;
    font-weight: 600;
    text-align: center;
    color: #00c78b;
    margin-bottom: 0;
    line-height: 1.47rem;
    max-width: 28.64em;
}
.itemIcono {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    max-height: 400px;
    max-width: 400px;
    text-align: center;
    overflow: auto;
    /*margin-right: 45px;*/
}
.itemIcono p {
    max-width: 400px;
}

/* DELYSOFT ES LA SOLUCIÓN PORQUE ES MULTI */
.ds-multi {
    /*background: url('../img/fondoDelyMulti-2.jpg') no-repeat center;*/

    /*background: url('../img/fondoDelyMulti-3.png') no-repeat center; ORIGINAL */

    /*background-image: url('../img/Onda Gris-2.svg');*/
    background-image: url('../img/fondo-dely-multi-5.svg');
    /*background-position: center;*/
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;

    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 0;
    margin-bottom: 5rem;
}
.ds-multi-contenedor-principal {
    max-width: 1377px;
    /*padding-bottom: 6rem;*/
    margin-bottom: 1rem
}

.ds-multi-contenedor-left {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    /*max-width: 648px;*/
    max-width: 38.11em;
    margin-bottom: 3.5rem;
}
.ds-multi-contenedor-left-titulo {
    font-size: 2.94rem;
    /*font-size: 2.4rem;*/
    line-height: 2.94rem;
    font-family: Lato, sans-serif;
    color: #00c78b;
    /*margin-bottom: 25px;*/
    margin-bottom: 20px;
    max-width: 550px;
    /*max-width: 450px;*/
}
.ds-multi-contenedor-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    /*max-width: 594px;*/

    /*max-width: 34.94em;*/
    max-width: 30em;

    /*min-height: 38em;*/
    /*min-height: 34em;*/
    background-color: #00c78b;
    border-radius: 7em 0 7em 7em;
    /*padding: 2.29em 1.7em;*/
    padding: 2.29em 2.5em;
    font-family: Lato, sans-serif;
    /*margin-bottom: 3rem;*/
    margin: 0 1rem 10rem;
}
.ds-multi-contenedor-right .titulo {
    font-size: 1.7rem;
    font-family: Lato, sans-serif;
    max-width:431px;
    /*min-width: 425px;*/
    font-weight: bold;
    text-align: center;

    /*margin: 0.34em 0 1.66em;*/
    margin: 0.34em 0 1.3em;

    line-height: 1.7rem;
}
.ds-multi-contenedor-right .btn-prueba-gratis {
    /*width: 465px;*/
    max-width: 431px;
    width: 100%;
    /*max-width: 360px;*/
    /*height: 65px;*/
    background-color: white;
    /*border-radius: 35px;*/
    border-radius: 1.75em;
    font-size: 1.24rem;
    line-height: 1.24rem;
    /*padding: 1em 3.1em;*/
    padding: 1em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2.13em;
    font-family: Montserrat, sans-serif;
}
.ds-multi-contenedor-right .checks {
    max-width:431px;
    /*max-width: 360px;*/
    display: flex;
    align-items: center;
    color: white;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1.22rem;
    /*font-size: 1rem;*/
    /*height: 72px;*/
    text-align: left;
    /*margin-bottom: 2.16em;*/
    margin-bottom: 1.5em;
}
/*.btn-prueba-gratis:hover {
    background-color: ghostwhite;
}*/


/*@media screen and (max-width: 1300px){
    .ds-multi-contenedor-right {
        min-width: 487px;
    }
    .ds-multi-contenedor-left {
        min-width: 487px;
    }
}*/

/* contenedor derecho*/
.ds-multi-contenedor-prueba-gratis {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    box-sizing: border-box;
    max-width: 594px;
    /*height: 734px;*/
    background-color: #00c78b;
    border-radius: 120px 0 120px 120px;
    padding: 40px;
    font-family: Lato, sans-serif;
}


/* DELYSOFT ES LA SOLUCIÓN PORQUE ES MULTI */
.fondo-multi {
    box-sizing: border-box;
    /*display: flex;
    align-items: start;
    justify-content: space-evenly;
    flex-wrap: wrap;*/
    margin-bottom: 60px;
    /*height: 989px;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    padding: 60px 0;
    /*background-position: center;*/
    /*background-attachment: fixed;*/
}
.contenedor-dely-multi {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin: 20px 20px 122px;
    max-width: 780px;
}
.contenedor-dely-multi-titulo {
    font-size: 2.94rem;
    font-family: Lato, sans-serif;
    color: #00c78b;
    line-height: 2.94rem;
    margin-bottom: 0.9em;
    max-width: 772px;
}
.contenedor-dely-multi-item {
    display: flex;
    align-items: start;
    justify-content: start;
    font-size: 1.47rem;
    font-family: Montserrat, sans-serif;
    margin-bottom: 1em;
}
.contenedor-dely-multi-item-titulo {
    font-size: 1.47rem;
    font-weight: bold;
    margin: 0;
}
.contenedor-dely-multi-item-texto {
    font-size: 1.23rem;
    /*font-size: 1rem;*/
    font-weight: 600;
    /*max-width: 445px;*/
    margin: 0;
}

.contenedor-prueba-gratis {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    box-sizing: border-box;
    max-width: 594px;
    height: 734px;
    background-color: #00c78b;
    border-radius: 120px 0 120px 120px;
    padding: 40px;
    font-family: Lato, sans-serif;
    margin: 20px 20px 122px;
}
.contenedor-prueba-gratis-btn {
    /*width: 465px;*/
    width: 90%;
    /*height: 65px;*/
    background-color: white;
    border-radius: 35px;
    padding: 14px;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    font-family: Montserrat, sans-serif;
}
.contenedor-prueba-gratis-titulo {
    font-size: 29px;
    max-width:428px;
    /*min-width: 425px;*/
    height: 93px;
    font-weight: bold;
    text-align: center;
    margin: 10px 10px 50px;
    line-height: 29px;
}
.contenedor-prueba-gratis-checks {
    display: flex;
    align-items: center;
    color: white;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 25px;
    /*width: 500px;*/
    height: 72px;
    text-align: left;
    line-height: 45px;
    margin-bottom: 60px;
}
/* SECCIÓN MÓDULOS */
.seccion-modulos {
    /*transform: translate(0, -7rem);*/
}
.seccion-modulos-fila-principal {
    background: url('../img/fondo-modulos-3.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
    /*padding-top: 5.52em;*/
    padding-bottom: 5.52em;
}
.modulo {
    background-color: #f6f6f6;
    border-radius: 7em 4em 4em 4em;
    /*max-width: 555px;*/
    max-width: 32.65em;
    min-height: 26.41em;
    margin: 0.97em;
    padding: 1rem;
    /*min-width: 475px;*/
}
.modulo-titulo {
    font-family: Montserrat, sans-serif;
    font-size: 1.47rem;
    font-weight: bold;
    color: #282728;
    line-height: 1.7rem;
    margin-top: 1em;
    margin-bottom: 1em;
}
.modulo-contenedor-precio {
    background-color: #00c78b;
    font-family: Lato, sans-serif;
    font-size: 2.2rem;
    max-width: 417px;
    color: white;
    padding: 0.1em 1em;
}
.modulo-texto {
    font-family: Montserrat, sans-serif;
    font-size: 0.98rem;
    font-weight: bold;
    color: #282728;
    line-height: 0.98rem;
}
/* TU NEGOCIO MÁS CONECTADO */

.seccion-tu-negocio {
    /*transform: translate(0, -7rem);*/
}
.contenedor-tu-negocio {
    background-color: #f6f6f6;
    padding: 3.5em 2.2em 2.2em;
}
.contenedor-tu-negocio-titulo {
    font-family: Lato, sans-serif;
    font-size: 78px;
    color: #00c78b;
    line-height: 78px;
    padding: 5px;
    /*margin-bottom: 25px;*/
}
.contenedor-tu-negocio-item-left {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    /*margin: 10px;*/
    /*max-width: 780px;*/
}
.contenedor-tu-negocio-item-right-row {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.cont1 {
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: right;
}
@media screen and (max-width: 1199px) {
    .cont1 {
        justify-content: center;
        text-align: center;
    }
}
.contenedor-tu-negocio-text {
    font-family: Lato, sans-serif;
    font-size: 1.94rem;
    color: #282728;
    line-height: 2.4rem;
}
.contenedor-tu-negocio-btn {
    font-family: Montserrat, sans-serif;
    font-size: 1.22rem;
    background-color: #00c78b;
    border-radius: 40px;
    padding: 0.7em;
    font-weight: 600;
    max-width: 268px;
    transition: background-color 0.1s ease;
}
.contenedor-tu-negocio-btn:hover {
    background-color: #009F6F;
}
.contenedor-tu-negocio-btn:active {
    background-color: #009F6F;
}
/* DELYSOFT ES SIMPLE, INTUITIVO Y PRÁCTICO */

.seccion-delysoft-es-simple {
    /*transform: translate(0, -7rem);*/
}
.contenedor-pre-footer-titulo {
    font-family: Lato, sans-serif;
    font-size: 2.4rem;
    padding: 1.28em 0.5em;
    color: #282728;
    /*line-height: 78px;*/
    /*margin-bottom: 25px;*/
}

/* FOOTER */
.seccion-footer {
    /*transform: translate(0, -7rem);*/
}


/* PÁGINA NOSOTROS */
.seccion-grandes-ideas {
    background-image: url('../../assets/img/fondo-grandes-ideas.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 5.29em;
}
.seccion-grandes-ideas-titulo {
    font-family: 'Lato', sans-serif;
    color: #00c78b;
    font-size: 3.92rem;
    text-align: center;
    max-width: 909px;
    line-height: 3.92rem;
    letter-spacing: 0.07em;
    margin: 3.6em 0 0.6em
}
.seccion-grandes-ideas-subtitulo {
    text-align: center;
    max-width: 1154px;
    font-family: Montserrat, sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.4rem;
    margin-bottom: 2.86em;
}
/* SECCIÓN INNOVAMOS... */
.seccion-innovamos {
    background-image: url("../../assets/img/fondo-cont-verdes.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.contenedores-verdes {
    max-width: 1377px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contenedor-verde {
    /*max-width: 444px;*/
    /*min-height: 385px;*/
    max-width: 26.11rem;
    min-height: 22.64rem;
    background-color: #00c78b;
    /*border-radius: 120px 0 120px 120px;*/
    border-radius: 7.05em 0 7.05em 7.05em;
}
.contenedor-verde-construimos {
    border-radius: 7.05em 7.05em 7.05em 0;
    margin: 1em 1.29em;
}
.seccion-innovamos-texto-negro {
    font-family: 'Lato', sans-serif;
    color: #282728;
    font-size: 2.45rem;
    text-align: center;
    line-height: 3rem;
    margin-bottom: 1em;
}
.seccion-innovamos-texto-verde {
    font-family: 'Lato', sans-serif;
    color: #00c78b;
    font-size: 2.45rem;
    text-align: center;
    line-height: 2.45rem;
}
/* SECCIÓN PRE-FOOTER */
.contenedor-pre-footer-nosotros-titulo {
    font-family: Lato, sans-serif;
    font-size: 2.2rem;
    line-height: 2.4rem;
    padding-top: 1.06em;
    padding-bottom: 1.06em;
    color: #282728;
}
.contenedor-pre-footer-btn {
    font-family: Montserrat, sans-serif;
    font-size: 1.22rem;
    background-color: #00c78b;
    border-radius: 40px;
    font-weight: 600;
    max-width: 314px;
    padding: 0.79em;
    margin-bottom: 1.63em;
    transition: background-color 0.1s ease;
}

.contenedor-pre-footer-btn:hover {
    background-color: #009F6F;
}
.contenedor-pre-footer-btn:active {
    background-color: #009F6F;
}
.carrusel-testimonios {
    display: none;
}

/*@media screen and (max-width: 1080px) {*/
@media screen and (max-width: 1199px) {
    .contenedores-verdes {
        display: flex;
        flex-direction: column;
    }
    .contenedor-verde {
        /*max-width: 545px;*/
        /*margin: 0.5em;*/
        max-width: 32rem;
        margin: 0.5em;
    }
    .contenedor-verde-construimos {
        margin: 0.5em;
    }
    .fila-principal-testimonios {
        display: none;
    }
    .carrusel-testimonios {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 575px) {
    .contenedor-verde {
        max-width: 390px;
        min-height: 300px;
    }
}

@media screen and (max-width: 480px) {
    .carrusel-testimonios-btnExt-prev,
    .carrusel-testimonios-btnExt-next {
        display: none;
    }
}
@media screen and (min-width: 481px) {
    #carouselNarrow .carousel-control-prev,
    #carouselNarrow .carousel-control-next {
        display: none;
    }
}
.contenedor-verde-titulo {
    font-family: Lato, sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    color: white;
    /*line-height: 78px;*/
    /*margin-bottom: 25px;*/
}
.contenedor-verde-texto {
    color: white;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1.22rem;
    max-width: 85.4% ;
    margin-bottom: 1em;
}
/* TESTIMONIOS */
.fila-principal-testimonios {
    justify-content: center;
    align-items: center;
}
.columna-testimonios {
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonio {
    font-family: Montserrat, sans-serif;
    font-size: 1.16rem; /* 1.35rem*/
    line-height: 1.8rem;
    font-weight: 600;
    /* max-width: 448px; min-height: 362px; */
    /*max-width: 26.35rem;
    min-height: 21rem;*/
    border-radius: 5em 2.5em 2.5em 2.5em;
    background-color: #f6f6f6;
    border: none;
    margin: 0.43em;
    padding: 1.8em 0.99em 0;
    overflow-y: auto;
}
#carouselWide .testimonio {
    height: 24em ;
    max-width: 32%;
}
#carouselNarrow .testimonio {
    height: 30rem ;
}

/* CARRUSEL LOGOS */
.carrusel-logos {
    width: 80%;
    max-width: 73rem; /*1250px;*/
    /*background-color: #f6f6f6;*/
    /*height: 12em;*/
    margin-bottom: 4em;
}
.carrusel-logos img {
    opacity: 80%;
}

/* SOMOS REGIONALES */
.contenedor-somos-regionales {
    /*background-image: url('../img/fondo-somos-regionales.png');*/
    background-image: url('../img/fondo-somos-regionales.svg');
    max-width: 100%;
    /*max-height: 915px;*/
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 5.88rem;
}
.contenedor-somos-regionales-left {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.titulo-somos-regionales {
    font-family: Lato, sans-serif;
    font-size: 2.94rem;
    color: #00c78b;
    text-decoration: underline;
    margin-bottom: 0.8em;
    margin-top: 3.74em;
}
.texto-somos-regionales {
    font-family: Lato, sans-serif;
    font-size: 1.96rem;
    line-height: 2.2rem;
    color: #282728;
    /*padding: 0 1em;*/
    max-width: 535px;
}
@media screen and (max-width: 1080px) {
    .texto-somos-regionales {
        max-width: 380px;
    }
}
.img-somos-regionales {
    margin-top: 2.94em;
    margin-bottom: 11rem; /* 11rem */
}
/* SECCIÓN PRECIOS */
.fondo-principal-precios {
    min-height: 450px;
    background-image: url('../img/fondo-precios-full.png');
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 990px) {
    .fondo-principal-precios {
        background-image: none;
    }
}
.seccion-principal-precios-titulo {
    font-family: 'Lato', sans-serif;
    color: #00c78b;
    font-size: 3.92rem;
    text-align: center;
    max-width: 909px;
    line-height: 3.92rem;
    letter-spacing: 0.07em;
    margin: 4.05em auto 1.65em;
}
.seccion-precios-modulo {
    background-color: #f6f6f6;
    /*border-radius: 4.7em;*/
    border-radius: 7em 4em 4em 4em;
    /*max-width: 555px;*/
    margin: 0.97em 2.35em 3.52em;
    max-width: 38.11em;
    min-height: 28.29em;
    /*min-width: 475px;*/
}
.seccion-precios-titulo-modulo {
    font-family: Lato, sans-serif;
    font-size: 2.45rem;
    color: black;
    line-height: 2.45rem;
    margin-bottom: 1em;
}
.seccion-precios-modulo-titulo {
    font-family: Montserrat, sans-serif;
    font-size: 1.47rem;
    font-weight: bold;
    color: #282728;
    line-height: 1.7rem;
    margin-top: 0.4em;
}
.seccion-precios-modulo-contenedor-precio {
    background-color: #00c78b;
    font-family: Lato, sans-serif;
    font-size: 2.45rem;
    max-width: 417px;
    color: white;
    padding: 0.1em;
}
.seccion-precios-modulo-texto {
    font-family: Montserrat, sans-serif;
    font-size: 0.98rem;
    font-weight: bold;
    color: #282728;
    line-height: 0.98rem;
}


.precios-titulos-modulos {
    font-family: Lato, sans-serif;
    font-size: 2.94rem;
    color: black;
    max-width: 684px;
    /*min-width: 475px;*/
    line-height: 2.94rem;
    margin-bottom: 2.35rem;;
}
.precios-titulos-modulos2 {
    font-family: Lato, sans-serif;
    font-size: 2.94rem;
    color: black;
    /*max-width: 684px;
    min-width: 475px;*/
    line-height: 2.94rem;
    /*margin-bottom: 2.35rem;*/
}

/* Sección Registrarse */
.registro-usuario {

}
.formRegistro {
    /*border: 1px solid black;
    border-radius: 1rem;*/
}
.registro-usuario-titulo {
    font-size: 3.6rem;
    line-height: 3.6rem;
    font-family: 'Lato', sans-serif;
    color: #00c78b;
}
.registro-usuario-bienvenida {
    font-size: 2.2rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.registro-usuario-subtitulo {
    font-size: 2rem;
    line-height:2rem;
    font-family: 'Montserrat', sans-serif;
    color: #282728;
    /*max-width: 23.52rem;*/
    /*margin: 0.8em auto;*/
    margin: 1rem auto;
}
#formRegistro input {
    max-width: 23.52rem;
    margin: auto;
    border: 1px solid #00c78b;
}
.registro-usuario input::placeholder {
    /*color: #00c78b; */
    color: #495057;
    opacity: 0.5;
}

.btn-verde {
    font-size: 1.22rem;
    font-family: Montserrat, sans-serif;
    background-color: #00c78b;
    border-radius: 2.05rem;
    padding: 0.94em;
    text-align: center;
    line-height: 1.22rem;
    font-weight: 600;
    color: white;
    transition: background-color 0.1s ease;
}
.btn-verde:hover {
    background-color: #009F6F;
}
.btn-verde:active {
    background-color: #009F67;
}
.registro-usuario .btn-verde {
    border: none;
    min-width: 12em;
}
/*.g-recaptcha {
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.registrarse-btn {
    display: inline-block;
    font-size: 1.22rem; /* 1.22rem */
    padding: 0.94em; /* 0.94em; */
    line-height: 1.22rem;
}
#divAlertErrorRegistro {
    display: none;
    text-align: center;
    color: darkred;
    font-size: 1rem;
    font-weight: bold;
}
/*#modalAvisoRegistroOK {
    display: none;
}*/

/* PÁGINA REGISTRO */
.body__registro {
    background-image: url('../../assets/img/fondo-grandes-ideas.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position-y: 100px;
    /*margin-bottom: 5.29em;*/
}

/* PÁGINA REGISTRO */

/* Header */
.registro {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.registro__title {
    font-family: 'Lato', sans-serif;
    color: #00c78b;
    /*font-size: 3.4rem;*/
    font-size: 3.92rem;
    max-width: 34ch;
    /*line-height: 3.92rem;*/
    letter-spacing: 0.07em;
    margin: 3.6em auto 1em;
}
.registro__subtitle {
    font-family: Lato, sans-serif;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin: 0 auto 1em;
    text-align: center;
}
.registro-subtitle-3 {

}

.registro__img {
    /*display: none;*/
    width: 100%;
    margin: 0 auto 2em;
}

/* Tipos de comercios */
.tipos__comercios {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1140px;
    gap: 2rem;
    margin: 0 auto 3rem;
}
.tipos-comercios-img {
    text-align: center;
}
.tipos__comercios__img {
    max-width: 100%;
    margin-bottom: 1rem;
}
/* Sección iconos */
.seccion-iconos {
    width: 68%;
    margin: 0 auto;
    /*background-color: rgba(70, 130, 180, 0.52);*/
}
.tipos-comercios-item {
    text-align: center;
    width: 25%;
    /*background-color: rgba(70, 130, 180, 0.52);*/
}
.tipos-comercios-iconos {
    display: none;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    gap: 1em;
    /*margin: 0 auto;*/
    margin-bottom: 2rem;
}
.tipos-comercios-item__img {
    max-width: 100%;
    height: auto;
    padding: 0.3em;
}
.tipos-comercios-item__title {
    font-family: Montserrat, sans-serif;
    font-size: clamp(0.5rem, 3vw, 2rem);
    font-weight: bold;
    color: #00c78b;
}

.registro-subtitile-2 {
    font-family: var(--font-ds-1);
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 1rem;
}

.video-registro {
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 500px;
}


/* ----------------------- */

/* SECCIÓN PARTNERS */
.fondo-principal-partners {
    background-image: url('../img/fondo-precios-full.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -14rem;
}

.seccion-partners-principal {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    width: 80%;
    max-width: 1390px;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 4rem;
}

/* Header */
.header-partners {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.header-partners__title {
    font-family: 'Lato', sans-serif;
    color: #00c78b;
    /*font-size: 3.4rem;*/
    font-size: 3.92rem;
    max-width: 35ch;
    line-height: 3.92rem;
    letter-spacing: 0.07em;
    margin: 3.6em auto 0.5em;
}
.header-partners__subtitle {
    font-family: Lato, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    /*line-height: 2.2rem;*/
    margin: 0 auto;
}
.header-partners__subtitle-1 {
    display: block;
    text-align: center;
    margin-bottom: 6rem;
}
.header-partners__subtitle-2 {
    display: none;
}

.header-partners__img {
    width: 100%;
    margin: 0 auto 2em;
}

.seccion-checks {
    width: 100%;
}

.seccion-partners {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    gap: 1rem;
}

.contenedor-checks {
    background-color: var(--color-ds-green);
    color: var(--color-ds-white);
    font-family: var(--font-ds-2);
    font-size: 1.22rem;
    font-weight: 600;
    padding: 3em;
    border-radius: 7em 0 7em 7em;
    margin: 2rem auto;
    width: 100%;
    max-width: 700px;
    text-align: left;
}
.contenedor-checks__checks {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
}
.contenedor-cheks__title {
    font-size: 1.4rem;
    font-family: var(--font-ds-1);
    font-weight: 600;
    text-align: center;
    margin: 0 auto 1.5em;
}
.form-ds-site {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6em 2em 4em;
    background-color: var(--color-ds-grey);
    border-radius: 4.83rem;
    /*margin-bottom: 3rem;*/
    width: 100%;
    max-width: 663px;
    margin: 0 auto 3rem;
}
.form-ds-site__title {
    font-family: var(--font-ds-1);
    font-weight: 800;
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 4rem;
}
.form-ds-site__input {
    font-family: var(--font-ds-2);
    border-radius: 2rem;
    margin-bottom: 3.23rem;
    padding: 1rem;
    border: none;
    width: 90%;
    max-width: 502px;
    font-weight: 600;
}
.form-ds-site__btn {
    color: var(--color-ds-white);
    background-color: var(--color-ds-green);
    font-size: 1.22rem;
    font-family: var(--font-ds-2);
    font-weight: 600;
    text-decoration: none;
    /*padding: 1em 2em;*/
    padding: 0.79em 3em;
    border-radius: 2em;
    border: none;
    /*width: 70%;*/
    text-align: center;
    margin-bottom: 4rem;
}
.form-ds-site__btn:hover {
    transition: background-color 0.1s ease;
    background-color: #009F6F;
}
.form-ds-site__btn:active {
    transition: scale 0.1s ease;
    scale: 1.03;
}
.form-ds-site__text {
    font-size: 0.98rem ;
    font-family: var(--font-ds-2);
    font-weight: bold;
    text-align: center;
}

.form-ds-site__input:focus {
    /*background-color: var(--bs-body-bg);*/
    border-color:var(--color-ds-grey300);
    outline: none;
    /*box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);*/
    box-shadow: 0 0 0 0.25rem var(--color-ds-grey300);;
    transition: box-shadow 0.4s;
}
.form-ds-site__input::placeholder {
    font-weight: 600;
    color: var(--color-ds-grey300);
    padding-left: 1rem;
}
.form-ds-site__errorMsg {
    font-size: 1rem;
    min-height: 1.5em;
    margin-bottom: 1.5rem;
    color: darkred;
    font-weight: bold;
    text-align: center;
}
.contenedor-input {
    width: 90%;
    position: relative;
    margin: 0 auto 4rem;
    max-width: 500px;
}
.contenedor-input-txtAyuda {
    margin-bottom: 0.5rem;
}
.contenedor-input__input {
    position: relative;
    font-family: var(--font-ds-2);
    border-radius: 2rem;
    padding: 1rem 2rem;
    border: none;
    width: 100%;
    font-weight: 600;
    color: #333333;
    transition: box-shadow 0.4s;
}
.contenedor-input__label {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*left: 10%;*/
    left: 3.5rem;
    font-weight: 600;
    color: var(--color-ds-grey300);
    background-color: transparent;
    /*transition: all 0.4s;*/
    transition: top 0.4s, left 0.4s, color 0.4s, font-size 0.4s;
    pointer-events: none;
}
.contenedor-input__span {
    position: absolute;
    top: 13%;
    left: -8%;
}
.contenedor-input__span-tel {
    left: -17%;
}
.contenedor-input__textoAyuda {
    margin-bottom: 3rem;
    width: 70%;
}
.contenedor-input__input:focus {
    border-color:var(--color-ds-grey300);
    outline: 0;
    box-shadow: 0 0 1.17rem 0.25rem #aeabab75;
}
.contenedor-input__label-active {
    top:-35%;
    left: 6%;
    color: var(--color-ds-green);
    font-size: 1.05rem;
}

.tel-form-registro::placeholder {
    opacity: 0;
}

.tel-form-registro:focus::placeholder {
    opacity: 1;
    color: var(--color-ds-grey300);
    transition: opacity 0.3s ease-in-out;
}

.itl-wrapper {
    width: 100%;
}

.iti__flag {

}
    /* ----------------------- */
.btn-wsp {
    opacity: 1;
    position: fixed;
    padding: 1rem;
    background-color: #25d366;
    bottom: 8rem;
    right: 0.5rem;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 5px #ffffff;
    transition: opacity 2s ease;
}

.btn-video-registro {
    display: none;
    opacity: 1;
    position: fixed;
    padding: 1rem;
    background-color: #ffffff;
    border-radius: 50%;
    bottom: 8rem;
    left: 1rem;
    z-index: 1;
    box-shadow: 0 0 8px #02020285;
    transition: opacity 2s ease;
    cursor: pointer;
}

/* Toast msg */
.toast__custom {
    background-color: rgba(255, 255, 255, 0.9);
    font-family: Montserrat, sans-serif;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.contenedor-registro-principal {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto 1rem;
    gap: 4rem;
}


/* FOOTER */


/* PROVISORIO --> */
.modulo3 {
    margin-top: 0;
}
@media screen and (max-width: 2012px) {
    .modulo3 {
        margin-top: 2em;
    }
}
/* <-- */

/* MEDIA QUERIES */

@media screen and (max-width: 1919px) {
    html {
        font-size: 15px;
    }
    .contenedor-hero-fullImg-title {
        max-width: 640px;
    }
    /*.seccion-grandes-ideas-titulo {
        max-width: 809px;
    }*/
}

@media screen and (max-width: 1200px) {
    .titulo-somos-regionales {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin-top: 3.18em;
    }
    .texto-somos-regionales {
        font-size: 1.5em;
    }
    .seccion-modulos-fila-principal {
        background: url('../img/fondo-modulos-2-resp.png') no-repeat center;
        background-size: cover;
        background-position-y: 5px;
        overflow: hidden;
        padding-top: 0;
    }
}
@media screen and (max-width: 924px) {
    .titulo-somos-regionales {
        font-size: 2rem;
        margin-top: 5em;
    }
    .texto-somos-regionales {
        font-size: 1.2em;
        line-height: 1.5rem ;
    }
}
@media screen and (max-width: 700px) {
    .titulo-somos-regionales {
        font-size: 1.7rem;
        margin-top: 4em;
    }
}
@media screen and (max-width: 516px) {
    .titulo-somos-regionales {
        font-size: 1.5rem;
        margin-top: 4em;
    }
    .texto-somos-regionales {
        font-size: 1em;
        line-height: 1.3rem ;
    }
    .header-partners__subtitle {
        font-size: 1.67rem;
    }
}
@media screen and (max-width: 395px) {
    .contenedor-somos-regionales-left {
        width: 70%;
    }
    .img-somos-regionales {
        width: 60%;
        margin-bottom: 11rem;
        margin-top: 2.4em;
    }
    .titulo-somos-regionales {
        font-size: 2rem;
        margin-top: 1.5em;
    }
    .texto-somos-regionales {
        font-size: 1.2em;
        line-height: 1.5rem ;
    }
}

@media screen and (min-width: 1368px) and (max-width: 1690px) { /*(max-width: 1400px)*/
    html {
        font-size: 13px;
    }
    .contenedor-hero-fullImg-title {
        max-width: 540px ;
    }
    .seccion-grandes-ideas-titulo {
        max-width: 700px;
    }
}
@media screen and (max-width: 1400px) {
    .fondo-principal-partners {
        background-image: none;
    }
}
@media screen and (max-width: 1367px) {
    .contenedor-hero-fullImg {
        background-image: none;
        background-color: #fbfbfb;
        justify-content: center;
    }
    .contenedor-hero-fullImg-responsive {
        display: flex;
        max-width: 100%;
        max-height: 424px;
    }
    .contenedor-hero-fullImg-precio {
        margin-bottom: 2em; /* 1em */
    }
    .navbar {
        padding-top:1.5em;
        padding-bottom: 1.5em;
        border-bottom: 0.82em solid #00c78b;
    }
    .seccion-grandes-ideas {
        background-image: none;
    }
}
@media screen and (min-width: 1038px) and (max-width: 1380px) {
    .seccion-modulos-fila-principal {
        background: none;
    }
}
@media screen and (max-width: 910px) {
    .seccion-modulos-fila-principal {
        background: none;
    }
}
@media screen and (max-width: 767px) {
    .contenedor-pre-footer-titulo {
        max-width: 400px ;
    }
}

/* ---------- */
@media screen and (min-width: 1052px) and (max-width: 1367px) {
    .ds-multi-contenedor-right {
       margin: 0 1rem 7rem;
    }
}


/*
@media screen and (min-width: 1052px) {
    .ds-multi {
        background-position-y: -6rem;
    }
}

@media screen and (min-width: 1320px) {
    .ds-multi {
        background-position-y: -8rem;
    }
}

@media screen and (min-width: 1368px) {
    .ds-multi {
        background-position-y: -17rem;
    }
}
@media screen and (min-width: 1400px) {
    .ds-multi {
        background-position-y: -19rem;
    }
}
@media screen and (min-width: 1450px) {
    .ds-multi {
        background-position-y: -22rem;
    }
}
@media screen and (min-width: 1500px) {
    .ds-multi {
        background-position-y: -23rem;
    }
}

@media screen and (min-width: 1520px) {
    .ds-multi {
        background-position-y: -25rem;
    }
}

@media screen and (min-width: 1580px) {
    .ds-multi {
        background-position-y: -27rem;
    }
}
@media screen and (min-width: 1640px) {
    .ds-multi {
        background-position-y: -29rem;
    }
}
@media screen and (min-width: 1691px) {
    .ds-multi {
        background-position-y: -21rem;
    }
}
@media screen and (min-width: 1700px) {
    .ds-multi {
        background-position-y: -22rem;
    }
}
@media screen and (min-width: 1760px) {
    .ds-multi {
        background-position-y: -25rem;
    }
}
@media screen and (min-width: 1830px) {
    .ds-multi {
        background-position-y: -27rem;
    }
}
@media screen and (min-width: 1920px) {
    .ds-multi {
        background-position-y: -22rem;
    }
}
@media screen and (min-width: 2000px) {
    .ds-multi {
        background-position-y: -25rem;
    }
}
@media screen and (min-width: 2036px) {
    .ds-multi {
        background-position-y: -26rem;
    }
}
@media screen and (min-width: 2100px) {
    .ds-multi {
        background-position-y: -29rem;
    }
}
@media screen and (min-width: 2180px) {
    .ds-multi {
        background-position-y: -31rem;
    }
}
@media screen and (min-width: 2280px) {
    .ds-multi {
        background-position-y: -34rem;
    }
}
@media screen and (min-width: 2324px) {
    .ds-multi {
        background-position-y: -37rem;
    }
}
@media screen and (min-width: 2400px) {
    .ds-multi {
        background-position-y: -39rem;
    }
}
@media screen and (min-width: 2490px) {
    .ds-multi {
        background-position-y: -42rem;
    }
}
@media screen and (min-width: 2564px) {
    .ds-multi {
        background-position-y: -45rem;
    }
}
*/

@media screen and (max-width: 1051px) {
    .ds-multi {
        /*background-image: url('../img/fondoDelyMulti-4.png');*/
        background-image: url('../img/fondo-dely-multi-4.svg');
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 3rem;
        padding-bottom: 3rem;
    }
    .ds-multi-contenedor-right {
        margin: 1rem;
    }
    .ds-multi-contenedor-principal {
        /*padding-bottom: 4rem;*/
    }
    .seccion-modulos,
    .seccion-tu-negocio,
    .seccion-delysoft-es-simple,
    .seccion-footer {
        /*transform: translate(0, 0);*/
    }
    /*.registro,.seccion-iconos {
        width: 80%
    }*/
    /*.registro, .header-partners, .seccion-iconos {
        width: 80%
    }*/
}

@media screen and (max-width: 1024px) {

    .seccion-grandes-ideas-titulo,
    .seccion-grandes-ideas-subtitulo {
        text-align: left;
        letter-spacing: normal;
        max-width: 90%;
    }
    .seccion-grandes-ideas-subtitulo {
        line-height: normal;
    }
    .header-partners {
        width: 90%;
    }
    .seccion-partners-principal {
        width: 90%;
        flex-direction: column;
        gap: 2rem;
    }
    .header-partners__title {
        text-align: left;
        letter-spacing: normal;
    }
    .form-ds-site {
        max-width: 700px;
    }
    .header-partners__subtitle-1 {
        display: none;
    }
    .header-partners__subtitle-2 {
        display: block;
    }
    .registro, .registro-subtitile-2 {
        text-align: left;
    }
    .tipos__comercios {
        display: none;
    }
    .tipos-comercios-iconos {
        display: flex;
    }
    .contenedor-registro-principal {
        flex-direction: column-reverse;
        gap: 2rem;
        align-items: center;
    }
    .contenedor-registro-left-principal {
        max-width: 100%;
    }
    .contenedor-registro-right {
        max-width: 100%;
    }
    .registro__subtitle {
        display: none;
    }
    .registro__subtitile-sm {
        display: block;
    }
    .registro__title {
        margin: 3.6em auto 0.8em;
    }
    .video-registro {
        position: relative;
        margin: 0 auto 4rem;
        max-width: 100%;
    }
    .registro__img {
        display: none;
    }
    .btn-close-registro {
        display: none;
    }
}


@media screen and (max-width: 576px) {
    html {
        font-size: 12px;
    }
    /* Sección Precios */
    .seccion-principal-precios-titulo {
        font-size: 3.4rem;
        line-height: 3.2rem;
        letter-spacing: 0.02em;
        margin: 4.05em auto 1.65em;
    }
    /* Sección Nosotros */
    .seccion-grandes-ideas-titulo {
        font-family: 'Lato', sans-serif;
        font-size: 3.4rem; /*3.92rem;*/
        line-height: 3.2rem;
        letter-spacing: 0.02em;
        margin: 3.6em 0 0.6em
    }
    .seccion-grandes-ideas-subtitulo {
        /*font-size: 2rem;
        line-height: 2rem;*/
        font-size: 1.5rem;
        margin-bottom: 2em;
    }
    .contenedor-hero-fullImg-title {
        margin: 3.5em 0 0.5em;
        font-size: 3.4rem; /* 3.92 */
        line-height: 3.2rem;
        letter-spacing: 0.02em;
    }
    .contenedor-hero-fullImg-subTitle {
        /*max-width: 390px;*/
        font-size: 2rem; /* 2.2 */
        line-height: 2rem;
    }
    .contenedor-hero-fullImg-btn {
        display: inline-block;
        font-size: 1.22rem; /* 1.22rem */
        padding: 0.94em; /* 0.94em; */
        line-height: 1.22rem;
    }
    .contenedor-hero-fullImg-precio {
        /*font-size: 2.3rem;
        line-height: 2.3rem;
        margin-bottom: 2.4em;*/
    }
    /*.g-recaptcha {
        transform: scale(0.8);
    }*/
    /*#formRegistro input {
        max-width: 260px;
        margin: auto;
    }*/
    /*.registro, .seccion-iconos {
        width: 90%
    }*/
    .registro__title, .header-partners__title {
        font-size: 3.4rem;
        line-height: 3.2rem;
        letter-spacing: normal;
    }
    .contenedor-checks {
        font-size: 1rem;
        padding: 4em 2em;
    }
}

@media screen and (max-width: 450px) {
    .seccion-innovamos-texto-negro,
    .seccion-innovamos-texto-verde {
        text-align: left;
    }
}

@media screen and (max-width: 350px) {
    .contenedor-pre-footer-titulo {
        max-width: 200px;
    }
    .registro__title, .header-partners__title {
        font-size: 2.92rem ;
        letter-spacing: normal;
    }
}
#contenedorHeroSubTitle2 {
    display: none;
}
@media screen and (max-width: 298px){
    #contenedorHeroSubTitle1 {
        display: none;
    }
    #contenedorHeroSubTitle2 {
        display: block;
    }
    /*.g-recaptcha {
        transform: scale(0.6);
    }*/
}

/* Logo animado */
.contenedor-logo-animado {
    background-color: white;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: ocultarLogoDs 4s ease forwards;
    display: block;
}

/* Test PB-281023*/
@keyframes ocultarLogoDs {
    85% {
        transform: translateY(0);
    }
    90% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(-1000px);
        display: none;
    }
}

#logoDs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1020px;
}
#logoDs path {
    stroke: transparent;
    stroke-width: 3px;
    fill: transparent;
}
#logoDs path:nth-child(1) {
    stroke-dasharray: 664px;
    stroke-dashoffset: 664px;
    animation: lineEffect 2.5s ease forwards;
    animation-delay: 0.3s;
}
#logoDs path:nth-child(2) {
    stroke-dasharray: 727px;
    stroke-dashoffset: 727px;
    animation: lineEffect 2.5s ease forwards;
    animation-delay: 0.3s;
}
#logoDs path:nth-child(3) {
    stroke-dasharray: 490px;
    stroke-dashoffset: 490px;
    animation: lineEffect 2.5s ease forwards;
    animation-delay: 0.3s;
}
#logoDs path:nth-child(4) {
    stroke-dasharray: 875px;
    stroke-dashoffset: 875px;
    animation: lineEffect 2.5s ease forwards;
    animation-delay: 0.3s;
}
#logoDs path:nth-child(5) {
    stroke-dasharray: 886px;
    stroke-dashoffset: 886px;
    animation: lineEffect 2.5s ease forwards;
    animation-delay: 0.3s;
}
#logoDs path:nth-child(6) {
    stroke-dasharray: 513px;
    stroke-dashoffset: 513px;
    animation: lineEffect 2.5s ease forwards;
    animation-delay: 0.3s;
}
#logoDs path:nth-child(7) {
    stroke-dasharray: 575px;
    stroke-dashoffset: 575px;
    animation: lineEffect 2.5s ease forwards;
    animation-delay: 0.3s;
}
#logoDs path:nth-child(8) {
    stroke-dasharray: 562px;
    stroke-dashoffset: 562px;
    animation: lineEffect 2.5s ease forwards;
    animation-delay: 0.3s;
}

@keyframes lineEffect {
    0% {
        fill: transparent;
    }
    90% {
        fill: transparent;
        stroke-dashoffset: 0;
        opacity: 1;
        stroke: #00C78B;
    }
    100% {
        fill: #00C78B;
    }
}

.navbar {
    /*transform: translateY(0);*/
    transition: transform 0.4s;
}
.navbar-hide {
    transform: translateY(-100%);
}
.contenedor-registro-left-principal {
    display: flex;
    flex-direction: column;
    max-width: 644px;
}
.contenedor-registro-right {
    max-width: 644px;
}
.registro__subtitile-sm {
    display: none;
}

/*************************************************
*** ANIMACIONES SCROLL (Intersection observer) ***
**************************************************/

/* Estados iniciales */
.texto-oculto-up {
    opacity: 0;
    transform: translateY(-20px);
}
.texto-oculto-down {
    opacity: 0;
    transform: translateY(20px);
}
.texto-oculto-left {
    opacity: 0;
    transform: translateX(-20px);
}
.texto-oculto-right {
    opacity: 0;
    transform: translateX(20px);
}
.elemento-oculto {
    opacity: 0;
}
.anim-scale-up {
    opacity: 0;
    scale: 0.5;
}
.full-animation-scale-up {
    animation: fullAnimationScaleUp 1s ease forwards;
    animation-delay: 6s;
}
@keyframes fullAnimationScaleUp {
    50%, 55% {scale: 1.05}
}
/* Estado final */
.texto-visible {
    scale: 1;
    opacity: 1;
    transform: translate(0);
    transition: transform 1s ease, opacity 1.3s ease, scale 1s ease;
}





