<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modulo-cantidad {
    width: 470px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.titulo-apuesta2 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px;
    color: #4a4a49;
    padding: 5px 0px 0px;
    margin: 0px 0px;
    text-align: center;
}
.paneles-apuestas-EU {
    min-height: 210px;  
   
}

.btn-buscarIQ {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px;
    line-height: 29px;
    height: 44px;
    text-align: center;
    color: #ffffff;
    background: #3e50b4;
    background: -webkit-linear-gradient(left, #3e50b4, #3296d2);
    background: -o-linear-gradient(right, #3e50b4, #3296d2);
    background: -moz-linear-gradient(right, #3e50b4, #3296d2);
    background: linear-gradient(to right, #3e50b4, #3296d2);
    padding: 7px 40px;
    text-transform: capitalize;
    margin-left: 10px;
    vertical-align: middle;
}

.txtGrandeIQ
{
    width:100px;
}
.descripcion-apuesta
{
    margin-top:10px;
}
.importe-apuesta
{
    margin-top:0px;
}


.cotenedor-boleto-Magicas {
    justify-content: center;
   /* width: 95%;*/
    margin:auto;
}

.div-otrasIQ {
    text-align: right;
    padding-right: 70px;
    font-size: 20px;
    
}
    .div-otrasIQ a {
        color: #3e50b4;
    }

.DatosJugadasIQ {
    padding: 20px;
    margin: auto;
    margin-top: 30px;
    width: 90%;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    border: 1px solid #c6c6c6;
    background-color: #ededed;
}

.JugadaTituloIQ 
{
    font-size: 22px;
}
.JugadaGarantiasIQ {
    font-size: 18px;
}

@media only screen and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
    .modulo-cantidad {
        width: 255px;
    }

        .modulo-cantidad div p {
            font-size: 16px;
        }

    .txtGrandeIQ {
        width: 65px;
    }

    .btn-buscarIQ {
        line-height: 45px;
    }

    .paneles-apuestas-EU {
        min-height: auto;
    }

    .verdetalle-apuesta {
        padding-top: 0px;
    }

    .spacerEUIQ-6 {
        min-height: 2165px;
    }
    .spacerEUIQ-5 {
        min-height: 1940px;
    }

    .spacerEUIQ-4 {
        min-height: 1720px;
    }

    .spacerEUIQ-3 {
        min-height: 1525px;
    }

    .spacerEUIQ-2 {
        min-height: 1310px!important;
    }

    .spacerEUIQ-1 {
        min-height: 1110px;
    }

    .spacerGIQ-6 {
        min-height: 2240px;
    }

    .spacerGIQ-5 {
        min-height: 2000px;
    }

    .spacerGIQ-4 {
        min-height: 1790px;
    }

    .spacerGIQ-3 {
        min-height: 1575px;
    }

    .spacerGIQ-2 {
        min-height: 1380px;
    }

    .spacerGIQ-1 {
        min-height: 1205px;
    }

    .spacerLotoIQ-6 {
        min-height: 1920px;
    }

    .spacerLotoIQ-5 {
        min-height: 1670px;
    }

    .spacerLotoIQ-4 {
        min-height: 1480px;
    }

    .spacerLotoIQ-3 {
        min-height: 1295px;
    }

    .spacerLotoIQ-2 {
        min-height: 1110px;
    }

    .spacerLotoIQ-1 {
        min-height: 950px;
    }

    .spacerPVAIQ-6 {
        min-height: 2030px;
    }

    .spacerPVAIQ-5 {
        min-height: 1820px;
    }

    .spacerPVAIQ-4 {
        min-height: 1630px;
    }

    .spacerPVAIQ-3 {
        min-height: 1455px;
    }

    .spacerPVAIQ-2 {
        min-height: 1275px;
    }

    .spacerPVAIQ-1 {
        min-height: 1120px;
    }

}
/*IPAD vertical*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .modulo-cantidad {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .titulo-apuesta {
        padding-top: 10px;
    }

    .titulo-apuesta2 {
        padding-top: 0px;
    }

    .descripcion-apuesta {
        margin-top: 0px;
    }

    .paneles-apuestas-EU {
        min-height: auto;
    }

    .verdetalle-apuesta {
        padding-top: 5px;
    }

    importe-apuesta {
        padding: 10px 0px 15px;
    }

    .cotenedor-boleto-Magicas {
        margin: 0px 0px 0px 37px;
    }

    .DatosJugadasIQ {
        margin-left: 37px;
        margin-top: 0px;
        padding: 10px;
    }

    .JugadaTituloIQ {
        font-size: 22px;
    }

    .JugadaGarantiasIQ {
        font-size: 17px;
    }
}

    /* Ipad Horizontal*/
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) 
    {
        .modulo-cantidad {         
            margin-top: 0px;
            margin-bottom: 0px;
        }
        .DatosJugadasIQ
        {
            margin-top:0px;
            padding-top:5px;
        }

        .cotenedor-boleto-Magicas 
        {
            padding: 15px 20px 15px 20px !important;
        }
    }


.modulo-cantidad-lotoIQ {
    margin-top: 0px;
    margin-bottom:5px;
}
.DatosJugadasIQ-loto 
{
    margin-top: auto !important;
    padding: 10px;
}

</pre></body></html>