@font-face {
    font-family: fontName;
    src: url(../font/Mexicanero.otf);
}

html {
    position: fixed;
    height: 100%;
    width: 100%;
    /*    border: blue 5px solid;*/
    background-color: #700000;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    background-attachment: fixed;
}

body {
    position: fixed;
    width: 99%;
    height: 99%;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    overflow: hidden;
    /*    border: yellow 5px solid;*/
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    -webkit-animation: spin .7s linear infinite;
    -moz-animation: spin .7s linear infinite;
    animation: spin .7s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.preloader img {
    width: 100%;
    filter: hue-rotate(90deg);
}

.inicioload {
    left: 0;
    position: absolute;
    top: 0;
    width: 105%;
    height: 105%;
    z-index: 999;
    display: none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

#select_localidad-button span {
    display: none;
}

.ui-checkbox {
    display: inline-block;
    margin-left: 15%;
}

.container-fluid {
    height: 100%;
    overflow: hidden;
}

.content_detail {
    padding:0px;
    margin: 0px;

    width: 95%;
    left:2%;
    height: 100%;
    position: fixed;
}

.cls_portada_inicio {
    width: 68%;
    height: 60%;
    text-align: center;
    border-radius: 2%;
    position: relative;
    left: 13%;
    top: 5%;
}

.cls_nombreEmpresa {
    font-family: fontName;
    color: #ffffff;
    font-size: 85px;
    width: 100%;
    text-align: center;
    padding: 0%;
    margin: 0%;
}

.cls_icono_cazuela {
    width: 80%;
    height: 70%;
    position: relative;
    top: 6%;
}

.cls_bottonStart {
    background-color: transparent;
    position: relative;
    display: block;
    top: 10%;
    height: 80px;
    width: 38%;
    border-radius: 40px;
    border: #ffdf24 10px solid;
    padding-top: 2%;
    background-image: url(../../img/system/Inicio_Start.png);
    background-position: center;
    background-size: 70% 70%;
    background-repeat: no-repeat;
}

.cls_bottonStart:hover {
    border: #921142 10px solid;
}

.cls_bottonMenu {
    background-color: transparent;
    position: relative;
    display: block;
    top: 30%;
    height: 80px;
    width: 38%;
    border-radius: 40px;
    border: #ffdf24 10px solid;
    padding-top: 2%;
    background-image: url(../../img/system/Inicio_Menu.png);
    background-size: 70% 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.cls_bottonMenu:hover {
    border: #921142 10px solid;
}


/*-----------------------------------------------------------*/
/*-----------------------INGRESO-----------------------------*/
/*-----------------------------------------------------------*/

.cls_frmDatosIngreso {
    left: 12%;
    width: 80%;
    position: fixed;
    top: 16%;
    background-color: #fff;
    border-radius: 20px;
}

.cls_nombreReady {
    font-family: fontName;
    color: #ed1c24;
    font-size: 70px;
    width: 100%;
    height: 180px;
    text-align: center;
    padding-top: 10%;
    margin: 0%;
    letter-spacing: 3px;
    background-image: url(../../img/system/Ingreso_Ready_Movil.png);
    background-size: 55% 55%;
    background-repeat: no-repeat;
    background-position: center;
}

.cls_inputText {
    width: 70%;
    text-align: left;
    margin-top: 6%;
    border-radius: 8px;
    font-family: 'Dosis', sans-serif;
    font-size: 27px;
    margin-left: 15%;
    height: 55px;
}

.cls_inputcheck {
    appearance: none;
    cursor: pointer;
    background-color: #fff;
    background-image: url(../../img/system/Ingreso_Check.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    border: 3.5px solid #700000;
    transition: background-color 0.3s ease-in-out;
    border-radius: 9px;
    margin-left: 17% !important;
    margin-top: 20px !important;
}

.cls_inputcheck:checked {
    background-color: #700000;
}

.cls_linkCheck {
    font-weight: bold;
    margin-left: 4px;
    font-size: 20px;
    position: relative;
    top: -5px;
    text-decoration: none;
}

.cls_linkCheck:hover {
    text-decoration: none;
    color: #900C3F;
}

.cls_buttonlink {
    padding: 0% !important;
    position: relative;
    top: 0%;
    background-color: #ffda58;
    height: 50px;
    width: 30%;
    border-radius: 30px;
    border: #ffda58 2px solid;
    color: #900C3F;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 7px;
    margin-left: 35%;
    margin-top: 8%;
    margin-bottom: 10%;
    background-image: url(../../img/system/Ingreso_Start_Icono.gif);
    background-size: 80% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 15px 60px;
    border-radius: 25px;
    text-decoration: none;
}

.cls_buttonlink:hover {
    background-color: #00bf63;
    background-image: url(../../img/system/Ingreso_Start_Icono_Cambio.gif);
    background-size: 80% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: #00bf63 2px solid;
}

.cls_imagenCompany {
    width: 48%;
    position: fixed;
    top: 62%;
    left: 26%;
}

.cls_iconCompanyIngreso {
    width: 100%;
}

.cls_popUpMensaje {
    left: 0;
    position: absolute;
    top: 20%;
    width: 100%;
    height: 50%;
    z-index: 1001;
    display: none;
}

.content-popup {
    margin: 0px auto;
    margin-top: 0%;
    position: relative;
    padding: 10px;
    width: 40%;
    height: 100%;
    border-radius: 24px;
    background-color: #810e1d;
    background-image: url(../../img/system/Ingreso_Luchador_Error.png);
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: 98% bottom;
    border: #fff 4px solid;
}

.cls_close {
    position: absolute;
    right: 15px;
}

.cls_imgCerrarPopup {
    height: 30px;
    cursor: pointer;
}

.cls_textmensaje {
    color: #fff;
    margin-top: 7%;
    font-size: 28px;
}

.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.cls_ImgMensaje {
    margin-top: 5%;
    width: 90%;
    height: 45%;
}

.cls_errorname {
    background-image: url(../../img/system/Ingreso_Error_Name.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cls_errorphone {
    background-image: url(../../img/system/Ingreso_Error_Phone.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cls_errormail {
    background-image: url(../../img/system/Ingreso_Error_Mail.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cls_errorlocalidad {
    background-image: url(../../img/system/Ingreso_Error_Localidad.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cls_errorpolicies {
    background-image: url(../../img/system/Ingreso_Error_Policies.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cls_errorpremio {
    background-image: url(../../img/system/Ingreso_Error_Premio.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


/*-----------------------------------------------------------*/
/*-------------------------AVISO-----------------------------*/
/*-----------------------------------------------------------*/



.cls_divNotice {
    width: 70%;
    height: 70%;
    position: fixed;
    top: 19%;
    left: 15%;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 50px;
}

.cls_titlePolicy {
    height: 13%;
    padding-top: 5%;
}

.cls_nameNotice {
    font-family: fontName;
    color: #ed1c24;
    font-size: 40px;
    width: 100%;
    text-align: center;
    margin: 0%;
    letter-spacing: 3px;
}

.cls_lastUpdated {
    width: 90%;
    padding-top: 6%;
    margin-left: 5%;
    font-size: 18px;
    font-family: 'Dosis', sans-serif;
}

.cls_textPolicy {
    width: 90%;
    padding-top: 6%;
    margin-left: 5%;
    font-size: 18px;
    font-family: 'Dosis', sans-serif;
    text-align: left;
}

.cls_informationPolitica {
    height: 75%;
    overflow-y: auto;
    overflow-x: hidden;
}

.cls_buttonOption {
    height: 10%;
    margin-top: 7%;
}

.cls_buttonAccept {
    display: inline-block;
    padding: 0% !important;
    position: relative;
    top: 0%;
    background-color: #ffc919;
    height: 50px;
    width: 35%;
    border-radius: 30px;
    border: #ffc919 2px solid;
    color: #ed1c24;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-left: 15%;
}

.cls_buttonAccept:hover {
    background-color: #589329;
    border: #589329 2px solid;
    color: #fff;
    box-shadow: 2px 2px 8px 0 #589329, 2px 2px 2px 0 #589329, 0px 0px 8px 2px #589329;
}

.cls_buttonNotAccept {
    display: inline-block;
    padding: 0% !important;
    position: relative;
    top: 0%;
    background-color: #ffc919;
    height: 50px;
    width: 35%;
    border-radius: 30px;
    border: #ffc919 2px solid;
    color: #ed1c24;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-left: 1%;
}

.cls_buttonNotAccept:hover {
    background-color: #ed1c24;
    border: #ed1c24 2px solid;
    color: #fff;
    box-shadow: 2px 2px 8px 0 #ed1c24, 2px 2px 2px 0 #ed1c24, 0px 0px 8px 2px #ed1c24;
}

/*------------------------------------------------------------------------------------------------*/
/*----------------------------------------INSTRUCCIONES-------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/

.cls_frmDatos {
    left: 12%;
    width: 80%;
    position: fixed;
    top: 13%;
    background-color: #fff;
    border-radius: 20px;
}

.cls_imagenProgress {
    position: relative;
    top: 6%;
    left: 2%;
    width: 60%;
    height: 10%;
    /*background-image: url(../../img/games/loteria/system/Progress.png);*/
    background-position: center;
    background-size: 70% 70%;
    background-repeat: no-repeat;
}

.cls_iconInstruccionesIngreso {
    margin-top: 5%;
    width: 80%;
    margin-left: 10%;
}

.cls_iconCargando {
    width: 20%;
    margin-left: 38%;
}

.cls_iconCargandotexto {
    width: 60%;
    margin-left: 20%;
}

.cls_imagenCompany {
    width: 48%;
    position: fixed;
    top: 62%;
    left: 26%;
}

.cls_iconCompanyIngreso {
    width: 100%;
}

/*------------------------------------------------------------------------------------------------*/
/*----------------------------------------JUEGO---------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/

.cls_nombrecarta {
    position: relative;
    top: 45%;
    width: 100%;
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.25em;
    color: #000;
}

.img_game {
    width: 60%;
    height: 150px;
    position: relative;
    left: 20%;
}

.img_gameWeb {
    display: none;
}

.cls_iconCompanyJuego {
    display: none;
}

.heart {
    animation: beat .25s infinite alternate;
    transform-origin: center;
}

/* Heart beat animation */
@keyframes beat {
    to {
        transform: scale(1.4);
    }
}

/* ----------------------- CARTAS SALIENDO -------------------------- */
.te-wrapper div img {
    width: 229px;
    height: 250px;
    border: #FFF 25px solid;
    border-radius: 15px;
}

.te-back div img {
    width: 229px;
    height: 250px;
    border-radius: 15px;
    box-shadow: 1px 1px 0px hsl(0, 32%, 58%), 2px 2px 0px hsl(0, 32%, 58%), 3px 3px 0px hsl(0, 32%, 58%), 4px 4px 0px hsl(0, 32%, 58%), 5px 5px 0px hsl(0, 32%, 58%);
}

.te-container {
    width: 30%;
    height: 19%;
    position: relative;
    top: 20%;
    left: 15%;
}

.te-controls {
    height: 40px;
    position: relative;
}

.te-shadow {
    position: absolute;
    top: 30px;
    left: 30%;
    width: 373px;
    height: 470px;
    margin-left: -186px;
    /*background: transparent url(../../img/shadow.png) no-repeat center bottom;*/
}

.te-wrapper {
    position: relative;
    width: 270px;
    height: 320px;
    border-radius: 15px;
}

.container-fluid {
    height: 100%;
    overflow: hidden;
}

/* ----------------------------------------------------------- */
/* ----------------------- SECCIONES -------------------------- */

.seccion_loteria {
    margin-left: 35%;
    width: 58%;
    height: 83%;
}

.seccion_libre {
    height: 83%;
}

/* ----------------------------------------------------------- */
/* ----------------------- LOTERIA -------------------------- */
.sponsorListHolder {
    margin-bottom: 30px;
}

.sponsor {
    width: 180px;
    height: 140px;
    float: left;
    margin: 4px;
    position: relative;
    cursor: pointer;
    margin-left: 0px;
    margin-top: 15px;
    border-radius: 10px;
}

.sponsorFlip {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../../img/system/Juego_Fondo_Loteria.png") no-repeat center center;
    background-position: center;
    background-size: 100% 100%;
    border-radius: 10px;
}

.sponsorFlip img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 55.5%;
    margin: -70px 0 0 -100px;
    border-radius: 10px;
}

.tarjetaSalio {
    box-shadow: 2px 2px 8px 0 #fff, 4px 4px 16px 0 #FFF, 0px 0px 24px 2px #FFF;
}

.sponsorData {
    display: none;
}

#Img_LoteriaSeleccionada {
    width: 130px;
    height: 130px;
    position: relative;
    top: 53%;
    left: 73%;
}

/* ----------------------------------------------------------- */

/* ----------------------- BOTON GANAR -------------------------- */
.cls_buttonLoteria {
    background-image: url(../../img/system/Juego_Btn_Loteria.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: inline-block;
    padding: 0% !important;
    position: relative;
    top: -10%;
    left: 33%;
    height: 70px;
    width: 25%;
    border-radius: 30px;
    border: #c2262d 2px solid;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 4px;
}

/* ----------------------------------------------------------- */

.cls_audio {
    position: absolute;
    top: 1%;
    left: 1%;
    display: none;
    background-image: url(../../img/games/loteria/system/audio_activo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 50px;
    width: 50px;
}

.cls_sin_audio {
    position: absolute;
    top: 1%;
    left: 1%;
    background-image: url(../../img/games/loteria/system/sin_audio_activo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 50px;
    width: 50px;
}

/*------------------------------------------------------------------------------------------------*/
/*----------------------------------------WINNER---------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/

.cls_imgPremio {
    position: absolute;
    top: 22%;
    left: 10%;
    width: 80%;
    height: 45%;
    z-index: 50;
}

.cls_imgWinnerluchador {
    position: absolute;
    top: 45%;
    left: 24%;
    width: 45%;
    height: 60%;
    background-image: url("../../img/system/Winner_Luchador.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.cls_imgWinnerInfo {
    position: absolute;
    top: 5%;
    width: 80%;
    height: 18%;
    background-image: url("../../img/games/loteria/system/Informacion_winner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.cls_imagenGameloser {
    position: relative;
    top: 0%;
    left: 0%;
    width: 40%;
    height: 10%;
    background-image: url(../../img/games/loteria/system/ganador.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cls_imgLoserLuchador {
    position: absolute;
    top: 16%;
    left: -5%;
    width: 110%;
    height: 85%;
    background-image: url("../../img/system/Loser_Luchador.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

@media screen and (orientation: portrait) {


    .bodyContentInicio {
        background-image: url(../../img/system/fondos/Movil/Fondo_Rojo_Movil.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        background-attachment: fixed;
    }

    .bodyContentIngreso {
        margin: 0px;
        background-image: url(../../img/system/fondos/Movil/Fondo_Amarillo_Movil.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        background-attachment: fixed;
        line-height: normal;
    }

    .bodyContentAviso {
        margin: 0px;
        background-image: url(../../img/system/fondos/Movil/Fondo_Rojo_Movil.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        background-attachment: fixed;
        line-height: normal;
    }

    .bodyContentIniciando {
        background-image: url(../../img/system/fondos/Movil/Fondo_Amarillo_Movil.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        background-attachment: fixed;
        line-height: normal;
    }

    .bodyContentJuego {
        background-image: url(../../img/system/fondos/Movil/Fondo_Amarillo_Movil.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        background-attachment: fixed;
    }

    .bodyContentWinner {
        margin: 0px;
        background-image: url(../../img/system/fondos/Movil/Fondo_Winner_Movil.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        background-attachment: fixed;
    }

    .bodyContentLoser {
        margin: 0px;
        background-color: #e90a2d;
        background-image: url(../../img/system/fondos/Movil/Fondo_Loser.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        background-attachment: fixed;
    }

    .bodyContentWinnerPrize {
        margin: 0px;
        background-image: url(../../img/system/fondos/Movil/Fondo_Winner_Movil.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        background-attachment: fixed;
    }

    .cls_imgWinnerluchador {
        position: absolute;
        top: 15%;
        left: -38%;
        width: 170%;
        height: 95%;
        /*background-image: url("../../img/games/loteria/system/Winner_luchador_movil.gif");*/
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    .cls_imgWinnerInfo {
        position: absolute;
        top: 5%;
        left: 10%;
        width: 80%;
        height: 18%;
        /*background-image: url("../../img/games/loteria/system/Informacion_winner.png");*/
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    .cls_imgPremio {
        top: 30%;
    }

    .cls_popUpMensaje {
        height: 30%;
    }

    .content-popup {
        width: 60%;
    }

    .cls_portada_inicioWinnerPrize {
        background-image: url("../../img/system/Fondo_Premio.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        border-radius: 15px;
        height: 50%;
        width: 75%;
        position: absolute;
        left: 12%;
        top: 25%;
    }

    .cls_imgWinnerPrize {
        background-image: url(../../img/system/fondos/Movil/Movil_Winner_Prize.png); 
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        height: 101%;
        width: 110%;
        position: absolute;
        left: -5%;
    }

    .cls_imgPremioWinnerPrize {
        position: absolute;
        top: 10%;
        left: 10%;
        width: 80%;
        height: 70%;
    }

    .cls_imagenGameloser {
        top: 0%;
        left: 0%;
        width: 60%;
        height: 10%;
    }

    .cls_imagenProgress {
        top: 0%;
        left: 1%;
        width: 100%;
        height: 8%;
    }

    @media screen and (min-height:1000px) and (max-height:1100px) {
        .cls_portada_inicio {
            width: 100%;
            left: -3%;
            top: 2%;
        }

        .cls_nombreEmpresa {
            width: 60%;
            font-size: 80px;
            margin-left: 23%;
            letter-spacing: 5px;
        }

        .cls_icono_cazuela {
            width: 70%;
            height: 85%;
            top: 9%;
        }

        .cls_bottonStart {
            top: 18%;
            left: 33%;
            height: 80px;
            font-size: 50px;
            width: 35%;
            padding-top: 1%;
            letter-spacing: 5px;
        }

        .cls_bottonMenu {
            top: 23%;
            left: 33%;
            height: 80px;
            font-size: 50px;
            width: 35%;
            padding-top: 1%;
            letter-spacing: 5px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 5%;
            width: 60%;
            left: 20%;
        }

        .cls_nombreReady {
            font-size: 50px;
        }

        .cls_inputcheck {
            border: 5px solid #700000;
            width: 34px;
            height: 34px;
        }

        .cls_linkCheck {
            font-size: 27px;
        }

        .cls_inputText {
            width: 60%;
            font-size: 20px;
            margin-top: 3%;
            height: 45px;
        }

        .cls_imagenCompany {
            width: 30%;
            top: 70%;
            left: 35%;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 2%;
        }

        .cls_textPolicy {
            font-size: 20px;
        }

        .cls_nameNotice {
            width: 80%;
            font-size: 50px;
            margin-left: 10%;
        }

        .cls_buttonOption {
            margin-top: 5%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/
        .cls_frmDatos {
            top: 5%;
            width: 60%;
            left: 20%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 78%;
            margin-left: 12%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 35%;
            margin-left: 34%;
        }

        .cls_imagenCompany {
            width: 26%;
            position: fixed;
            top: 74%;
            left: 39%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO----------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 50%;
            height: 115px;
            left: 25%;
        }

        .seccion_loteria {
            width: 80%;
            margin-top: 0%;
            margin-left: 8%;
            height: 58%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 180px;
            width: 160px;
            border: #FFF 20px solid;
        }

        .te-back div img {
            height: 200px;
            width: 180px;
        }

        .te-container {
            top: 3%;
            left: 41%;
        }

        .cls_nombrecarta {
            width: 100%;
            font-size: 23px;
            top: 65%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 135px;
            width: 120px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 51%;
                left: 83%;
            }

                .sponsorFlip img:hover {
                    top: 51%;
                }

        #Img_LoteriaSeleccionada {
            width: 100px;
            height: 100px;
            top: 63%;
            left: 92%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 37%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/
    }

    @media screen and (min-height:1100px) and (max-height:1200px) {
        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 2%;
        }

        .cls_nombreEmpresa {
            width: 70%;
            font-size: 90px;
            margin-left: 15%;
        }

        .cls_icono_cazuela {
            width: 70%;
            height: 95%;
            top: 6%;
        }

        .cls_bottonStart {
            top: 10%;
            left: 32%;
            height: 90px;
            font-size: 55px;
            width: 35%;
        }

        .cls_bottonMenu {
            top: 15%;
            left: 32%;
            height: 90px;
            font-size: 55px;
            width: 35%;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 7%;
            width: 60%;
            left: 20%;
        }

        .cls_nombreReady {
            font-size: 65px;
        }

        .cls_inputcheck {
            border: 5px solid #700000;
            width: 34px;
            height: 34px;
        }

        .cls_linkCheck {
            font-size: 27px;
        }

        .cls_inputText {
            width: 60%;
            font-size: 24px;
            margin-top: 4%;
            height: 48px;
        }

        .cls_imagenCompany {
            width: 35%;
            top: 70%;
            left: 32%;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 2%;
        }

        .cls_textPolicy {
            font-size: 20px;
        }

        .cls_nameNotice {
            width: 80%;
            font-size: 50px;
            margin-left: 10%;
        }

        .cls_buttonOption {
            margin-top: 5%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/
        .cls_frmDatos {
            top: 5%;
            width: 60%;
            left: 20%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 45%;
            margin-left: 28%;
        }

        .cls_imagenCompany {
            width: 32%;
            position: fixed;
            top: 72%;
            left: 35%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 50%;
            height: 125px;
            left: 25%;
        }

        .seccion_loteria {
            width: 80%;
            margin-top: 0%;
            margin-left: 8%;
            height: 58%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 200px;
            width: 180px;
        }

        .te-back div img {
            height: 200px;
            width: 180px;
        }

        .te-container {
            top: 3%;
            left: 41%;
        }

        .cls_nombrecarta {
            width: 100%;
            font-size: 23px;
            top: 67%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 145px;
            width: 130px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 47%;
                left: 78%;
            }

                .sponsorFlip img:hover {
                    top: 47%;
                }

        #Img_LoteriaSeleccionada {
            width: 100px;
            height: 100px;
            top: 63%;
            left: 89%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 37%;
        }



        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

    }

    @media screen and (min-height:1200px) and (max-height:1300px) {
        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 1%;
        }

        .cls_nombreEmpresa {
            width: 70%;
            font-size: 100px;
            margin-left: 15%;
        }

        .cls_icono_cazuela {
            width: 74%;
            height: 91%;
            top: 10%;
        }

        .cls_bottonStart {
            top: 16%;
            left: 32%;
            height: 95px;
            font-size: 65px;
            width: 36%;
            border-radius: 70px;
        }

        .cls_bottonMenu {
            top: 21%;
            left: 32%;
            height: 95px;
            font-size: 65px;
            width: 36%;
            border-radius: 70px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 7%;
            width: 60%;
            left: 20%;
        }

        .cls_nombreReady {
            font-size: 70px;
        }

        .cls_inputcheck {
            border: 5px solid #700000;
            width: 34px;
            height: 34px;
        }

        .cls_linkCheck {
            font-size: 27px;
        }

        .cls_inputText {
            width: 60%;
            font-size: 28px;
            margin-top: 4%;
            height: 53px;
        }

        .cls_imagenCompany {
            width: 40%;
            top: 65%;
            left: 31%;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 2%;
        }

        .cls_textPolicy {
            font-size: 20px;
        }

        .cls_nameNotice {
            width: 80%;
            font-size: 50px;
            margin-left: 10%;
        }

        .cls_buttonOption {
            margin-top: 5%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/
        .cls_frmDatos {
            top: 5%;
            width: 60%;
            left: 20%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 36%;
            position: fixed;
            top: 72%;
            left: 32%;
        }


        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 50%;
            height: 125px;
            left: 25%;
        }

        .seccion_loteria {
            width: 80%;
            margin-top: 0%;
            margin-left: 8%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 230px;
            width: 200px;
        }

        .te-back div img {
            height: 230px;
            width: 200px;
        }

        .te-container {
            top: 3%;
            left: 39%;
        }

        .cls_nombrecarta {
            width: 100%;
            font-size: 25px;
            top: 67%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 165px;
            width: 150px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 42%;
                left: 67%;
            }

                .sponsorFlip img:hover {
                    top: 42%;
                }

        #Img_LoteriaSeleccionada {
            width: 130px;
            height: 130px;
            top: 53%;
            left: 73%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 36%;
        }


        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/


    }

    @media screen and (min-height:1300px) and (max-height:1400px) {
        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 2%;
        }

        .cls_nombreEmpresa {
            width: 70%;
            font-size: 100px;
            margin-left: 14%;
        }

        .cls_icono_cazuela {
            width: 73%;
            height: 80%;
            top: 8%;
        }

        .cls_bottonStart {
            top: 18%;
            left: 33%;
            height: 100px;
            border-radius: 70px;
            width: 35%;
            padding-top: 1%;
        }

        .cls_bottonMenu {
            top: 23%;
            left: 33%;
            height: 100px;
            border-radius: 70px;
            width: 35%;
            padding-top: 1%;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 10%;
            width: 60%;
            left: 20%;
        }

        .cls_nombreReady {
            font-size: 77px;
        }

        .cls_inputcheck {
            border: 5px solid #700000;
            width: 36px;
            height: 36px;
        }

        .cls_linkCheck {
            font-size: 27px;
        }

        .cls_inputText {
            width: 70%;
            font-size: 31px;
            margin-top: 4%;
            height: 70px;
        }

        .cls_imagenCompany {
            width: 35%;
            top: 73%;
            left: 30%;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 6%;
        }

        .cls_textPolicy {
            font-size: 24px;
        }

        .cls_nameNotice {
            width: 80%;
            font-size: 50px;
            margin-left: 10%;
        }

        .cls_buttonOption {
            margin-top: 5%;
        }

        .cls_buttonAccept {
            font-size: 22px;
        }

        .cls_buttonNotAccept {
            font-size: 22px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/
        .cls_frmDatos {
            top: 5%;
            width: 60%;
            left: 20%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 38%;
            position: fixed;
            top: 68%;
            left: 32%;
        }


        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 50%;
            height: 130px;
            left: 25%;
        }

        .seccion_loteria {
            width: 80%;
            margin-top: 0%;
            margin-left: 8%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 250px;
            width: 220px;
        }

        .te-back div img {
            height: 250px;
            width: 220px;
        }

        .te-container {
            top: 3%;
            left: 37%;
        }

        .cls_nombrecarta {
            font-size: 30px;
            top: 67%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 185px;
            width: 150px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 38%;
                left: 67%;
            }

                .sponsorFlip img:hover {
                    top: 38%;
                }

        #Img_LoteriaSeleccionada {
            width: 130px;
            height: 130px;
            position: relative;
            top: 53%;
            left: 73%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 36%;
        }


        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

    }

    @media screen and (min-height:1400px) and (max-height:1500px) {

        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 3%;
        }

        .cls_nombreEmpresa {
            width: 70%;
            font-size: 100px;
            margin-left: 14%;
            letter-spacing: 2px;
        }

        .cls_icono_cazuela {
            width: 83%;
            height: 90%;
            top: 9%;
        }

        .cls_bottonStart {
            top: 15%;
            left: 31%;
            width: 36%;
            height: 100px;
            border-radius: 70px;
        }

        .cls_bottonMenu {
            top: 18%;
            left: 31%;
            width: 36%;
            height: 100px;
            border-radius: 70px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 10%;
            width: 60%;
            left: 20%;
        }

        .cls_nombreReady {
            font-size: 77px;
        }

        .cls_inputcheck {
            border: 7px solid #700000;
            width: 38px;
            height: 38px;
        }

        .cls_linkCheck {
            font-size: 28px;
        }


        .cls_inputText {
            width: 70%;
            font-size: 35px;
            margin-top: 4%;
            height: 70px;
        }

        .cls_imagenCompany {
            width: 45%;
            top: 68%;
            left: 27%;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 2%;
        }

        .cls_lastUpdated {
            font-size: 24px;
        }

        .cls_textPolicy {
            font-size: 24px;
        }

        .cls_nameNotice {
            width: 80%;
            font-size: 50px;
            margin-left: 10%;
        }

        .cls_buttonOption {
            margin-top: 5%;
        }

        .cls_buttonAccept {
            font-size: 22px;
        }

        .cls_buttonNotAccept {
            font-size: 22px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/
        .cls_frmDatos {
            top: 5%;
            width: 70%;
            left: 17%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 55%;
            margin-left: 22%;
        }

        .cls_imagenCompany {
            width: 42%;
            position: fixed;
            top: 68%;
            left: 30%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/


        .img_game {
            width: 50%;
            height: 130px;
            left: 25%;
        }

        .seccion_loteria {
            width: 80%;
            margin-top: 0%;
            margin-left: 8%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 250px;
            width: 220px;
        }

        .te-back div img {
            height: 250px;
            width: 220px;
        }

        .te-container {
            top: 3%;
            left: 37%;
        }

        .cls_nombrecarta {
            font-size: 30px;
            top: 67%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 185px;
            width: 150px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 38%;
                left: 67%;
            }

                .sponsorFlip img:hover {
                    top: 38%;
                }

        #Img_LoteriaSeleccionada {
            width: 130px;
            height: 130px;
            position: relative;
            top: 53%;
            left: 73%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 36%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

    }

    @media screen and (min-height:1500px) and (max-height:1600px) {

        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 3%;
        }

        .cls_nombreEmpresa {
            width: 70%;
            font-size: 100px;
            margin-left: 14%;
        }

        .cls_icono_cazuela {
            width: 82%;
            height: 80%;
            top: 9%;
        }

        .cls_bottonStart {
            top: 18%;
            left: 31%;
            width: 36%;
            height: 105px;
            border-radius: 60px;
        }

        .cls_bottonMenu {
            top: 23%;
            left: 31%;
            width: 36%;
            height: 105px;
            border-radius: 60px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 10%;
        }

        .cls_nombreReady {
            font-size: 77px;
        }

        .cls_inputcheck {
            border: 7px solid #700000;
            width: 38px;
            height: 38px;
        }

        .cls_linkCheck {
            font-size: 30px;
        }

        .cls_inputText {
            width: 70%;
            font-size: 35px;
            margin-top: 4%;
            height: 70px;
        }

        .cls_imagenCompany {
            width: 51%;
            top: 68%;
            left: 24%;
        }

        .cls_buttonlink {
            width: 40%;
            margin-left: 30%;
            border-radius: 30px;
            height: 80px;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 2%;
        }

        .cls_lastUpdated {
            font-size: 24px;
        }

        .cls_textPolicy {
            font-size: 24px;
        }

        .cls_nameNotice {
            width: 80%;
            font-size: 50px;
            margin-left: 10%;
        }

        .cls_buttonOption {
            margin-top: 5%;
        }

        .cls_buttonAccept {
            font-size: 22px;
        }

        .cls_buttonNotAccept {
            font-size: 22px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/
        .cls_frmDatos {
            top: 5%;
            width: 70%;
            left: 16%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 42%;
            position: fixed;
            top: 68%;
            left: 30%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 60%;
            height: 150px;
            left: 20%;
        }

        .seccion_loteria {
            width: 90%;
            margin-top: 0%;
            margin-left: 5%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 290px;
            width: 240px;
        }

        .te-back div img {
            height: 280px;
            width: 240px;
        }

        .te-container {
            top: 3%;
            left: 37%;
        }

        .cls_nombrecarta {
            font-size: 30px;
            top: 70%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 215px;
            width: 190px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 33%;
                left: 53%;
            }

                .sponsorFlip img:hover {
                    top: 33%;
                }

        #Img_LoteriaSeleccionada {
            width: 150px;
            height: 150px;
            top: 48%;
            left: 65%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 36%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

    }

    @media screen and (min-height:1600px) and (max-height:1700px) {

        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 3%;
        }

        .cls_nombreEmpresa {
            width: 70%;
            font-size: 105px;
            margin-left: 15%;
        }

        .cls_icono_cazuela {
            width: 85%;
            height: 80%;
            top: 10%;
        }

        .cls_bottonStart {
            top: 23%;
            left: 31%;
            width: 36%;
            height: 110px;
            font-size: 85px;
            border-radius: 65px;
        }

        .cls_bottonMenu {
            top: 28%;
            left: 31%;
            width: 36%;
            height: 110px;
            font-size: 85px;
            border-radius: 65px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 10%;
        }

        .cls_nombreReady {
            font-size: 77px;
        }

        .cls_inputcheck {
            border: 7px solid #700000;
            width: 38px;
            height: 38px;
        }

        .cls_linkCheck {
            font-size: 30px;
        }

        .cls_inputText {
            width: 70%;
            font-size: 35px;
            margin-top: 4%;
            height: 70px;
        }

        .cls_imagenCompany {
            width: 55%;
            top: 67%;
            left: 22%;
        }

        .cls_buttonlink {
            width: 40%;
            margin-left: 30%;
            border-radius: 30px;
            height: 80px;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 6%;
        }

        .cls_lastUpdated {
            font-size: 27px;
        }

        .cls_textPolicy {
            font-size: 27px;
        }

        .cls_nameNotice {
            width: 80%;
            font-size: 50px;
            margin-left: 10%;
        }

        .cls_buttonOption {
            margin-top: 5%;
        }

        .cls_buttonAccept {
            font-size: 27px;
            height: 80px;
        }

        .cls_buttonNotAccept {
            font-size: 27px;
            height: 80px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 70%;
            left: 16%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 42%;
            position: fixed;
            top: 68%;
            left: 30%;
        }


        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 70%;
            height: 160px;
            left: 18%;
        }

        .seccion_loteria {
            width: 90%;
            margin-top: 0%;
            margin-left: 5%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 290px;
            width: 240px;
        }

        .te-back div img {
            height: 280px;
            width: 240px;
        }

        .te-container {
            top: 3%;
            left: 37%;
        }

        .cls_nombrecarta {
            font-size: 30px;
            top: 70%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 225px;
            width: 190px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 33%;
                left: 53%;
            }

                .sponsorFlip img:hover {
                    top: 33%;
                }

        #Img_LoteriaSeleccionada {
            width: 150px;
            height: 150px;
            top: 48%;
            left: 65%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 36%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

    }

    @media screen and (min-height:1700px) and (max-height:1800px) {

        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 3%;
        }

        .cls_nombreEmpresa {
            font-size: 122px;
        }

        .cls_icono_cazuela {
            width: 90%;
            height: 80%;
            top: 10%;
        }

        .cls_bottonStart {
            top: 20%;
            left: 31%;
            width: 36%;
            height: 115px;
            border-radius: 65px;
        }

        .cls_bottonMenu {
            top: 25%;
            left: 31%;
            width: 36%;
            height: 115px;
            border-radius: 65px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 10%;
        }

        .cls_nombreReady {
            font-size: 77px;
        }

        .cls_inputcheck {
            border: 7px solid #700000;
            width: 38px;
            height: 38px;
        }

        .cls_linkCheck {
            font-size: 30px;
        }

        .cls_inputText {
            width: 70%;
            font-size: 35px;
            margin-top: 4%;
            height: 75px;
        }

        .cls_imagenCompany {
            width: 55%;
            top: 67%;
            left: 22%;
        }

        .cls_buttonlink {
            width: 40%;
            margin-left: 30%;
            border-radius: 30px;
            height: 80px;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 6%;
        }

        .cls_lastUpdated {
            font-size: 27px;
        }

        .cls_textPolicy {
            font-size: 27px;
        }

        .cls_nameNotice {
            width: 90%;
            font-size: 60px;
            margin-left: 5%;
        }

        .cls_buttonOption {
            margin-top: 5%;
        }

        .cls_buttonAccept {
            font-size: 27px;
            height: 80px;
        }

        .cls_buttonNotAccept {
            font-size: 27px;
            height: 80px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 80%;
            left: 11%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 42%;
            position: fixed;
            top: 68%;
            left: 30%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 70%;
            height: 160px;
            left: 18%;
        }

        .seccion_loteria {
            width: 90%;
            margin-top: 0%;
            margin-left: 5%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 315px;
            width: 240px;
        }

        .te-back div img {
            height: 315px;
            width: 240px;
        }

        .te-container {
            top: 3%;
            left: 37%;
        }

        .cls_nombrecarta {
            font-size: 30px;
            top: 70%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 250px;
            width: 190px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 28%;
                left: 53%;
            }

                .sponsorFlip img:hover {
                    top: 28%;
                }

        #Img_LoteriaSeleccionada {
            width: 170px;
            height: 170px;
            top: 45%;
            left: 58%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 36%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

    }

    @media screen and (min-height:1800px) and (max-height:1900px) {

        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 3%;
        }

        .cls_nombreEmpresa {
            font-size: 127px;
        }

        .cls_icono_cazuela {
            width: 90%;
            height: 80%;
            top: 9%;
        }

        .cls_bottonStart {
            top: 20%;
            left: 31%;
            width: 36%;
            height: 120px;
            border-radius: 70px;
        }

        .cls_bottonMenu {
            top: 25%;
            left: 31%;
            width: 36%;
            height: 120px;
            border-radius: 70px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 10%;
        }

        .cls_nombreReady {
            font-size: 77px;
        }

        .cls_inputcheck {
            border: 7px solid #700000;
            width: 38px;
            height: 38px;
        }

        .cls_linkCheck {
            font-size: 30px;
        }

        .cls_inputText {
            width: 70%;
            font-size: 35px;
            margin-top: 4%;
            height: 75px;
        }

        .cls_imagenCompany {
            width: 55%;
            top: 65%;
            left: 22%;
        }

        .cls_buttonlink {
            width: 40%;
            margin-left: 30%;
            border-radius: 30px;
            height: 80px;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 6%;
        }

        .cls_lastUpdated {
            font-size: 27px;
        }

        .cls_textPolicy {
            font-size: 27px;
        }

        .cls_nameNotice {
            width: 90%;
            font-size: 70px;
            margin-left: 10%;
        }

        .cls_buttonOption {
            margin-top: 5%;
        }

        .cls_buttonAccept {
            font-size: 27px;
            height: 80px;
        }

        .cls_buttonNotAccept {
            font-size: 27px;
            height: 80px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 80%;
            left: 11%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 42%;
            position: fixed;
            top: 68%;
            left: 30%;
        }


        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 70%;
            height: 160px;
            left: 18%;
        }

        .seccion_loteria {
            width: 90%;
            margin-top: 0%;
            margin-left: 5%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 315px;
            width: 240px;
        }

        .te-back div img {
            height: 315px;
            width: 240px;
        }

        .te-container {
            top: 3%;
            left: 37%;
        }

        .cls_nombrecarta {
            font-size: 30px;
            top: 70%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 250px;
            width: 190px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 28%;
                left: 53%;
            }

                .sponsorFlip img:hover {
                    top: 28%;
                }

        #Img_LoteriaSeleccionada {
            width: 170px;
            height: 170px;
            top: 45%;
            left: 58%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 36%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

    }

    @media screen and (min-height:1900px) and (max-height:2000px) {

        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 4%;
        }

        .cls_nombreEmpresa {
            font-size: 130px;
        }

        .cls_icono_cazuela {
            width: 90%;
            height: 75%;
            top: 9%;
        }

        .cls_bottonStart {
            top: 20%;
            left: 31%;
            width: 36%;
            height: 120px;
            border-radius: 70px;
        }

        .cls_bottonMenu {
            top: 25%;
            left: 31%;
            width: 36%;
            height: 120px;
            border-radius: 70px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 10%;
        }

        .cls_nombreReady {
            font-size: 80px;
            padding-top: 13%;
        }

        .cls_inputcheck {
            border: 7px solid #700000;
            width: 38px;
            height: 38px;
        }

        .cls_linkCheck {
            font-size: 30px;
        }


        .cls_inputText {
            width: 70%;
            font-size: 35px;
            margin-top: 4%;
            height: 75px;
        }

        .cls_imagenCompany {
            width: 55%;
            top: 65%;
            left: 22%;
        }

        .cls_buttonlink {
            width: 40%;
            margin-left: 30%;
            border-radius: 30px;
            height: 80px;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 6%;
        }

        .cls_lastUpdated {
            font-size: 27px;
        }

        .cls_textPolicy {
            font-size: 27px;
        }

        .cls_nameNotice {
            width: 90%;
            font-size: 70px;
            margin-left: 10%;
        }

        .cls_buttonOption {
            margin-top: 5%;
        }

        .cls_buttonAccept {
            font-size: 27px;
            height: 80px;
        }

        .cls_buttonNotAccept {
            font-size: 27px;
            height: 80px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 80%;
            left: 11%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 58%;
            position: fixed;
            top: 68%;
            left: 22%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 70%;
            height: 170px;
            left: 18%;
        }

        .seccion_loteria {
            width: 90%;
            margin-top: 0%;
            margin-left: 5%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 365px;
            width: 270px;
        }

        .te-back div img {
            height: 315px;
            width: 240px;
        }

        .te-container {
            top: 3%;
            left: 37%;
        }

        .cls_nombrecarta {
            font-size: 30px;
            top: 70%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 280px;
            width: 190px;
        }

        .sponsorFlip {
            top: -15%;
        }

            .sponsorFlip img {
                top: 25%;
                left: 53%;
            }

                .sponsorFlip img:hover {
                    top: 25%;
                }

        #Img_LoteriaSeleccionada {
            width: 170px;
            height: 170px;
            top: 45%;
            left: 58%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 36%;
            height: 90px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

    }

    @media screen and (min-height:2000px) and (max-height:2100px) {

        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 4%;
        }

        .cls_nombreEmpresa {
            width: 70%;
            margin-left: 14%;
            font-size: 130px;
        }

        .cls_icono_cazuela {
            width: 83%;
            height: 75%;
            top: 9%;
        }

        .cls_bottonStart {
            top: 20%;
            left: 31%;
            width: 36%;
            height: 125px;
            border-radius: 70px;
        }

        .cls_bottonMenu {
            top: 25%;
            left: 31%;
            width: 36%;
            height: 125px;
            border-radius: 70px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 10%;
        }

        .cls_nombreReady {
            font-size: 95px;
            padding-top: 13%;
        }

        .cls_inputcheck {
            border: 7px solid #700000;
            width: 42px;
            height: 42px;
        }

        .cls_inputText {
            width: 70%;
            font-size: 30px;
            margin-top: 4%;
            height: 85px;
        }

        .cls_imagenCompany {
            width: 65%;
            top: 65%;
            left: 18%;
        }

        .cls_buttonlink {
            width: 40%;
            margin-left: 30%;
            border-radius: 30px;
            height: 80px;
            font-size: 28px;
        }

        .cls_linkCheck {
            font-size: 30px;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 6%;
        }

        .cls_lastUpdated {
            font-size: 27px;
        }

        .cls_textPolicy {
            font-size: 27px;
        }

        .cls_nameNotice {
            width: 90%;
            font-size: 70px;
            margin-left: 10%;
        }

        .cls_buttonOption {
            margin-top: 5%;
        }

        .cls_buttonAccept {
            font-size: 27px;
            height: 80px;
        }

        .cls_buttonNotAccept {
            font-size: 27px;
            height: 80px;
        }


        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 80%;
            left: 11%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 58%;
            position: fixed;
            top: 68%;
            left: 22%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 70%;
            height: 170px;
            left: 18%;
        }

        .seccion_loteria {
            width: 90%;
            margin-top: 0%;
            margin-left: 5%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 365px;
            width: 270px;
        }

        .te-back div img {
            height: 315px;
            width: 240px;
        }

        .te-container {
            top: 3%;
            left: 37%;
        }

        .cls_nombrecarta {
            font-size: 30px;
            top: 70%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 280px;
            width: 190px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 25%;
                left: 53%;
            }

                .sponsorFlip img:hover {
                    top: 25%;
                }

        #Img_LoteriaSeleccionada {
            width: 170px;
            height: 170px;
            top: 45%;
            left: 58%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 36%;
            height: 90px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

    }

    @media screen and (min-height:2100px) and (max-height:2200px) {

        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 5%;
        }

        .cls_nombreEmpresa {
            width: 70%;
            margin-left: 16%;
            font-size: 130px;
        }

        .cls_icono_cazuela {
            width: 90%;
            height: 70%;
            top: 9%;
        }

        .cls_bottonStart {
            top: 20%;
            left: 31%;
            width: 36%;
            height: 130px;
            border-radius: 70px;
        }

        .cls_bottonMenu {
            top: 25%;
            left: 31%;
            width: 36%;
            height: 130px;
            border-radius: 70px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 10%;
        }

        .cls_nombreReady {
            font-size: 95px;
            padding-top: 13%;
        }

        .cls_inputcheck {
            border: 7px solid #700000;
            width: 42px;
            height: 42px;
        }

        .cls_inputText {
            width: 70%;
            font-size: 35px;
            margin-top: 4%;
            height: 95px;
            border-radius: 25px;
        }

        .cls_imagenCompany {
            width: 65%;
            top: 65%;
            left: 18%;
        }

        .cls_buttonlink {
            width: 40%;
            margin-left: 30%;
            border-radius: 30px;
            height: 80px;
            font-size: 33px;
        }

        .cls_linkCheck {
            font-size: 30px;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 6%;
        }

        .cls_lastUpdated {
            font-size: 27px;
        }

        .cls_textPolicy {
            font-size: 27px;
        }

        .cls_nameNotice {
            width: 90%;
            font-size: 70px;
            margin-left: 10%;
        }

        .cls_buttonOption {
            margin-top: 8%;
        }

        .cls_buttonAccept {
            font-size: 27px;
            height: 80px;
        }

        .cls_buttonNotAccept {
            font-size: 27px;
            height: 80px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 80%;
            left: 11%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 64%;
            position: fixed;
            top: 58%;
            left: 18%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 70%;
            height: 190px;
            left: 18%;
        }

        .seccion_loteria {
            width: 90%;
            margin-top: 0%;
            margin-left: 5%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 385px;
            width: 270px;
        }

        .te-back div img {
            height: 385px;
            width: 240px;
        }

        .te-container {
            top: 3%;
            left: 37%;
        }

        .cls_nombrecarta {
            font-size: 35px;
            top: 70%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 290px;
            width: 190px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 25%;
                left: 53%;
            }

                .sponsorFlip img:hover {
                    top: 25%;
                }

        #Img_LoteriaSeleccionada {
            width: 170px;
            height: 170px;
            top: 45%;
            left: 58%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 36%;
            height: 90px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

    }

    @media screen and (min-height:2200px) and (max-height:2300px) {

        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 5%;
        }

        .cls_nombreEmpresa {
            width: 70%;
            margin-left: 17%;
            font-size: 130px;
        }

        .cls_icono_cazuela {
            width: 90%;
            height: 68%;
            top: 9%;
        }

        .cls_bottonStart {
            top: 20%;
            left: 31%;
            width: 36%;
            height: 130px;
            border-radius: 70px;
        }

        .cls_bottonMenu {
            top: 25%;
            left: 31%;
            width: 36%;
            height: 130px;
            border-radius: 70px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 10%;
        }

        .cls_nombreReady {
            font-size: 95px;
            padding-top: 13%;
        }

        .cls_inputcheck {
            border: 7px solid #700000;
            width: 42px;
            height: 42px;
        }

        .cls_inputText {
            width: 70%;
            font-size: 35px;
            margin-top: 4%;
            height: 95px;
            border-radius: 25px;
        }

        .cls_imagenCompany {
            width: 65%;
            top: 65%;
            left: 18%;
        }

        .cls_buttonlink {
            width: 40%;
            margin-left: 30%;
            border-radius: 30px;
            height: 80px;
            font-size: 33px;
        }

        .cls_linkCheck {
            font-size: 30px;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 6%;
        }

        .cls_lastUpdated {
            font-size: 27px;
        }

        .cls_textPolicy {
            font-size: 27px;
        }

        .cls_nameNotice {
            width: 90%;
            font-size: 70px;
            margin-left: 10%;
        }

        .cls_buttonOption {
            margin-top: 9%;
        }

        .cls_buttonAccept {
            font-size: 27px;
            height: 80px;
        }

        .cls_buttonNotAccept {
            font-size: 27px;
            height: 80px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 80%;
            left: 11%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 64%;
            position: fixed;
            top: 58%;
            left: 18%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 70%;
            height: 190px;
            left: 18%;
        }

        .seccion_loteria {
            width: 90%;
            margin-top: 0%;
            margin-left: 5%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 395px;
            width: 270px;
        }

        .te-back div img {
            height: 395px;
            width: 240px;
        }

        .te-container {
            top: 3%;
            left: 37%;
        }

        .cls_nombrecarta {
            font-size: 35px;
            top: 70%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 315px;
            width: 190px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 22%;
                left: 53%;
            }

                .sponsorFlip img:hover {
                    top: 22%;
                }

        #Img_LoteriaSeleccionada {
            width: 170px;
            height: 170px;
            top: 45%;
            left: 58%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 38%;
            height: 100px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

    }

    @media screen and (min-height:2300px) and (max-height:2400px) {
        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 5%;
        }

        .cls_nombreEmpresa {
            width: 70%;
            margin-left: 13%;
            font-size: 138px;
        }

        .cls_icono_cazuela {
            width: 90%;
            height: 67%;
            top: 9%;
        }

        .cls_bottonStart {
            top: 20%;
            left: 31%;
            width: 36%;
            height: 135px;
            border-radius: 70px;
        }

        .cls_bottonMenu {
            top: 25%;
            left: 31%;
            width: 36%;
            height: 135px;
            border-radius: 70px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 10%;
            left: 12%;
            width: 80%;
        }

        .cls_nombreReady {
            font-size: 105px;
            padding-top: 13%;
        }

        .cls_inputcheck {
            border: 7px solid #700000;
            width: 42px;
            height: 42px;
        }

        .cls_inputText {
            width: 80%;
            font-size: 35px;
            margin-top: 4%;
            height: 95px;
            margin-left: 10%;
        }

        .cls_imagenCompany {
            width: 75%;
            top: 65%;
            left: 15%;
        }

        .cls_buttonlink {
            width: 40%;
            margin-left: 30%;
            border-radius: 30px;
            height: 80px;
            font-size: 33px;
        }

        .cls_linkCheck {
            font-size: 30px;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 6%;
        }

        .cls_lastUpdated {
            font-size: 30px;
        }

        .cls_textPolicy {
            font-size: 30px;
        }

        .cls_nameNotice {
            width: 90%;
            font-size: 70px;
            margin-left: 10%;
        }

        .cls_buttonOption {
            margin-top: 9%;
        }

        .cls_buttonAccept {
            font-size: 30px;
            height: 80px;
        }

        .cls_buttonNotAccept {
            font-size: 30px;
            height: 80px;
        }


        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 90%;
            left: 5%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 64%;
            position: fixed;
            top: 58%;
            left: 18%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/


        .img_game {
            width: 70%;
            height: 190px;
            left: 18%;
        }

        .seccion_loteria {
            width: 90%;
            margin-top: 0%;
            margin-left: 5%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 395px;
            width: 270px;
        }

        .te-back div img {
            height: 395px;
            width: 240px;
        }

        .te-container {
            top: 3%;
            left: 37%;
        }

        .cls_nombrecarta {
            font-size: 35px;
            top: 70%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 315px;
            width: 190px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 22%;
                left: 53%;
            }

                .sponsorFlip img:hover {
                    top: 22%;
                }

        #Img_LoteriaSeleccionada {
            width: 170px;
            height: 170px;
            top: 45%;
            left: 58%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 36%;
            height: 100px;
        }


        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

    }

    @media screen and (min-height:2400px) and (max-height:2500px) {
        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 5%;
        }

        .cls_nombreEmpresa {
            width: 70%;
            margin-left: 13%;
            font-size: 140px;
        }

        .cls_icono_cazuela {
            width: 90%;
            height: 65%;
            top: 9%;
        }

        .cls_bottonStart {
            top: 20%;
            left: 31%;
            width: 36%;
            height: 130px;
            border-radius: 70px;
        }

        .cls_bottonMenu {
            top: 25%;
            left: 31%;
            width: 36%;
            height: 130px;
            border-radius: 70px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 10%;
            left: 12%;
            width: 80%;
        }

        .cls_nombreReady {
            font-size: 95px;
            padding-top: 13%;
        }

        .cls_inputcheck {
            border: 7px solid #700000;
            width: 42px;
            height: 42px;
        }

        .cls_inputText {
            width: 70%;
            font-size: 35px;
            margin-top: 4%;
            height: 95px;
            border-radius: 25px;
        }

        .cls_imagenCompany {
            width: 75%;
            top: 65%;
            left: 13%;
        }

        .cls_buttonlink {
            width: 40%;
            margin-left: 30%;
            border-radius: 30px;
            height: 80px;
            font-size: 33px;
        }

        .cls_linkCheck {
            font-size: 30px;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 6%;
        }

        .cls_lastUpdated {
            font-size: 35px;
        }

        .cls_textPolicy {
            font-size: 35px;
        }

        .cls_nameNotice {
            width: 90%;
            font-size: 70px;
            margin-left: 5%;
        }

        .cls_buttonOption {
            margin-top: 9%;
        }

        .cls_buttonAccept {
            font-size: 33px;
            height: 80px;
        }

        .cls_buttonNotAccept {
            font-size: 33px;
            height: 80px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 90%;
            left: 5%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 64%;
            position: fixed;
            top: 58%;
            left: 18%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 70%;
            height: 190px;
            left: 18%;
        }

        .seccion_loteria {
            width: 90%;
            margin-top: 0%;
            margin-left: 5%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 395px;
            width: 270px;
        }

        .te-back div img {
            height: 395px;
            width: 240px;
        }

        .te-container {
            top: 3%;
            left: 37%;
        }

        .cls_nombrecarta {
            font-size: 35px;
            top: 70%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 315px;
            width: 190px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 22%;
                left: 53%;
            }

                .sponsorFlip img:hover {
                    top: 22%;
                }

        #Img_LoteriaSeleccionada {
            width: 170px;
            height: 170px;
            top: 45%;
            left: 58%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 36%;
            height: 100px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

    }

    @media screen and (min-height:2500px) and (max-height:2600px) {
        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 5%;
        }

        .cls_nombreEmpresa {
            width: 70%;
            margin-left: 12%;
            font-size: 145px;
        }

        .cls_icono_cazuela {
            width: 90%;
            height: 65%;
            top: 10%;
        }

        .cls_bottonStart {
            top: 20%;
            left: 31%;
            width: 36%;
            height: 135px;
            border-radius: 70px;
        }

        .cls_bottonMenu {
            top: 25%;
            left: 31%;
            width: 36%;
            height: 135px;
            border-radius: 70px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 10%;
            left: 12%;
            width: 80%;
        }

        .cls_nombreReady {
            font-size: 95px;
            padding-top: 13%;
        }

        .cls_inputcheck {
            border: 7px solid #700000;
            width: 42px;
            height: 42px;
        }

        .cls_inputText {
            width: 70%;
            font-size: 35px;
            margin-top: 4%;
            height: 95px;
            border-radius: 25px;
        }

        .cls_imagenCompany {
            width: 75%;
            top: 65%;
            left: 15%;
        }

        .cls_buttonlink {
            width: 40%;
            margin-left: 30%;
            border-radius: 30px;
            height: 80px;
            font-size: 33px;
        }

        .cls_linkCheck {
            font-size: 30px;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 6%;
        }

        .cls_lastUpdated {
            font-size: 35px;
        }

        .cls_textPolicy {
            font-size: 35px;
        }

        .cls_nameNotice {
            width: 90%;
            font-size: 70px;
            margin-left: 5%;
        }

        .cls_buttonOption {
            margin-top: 9%;
        }

        .cls_buttonAccept {
            font-size: 33px;
            height: 80px;
        }

        .cls_buttonNotAccept {
            font-size: 33px;
            height: 80px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 90%;
            left: 5%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 64%;
            position: fixed;
            top: 58%;
            left: 18%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 90%;
            left: 5%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 64%;
            position: fixed;
            top: 58%;
            left: 18%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 70%;
            height: 190px;
            left: 18%;
        }

        .seccion_loteria {
            width: 90%;
            margin-top: 0%;
            margin-left: 5%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 395px;
            width: 270px;
        }

        .te-back div img {
            height: 395px;
            width: 240px;
        }

        .te-container {
            top: 3%;
            left: 37%;
        }

        .cls_nombrecarta {
            font-size: 35px;
            top: 70%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 315px;
            width: 190px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 22%;
                left: 53%;
            }

                .sponsorFlip img:hover {
                    top: 22%;
                }

        #Img_LoteriaSeleccionada {
            width: 170px;
            height: 170px;
            top: 45%;
            left: 58%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 36%;
            height: 100px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

    }

    @media screen and (min-height:2600px) and (max-height:2700px) {
        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 5%;
        }

        .cls_nombreEmpresa {
            width: 70%;
            margin-left: 14%;
            font-size: 145px;
        }

        .cls_icono_cazuela {
            width: 90%;
            height: 65%;
            top: 10%;
        }

        .cls_bottonStart {
            top: 20%;
            left: 31%;
            width: 36%;
            height: 140px;
            border-radius: 70px;
        }

        .cls_bottonMenu {
            top: 25%;
            left: 31%;
            width: 36%;
            height: 140px;
            border-radius: 70px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 10%;
            left: 12%;
            width: 80%;
        }

        .cls_nombreReady {
            font-size: 95px;
            padding-top: 13%;
        }

        .cls_inputcheck {
            border: 7px solid #700000;
            width: 42px;
            height: 42px;
        }

        .cls_inputText {
            width: 70%;
            font-size: 35px;
            margin-top: 4%;
            height: 105px;
            border-radius: 25px;
        }

        .cls_imagenCompany {
            width: 80%;
            top: 65%;
            left: 12%;
        }

        .cls_buttonlink {
            width: 40%;
            margin-left: 30%;
            border-radius: 30px;
            height: 80px;
            font-size: 38px;
        }

        .cls_linkCheck {
            font-size: 34px;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 6%;
        }

        .cls_lastUpdated {
            font-size: 35px;
        }

        .cls_textPolicy {
            font-size: 35px;
        }

        .cls_nameNotice {
            width: 90%;
            font-size: 70px;
            margin-left: 5%;
        }

        .cls_buttonOption {
            margin-top: 9%;
        }

        .cls_buttonAccept {
            font-size: 33px;
            height: 80px;
        }

        .cls_buttonNotAccept {
            font-size: 33px;
            height: 80px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 90%;
            left: 5%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 64%;
            position: fixed;
            top: 58%;
            left: 18%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 90%;
            left: 5%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 64%;
            position: fixed;
            top: 58%;
            left: 18%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 70%;
            height: 190px;
            left: 18%;
        }

        .seccion_loteria {
            width: 90%;
            margin-top: 0%;
            margin-left: 5%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 395px;
            width: 270px;
        }

        .te-back div img {
            height: 395px;
            width: 240px;
        }

        .te-container {
            top: 3%;
            left: 37%;
        }

        .cls_nombrecarta {
            font-size: 35px;
            top: 70%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 315px;
            width: 190px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 22%;
                left: 53%;
            }

                .sponsorFlip img:hover {
                    top: 22%;
                }

        #Img_LoteriaSeleccionada {
            width: 170px;
            height: 170px;
            top: 45%;
            left: 58%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 36%;
            height: 100px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

    }

    @media screen and (min-height:2700px) and (max-height:2800px) {
        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 5.5%;
        }

        .cls_nombreEmpresa {
            width: 70%;
            margin-left: 15%;
            font-size: 145px;
        }

        .cls_icono_cazuela {
            width: 88%;
            height: 65%;
            top: 9%;
        }

        .cls_bottonStart {
            top: 20%;
            left: 31%;
            width: 36%;
            height: 145px;
            border-radius: 80px;
        }

        .cls_bottonMenu {
            top: 25%;
            left: 31%;
            width: 36%;
            height: 145px;
            border-radius: 80px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 10%;
            left: 12%;
            width: 80%;
        }

        .cls_nombreReady {
            font-size: 95px;
            padding-top: 13%;
        }

        .cls_inputcheck {
            border: 7px solid #700000;
            width: 42px;
            height: 42px;
        }

        .cls_inputText {
            width: 70%;
            font-size: 35px;
            margin-top: 4%;
            height: 105px;
            border-radius: 25px;
        }

        .cls_imagenCompany {
            width: 80%;
            top: 60%;
            left: 12%;
        }

        .cls_buttonlink {
            width: 40%;
            margin-left: 30%;
            border-radius: 30px;
            height: 80px;
            font-size: 38px;
        }

        .cls_linkCheck {
            font-size: 34px;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 11%;
        }

        .cls_lastUpdated {
            font-size: 35px;
        }

        .cls_textPolicy {
            font-size: 35px;
        }

        .cls_nameNotice {
            width: 90%;
            font-size: 70px;
            margin-left: 5%;
        }

        .cls_buttonOption {
            margin-top: 11%;
        }

        .cls_buttonAccept {
            font-size: 33px;
            height: 80px;
        }

        .cls_buttonNotAccept {
            font-size: 33px;
            height: 80px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 90%;
            left: 5%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 64%;
            position: fixed;
            top: 58%;
            left: 18%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 90%;
            left: 5%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 64%;
            position: fixed;
            top: 58%;
            left: 18%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 70%;
            height: 190px;
            left: 18%;
        }

        .seccion_loteria {
            width: 90%;
            margin-top: 0%;
            margin-left: 5%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 395px;
            width: 270px;
        }

        .te-back div img {
            height: 395px;
            width: 240px;
        }

        .te-container {
            top: 3%;
            left: 37%;
        }

        .cls_nombrecarta {
            font-size: 35px;
            top: 70%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 315px;
            width: 190px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 22%;
                left: 53%;
            }

                .sponsorFlip img:hover {
                    top: 22%;
                }

        #Img_LoteriaSeleccionada {
            width: 170px;
            height: 170px;
            top: 45%;
            left: 58%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 36%;
            height: 100px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

    }

    @media screen and (min-height:2800px) and (max-height:2900px) {
        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 6%;
        }

        .cls_nombreEmpresa {
            width: 70%;
            margin-left: 16%;
            font-size: 140px;
        }

        .cls_icono_cazuela {
            width: 88%;
            height: 61%;
            top: 12%;
        }

        .cls_bottonStart {
            top: 20%;
            left: 31%;
            width: 36%;
            height: 160px;
            border-radius: 100px;
        }

        .cls_bottonMenu {
            top: 25%;
            left: 31%;
            width: 36%;
            height: 160px;
            border-radius: 100px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 10%;
            left: 12%;
            width: 80%;
        }

        .cls_inputcheck {
            border: 7px solid #700000;
            width: 42px;
            height: 42px;
        }

        .cls_nombreReady {
            font-size: 115px;
            padding-top: 13%;
        }

        .cls_inputText {
            width: 70%;
            font-size: 40px;
            margin-top: 4%;
            height: 115px;
            ;
        }

        .cls_imagenCompany {
            width: 80%;
            top: 63%;
            left: 12%;
        }

        .cls_buttonlink {
            width: 40%;
            margin-left: 30%;
            border-radius: 30px;
            height: 80px;
            font-size: 38px;
        }

        .cls_linkCheck {
            font-size: 34px;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 11%;
        }

        .cls_lastUpdated {
            font-size: 35px;
        }

        .cls_textPolicy {
            font-size: 35px;
        }

        .cls_nameNotice {
            width: 90%;
            font-size: 70px;
            margin-left: 5%;
        }

        .cls_buttonOption {
            margin-top: 11%;
        }

        .cls_buttonAccept {
            font-size: 36px;
            height: 85px;
        }

        .cls_buttonNotAccept {
            font-size: 36px;
            height: 85px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 90%;
            left: 5%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 64%;
            position: fixed;
            top: 58%;
            left: 18%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 90%;
            left: 5%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 64%;
            position: fixed;
            top: 58%;
            left: 18%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 70%;
            height: 190px;
            left: 18%;
        }

        .seccion_loteria {
            width: 90%;
            margin-top: 0%;
            margin-left: 5%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 395px;
            width: 270px;
        }

        .te-back div img {
            height: 395px;
            width: 240px;
        }

        .te-container {
            top: 3%;
            left: 37%;
        }

        .cls_nombrecarta {
            font-size: 35px;
            top: 70%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 315px;
            width: 190px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 22%;
                left: 53%;
            }

                .sponsorFlip img:hover {
                    top: 22%;
                }

        #Img_LoteriaSeleccionada {
            width: 170px;
            height: 170px;
            top: 45%;
            left: 58%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 36%;
            height: 100px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

    }

    @media screen and (min-height:2900px) and (max-height:3000px) {
        .cls_portada_inicio {
            width: 100%;
            left: 0%;
            top: 7%;
        }

        .cls_nombreEmpresa {
            width: 70%;
            margin-left: 13%;
            font-size: 138px;
        }

        .cls_icono_cazuela {
            width: 88%;
            height: 65%;
            top: 10%;
        }

        .cls_bottonStart {
            top: 20%;
            left: 31%;
            width: 36%;
            height: 160px;
            border-radius: 100px;
        }

        .cls_bottonMenu {
            top: 25%;
            left: 31%;
            width: 36%;
            height: 160px;
            border-radius: 100px;
        }

        /*-----------------------------------------------------------*/
        /*-----------------------INGRESO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_frmDatosIngreso {
            top: 10%;
            left: 12%;
            width: 80%;
        }

        .cls_nombreReady {
            font-size: 125px;
            padding-top: 13%;
        }

        .cls_inputcheck {
            border: 7px solid #700000;
            width: 42px;
            height: 42px;
        }

        .cls_inputText {
            width: 70%;
            font-size: 40px;
            margin-top: 4%;
            height: 115px;
            ;
        }

        .cls_imagenCompany {
            width: 80%;
            top: 65%;
            left: 12%;
        }

        .cls_buttonlink {
            width: 40%;
            margin-left: 30%;
            border-radius: 30px;
            height: 100px;
            font-size: 38px;
        }

        .cls_linkCheck {
            font-size: 34px;
        }

        /*-----------------------------------------------------------*/
        /*-------------------------AVISO-----------------------------*/
        /*-----------------------------------------------------------*/

        .cls_divNotice {
            width: 80%;
            height: 90%;
            top: 5%;
            left: 10%;
        }

        .cls_titlePolicy {
            padding-top: 11%;
        }

        .cls_lastUpdated {
            font-size: 35px;
        }

        .cls_textPolicy {
            font-size: 35px;
        }

        .cls_nameNotice {
            width: 90%;
            font-size: 70px;
            margin-left: 5%;
        }

        .cls_buttonOption {
            margin-top: 11%;
        }

        .cls_buttonAccept {
            font-size: 36px;
            height: 85px;
        }

        .cls_buttonNotAccept {
            font-size: 36px;
            height: 85px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 90%;
            left: 5%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 64%;
            position: fixed;
            top: 58%;
            left: 18%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .cls_frmDatos {
            top: 5%;
            width: 90%;
            left: 5%;
        }

        .cls_iconInstruccionesIngreso {
            margin-top: 5%;
            width: 80%;
            margin-left: 10%;
        }

        .cls_iconCargando {
            width: 20%;
            margin-left: 38%;
        }

        .cls_iconCargandotexto {
            width: 60%;
            margin-left: 20%;
        }

        .cls_imagenCompany {
            width: 64%;
            position: fixed;
            top: 58%;
            left: 18%;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------JUEGO---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/

        .img_game {
            width: 70%;
            height: 190px;
            left: 18%;
        }

        .seccion_loteria {
            width: 90%;
            margin-top: 0%;
            margin-left: 5%;
            height: 60%;
        }

        .seccion_repartidor {
            width: 100%;
            height: 23%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- CARTAS SALIENDO -------------------------- */
        .te-wrapper div img {
            height: 395px;
            width: 270px;
        }

        .te-back div img {
            height: 395px;
            width: 240px;
        }

        .te-container {
            top: 3%;
            left: 37%;
        }

        .cls_nombrecarta {
            font-size: 35px;
            top: 70%;
        }

        /* ----------------------------------------------------------- */
        /* ----------------------- LOTERIA -------------------------- */
        .sponsor {
            height: 315px;
            width: 190px;
        }

        .sponsorFlip {
            top: -5%;
        }

            .sponsorFlip img {
                top: 22%;
                left: 53%;
            }

                .sponsorFlip img:hover {
                    top: 22%;
                }

        #Img_LoteriaSeleccionada {
            width: 170px;
            height: 170px;
            top: 45%;
            left: 58%;
        }

        /* ----------------------------------------------------------- */

        .cls_buttonLoteria {
            top: 0%;
            left: 36%;
            height: 100px;
        }

        /*------------------------------------------------------------------------------------------------*/
        /*----------------------------------------WINNER---------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------*/


    }
}

@media screen and (orientation: landscape) {
    .bodyContentInicio {
        background-image: url(../../img/system/fondos/Web/Fondo_Rojo_Web.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        background-attachment: fixed;
    }

    .bodyContentIngreso {
        height: 100%;
        width: 100%;
        margin: 0px;
        background-image: url(../../img/system/fondos/Web/fondo_ingreso_web.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        background-attachment: fixed;
        line-height: normal;
    }

    .bodyContentAviso {
        background-image: url(../../img/system/fondos/Web/Fondo_Amarilla_Web.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        background-attachment: fixed;
    }

    .bodyContentIniciando {
        background-image: url(../../img/system/fondos/Web/Fondo_Amarilla_Web.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        background-attachment: fixed;
    }

    .bodyContentJuego {
        background-color: #ffc900;
        background-image: url(../../img/system/fondos/Web/Fondo_Amarilla_Web.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        background-attachment: fixed;
    }

    .bodyContentWinner {
        margin: 0px;
        background-image: url(../../img/system/fondos/Web/Fondo_Rojo_Web.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        background-attachment: fixed;
    }

    .bodyContentLoser {
        margin: 0px;
        background-color: #e90a2d;
        background-image: url(../../img/system/fondos/Web/Fondo_Loser_Web.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        background-attachment: fixed;
    }

    .bodyContentWinnerPrize {
        margin: 0px;
        background-image: url(../../img/system/fondos/Web/Fondo_Rojo_Web.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        background-attachment: fixed;
    }

    /*------------------------------------------------------------------------------------------------*/
    /*----------------------------------------JUEGO---------------------------------------------------*/
    /*------------------------------------------------------------------------------------------------*/

    .img_game {
        display: none;
    }

    .img_gameWeb {
        display: block;
        width: 60%;
        height: 150px;
        position: relative;
        left: 20%;
    }

    .cls_buttonLoteria:hover {
        border: #fff 2px solid;
    }

    /*---------------------------------------------------------------------------------------------------*/


    .cls_portada_inicio {
        height: 90%;
        top: 3%;
    }

    .cls_icono_cazuela {
        position: relative;
    }

    .cls_nombreEmpresa {
        position: relative;
        font-size: 85px;
        width: 100%;
        text-align: center;
    }

    .cls_bottonStart {
        background-color: #ff111f;
        /*background-image: url(../../img/games/loteria/system/start_web.png);*/
        border: #ff111f 5px solid;
    }

    .cls_bottonStart:hover {
        border: #fff 5px solid;
    }

    .cls_bottonMenu {
        background-color: #ff111f;
        /*background-image: url(../../img/games/loteria/system/menu_web.png);*/
        border: #ff111f 5px solid;
    }

    .cls_bottonMenu:hover {
        border: #fff 5px solid;
    }


    /*-----------------------------------------------------------*/
    /*-----------------------INGRESO-----------------------------*/
    /*-----------------------------------------------------------*/


    .cls_frmDatosIngreso {
        left: 10%;
        width: 25%;
        position: fixed;
        top: 0%;
        background-color: #ffa900;
        border-radius: 0px;
        height: 100%;
    }

    .cls_nombreReady {
        width: 100%;
        height: 100px;
        background-image: url(../../img/system/Ingreso_Ready_Web.png);
        background-size: 55% 55%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .cls_inputText {
        width: 70%;
        text-align: left;
        margin-top: 6%;
        border-radius: 8px;
        font-family: 'Dosis', sans-serif;
        font-size: 12px;
        margin-left: 15%;
        height: 55px;
    }

    .cls_linkCheck {
        font-weight: bold;
        position: relative;
        text-decoration: none;
    }

    .cls_ContenedorFondo {
        position: absolute;
        top: 15%;
        left: 50%;
        height: 85%;
        width: 50%;
        overflow: hidden;
    }

    .cls_fondoLuchadoresIngreso {
        position: absolute;
        left: -20%;
        height: 100%;
        width: 140%;
        background-image: url("../../img/system/Ingreso_Luchador_Ingreso.gif");
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    /*-----------------------------------------------------------*/
    /*-------------------------AVISO-----------------------------*/
    /*-----------------------------------------------------------*/

    .cls_divNotice {
        position: fixed;
        background-color: #fff;
        border-radius: 20px;
    }

    .cls_titlePolicy {
        height: 10%;
        padding-top: 2%;
    }

    .cls_nameNotice {
        font-family: fontName;
        color: #ed1c24;
        text-align: center;
        letter-spacing: 3px;
    }

    .cls_informationPolitica {
        overflow-y: auto;
        overflow-x: hidden;
    }

    /*------------------------------------------------------------------------------------------------*/
    /*----------------------------------------JUEGO---------------------------------------------------*/
    /*------------------------------------------------------------------------------------------------*/

    .img_game {
        display: none;
    }

    .img_gameWeb {
        display: block;
        width: 60%;
        height: 150px;
        position: relative;
        left: 20%;
    }

    .cls_buttonLoteria:hover {
        border: #fff 2px solid;
    }

    /*------------------------------------------------------------------------------------------------*/
    /*----------------------------------------WINNER PRIZE--------------------------------------------*/
    /*------------------------------------------------------------------------------------------------*/

    .cls_portada_inicioWinnerPrize {
        background-image: url("../../img/system/Fondo_Premio.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        border-radius: 15px;
        height: 50%;
        width: 45%;
        position: absolute;
        left: 28%;
        top: 5%;
    }

    .cls_imgWinnerPrize {
        background-image: url("../../img/system/Winner_Prize.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        height: 110%;
        width: 110%;
        position: absolute;
        left: -5%;
    }

    .cls_imgPremioWinnerPrize {
        position: absolute;
        top: 10%;
        left: 10%;
        width: 80%;
        height: 70%;
    }


    .cls_imgLoserLuchador {
        position: absolute;
        top: 15%;
        left: 22%;
        width: 55%;
        height: 85%;
        background-image: url("../../img/system/Loser_Luchador.gif");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    @media screen and (min-width:800px) and (max-width:1000px) {
        .cls_icono_cazuela {
            width: 50%;
            top: 0%;
        }

        .cls_nombreEmpresa {
            top: 60%;
            font-size: 70px;
            width: 100%;
            letter-spacing: 10px;
        }

        .cls_bottonStart {
            width: 30%;
            left: 34%;
        }

        .cls_bottonMenu {
            width: 30%;
            left: 34%;
        }

        @media screen and (min-height:800px) and (max-height:1000px) {
            .cls_icono_cazuela {
                height: 45%;
            }

            .cls_nombreEmpresa {
                width: 50%;
                left: 25%;
            }

            .cls_bottonStart {
                top: 17%;
                height: 60px;
            }

            .cls_bottonMenu {
                top: 20%;
                height: 60px;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 14px;
                margin-left: 15%;
                height: 40px;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 15px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 23px;
                height: 23px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 40px;
                width: 35%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 15%;
                position: fixed;
                top: 60%;
                left: 14%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 78%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 20%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 40%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 13%;
            }

            .cls_iconCargandotexto {
                width: 20%;
                position: absolute;
                top: 30%;
                right: 10%;
            }

            .cls_iconCompanyIngreso {
                width: 15%;
                position: fixed;
                top: 47%;
                right: 17%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 5%;
                width: 15%;
                height: 40%;
            }

            .seccion_loteria {
                position: absolute;
                top: 10%;
                left: 28%;
                margin-left: 0%;
                width: 45%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 20%;
                left: 78%;
                top: 25%;
            }

            .img_gameWeb {
                position: absolute;
                left: 79%;
                top: 10%;
                width: 18%;
                height: 110px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 280px;
                width: 180px;
                border: #FFF 20px solid;
            }

            .te-back div img {
                height: 280px;
                width: 180px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 25px;
                top: 65%;
                left: 5%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 170px;
                width: 100px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 41%;
                    left: 100%;
                }

                    .sponsorFlip img:hover {
                        top: 41%;
                    }

            #Img_LoteriaSeleccionada {
                width: 90px;
                height: 100px;
                top: 63%;
                left: 105%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 12%;
                height: 50px;
                top: 25%;
                left: 8%;
                border-radius: 15px;
                border: none;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 14%;
                left: 28%;
                width: 45%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 35%;
                height: 15%;
            }
        }

        @media screen and (min-height:600px) and (max-height:800px) {
            .cls_icono_cazuela {
                height: 40%;
                width: 40%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 49px;
                width: 50%;
                left: 25%;
            }

            .cls_bottonStart {
                top: 17%;
                height: 50px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                top: 20%;
                height: 50px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 14px;
                margin-left: 15%;
                height: 40px;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 15px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 23px;
                height: 23px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 40px;
                width: 35%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 15%;
                position: fixed;
                top: 60%;
                left: 14%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            .cls_buttonNotAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 10%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 40%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 13%;
            }

            .cls_iconCargandotexto {
                width: 20%;
                position: absolute;
                top: 30%;
                right: 10%;
            }

            .cls_iconCompanyIngreso {
                width: 12%;
                position: fixed;
                top: 45%;
                right: 19%;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 5%;
                width: 20%;
                height: 40%;
            }

            .seccion_loteria {
                position: absolute;
                top: 10%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 18%;
                left: 78%;
                top: 27%;
            }

            .img_gameWeb {
                position: absolute;
                left: 77%;
                top: 10%;
                width: 20%;
                height: 120px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
                width: 100%;
                height: 100%;
            }

            .te-wrapper {
                position: relative;
                width: 100%;
                height: 100%;
                border-radius: 15px;
            }


                .te-wrapper div img {
                    height: 280px;
                    width: 180px;
                    border: #FFF 15px solid;
                }

            .te-back div img {
                height: 280px;
                width: 180px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 30px;
                top: 5%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 130px;
                width: 100px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 54%;
                    left: 100%;
                }

                    .sponsorFlip img:hover {
                        top: 54%;
                    }

            #Img_LoteriaSeleccionada {
                width: 80px;
                height: 80px;
                top: 67%;
                left: 110%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 8%;
                top: 25%;
                left: 10%;
                border-radius: 10px;
                border: none;
                height: 40px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 14%;
                left: 28%;
                width: 45%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 35%;
                height: 15%;
            }
        }

        @media screen and (min-height:500px) and (max-height:600px) {
            .cls_icono_cazuela {
                height: 38%;
                width: 30%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 35px;
                width: 50%;
                left: 25%;
            }

            .cls_bottonStart {
                left: 36%;
                top: 20%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 36%;
                top: 25%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 12px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 30px;
                width: 30%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 13%;
                position: fixed;
                top: 60%;
                left: 15%;
            }


            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/


            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            .cls_buttonNotAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 40%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 13%;
            }

            .cls_iconCargandotexto {
                width: 20%;
                position: absolute;
                top: 30%;
                right: 10%;
            }

            .cls_iconCompanyIngreso {
                width: 15%;
                position: fixed;
                top: 45%;
                right: 17%;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 6%;
                width: 18%;
                height: 40%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 14%;
                left: 80%;
                top: 27%;
            }

            .img_gameWeb {
                position: absolute;
                left: 78%;
                top: 10%;
                width: 18%;
                height: 80px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 220px;
                width: 180px;
                border: #FFF 15px solid;
            }

            .te-back div img {
                height: 270px;
                width: 250px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 20px;
                top: 85%;
                left: 0%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 110px;
                width: 100px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 63%;
                    left: 100%;
                }

                    .sponsorFlip img:hover {
                        top: 63%;
                    }

            #Img_LoteriaSeleccionada {
                width: 80px;
                height: 80px;
                top: 75%;
                left: 110%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 9%;
                height: 40px;
                top: 25%;
                left: 11%;
                border-radius: 10px;
                border: none;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 14%;
                left: 28%;
                width: 45%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 35%;
                height: 15%;
            }
        }

        @media screen and (min-height:400px) and (max-height:500px) {
            .cls_icono_cazuela {
                height: 38%;
                width: 30%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 35px;
                width: 50%;
                left: 25%;
            }

            .cls_bottonStart {
                left: 36%;
                top: 20%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 36%;
                top: 25%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 12px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 30px;
                width: 30%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 7%;
                position: fixed;
                top: 72%;
                left: 18%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/


            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            .cls_buttonNotAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 12%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 30%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 10%;
            }

            .cls_iconCargandotexto {
                width: 15%;
                position: absolute;
                top: 30%;
                right: 12%;
            }

            .cls_iconCompanyIngreso {
                width: 10%;
                position: fixed;
                top: 50%;
                right: 19%;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 8%;
                width: 15%;
                height: 50%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 15%;
                left: 78%;
                top: 35%;
            }

            .img_gameWeb {
                position: absolute;
                left: 79%;
                top: 10%;
                width: 14%;
                height: 70px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 170px;
                width: 150px;
                border: #FFF 15px solid;
            }

            .te-back div img {
                height: 170px;
                width: 150px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 15px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 65px;
                width: 100px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 106%;
                    left: 100%;
                }

                    .sponsorFlip img:hover {
                        top: 106%;
                    }

            #Img_LoteriaSeleccionada {
                width: 50px;
                height: 50px;
                top: 88%;
                left: 125%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 10%;
                height: 30px;
                top: 28%;
                left: 10%;
                border-radius: 5px;
                border: none;
            }

            /* ----------------------------------------------------------- */

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 14%;
                left: 28%;
                width: 45%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 1%;
                width: 35%;
                height: 20%;
            }
        }

        @media screen and (min-height:200px) and (max-height:400px) {
            .cls_icono_cazuela {
                height: 38%;
                width: 30%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 20px;
                width: 30%;
                left: 35%;
            }

            .cls_bottonStart {
                left: 36%;
                top: 20%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 36%;
                top: 25%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_nombreReady {
                width: 90%;
                height: 80px;
                /*background-image: url(../../img/games/loteria/system/ready_web.png);*/
                background-size: 55% 55%;
                background-repeat: no-repeat;
                background-position: center;
            }

            .cls_inputText {
                margin-top: 1%;
                font-size: 10px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 25px;
                width: 25%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 10%;
                position: fixed;
                top: 70%;
                left: 16%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 20px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 27px;
                width: 30%;
                font-size: 14px;
            }

            .cls_buttonNotAccept {
                height: 27px;
                width: 30%;
                font-size: 14px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 12%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 30%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 10%;
            }

            .cls_iconCargandotexto {
                width: 15%;
                position: absolute;
                top: 30%;
                right: 12%;
            }

            .cls_iconCompanyIngreso {
                width: 10%;
                position: fixed;
                top: 50%;
                right: 19%;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 8%;
                width: 15%;
                height: 50%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 15%;
                left: 78%;
                top: 35%;
            }

            .img_gameWeb {
                position: absolute;
                left: 79%;
                top: 10%;
                width: 14%;
                height: 70px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 170px;
                width: 150px;
                border: #FFF 15px solid;
            }

            .te-back div img {
                height: 170px;
                width: 150px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 15px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 65px;
                width: 100px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 106%;
                    left: 100%;
                }

                    .sponsorFlip img:hover {
                        top: 106%;
                    }

            #Img_LoteriaSeleccionada {
                width: 50px;
                height: 50px;
                top: 88%;
                left: 125%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 10%;
                height: 30px;
                top: 28%;
                left: 10%;
                border-radius: 5px;
                border: none;
            }

            /* ----------------------------------------------------------- */

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 14%;
                left: 28%;
                width: 45%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 1%;
                width: 35%;
                height: 20%;
            }
        }
    }

    @media screen and (min-width:1000px) and (max-width:1300px) {
        .cls_icono_cazuela {
            width: 50%;
            top: 0%;
        }

        .cls_nombreEmpresa {
            top: 60%;
            font-size: 70px;
            width: 100%;
            letter-spacing: 10px;
        }

        .cls_bottonStart {
            width: 30%;
            left: 34%;
        }

        .cls_bottonMenu {
            width: 30%;
            left: 34%;
        }

        @media screen and (min-height:800px) and (max-height:1000px) {
            .cls_icono_cazuela {
                height: 45%;
            }

            .cls_nombreEmpresa {
                width: 50%;
                left: 25%;
            }

            .cls_bottonStart {
                top: 17%;
                height: 60px;
            }

            .cls_bottonMenu {
                top: 20%;
                height: 60px;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/


            .cls_inputText {
                margin-top: 3%;
                font-size: 14px;
                margin-left: 15%;
                height: 40px;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 15px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 23px;
                height: 23px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 40px;
                width: 35%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 15%;
                position: fixed;
                top: 60%;
                left: 14%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 78%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 20%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 40%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 13%;
            }

            .cls_iconCargandotexto {
                width: 20%;
                position: absolute;
                top: 30%;
                right: 10%;
            }

            .cls_iconCompanyIngreso {
                width: 15%;
                position: fixed;
                top: 47%;
                right: 17%;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 7%;
                width: 15%;
                height: 40%;
            }

            .seccion_loteria {
                position: absolute;
                top: 10%;
                left: 33%;
                margin-left: 0%;
                width: 40%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 20%;
                left: 78%;
                top: 28%;
            }

            .img_gameWeb {
                position: absolute;
                left: 79%;
                top: 10%;
                width: 18%;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 280px;
                width: 180px;
                border: #FFF 20px solid;
            }

            .te-back div img {
                height: 280px;
                width: 180px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 25px;
                top: 65%;
                left: 5%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 170px;
                width: 110px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 41%;
                    left: 90%;
                }

                    .sponsorFlip img:hover {
                        top: 41%;
                    }

            #Img_LoteriaSeleccionada {
                width: 100px;
                height: 100px;
                top: 63%;
                left: 98%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 12%;
                height: 50px;
                top: 25%;
                left: 8%;
                border-radius: 20px;
                border: none;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 15%;
                left: 27%;
                width: 47%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 22%;
                height: 17%;
            }
        }

        @media screen and (min-height:600px) and (max-height:800px) {
            .cls_icono_cazuela {
                height: 40%;
                width: 40%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 49px;
                width: 50%;
                left: 25%;
            }

            .cls_bottonStart {
                top: 17%;
                height: 50px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                top: 20%;
                height: 50px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 14px;
                margin-left: 15%;
                height: 40px;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 15px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 23px;
                height: 23px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 40px;
                width: 35%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 15%;
                position: fixed;
                top: 60%;
                left: 14%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            .cls_buttonNotAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 10%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 40%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 13%;
            }

            .cls_iconCargandotexto {
                width: 20%;
                position: absolute;
                top: 30%;
                right: 10%;
            }

            .cls_iconCompanyIngreso {
                width: 12%;
                position: fixed;
                top: 45%;
                right: 19%;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 6%;
                width: 20%;
                height: 40%;
            }

            .seccion_loteria {
                position: absolute;
                top: 10%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 18%;
                left: 75%;
                top: 27%;
            }

            .img_gameWeb {
                position: absolute;
                left: 75%;
                top: 10%;
                width: 20%;
                height: 120px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
                width: 100%;
                height: 100%;
            }

            .te-wrapper {
                position: relative;
                width: 100%;
                height: 100%;
                border-radius: 15px;
            }


                .te-wrapper div img {
                    height: 280px;
                    width: 180px;
                    border: #FFF 15px solid;
                }

            .te-back div img {
                height: 280px;
                width: 180px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 30px;
                top: 5%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 130px;
                width: 100px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 54%;
                    left: 100%;
                }

                    .sponsorFlip img:hover {
                        top: 54%;
                    }

            #Img_LoteriaSeleccionada {
                width: 80px;
                height: 80px;
                top: 67%;
                left: 110%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 8%;
                top: 25%;
                left: 10%;
                border-radius: 10px;
                border: none;
                height: 40px;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 14%;
                left: 31%;
                width: 39%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 22%;
                height: 19%;
            }
        }

        @media screen and (min-height:500px) and (max-height:600px) {
            .cls_icono_cazuela {
                height: 38%;
                width: 30%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 35px;
                width: 50%;
                left: 25%;
            }

            .cls_bottonStart {
                left: 36%;
                top: 20%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 36%;
                top: 25%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/
            .cls_inputText {
                margin-top: 3%;
                font-size: 12px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 30px;
                width: 30%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 13%;
                position: fixed;
                top: 60%;
                left: 15%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlepolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_namenotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationpolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonoption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonaccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            .cls_buttonnotaccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 40%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 13%;
            }

            .cls_iconCargandotexto {
                width: 20%;
                position: absolute;
                top: 30%;
                right: 10%;
            }

            .cls_iconCompanyIngreso {
                width: 15%;
                position: fixed;
                top: 45%;
                right: 17%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/


            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 7%;
                width: 18%;
                height: 40%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 14%;
                left: 77%;
                top: 27%;
            }

            .img_gameWeb {
                position: absolute;
                left: 75%;
                top: 10%;
                width: 18%;
                height: 80px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 210px;
                width: 180px;
                border: #FFF 15px solid;
            }

            .te-back div img {
                height: 210px;
                width: 250px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 20px;
                top: 85%;
                left: 0%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 110px;
                width: 100px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 63%;
                    left: 100%;
                }

                    .sponsorFlip img:hover {
                        top: 63%;
                    }

            #Img_LoteriaSeleccionada {
                width: 80px;
                height: 80px;
                top: 75%;
                left: 110%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 9%;
                height: 40px;
                top: 25%;
                left: 11%;
                border-radius: 10px;
                border: none;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/


            .cls_imgPremio {
                position: absolute;
                top: 14%;
                left: 28%;
                width: 45%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 22%;
                height: 19%;
            }
        }

        @media screen and (min-height:400px) and (max-height:500px) {
            .cls_icono_cazuela {
                height: 38%;
                width: 30%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 35px;
                width: 50%;
                left: 25%;
            }

            .cls_bottonStart {
                left: 36%;
                top: 20%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 36%;
                top: 25%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 12px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 30px;
                width: 30%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 7%;
                position: fixed;
                top: 72%;
                left: 18%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            .cls_buttonNotAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 30%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 10%;
            }

            .cls_iconCargandotexto {
                width: 15%;
                position: absolute;
                top: 30%;
                right: 12%;
            }

            .cls_iconCompanyIngreso {
                width: 10%;
                position: fixed;
                top: 45%;
                right: 19%;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/


            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 7%;
                width: 15%;
                height: 40%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 15%;
                left: 79%;
                top: 27%;
            }

            .img_gameWeb {
                position: absolute;
                left: 80%;
                top: 10%;
                width: 14%;
                height: 70px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 170px;
                width: 150px;
                border: #FFF 15px solid;
            }

            .te-back div img {
                height: 170px;
                width: 150px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 18px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 90px;
                width: 100px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 78%;
                    left: 100%;
                }

                    .sponsorFlip img:hover {
                        top: 78%;
                    }

            #Img_LoteriaSeleccionada {
                width: 80px;
                height: 80px;
                top: 80%;
                left: 110%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 9%;
                height: 35px;
                top: 30%;
                left: 10%;
                border-radius: 5px;
                border: none;
            }



            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 14%;
                left: 28%;
                width: 45%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 22%;
                height: 22%;
            }
        }

        @media screen and (min-height:200px) and (max-height:400px) {
            .cls_icono_cazuela {
                height: 38%;
                width: 30%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 20px;
                width: 30%;
                left: 35%;
            }

            .cls_bottonStart {
                left: 36%;
                top: 20%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 36%;
                top: 25%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_nombreReady {
                width: 90%;
                height: 80px;
                /*background-image: url(../../img/games/loteria/system/ready_web.png);*/
                background-size: 55% 55%;
                background-repeat: no-repeat;
                background-position: center;
            }

            .cls_inputText {
                margin-top: 1%;
                font-size: 10px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 25px;
                width: 25%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 5%;
                position: fixed;
                top: 78%;
                left: 18%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 20px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 27px;
                width: 30%;
                font-size: 14px;
            }

            .cls_buttonNotAccept {
                height: 27px;
                width: 30%;
                font-size: 14px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 30%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 10%;
            }

            .cls_iconCargandotexto {
                width: 15%;
                position: absolute;
                top: 30%;
                right: 12%;
            }

            .cls_iconCompanyIngreso {
                width: 10%;
                position: fixed;
                top: 45%;
                right: 19%;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/


            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 7%;
                width: 15%;
                height: 40%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 15%;
                left: 79%;
                top: 27%;
            }

            .img_gameWeb {
                position: absolute;
                left: 80%;
                top: 10%;
                width: 14%;
                height: 70px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 170px;
                width: 150px;
                border: #FFF 15px solid;
            }

            .te-back div img {
                height: 170px;
                width: 150px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 18px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 90px;
                width: 100px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 78%;
                    left: 100%;
                }

                    .sponsorFlip img:hover {
                        top: 78%;
                    }

            #Img_LoteriaSeleccionada {
                width: 80px;
                height: 80px;
                top: 80%;
                left: 110%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 9%;
                height: 35px;
                top: 30%;
                left: 10%;
                border-radius: 5px;
                border: none;
            }



            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 14%;
                left: 28%;
                width: 45%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 22%;
                height: 22%;
            }
        }
    }

    @media screen and (min-width:1300px) and (max-width:1500px) {
        .cls_icono_cazuela {
            width: 50%;
            top: 0%;
        }

        .cls_nombreEmpresa {
            left: 15%;
            top: 64%;
            font-size: 75px;
            letter-spacing: 10px;
        }

        .cls_bottonStart {
            width: 30%;
            left: 34%;
        }

        .cls_bottonMenu {
            width: 30%;
            left: 34%;
        }

        @media screen and (min-height:800px) and (max-height:1000px) {
            .cls_icono_cazuela {
                height: 50%;
            }

            .cls_nombreEmpresa {
                width: 70%;
            }

            .cls_bottonStart {
                top: 17%;
                height: 60px;
            }

            .cls_bottonMenu {
                top: 20%;
                height: 60px;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 14px;
                margin-left: 15%;
                height: 40px;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 15px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 23px;
                height: 23px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 40px;
                width: 35%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 15%;
                position: fixed;
                top: 60%;
                left: 14%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 78%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 40%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 13%;
            }

            .cls_iconCargandotexto {
                width: 20%;
                position: absolute;
                top: 30%;
                right: 10%;
            }

            .cls_iconCompanyIngreso {
                width: 15%;
                position: fixed;
                top: 42%;
                right: 17%;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 5%;
                width: 15%;
                height: 40%;
            }

            .seccion_loteria {
                position: absolute;
                top: 10%;
                left: 33%;
                margin-left: 0%;
                width: 40%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 19%;
                left: 75%;
                top: 25%;
            }

            .img_gameWeb {
                position: absolute;
                left: 75%;
                top: 10%;
                width: 20%;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 380px;
                width: 280px;
                border: #FFF 20px solid;
            }

            .te-back div img {
                height: 380px;
                width: 280px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 28px;
                top: 95%;
                left: 20%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 160px;
                width: 130px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 44%;
                    left: 77%;
                }

                    .sponsorFlip img:hover {
                        top: 44%;
                    }

            #Img_LoteriaSeleccionada {
                width: 100px;
                height: 100px;
                top: 63%;
                left: 88%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 12%;
                height: 50px;
                top: 25%;
                left: 8%;
                border-radius: 20px;
                border: none;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 13%;
                left: 30%;
                width: 42%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 23%;
                height: 14%;
            }
        }

        @media screen and (min-height:600px) and (max-height:800px) {
            .cls_icono_cazuela {
                height: 40%;
                width: 35%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 49px;
                width: 50%;
                left: 25%;
            }

            .cls_bottonStart {
                top: 17%;
                height: 50px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                top: 20%;
                height: 50px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 14px;
                margin-left: 15%;
                height: 40px;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 15px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 23px;
                height: 23px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 40px;
                width: 35%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 15%;
                position: fixed;
                top: 60%;
                left: 14%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            .cls_buttonNotAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 40%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 13%;
            }

            .cls_iconCargandotexto {
                width: 20%;
                position: absolute;
                top: 30%;
                right: 10%;
            }

            .cls_iconCompanyIngreso {
                width: 15%;
                position: fixed;
                top: 42%;
                right: 17%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 5%;
                width: 20%;
                height: 50%;
            }

            .seccion_loteria {
                position: absolute;
                top: 10%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 16%;
                left: 77%;
                top: 27%;
            }

            .img_gameWeb {
                position: absolute;
                left: 75%;
                top: 10%;
                width: 20%;
                height: 120px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
                width: 100%;
                height: 100%;
            }

            .te-wrapper {
                position: relative;
                width: 100%;
                height: 100%;
                border-radius: 15px;
            }

                .te-wrapper div img {
                    height: 380px;
                    width: 280px;
                    border: #FFF 30px solid;
                }

            .te-back div img {
                height: 380px;
                width: 280px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 30px;
                top: 10%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 130px;
                width: 130px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 54%;
                    left: 76%;
                }

                    .sponsorFlip img:hover {
                        top: 54%;
                    }

            #Img_LoteriaSeleccionada {
                width: 100px;
                height: 100px;
                top: 67%;
                left: 88%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 8%;
                top: 25%;
                left: 10%;
                border-radius: 10px;
                border: none;
                height: 50px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 12%;
                left: 31%;
                width: 38%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 20%;
                height: 17%;
            }
        }

        @media screen and (min-height:500px) and (max-height:600px) {
            .cls_icono_cazuela {
                height: 38%;
                width: 30%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 35px;
                width: 50%;
                left: 25%;
            }

            .cls_bottonStart {
                left: 36%;
                top: 20%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 36%;
                top: 25%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 12px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 30px;
                width: 30%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 13%;
                position: fixed;
                top: 60%;
                left: 15%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            .cls_buttonNotAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 40%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 13%;
            }

            .cls_iconCargandotexto {
                width: 20%;
                position: absolute;
                top: 30%;
                right: 10%;
            }

            .cls_iconCompanyIngreso {
                width: 15%;
                position: fixed;
                top: 52%;
                right: 17%;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 5%;
                width: 20%;
                height: 55%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 15%;
                left: 75%;
                top: 27%;
            }

            .img_gameWeb {
                position: absolute;
                left: 75%;
                top: 10%;
                width: 15%;
                height: 100px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 270px;
                width: 250px;
                border: #FFF 25px solid;
            }

            .te-back div img {
                height: 270px;
                width: 250px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 25px;
                top: 85%;
            }

            .cls_imgPremio {
                position: absolute;
                top: 15%;
                left: 35%;
                width: 30%;
                height: 37%;
            }
        }

        @media screen and (min-height:400px) and (max-height:500px) {
            .cls_icono_cazuela {
                height: 38%;
                width: 30%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 35px;
                width: 50%;
                left: 25%;
            }

            .cls_bottonStart {
                left: 36%;
                top: 20%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 36%;
                top: 25%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 12px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 30px;
                width: 30%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 7%;
                position: fixed;
                top: 72%;
                left: 18%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 15%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 20px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 65%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 27px;
                width: 30%;
                font-size: 14px;
            }

            .cls_buttonNotAccept {
                height: 27px;
                width: 30%;
                font-size: 14px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 30%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 10%;
            }

            .cls_iconCargandotexto {
                width: 15%;
                position: absolute;
                top: 30%;
                right: 12%;
            }

            .cls_iconCompanyIngreso {
                width: 10%;
                position: fixed;
                top: 58%;
                right: 19%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 10%;
                left: 10%;
                width: 7%;
                height: 50%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 8%;
                left: 78%;
                top: 35%;
            }

            .img_gameWeb {
                position: absolute;
                left: 76%;
                top: 10%;
                width: 12%;
                height: 80px;
            }

            .cls_buttonLoteria {
                width: 8%;
                height: 30px;
                top: 28%;
                left: 11%;
                border-radius: 5px;
                border: none;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 170px;
                width: 150px;
                border: #FFF 15px solid;
            }

            .te-back div img {
                height: 170px;
                width: 150px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 18px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 65px;
                width: 100px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 106%;
                    left: 100%;
                }

                    .sponsorFlip img:hover {
                        top: 106%;
                    }

            #Img_LoteriaSeleccionada {
                width: 50px;
                height: 50px;
                top: 88%;
                left: 125%;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 15%;
                left: 35%;
                width: 30%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 22%;
                height: 22%;
            }
        }

        @media screen and (min-height:200px) and (max-height:400px) {
            .cls_icono_cazuela {
                height: 38%;
                width: 30%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 20px;
                width: 30%;
                left: 35%;
            }

            .cls_bottonStart {
                left: 36%;
                top: 20%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 36%;
                top: 25%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_nombreReady {
                width: 90%;
                height: 80px;
                /*background-image: url(../../img/games/loteria/system/ready_web.png);*/
                background-size: 55% 55%;
                background-repeat: no-repeat;
                background-position: center;
            }

            .cls_inputText {
                margin-top: 1%;
                font-size: 10px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 25px;
                width: 25%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 5%;
                position: fixed;
                top: 78%;
                left: 18%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 15%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 20px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 65%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 27px;
                width: 30%;
                font-size: 14px;
            }

            .cls_buttonNotAccept {
                height: 27px;
                width: 30%;
                font-size: 14px;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 30%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 10%;
            }

            .cls_iconCargandotexto {
                width: 15%;
                position: absolute;
                top: 30%;
                right: 12%;
            }

            .cls_iconCompanyIngreso {
                width: 10%;
                position: fixed;
                top: 58%;
                right: 19%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 10%;
                left: 10%;
                width: 7%;
                height: 50%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 8%;
                left: 78%;
                top: 35%;
            }

            .img_gameWeb {
                position: absolute;
                left: 76%;
                top: 10%;
                width: 12%;
                height: 80px;
            }

            .cls_buttonLoteria {
                width: 8%;
                height: 30px;
                top: 28%;
                left: 11%;
                border-radius: 5px;
                border: none;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 170px;
                width: 150px;
                border: #FFF 15px solid;
            }

            .te-back div img {
                height: 170px;
                width: 150px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 18px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 65px;
                width: 100px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 106%;
                    left: 100%;
                }

                    .sponsorFlip img:hover {
                        top: 106%;
                    }

            #Img_LoteriaSeleccionada {
                width: 50px;
                height: 50px;
                top: 88%;
                left: 125%;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 10%;
                left: 35%;
                width: 30%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 22%;
                height: 22%;
            }
        }
    }

    @media screen and (min-width:1500px) and (max-width:1900px) {
        .cls_icono_cazuela {
            width: 45%;
            top: 0%;
        }

        .cls_nombreEmpresa {
            left: 15%;
            top: 64%;
            font-size: 75px;
            letter-spacing: 10px;
        }

        .cls_bottonStart {
            width: 25%;
            left: 36%;
            background-size: 50% 70%;
        }

        .cls_bottonMenu {
            width: 25%;
            left: 36%;
            background-size: 50% 70%;
        }

        .cls_bottonStart:hover {
            background-size: 50% 70%;
        }

        .cls_bottonMenu:hover {
            background-size: 50% 70%;
        }

        @media screen and (min-height:800px) and (max-height:1000px) {
            .cls_icono_cazuela {
                height: 50%;
            }

            .cls_nombreEmpresa {
                width: 70%;
            }

            .cls_bottonStart {
                top: 17%;
                height: 60px;
            }

            .cls_bottonMenu {
                top: 20%;
                height: 60px;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 14px;
                margin-left: 15%;
                height: 40px;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 15px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 23px;
                height: 23px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 40px;
                width: 35%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 15%;
                position: fixed;
                top: 60%;
                left: 14%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 78%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 40%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 13%;
            }

            .cls_iconCargandotexto {
                width: 20%;
                position: absolute;
                top: 30%;
                right: 10%;
            }

            .cls_iconCompanyIngreso {
                width: 15%;
                position: fixed;
                top: 48%;
                right: 17%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 7%;
                width: 15%;
                height: 40%;
            }

            .seccion_loteria {
                position: absolute;
                top: 10%;
                left: 33%;
                margin-left: 0%;
                width: 40%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 19%;
                left: 76%;
                top: 25%;
            }

            .img_gameWeb {
                position: absolute;
                left: 76%;
                top: 10%;
                width: 20%;
            }

            .cls_buttonLoteria {
                width: 10%;
                top: 25%;
                left: 10%;
                border-radius: 10px;
                border: none;
                height: 60px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 380px;
                width: 280px;
                border: #FFF 20px solid;
            }

            .te-back div img {
                height: 380px;
                width: 280px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 35px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 160px;
                width: 150px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 44%;
                    left: 67%;
                }

                    .sponsorFlip img:hover {
                        top: 44%;
                    }

            #Img_LoteriaSeleccionada {
                width: 120px;
                height: 120px;
                top: 55%;
                left: 78%;
            }

            /* ----------------------------------------------------------- */

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 17%;
                left: 32%;
                width: 38%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 20%;
                height: 20%;
            }
        }

        @media screen and (min-height:600px) and (max-height:800px) {
            .cls_icono_cazuela {
                height: 40%;
                width: 35%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 49px;
                width: 50%;
                left: 25%;
            }

            .cls_bottonStart {
                top: 17%;
                height: 50px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                top: 20%;
                height: 50px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 14px;
                margin-left: 15%;
                height: 40px;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 15px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 23px;
                height: 23px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 40px;
                width: 35%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 15%;
                position: fixed;
                top: 60%;
                left: 14%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            .cls_buttonNotAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 8%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 40%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 13%;
            }

            .cls_iconCargandotexto {
                width: 20%;
                position: absolute;
                top: 30%;
                right: 10%;
            }

            .cls_iconCompanyIngreso {
                width: 15%;
                position: fixed;
                top: 47%;
                right: 17%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 11%;
                left: 6%;
                width: 20%;
                height: 50%;
            }

            .seccion_loteria {
                position: absolute;
                top: 10%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 16%;
                left: 77%;
                top: 27%;
            }

            .img_gameWeb {
                position: absolute;
                left: 75%;
                top: 10%;
                width: 20%;
                height: 120px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
                width: 100%;
                height: 100%;
            }

            .te-wrapper {
                position: relative;
                width: 100%;
                height: 100%;
                border-radius: 15px;
            }

                .te-wrapper div img {
                    height: 380px;
                    width: 280px;
                    border: #FFF 30px solid;
                }

            .te-back div img {
                height: 380px;
                width: 280px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 30px;
                top: 10%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 130px;
                width: 130px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 54%;
                    left: 76%;
                }

                    .sponsorFlip img:hover {
                        top: 54%;
                    }

            #Img_LoteriaSeleccionada {
                width: 100px;
                height: 100px;
                top: 67%;
                left: 88%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 8%;
                top: 25%;
                left: 10%;
                border-radius: 10px;
                border: none;
                height: 50px;
            }
            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 17%;
                left: 33%;
                width: 36%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 20%;
                height: 20%;
            }
        }

        @media screen and (min-height:500px) and (max-height:600px) {
            .cls_icono_cazuela {
                height: 38%;
                width: 30%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 35px;
                width: 40%;
                left: 30%;
            }

            .cls_bottonStart {
                left: 36%;
                top: 20%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 36%;
                top: 25%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 12px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 30px;
                width: 30%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 13%;
                position: fixed;
                top: 60%;
                left: 15%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            .cls_buttonNotAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 40%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 13%;
            }

            .cls_iconCargandotexto {
                width: 20%;
                position: absolute;
                top: 30%;
                right: 10%;
            }

            .cls_iconCompanyIngreso {
                width: 15%;
                position: fixed;
                top: 55%;
                right: 17%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 8%;
                width: 10%;
                height: 50%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 12%;
                left: 77%;
                top: 27%;
            }

            .img_gameWeb {
                position: absolute;
                left: 75%;
                top: 10%;
                width: 15%;
                height: 100px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 270px;
                width: 250px;
                border: #FFF 25px solid;
            }

            .te-back div img {
                height: 270px;
                width: 250px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 25px;
                top: 85%;
                left: 25%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 105px;
                width: 120px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 67%;
                    left: 83%;
                }

                    .sponsorFlip img:hover {
                        top: 67%;
                    }

            #Img_LoteriaSeleccionada {
                width: 100px;
                height: 100px;
                top: 67%;
                left: 93%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 7%;
                height: 50px;
                top: 25%;
                left: 11%;
                border-radius: 10px;
                border: none;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 15%;
                left: 33%;
                width: 36%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 20%;
                height: 20%;
            }
        }

        @media screen and (min-height:400px) and (max-height:500px) {
            .cls_icono_cazuela {
                height: 38%;
                width: 30%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 35px;
                width: 40%;
                left: 30%;
            }

            .cls_bottonStart {
                left: 36%;
                top: 20%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 36%;
                top: 25%;
                width: 25%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 12px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 30px;
                width: 30%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 7%;
                position: fixed;
                top: 72%;
                left: 18%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 25px;
                width: 25%;
                font-size: 14px;
            }

            .cls_buttonNotAccept {
                height: 25px;
                width: 25%;
                font-size: 14px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 30%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 10%;
            }

            .cls_iconCargandotexto {
                width: 15%;
                position: absolute;
                top: 30%;
                right: 12%;
            }

            .cls_iconCompanyIngreso {
                width: 10%;
                position: fixed;
                top: 58%;
                right: 19%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 10%;
                width: 7%;
                height: 50%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 8%;
                left: 77%;
                top: 35%;
            }

            .img_gameWeb {
                position: absolute;
                left: 75%;
                top: 10%;
                width: 12%;
                height: 80px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 170px;
                width: 150px;
                border: #FFF 15px solid;
            }

            .te-back div img {
                height: 170px;
                width: 150px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 18px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 65px;
                width: 100px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 106%;
                    left: 100%;
                }

                    .sponsorFlip img:hover {
                        top: 106%;
                    }

            #Img_LoteriaSeleccionada {
                width: 50px;
                height: 50px;
                top: 88%;
                left: 125%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 4%;
                height: 30px;
                top: 28%;
                left: 12%;
                border-radius: 5px;
                border: none;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 15%;
                left: 36%;
                width: 30%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 20%;
                height: 20%;
            }
        }

        @media screen and (min-height:200px) and (max-height:400px) {
            .cls_icono_cazuela {
                height: 38%;
                width: 20%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 20px;
                width: 30%;
                left: 35%;
            }

            .cls_bottonStart {
                left: 42%;
                top: 20%;
                width: 15%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 42%;
                top: 25%;
                width: 15%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_nombreReady {
                width: 90%;
                height: 80px;
                /*background-image: url(../../img/games/loteria/system/ready_web.png);*/
                background-size: 55% 55%;
                background-repeat: no-repeat;
                background-position: center;
            }

            .cls_inputText {
                margin-top: 1%;
                font-size: 10px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 25px;
                width: 25%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 5%;
                position: fixed;
                top: 78%;
                left: 18%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 25px;
                width: 25%;
                font-size: 14px;
            }

            .cls_buttonNotAccept {
                height: 25px;
                width: 25%;
                font-size: 14px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 30%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 10%;
            }

            .cls_iconCargandotexto {
                width: 15%;
                position: absolute;
                top: 30%;
                right: 12%;
            }

            .cls_iconCompanyIngreso {
                width: 10%;
                position: fixed;
                top: 58%;
                right: 19%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 10%;
                width: 7%;
                height: 50%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 8%;
                left: 77%;
                top: 35%;
            }

            .img_gameWeb {
                position: absolute;
                left: 75%;
                top: 10%;
                width: 12%;
                height: 80px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 170px;
                width: 150px;
                border: #FFF 15px solid;
            }

            .te-back div img {
                height: 170px;
                width: 150px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 18px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 65px;
                width: 100px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 106%;
                    left: 100%;
                }

                    .sponsorFlip img:hover {
                        top: 106%;
                    }

            #Img_LoteriaSeleccionada {
                width: 50px;
                height: 50px;
                top: 88%;
                left: 125%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 4%;
                height: 30px;
                top: 28%;
                left: 12%;
                border-radius: 5px;
                border: none;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 15%;
                left: 36%;
                width: 30%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 20%;
                height: 20%;
            }
        }
    }

    @media screen and (min-width:1900px) and (max-width:2300px) {
        .cls_icono_cazuela {
            width: 40%;
            top: 0%;
        }

        .cls_nombreEmpresa {
            left: 25%;
            top: 64%;
            font-size: 75px;
            letter-spacing: 10px;
            width: 50%;
        }

        .cls_bottonStart {
            width: 25%;
            left: 37%;
            background-size: 50% 70%;
        }

        .cls_bottonMenu {
            width: 25%;
            left: 37%;
            background-size: 50% 70%;
        }

        .cls_bottonStart:hover {
            background-size: 50% 70%;
        }

        .cls_bottonMenu:hover {
            background-size: 50% 70%;
        }

        @media screen and (min-height:800px) and (max-height:1000px) {
            .cls_icono_cazuela {
                height: 50%;
            }

            .cls_bottonStart {
                top: 17%;
                height: 60px;
            }

            .cls_bottonMenu {
                top: 20%;
                height: 60px;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 14px;
                margin-left: 15%;
                height: 40px;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 15px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 23px;
                height: 23px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 40px;
                width: 35%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 15%;
                position: fixed;
                top: 60%;
                left: 14%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 78%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 40%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 13%;
            }

            .cls_iconCargandotexto {
                width: 20%;
                position: absolute;
                top: 30%;
                right: 10%;
            }

            .cls_iconCompanyIngreso {
                width: 12%;
                position: fixed;
                top: 60%;
                right: 19%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 8%;
                width: 15%;
                height: 40%;
            }

            .seccion_loteria {
                position: absolute;
                top: 10%;
                left: 33%;
                margin-left: 0%;
                width: 40%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 19%;
                left: 75%;
                top: 25%;
            }

            .img_gameWeb {
                position: absolute;
                left: 75%;
                top: 10%;
                width: 20%;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 380px;
                width: 280px;
                border: #FFF 20px solid;
            }

            .te-back div img {
                height: 380px;
                width: 280px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 35px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 160px;
                width: 150px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 44%;
                    left: 67%;
                }

                    .sponsorFlip img:hover {
                        top: 44%;
                    }

            #Img_LoteriaSeleccionada {
                width: 120px;
                height: 120px;
                top: 55%;
                left: 78%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 10%;
                top: 33%;
                left: 10%;
                border-radius: 20px;
                border: none;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 14%;
                left: 32%;
                width: 37%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 20%;
                height: 20%;
            }
        }

        @media screen and (min-height:600px) and (max-height:800px) {
            .cls_icono_cazuela {
                height: 40%;
                width: 35%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 49px;
                width: 30%;
                left: 35%;
            }

            .cls_bottonStart {
                top: 17%;
                height: 50px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                top: 20%;
                height: 50px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 14px;
                margin-left: 15%;
                height: 40px;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 15px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 23px;
                height: 23px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 40px;
                width: 35%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 15%;
                position: fixed;
                top: 60%;
                left: 14%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            .cls_buttonNotAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 40%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 13%;
            }

            .cls_iconCargandotexto {
                width: 20%;
                position: absolute;
                top: 30%;
                right: 10%;
            }

            .cls_iconCompanyIngreso {
                width: 10%;
                position: fixed;
                top: 63%;
                right: 19%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 9%;
                width: 13%;
                height: 40%;
            }

            .seccion_loteria {
                position: absolute;
                top: 10%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 14%;
                left: 78%;
                top: 27%;
            }

            .img_gameWeb {
                position: absolute;
                left: 75%;
                top: 10%;
                width: 20%;
                height: 120px;
            }

            .cls_buttonLoteria {
                width: 8%;
                top: 35%;
                left: 11%;
                border-radius: 10px;
                border: none;
                height: 50px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 310px;
                width: 250px;
                border: #FFF 30px solid;
            }

            .te-back div img {
                height: 310px;
                width: 250px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 31px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 120px;
                width: 150px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 58%;
                    left: 67%;
                }

                    .sponsorFlip img:hover {
                        top: 58%;
                    }

            #Img_LoteriaSeleccionada {
                width: 100px;
                height: 100px;
                top: 67%;
                left: 84%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 15%;
                left: 33%;
                width: 36%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 20%;
                height: 20%;
            }
        }

        @media screen and (min-height:500px) and (max-height:600px) {
            .cls_icono_cazuela {
                height: 38%;
                width: 30%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 35px;
                width: 30%;
                left: 35%;
            }

            .cls_bottonStart {
                left: 41%;
                top: 20%;
                width: 17%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 41%;
                top: 25%;
                width: 17%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 12px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 30px;
                width: 30%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 13%;
                position: fixed;
                top: 60%;
                left: 15%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            .cls_buttonNotAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 30%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 10%;
            }

            .cls_iconCargandotexto {
                width: 13%;
                position: absolute;
                top: 27%;
                right: 13%;
            }

            .cls_iconCompanyIngreso {
                width: 12%;
                position: fixed;
                top: 55%;
                right: 17%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 8%;
                width: 13%;
                height: 55%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 10%;
                left: 78%;
                top: 27%;
            }

            .img_gameWeb {
                position: absolute;
                left: 75%;
                top: 10%;
                width: 15%;
                height: 100px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 270px;
                width: 250px;
                border: #FFF 25px solid;
            }

            .te-back div img {
                height: 270px;
                width: 250px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 25px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 105px;
                width: 120px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 67%;
                    left: 84%;
                }

                    .sponsorFlip img:hover {
                        top: 67%;
                    }

            #Img_LoteriaSeleccionada {
                width: 100px;
                height: 100px;
                top: 67%;
                left: 92%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 7%;
                height: 50px;
                top: 20%;
                left: 11%;
                border-radius: 10px;
                border: none;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 12%;
                left: 33%;
                width: 36%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 20%;
                height: 20%;
            }
        }

        @media screen and (min-height:400px) and (max-height:500px) {
            .cls_icono_cazuela {
                height: 38%;
                width: 30%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 35px;
                width: 30%;
                left: 35%;
            }

            .cls_bottonStart {
                left: 41%;
                top: 20%;
                width: 17%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 41%;
                top: 25%;
                width: 17%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 12px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 30px;
                width: 30%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 7%;
                position: fixed;
                top: 72%;
                left: 18%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/


            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 15%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 67%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 25px;
                width: 35%;
                font-size: 14px;
            }

            .cls_buttonNotAccept {
                height: 25px;
                width: 35%;
                font-size: 14px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 30%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 8%;
            }

            .cls_iconCargandotexto {
                width: 12%;
                position: absolute;
                top: 30%;
                right: 13%;
            }

            .cls_iconCompanyIngreso {
                width: 7%;
                position: fixed;
                top: 63%;
                right: 20%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 11%;
                width: 7%;
                height: 50%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 10%;
                left: 76%;
                top: 28%;
            }

            .img_gameWeb {
                position: absolute;
                left: 75%;
                top: 10%;
                width: 12%;
                height: 80px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 170px;
                width: 150px;
                border: #FFF 15px solid;
            }

            .te-back div img {
                height: 170px;
                width: 150px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 18px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 70px;
                width: 100px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 102%;
                    left: 100%;
                }

                    .sponsorFlip img:hover {
                        top: 102%;
                    }

            #Img_LoteriaSeleccionada {
                width: 50px;
                height: 50px;
                top: 88%;
                left: 125%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 7%;
                height: 35px;
                top: 35%;
                left: 11%;
                border-radius: 5px;
                border: none;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 7%;
                left: 36%;
                width: 30%;
                height: 37%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 20%;
                height: 20%;
            }
        }

        @media screen and (min-height:200px) and (max-height:400px) {
            .cls_icono_cazuela {
                height: 38%;
                width: 14%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 28px;
                width: 20%;
                left: 40%;
            }

            .cls_bottonStart {
                left: 42%;
                top: 20%;
                width: 15%;
                height: 30px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 42%;
                top: 25%;
                width: 15%;
                height: 30px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_nombreReady {
                width: 90%;
                height: 80px;
                background-image: url(img/games/loteria/system/ready_web.png);
                background-size: 55% 55%;
                background-repeat: no-repeat;
                background-position: center;
            }

            .cls_inputText {
                margin-top: 1%;
                font-size: 10px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 25px;
                width: 25%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 5%;
                position: fixed;
                top: 78%;
                left: 18%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/


            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 15%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 67%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 25px;
                width: 35%;
                font-size: 14px;
            }

            .cls_buttonNotAccept {
                height: 25px;
                width: 35%;
                font-size: 14px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 30%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 8%;
            }

            .cls_iconCargandotexto {
                width: 12%;
                position: absolute;
                top: 30%;
                right: 13%;
            }

            .cls_iconCompanyIngreso {
                width: 7%;
                position: fixed;
                top: 63%;
                right: 20%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 11%;
                width: 7%;
                height: 50%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 10%;
                left: 76%;
                top: 28%;
            }

            .img_gameWeb {
                position: absolute;
                left: 75%;
                top: 10%;
                width: 12%;
                height: 80px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 170px;
                width: 150px;
                border: #FFF 15px solid;
            }

            .te-back div img {
                height: 170px;
                width: 150px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 18px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 70px;
                width: 100px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 102%;
                    left: 100%;
                }

                    .sponsorFlip img:hover {
                        top: 102%;
                    }

            #Img_LoteriaSeleccionada {
                width: 50px;
                height: 50px;
                top: 88%;
                left: 125%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 7%;
                height: 35px;
                top: 35%;
                left: 11%;
                border-radius: 5px;
                border: none;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 7%;
                left: 36%;
                width: 30%;
                height: 42%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 20%;
                height: 20%;
            }
        }
    }

    @media screen and (min-width:2300px) and (max-width:2700px) {
        .cls_icono_cazuela {
            width: 30%;
            top: 0%;
        }

        .cls_nombreEmpresa {
            left: 25%;
            top: 64%;
            font-size: 75px;
            letter-spacing: 10px;
            width: 50%;
        }

        .cls_bottonStart {
            width: 20%;
            left: 39%;
            background-size: 50% 70%;
        }

        .cls_bottonMenu {
            width: 20%;
            left: 39%;
            background-size: 50% 70%;
        }

        .cls_bottonStart:hover {
            background-size: 50% 70%;
        }

        .cls_bottonMenu:hover {
            background-size: 50% 70%;
        }

        @media screen and (min-height:800px) and (max-height:1000px) {
            .cls_icono_cazuela {
                height: 50%;
            }

            .cls_bottonStart {
                top: 17%;
                height: 60px;
            }

            .cls_bottonMenu {
                top: 20%;
                height: 60px;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 14px;
                margin-left: 15%;
                height: 40px;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 15px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 23px;
                height: 23px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 40px;
                width: 35%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 15%;
                position: fixed;
                top: 60%;
                left: 14%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 78%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 30%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 10%;
            }

            .cls_iconCargandotexto {
                width: 12%;
                position: absolute;
                top: 35%;
                right: 13%;
            }

            .cls_iconCompanyIngreso {
                width: 9%;
                position: fixed;
                top: 60%;
                right: 19%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 8%;
                width: 13%;
                height: 50%;
            }

            .seccion_loteria {
                position: absolute;
                top: 10%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 17%;
                left: 76%;
                top: 25%;
            }

            .img_gameWeb {
                position: absolute;
                left: 74%;
                top: 10%;
                width: 20%;
            }

            .cls_buttonLoteria {
                width: 10%;
                top: 23%;
                left: 9%;
                border-radius: 20px;
                border: none;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 420px;
                width: 320px;
                border: #FFF 30px solid;
            }

            .te-back div img {
                height: 420px;
                width: 320px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 40px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 160px;
                width: 190px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 44%;
                    left: 53%;
                }

                    .sponsorFlip img:hover {
                        top: 44%;
                    }

            #Img_LoteriaSeleccionada {
                width: 150px;
                height: 150px;
                top: 47%;
                left: 63%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 20%;
                left: 33%;
                width: 35%;
                height: 35%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 20%;
                height: 20%;
            }
        }

        @media screen and (min-height:600px) and (max-height:800px) {
            .cls_icono_cazuela {
                height: 40%;
                width: 24%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 49px;
                width: 30%;
                left: 35%;
            }

            .cls_bottonStart {
                top: 17%;
                height: 50px;
                width: 20%;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                top: 20%;
                height: 50px;
                width: 20%;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 14px;
                margin-left: 15%;
                height: 40px;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 15px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 23px;
                height: 23px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 40px;
                width: 35%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 15%;
                position: fixed;
                top: 60%;
                left: 14%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            .cls_buttonNotAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 25%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 10%;
            }

            .cls_iconCargandotexto {
                width: 13%;
                position: absolute;
                top: 30%;
                right: 12%;
            }

            .cls_iconCompanyIngreso {
                width: 10%;
                position: fixed;
                top: 47%;
                right: 18%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 9%;
                width: 10%;
                height: 50%;
            }

            .seccion_loteria {
                position: absolute;
                top: 10%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 13%;
                left: 77%;
                top: 31%;
            }

            .img_gameWeb {
                position: absolute;
                left: 74%;
                top: 10%;
                width: 18%;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 310px;
                width: 250px;
                border: #FFF 30px solid;
            }

            .te-back div img {
                height: 310px;
                width: 250px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 40px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 120px;
                width: 150px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 58%;
                    left: 67%;
                }

                    .sponsorFlip img:hover {
                        top: 58%;
                    }

            #Img_LoteriaSeleccionada {
                width: 100px;
                height: 100px;
                top: 67%;
                left: 84%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 10%;
                top: 28%;
                left: 9%;
                border-radius: 20px;
                border: none;
            }
            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 18%;
                left: 35%;
                width: 30%;
                height: 35%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 20%;
                height: 20%;
            }
        }

        @media screen and (min-height:500px) and (max-height:600px) {
            .cls_icono_cazuela {
                height: 38%;
                width: 20%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 35px;
                width: 20%;
                left: 40%;
            }

            .cls_bottonStart {
                left: 42%;
                top: 20%;
                width: 15%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 42%;
                top: 25%;
                width: 15%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 12px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 30px;
                width: 30%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 13%;
                position: fixed;
                top: 60%;
                left: 15%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 10%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 75%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }

            .cls_buttonNotAccept {
                height: 45px;
                width: 35%;
                font-size: 16px;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 20%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 7%;
            }

            .cls_iconCargandotexto {
                width: 10%;
                position: absolute;
                top: 27%;
                right: 13%;
            }

            .cls_iconCompanyIngreso {
                width: 8%;
                position: fixed;
                top: 55%;
                right: 18%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 10%;
                width: 10%;
                height: 54%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 10%;
                left: 77%;
                top: 27%;
            }

            .img_gameWeb {
                position: absolute;
                left: 75%;
                top: 10%;
                width: 13%;
                height: 100px;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 270px;
                width: 250px;
                border: #FFF 25px solid;
            }

            .te-back div img {
                height: 270px;
                width: 250px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 25px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 105px;
                width: 120px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 68%;
                    left: 83%;
                }

                    .sponsorFlip img:hover {
                        top: 68%;
                    }

            #Img_LoteriaSeleccionada {
                width: 100px;
                height: 100px;
                top: 67%;
                left: 90%;
            }

            /* ----------------------------------------------------------- */

            .cls_buttonLoteria {
                width: 7%;
                height: 50px;
                top: 30%;
                left: 11%;
                border-radius: 10px;
                border: none;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 17%;
                left: 37%;
                width: 28%;
                height: 35%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 20%;
                height: 20%;
            }
        }

        @media screen and (min-height:400px) and (max-height:500px) {
            .cls_icono_cazuela {
                height: 38%;
                width: 20%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 35px;
                width: 20%;
                left: 40%;
            }

            .cls_bottonStart {
                left: 42%;
                top: 20%;
                width: 15%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 42%;
                top: 25%;
                width: 15%;
                height: 35px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_inputText {
                margin-top: 3%;
                font-size: 12px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 30px;
                width: 30%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 7%;
                position: fixed;
                top: 72%;
                left: 18%;
            }

            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 15%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 67%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 25px;
                width: 35%;
                font-size: 14px;
            }

            .cls_buttonNotAccept {
                height: 25px;
                width: 35%;
                font-size: 14px;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 15%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 6%;
            }

            .cls_iconCargandotexto {
                width: 10%;
                position: absolute;
                top: 30%;
                right: 13%;
            }

            .cls_iconCompanyIngreso {
                width: 5%;
                position: fixed;
                top: 56%;
                right: 20%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 11%;
                width: 7%;
                height: 50%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 5%;
                left: 75%;
                top: 35%;
            }

            .img_gameWeb {
                position: absolute;
                left: 72%;
                top: 10%;
                width: 12%;
                height: 80px;
            }

            .cls_buttonLoteria {
                width: 4%;
                height: 30px;
                top: 28%;
                left: 12%;
                border-radius: 5px;
                border: none;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 170px;
                width: 150px;
                border: #FFF 15px solid;
            }

            .te-back div img {
                height: 170px;
                width: 150px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 18px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 65px;
                width: 100px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 106%;
                    left: 100%;
                }

                    .sponsorFlip img:hover {
                        top: 106%;
                    }

            #Img_LoteriaSeleccionada {
                width: 50px;
                height: 50px;
                top: 88%;
                left: 125%;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 10%;
                left: 38%;
                width: 24%;
                height: 40%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 20%;
                height: 20%;
            }
        }

        @media screen and (min-height:200px) and (max-height:400px) {
            .cls_portada_inicio {
                top: 0%;
            }

            .cls_icono_cazuela {
                height: 40%;
                width: 14%;
            }

            .cls_nombreEmpresa {
                top: 53%;
                font-size: 28px;
                width: 20%;
                left: 40%;
            }

            .cls_bottonStart {
                left: 42%;
                top: 20%;
                width: 15%;
                height: 30px;
                background-size: 50% 70%;
            }

            .cls_bottonMenu {
                left: 42%;
                top: 25%;
                width: 15%;
                height: 30px;
                background-size: 50% 70%;
            }

            .cls_bottonStart:hover {
                background-size: 50% 70%;
            }

            .cls_bottonMenu:hover {
                background-size: 50% 70%;
            }

            /*-----------------------------------------------------------*/
            /*-----------------------INGRESO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_nombreReady {
                width: 90%;
                height: 80px;
                /*background-image: url(../../img/games/loteria/system/ready_web.png);*/
                background-size: 55% 55%;
                background-repeat: no-repeat;
                background-position: center;
            }

            .cls_inputText {
                margin-top: 1%;
                font-size: 10px;
                margin-left: 15%;
                height: 30px;
                width: 60%;
            }

            .cls_linkCheck {
                margin-left: 4px;
                font-size: 11px;
                top: -5px;
            }

            .cls_inputcheck {
                width: 18px;
                height: 18px;
                border-radius: 6px;
                margin-top: 10px !important;
            }

            .cls_buttonlink {
                height: 25px;
                width: 25%;
                margin-left: 30%;
                margin-top: 4%;
            }

            .cls_imagenCompany {
                width: 5%;
                position: fixed;
                top: 78%;
                left: 18%;
            }


            /*-----------------------------------------------------------*/
            /*-------------------------AVISO-----------------------------*/
            /*-----------------------------------------------------------*/

            .cls_divNotice {
                width: 50%;
                height: 80%;
                top: 10%;
                left: 28%;
                border-radius: 20px;
                margin-bottom: 0px;
            }

            .cls_titlePolicy {
                height: 15%;
                padding-top: 2%;
            }

            .cls_nameNotice {
                font-size: 30px;
                width: 100%;
                margin: 0%;
                letter-spacing: 3px;
            }

            .cls_informationPolitica {
                height: 67%;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cls_buttonOption {
                height: 10%;
                margin-top: 2%;
            }

            .cls_buttonAccept {
                height: 25px;
                width: 35%;
                font-size: 14px;
            }

            .cls_buttonNotAccept {
                height: 25px;
                width: 35%;
                font-size: 14px;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------INSTRUCCIONES-------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/
            .cls_frmDatos {
                left: 12%;
                width: 80%;
                position: fixed;
                top: 2%;
                background-color: #fff;
                border-radius: 20px;
            }

            .cls_iconInstruccionesIngreso {
                margin-top: 2%;
                margin-bottom: 2%;
                width: 15%;
                margin-left: 10%;
            }

            .cls_iconCargando {
                position: absolute;
                top: 0%;
                right: 15%;
                width: 6%;
            }

            .cls_iconCargandotexto {
                width: 10%;
                position: absolute;
                top: 30%;
                right: 13%;
            }

            .cls_iconCompanyIngreso {
                width: 5%;
                position: fixed;
                top: 56%;
                right: 20%;
            }

            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------JUEGO---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .seccion_repartidor {
                position: relative;
                top: 20%;
                left: 11%;
                width: 7%;
                height: 50%;
            }

            .seccion_loteria {
                position: absolute;
                top: 0%;
                left: 30%;
                margin-left: 0%;
                width: 40%;
                height: 100%;
            }

            .cls_iconCompanyJuego {
                display: block;
                position: absolute;
                width: 5%;
                left: 75%;
                top: 35%;
            }

            .img_gameWeb {
                position: absolute;
                left: 72%;
                top: 10%;
                width: 12%;
                height: 80px;
            }

            .cls_buttonLoteria {
                width: 4%;
                height: 30px;
                top: 28%;
                left: 12%;
                border-radius: 5px;
                border: none;
            }

            /* ----------------------- CARTAS SALIENDO -------------------------- */
            .te-container {
                left: 0%;
                top: 0%;
            }

            .te-wrapper div img {
                height: 170px;
                width: 150px;
                border: #FFF 15px solid;
            }

            .te-back div img {
                height: 170px;
                width: 150px;
            }

            .cls_nombrecarta {
                width: 100%;
                font-size: 18px;
                top: 85%;
            }
            /* ----------------------------------------------------------- */
            /* ----------------------- LOTERIA -------------------------- */
            .sponsor {
                height: 65px;
                width: 100px;
            }

            .sponsorFlip {
                top: 0%;
            }

                .sponsorFlip img {
                    top: 106%;
                    left: 100%;
                }

                    .sponsorFlip img:hover {
                        top: 106%;
                    }

            #Img_LoteriaSeleccionada {
                width: 50px;
                height: 50px;
                top: 88%;
                left: 125%;
            }


            /*------------------------------------------------------------------------------------------------*/
            /*----------------------------------------WINNER---------------------------------------------------*/
            /*------------------------------------------------------------------------------------------------*/

            .cls_imgPremio {
                position: absolute;
                top: 7%;
                left: 37%;
                width: 27%;
                height: 44%;
            }

            .cls_imgWinnerInfo {
                top: 0%;
                right: 0%;
                width: 20%;
                height: 20%;
            }
        }
    }
}
