body
{
	background-color: white;
    margin: 0;
    padding: 0;
    zoom: 0.95;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

table,td
{
    text-align: center!important;
    border: 1px solid black!important;
}

.contenedor
{
    position: absolute;
    width: 1024px;
    height: 700px;
    left: calc(50% - 512px);
    top: calc(50% - 350px);
}

.fondo
{
    position: absolute;
    width: 1024px;
    background-color: white;
}

    /*juego*/
    
    .contador
    {
        position: absolute;
        top: 34px;
        left: 30px;
        flex-direction: column;
        justify-content: row;
        align-items: center;
        align-content: center;
    }

        .contador .puntaje
        {
            font-family: 'Ghotic Bold';
            color: white;
            font-size: 37pt;
            margin-left: 17px;
        }

    .temporizador
    {
        position: absolute;
        top: 34px;
        right: 27px;
        flex-direction: column;
        justify-content: row;
        align-items: center;
        align-content: center;       
    }

        .temporizador .tiempo, .temporizador .tiempo1, .temporizador .tiempo2, .temporizador .tiempo3
        {
            font-family: 'Ghotic Bold';
            color: white;
            font-size: 37pt;
            margin-left: 17px;
        }
    
    .progres
    {
        position: absolute;
        top: 145px;
        left: 960px;
        background-color: #fff;
        width: 20px;
        height: 510px;
        border-radius: 20px;
    }

        .progresbar1
        {
            position: absolute;
            bottom: 5px;
            margin-left: 4px;
            background-color: #37c673;
            width: 12px;
            height: 0px;
            border-radius: 20px;
        }
        .progresbar2
        {
            position: absolute;
            bottom: 5px;
            margin-left: 4px;
            background-color: #c11e9d;
            width: 12px;
            height: 0px;
            border-radius: 20px;
        }
        .progresbar3
        {
            position: absolute;
            bottom: 5px;
            margin-left: 4px;
            background-color: #018ec2;
            width: 12px;
            height: 0px;
            border-radius: 20px;
        }
        .progresbar4
        {
            position: absolute;
            bottom: 5px;
            margin-left: 4px;
            background-color: #f3b01c;
            width: 12px;
            height: 0px;
            border-radius: 20px;
        }

    .vidas
    {
        position: absolute;
        width: 50px;
        top: 340px;
        left: 35px;
        color: #dc0000;
        font-size: 35pt;
    }

    .nino
    {
        position: absolute;
        left: 479px;
        top: 72px;
    }

    .ruleta
    {
        width: 468px;
        height: 464px;
        border-radius: 100%;
        background-image: url(../images/ruleta1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 489px;
        position: absolute;
        top: 157px;
        left: 267px;
    }
    
    .mano
    {
        position: absolute;
        left: 480px;
        top: 156px;
    }
    
    .botoninicio
    {
        position: absolute;
        top: 332px;
        left: 448px;
        width: 110px;
    }
    
    .subtit
    {
        position: absolute;
        bottom: 32px;
        left: 326px;
        color: white;
        font-family: 'Ghotic Medium';
        font-size: 16.5pt;
    }
    
    .info
    {
        position: absolute;
        bottom: 21px;
        width: 66px;
        left: 29px;
    }
    
    /*pop-up*/
    .pop-preguntas
    {
        position: absolute; 
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }
    
    .pop-contenedor
    {
        position: absolute;
        width: 80%;
        height: 80%;
        left: 50%;
        top: 50%;
        margin-left: -410px;
        margin-top: -280px;
        background-color: #63cdda;
        border-radius: 50px;
        box-shadow: 0px 10px #5d5d5d;
    }
    
    .imagen_pregunta
    {
        height: 355px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        font-size: 25pt;
    }
    
    .img_preg
    {
        max-width:250px;
        background-color: #fff;
        padding: 30px;
        border-radius: 50px;
        box-shadow: 0px 6px #5d5d5d;
    }
    
    .respuestas_pregunta
    {
    		/*height: 420px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: left;*/
    }
    
	.respuestas_pregunta .col, .boton
	{
		background-color: #fff;
        font-family: 'Ghotic Medium';
		padding: 10px 20px!important;
		border-radius: 10px;
		box-shadow: 0px 5px #7A8B9A;
        cursor: pointer;
        color: #7B8B9A;
        font-size: 20px;
	}
    .boton
    {
        margin-right: 25px;
        height: auto;
    }
    
    /*pop-introduccion*/
    
    .introduccion
    {
        position: absolute; 
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }
    .contenedor-intro
    {
        position: absolute;
        width: 80%;
        height: 80%;
        left: 50%;
        top: 50%;
        margin-left: -410px;
        margin-top: -280px;
        background-color: #fff;
        border-radius: 50px;
        box-shadow: 0px 10px #999999;
    }
    .intro_img
    {
        height: 440px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
    }
    .subtitulo
    {
        font-family: 'Ghotic Light';
        height: 440px;
        font-size: 15pt;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
    }
    .foot
    {
        background-color: #E8E8E8;
        height: 101px;
        border-radius: 0px 0px 52px 52px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
    }
    .cerrar
    {
        background-color: #37C573;
        box-shadow: 0px 5px #295a3e;
        color: white;
        font-family: 'Ghotic Medium';
        width: 206px;
        height: 48px;
        font-size: 18pt;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
    }
    .cerrar:hover
    {
        background-color: #3398DC;
        box-shadow: 0px 5px #22587b;
    }
    .imagenrespuesta
    {
        height: 125px;
        cursor: pointer;
    }
    
    /*resultado*/
    .calificacion
    {
        position: absolute;
        bottom: 0px;
        margin-bottom: 0px!important;
        width: 100%;
        background-color: #DEF0A4;
    }
    .foote
    {
        height: 101px;
        border-radius: 0px 0px 52px 52px;
    }
    .bien
    {
        background: url(../images/bien.png) #fff no-repeat;
        background-position: center;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        margin: 10px 0px 0px 20px;
    }
    .mal
    {
        background: url(../images/mal.png) #fff no-repeat;
        background-position: center;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        margin: 10px 0px 0px 20px;
    }
    .textocal
    {
        color: #8DBC00;
        font-family: 'Ghotic Medium';
        margin-top: 30px;
        font-size: 21pt;
    }
    .siguiente
    {
        width: 100%;
        height: 55px;
        background-color: #fff;
        border-bottom: solid #DBDBDB 6px;
        border-radius: 20px;
        color: #666666;
        font-family: 'Ghotic Medium';
        font-size: 20pt;
        margin-top: 20px;
        margin-left: -20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
    }
    .siguiente:hover
    {
        background-color: #37C573;
        border-bottom: solid #24AF5D 6px;
        color: white;
    }
    .res_mal 
    {
        background-color: #FFD4CC!important;
    }
    .res_mal .textocal
    {
        color: #EC0C1B;
    }
    
    /*resultado-calificacion*/
    .contenedor-final
    {
        position: absolute;
        width: 80%;
        height: 80%;
        left: 50%;
        top: 50%;
        margin-left: -410px;
        margin-top: -280px;
        background: url("../images/fondo-popwin.png") #fff no-repeat;
        background-position: center;
        border-radius: 50px;
        box-shadow: 0px 10px #999999;
        z-index: 100;
    }
    .star
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;        
    }
    .puntuacion_final
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;    
        font-family: 'Ghotic Medium';
        font-size: 75pt;    
    }
    .puntos_final
    {
        margin-top: -45px;
    }
    .boton_rep
    {
        margin-top: 30px;
        background-color: #819999;
        width: 340px;
        height: 70px;
        color: white;
        font-family: 'Ghotic Medium';
        font-size: 20pt;
        border-radius: 50px;   
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;       
    }

    .info-pre .contenedor-final
    {
        height: 40%;
        margin-top: -140px;
    }

    .punt
    {
        position: absolute;
        text-align: center;
        top: 20%;
        font-family: 'Ghotic Light';
        font-size: 30pt;    
    }
    .foot2
    {
        position: absolute;
        bottom: 0px;
        height: 101px;
        border-radius: 0px 0px 52px 52px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
    }
    .cerrar2
    {
        background-color: #37C573;
        box-shadow: 0px 5px #295a3e;
        color: white;
        font-family: 'Ghotic Medium';
        width: 206px;
        height: 48px;
        font-size: 18pt;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
    }
    .cerrar2:hover
    {
        background-color: #3398DC;
        box-shadow: 0px 5px #22587b;
    }

    .avance .contenedor-final
    {
        height: 40%;
        margin-top: -140px;
    }
    .cerrar3
    {
        background-color: #37C573;
        box-shadow: 0px 5px #295a3e;
        color: white;
        font-family: 'Ghotic Medium';
        width: 206px;
        height: 48px;
        font-size: 18pt;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
    }
    .cerrar3:hover
    {
        background-color: #3398DC;
        box-shadow: 0px 5px #22587b;
    }


    @media (max-width: 1000px) and (min-width: 822px) {
      body {
        zoom: 0.8;
      }
    }
    @media (max-width: 821px) and (min-width: 716px) {
      body {
        zoom: 0.7;
      }
    }
    @media (max-width: 715px) and (min-width: 616px) {
      body {
        zoom: 0.6;
      }
    }
    @media (max-width: 615px) and (min-width: 516px) {
      body {
        zoom: 0.5;
      }
    }
    
    
    @media (max-height: 680px) {
      body {
        zoom: 0.8;
      }
    }
    @media (max-height: 679px) and (min-height: 496px) {
      body {
        zoom: 0.7;
      }
    }
    @media (max-height: 495px) and (min-height: 425px) {
      body {
        zoom: 0.6;
      }
    }
    @media (max-height: 424px) and (min-height: 355px) {
      body {
        zoom: 0.5;
      }
    }
    
            /*IMAGEN VOLVER*/
        
#img-volver{
    width:90px;
    left: 5px;
    top: 125px;
    position: absolute;
}
    
    