@import url("./intro.css");

@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

@font-face {
    font-family: "ESRebondGrotesque Bold";
    src: url(../fonts/ESRebondGrotesque-Bold.woff2)format('woff2'),

}

@font-face {
    font-family: "ESRebondGrotesque Medium";
    src: url(../fonts/ESRebondGrotesque-Medium.woff2)format('woff2');
}

@font-face {
    font-family: "ESRebondGrotesque Regular";
    src: url(../fonts/ESRebondGrotesque-Regular.woff2)format('woff2');
}

@font-face {
    font-family: "ESRebondGrotesque Light";
    src: url(../fonts/ESRebondGrotesque-Light.woff2)format('woff2'), ;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    background: #FFF9EC;
}

main,
header {
    background: #E4DDF9;
}


main {
    display: flex;
    padding: 100px 450px 120px;
    flex-direction: column;
    /* align-items: center; */
    gap: 47px;
}

h2 {
    font-family: "ESRebondGrotesque Bold";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    width: 698px;
}

.intro {
    width: 1044px;
    display: flex;
    flex-direction: row;
}

.intro p {
    font-family: "Inter";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 36.4px */
    letter-spacing: -0.28px;
    width: 578px;

}

.intro img {
    height: 500px;
    position: absolute;
    right: 356px;
    top: 123px;
}

.intro svg {
    position: absolute;
    right: 777px;
    bottom: 432px;
}

.botonesIndex {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 50px;
    width: 1094px;
    padding-top: 40px;
}

.botonReunion {
    display: flex;
    text-decoration: none;
    color: #fff;
    font-family: "ESRebondGrotesque Light";
    font-size: 22px;

    background-color: #7656E2;
    border-radius: 100px;
    padding: 22px 32px;
    justify-content: center;
    align-items: center;
}

.botonPlanes {
    text-decoration: none;
    color: #7656E2;
    font-family: "ESRebondGrotesque Light";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 100px;
    border: 1px solid #7656E2;
    display: flex;
    padding: 22px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.texto-intro {
    display: flex;
    flex-direction: row;
    gap: 210px;
}

/* SECCION EXPERIENCIA, SUSCRIPCION */


.experienciaSF {
    display: flex;
    width: auto;
    padding: 65px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF9EC;
}

.experiencia-intro,
.suscripcion-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px 0px;
}

.experiencia-intro span,
.suscripcion-intro span {
    display: flex;
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    color: #60605F;

    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "ESRebondGrotesque Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 105.5%;
    /* 16.88px */
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.experiencia-intro p {
    color: #60605F;
    text-align: center;
    font-family: "Inter";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.28px;
}

.experiencia-intro h3,
.suscripcion-intro h3 {
    color: #171C21;
    text-align: center;
    font-family: "ESRebondGrotesque Bold";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 59.5px */
    padding-bottom: 0px;
}

.experiencias {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.experiencia-cuadro {
    display: flex;
    align-items: flex-end;
    gap: 44px;
}

.experiencia1,
.experiencia2,
.experiencia3,
.experiencia4 {
    display: flex;
    /* width: 1441px; */
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    border-radius: 20px;

}

.vector {
    position: absolute;
    left: 491px;
    bottom: -246px;
}

.vector2 {
    position: absolute;
    left: 825px;
    bottom: -137px;
}

.vector3 {
    position: absolute;
    right: 808px;
    bottom: -239px;
}

.vector4 {
    position: absolute;
    right: 510px;
    bottom: -117px;
}

.experiencia1 p,
.experiencia2 p,
.experiencia3 p,
.experiencia4 p {
    color: #000;
    text-align: center;
    font-family: "ESRebondGrotesque Light";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 36.4px */
    letter-spacing: -0.28px;
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 5.612px;
    border-radius: 56.119px;
    background: rgb(240, 230, 216);
    transform: translateY(-15px);
}


.boton-experiencia {
    text-decoration: none;
    border-radius: 100px;
    background: #7656E2;
    color: #FFF9EC;
    padding: 15px 40px;
    display: flex;
    justify-content: center;
    display: flex;
    font-size: 18px;
    font-family: "ESRebondGrotesque Light";
}

.suscripcionSF {
    background: #FFF9EC;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    align-items: center;

}

.suscripcion-intro p {
    color: #60605F;
    text-align: center;
    font-family: "Inter";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.28px;
}

.slide,
.slide-inner,
.slide-open:checked+.slide-item .slide-item,
.slide-item img,
.slide-control,
.slide-control.prev,
.slide-control.next,
.slide-control:hover #slide-1:checked~.control-1,
#slide-2:checked~.control-2,
#slide-3:checked~.control-3,
.slide-indicador,
.slide-indicador li,
.slide-circulo,
.slide-circulo:hover,
#slide-1:checked~.control-1~.slide-indicador li:nth-child(1) .slide-circulo,
#slide-2:checked~.control-2~.slide-indicador li:nth-child(2) .slide-circulo,
#slide-3:checked~.control-3~.slide-indicador li:nth-child(3) .slide-circulo,
.boton-suscripcion1,
.boton-suscripcion1:hover {
    display: none;
}

/* SECCION SUSCRIPCION */
.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    background: #18223C;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 13px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: #18233ec4;
}

/* Caption text */
.text {
    color: #18223C;
    background: #DCDBD9;
    font-weight: bold;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* .active,
.dot:hover {
    background-color: #ea611cc2;
} */

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 2s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.suscripcion-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.suscripcion1,
.suscripcion2,
.suscripcion3 {
    display: flex;
    padding: 34px 27px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    width: 350px;
    height: 410px;
    border-radius: 13.642px;
    border: 2.728px solid #BBAFA9;
}

.suscripcion1 img,
.suscripcion2 img,
.suscripcion3 img {
    width: 200px;
    height: 200px;
}


/* SECCION HISTORIA DE USUARIOS */

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    /* max-width: 1320px; */
    display: none;
}

.historiasUsuario,
.reservas {
    background: #F0E6D8;
    padding: 60px 0px;
}


.historiaSF {
    display: flex;
    align-items: center;
    padding: 0px 100px 50px;
    gap: 20px;
    align-self: stretch;
    justify-content: center;
}

.historia-usuario1,
.historia-usuario2,
.historia-usuario3 {
    display: flex;
    height: 379px;
    width: 370px;
    padding: 30px 25px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 20px;
    background: #FFF;
}

.historia-usuario1 p,
.historia-usuario2 p,
.historia-usuario3 p {
    color: #171C21;
    font-family: "ESRebondGrotesque Light";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0px;
}

.historia-usuario1 span,
.historia-usuario2 span,
.historia-usuario3 span {
    color: #171C21;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    font-family: "ESRebondGrotesque Light";
    width: 150px;

}

.img-historia {
    display: flex;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}

.img-historia img {
    width: 73px;
    height: 73px;
    border-radius: 73px;
}

.perfil-historia {
    display: flex;
    flex-direction: column;
}


/* SECCION RESERVAS */
.reservas {
    display: flex;
    padding: 0px 260px 60px;
    align-items: center;
    justify-content: center;
}

.reserva-coach {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    width: 500px;
}

.reserva-coach h2 {
    color: #1D1B19;
    font-family: "ESRebondGrotesque Bold";
    font-size: 50px;
    font-style: normal;
    line-height: 100%;
}

.reserva-coach p {
    color: #171C21;
    width: 384px;
    font-family: "ESRebondGrotesque Light";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.reservas img {
    width: 388px;
    height: auto;
    object-fit: contain;
    border-radius: 30px;
    margin: 30px 0px 30px;
}

.boton-reserva {
    text-decoration: none;
    border-radius: 100px;
    background: #7656E2;
    color: #FFF9EC;
    padding: 15px 30px;
    font-family: "ESRebondGrotesque Light";
}

.boton-suscripcion {
    text-decoration: none;
    border-radius: 100px;
    background: #7656E2;
    color: #FFF9EC;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    width: auto;
    display: flex;
    font-family: "ESRebondGrotesque Light";
    margin: 3rem;
}

.boton-reserva:hover,
.boton-suscripcion:hover {
    color: #FFF9EC;
    background: #927bdf;
}

.boton-suscripcion1:hover,
.boton-suscripcion1 {
    display: none;
}

/* SECCION PREGUNTAS */

.faqs-intro {
    background: #F0E6D8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-bottom: 30px;
}

.faqs-intro h2 {
    color: #171C21;
    text-align: center;
    font-family: "ESRebondGrotesque Bold";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.faqs-intro span,
.preguntasfrecuentes span {
    color: #60605F;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "ESRebondGrotesque Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 105.5%;
    /* 16.88px */
    letter-spacing: 1.6px;

}

.preguntasfrecuentes span {
    display: flex;
    padding-bottom: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

.faqs-intro p {
    color: #60605F;
    text-align: center;
    font-family: "Inter";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 36.4px */
    letter-spacing: -0.28px;
}

.preguntasfrecuentes {
    background: #F0E6D8;
    padding-bottom: 90px;
}

.preguntasfrecuentes p {
    font-size: 22px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-top: 20px;
}

.preguntasfrecuentes h3 {
    font-family: "ESRebondGrotesque Light";
    line-height: 120%;
    font-size: 20px;
    font-weight: 400;
}

.preguntasfrecuentes ul {
    font-family: "ESRebondGrotesque Light";
    font-size: 22px;
    padding-bottom: 20px;
    padding-left: 25px;
}

.acordeon {
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Estilo de los ítems */
.item {
    background: white;
    border-radius: 20px;
    padding: 15px;

}

/* Estilo de los títulos */
.titulo {
    padding: 0px 10px;
    cursor: pointer;
}

.titulo i {
    position: absolute;
    right: 510px;
    transition: transform 0.2s ease;
}

/* Estilo de los contenidos (inicialmente ocultos) */
.contenido {
    display: none;
}

.contenido p {
    font-family: "Inter";
    font-size: 18px;
    padding: 10px;

}

/* Estilo para mostrar el contenido al hacer clic en el título */
.item.open .contenido {
    display: block;
}

/* RESPONSIVE DESKTOP */
@media only screen and (min-width: 1335px) and (max-width: 1753px) {

    main {
        display: flex;
        padding: 60px 310px 126px;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        gap: 37px;
    }

    .texto-intro {
        display: flex;
        flex-direction: row;
        gap: 100px;
    }

    h2 {
        font-family: "ESRebondGrotesque Bold";
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 85%;
        width: 828px;
    }

    .intro p {
        font-family: "Inter";
        font-size: 23px;
    }


    .intro svg {
        display: none;
    }

    .intro img {
        height: 450px;
        position: absolute;
        right: 120px;
        top: 98px;
    }

    .botonesIndex {
        display: flex;
        flex-direction: row;
        gap: 20px;
        height: 50px;
        width: 1050px;
    }

    .vector {
        position: absolute;
        left: 240px;
        bottom: -557px;
    }

    .vector2 {
        position: absolute;
        left: 583px;
        bottom: -412px;
    }

    .vector3 {
        position: absolute;
        right: 548px;
        bottom: -538px;
    }

    .vector4 {
        position: absolute;
        right: 228px;
        bottom: -466px;
    }

    .titulo i {
        position: absolute;
        right: 373px;
        transition: transform 0.2s ease;
    }



}

/* RESPONSIVE TABLET */

@media only screen and (min-width: 808px) and (max-width: 1353px) {

    /* INTRO */
    main {
        display: flex;
        padding: 40px 100px 100px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 27px;
    }

    .texto-intro {
        display: flex;
        flex-direction: row;
        gap: 0px;
    }

    .intro {
        width: AUTO;
        display: flex;
        flex-direction: row;
    }

    .intro p {
        font-family: "Inter";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.28px;
        width: 538px;
    }

    .intro svg {
        display: none;
    }


    .intro img {
        display: none;
    }


    h2 {
        font-family: "ESRebondGrotesque Bold";
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: 85%;
        width: 542px;
    }

    .botonesIndex {
        display: flex;
        flex-direction: row;
        gap: 20px;
        width: 538px;
        height: 50px;
    }

    .botonReunion {
        display: flex;
        text-decoration: none;
        color: #fff;
        font-family: "ESRebondGrotesque Light";
        font-size: 18px;
        background-color: #7656E2;
        border-radius: 100px;
        padding: 22px 32px;
        justify-content: center;
        align-items: center;
    }

    .botonReunion:hover {
        color: #7656E2;
        background-color: #E4DDF9;
    }

    .botonPlanes {
        text-decoration: none;
        color: #7656E2;
        font-family: "ESRebondGrotesque Light";
        font-size: 18px;
    }

    /* SECCION EXPERIENCIA */

    .experiencias {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        flex-wrap: wrap;
        grid-gap: 30px;
        padding: 30px;

    }


    .vector,
    .vector2,
    .vector3,
    .vector4 {
        display: none;
    }

    .experiencia1,
    .experiencia2,
    .experiencia3,
    .experiencia4 {
        display: flex;
        /* width: 1441px; */
        padding: 65px 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        height: 350px;
    }



    /* SECCION SUSCRIPCION */

    .experiencia-intro,
    .suscripcion-intro {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 20px;
    }

    .suscripcionSF {

        padding: 20px
    }

    .suscripcion1,
    .suscripcion2,
    .suscripcion3 {
        width: auto;
        height: 450px;
    }


    .suscripcion1 p,
    .suscripcion2 p,
    .suscripcion3 p {
        margin: 0px;
    }




    /* SECCION PREGUNTAS */
    #titulo {
        width: 100%;
        position: absolute;
        padding: 0px;
        margin: 0px auto;
        text-align: center;
        font-size: 27px;
        color: rgba(255, 255, 255, 1);
        font-family: 'Open Sans', sans-serif;
        z-index: 9999;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33),
            -1px 0px 2px rgba(255, 255, 255, 0);
    }

    .titulo i {
        position: absolute;
        right: 295px;
        transition: transform 0.2s ease;
    }

    /* SECCION HISTORIAS DE USUARIO */
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        /* max-width: 1320px; */
        display: none;
    }

    .historia-usuario1,
    .historia-usuario2,
    .historia-usuario3 {
        display: flex;
        height: 379px;
        width: 370px;
        padding: 30px 25px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        border-radius: 20px;
        background: #FFF;
    }

    .historiaSF {
        display: flex;
        align-items: center;
        padding: 0px 100px;
        gap: 20px;
        align-self: stretch;
        justify-content: center;
        flex-direction: column;
    }


    /* SECCION RESERVAS */

    .reservas {
        display: flex;
        padding: 80px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .reserva-coach {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        width: 500px;
    }

    .reserva-coach h2 {
        color: #1D1B19;
        font-family: "ESRebondGrotesque Bold";
        font-size: 50px;
        font-style: normal;
        line-height: 100%;
        text-align: center;
    }

}

@media only screen and (max-width: 807px) {

    /* .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0px;
        width: 100%;
        text-align: right;
        background: #E4DDF9;
    } */

    main {
        padding: 0px 20px;
        gap: 17px;
        height: 478px;
        align-items: center;
    }

    .intro svg {
        display: none;
    }

    .intro img {
        display: none;
    }

    .intro p {
        font-family: "Inter";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.28px;
        width: 310px;
        text-align: center;
    }

    .texto-intro {
        gap: 20px;
        width: auto;
    }

    .texto-intro h2 {
        font-family: "ESRebondGrotesque Bold";
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 85%;
        width: auto;
        text-align: center;
    }

    .texto-intro svg {
        display: none;
    }

    .intro {
        width: auto;
    }

    .intro p {
        font-family: "Inter";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.28px;
        width: auto;
    }

    h2 {
        font-family: "ESRebondGrotesque Bold";
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: 85%;
        width: 310px;
    }

    .botonesIndex {
        display: flex;
        flex-direction: column;
        width: auto;
        padding-top: 20px;
    }

    .botonReunion {
        display: flex;
        text-decoration: none;
        color: #fff;
        font-family: "ESRebondGrotesque Light";
        font-size: 18px;
        background-color: #7656E2;
        border-radius: 100px;
        padding: 15px;
        justify-content: center;
        align-items: center;
        width: 250px;
        height: 50px;
    }

    .botonPlanes {
        padding: 15px;
        font-size: 18px;
        width: 250px;
        height: 50px;
    }

    .boton-experiencia {
        text-decoration: none;
        border-radius: 100px;
        background: #7656E2;
        color: #FFF9EC;
        padding: 10px;
        display: flex;
        justify-content: center;
        width: 250px;
        display: flex;
        text-align: center;
        font-size: 18px;
        font-family: "ESRebondGrotesque Light";
    }

    .boton-suscripcion1 {

        text-decoration: none;
        border-radius: 100px;
        background: #7656E2;
        color: #FFF9EC;
        padding: 15px 30px;
        display: flex;
        justify-content: center;
        width: auto;
        display: flex;
        font-family: "ESRebondGrotesque Light";
        margin: 3rem;
    }

    .boton-reserva:hover,
    .boton-suscripcion1:hover {
        display: flex;
        color: #FFF9EC;
        background: #927bdf;
    }

    .boton-suscripcion,
    .boton-suscripcion:hover {
        display: none;
    }

    .experiencias {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .experiencia-intro h3 {
        color: #171C21;
        text-align: center;
        font-family: "ESRebondGrotesque Bold";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }

    .vector,
    .vector2,
    .vector3,
    .vector4 {
        display: none;
    }

    .experiencia1,
    .experiencia2,
    .experiencia3,
    .experiencia4 {
        display: flex;
        /* width: 1441px; */
        padding: 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 20px;

    }

    .suscripcion1,
    .suscripcion2,
    .suscripcion3 {
        display: flex;
        padding: 34px 27px;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        align-self: stretch;
        width: 320px;
        height: 410px;
        border-radius: 13.642px;
        border: 2.728px solid #BBAFA9;
    }

    .suscripcion-carousel {
        display: none;
    }

    .suscripcion-intro p {
        font-size: 18px;
        padding: 0px 20px;
    }

    .suscripcion-intro h3 {
        font-size: 25px;
        line-height: 100%;
        padding: 0px 20px;
    }


    .experiencia-intro span,
    .suscripcion-intro span {
        text-align: center;
    }

    /* SECCION CARROUSEL EXPERIENCIA */


    /* SECCION CARROUSEL SUSCRIPCION */

    .slide {
        z-index: 0;
        position: relative;
        margin: 25px;
        display: flex;
        background: #FFF9EC;

        /* width: 350px; */
    }

    .slide-inner {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        /* height: calc( 300px + 3em); */
    }

    .slide-open:checked+.slide-item {
        position: static;
        opacity: 100;
    }

    .slide-item {
        position: absolute;
        opacity: 0;
        -webkit-transition: opacity 0.6s ease-out;
        transition: opacity 0.6s ease-out;
    }

    .slide-item img {
        display: block;
        height: auto;
        width: 100%;
        max-width: 100%;
    }

    .slide-control {
        background: rgba(0, 0, 0, 0.28);
        border-radius: 50%;
        cursor: pointer;
        display: none;
        font-size: 40px;
        height: 40px;
        line-height: 2px;
        position: absolute;
        top: 50%;
        cursor: pointer;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-align: center;
        width: 40px;
        z-index: 1;
    }

    .slide-control.prev {
        left: 2%;
    }

    .slide-control.next {
        right: 2%;
    }

    .slide-control:hover {
        background: rgba(0, 0, 0, 0.8);
        color: #aaaaaa;
    }

    #slide-1:checked~.control-1,
    #slide-2:checked~.control-2,
    #slide-3:checked~.control-3 {
        display: block;
    }

    .slide-indicador {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 2%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 10;
    }

    .slide-indicador li {
        display: inline-block;
        margin: 0 5px;
    }

    .slide-circulo {
        color: #828282;
        cursor: pointer;
        display: block;
        font-size: 35px;
    }

    .slide-circulo:hover {
        color: #aaaaaa;
    }

    #slide-1:checked~.control-1~.slide-indicador li:nth-child(1) .slide-circulo,
    #slide-2:checked~.control-2~.slide-indicador li:nth-child(2) .slide-circulo,
    #slide-3:checked~.control-3~.slide-indicador li:nth-child(3) .slide-circulo {
        color: #428bca;
    }

    /* CARROUSEL MOBILE HISTORIA DE USUARIO */
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {

        display: block;
    }

    .padding-tb {
        padding: 30px 0 !important;
    }

    .section {
        position: relative;
        /* width: 60%; */
        display: block;
    }

    .full-height {
        /* min-height: 100vh; */
        background: #F0E6D8;
    }

    .over-hide {
        overflow: hidden;
    }

    .padding-tb {
        padding: 100px 0;
    }

    [type="radio"]:checked,
    [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

    .checkbox:checked+label,
    .checkbox:not(:checked)+label {
        position: relative;
        cursor: pointer;
        margin: 0 auto;
        text-align: center;
        margin-right: 6px;
        margin-left: 6px;
        display: inline-block;
        width: 50px;
        height: 50px;
        border: 3px solid #bdc3c7;
        background-size: cover;
        background-position: center;
        box-sizing: border-box;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background-image: url("./assets/US-1.jpg");
        animation: border-transform 6s linear infinite alternate forwards;
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        animation-play-state: paused;
    }

    .checkbox.scnd+label {
        background-image: url("./assets/US-3.jpg");
    }

    .checkbox.thrd+label {
        background-image: url("./assets/US-2.jpg");
    }

    /* .checkbox.foth + label {
        background-image: url("https://assets.codepen.io/1462889/sl4.jpg");
      }
       */
    .checkbox:checked+label {
        box-shadow: 0 8px 25px 0 rgba(16, 39, 112, 0.3);
        transform: scale(1.3);
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        animation-play-state: running;
    }

    @keyframes border-transform {

        0%,
        100% {
            border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
        }

        14% {
            border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
        }

        28% {
            border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
        }

        42% {
            border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
        }

        56% {
            border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
        }

        70% {
            border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
        }

        84% {
            border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
        }
    }

    .slider-height-padding {
        padding-top: 440px;
    }

    /* ul {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        z-index: 100;
        padding: 0;
        margin: 0;
        list-style: none;
      } */
    /* ul li {
        max-width: 320px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        z-index: 0;
        padding: 0;
        margin: 0;
        list-style: none;
        height: 400px;
        border: 5px solid #bdc3c7;
        background-size: cover;
        background-position: center;
        background-image: url("./assets/story-carrousel-1.png");
        border-radius: 50%;
        box-sizing: border-box;
        font-family: "Poppins", sans-serif;
        font-weight: 900;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 2.7;
        color: #343434;
        writing-mode: vertical-rl;
        opacity: 0;
        pointer-events: none;
        box-shadow: 0 8px 25px 0 rgba(16, 39, 112, 0.1);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
      } */

    /* ul li:nth-child(4) {
        background-image: url("https://assets.codepen.io/1462889/sl4.jpg");
      } */

    .checkbox.frst:checked~ul li:nth-child(1) {
        opacity: 1;
        pointer-events: auto;
        border-radius: 16px;
    }

    .checkbox.scnd:checked~ul li:nth-child(2) {
        opacity: 1;
        pointer-events: auto;
        border-radius: 16px;
    }

    .checkbox.thrd:checked~ul li:nth-child(3) {
        opacity: 1;
        pointer-events: auto;
        border-radius: 16px;
    }

    .checkbox.foth:checked~ul li:nth-child(4) {
        opacity: 1;
        pointer-events: auto;
        border-radius: 16px;
    }




    /* HISTORIA DE USUARIO */
    .historiaSF {
        /* display: none; */
        display: flex;
        align-items: center;
        padding: 0px 100px 60px;
        gap: 20px;
        align-self: stretch;
        justify-content: center;
        flex-direction: column;
    }

    .historiasUsuario,
    .reservas {
        background: #F0E6D8;
        padding: 40px 0px 0px;
    }

    .historia-usuario1,
    .historia-usuario2,
    .historia-usuario3 {
        display: flex;
        height: 379px;
        width: auto;
        padding: 30px 25px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        border-radius: 20px;
        background: #FFF;
    }

    .historia-usuario1 p,
    .historia-usuario2 p,
    .historia-usuario3 p {
        color: #171C21;
        font-family: "ESRebondGrotesque Light";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        margin: 0px;
    }

    .reservas {
        display: flex;
        padding: 0px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .reserva-coach {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        width: auto;
    }

    .reserva-coach h2 {
        color: #1D1B19;
        font-family: "ESRebondGrotesque Bold";
        font-size: 40px;
        text-align: center;
        width: 360px;
    }

    .reserva-coach p {
        color: #171C21;
        width: 350px;
        font-family: "ESRebondGrotesque Light";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        line-height: 120%;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
    }

    .reservas img {
        width: 308px;
        height: auto;
        object-fit: contain;
        border-radius: 30px;
        margin: 30px 0px 30px;
    }

    .acordeon {
        width: 70%;
    }

    .faqs-intro p {
        color: #60605F;
        text-align: center;
        font-family: "Inter";
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.28px;
        width: 300px;
    }

    .titulo i {
        position: absolute;
        right: 100px;
        transition: transform 0.2s ease;
    }

}