


.logo-freefire {
    width: 320px;
    margin-bottom: 20px;
}



.premios-img {
    width: 100%;
    max-width: 1100px;
}

welcome-images h1 {
    text-align: center;
    font-size: 20px;
    padding: 40px;
    text-transform: uppercase;
    margin-bottom: -20px;
    margin-top: 35px;
    color: white;
}

        .welcome-images h1 .y-gana-premios {
            color: #ffcb00;
        }

.welcome-translate {
    /*z-index: 20;*/
}

    .welcome-translate p {
        color: white;
        text-align: center;
        font-size: 25px;
        margin-top: 0;
        margin-bottom: 0;
        text-transform: uppercase;
    }



    .welcome-translate .text-link {
        transform: translateY(-30px);
    }

.papas-izq {
    left: -400px;
    top: 220px;
    position: absolute;
    max-width: 380px;
    animation: papasizq 1s ease .3s forwards;
    z-index: 1;
}

@keyframes papasizq {
    0% {
        left: -400px;
    }

    100% {
        left: 0;
    }
}

.papas-der {
    right: -400px;
    top: 220px;
    position: absolute;
    max-width: 380px;
    animation: papasder 1s ease .3s forwards;
    z-index: 1;
}

@keyframes papasder {
    0% {
        right: -400px;
    }

    100% {
        right: 0;
    }
}

.vouncher-der {
    position: absolute;
    top: 220px;
    right: 0;
}

.vouncher-izq {
    position: absolute;
    top: 220px;
    left: -20px;
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(10deg);
    }

    33% {
        transform: rotate(0deg);
    }

    66% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(10deg);
    }
}



#ganapremios span {
    display: inline-block;
    transform: translateY(200px);
    animation: showTitle 1s ease forwards;
    }

@keyframes showTitle {
    0% {
        transform: translateY(200px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media only screen and (max-width: 1773px) {
    .papas-der, .papas-izq {
        width: 250px;
        top: 30%;
    }
}

@media only screen and (max-width: 1573px) {
    .welcome {
        margin-bottom: 0px;
    }

    .papas-der, .papas-izq {
        width: 250px;
        top: inherit;
        bottom: 50px;
    }

    .papas-der {
        transform: rotate(10deg);
        right: -50px !important;
    }

    .papas-izq {
        left: -50px !important;
    }

    .tuspringles {
        max-width: 500px;
        line-height: 30px;
    }

    #landingPremios {
        max-width: 95%;
    }
}

.dots {
    z-index: 77 !important;
}

/*MODALES*/

    .modal {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(45px);
    z-index: 78;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(105%);
}

    .modal.close {
        opacity: 0;
        transform: translateY(105%);
        transition: all .3s ease;
    }

    .modal.open {
        opacity: 1;
        transform: translateY(0%);
        transition: all .3s ease;
    }

#tutorial {
    position: relative;
    text-align: center;
}

    #tutorial img {
        max-width: 95%;
    }

#closeTuto2 {
    position: absolute;
    top: 20%;
    right: 45px;
    cursor: pointer;
    max-width: 30px !important;
}

#codigo div {
    position: relative;
    text-align: center;
    width: 90%;
    max-width: 90%;
    padding: 0 20px;
    margin: 0 auto;
}

#codido-modal {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.codigo-listo {
    color: #ffcb00;
    font-family: 'pinup';
    position: relative;
    z-index: 10;
    font-size: 55px;
    margin-bottom: 0;
}

.codigo-vouncher {
    position: relative;
    z-index: 10;
    color: white;
    font-size: 24px;
    margin-top: 8px;
}

.codigo-codigo {
    color: white;
    position: relative;
    z-index: 10;
    margin-bottom: 0;
    font-weight: 200;
    font-size: 31px;
}

.canjealos a {
    font-size: 20px !important;
}

#closeTuto {
    position: relative;
    z-index: 10;
    position: absolute;
    top: 9%;
    right: 45px;
    cursor: pointer;
    max-width: 30px !important;
}

