﻿@charset "UTF-8";
<style > @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
</style >
/* CSS Document */
/*Mi Cuenta -> Limites*/

.juegoResponsableLimites {
    display: grid !important;
}
.inputLimites {
    background-color: white !important; /* Green */
    border: none;
    color: white;
    padding:5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px 2px;
    cursor: pointer;
}
.inputPausa {
    background-color: white !important; /* Green */
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px 2px;
    cursor: pointer;
    float: left;
}

.buttonGuardarLimites {
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    width: 150px !important;
    height:auto;
    font-weight:bold;
    font-size:large;
    background-color: #8cb922;
}
.buttonBloqueoCategorias {
    margin: 10px;
    padding: 3px;
    border-radius: 12px;
    width: 150px !important;
    height: auto;
    font-weight: bold;
    font-size: large;
    background-color: white;
}

.encabezadoLimites {
    color: white;
    text-align: center;
    font-weight: bold;
    margin-top: -5px;
}

.tituloLimites {
    color: black;
    text-align: center;
    font-weight: bold;
    background-color: #8cb922;
    margin-top: 8px;
    margin-bottom: 8px;
}
.subTituloLimites {
    color: white;
    text-align: left;
    font-weight: bold;
}
.textoLimites {
    color: white;
    text-align: left;
    margin-bottom:12px;
}
.buttonTiempoMinutos {
    width: auto;
    color:white;
    background-color: transparent !important;
    border:none;
}
.buttonTiempoHoras {
    border-radius: 12px;
    width: 160px !important;
    height: 60px;
    color:white;
    background-color: #8cb922;
    font-weight:bold;
}
.buttonSitioLotba {
    border-radius: 12px;
    width: 160px !important;
    height: 30px !important;
    color: white !important;
    background-color: #0dcaf0 !important;
    font-weight: bold;
    display: inline-block;
    margin-right: 30px !important;
    text-align: center;
    text-decoration: none;
    margin-left:180px;
}
.buttonTelefonoJuegoResponsable {
    border-radius: 12px;
    width: 160px !important;
    height: 30px !important;
    color: white !important;
    background-color: #8cb922;
    display: inline-block;
    font-weight: bold;
    text-align: center;
}

.inputTiempo {
    border-radius: 12px;
    width: 100px !important;
    margin-right: 10px !important;
    background-color: white;
    margin-bottom: 20px !important;
    text-align: right;
   float:left;
}
.labelTiempo {
    color: white;
    font-weight:bold;
}

.inputImporte {
    border-radius: 12px;
    width: 200px !important;
    margin-right: 50px !important;
    background-color: white;
    margin-bottom: 20px !important;
    text-align: right;
}
.inputGasto {
    border-radius: 12px;
    width: 150px !important;
    margin-right: 50px !important;
    background-color: white;
}
.inputDeposito {
    border-radius: 12px;
    width: 150px !important;
    margin-right: 50px !important;
    background-color: white;
}




* {
    margin: 0;
    padding: 0;
    outline: none;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

body {
    width: 100%;
    background-color: #303030;
    overflow-x: hidden;
}

input,
textarea,
button {
    /*-webkit-appearance: none; /*Safari/Chrome* /
	-moz-appearance: none; /*Firefox* /
	-ms-appearance: none; /*IE* /
	-o-appearance: none; /*Opera* /
	appearance: none;*/
    -webkit-border-radius: 0;
}

img,
video {
    margin: 0 auto;
    border: none;
}

a {
    border: none;
    text-decoration: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

section {
    margin: 0;
    padding: 0;
    width: 100%;
}

.content {
    width: 1120px;
    margin: 0 auto;
    padding: 0;
}

.col_1_4 {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 40px;
    font-weight: 800;
    color: #333;
    text-align: left;
    text-transform: uppercase;
    clear: both;
    margin: 30px 0 0;
}

h2 {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-align: left;
    clear: both;
    margin: 10px 0 0 0;
}

h3 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    clear: both;
    margin: 10px 0;
}

p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}

.h1categoria {
    text-align: center;
    color: #FFF;
}

.clear {
    clear: both;
    width: 100%;
}

.left0 {
    margin-left: 0 !important;
}

.right0 {
    margin-right: 0 !important;
}


/* fin generales */

.sobrenav {
    width: 100%;
    height: 40px;
    margin: 0 0 0px 0;
    top: 0;
    background-color: #000;
    font-size: 12px;
    font-weight: 600;
    color: #fc0;
    text-transform: uppercase;
    /* z-index: 9999; */
    /* top: 0; */
    /* position: absolute; */
    border-bottom: solid 1px #fc0;
    display: inline-table;
}

.contact {
    float: left;
    font-size: 12px !important;
}

.social {
    width: 240px;
    float: right;
    margin: 0;
}

.social span {
    margin: 12px 0 0 0;
    display: block;
    float: left;
}

.social ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social ul li {
    display: inline-table;
}

.social ul li:hover {
    background-color: #fc0;
    cursor: pointer;
}

.logo_interbet,
.logo_loteria {
    float: left;
    display: block;
    margin: 10px 0 0 0;
}

.logo_loteria {
    margin: 5px 25px 0 0;
    width: 100px;
    height: 100px;
    display: none;
    visibility: hidden;
}

.logo_interbet img,
.logo_loteria img {
    display: block;
    width: 100%;
    height: auto;
}

.logo_interbet img {
    width: 74%;
    margin: 10px 0 0 0;
}

.main {
    width: 100%;
    height: auto;
    background-color: #202020;
    /* position: absolute; */
    /* margin: 0; */
    top: 40px;
    z-index: 9990;
    padding-top: 5px;
    display: inline-table;
}

.loggin {
    float: right;
    width: 530px;
    margin: 0;
    padding: 4px 0 0 0;
}

.usuario_micuenta {
    float: right;
    background-color: #000;
    height: 100px;
    width: 230px;
    padding: 0 20px;
}

.usuario_micuenta .mi_cuenta_boton {
    width: 100px;
    float: left;
}

.col_left {
    width: 50%;
    float: left;
}

.usuario_micuenta .nombre {
    width: 80%;
}

.usuario_micuenta .mi_cuenta_boton {
    width: 80%;
    float: left;
    margin: 0;
}

.usuario_micuenta .saldo {
    line-height: 23px;
    font-size: 16px;
    color: #fc0;
    text-align: center;
    margin: 5px 0 0 0;
}

.form_col_1_3 {
    float: left;
    width: 31%;
    height: auto;
    margin-left: 10px;
}

#form_loggin input {
    height: 33px;
    width: 100%;
    margin: 7px 0 0 0;
    padding: 0;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    border: solid 1px #999;
    text-indent: 11px;
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
}

input[type=radio] {
    float: left;
    width: 5% !important;
    margin: 15px -14px 0 0px !important;
    background-color: #fff;
}

input[type="checkbox"] {
    float: left !important;
    margin: -33px 0 0 0;
    background-color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

#form_loggin #boton_ingresar,
#form_loggin #boton_registrarse {
    height: 35px;
    width: 100%;
    margin: 3px 0 0 0;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
    border: solid 1px #999;
    text-indent: 0;
    text-transform: uppercase;
}

#form_loggin #boton_ingresar {
    border-radius: 20px;
    border: solid 2px #fff;
    border-color: #fc0;
    background: rgb(183, 87, 0);
    background: linear-gradient(90deg, rgba(183, 87, 0, 1) 0%, rgba(112, 47, 3, 1) 33%, rgba(244, 173, 33, 1) 69%, rgba(255, 231, 172, 1) 100%);
    color: #fff;
}

#form_loggin #boton_ingresar:hover {
    cursor: pointer;
    border-color: #fc0;
    box-shadow: 0px 3px 9px #fc0;
}

#form_loggin #boton_registrarse {
    border-radius: 20px;
    border: solid 2px #fff;
    border-color: #fc0;
    color: #fff;
}

#form_loggin #boton_registrarse:hover {
    color: #fff;
    border-color: #fc0;
    box-shadow: 0px 3px 9px #fc0;
}

#form_loggin label {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding: 16px 0;
}

#form_loggin #registro a {
    color: #fc0 !important;
}

#form_loggin #registro a:hover {
    color: #fff !important;
}

#form_loggin label a {
    color: #FFF;
}

#form_loggin label a:hover {
    color: #Fc0;
}

.MySaldo p {
    margin: 5px 0 0 0 !important;
    font-size: 1.8vw !important;
}

.usuario {
    float: right;
    background-color: #000;
    height: 160px;
    width: 300px;
}

.nombre,
.saldo {
    float: left;
    display: inline-block;
    width: 50%;
    height: 50px;
    color: #fc0;
    text-align: center;
    box-sizing: border-box;
}

.nombre {
    font-size: 16px;
    padding: 7px 0 0 0;
    /* box-sizing: border-box; */
    font-weight: 600;
}

.nombre span {
    clear: both;
    text-transform: uppercase;
}

.saldo {
    line-height: 21px;
    font-size: 13px;
    color: #fff;
}

.saldo span {
    font-size: 30px;
    font-weight: 500;
    /* line-height: 10px; */
    display: inline-block;
    color: #fc0;
    padding: 7px 0 0 0;
}

.mi_cuenta_boton {
    width: 91%;
    height: 35px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: solid 1px #fc0;
    display: block;
    font-size: 13px;
    padding: 9px 0px;
    margin: 55px auto 0;
    box-sizing: border-box;
    cursor: pointer;
}

.mi_cuenta_boton:hover {
    background-color: #fc0;
    color: #000;
}

nav {
    width: 100%;
    height: 40px;
    /*border-bottom: solid 3px #fc0;*/
    /* position: relative; */
    /* margin: 0; */
    /* clear: both; */
    margin-bottom: 20px;
    display: inline-table;
    text-align: center;
    /*background-color:#000;*/
}

nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

nav ul li {
    display: block;
    height: 40px;
    margin: 0;
    padding: 0;
    float: left;
    width: 25%;
}

nav ul li:hover {
    border-radius: 20px;
    border: solid 2px #fff;
    border-color: #fc0;
    box-shadow: 0px 3px 9px #fc0;
}

nav ul li:hover a {
    color: #fff;
}

nav ul li a {
    text-decoration: none;
    padding: 7px 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
}

nav ul li.nav_prod {
    background-color: #03a7da;
    padding: 0 20px;
}

nav ul li.nav_prod a {
    color: #FFF;
}

.slider {
    margin: 6px 0 0 0;
    width: 66% !important;
    height: 300px;
    float: left;
}

.jugar {
    width: 100%;
    height: 100px;
    margin: 5px 0 0 0;
    background-image: url(../Images/aplicacion/jugar_fondo2.jpg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

.jugar_facil,
.jugar_pasos,
.jugar_flecha {
    float: left;
}

.jugar_facil {
    width: 254px;
    height: 100px;
    margin: 0;
    background-image: url(../images/aplicacion/jugar_fondo_facil2.jpg);
    background-repeat: no-repeat;
    background-position: -60px 0px;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fc0;
    font-style: italic;
    padding: 10px 20px 0 28px;
    box-sizing: border-box;
    /* background: red; */
}

.jugar_pasos {
    text-transform: uppercase;
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    font-style: italic;
    padding-top: 8px;
}

.jugar_pasos span {
    font-size: 18px;
    display: block;
    clear: both;
    font-style: italic;
}

.jugar_flecha {
    width: 28px;
    height: 44px;
    display: block;
    margin: 18px 20px 0;
}

.jugar_flecha img {
    margin: 0 auto;
    border: none;
    width: 100%;
    height: auto;
    display: block;
}

.jugar_uno {
    width: 200px;
}

.jugar_dos {
    width: 180px
}

.jugar_tres {
    width: 78px
}

.jugar_cuatro {
    width: 185px
}

.beneficios {
    width: 100%;
    height: 110px;
    margin: 5px 0 0 0;
    background-color: #000;
}

.beneficios_title {
    text-transform: uppercase;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    font-style: italic;
    padding-top: 8px;
    width: 100%;
}

.beneficios_cont {
    margin: 0 auto;
    display: block;
    width: 77%;
    /* border: solid 1px red; */
    padding-left: 30px;
}

.beneficios_pasos {
    float: left;
    text-transform: uppercase;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    font-style: italic;
    padding-top: 8px;
    width: 253px;
    margin: 0 50px 0 0;
}

.beneficios_pasos:last-child {
    margin-right: 0 !important;
}

.beneficios_pasos span {
    display: block;
    margin: 20px;
}

.beneficios_pasos img {
    display: block;
    margin: 0 10px 0 0;
    float: left;
}

.beneficios_uno {
    padding-left: 30px;
    margin-right: 0;
}

.juegos_home_sl {
    width: 100%;
    margin: 5px 0 40px 0;
    /*background-color: #222;*/
    height: auto;
    /* padding-bottom: 10px; */
    display: inline-block;
    padding: 40px;
    box-sizing: border-box;
}

.categoria_ruletas {
    width: 100%;
    margin: 5px 0 40px 0;
    /*background-color: #222;*/
    height: auto;
    /* padding-bottom: 10px; */
    display: inline-block;
    padding: 40px;
    box-sizing: border-box;
    background-image: url(Imagenes/Categorias/ruleta.jpg);
    background-size: cover;
    color: white;
}

.categorias_videopoker {
    width: 100%;
    margin: 5px 0 40px 0;
    /*background-color: #222;*/
    height: auto;
    /* padding-bottom: 10px; */
    display: inline-block;
    padding: 40px;
    box-sizing: border-box;
    background-image: url(Imagenes/Categorias/video_poker.jpg);
    background-size: cover;
    color: white;
}

.categorias_tragamonedas {
    width: 100%;
    margin: 5px 0 40px 0;
    /*background-color: #222;*/
    height: auto;
    /* padding-bottom: 10px; */
    display: inline-block;
    padding: 40px;
    box-sizing: border-box;
    background-image: url(Imagenes/Categorias/tragamonedas.jpg);
    background-size: contain;
    color: white;
}

.categorias_juegodecartas {
    width: 100%;
    margin: 5px 0 40px 0;
    /*background-color: #222;*/
    height: auto;
    /* padding-bottom: 10px; */
    display: inline-block;
    padding: 40px;
    box-sizing: border-box;
    background-image: url(Imagenes/Categorias/juegos_de_cartas.jpg);
    background-size: cover;
    color: white;
}

.categorias_deportivas {
    width: 100%;
    margin: 5px 0 40px 0;
    /*background-color: #222;*/
    height: auto;
    /* padding-bottom: 10px; */
    display: inline-block;
    padding: 40px;
    box-sizing: border-box;
    background-image: url(Imagenes/Categorias/apuestasdeportivas.jpg);
    background-size: cover;
    color: white;
}

.juego_n0,
.juego_n1,
.juego_n2,
.juego_n3 {
    border: solid 3px #fc0;
    float: left;
    margin: 0 8px 34px 3px;
    background-color: #000;
    cursor: pointer;
}

.juego_n0:hover,
.juego_n1:hover,
.juego_n2:hover,
.juego_n3:hover {
    border: solid 3px #fff;
}

.juego_n1:hover img,
.juego_n2:hover img,
.juego_n3:hover img,
.juego_n3:hover video {
    opacity: 0.2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.juego_n0 {
    width: 100%;
    margin: 6px 0 0 0;
    box-sizing: border-box;
    border: none !important;
}

.juego_n0 img {
    display: block;
    width: 100%;
    height: auto;
}

.juego_n1 {
    width: 503px;
    height: 320px;
    /* margin-left: 0 !important; */
}

.juego_n2 {
    width: 505px;
    height: 140px;
}

.juego_n3 {
    width: 243px;
    height: 140px;
}

.juego_n1 img,
.juego_n2 img,
.juego_n3 img,
.juego_n3 video {
    display: block;
    width: 100%;
    height: 100%;
}

.juego_name {
    width: 100%;
    display: block;
    /* height: 10px; */
    text-align: center;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 10px 0 0 0;
    box-sizing: border-box;
}

.masjuegos {
    width: 249px;
    height: 146px;
    /* border: solid 3px #fc0; */
    float: left;
    margin: 0 0 34px 0;
    background-color: #555
}

.masjuegos:hover {
    background-color: #999;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.masjuegos a {
    display: block;
    font-size: 20px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    margin-top: 62px;
    text-transform: uppercase;
}

.juego_on {
    background-color: #000;
    height: 140px;
    /* top: 0; */
    position: relative;
    z-index: 9998;
    width: 100%;
    margin: -164px 0 0 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.juego_on .titulo {
    color: #FFF;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    margin: 28px 0;
}

.juego_n1:hover .juego_on {
    margin: -164px 0 0 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.juego_n2:hover .juego_on,
.juego_n3:hover .juego_on {
    margin: -164px 0 0 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.juego_on .juego_boton {
    float: left;
    width: 45%;
    height: 30px;
    background-color: #fc0;
    margin: 0 2.3%;
    display: inline-table;
    /* padding: 0 5px; */
}

.juego_on .juego_boton a {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin: 8px 0 0 0;
    text-transform: uppercase;
    color: #000;
}

.juego_on .boton_jugar_txt {
    background-color: #fc0;
}

.juego_on .boton_jugar_txt:hover {
    background-color: #fe0;
}

.juego_on .boton_demo_txt {
    background-color: #aaa;
}

.juego_on .boton_demo_txt:hover {
    background-color: #ccc;
}

footer {
    width: 100%;
    background-color: #000;
}
.footer-icon-centered {
    vertical-align:middle !important;
}
.footer-icon-link {
    margin-top:3em;
}
.footer-row {
    justify-content: center;
    align-items: center;
}
.menu_footer {
    padding: 20px;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #eee;
    background-color: #1c1b1a;
    height: auto;
    /* display: block; */
}

.menu_myfooter {    
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #eee;
    background-color: #1c1b1a;
    height: auto;
    /* display: block; */
}

.menu_footer ul {
    list-style: none;
    width: 70%;
    margin: 0 auto;
    display: block;
}

.menu_footer ul li {
    /*border-right: 2px solid #ddd;*/
    float: left;
    margin: 10px 0 0;
    width: 18%;
}

.menu_footer ul li:last-child {
    border-right: none;
}

.menu_footer ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #fc0;
    text-align: center;
    padding: 0px 10px;
    text-transform: uppercase;
    display: block;
}

.menu_footer ul li a:hover {
    color: #fff;
}

.copy {
    clear: both;
    float: none;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 20px 0 0 0;
}

.menu_micuenta {
    float: left;
    width: 50%;
    margin: 0;
    height: 60px;
    text-align: center;
    border-bottom: solid 4px rgba(0, 0, 0, 0.5);
}

.menu_micuenta a {
    font-size: 28px;
    font-weight: 600;
    padding: 13px 0 0;
    display: block;
    color: #fff;
}

.mc_off {
    background-color: #777;
}

.mc_on {
    background-color: #8cb922;
}

.mc:hover {
    background-color: #8cb922;
}

.ma_on {
    background-color: #fc0;
}

.ma_off {
    background-color: #777;
}

.ma:hover {
    background-color: #fc0;
}

.micuenta_cont {
    width: 100%;
    height: 100%;
    margin: 0 0 40px 0;
    /*background-color: #000;*/
    display: inline-block;
    padding-bottom: 40px;
}

.micuenta_submenu {
    float: left;
    margin: 40px 20px 0 40px;
    width: 20%;
    border-right: solid 1px #ccc
}

.micuenta_submenu span {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    float: left;
    padding: 5px 0 5px 15px;
    border-left: solid 5px #455c13;
    margin-bottom: 10px;
}

.micuenta_submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    min-height: 220px;
}

.micuenta_submenu>ul>li {
    float: left;
    width: 100%;
}

.micuenta_submenu>ul>li a {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 14px;
    padding: 10px 0 10px 20px;
}

.micuenta_submenu>ul>li a:hover {
    font-weight: 600;
}

.micuenta_submenu .activo {
    background-color: #70941a;
    color: #fc0;
    font-weight: 600;
    font-size: 16px;
}

.micuenta_info {
    float: right;
    margin: 30px 40px 40px 0;
    /* height: 200px; */
    width: 70%;
}

.registro {
    margin: 0px auto;
    /* height: 200px; */
    width: 80%;
}

.registro label,
.registro input,
.registro span {
    color: #000 !important;
    font-weight: 500 !important;
}

.registro .acerca {
    padding: 20px 40px;
    background-color: #222;
    margin: 40px 0 0 0;
}

.datos_personales {
    width: 100% !important;
}

.apuestas_info {
    margin: 40px auto;
    min-height: 400px;
    width: 90%;
    /* padding-top: 40px; */
    /* display: inline-block; */
    /* position: relative; */
    /* display: block; */
}

.micuenta_info h1,
.apuestas_info h1,
.registro h1,
.responsable h1 {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 26px;
}

#formulario {
    display: block;
    margin: 30px auto;
    width: 90%;
}

#formdata {
    width: 100%;
    margin: 0 auto;
}

#formulario label {
    clear: both;
    float: left;
    font-size: 16px;
    margin: 0 0 10px;
    padding-top: 15px;
    color: #ddd;
}

#formulario input {
    position: relative;
    padding: 5px 5px 5px 10px;
    width: 80%;
    height: 30px;
    font-size: 16px;
    color: #333;
    margin: 0;
    border: solid 2px #eee;
    box-sizing: border-box;
}

#formulario textarea {
    position: relative;
    padding: 5px 5px 5px 10px;
    width: 100%;
    height: 150px;
    font-size: 16px;
    color: #aaa;
    margin: 0 0 20px;
    border: solid 2px #eee
}

#formulario select {
    float: left;
    clear: both;
    width: 100%;
    height: 40px;
    margin: 0 0 20px 0;
    background-color: #fff;
    border: solid 2px #eee;
}

#botonenviar,
#botonenviar1 {
    height: 60px!important;
    background-color: #455c11;
    color: #FFF!important;
    font-weight: 700!important;
    font-size: 16px!important;
    box-sizing: content-box;
    margin: 20px 0 0 0% !important;
    display: inline-block;
    cursor: pointer;
}

#botonenviar:hover,
#botonenviar1:hover {
    background-color: #8cb922
}

.form_titulo {
    color: #fff;
    display: block;
    padding: 20px 0;
    font-size: 24px;
    text-align: center;
    background-color: #627523;
}

.formulario_col {
    /* float: left; */
    width: 21%;
    height: 20px;
    text-align: center;
    color: #fff;
    background-color: #555;
    display: table-cell;
    padding: 10px 50px;
    /* margin: 0 3px; */
    border-right: 2px solid #000;
}

#formulario span {
    float: left;
    padding: 20px;
    color: #fff;
}
#formulario .iti__country span,
#formulario .iti__country-name,
#formulario .iti__dial-code,
#formulario .iti__selected-flag span {
    float: none !important; /* elimina el float heredado */
    display: inline-block; /* asegura alineación correcta */
    vertical-align: middle;
}
#formulario .iti input {
    padding-left: 5.3em !important;/* puedes ajustar 48px según el tamaño de la bandera */
    width:100%;
}
#formulario .iti__flag-box {
    display:inline-masonry;
}

#formulario p {
    color: #fff;
}
/*.iti__country {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}*/

.iti__flag {
    margin-right: 0.1px !important;
    margin-left: 1em;
    vertical-align: middle !important;
    margin-top: 0 !important; 
    margin-bottom: 0.5em !important;
    transform: scale(0.9);
}
.iti__flag-container {
    width: 50% !important;
}
.iti__selected-flag {
    display: flex;
    align-items: center;
}
.iti__dial-code {
    margin-right: 0.1px !important;
    font-size: 0.5em;
}

.iti__country-list {
    min-width: 260px !important; /* o más si tu lista es larga */
    white-space: nowrap; /* evita saltos de línea */
}

/* Para que bandera, código y texto no se solapen */
.iti__country {
    display: flex;
    align-items: center;
    gap: 8px; /* espacio entre bandera, código y nombre */
}
.iti__country-name {
    margin-right: 0.01px !important;
    font-size: 0.7em !important;
}
.iti--separate-dial-code .iti__selected-dial-code {
    font-size: small;
    line-height: 1em;
    margin-left: 0 !important;
    margin-bottom: 0.7em;
}
.iti--allow-dropdown {
    width: 50% !important;
}
.iti__flag.iti__ar {
    margin-bottom: 0.7em;
}
.formu-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .formu-row label {
        flex: 0 0 25%;
        margin-right: 0.1em;
    }

.form-row input,
.form-row select {
    flex: 1;
}
.anterior {
    float: left;
}

.color1 {
    background-color: #b5da35;
    padding: 10px 200px 30px;
}

.registroh1 {
    background: #627523;
    margin-bottom: -30px !important;
    padding: 20px 10px;
    width: 88%;
}

.siguiente {
    float: right;
}

.anterior,
.siguiente {
    color: #ddd;
    margin: 40px 0 0 0;
    font-size: 12px;
}

.cupones {
    color: #fff;
}

.small {
    float: left;
    width: 100% !important;
}

.small select {
    float: left !important;
    /* clear: both; */
    width: 40px !important;
    height: 30px !important;
    margin: 9px 0 20px 15px !important;
    clear: none !important;
}

.small input {
    width: 200px !important;
    height: 20px !important;
    margin: 15px 0 18px 20px !important;
}

.form_linea {
    float: left;
    margin: 0 0 0 50px;
}

.apuestas_titulo {
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.fondo_negro {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.centro {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*	 margin:auto;*/
    /*    position:absolute;
	top: 50%;
	left: 50%;
	width:30em;
	height:18em;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
    /*  margin-left: -15em; /*set to a negative number 1/2 of your width*/
    /*    border: 1px solid #ccc;
	background-color: #f3f3f3;*/
    /*border:solid 4px #fff;*/
    padding: 20px;
    width: 90%;
}

.centro h1 {
    font-size: 20px !important;
}

.centro #formulario {
    display: inline-block;
    margin: 10px auto 40px;
    width: 100%;
    border-bottom: solid 1px #fff;
    padding-bottom: 40px;
}

.centro .olvide {
    font-size: 14px;
    padding: 10px 0;
}

.centro .olvide a {
    color: #fff;
}

.centro .olvide a:hover {
    text-decoration: underline;
}

.centro #botonenviar,
.centro #botonenviar1 {
    height: 30px!important;
    background-color: #455c11;
    color: #FFF!important;
    font-weight: 600!important;
    font-size: 14px!important;
    margin: 0;
    box-sizing: content-box;
    margin: 10px 21px 0 0 !important;
    display: block;
    cursor: pointer;
    width: 40%;
    float: left;
}

.centro .cancelar {
    background-color: #333 !important;
}

.centro .cancelar:hover {
    background-color: #777 !important;
}

.centro .enviar {}

.centro .enviar:hover {
    background-color: #90bf25 !important;
}

.centro .registrarse,
.centro .popup_contacto {
    margin: 0 auto;
    width: 80%;
}

.popup_contacto {
    margin: 9px auto !important;
    width: 80%;
    /* display: inline-block !important;*/
}

.centro .registrarse span,
.centro .popup_contacto span {
    color: #ccc;
    float: left;
    padding: 7px 15px;
}

.centro .registrarse .boton_registrarse {
    color: #fff;
    border: solid 1px #fff;
    background-color: #455c11;
    cursor: pointer;
}

.centro .registrarse .boton_registrarse:hover {
    background-color: #90bf25 !important;
}

.centro .popup_contacto a {
    color: #ccc;
}

.centro .popup_contacto a:hover {
    text-decoration: underline;
}

.centro .popup_contacto img {
    display: block;
    float: left;
    margin-right: 10px;
}

.centro .popup_contacto span {
    line-height: 42px;
}

.juegos_nav {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #fc0;
}

.juegos_tiempo_cont {
    float: left;
    /* background-color: red; */
    width: 10%;
    display: inline-table;
    height: 60px;
    border-right: 1px solid #eee;
}

.juegos_tiempo {
    text-align: center;
    color: #ccc;
    font-size: 14px;
    padding: 8px 0 0;
}

.juegos_titulo {
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: inline-table;
    margin: 19px 0 0 0px;
    float: left;
    clear: both;
    width: 9%;
}

.juegos_titulo_dest {
    color: #fc0;
    font-weight: 600;
}

.juegos_boton {
    display: inline-table;
    background-color: #fc0;
    margin: 20px 0 0 4px;
    border-radius: 5px;
    border: solid 1px #999;
    cursor: pointer;
    float: left;
    clear: both;
    width: 9%;
}

.juegos_boton:hover {
    background-color: #ff0;
}

.juegos_boton a {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    padding: 7px;
    display: block;
}

.juegos_boton_full {
    margin: 0 0 0 4px;
    position: absolute;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    width: 10%;
    text-align: center;
    bottom: 20px;
    clear: both;
}

.juegos_boton_full img {
    margin: 0 auto 16px;
    display: block;
}

.juegos_tiempo_cont,
.clock {
    width: 10%;
    clear: both;
    border-right: none;
    height: 50px;
    border-bottom: solid 1px #eee;
}

.clock {
    float: left;
    display: inline-table;
}

.clock img {
    display: block;
    margin: 14px auto;
    width: 20%;
}

.fondo_negro .centro {
    width: 74%;
}

.juegos_cont {
    border-right: solid 1px #fc0;
    height: 100%;
    position: absolute;
    left: 10%;
}


/************** fin juegos **************/

#cboxClose {
    right: 10px;
}

.dinero {}

.juego {}

.juego img {
    display: block;
    margin: 0 auto;
}

.legales {
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    margin: 0px auto 0;
    text-align: center;
    color: #ccc;
    font-size: 14px;
}

.legales a {
    color: #ccc;
    padding: 5px;
    display: block;
}

.legales a:hover {
    text-decoration: underline;
}

.logueo {
    width: 50%;
}

.logueo h1,
.popup_50 h1,
.popup_contacto h1 {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 26px;
}

.popup_50 {
    width: 50%;
    /* height: 100%; */
    margin: 0 auto;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.popup_50 #formdata {
    width: 100% !important;
}

.olvide {
    padding: 20px 0;
}

.olvide a {
    color: #fff;
}

.responsable {
    width: 60%;
    margin: 40px auto;
}


/* accordion */


/*----- Accordion -----*/

.accordion,
.accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    background: #222;
    margin: 20px 0 0 0;
}


/*----- Section Titles -----*/

.accordion-section-title {
    width: 100%;
    padding: 8px 16px;
    display: inline-block;
    border-bottom: 1px solid #1a1a1a;
    background: #333;
    transition: all linear 0.15s;
    font-size: 16px;
    text-shadow: 0px 1px 0px #1a1a1a;
    color: #fff;
}

.accordion-section-title.active,
.accordion-section-title:hover {
    background: #4c4c4c;
    /* Type */
    text-decoration: none;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}


/*----- Section Content -----*/

.accordion-section-content {
    padding: 8px 15px;
    display: none;
}


/* fin accordion */

.mensajes {
    width: 100%;
    min-height: 200px;
    padding: 40px 0;
}

.links {
    width: 100%;
    margin: 40px auto 0;
    /* height: auto; */
    /* display: block; */
    height: 120px;
}

.links ul {
    list-style: none;
    width: 40%;
    margin: 0 auto;
    height: 40px;
}

.links ul li {
    border-right: 2px solid #ddd;
    float: left;
    margin: 10px 0 0;
    width: 33%;
    display: block;
}

.links ul li:last-child {
    border-right: none;
}

.links ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    /*padding: 0px 20px;*/
    text-transform: uppercase;
    display: block;
    text-decoration: underline;
}

.links ul li a:hover {
    color: #fc0;
}

.mensajes_links {
    width: 100% !important;
}

.espacio-vertical {
    height: 200px;
}

.espacio-vertical-medio {
    height: 100px;
}


/* tablas */

table.tabla_info {
    border: 1px solid #000000;
    background-color: #B5DA35;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

table.tabla_info select {
    background-color: #fff;
}

table.tabla_info td,
table.tabla_info th {
    border: 1px solid #333333;
    padding: 4px 3px;
}

table th.tabla_juego {
    width: 50%;
}

table.tabla_info tbody td {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

table td.tabla_resta {
    background-color: #9aa575;
}

table tr.tabla_total td {
    font-weight: bold;
    font-size: 14px !important;
    background: #000;
    color: #fff;
}

table tr.tabla_total td:first-child {
    padding-left: 20px;
}

table.tabla_info thead {
    background: #627523;
    border-bottom: 2px solid #000000;
}

table.tabla_info thead th {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    padding: 12px 0;
}

table.tabla_info tfoot {
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background: #627523;
}

table.tabla_info tfoot td {
    font-size: 13px;
}

table.tabla_info tfoot .tabla_links {
    text-align: right;
    height: 30px;
}

table.tabla_info tfoot .tabla_links a {
    display: inline-block;
    background: #000000;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 2px;
    margin: 5px 0;
}

.buscar {
    width: 30%;
    padding: 10px 0;
    float: right;
}

.buscar label {
    color: #fff;
    font-size: 14px;
}

.buscar input {
    margin: 0 0 0 10px;
    padding: 5px;
    text-indent: 10px;
}

.filtros_div {
    display: block;
    width: 70%;
    height: 7px;
    border-bottom: solid 1px #000;
    margin: 0 auto 8px;
}


/* fin tablas */


/* estilos nuevos o corregidos */

.header-cantidad {
    color: #fff;
    float: right;
    font-size: 15px;
    text-transform: initial;
    margin-top: 10px;
}

.header-premios {
    width: 100%;
    padding: 5px 108px 5px 0;
    text-align: center;
    color: #ea0000;
    font-weight: 900;
    background-color: #ffcc00;
    font-size: 22px;
    text-shadow: -3px 3px 7px rgb(255, 255, 255);
    text-transform: uppercase;
    height: 36px;
}

.contact {
    margin: 7px 0 0 0 !important;
}

.contact2 {
    float: left;
    font-size: 12px !important;
}

.info-juego {
    height: 40px;
    display: block;
    margin: 36px 0 0 0;
    text-align: center;
    position: relative;
}

.info-nombre {
    color: #fff;
    clear: both;
    font-size: 12px;
    text-transform: uppercase;
    margin: 10px 0 4px;
    padding: 4px 0 0;
}

.info-jack {
    font-size: 16px;
    color: #fc0;
}

.info-jack img {
    display: block;
    /* float: left; */
    width: 19px;
    height: auto;
    display: inline-table;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.juego_n0,
.juego_n1,
.juego_n2,
.juego_n3 {
    border: solid 3px #fc0;
    float: left;
    margin: 0 8px 74px 3px;
    background-color: #000;
    cursor: pointer;
}

.juego_n1 {
    width: 503px;
    height: 354px !important;
}

.juego_n1:hover .info-jack img,
.juego_n2:hover .info-jack img,
.juego_n3:hover .info-jack img {
    opacity: 1;
}

.juego_n1:hover .juego_on,
.juego_n1:active .juego_on {
    margin: -348px 0 -30px 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    position: relative;
}

.juego_n2:hover .juego_on,
.juego_n3:hover .juego_on {
    margin: -134px 0 -30px 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    position: relative;
}

.juego_n1 .juego_on {
    margin: -348px 0 -30px 0;
    height: 348px;
}

.juego_on {
    background-color: #000;
    height: 133px;
    /* top: 0; */
    position: relative;
    idth: 100%;
    margin: -134px 0 -30px 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.juego_on .juego_boton {
    float: left;
    width: 50%;
    height: 100%;
    background-color: #fc0;
    margin: 0;
    display: inline-table;
    /* padding: 0 5px; */
}

.boton_demo_txt {
    background-color: #eb0 !important;
}

.boton_demo_txt:hover {
    background-color: #da0 !important;
}

.juego_on .juego_boton a {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: #000;
    position: relative;
    vertical-align: middle;
    /* background: red; */
    height: 100%;
    width: 100%;
    line-height: 130px;
}

.juego_n1 .juego_on .juego_boton a {
    line-height: 350px;
}

.juego_n1:hover .juego_on .juego_boton a {
    line-height: 350px;
}

.registroh1 {
    background: none;
    margin-bottom: 0;
    padding: 20px 10px;
    width: 88%;
    font-size: 30px !important;
}

#formulario select {
    float: left;
    clear: both;
    width: 100%;
    height: 40px;
    margin: 0 0 10px 0;
    background-color: #fff;
    border: solid 2px #eee;
}

.social {
    width: 210px;
    float: none;
    margin: 0 auto;
}

.social span {
    display: none;
}

.social ul {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social ul li {
    display: inline-table;
    width: 23%;
}

.social ul li:hover {
    background-color: #fc0;
    cursor: pointer;
}

.socioal ul li img {
    display: block;
    margin: 0 auto;
}

.juego_n1 .juego_on .juego_boton a {
    font-size: 18px;
    line-height: 14px !important;
    padding-top: 162px;
}

.juego_n2 .juego_on .juego_boton a {
    line-height: 14px !important;
    padding-top: 56px;
}

.juego_n3 .juego_on .juego_boton a {
    line-height: 14px !important;
    padding-top: 51px;
}

.juego_n2 .juego_on .juego_boton.boton_demo_txt a,
.juego_n3 .juego_on .juego_boton.boton_demo_txt a {
    line-height: 14px !important;
    padding-top: 56px;
}

.boton_demo_txt {
    background-color: #b5b5b5 !important;
}

.header-premios-res {
    display: none;
    opacity: 0;
}

.alto-registro {
    height: 1030px;
    font-family: Poppins;
}
/* jugas pasos principal */

#jugar2 {
    width: 66%;
    float: left;
    background: #295e02;
    height: 300px;
    background: #c9de96;
    background: -moz-linear-gradient(top, #3f9003 0%, #285d03 100%);
    background: -webkit-linear-gradient(top, #3f9003 0%, #285d03 100%);
    background: linear-gradient(to bottom, #3f9003 0%, #285d03 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3f9003', endColorstr='#285d03', GradientType=0);
    padding-bottom: 306px !important;
}

#jugar2 .jugar_facil {
    background-image: none !important;
    width: 100%;
    text-align: center;
    margin: 5px 0 15px;
    height: 50px;
}

#jugar2 .jugar_flecha {
    display: none;
}

#jugar2 .jugar_pasos {
    text-transform: uppercase;
    color: #FFF;
    font-size: 11px !important;
    font-weight: 700;
    text-align: center;
    font-style: italic;
    /* padding-top: 8px; */
    width: 44% !important;
    padding: 6px 52px;
    margin: 0 0 21px 34px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    line-height: 20px !important;
    min-height: 103px;
}

#jugar2 .jugar_pasos span {
    font-size: 33px;
    padding: 11px 0;
}


/* fin jugar pasos principal */

.progreso-mobile {
    display: none;
}

input[type="checkbox"] {
    float: left !important;
    margin: -33px 0 0 0;
    background-color: #fff;
    display: block;
    width: 5% !important;
    margin: 10px 0 0 0 !important;
    color: #000 !important;
    padding: 0 !important;
    -webkit-appearance: checkbox;
    /*Safari/Chrome*/
    -moz-appearance: checkbox;
    /*Firefox*/
    -ms-appearance: checkbox;
    /*IE*/
    -o-appearance: checkbox;
    /*Opera*/
    appearance: checkbox;
}

input[type="checkbox"]:checked {
    color: #000 !important;
    border: solid 4px #000 !important;
    -webkit-appearance: checkbox;
    /*Safari/Chrome*/
    -moz-appearance: checkbox;
    /*Firefox*/
    -ms-appearance: checkbox;
    /*IE*/
    -o-appearance: checkbox;
    /*Opera*/
    appearance: checkbox;
}

@media (max-width:1041px) and (min-width:802px) {
    .header-premios {
        font-size: 16px;
    }
}       font-size: 16px;
    }
}