﻿.numeritosD {
    color: #e6edf0 !important;
    opacity: 1.5 !important;
}

    @media (min-width: 1200px) {

        .modulo-cantidad-jugada {
            width: 100%;
            margin: auto;
            font-size: 18px;
            font-weight: bold;
            /* text-align: center;*/
            padding-bottom: 10px
        }

            .modulo-cantidad-jugada span {
                margin-left: 25px;
            }

        .panelCuadricula {
            width: 25%;
        }

        .marginColsIQ {
            margin-left: 10px;
        }

        .comprobarIQ {
            padding-right: 20px;
            margin-top: 10px;
        }

        .premiosIQ {
            padding-right: 40px;
            margin-top: 10px;
        }
    }

    @media (max-width: 1200px) {
        .modulo-cantidad-jugada {
            width: 100%;
            margin: auto;
            font-size: 18px;
        }

            .modulo-cantidad-jugada .span {
                width: 100%;
            }

        .panelCuadricula {
            width: auto;
        }
    }
    /*Cuadrículas*/
    .cabeceraCuadriculaP {
    background: linear-gradient(to right, #ff6e3c, #FF9904);
    padding: 8px 0px;
    color: #ffffff;
    text-align: center;
}

.cuadriculaFlexFueraPenya {
    display: flex !important;
    align-items: center !important;
    padding: 0;
}

.cuadriculaFlexCasaPenya {
    display: flex !important;
    align-items: center !important;
    padding: 6px 0 0 0;
}
.numeritosD {
    pointer-events: none;
}

.contenedor-boletoQuingol {
    border: 1px solid #c6c6c6 !important;    
    margin-top: 2px;
    background-color: #ffffff;
    padding: 0 5px 0 5px;
}

.contenedor-paginador {
    justify-content: center;
}
.contenedor-paginador .btnFlecha,
.BoletoPenyaIQ
{
    min-height: 40px;
}
.centerIQ {
    text-align: center;
}
@media only screen and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
    .botonerapenasHAutoIQ {
        min-height: auto !important;
    }

    .premiosIQ {
        padding-right: 18px;
        margin-top: 12px;
    }

    .comprobarIQ {
        margin-top: 12px;
    }

    .marginColsIQ {
        margin-left: -5px;
        margin-right: 5px;
    }

    .marginTopColumnasIQ {
        margin-top: 10px;
    }

    .btnFlecha {
        width: 48%;
    }
    .posMovil {
        margin-top: 480px;
    }

}

@media only screen and (max-device-width: 667px) and (min-device-width: 320px) and (orientation: landscape) 
{
    .marginTopColumnasIQ {
        margin-top: 10px;
    }
  
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: landscape) {
    .contenedor-boletoQuiniela a {
        padding: 0 !important;
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
    .premiosIQ {
        margin-top: 12px;
        margin-left: 13px;
    }

    .comprobarIQ {
        margin-top: 12px;
    }

    .mleftParrillaIQ {
        margin-left: 23%;
    }

    .cabeceraCuadricula, .bordeCuadricula {
        width: 100%;
    }

    .contenedor-paginador {
        display: flex;
    }
}

    @media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
        .premiosIQ {
            margin-left: 0px;
            padding-right: 30px;
        }
    }

.numeritosA {   
    color: #067c42;
    font-weight: bold;
    pointer-events: none;    
}

.numeritosF {    
    color: red;
    font-weight: bold;
    pointer-events: none;
}
.numeritosPenyas {   
    color: black;
    font-weight: bold;
    pointer-events: none;   
}
.aciertos {
    color: #067c42;
}

