/* Minification failed. Returning unminified contents.
(91,47): run-time error CSS1046: Expect comma, found '0'
(91,51): run-time error CSS1046: Expect comma, found '/'
(91,64): run-time error CSS1046: Expect comma, found '0'
(91,68): run-time error CSS1046: Expect comma, found '/'
(91,81): run-time error CSS1046: Expect comma, found '0'
(91,84): run-time error CSS1046: Expect comma, found ')'
 */
body {
    background-color: #000000;
}

.vota_personaje-img {
    max-width: 50%;
    position: absolute;
    z-index: 1;
}


.vota_bowl-img {
    width: 47%;
    padding-top: 3rem;
    max-width: 600px;
}

.vota_bowlzuca-img {
    transform: rotate(25deg);
}

.vota_bowlchoco-img {
    transform: rotate(-25deg);
}

.boton {
    display: inline-block;
    /* animation: bounce 1s infinite; */
    padding: 0 0 2rem;
    text-align: center;
}

    .boton img {
        /* margin: 0 auto; */
        max-width: 60%;
        /* max-width: 15rem; */
        transition: transform 0.2s ease-in-out;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }

    .boton:hover img {
        animation: none;
        transform: scale(1.2);
    }

    .boton:active img {
        transform: scale(0.9);
    }

.vs-img {
    max-width: 30%;
    /* margin-top: -3rem; */
    position: absolute;
    transform: translate(-50%);
    left: 50%;
}

.div_container-vtos {
    position: relative;
    background-image: url(/Content/assetsv2/home/bg/bg_home02.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 6rem;
}


#txt_vota-dt {
    display: none;
}

#pasos-dt {
    display: none;
}

.carruceldt-img {
    max-width: 30%;
}

.copy-promoterm {
    color: white;
    font-family: 'Barlow-Medium';
    text-align: center;
    transform: translateY(-95px);
    font-size: 30px;
}

.fondo-footer {
    background: linear-gradient(to top, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%), rgb(0 0 0));
}

@media(min-width: 1101px) {
    body {
        background-color: #0A0E18;
    }

    .main-container {
        position: relative;
    }

    .text-subtitulos {
        max-width: 28rem;
    }

    .div_container-vtos {
        display: flex;
        align-items: center;
        padding-top: 12rem;
        background-image: url(/Content/assetsv2/home/fondo_HOME_02.png);
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        justify-content: space-between;
        padding-bottom: 30px;
    }

    .container-vtchoco {
        padding-top: 0 !important;
    }

    .vota_bowlchoco-img {
        /* max-width: 80% !important; */
    }

    #txt_cer-mb {
        display: none;
    }

    .vtchoco-contador, .vtzuca-contador {
        font-size: calc(1rem + 3vw) !important;
    }

    .vs-img {
        width: 15%;
        max-width: 200px;
        /* margin-top: -3rem; */
        transform: translate(-50%, -20%);
        left: 50%;
        z-index: 1;
        bottom: 0%;
    }

    #txt_vota-dt {
        display: block;
        position: absolute;
        top: 6rem;
        left: 40%;
        transform: translate(-30%, 0rem);
        max-width: 51%;
    }

    #txt_como_participar {
        max-width: 40%;
        /* position: absolute; */
        top: 32%;
    }

    .section3, .section2 {
        background-image: none !important;
        width: 50%;
    }

    #pasos-mb {
        display: none;
    }

    #pasos-dt {
        display: block;
    }

    .container-carruceldt {
        display: flex !important;
        align-items: center;
        justify-content: space-evenly;
    }

    #mecánica {
        background-image: url(/Content/assetsv2/home/fondo_HOME_03.png);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #text_oportunidades-img {
        content: url(/Content/assets/home/dt/DT_TXT_OPRTUNIDADES.png);
        max-width: 80%;
    }

    #oportunidades-text {
        /*display: none;*/
    }

    #antojo_cerelaltxt-img {
        content: url(/Content/assets/home/dt/DT_TXT_ANTOJO.png);
    }

    #antojocer_bowls-img {
        content: url(/Content/assets/home/dt/IMG_DT_ECOMMERCE.png);
        padding-bottom: 5rem;
    }

    .container-mecanica, .container-oportunidades, .container-antojocer {
        padding-bottom: 10% !important;
    }

    .container-comprar {
        margin-top: -25%;
    }

    .comprar-texto {
        max-width: 20rem !important;
    }

    .btn_comprar {
        max-width: 40% !important;
    }
}


/*-----CARRUCEL-----------*/
/*SECCION PASOS PARA CARRUCEL MOBILE*/
.container-pasos {
    display: flex;
    justify-content: center;
}

.carousel_container-pasos {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel_slide-pasos {
    /*display: none;*/
    width: 100%;
    text-align: center;
}

.pasos-pasos {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}

.carousel_buttons-pasos {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

    .carousel_buttons-pasos button {
        padding: 0;
        font-size: 16px;
        background: transparent;
        border: 0;
    }

.pasos-flecha {
    position: relative;
}

.pasos_flecha-izquierda {
    /*left: 10px;*/
}

.pasos_flecha-derecha {
    /*right: 20px;*/
}

.img-flecha {
    cursor: pointer;
    max-width: 50%;
}

.rotar-imagen {
    transform: rotate(180deg);
}


/*-------------------------------*/

.section1 {
    background-image: url(/Content/assetsv2/home/bg/bg_home01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    /*min-height: 100vh;*/
}

.main-container {
    padding-top: 0;
}

.section1 .container-section1-banner-tfutboll {
    padding-top: 10rem;
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 20px;
}

    .section1 .container-section1-banner-tfutboll img {
        width: 100%;
        max-width: 1400px;
        /*border-radius: 20px;*/
        min-height: 200px;
    }

/*.section1 .container-section1-banner-tfutboll a {
        padding: 15px 40px;
        background: linear-gradient(90deg, #FFA600 0%, #FFB933 100%);
        border: none;
        border-radius: 8px;
        color: #000;
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
        transition: transform .1s ease, box-shadow .1s ease;
        font-weight: 900;
        box-shadow: inset 0 -4px 0 rgb(0 0 0);
        padding-bottom: 20px;
    }

        .section1 .container-section1-banner-tfutboll a:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgb(0 0 0);
        }*/

.container-votagana {
    padding-inline: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10%;
}

.votagana_kit-gif {
    max-width: 80%;
    width: 80%;
}

.vota-legales {
}


/*----- CARRUCEL PARTIDO FUTBOL -----*/
/*---- SLIDER BANNERS ----*/
.container-section1-banner-tfutboll .slider-container {
    overflow: hidden;
    width: 100%;
    /* margin-top: 80px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.container-section1-banner-tfutboll .swiper_container-tutorial {
    width: 100%;
}

.container-section1-banner-tfutboll .swiper-wrapper {
}

.container-section1-banner-tfutboll .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    color: white;
}

.container-section1-banner-tfutboll .swiper_container-tutorial .flecha-slider {
    position: absolute;
    cursor: pointer;
    z-index: 1;
}

.container-section1-banner-tfutboll .swiper_container-tutorial .flecha-left {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.container-section1-banner-tfutboll .swiper_container-tutorial .flecha-right {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.container-section1-banner-tfutboll .swiper_container-tutorial .swiper-slide img {
    /* max-width: 310px; */
}

.container-section1-banner-tfutboll .swiper_container-tutorial .swiper-slide p {
    max-width: 350px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.container-section1-banner-tfutboll .swiper_container-tutorial .swiper-slide span {
    font-family: 'Montserrat';
    font-size: 13px;
    text-transform: capitalize;
    max-width: 100px;
}

.slider-container .slider-container-legend {
    font-family: 'Montserrat';
    font-size: 13px;
    color: white;
    text-align: center;
    margin-top: 30px;
    /* max-width: 650px; */
}
/*----------------------------------*/

@media(min-width: 1101px) {
    .section1 .container-section1-banner-tfutboll {
        padding-top: 0;
    }

        .section1 .container-section1-banner-tfutboll a {
            margin-top: -60px;
            /* position: absolute; */
            bottom: -20px;
        }


    .container-votagana {
        flex-direction: row;
        justify-content: space-between;
        padding-inline: 4rem;
        max-height: 100px;
        background-color: #131B33;
        border-radius: 40px;
        display: none;
        width: 100%;
    }

    .votagana_kit-gif {
        max-width: 6rem;
    }

    .section1 {
        position: absolute;
        background-image: none;
        /* background-color: #131B33; */
        top: 8rem;
        border-radius: 40px;
        margin: 0rem 1rem;
        z-index: 1;
        width: 97%;
    }

    #votagana_kit-img {
        content: url(/Content/assets/home/dt/DT_TXT_VOTAYGANA.png);
        max-width: 40%;
    }

    .container-section1-banner-tfutboll .swiper_container-tutorial .flecha-left {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .container-section1-banner-tfutboll .swiper_container-tutorial .flecha-right {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .section1 .container-section1-banner-tfutboll img {
        padding-top: 70px;
    }
}

.section2 {
    /* background-image: url(/Content/assetsv2/home/bg/bg_home02.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;*/
    /*min-height: 100vh;*/
}

.container-vtzuca {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 50px; */
}

.contador-vtzuca {
    background-image: url(/Content/assets/home/mo/IMG_MARCADORZUC.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    width: 35%;
}

.vtzuca-contador {
    position: absolute;
    font-size: 3rem;
    color: white;
    top: 34%;
    right: 17%;
    transform: translate(15%, -30%);
    font-size: calc(1rem + 6vw);
    /* font-family: 'Clorck'; */
}

.vota_tono-img {
    left: 0;
    top: -50%;
}

#txt_cer-mb {
    z-index: 2;
}


@media (min-width: 1100px) {
    .container-vtzuca {
        gap: 0px;
    }
}

@media (max-width: 1100px) {
    .vtzuca-contador {
        top: 34%;
        right: 13%;
    }
}

.section3 {
    /* background-image: url(/Content/assets/home/mo/BG_HOMESECCHO.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /*min-height: 100vh;*/
}

.container-vtchoco {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 26%;
}

.contador-vtchoco {
    background-image: url(/Content/assets/home/mo/IMG_MARCADORCHO.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 35%;
}

.vtchoco-contador {
    position: absolute;
    font-size: 3rem;
    color: white;
    top: 35%;
    left: 35%;
    transform: translate(-45%, -30%);
    font-size: calc(1rem + 6vw);
    /* font-family: 'Clorck'; */
}

.vota_choco-img {
    right: 0;
    top: -50%;
}

.vota_bowlchoco-img {
    width: 47%;
}

.container-vtchoco-div {
    position: relative;
    width: 100%;
}

.container-vtzuca-div {
    position: relative;
    width: 100%;
}

@media(min-width: 1001px) {
    .container-vtchoco-div {
        order: 2;
    }

    .container-vtzuca-div {
        order: 2;
    }

    .container-votagana-dt {
        display: flex;
        width: 98%;
        justify-content: center;
        padding: 0;
    }
}

.section4 {
    background-image: url(/Content/assetsv2/home/bg/bg_home03.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* padding-top: 2rem; */
    /*min-height: 100vh;*/
}

.text_oportunidades-img {
    max-width: 100%;
}

#oportunidadesdiaras > p {
    padding-inline: 12px;
    margin-bottom: 0;
}

.container-mecanica {
    padding-top: 10%;
}

.container-mecanica, .container-oportunidades, .container-antojocer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 15%;
}

.container-comprar {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-antojocer {
    padding-bottom: 10%;
}

.oportunidadesdia_kit-img {
    width: 100%;
    max-width: 700px;
}

.antojocer_bowls-img {
    max-width: 100%;
}

.comprar-texto {
    font-family: 'Barlow-Medium';
    font-size: 2em;
    color: white;
    text-align: center;
    font-weight: bold;
    max-width: 80%;
}

.btn_comprar {
    max-width: 70%;
}

#pasos-mb {
    padding-top: 10%;
}

@media (max-width: 1100px) {
    .oportunidadesdia_kit-img {
    }
}

.seccion6-container-votagana-dt {
    display: none;
    justify-content: center;
    background-color: #0C1442;
}

@media(min-width:1001px) {
    .seccion6-container-votagana-dt {
        display: flex;
    }
}

