@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden
}

.navbar {
    padding: 4.4vh;
    position: sticky;
    top: 0px;
    z-index: 1;
    background: url(img/navbarBg2.png);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.navUl {
    margin: auto;
    width: 40vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
}

.navUl li a {
    text-decoration: none;
    color: #464646;
    transition: 0.2s;
}

.navUl li a:hover {
    color: #828282;
}


/* + + + + + + + + HOME + + + + + + + + */
/* + + + + + + + + + + + + + + + + + + */

.section1 {
    background-image: url(img/homeBg.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.content {
    margin: auto;
    display: flex;
    width: 85vw;
    max-width: 1900px;
    min-width: 320px;
}

.box1 {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.contentText {
    width: 75%;
}

.title {
    color: #464646;
    font-size: 3.5rem;
    font-weight: 900;
}

.subtitle {
    color: #464646;
    font-size: 2.1rem;
    font-weight: 100;
    margin: 4px 0 24px 0;
}

.pSect {
    color: #464646;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
}

.btnContainer {
    width: 75%;
}

.btn {
    color: white;
    font-size: 1em;
    font-weight: 500;
    background-color: #F2C700;
    border-radius: 25px;
    padding: 10px 20px 10px 20px;
    border: 0;
    margin: 50px 0 0 0;
    cursor: pointer;
    transition: 0.2s;
}

.btn:hover {
    background-color: #f0a800;
}

.box2 {
    display: flex;
    justify-content: center;
    width: 50%;
    max-width: 1000px;
    /* min-width: 320px; */
}

.homeImg {
    width: 100%;
}


/* + + + + + + + + C O M O + + + + + + + + */
/* + + + + + + + + + + + + + + + + + + + + */

.section3 {
    height: 100vh;
    background-image: url(/img/comoBg.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.textComo {
    width: 100vw;
}

.boxComo {
    width: 35vw;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.title3 {
    color: #464646;
    font-size: 3rem;
    font-weight: 900;
    margin: auto;
}

.pSectComo{
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
}

.boxSect3 {
    display: flex;
    justify-content: center;
    align-items: self-start;
    /* height: 83%; */
    max-width: 90%;
    vertical-align: top;
}

.onboardImg {
    flex: 1;
    max-width: 24%;
    margin: 60px 25px 0 25px;
    vertical-align: top;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}



/* + + + + + + + + BENEFICIOS + + + + + + + + */
/* + + + + + + + + + + + + + + + + + + + + + */

.section2 {
    height: 100vh;
    background-image: url(/img/beneficiosBg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    /* background-color: chartreuse; */
}

.contentBeneficios {
    margin: 100px;
}

.title2 {
    color: #464646;
    font-size: 3.5rem;
    font-weight: 900;
    text-align: center;
}

.boxSect2 {
    display: flex;
    justify-content: center;
    height: 95vh;
    margin: 100px 80px 0 80px
}

.boxSect2 > div {
    flex: 1;
}

.benefChild1-2 {
    display: flex;
}

.glass1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 200px;
    border-radius: 16px;
    background: transparent;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 32px 40px;
    margin: 20px;
}

.glass2 {
    /* width: 350px;
    height: 200px; */
    border-radius: 16px;
    background: transparent;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 40px;
    margin: 20px;
}

.glass2 h3{
    font-size: 1.4rem;
    font-weight: 200;
}

.beneficiosIcon {
    margin: auto;
}

.glass2 h5{
    font-size: 1rem;
    font-weight: 800;
}

.glassP {
    margin: 10px 0 0 0;
    line-height: 1.3;
}

.beneficiosIcon {
    width: 50px;
}

.sTitle {
    font-size: 1.8em;
    font-weight: 900;
    color: #464646;
}

.carrousel {
    display: none;
}


/* + + + + + + + + C O N T A C T O + + + + + + + + */
/* + + + + + + + + + + + + + + + + + + + + + + + + */

.section4 {
    background-image: url(/img/contactBg.jpg);
    background-position: center;
    background-size: cover;
    height: 88vh;
    display: flex;
    justify-content: center;
}

.contentContact {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 50%;
}

.boxContact {
    display: flex;
    flex-direction: column;
    padding: 60px;
    margin: 0 0 0 60px;
    width: 75%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.contactForm {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    max-width: 75%;
}

.contactForm input{
    margin-top: 8px;
    height: 30px;
}

form .placeholder {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #F2C700;
    padding: 5px 10px;
    outline: none;
}

input:focus::placeholder {
    color: transparent;
}

.garabato {
    max-width: 400px;
}

.title4 {
    color: #464646;
    font-size: 4rem;
    font-weight: 100;
    margin: 0 0 30px 0;
}

h4 {
    color: #464646;
    font-size: 2.5rem;
    font-weight: 900;
    margin: 10px 0 0 0;
}

.box2Contact {
    /* background-color: tomato; */
    width: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.box2Contact img {
    max-width: 400px;
    max-height: 400px;
    /* background-color: turquoise; */
}


/* + + + + + + + + F O O T E R + + + + + + + + */

footer {
    margin: auto;
    /* text-align: center; */
    width: 90%;
    /* background-color: cyan; */
    display: flex;
}

footer img {
    margin: auto;
    text-align: center;
    width: 90%;
    /* background-color: burlywood; */
}






/* ------------------------------- */
/* - - - - - MEDIA QUERY - - - - - */
/* ------------------------------- */




@media only screen and (max-width: 1360px) {

    /* - - - - - - - - - - - - - HOME - - - - - - - - - - - - - */

    .title {
        font-size: 3rem;
        margin: 0 0 8px 0;
    }

    .subtitle {
        font-size: 1.8rem;
    }

    /* - - - - - - - - - - - - - COMO - - - - - - - - - - - - - */

    .title3 {
        font-size: 2.5em;
    }

    .pSectComo{
        font-size: 1.1em;
    }

    /* - - - - - - - - - - - - - BENEFICIOS - - - - - - - - - - - - - */


    .title2 {
        font-size: 3rem;
    }

    .boxSect2 {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    .benefChild1-2 {
        margin: 0;
        padding: 0;
    }

    .beneficiosChild1 {
        margin-right: 8px;
    }

    .beneficiosChild2 {
        margin-left: 8px;
    }

    .glass1 {
        width: 300px;
        max-height: 160px;
        border-radius: 16px;
        padding: 16px;
        margin: 10px 0;
    }

    .glassP {
        margin: 10px 0 0 0;
        line-height: 1.3;
    }

    .sTitle {
        font-size: 1.4em;
    }

    .glass2 {
        margin: 10px 0;
    }

    .beneficiosIcon {
        width: 40px;
        padding: 0;
        margin: 0 auto;
    }



    /* - - - - - - - - - - - - - CONTACTO - - - - - - - - - - - - - */

    .title4 {
        font-size: 3.5em;
    }

    h4 {
        font-size: 1.5em;
    }

    .contactForm {
        max-width: 100%;
    }

    /* - - - FOOTER - - - */

}


/* - - - - - - - - - - - - - 1 0 6 0 p x  - - - - - - - - - - - - -*/

@media only screen and (max-width: 1060px) {

    /* - - - HOME - - - */

    .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 85vw;
    }

    .box1 {
        width: 70%;
        margin-bottom: 20px;
        text-align: center;
    }

    .box2 {
        width: 60%;
        max-width: 1000px;
        order: -1;
    }
    
    .pSect {
        font-size: 1rem;
    }      
    
    .btn {
        margin-top: 20px;
    }

    /* - - - COMO - - - */

    .boxComo {
        width: 45vw;
    }

    .title3{
        font-size: 2em;
        text-align: center;
    }

    .boxSect3 {
        align-items: self-start;
        max-height: 83vh;
        max-width: 100vw;
    }

    .pSectComo{
        font-size: 1em;
    }

    .onboardImg {
        margin: 60px 15px 0 15px;
        vertical-align: top;
        width: 25%;
    }



    /* - - - BENEFICIOS - - - */

    .glass1 {
        width: 262.5px;
        height: 150px;
        padding: 20px 30px;
        margin: 20px 20px 0 20px;
    }

    .glassP {
        margin: 10px 0 0 0;
        line-height: 1.3;
        font-size: 0.8em;
    }

    .sTitle {
        font-size: 1.2em;
        font-weight: 900;
        color: #464646;
    }

    .glass2 p, .glass2 h5{
        font-size: .9rem;
    }


    /* - - - CONTACTO - - - */

    .section4 {
        width: 100vw;
        display: flex;
        /* background-color: #e6bc00; */
    }

    .boxContact {
        /* background-color: seagreen; */
        padding: 30px 10px 30px 40px;
        width: 100%;
    }

    .title4 {
        font-size: 3em;
    }

    .box2Contact {
        /* background-color: yellowgreen; */
        width: 50%;
    }

    .box2Contact img {
        /* background-color: tomato; */
        width: 100%;
    }


    /* - - - FOOTER - - - */

    footer {
        width: 100%;
    }
}




/* - - - - - - - - - - - - - T A B L E T S  - - - - - - - - - - - - -*/

@media only screen and (max-width: 768px) {

    /* - - - HOME - - - */

    .content {
        width: 95vw;
    }

    .navUl {
        width: 80vw;
    }

    .contentText {
        width: 95%;
    }

    .title {
        font-size: 2.3rem;
        margin: 0 0 15px 0;
    }

    .pSect {
        font-size: 1em;
    }

    .btn {
        font-size: 0.8em;
        font-weight: 500;
        border-radius: 25px;
        padding: 8px 12px;
        margin: 50px 0 0 0;
    }


    /* - - - COMO - - - */

    .boxComo {
        width: 70vw;
        /* background-color: #e6bc00; */
        margin-bottom: 10px;
    }

    .boxSect3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* background-color: skyblue; */
        vertical-align: top;
        max-height: 95vh;
        padding: 0;
        width: 80%;
    }

    .onboardImg {
        margin: 5px;
        vertical-align: top;
        /* background-color: wheat; */
        max-width: 50%;
        /* width: 34%; */
    }


    /* - - - BENEFICIOS - - - */

    /* .section2 {
        background-size: 100%;
    } */

    .title2 {
        font-size: 2rem;
        font-weight: 900;
    }

    .boxSect2 {
        display: flex;
        flex-direction: column;
        justify-content: baseline;
        align-content: center;
        height: 70vh;
        display: inline-block;
    }

    .glass1 {
        width: 200px;
        margin: 40px 10px 0 10px;
        padding: 10px;
    }

    .glass2 {
        display: inline-block;
    }

    .beneficiosIcon {
        width: 30px;
    }

    .sTitle {
        font-size: 1rem;
    }


    /* - - - CONTACTO - - - */

    .section4 {
        height: 98vh;
        flex-direction: column;
        align-items: center;
    }

    /* .title4 {
        font-size: 2.5em;
    } */

    .contentContact {
        width: 90%;
        /* background-color: wheat; */
    }

    .boxContact{
        margin: 0;
    }

    .box2Contact {
        /* background-color: burlywood; */
        width: 40%;
    }
}



/*-------------------------M O B I L E-------------------------*/

@media only screen and (max-width: 500px) {

    /* - - - HOME - - - */
    .navbar {
        padding: 20px 10px;
    }
    
    .navUl {
        width: 88vw;
    }

    .navUl li a {
        font-size: 0.8em;
    }

    .content {
        margin-top: 40px;
    }

    .title {
        /* font-size: 2rem; */
        margin: 0 0 8px 0;
    }

    .subtitle {
        font-size: 1.6rem;
    }

    .box1 {
        width: 100%;
    }

    .btnContainer {
        width: 85%;
    }

    .btn {
        margin: 30px 0 0 0;
    }

    .box2 {
        width: 80%;
        margin-bottom: 24px;
    }

    .homeImg{
        width: 100%;
    }


    /*-------------------------COMO-------------------------*/


    .boxComo{
        width: 88%;
        margin: 40px auto;
    }

    .pSectComo{
        font-size: .9em;
    }

    .boxSect3 {
        /* display: flex;
        flex-direction: column;
        align-items: center;
        vertical-align: top;
        padding: 0; */
        display: none;
    }

    .onboardImg {
        margin: 5px;
        /* vertical-align: top; */
        width: 100%;
    }

    .carrousel {
        display: block;
        width: 80%;
        max-width: 120em;
        padding: .4em 0 .4em .4em;
        overflow-x: hidden;
        margin: 0 auto;
    
        /* @include media("<=desktop") {
            width: 90%;
        }
    
        @include media("<=desktop") {
            padding: 1em 0 1em 1em;
        } */
    
        .big {
            width: 200%;
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            align-items: center;
            padding: 1em 2em;
            transition: all .5s ease;
            transform: translateX(0%);
    
            /* @include media("<=smallDesktop") {
                justify-content: left;
                padding: 1em 1em;
            }
    
            @include media("<=mobile") {
                justify-content: left;
                padding: 1em .2em;
            } */
    
            .cardReview {
                background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
                backdrop-filter: blur(10px);
                -webkit-backdrop-filter: blur(10px);
                border-radius: 180px;
                border: 1px solid rgba(255, 255, 255, 0.18);
                box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
                width: calc(100% / 3 - 2em);
                min-height: 10vh;
                padding: 32px;
                margin: 10px;
                display: flex;
                align-items: center;
    
                /* @include media("<=smallDesktop") {
                    margin: 10px;
                    padding: 10px 20px 10px 10px;
                }
    
                @include media("<=tablet") {
                    border-radius: 40px;
                    padding: 20px;
    
                }
    
                @include media("<=mobile") {
                    width: calc(100% / 2 - .2em);
                    padding: 32px 10px;
                } */
    
                img {
                    max-width: 34%;
                    margin: 0 20px 0 0;
    
                    /* @include media("<=desktop") {
                        margin: 0 8px 0 0;
                    }
    
                    @include media("<=tablet") {
                        display: none;
                    } */
                }
    
                .cardReviewText {
    
                    h3 {
                        width: 100%;
                        font-size: 1.6rem;
                        font-weight: 700;
                        line-height: 1.6rem;
                        text-align: left;
                        margin: 0 0 10px 0;
    
                        /* @include media("<=smallDesktop") {
                            font-size: 1.2rem;
                            line-height: 1.2rem;
                            margin: 0 0 5px 0;
                        } */
                    }
    
                    h4 {
                        width: 100%;
                        text-align: right;
                        padding: 10px 32px 0 0;
    
                        /* @include media("<=smallDesktop") {
                            padding: 0 40px 0 0;
                        } */
                    }
    
                    /* @include media("<=desktop") {
                        margin: 30px 0;
    
                        p {
                            font-size: 1rem;
                        }
    
                        h3 {
                            font-size: 1.3rem;
                            line-height: 1.3rem;
                        }
                    }
    
                    @include media("<=smallDesktop") {
                        padding: 0 10px 0 0;
                    } */
                }
            }
        }
    
        .dots {
            width: 100%;
            display: flex;
            flex-flow: row nowrap;
            justify-content: center;
            align-items: center;
            padding: 0 0 0 100px;
        }
    
        .dot {
            font-size: 2.4rem;
            width: 1em;
            cursor: pointer;
            color:#ffe262;
        }
    
        .dot.active {
            color:#F2C700;
        }
    }
    


    /* - - - BENEFICIOS - - - */

    .title2 {
        margin-bottom: 16px;
    }

    .contentBeneficios {
        width: 100%;
        margin: 10px auto;
        text-align: center;
    }

    .boxSect2 {
        height: 60vh;
        margin: 0;
    }

    .benefChild1-2 {
        flex-direction: column; 
        margin: auto;
        text-align: center;
    }

    .beneficiosChild1 {
        margin: 0;
    }               

    .glass1 {
        max-width: 320px;
        height: auto;
        padding: 8px;
        margin: 4px auto;
        width: 90%;    
        display: inline-block;
    }

    .glass1 p {
        font-size: .8rem;
    }

    .beneficiosIcon {
        max-width: 30px;
    }

    .glassP {
        margin-top: 4px;
    }

    .glass2 {
        padding: 20px;
        margin: 8px 24px;
    }

    .glass2 h3 {
        font-size: 1.2rem;
    }

    .glass2 p {
        font-size: .8rem;
    }

 
    /* - - - - - - - - - - */
    /* - - - CONTACTO - - - */
    /* - - - - - - - - - - */


    .section4 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 100%;
    }

    .contentContact {
        width: 100%;
    }

    .boxContact {
        width: 80%;
        margin: auto;
        padding: 32px 24px;
    }

    .title4 {
        font-size: 2em;
        margin: 0 0 10px 0;
    }

    h4 {
        font-size: 1.2em;
    }

    .box2Contact {
        width: 65%;
        margin: 0 0 24px 0;
        order: -1;
    }

    .garabato {
        max-width: 200px;
    }
}