.seccion-portada{
    width: 100%;
    height: 400px;
    background-color: #F0F1FB;
    float: left;
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.back-portada{
    width: 100%;
    height: 100%;
    background: url("../assets/back-portadas.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    left: 0;
    opacity: .15;
}

.contenedor-genral-portada{
    width: 1400px;
    height: 100%;
    background-color: transparent;
    float: left;
    position: relative;
}

.contenedor-genral-portada h1{
    width: 100%;
    height: fit-content;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 62px;
    color: #202020;
    line-height: 72px;
    position: absolute;
    bottom: 40px;
    left: 0;
}







.seccion-introduccion-suscripcion{
    width: 100%;
    height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
    float: left;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-introduccion-suscripcion{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-introduccion-suscripcion{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.titulo-introduccion-suscripcion{
    width: 22%;
    height: auto;
    background-color: transparent;
    float: left;
}

.titulo-introduccion-suscripcion h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #202020;
    line-height: 62px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.titulo-introduccion-suscripcion p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    line-height: 30px;
    margin-bottom: 40px;
}

.titulo-introduccion-suscripcion a{
    width: 280px;
    height: auto;
    background-color: #AF81B8;
    padding: 20px;
    display: inline-flex;
    justify-content: space-between;
    border-radius: 60px;
    text-decoration: none;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.titulo-introduccion-suscripcion a span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 2px;
}

.titulo-introduccion-suscripcion a .icon-btn-ir{
    width: 20px;
    height: 20px;
    background: url("../assets/icon-izq-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.titulo-introduccion-suscripcion a:hover{
    background-color: #83C2C4;
}

.contenedor-puntos-introduccion{
    width: 72%;
    height: auto;
    background-color: transparent;
    float: left;
}

.cont-puntos-introduccion{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 40px;
    display: inline-flex;
    justify-content: space-between;
}

.punto-introduccion{
    position: relative;
    width: 31%;
    padding: 30px;
    border-radius: 20px;
    background: #F0F1FB;
}

.punto-intro-c{
    background-color: #AF81B8;
}

.punto-introduccion img{
    width: 80px;
    height: auto;
    float: left;
    background-color: transparent;
    margin-bottom: 40px;
}

.punto-introduccion h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    color: #202020;
    line-height: 32px;
    text-align: left;
}

.punto-intro-c h3{
    color: #FFFFFF;
}

.punto-introduccion h3 span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #202020;
    line-height: 32px;
    text-align: left;
}

.punto-intro-c h3 span{
    color: #FFFFFF;
}

.contenedor-parrafo-suscripcion{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-parrafo-suscripcion p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 26px;
    color: #202020;
    line-height: 32px;
}






.seccion-intro-sobre-kuni{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 80px;
    padding-bottom: 80px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-sobre-kuni{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-img-sobre-kuni{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
}

.img-sobre-kuni{
    width: 70%;
    height: 650px;
    background: url("../assets/creamos-un-espacio-donde-ciencia-y-espiritualidad-se-encuentran-para-dar-una-nueva-mirada-a-la-vida.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    border-radius: 20px;
    position: relative;
}

.punto-uno-sobre-kuni{
    width: 140px;
    height: 140px;
    float: left;
    background-color: #AF81B8;
    position: absolute;
    bottom: 60px;
    left: -70px;
    border-radius: 20px;
}

.punto-uno-sobre-kuni img{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.punto-dos-sobre-kuni{
    width: 140px;
    height: 140px;
    float: left;
    background-color: #83C2C4;
    position: absolute;
    top: 60px;
    right: -70px;
    border-radius: 20px;
}

.punto-dos-sobre-kuni img{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.contenedor-info-sobre-kuni{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 40px;
}

.contenedor-info-sobre-kuni h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #202020;
    line-height: 62px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.contenedor-info-sobre-kuni .p-sub{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 26px;
    color: #202020;
    line-height: 36px;
    margin-bottom: 20px;
}

.contenedor-info-sobre-kuni p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    line-height: 30px;
    margin-bottom: 20px;
}






.seccion-puntos-kuni{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 80px;
    padding-bottom: 80px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-puntos-kuni{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenedor-general-puntos-kuni h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #202020;
    line-height: 62px;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.contenedor-general-puntos-kuni p{
    width: 80%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 20px;
    color: #202020;
    line-height: 30px;
    margin-bottom: 60px;
}

.contenedor-puntos-kuni{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.punto-kuni{
    width: 30%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-icon-punto-kuni{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 30px;
    display: inline-flex;
    justify-content: center;
}

.punto-kuni img{
    width: 60px;
    height: 60px;
    float: left;
    background-color: transparent;
}

.info-punto-kuni{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.info-punto-kuni h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    color: #202020;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
}

.info-punto-kuni p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #202020;
    line-height: 22px;
    text-align: center;
}






.seccion-cosmovision-sobre-kuni{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 0px;
    padding-bottom: 80px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-cosmovision{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-img-cosmovision{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
}

.img-cosmovision{
    width: 70%;
    height: 650px;
    background: url("../assets/nuestra-cosmovision-conecta-lo-practico-de-hoy-con-lo-espiritual-de-siempre.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    border-radius: 20px;
    position: relative;
}

.punto-uno-cosmovision{
    width: 140px;
    height: 140px;
    float: left;
    background-color: #83C2C4;
    position: absolute;
    top: 60px;
    left: -70px;
    border-radius: 20px;
}

.punto-uno-cosmovision img{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.punto-dos-cosmovision{
    width: 140px;
    height: 140px;
    float: left;
    background-color: #AF81B8;
    position: absolute;
    bottom: 60px;
    right: -70px;
    border-radius: 20px;
}

.punto-dos-cosmovision img{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.contenedor-info-cosmovision{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 40px;
}

.contenedor-info-cosmovision h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #202020;
    line-height: 62px;
    letter-spacing: -0px;
    margin-bottom: 20px;
}

.contenedor-info-cosmovision .p-sub{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 26px;
    color: #202020;
    line-height: 36px;
    margin-bottom: 20px;
}

.contenedor-info-cosmovision p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    line-height: 30px;
    margin-bottom: 20px;
}








.seccion-testimonios{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 120px;
}

.contenedor-general-testimonios{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenedor-general-testimonios h2{
    width: 80%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #202020;
    line-height: 62px;
    text-align: center;
    margin-bottom: 60px;
}

.contenedor-testimonios{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.testimonio{
    width: 30%;
    height: auto;
    background-color: transparent;
    /*float: left;*/
    padding: 30px;
    border-radius: 20px;
    border: solid 1px #F0F1FB;
    margin-left: 20px;
    margin-right: 20px;
    opacity: 1;
    transition: opacity .9s ease-in-out, transform .9s ease-in-out;
    transform: translateY(0);
    position: relative;
}

/* Lo usamos para los testimonios NO visibles */
.testimonio-oculto {
    opacity: 0;
    pointer-events: none;
    position: absolute !important;
    top: 0;
    left: 0;
    transform: translateY(20px); /* baja un poco */
}

.testimonio-entrante {
    transform: translateY(-20px); /* sube un poco */
}

.testimonio-centro{
    margin-top: 60px;
}

.testimonio-abajo-d{
    margin-top: 30px;
}

.testimonio-abajo-i{
    margin-top: 90px;
}

.cabecera-testimonio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.cabecera-testimonio img{
    width: 50px;
    height: 50px;
    float: left;
    background-color: #F0F1FB;
    border-radius: 50px;
}

.nombre-detalles-testimonio{
    width: 80%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 20px;
}

.nombre-detalles-testimonio h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    font-size: 26px;
    color: #202020;
    line-height: 32px;
    margin-bottom: 0px;
}

.nombre-detalles-testimonio p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #696969;
    line-height: 26px;
    margin-bottom: 0px;
}

.contenedor-info-testimonios{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-testimonios h4{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    line-height: 26px;
    margin-bottom: 20px;
}

.contenedor-info-testimonios p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    color: #202020;
    line-height: 22px;
}






.seccion-banner-final{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-bottom: 120px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-banner-final{
    width: 1400px;
    height: auto;
    background-color: #AF81B8;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    border-radius: 20px;
    padding: 60px;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.back-banner-final{
    width: 100%;
    height: 100%;
    background: url("../assets/back-banners.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    left: 0;
    opacity: .15;
}

.contenedor-info-banner{
    width: 50%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
    z-index: 10;
}

.contenedor-info-banner h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #FFFFFF;
    line-height: 62px;
    text-align: left;
    margin-bottom: 20px;
}

.contenedor-info-banner p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 40px;
}

.contenedor-btns-banner{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
}

.contenedor-btns-banner a{
    width: 250px;
    height: auto;
    background-color: #83C2C4;
    padding: 20px;
    display: inline-flex;
    justify-content: space-between;
    border-radius: 60px;
    text-decoration: none;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.contenedor-btns-banner a span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 2px;
}

.contenedor-btns-banner a .icon-btn-ir{
    width: 20px;
    height: 20px;
    background: url("../assets/icon-izq-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.contenedor-btns-banner a:hover{
    background-color: #F0F1FB;
}

.contenedor-btns-banner a:hover span{
    color: #AF81B8;
}

.contenedor-btns-banner a:hover .icon-btn-ir{
    background: url("../assets/icon-izq-cm.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-img-banner{
    width: 44%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
    z-index: 10;
}

.contenedor-img-banner img{
    width: 400px;
    height: 400px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}









@media only screen and (max-width: 1580px){

    .seccion-portada{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-genral-portada{
        width: 100%;
        padding-left: 90px;
        padding-right: 90px;
    }






    .seccion-introduccion-suscripcion{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-introduccion-suscripcion{
        width: 100%;
    }






    .seccion-intro-sobre-kuni{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-sobre-kuni{
        width: 100%;
    }

    .contenedor-info-sobre-kuni{
        padding-top: 0px;
    }





    .seccion-puntos-kuni{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-puntos-kuni{
        width: 100%;
    }





    .seccion-cosmovision-sobre-kuni{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-cosmovision{
        width: 100%;
    }






    .seccion-testimonios{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-testimonios{
        width: 100%;
    }






    .seccion-banner-final{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-banner-final{
        width: 100%;
    }

}









@media only screen and (max-width: 1380px){

    .contenedor-general-puntos-kuni p{
        width: 80%;
    }

    .info-punto-kuni p{
        width: 100%;
    }






    .titulo-introduccion-suscripcion{
        width: 46%;
    }

    .contenedor-puntos-introduccion{
        width: 46%;
    }

    .cont-puntos-introduccion{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .punto-introduccion{
        width: 100%;
        margin-bottom: 20px;
    }

    .punto-intro-c{
        background-color: #AF81B8;
    }

    .contenedor-parrafo-suscripcion p{
        text-align: left;
        font-size: 20px;
        line-height: 26px;
    }





    .seccion-cosmovision-sobre-kuni{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-cosmovision{
        width: 100%;
    }






    .contenedor-info-cosmovision{
        padding-top: 0px;
    }






    .contenedor-general-testimonios h2{
        width: 100%;
    }

    .testimonio{
        width: 45%;
        margin-bottom: 40px;
    }

    .testimonio-abajo-i{
        margin-top: 0px;
    }

    .nombre-detalles-testimonio{
        width: 80%;
    }






    .contenedor-info-banner{
        width: 55%;
    }

    .contenedor-btns-banner a span{
        letter-spacing: -1.5px;
    }

    .contenedor-img-banner{
        width: 39%;
    }

}








@media only screen and (max-width: 1180px){

    .contenedor-general-sobre-kuni{
        flex-wrap: wrap-reverse;
    }

    .contenedor-img-sobre-kuni{
        width: 100%;
    }

    .contenedor-info-sobre-kuni{
        width: 100%;
        padding-top: 0px;
        margin-bottom: 60px;
    }





    .contenedor-general-puntos-kuni p{
        width: 100%;
    }



    

    
    .contenedor-general-cosmovision{
        flex-wrap: wrap-reverse;
    }

    .contenedor-img-cosmovision{
        width: 100%;
    }

    .contenedor-info-cosmovision{
        width: 100%;
        padding-top: 0px;
        margin-bottom: 60px;
    }





    .contenedor-general-testimonios h2{
        width: 100%;
    }





    .contenedor-info-banner{
        width: 100%;
    }

    .contenedor-btns-banner a span{
        letter-spacing: 0px;
    }

    .contenedor-img-banner{
        width: 39%;
        display: none;
        visibility: hidden;
    }

}








@media only screen and (max-width: 980px){

    .seccion-portada{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-genral-portada h1{
        height: fit-content;
        text-align: center;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 52px;
        line-height: 62px;
        padding-left: 70px;
        padding-right: 70px;
    }






    .seccion-introduccion-suscripcion{
        padding-left: 70px;
        padding-right: 70px;
    }





    .seccion-intro-sobre-kuni{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-info-sobre-kuni h2{
        letter-spacing: 0px;
        text-align: center;
    }

    .contenedor-info-sobre-kuni .p-sub{
        text-align: center;
    }

    .contenedor-info-sobre-kuni p{
        text-align: center;
    }




    .seccion-puntos-kuni{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-puntos-kuni{
        flex-wrap: wrap;
        justify-content: center;
    }

    .punto-kuni{
        width: 42%;
        margin-left: 25px;
        margin-right: 25px;
    }



    
    
    .seccion-cosmovision-sobre-kuni{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-info-cosmovision h2{
        text-align: center;
        letter-spacing: 0px;
    }

    .contenedor-info-cosmovision .p-sub{
        text-align: center;
    }

    .contenedor-info-cosmovision p{
        text-align: center;
    }





    .seccion-testimonios{
        padding-left: 70px;
        padding-right: 70px;
    }

    .testimonio{
        width: 100%;
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
    }

    .testimonio-centro{
        margin-top: 0px;
    }

    .testimonio-abajo-d{
        margin-top: 0px;
    }

    .testimonio-abajo-i{
        margin-top: 0px;
    }

    .nombre-detalles-testimonio{
        width: 88%;
    }





    .seccion-banner-final{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-info-banner{
        width: 100%;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-banner h2{
        text-align: center;
    }

    .contenedor-info-banner p{
        text-align: center;
    }

    .contenedor-btns-banner{
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btns-banner a{
        margin-right: 10px;
        margin-left: 10px;
    }

    .contenedor-btns-banner a span{
        letter-spacing: -.8px;
    }

    .contenedor-img-banner{
        width: 39%;
        display: none;
        visibility: hidden;
    }
}







@media only screen and (max-width: 780px){

    .seccion-portada{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-genral-portada h1{
        padding-left: 50px;
        padding-right: 50px;
    }






    .seccion-introduccion-suscripcion{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-introduccion-suscripcion{
        flex-wrap: wrap;
    }

    .titulo-introduccion-suscripcion{
        width: 100%;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    
    .titulo-introduccion-suscripcion h2{
        text-align: center;
    }

    .titulo-introduccion-suscripcion p{
        text-align: center;
    }

    .contenedor-puntos-introduccion{
        width: 100%;
    }

    .punto-introduccion{
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .punto-introduccion h3{
        text-align: center;
    }

    .punto-introduccion h3 span{
        width: 100%;
        text-align: center;
    }

    .contenedor-parrafo-suscripcion p{
        text-align: center;
        font-size: 26px;
        line-height: 32px;
    }





    .seccion-intro-sobre-kuni{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-info-sobre-kuni h2{
        letter-spacing: -1px;
        text-align: center;
    }




    .seccion-puntos-kuni{
        padding-left: 50px;
        padding-right: 50px;
    }

    .punto-kuni{
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }



    
    
    .seccion-cosmovision-sobre-kuni{
        padding-left: 50px;
        padding-right: 50px;
    }





    .seccion-testimonios{
        padding-left: 50px;
        padding-right: 50px;
    }

    .nombre-detalles-testimonio{
        width: 85%;
    }





    .seccion-banner-final{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-banner-final{
        padding: 40px;
        padding-top: 60px;
        padding-bottom: 60px;
        flex-wrap: wrap;
    }

    .contenedor-info-banner{
        margin-bottom: 20px;
    }

    .contenedor-info-banner h2{
        letter-spacing: -2px;
        text-align: center;
    }

    .contenedor-btns-banner{
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-btns-banner a{
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .contenedor-btns-banner a span{
        letter-spacing: 0px;
    }

    .contenedor-img-banner{
        width: 100%;
        display: block;
        visibility: visible;
    }

    .contenedor-img-banner img{
        position: relative;
    }
}









@media only screen and (max-width: 580px){

    .seccion-portada{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-genral-portada h1{
        padding-left: 30px;
        padding-right: 30px;
        font-size: 44px;
        line-height: 54px;
    }





    .seccion-introduccion-suscripcion{
        padding-left: 30px;
        padding-right: 30px;
    }

    .titulo-introduccion-suscripcion h2{
        font-size: 44px;
        line-height: 54px;
        letter-spacing: 0px;
    }





    .seccion-intro-sobre-kuni{
        padding-left: 30px;
        padding-right: 30px;
    }

    .img-sobre-kuni{
        width: 100%;
    }

    .punto-uno-sobre-kuni{
        left: -30px;
    }

    .punto-dos-sobre-kuni{
        right: -30px;
    }

    .contenedor-info-sobre-kuni h2{
        font-size: 44px;
        line-height: 54px;
        letter-spacing: 0px;
    }




    .seccion-puntos-kuni{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-puntos-kuni h2{
        font-size: 44px;
        line-height: 54px;
    }



    
    
    .seccion-cosmovision-sobre-kuni{
        padding-left: 30px;
        padding-right: 30px;
    }

    .img-cosmovision{
        width: 100%;
    }

    .punto-uno-cosmovision{
        left: -30px;
    }

    .punto-dos-cosmovision{
        right: -30px;
    }

    .contenedor-info-cosmovision h2{
        font-size: 44px;
        line-height: 54px;
    }





    .seccion-testimonios{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-testimonios h2{
        font-size: 44px;
        line-height: 54px;
    }

    .nombre-detalles-testimonio{
        width: 80%;
    }





    .seccion-banner-final{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-banner-final{
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        flex-wrap: wrap;
    }

    .contenedor-info-banner{
        margin-bottom: 20px;
    }

    .contenedor-info-banner h2{
        letter-spacing: -2px;
        text-align: center;
        font-size: 44px;
        line-height: 54px;
    }

    .contenedor-img-banner img{
        width: 100%;
        height: auto;
        position: relative;
    }
}










@media only screen and (max-width: 480px){

    .seccion-portada{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-genral-portada h1{
        padding-left: 20px;
        padding-right: 20px;
    }





    .seccion-introduccion-suscripcion{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-parrafo-suscripcion p{
        text-align: center;
        font-size: 20px;
        line-height: 26px;
    }





    .seccion-intro-sobre-kuni{
        padding-left: 20px;
        padding-right: 20px;
    }

    .punto-uno-sobre-kuni{
        left: -20px;
    }

    .punto-dos-sobre-kuni{
        right: -20px;
    }




    .seccion-puntos-kuni{
        padding-left: 20px;
        padding-right: 20px;
    }



    
    
    .seccion-cosmovision-sobre-kuni{
        padding-left: 20px;
        padding-right: 20px;
    }

    .punto-uno-cosmovision{
        left: -20px;
    }

    .punto-dos-cosmovision{
        right: -20px;
    }






    .seccion-testimonios{
        padding-left: 20px;
        padding-right: 20px;
    }

    .nombre-detalles-testimonio{
        width: 78%;
    }





    .seccion-banner-final{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-banner-final{
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        flex-wrap: wrap;
    }

    .contenedor-info-banner h2{
        letter-spacing: -1px;
        text-align: center;
        font-size: 40px;
        line-height: 46px;
    }

    .contenedor-btns-banner a{
        margin-left: 0;
        margin-right: 0px;
    }

    .contenedor-img-banner img{
        width: 100%;
        height: auto;
        position: relative;
    }
}










@media only screen and (max-width: 380px){

    .seccion-portada{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-genral-portada h1{
        padding-left: 15px;
        padding-right: 15px;
    }






    .seccion-introduccion-suscripcion{
        padding-left: 15px;
        padding-right: 15px;
    }





    .seccion-intro-sobre-kuni{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-info-sobre-kuni h2{
        letter-spacing: -1px;
    }

    .punto-uno-sobre-kuni{
        left: -15px;
    }

    .punto-dos-sobre-kuni{
        right: -15px;
    }




    .seccion-puntos-kuni{
        padding-left: 15px;
        padding-right: 15px;
    }



    
    
    .seccion-cosmovision-sobre-kuni{
        padding-left: 15px;
        padding-right: 15px;
    }

    .punto-uno-cosmovision{
        left: -15px;
    }

    .punto-dos-cosmovision{
        right: -15px;
    }






    .seccion-testimonios{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-general-testimonios h2{
        letter-spacing: -1px;
    }

    .testimonio{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }





    .seccion-banner-final{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-general-banner-final{
        padding: 20px;
        padding-top: 60px;
        padding-bottom: 60px;
        flex-wrap: wrap;
    }

    .contenedor-info-banner h2{
        letter-spacing: -2px;
    }
}