﻿.abs-center {
    align-items: center;
    justify-content: center;
    text-align: center;
}

:root {
    --main-color: rgba(0,153,153,1);
    --second-color: rgba(217, 228, 204, 255);
    --third-color: rgba(238, 238, 238, 1);
    --fourth-color: rgba(191, 220, 215, 1);
}

.fa {
    background: rgb(128 128 128 / 50%);
    color: white;
    padding: 7px;
    font-size: 45px;
    margin-left: 13%;
    padding: 15px;
    border-radius: 5px;
}

.cheked {
    background: rgb(98 98 98);
}

#banner{
    color: white;
}

.confirmarCopia {
    background: rgb(23 174 181);
    width: 25%;
    text-align: center;
    font-size: 14px;
    font-family: "Lato-Heavy";
    color: white;
    padding: 7px;
    border-radius: 10px;
    position: absolute;
    right: 18%;
    margin-top: 6px;
    opacity: 0;
    transition: all 0.75s ease;
}
    .confirmarCopia.active {
        opacity: 1;
    }

.btnCopiarLink {
    border: #80808073 solid 0.5px;
    border-left: none;
    font-family: "Lato-bold";
    background: white;
    color: #686767;
    border-radius: 0 5px 5px 0;
    font-size: 17px;
}

.fa-facebook {
    padding-left: 20px;
    padding-right: 20px;
}

.tboxInvitation {
    display: block;
    width: 98%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-Modal {
    background: #3a86ff;
    width: 23%;
    border: none;
}

.selectedBackground {
    box-shadow: 0px 0px 30px -8px black;
    width: 111px;
    transition: .5s;
    z-index: 1;
}

.meetingDate {
    display: flex;
    flex-wrap: wrap;
}

    .meetingDate label {
        width:50%;
    }

    .meetingDate input {
        width: 48%;
    }

.flex {
    display: flex;
    flex-wrap: wrap;
}

    .flex label {
        width: 50%;
    }

    .flex input {
        width: 48%;
    }


.flex-3 {
    display: flex;
    flex-wrap: wrap;
}

    .flex-3 label {
        width: 33%;
    }

    .flex-3 input {
        width: 31%;
    }


.bgOption {
    margin-left: 92px;
}

.btn-Modal:hover {
    color: rgb(255 255 255);
    background: #235cb7;
    border: none;
    /*font-size: 20px;*/
}

#bgGreen {
    left: 35px;
    position: absolute;
}

#bgWhite {
    right: 100px;
    position: absolute;
}

footer{
    color: white;
}
footer>p>a {
    color: white;
}
.Support .collapsedText {
    background-color: var(--second-color);
}
.step > p {
    line-height: 20px;
}
.registro {
    border: 1px solid #dbdbdb;
    box-shadow: 10px 10px 19px 1px darkgrey;
    border-radius: 25px;
}
.popover-custom {
    max-width: 500px;
    width: 500px;
}
/* ------ Celular ---------- */
@media (max-width: 600px) {
    * {
        font-size: 10px;
        /*font-family: 'Lato', sans-serif;*/
    }

    .imgCodigo{
        width:300px
    }

    .titulo {
        font-size: 18px !important;
        text-align: center;
        line-height: 40px;
    }

    .selectedMenu {
        background-color: rgba(0,131,117,255);
        color: white;
        border-radius: 10px 10px 10px 10px;
    }

    .botonesIdioma {
        position: absolute;
        right: 0;
        top: 0;
    }

    .nav {
        font-size: 14px;
    }

    /*.navbar {
        height: 100px;
    }*/

    .navbar-nav a {
        overflow: visible;
        box-sizing: content-box;
        /* margin-top: 1rem; */
        margin-bottom: 1rem;
        border: 0;
        border-bottom: 1px solid rgba(0,0,0,.1) !important;
    }

    .btnIdioma {
        padding-right: 0px;
        margin-right: -45px;
    }

    .navbar .btnIdioma {
        border-color: darkgray;
        border-radius: 0;
        width: 30px;
        padding: 1px;
        font-size: 7px;
        position: absolute;
    }

    .selected {
        background: var(--main-color);
        border-radius: 2px;
        color: white !important;
    }

    .imgLetsParty {
        width: 12%;
        position: absolute;
        left: 46%;
        top: -10px;
    }

    .mainPicture {
        right: 0;
        left: 0;
        width: 100%;
    }

    /*What is it*/

    .WhatItIs {
        margin-left: 7%;
        margin-right: 7%;
    }

        .WhatItIs p {
            font-size: 10px;
        }

        .WhatItIs .texto {
            font-size: 10px;
        }

        .WhatItIs p b {
            background-color: var(--main-color);
            font-size: 15px;
            color: white;
        }



    .beneficios .desc b {
        color: rgba(173,201,196,255);
        font-family: 'Lato-Semibold-Italic';
        font-size: 40px;
    }

    .beneficios .desc p {
        color: rgb(114 114 114);
        font-family: 'Lato-Italic';
        font-size: 8px;
    }

    .desc .margenP {
        margin: 0;
        margin-top: -48px !important;
    }

    /* How it Work */
    .HowItWork {
        background-color: var(--second-color);
        padding-bottom: 42px !important;
        padding-top: 42px !important;
    }

        .HowItWork p {
            font-size: 15px;
            margin-bottom: 0;
        }

            .HowItWork p b {
                font-size: 15px;
            }


        .HowItWork img {
            width: 100%;
        }


        .HowItWork .planning {
            /*padding-right: 20%;*/
            padding-top: 2%;
            text-align: center;
            font-family: 'Lato-Heavy';
            margin: 0;
            margin-bottom: -10px;
            /* margin-top: 52px !important; */
            text-align: center;
        }

        .HowItWork .texto {
            font-size: 10px;
        }

        .HowItWork .imgVectores {
            width: 80%;
        }

    /* Ways to Earn */

    .WaysToEarn {
        background-color: var(--third-color)
    }

        .WaysToEarn p b {
            font-weight: 900;
            font-size: 20px;
        }

        .WaysToEarn .texto1 {
            font-weight: bold;
            font-size: 10px;
        }

        .WaysToEarn .cuadro1 {
            background-color: white;
            width: 222px;
            font-size: 10px;
            height: 80px;
            padding: 10px;
            font-family: 'Lato-Light';
            font-size: 12px;
        }

        .WaysToEarn .cuadro2 {
            background-color: white;
            width: 222px;
            font-size: 10px;
            height: 80px;
            margin-left: 20%;
            padding: 10px;
            font-family: 'Lato-Light';
            font-size: 12px;
        }

        .WaysToEarn label {
            background-color: var(--fourth-color);
            color: white;
            font-size: 190%;
            width: 222px;
            margin: 10px;
            margin-left: -10px;
        }

    .margenP {
        margin: 0;
        margin-top: -7px;
    }

    .texto-ganancia {
        padding: 0px 10%;
        text-align: center;
    }


    /*Support*/


    .Support .collapsedText {
        font-size: 8px;
        margin-top: 8px;
    }

    .Support img {
        width: 100%;
        margin-left: 40%;
        margin-top: 20%;
        margin-bottom: 10%;
    }

    .Support label {
        /*margin-right: 35%;*/
        margin-top: -2px;
    }

        .Support label b {
            font-size: 20px;
        }

    .Support .texto {
        font-size: 8px;
    }

    .support-accordion button {
        margin-top: 10px;
        width: 15rem;
        text-align: left;
    }


    /* Let's Party */

    .LetsParty {
        
    }

        .LetsParty .titulo p {
            font-size: 25px;
            margin-top: -8px;
        }

        .LetsParty label {
            font-size: 90px;
        }

            .LetsParty label b {
                font-size: 50px;
            }

        .LetsParty .texto {
            font-size: 13px;
            color: gray;
            text-align: justify;
        }


        .LetsParty button {
            border: rgba(60,60,59,255);
            background-color: rgba(60,60,59,255);
            color: white;
            font-weight: bold;
            font-size: 10px;
            width: 35%;
        }

            .LetsParty button p {
                font-size: 15px;
            }


    /* Testimonials */

    .Testimonials {
        /*height: 250px;*/
        margin-top: 50px;
    }

        .Testimonials .card {
            width: 17rem;
        }

        .Testimonials .bi-facebook {
            color: rgba(66,99,180,255);
        }

    .Testimoniales img {
        width: 30%;
    }

    .marquee {
        position: relative;
        width: 100vw;
        max-width: 100%;
        height: 50px;
        overflow-x: hidden;
    }

        .marquee .content {
            font-size: 17px;
            background-color: rgba(191,220,215,255);
        }

    .track {
        position: absolute;
        white-space: nowrap;
        will-change: transform;
        animation: marquee 5s linear infinite;
    }

    @keyframes marquee {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-20%);
        }
    }

    .imagenesTestimonio img {
        width: 30%;
        /*margin: 20px;*/
    }

    /* FAQs */

    .FAQs button {
        font-size: 10px;
        padding: 0;
    }

    /*Fotos Instagram*/

    .FotosInstagram {
        padding-left: 1%;
    }

        .FotosInstagram img {
            width: 100%;
            height: 100%;
        }

    .swal2-popup {
        width: 95% !important;
    }

    .videoTutorial {
        width: 100%;
        height: 200px;
    }

    footer p {
        font-size: 11px;
    }

    .imagenesTestimoniales img {
        width: calc(100% / 3);
    }

    .imagenesTestimoniales {
        /*margin-left: 10%;*/
    }

    .rotarMobile {
        width: 500%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        transition: all .5s ease;
        overflow: hidden;
    }

    hr {
        height: 0 !important;
    }
}




/* ------ Web ---------- */

@media(min-width: 600px) {

    * {
        font-size: 17px;
        /*font-family: 'Lato', sans-serif;*/
    }

    .titulo {
        font-size: 33.33px !important;
    }

    .imgCodigo {
        width: 500px
    }


    .selectedMenu {
        background-color: rgba(0,131,117,255);
        color: white;
        border-radius: 10px 10px 10px 10px;
    }

    .navbar {
        height: 100px;
    }

        .navbar a {
            font-size: 15px !important;
        }

    .navTestimonials {
        margin-left: 15px;
    }

    .navbar .btnIdioma {
        border-color: darkgray;
        border-radius: 0;
        width: 100px;
        font-size: 14px;
    }

    .navbar .bi {
        padding-left: 0;
        padding-right: 0;
        font-size: 20px;
    }

    #navLetsParty {
        margin-left: 8px;
    }

    .selected {
        background: var(--main-color);
        border-radius: 10px 10px;
        color: white !important;
    }

    .imgLetsParty {
        width: 80px;
        position: absolute;
        left: 49%;
    }

    .mainPicture {
        right: 0;
        left: 0;
        width: 100%;
    }

    /*What is it*/

    .WhatItIs {
        margin-left: 15%;
        margin-right: 15%;
    }

        .WhatItIs p {
            font-size: 20px;
        }

        .WhatItIs .texto {
            font-size: 17px;
        }

        .WhatItIs p b {
            background-color: var(--main-color);
            color: white;
        }

    .beneficios .desc b {
        color: rgba(173,201,196,255);
        font-family: 'Lato-Semibold-Italic';
        font-size: 80px;
    }

    .beneficios .desc p {
        color: rgb(114 114 114);
        font-family: 'Lato-Italic';
        font-size: 14px;
        padding: 0 50px 0px 50px;
    }

    .desc .margenP {
        margin: 0;
        margin-top: -48px !important;
    }

    /* How it Work */

    .HowItWork {
        background-color: var(--second-color);
        padding-bottom: 42px !important;
        padding-top: 42px !important;
    }

        .HowItWork p {
            font-size: 15px;
            margin-bottom: 0;
        }

            .HowItWork p b {
                font-size: 25px;
            }

        .HowItWork img {
            width: 100%;
        }

        .HowItWork .planning {
            padding-right: 10%;
            padding-top: 2%;
        }

        .HowItWork .texto {
            font-size: 17px;
        }

        .HowItWork .imgVectores {
            width: 327px;
        }


    /* Ways to Earn */

    .WaysToEarn {
        background-color: var(--third-color)
    }

        .WaysToEarn p b {
            font-weight: 900;
        }

        .WaysToEarn .texto1 {
            margin-right: 15%;
            margin-left: 15%;
            margin-top: -20px;
            margin-bottom: 40px;
            font-weight: bold;
        }

        .WaysToEarn .cuadro1 {
            background-color: white;
            width: 356px;
            height: 85px;
            padding: 10px;
            font-family: 'Lato-Light';
            font-size: 20px;
        }

        .WaysToEarn .cuadro2 {
            background-color: white;
            width: 356px;
            height: 85px;
            padding: 10px;
            margin-left: 30px;
            font-family: 'Lato-Light';
            font-size: 20px;
        }

        .WaysToEarn label {
            background-color: var(--main-color);
            color: white;
            font-size: 237%;
            width: 356px;
            margin: 10px;
            margin-left: -10px;
        }

    .margenP {
        margin: 0;
        margin-top: -7px;
    }

    .texto-ganancia {
        margin-left: 100px;
    }

    /*Support*/

    .Support {
        background-image: url(../Img/fondoSupport.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

        .Support .collapsedText {
            font-size: 13px;
            margin-top: 8px;
        }

        .Support img {
            width: 69%;
            margin-left: 40%;
            margin-top: 5%;
            margin-bottom: 5%
        }

        .Support label {
            margin-right: 35%;
            margin-top: -2px;
        }

            .Support label b {
                font-size: 20px;
            }

    .support-accordion button {
        margin: 10px;
        width: 15rem;
        text-align: left;
    }

    /* Let's Party */

    .LetsParty {
        
    }

        .LetsParty .titulo p {
            font-size: 80px;
            margin-top: -24px;
            margin-bottom: 36px;
        }

        .LetsParty label {
            font-size: 90px;
        }

            .LetsParty label b {
                font-size: 50px;
            }

        .LetsParty .texto {
            font-size: 20px;
            color:gray;
        }


        .LetsParty button {
            border: rgba(60,60,59,255);
            background-color: rgb(58 134 255);
            color: white;
            font-weight: bold;
            font-size: 20px;
            width: 30%;
             margin-left: 100px; 
        }

            .LetsParty button p {
                font-size: 22px;
            }


    /* Testimonials */

    .Testimonials {
        height: 450px;
        margin-top: 50px;
    }

        .Testimonials .card {
            width: 17rem;
        }

        .Testimonials .bi-facebook {
            color: rgba(66,99,180,255);
        }

    .marquee {
        position: relative;
        width: 100vw;
        max-width: 100%;
        height: 50px;
        overflow-x: hidden;
    }

        .marquee .content {
            font-size: 26px;
            background-color: rgba(191,220,215,255);
        }

    .track {
        position: absolute;
        white-space: nowrap;
        will-change: transform;
        animation: marquee 5s linear infinite;
    }

    @keyframes marquee {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-20%);
        }
    }

    .imagenesTestimonio img {
        width: 14%;
        margin: 20px;
    }

    /* FAQs */

    .FAQs button {
        font-size: 15px;
        padding: 0;
    }

    /* Fotos Instagram */

    .FotosInstagram {
        padding-left: 1%;
    }

        .FotosInstagram img {
            /*height: 253px;*/
            width: 100%;
            height: 100%;
        }

    .videoSwal {
        width: 900px !important;
        height: 550px;
    }

    .videoTutorial {
        width: 800px;
        height: 450px;
    }

    footer p {
        font-size: 15px;
    }

    .imagenesTestimoniales img {
        width: calc(80% / 5);
    }

    .imagenesTestimoniales {
        /*margin-left: 10%;*/
    }

    .rotar {
        width: 200%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        transition: all .5s ease;
        overflow: hidden;
    }

    hr {
        height: 0 !important;
    }
}
