﻿body {
    background-image: url("../../assets/gamingmx/teaser/fondo_teaser_TEA_MO.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    font-family: "pinup";
}

.container-teaser {
    height: 100vh;
}

.title-dt {
    font-size: 2.5rem;
}

@font-face {
    font-family: "pinup";
    src: url("../assets/fonts/PINUP.ttf");
}

.logo-auros {
    max-width: 100px;
}

.center_footer-dt {
    position: absolute;
    bottom: -130px;
    color: white;
    width: 100%;
    font-family: Arial;
    font-weight: bold;
}

.comebien {
    color: white;
    font-size: 18px;
}

.link-cokla {
    color: #B99427;
    text-decoration: underline;
}

.separador-footer {
    width: 100%;
    height: 20px;
    background-image: url("../../assets/gamingmx/home/COD_linea_footer.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*SECCION DE TITULO BIENVENIDA*/
.teaser_logo-img {
    min-width: 100px;
    max-width: 20%;
    margin-top: 2rem;
}

.container-titulo {
    margin: 0 auto;
}

/*------------------------------*/
/*SECCION CONTAINER CONTADOR*/
.separador-contador {
    min-height: 50px;
    background-image: url("../../assets/gamingmx/teaser/pico_fondopiedras_TEA_MO.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-contador {
    /*min-height: 80%;*/
    background-image: url("../../assets/gamingmx/teaser/DT_fondo_teaser.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contador-contenido {
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.contador_latas-img {
    min-width: 300px;
}

.contador-titulo, .contador-texto {
    margin: 0;
    font-weight: bold;
}

.contador-titulo {
    font-family: 'pinup';
    font-size: 4rem;
    color: #333333;
    text-align: center;
}

.contador-texto {
    font-size: 2rem;
}

.contador_latas-img {
    max-width: 90%;
}

.contador-a {
    text-align: center;
}

.btn_registrate {
    min-width: 300px;
    max-width: 20%;
}

    .btn_registrate:hover {
        content: url("../../assets/gamingmx/teaser/btn_regsitrateya_hover_TEA_MO.png");
    }


.container-contador-mobile {
    display: none;
}

.container-contador-dt {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-image: url("../../assets/gamingmx/teaser/DT_fondo_teaser.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 3rem;
}

.contador-contenido-dt {
    order: 2;
    /*max-width: 350px;*/
    margin: -22rem 8rem 0 0;
}

.container_img-latamobile {
    margin: -20rem 0 0 4rem;
}

.container-titulo-mb {
    display: none
}

.container-titulo-dt {
    display: block;
}

.text_contador-fecha {
    color: white;
    text-align: center;
    font-size: .8rem;
}

.promop-link {
    /*margin-top: 1rem;*/
}
/*------------------------------*/
@media(max-width: 768px) {
    .container-contador-mobile {
        display: block;
    }

    .container-contador-dt {
        display: none;
    }

    .container-titulo-mb {
        display: block
    }

    .container-titulo-dt {
        display: none;
    }

    .container-contador {
        min-height: 80%;
    }

    .teaser_logo-img {
        max-width: 40%;
    }

    .contador_latas-img {
        max-width: 100%;
        translate: 0% 30%;
    }

    .container-contador {
        padding-bottom: 5rem;
    }

    .center_footer-dt {
        position: static;
        /*margin-top: -3rem;*/
        background: #151210;
    }
}

@media(max-width: 468px) {

    .title-red {
        font-size: 35px;
        margin-top: 10%;
    }

    .teaser_logo-img {
        max-width: 60%;
    }

    .container-titulo {
        max-width: 800px;
        font-size: 2rem;
    }

    .contador-titulo {
        font-size: 3rem;
        line-height: 50px;
    }

    .contador-texto {
        font-size: 1.5rem;
        max-width: 300px;
    }

    .contador-contenido {
        /*height: 100%;*/
    }

    .text_contador-fecha {
        font-size: 12px;
    }

    .comebien {
        font-size: 18px;
    }

    .logo-auros {
        max-width: 30%;
    }
}
