@import url('../fonts/fonts.css');
:root {
    font-size: 14px;
    font-size: 1rem;
}
body, html {
    height: 100%;
    color: #000;
}
p-relative {
    position: relative;
}
body {
    background-image: url('../images/concrete_texture.png');
    background-size: cover;
    color: #000;
    font-family: 'adineue PRO';
}
h1, h2, h3, h4, h5 {
    font-family: 'adineue PRO Cond';
}
.contenedor_video {
    /*background: #000;*/
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}
video {
    position: relative;
    min-height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    display: none;
}
.loader_adidas {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-image: url('../images/concrete_texture.png');
    background-size: cover;
    opacity: 1;
}
.loader_adidas .logo img {
    max-width: 100%;
    height: auto;
    width: 250px;
    margin-bottom: 2.5rem
}
.col_formulario .form-group input.error_input {
    color: red;
}
#btn_envio_dni:hover {
    color: red;
}
.loader_adidas .zapatilla img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: 150px;
    margin-bottom: 2.5rem;
}
.loader_adidas .nombre_pure img {
    max-width: 100%;
    height: auto;
    width: 250px;
    margin-bottom: 1rem
}
.loader_adidas .derecha .zapatilla img {
    animation-name: parpadeo;
    -webkit-animation-duration: .01s;
    animation-duration: .01s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
.loader_adidas .el_juego {
    color: #000;
    font-size: 2.5rem;
}
.pantalla_carga {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pantalla_carga .barra_carga {
    height: 1.5rem;
    background: #FFFFFF;
    padding: .3rem;
    position: relative;
    overflow: hidden;
}
.pantalla_carga .barra_carga .inner_b {
    background: #424040;
    width: 0%;
    height: 100%;
    position: relative;
}
.video_formulario {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    display: block;
}
.col_video_frm {
    overflow: hidden;
}
.col_video_frm .ty {
    -o-object-fit: cover;
    object-fit: cover;
    position: fixed;
    width: 50%;
    height: 100%;
    background: url(../images/banda_derecha.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}
input.error_input::-webkit-input-placeholder {
    color: #e01212!important;
}
input.error_input:-ms-input-placeholder {
    color: #e01212!important;
}
input.error_input::-ms-input-placeholder {
    color: #e01212!important;
}
input.error_input::placeholder {
    color: #e01212!important;
}
label.error_input {
    display: inline-block;
    top: 42%;
    right: -1.4rem;
    transform: translate(-50%, 0);
    position: absolute;
    margin-bottom: 0;
}
label.error_input i {
    font-size: 1.5rem;
    color: red;
}
input[type='checkbox'].error_input {
    box-shadow: 0 0 0 3px red;
}
.instrucciones {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.botones_interaccion {
    position: fixed;
    z-index: 11;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 300px;
}
.btn_decision {
    border: none;
    background: transparent;
}
#ModalTerminos_Condiciones .modal-body {
    font-size: 1.1rem;
}
.btn_decision:hover {
    background: transparent;
    border: none;
}
.btn_decision:active {
    color: #212529;
    background-color: transparent!important;
    border-color: transparent!important;
}
.barra_descuento {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    opacity: 0;
    transition: .4s all;
}
#progressBar {
    width: 90%;
    margin: 10px auto;
    height: 22px;
    background-color: #0A5F44;
    transition: .3s all;
}
#progressBar div {
    height: 100%;
    text-align: right;
    padding: 0 0px;
    line-height: 22px;
    /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #CBEA00;
    box-sizing: border-box;
}
.video_contenedor {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}
.game video {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 2;
    line-height: 0;
    display: none;
}
.progressbar {
    width: 100%;
    /* margin: 25px auto;
  border: solid 1px #000;*/
}
.progressbar .inner {
    height: 6px;
    -webkit-animation: progressbar-countdown;
    animation: progressbar-countdown;
    /* Placeholder, this will be updated using javascript */
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    /* We stop in the end */
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /* Stay on pause when the animation is finished finished */
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* We start paused, we start the animation using javascript */
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    /* We want a linear animation, ease-out is standard */
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.pantalla_cargando {
    position: fixed;
    /* top: 50%; */
    /* left: 50%; */
    bottom: 0;
    left: 0;
    margin: 1rem;
    /* transform: translate(-50%, -50%); */
    display: none;
    color: #fff;
    z-index: 12;
}
@-webkit-keyframes progressbar-countdown {
    0% {
        width: 100%;
        background: #D76773;
    }
    100% {
        width: 0%;
        background: #D76773;
    }
}
@keyframes progressbar-countdown {
    0% {
        width: 100%;
        background: #D76773;
    }
    100% {
        width: 0%;
        background: #D76773;
    }
}
.el_juego {
    font-family: 'adineue PRO Cond';
}
@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}
@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}
.contenedor_int_g {
    background: url('../images/textura-papel.png');
    background-size: cover;
}
.intrucciones {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
}
.carousel_instrucciones, .carousel-inner .carousel-item {
    height: 250px;
}
.carousel {
    padding: 1rem;
    color: #fff;
}
.intrucciones .contenedor {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 101;
}
.carousel-caption {
    right: 0;
    top: 39%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
    padding: 0;
    bottom: -10%;
    padding-bottom: 0;
}
.titulo_insrucciones {
    margin-bottom: 0;
    margin-top: 2rem;
}
.zapatilla_adidas {
    position: absolute;
    bottom: -3rem;
    right: -3rem;
}
.zapatilla_adidas img {
    max-width: 100%;
    width: 200px;
}
#btn_instruccion_2 {
    display: none;
    margin: 0 auto;
}
.botones_slider {
    height: 10px;
    position: relative;
    margin-top: 1.5rem;
}
.carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50pt;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.contador_inicio_g, .pantalla_fallaste {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    color: #fff;
    display: none;
}
.pantalla_fallaste {
    background: rgba(0, 0, 0, 0.6);
}
.pantalla_rezice {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 20;
    background: #00000073;
    box-shadow: inset 0px 0px 77px 0px #000000c7;
    display: none;
}
.contador_inicio_g .contenedor, .pantalla_fallaste .contenedor {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pantalla_fallaste .contenedor .fallaste {
    width: 540px;
    height: 355px;
    background: url(../images/bandas_fallaste.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    font-family: 'adineue PRO Cond';
}
.gracias h3 {
    font-size: 4rem;
    letter-spacing: 1px;
}
.boton_preload {
    display: none;
}
.gracias .s_s {
    font-family: 'adineue PRO Cond';
    font-size: 2.5rem;
    letter-spacing: 1px;
}
.pantalla_fallaste .contenedor .fallaste_pena {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 6.5rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.pantalla_fallaste .contenedor .fallaste .zapatilla_adidas {
    bottom: 0;
}
.bac_separador {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/separador_formulario.png);
    width: 19%;
    height: 100%;
    z-index: 11;
    background-size: cover;
    background-repeat: no-repeat;
}
.contador_inicio_g .contenedor .segundos {
    width: 275px;
    height: 250px;
    background: url(../images/bandas_contador.png);
    background-position: center;
    background-repeat: no-repeat;
}
.contador_inicio_g .contenedor .segundos .tiempo {
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 13rem;
    font-family: 'adineue PRO Cond';
    font-weight: 700;
}
.ahora_2222 {
    font-weight: 600;
    color: black;
    padding: .5rem 0;
    margin: .5rem 0;
}
.contador_inicio_g .contenedor .segundos .fallaste_pena {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 10rem;
}
.btn_intru_design {
    display: block;
    padding: .2rem 1rem;
    border-radius: .5rem;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .3);
    margin: 0 auto;
    border: none;
    background: #fff;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #b5383f;
    cursor: pointer;
    font-weight: 600;
    transition: .5s all;
}
.btn_decision img {
    transition: .5s all;
}
.btn_decision img:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.btn_intru_design .btn_coraousel {
    width: 119px;
    font-family: 'adineue PRO Cond';
    font-size: 1.5rem;
    letter-spacing: 1px;
}
.btn_intru_design .btn_coraousel.btn_siguiente {}
.btn_intru_design .btn_coraousel.btn_go {}
.btn_intru_design .btn_coraousel.btn_listo {
    width: auto;
}
#btn_reintentar {
    width: auto;
    padding: .5rem .3rem;
}
.btn_intru_design .btn_coraousel.btn_reintentar {
    /*background-image: url(../images/boton_reintentar.png);*/
    margin: 0 auto;
    width: 193px;
    height: auto;
}
.btn_intru_design .btn_coraousel.btn_go {
    width: 33px;
}
.formulario_dni_g .group_dni .dni_usuario {
    height: 77px;
}
.pantalla_ganador {
    position: fixed;
    top: 3%;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    color: #fff;
    display: none;
}
.pantalla_ganador .contenedor {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.pantalla_ganador .contenedor img {
    width: 50rem;
    height: auto;
}
.col_formulario .form-group input, .formulario_dni_g .group_dni .dni_usuario {
    background: transparent;
    z-index: 2;
    width: 100%;
    border: none;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}
.col_formulario .form-group input {
    height: 77px;
}
.col_formulario .form-group input::-webkit-input-placeholder, .formulario_dni_g .group_dni .dni_usuario::-webkit-input-placeholder {
    color: #ffffff;
    text-transform: uppercase;
}
.col_formulario .form-group input:-ms-input-placeholder, .formulario_dni_g .group_dni .dni_usuario:-ms-input-placeholder {
    color: #ffffff;
    text-transform: uppercase;
}
.col_formulario .form-group input::-ms-input-placeholder, .formulario_dni_g .group_dni .dni_usuario::-ms-input-placeholder {
    color: #ffffff;
    text-transform: uppercase;
}
.col_formulario .form-group input::placeholder, .formulario_dni_g .group_dni .dni_usuario::placeholder {
    color: #ffffff;
    text-transform: uppercase;
}
.col_formulario .form-group input:focus, .formulario_dni_g .group_dni .dni_usuario:focus {
    border-color: transparent;
    box-shadow: none;
}
.col_formulario .logo-adidas img, .formulario_dni_g .logo-adidas img {
    max-width: 100%;
    width: auto;
    height: 200px;
    margin-bottom: .5rem;
}
.col_formulario .form-group .relleno_input, .formulario_dni_g .group_dni .relleno_input {
    position: absolute;
    background: url(../images/banda_input_text.png);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 288px;
    height: 77px;
    background-size: 288px 77px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}
.gracias {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.formulario_dni_g {
    display: none;
}
.col_formulario .form-check label a {
    text-decoration: underline;
    font-weight: 600;
    color: black
}
.col_formulario .form-group, .formulario_dni_g .group_dni {
    width: 50%;
    margin: 0 auto;
    position: relative;
    height: 77px;
    margin-bottom: 1.8rem;
}
#btn_grabar, #btn_envio_dni {
    background: transparent;
    border: none;
    color: #000;
    font-size: 2.6rem;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: 'adineue PRO Cond';
}
#btn_grabar:hover {
    color: #B93A41;
}
#btn_grabar, #btn_envio_dni:focus {
    border-color: transparent;
    box-shadow: none;
}
#btn_grabar {
    margin: 0 auto;
    display: block;
}
#game_fl {
    display: none
}
.back_btn_efec {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50pt;
    -webkit-animation: agrandar_desaparecer 1s infinite;
    animation: agrandar_desaparecer 1s infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
#load {
    width: 50px;
    -webkit-animation: loading 3s linear infinite;
    animation: loading 3s linear infinite;
}
#load #loading-inner {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 20px;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    -webkit-animation: loading-circle 2s linear infinite;
    animation: loading-circle 2s linear infinite;
    stroke: #fff;
    fill: transparent;
}
.btn_intru_design:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loading-circle {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -600;
    }
}
@keyframes loading-circle {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -600;
    }
}
/*
  Set the color of the icon
*/

svg path, svg rect {
    fill: #FF6700;
}
@-webkit-keyframes agrandar_desaparecer {
    from {
        width: 70px;
        height: 70px;
        opacity: 1;
        background: #2c3b45
    }
    to {
        width: 160px;
        height: 160px;
        opacity: 0
    }
}
@keyframes agrandar_desaparecer {
    from {
        width: 70px;
        height: 70px;
        opacity: 1;
        background: #2c3b45
    }
    to {
        width: 160px;
        height: 160px;
        opacity: 0
    }
}
.background_instrucciones {
    /*    background: url(../images/banda_negra_completa.png);
*/
    width: 620px;
    height: 400px;
    background-size: cover;
    position: relative;
}
.detalle_instruccions {
    font-size: 1.8rem;
    font-family: 'adineue PRO Cond';
    letter-spacing: 1px;
}
.carousel-indicators li.active:after {
    content: '';
    position: absolute;
    background: #000;
    bottom: inherit;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    border-radius: 50pt;
}
.carousel-caption h4 {
    font-size: 1.8rem;
    font-family: 'adineue PRO Cond';
    letter-spacing: 1px;
}
.pantalla_carga .izquierda {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.no_landscape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}
.no_landscape .contenedor {
    background: #000;
    color: #fff;
    padding: 1.5rem;
    text-align: center;
}
.no_landscape .contenedor i {
    font-size: 3rem;
    margin-bottom: 1rem;
}
.vidas_juego {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 12;
    display: none;
}
.vidas_juego ul {
    padding: 0;
}
.vida_perdida {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .5;
}
.titulo_instrucciones {
    font-family: 'adineue PRO Cond';
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 3rem;
}
.pantalla_ganador span.ganaste {
    font-size: 6rem;
    font-family: 'adineue PRO Cond';
    letter-spacing: 1px;
    line-height: 5.5rem;
    color: #000;
    font-weight: 800;
    opacity: .7;
    display: block;
    text-transform: uppercase;
}
@media (max-width: 992px) {
    .video_formulario {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: 100%;
        display: block;
    }
    .formulario_dni_g .group_dni .dni_usuario {
        width: 100%!important
    }
    .col_formulario {
        overflow-y: scroll;
        height: 100%;
    }
    .col_formulario .logo-adidas img, .formulario_dni_g .logo-adidas img {
        height: 125px;
    }
    .col_formulario .form-group, .formulario_dni_g .group_dni {
        height: 3rem;
        margin-bottom: 1rem;
    }
    .col_formulario .form-group .relleno_input, .formulario_dni_g .group_dni .relleno_input {
        height: 3rem;
        background-size: contain;
    }
    .col_formulario .form-group input, .formulario_dni_g .group_dni .dni_usuario {
        height: 3rem;
        font-size: .9rem;
        width: 100%
    }
    #btn_grabar, #btn_envio_dni {
        font-size: 1.5rem;
    }
    .background_instrucciones {
        width: 310px;
        height: 200px;
    }
    .titulo_instrucciones {
        font-size: 1.2rem;
        margin-top: 1rem;
    }
    .carousel_instrucciones, .carousel-inner .carousel-item {
        height: 115px;
    }
    .detalle_instruccions {
        font-size: .85rem;
    }
    .zapatilla_adidas img {
        width: 110px;
    }
    .btn_intru_design {
        font-size: .9rem
    }
    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }
    .carousel-caption h4 {
        font-size: .9rem;
    }
    .contador_inicio_g .contenedor .segundos {
        width: 230px;
        height: 208px;
        background-size: contain;
    }
    .contador_inicio_g .contenedor .segundos .tiempo {
        font-size: 7rem
    }
    .pantalla_fallaste .contenedor .fallaste {
        width: 350px;
        height: 250px;
        background-size: contain;
    }
    .pantalla_fallaste .contenedor .fallaste_pena {
        font-size: 4rem;
    }
    .botones_interaccion {
        width: 180px
    }
    .pantalla_carga {
        width: 80%
    }
    .loader_adidas .logo img {
        width: 200px;
    }
    .loader_adidas .nombre_pure img {
        margin-bottom: 1rem;
        width: 190px;
    }
    .loader_adidas .el_juego {
        font-size: 1.7rem
    }
    .vidas_juego img {
        width: 50px;
        height: auto;
    }
    .btn_decision img {
        width: 65px;
    }
    .gracias h3 {
        font-size: 1.8rem;
    }
    .gracias .s_s {
        font-size: 1.3rem;
    }
    .pantalla_ganador .contenedor img {
        width: 33rem;
    }
    .btn_intru_design .btn_coraousel {
        width: 90px;
        height: auto;
        font-size: 1.2rem;
    }
    label.error_input {
        top: 26%;
        right: -3rem;
    }
    .pantalla_ganador span.ganaste {
        font-size: 3rem;
        line-height: 4rem;
    }
}
@media (max-width: 570px) {
    :root {
        font-size: 12px;
        font-size: .9rem;
    }
    .loader_adidas .logo img {
        width: 150px
    }
    .loader_adidas .nombre_pure img {
        width: 130px;
    }
    .col_formulario .logo-adidas img, .formulario_dni_g .logo-adidas img {
        height: 100px;
    }
    .col_formulario .form-group, .formulario_dni_g .group_dni {
        height: 2.5rem
    }
    .col_formulario .form-group .relleno_input, .formulario_dni_g .group_dni .relleno_input {
        height: 2.5rem;
    }
    .col_formulario .form-group input, .formulario_dni_g .group_dni .dni_usuario {
        height: 2.5rem;
    }
    .background_instrucciones {
        width: 350px;
        height: 221px;
    }
    .zapatilla_adidas {
        bottom: -2rem;
    }
    .zapatilla_adidas img {
        width: 110px;
    }
    .contador_inicio_g .contenedor .segundos {
        width: 200px;
        height: 151px;
    }
    .contador_inicio_g .contenedor .segundos .tiempo {
        font-size: 5rem;
    }
    .vidas_juego img {
        width: 40px;
    }
    .pantalla_fallaste .contenedor .fallaste {
        width: 350px;
        height: 221px;
    }
    .zapatilla_adidas img {
        width: 100px;
    }
    .col_formulario .form-group, .formulario_dni_g .group_dni {
        height: 2.5rem
    }
    .termi_cond {
        font-size: .9rem
    }
    #btn_grabar, #btn_envio_dni {
        font-size: 1.3rem;
    }
    .pantalla_ganador .contenedor img {
        width: 22rem;
    }
    .gracias h3 {
        font-size: 1.5rem!important;
    }
    .gracias .s_s {
        font-size: 1.3rem;
    }
}