@font-face {
	font-family: 'cerablack';
	src: url('../fonts/cera-black-webfont.woff2') format('woff2'),
	url('../fonts/cera-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'cerabold';
	src: url('../fonts/cera-bold-webfont.woff2') format('woff2'),
	url('../fonts/cera-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'ceraregular';
	src: url('../fonts/cera-regular-webfont.woff2') format('woff2'),
	url('../fonts/cera-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}


@font-face {
	font-family: 'antonioregular';
	src: url('../fonts/antonio-regular-webfont.woff2') format('woff2'),
	url('../fonts/antonio-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}






* {
	margin: 0;
	padding: 0;
}

html, body {
  height: 90vh;
  margin: 0;
}

html {
	font-size: 14px;

}


body {
	background-color: #000;
	color: #fff;
	font-family: 'ceraregular';
	font-style: normal;
}


body.seccion {
	background-image: url("../img/bg-seccion.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 20px 40px 20px;
	flex-direction: column;
}

body.seccion.bienvenida {
    background-image: url(../img/bg-bienvenida.jpg);
}

footer  {
    margin-top: auto;
    padding-bottom: 2em;
}   


h2 {
	font-size: 2rem;
	font-family: 'cerabold';
}


h2 img {
	width: 120px;
}

strong {
	font-family: 'cerabold';

}



a {
	color: #fff;
	text-decoration: none;
}


a.ayuda {
	font-size: 0.8rem;
	text-align: center;
}



a.ayuda .phone {
	position: relative;
    top: 5px;
    margin-right: 5px;
    margin-top: 8px;
}


.flex {
	display: flex;
}



.flex-direction-col {
	flex-direction: column;
}


.mt-3 {
	margin-top: 3em;
}


.mt-2 {
	margin-top: 2em;
}


.mt-1 {
	margin-top: 1em;
}

.ml-1 {
	margin-left: 1em;
}


.position-a {
	width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1em;
}


header.header-club {
	background-repeat: no-repeat;
    background-position: center 100px;
    background-size: 100%;
    min-height: 350px;
    width: 100%;
    height: auto;
    position: relative;
	
}


header.header-club:before {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.70) 70%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.70) 70%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.70) 70%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}





.monticello header.header-club {
	background-image: url("../img/bg-monticello.jpg");
}


.temuco header.header-club {
	background-image: url("../img/bg-temuco.jpg");
}


.coyhaique header.header-club {
	background-image: url("../img/bg-coyhaique.jpg");
}


.valdivia header.header-club {
	background-image: url("../img/bg-valdivia.jpg");
}


.arenas header.header-club {
	background-image: url("../img/bg-arenas.jpg");
}

.texto_izquierda {
	text-align: left;
	margin-top:20px;
}

.check_terminos{
	margin-top:20px;
}

.listado {
	margin-left: 20px;
	margin-top: 10px; 
}

header .logo-dreams {
	max-width: 160px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 2em;
}


.casinos header.header-club {
	background-image: url("../img/bg-casinos.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 390px;
}



.casinos header p {
	align-self: flex-end;
	width: 100%;
	text-align: center;
	margin-bottom: 0.2em;

}



.casinos header p span {
	font-size: 1.3em;
	vertical-align: -webkit-baseline-middle;

}


.casinos .contenido .row:first-child {
	border-top-style: solid;
	border-top-width: 6px;
	border-image: linear-gradient(to right, #ae8f47 0%, #e7d67f 50%, #ae8f47 100%) 1;
}


.casinos .contenido .row:last-child {
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-image: linear-gradient(to right, #ae8f47 0%, #e7d67f 50%, #ae8f47 100%) 1;
}


header.header-seccion {
	margin-bottom: 2.5em;

}


.box-header {
	position: absolute;
	left: 1.3em;
	top: 3.5em;

}


.box-header button {
	background-color: transparent;
	border: none;


}


.titulo-seccion {
	margin-bottom: 10px;
	font-family: 'cerablack';
	font-size: 2.3rem;
	letter-spacing: 3px;
	text-shadow: 0px 5px 5px rgba(0,0,0,0.55);

}


.titulo-seccion2 {
	margin-bottom: 30px;
	font-family: 'ceraregular';
	font-size: 1.3rem;
	letter-spacing: 1px;
	text-shadow: 0px 5px 5px rgba(0,0,0,0.55);

}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
                    only screen and (min--moz-device-pixel-ratio: 2),
                    only screen and (-o-min-device-pixel-ratio: 2),
                    only screen and (min-device-pixel-ratio: 2){
    .bckg-datos-cartola{
        background-color: black;
        opacity: 0.5;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        z-index: -1;
        position: absolute;
        width: 92%;
        height: 17%;
        left: 4%;
        bottom: 62%;
        padding-bottom: 10px;
        padding-top: 2px;
        padding-left: 1px;
        display: none;
    }
        
    .bckg-datos-cartola-2{
        background-color: black;
        opacity: 0.5;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        z-index: -1;
        position: absolute;
        width: 92%;
        height: 12%;
        left: 4%;
        bottom: 33%;
        padding-bottom: 5px;
        padding-top: 2px;
        padding-left: 1px;
        display: none;
    }
        
    .bckg-datos-cartola-3{
        background-color: black;
        opacity: 0.5;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        z-index: -1;
        position: absolute;
        width: 92%;
        height: 15%;
        left: 4%;
        bottom: 11%;
        padding-bottom: 5px;
        padding-top: 2px;
        padding-left: 1px;
        display: none;
    }

    .bckg-datos-cartola-4{
        background-color: black;
        opacity: 0.5;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        z-index: -1;
        position: absolute;
        width: 92%;
        height: 6%;
        left: 4%;
        bottom: -3%;
        padding-bottom: 5px;
        padding-top: 2px;
        padding-left: 1px;
        display: none;
    }
        
    .datos-cartola{
        z-index: 1;
        padding: 2% 3% 2% 3%;
        position: relative;
        bottom: 20px;
        text-align: justify;
    }

    .datos-cartola-2{
        z-index: 1;
        padding: 2% 3% 2% 3%;
        position: relative;
        bottom: 30px;
        text-align: justify;
    }
    
    .datos-cartola-3{
        z-index: 1;
        padding: 2% 3% 2% 3%;
        position: relative;
        bottom: 28px;
        text-align: justify;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),
                    only screen and (min--moz-device-pixel-ratio: 1),
                    only screen and (-o-min-device-pixel-ratio: 1),
                    only screen and (min-device-pixel-ratio: 1){
    .bckg-datos-cartola{
        background-color: black;
        opacity: 0.5;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        z-index: -1;
        position: absolute;
        width: 92%;
        height: 17%;
        left: 4%;
        bottom: 62%;
        padding-bottom: 10px;
        padding-top: 2px;
        padding-left: 1px;
        display: none;
    }
        
    .bckg-datos-cartola-2{
        background-color: black;
        opacity: 0.5;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        z-index: -1;
        position: absolute;
        width: 92%;
        height: 12%;
        left: 4%;
        bottom: 33%;
        padding-bottom: 5px;
        padding-top: 2px;
        padding-left: 1px;
        display: none;
    }
        
    .bckg-datos-cartola-3{
        background-color: black;
        opacity: 0.5;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        z-index: -1;
        position: absolute;
        width: 92%;
        height: 15%;
        left: 4%;
        bottom: 11%;
        padding-bottom: 5px;
        padding-top: 2px;
        padding-left: 1px;
        display: none;
    }

    .bckg-datos-cartola-4{
        background-color: black;
        opacity: 0.5;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        z-index: -1;
        position: absolute;
        width: 92%;
        height: 6%;
        left: 4%;
        bottom: -3%;
        padding-bottom: 5px;
        padding-top: 2px;
        padding-left: 1px;
        display: none;
    }
        
    .datos-cartola{
        z-index: 1;
        padding: 2% 3% 2% 3%;
        position: relative;
        bottom: 20px;
        text-align: justify;
    }

    .datos-cartola-2{
        z-index: 1;
        padding: 2% 3% 2% 3%;
        position: relative;
        bottom: 30px;
        text-align: justify;
    }
    
    .datos-cartola-3{
        z-index: 1;
        padding: 2% 3% 2% 3%;
        position: relative;
        bottom: 28px;
        text-align: justify;
    }
}

.titulo-seccion3 {
	margin-bottom: 5px;
	font-family: 'cerablack';
	font-size: 1.5rem;
	letter-spacing: 1px;
	text-shadow: 0px 5px 5px rgba(0,0,0,0.55);

}

.titulo-seccion3-cartola {
	margin-bottom: 5px;
	font-size: 1.5rem;
	letter-spacing: 1px;

}

.titulo-seccion img {
	max-width: 210px;

}


.subtitulo-seccion {
    margin-bottom: 10px;
    font-family: 'cerabold';
    font-size: 2rem;
    letter-spacing: 3px;
}


.subtitulo-seccion span {
    font-family: arial;
}


.subtitulo-nombre {
	font-size: 1.3rem;
	font-family: 'ceraregular';
	text-shadow: 0px 5px 5px rgba(0,0,0,0.55);
	
}

@media screen and (max-device-width: 753px){
    .subtitulo-nombre-cartola {
        font-size: 1.0rem;
        text-align: left;
        padding-left: 3%;
        margin-top: 75px;
        font-weight: inherit;
    }

    .subtitulo-nombre-cartola-2 {
        font-size: 1.0rem;
        text-align: left;
        padding-left: 3%;
        margin-top: 0px;
        font-weight: inherit;
    }
}

@media screen and (min-device-width: 753px) and (max-device-width: 1000px){
    .subtitulo-nombre-cartola {
        font-size: 1.3rem;
        text-align: left;
        padding-left: 4%;
        margin-top: 75px;
        font-weight: inherit;
    }

    .subtitulo-nombre-cartola-2 {
        font-size: 1.3rem;
        text-align: left;
        padding-left: 4%;
        margin-top: 0px;
        font-weight: inherit;
    }
    
}

@media screen and (min-device-width: 1000px) and (max-device-width: 1500px){
    .subtitulo-nombre-cartola {
        font-size: 1.3rem;
        text-align: left;
        padding-left: 3%;
        margin-top: 75px;
        font-weight: inherit;
    }

    .subtitulo-nombre-cartola-2 {
        font-size: 1.3rem;
        text-align: left;
        padding-left: 3%;
        margin-top: 0px;
        font-weight: inherit;
    }
    
}

@media screen and (min-device-width: 1500px){
    .subtitulo-nombre-cartola {
        font-size: 1.3rem;
        text-align: left;
        padding-left: 4%;
        margin-top: 75px;
        font-weight: inherit;
    }

    .subtitulo-nombre-cartola-2 {
        font-size: 1.3rem;
        text-align: left;
        padding-left: 4%;
        margin-top: 0px;
        font-weight: inherit;
    }
    
}

.logo-nav {
	display: flex;
	padding-top: 3em;
	padding-bottom: 1em;
	background-image: url("../img/bg-logo.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	background-size: contain;

}



.logo-nav img {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	
}







.menu-mobile {
	display: block;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.menu-mobile ul li {
	display: flex;
	align-items: center;
	padding-left: 2em;
	width: 76% !important;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;

}


.menu-mobile ul li.borde {
	border-top-style: solid;
	border-top-width: 2px;
	border-image: linear-gradient(to right, #ae8f47 0%, #e7d67f 50%, #ae8f47 100%) 1;

}


/*.menu-mobile ul li:first-child {
	padding-left: 0;
	border-top: none;
	background: 
	linear-gradient(to bottom, #2a2a2a 0%, #434343 100%);
	width: auto;

}*/

.menu-mobile ul li.cambio-casino {
	padding-left: 0;
	border-top: none;
	background: 
	linear-gradient(to bottom, #2a2a2a 0%, #434343 100%);
        width: 100% !important;
        bottom: 48px;
        position: absolute;

}

.menu-mobile ul li.cambio-casino-out {
	padding-left: 0;
	border-top: none;
	background: 
	linear-gradient(to bottom, #2a2a2a 0%, #434343 100%);
        width: 100% !important;
        bottom: 0;
        position: absolute;

}


.menu-mobile ul li:last-child {
	position: absolute;
	bottom: 0;

}


/*.menu-mobile ul li:first-child img {
	width: 12px;	
	position: absolute;
	right: 2em;

}*/

.menu-mobile ul li.cambio-casino img {
	width: 12px;	
	position: absolute;
	right: 2em;

}

.menu-mobile ul li img {
	width: 20px;	

}

.sidenav {
    height: 100%;
    width: 0; 
    position: fixed; 
    z-index: 1; 
    top: 0;
    left: 0;
    overflow-x: hidden; 
    padding-top: 0; 
    transition: 0.2s; 
    background-image: url("../img/bg-menu.png");
    background-repeat: repeat-y;
    background-position: left top;
    background-size: contain;
}

.sidenav a {
    padding: 14px 10px 16px 30px;
    text-decoration: none;
    font-size: 0.94em;
    color: #fff;
    display: block;
    transition: 0.2s;
    background-color: transparent;
}

.sidenav a:hover, .sidenav a:focus{
    color: #dccb7b;
    background-color: transparent !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #dbca7b;
}

.topnav {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 3em;
    padding-left: 2em;
}


.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 8px 11px;
	text-decoration: none;
	font-size: 17px;
	border: 2px solid #fff;

}



.casinos .topnav a {
	border-style: solid;
	border-width: 2px;
	border-image: linear-gradient(to right, #ae8f47 0%, #e7d67f 50%, #ae8f47 100%) 1;

}


.casinos .topnav path {
	stroke: #dbc979;

}


.topnav a:hover {
	background-color: transparent;
	color: black;
}

.topnav a.active {
	background-color: #4eb2e5;
	color: white;
}

#ico{
	display: none;
}




div.acceso {
	padding-top: 0em;

}

.acceso button {
	margin: 20px 15px;
	border-radius: 8px;
	border: inherit;
	font-size: 0.8em;
	font-family: 'ceraregular';
	transition: background 0.8s ease;

}


.acceso button:active, .acceso button:hover, .acceso button:focus {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(250,250,250,0.3);
	-moz-box-shadow: 0px 0px 10px 5px rgba(250,250,250,0.3);
	box-shadow: 0px 0px 10px 5px rgba(250,250,250,0.3);
	
}




.acceso button.crear {
	
	background: 
	linear-gradient(#000000, #000000) padding-box, 
	linear-gradient(45deg, #9a7925 0%, #e7d67f 50%, #9a7925 100%) border-box;
	border: 2px solid transparent;
	border-radius:6px;
	color: #fff; 
	padding: 7px 20px;

}


.acceso button.ingresar {
	background: linear-gradient(45deg, #9a7925 0%, #e7d67f 50%, #9a7925 100%);
	padding: 10px 30px;
}


.acceso, .mi-cash, .cortesia, .canje{
	padding: 2em;
	padding-top: 5em;
	padding-bottom: 1.3em;	
}



.mi-cash, .cortesia, .canje{
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	border-top-style: solid;
	border-top-width: 6px;
	border-image: linear-gradient(to right, #ae8f47 0%, #e7d67f 50%, #ae8f47 100%) 1;
}



img.tarjetas {
	max-width: 310px;
	margin-top: 1em;
	margin-bottom: 1em;
	
}


.parrafo {
	margin-bottom: 1em;
	font-size: 1rem;

}

.parrafo2 {
	font-size: 1rem;
	
}

.parrafo-inicio {
	font-size: 1.3rem;
	font-family: 'ceraregular';
	text-shadow: 0px 5px 5px rgba(0,0,0,0.55);
	
}

.span-puntos {
	font-size: 1.3rem;
	font-family: 'ceraregular';
	text-shadow: 0px 5px 5px rgba(0,0,0,0.55);
	
}

@media only screen and (max-device-width: 753px){
    .span-puntos-cartola {
	font-size: 1.0rem;
	
    }
}

@media screen and (min-device-width: 753px) and (max-device-width: 1000px){
    .span-puntos-cartola{
        font-size: 1.3rem;
    }    
}

@media screen and (min-device-width: 1000px) and (max-device-width: 1500px){
    .span-puntos-cartola{
        font-size: 1.3rem;
    }
    
}

@media screen and (min-device-width: 1500px){
    .span-puntos-cartola{
        font-size: 1.3rem;
    }  
}

.parrafo-inicio-level {
	font-size: 1.3rem;
	font-family: 'ceraregular';
	text-shadow: 0px 5px 5px rgba(0,0,0,0.55);
	font-weight: bold;
}

.span-puntos-level {
	font-size: 1.3rem;
	font-family: 'ceraregular';
	text-shadow: 0px 5px 5px rgba(0,0,0,0.55);
	font-weight: bold;
}

@media only screen and (max-device-width: 753px){
    .span-puntos-level-cartola {
	font-size: 1.0rem;
	font-weight: bold;
    }
}

@media screen and (min-device-width: 753px) and (max-device-width: 1000px){
    .span-puntos-level-cartola {
	font-size: 1.3rem;
	font-weight: bold;
    }    
}

@media screen and (min-device-width: 1000px) and (max-device-width: 1500px){
    .span-puntos-level-cartola {
	font-size: 1.3rem;
	font-weight: bold;
    }
    
}

.terminos {
	font-size: 1rem;
	padding: 1em;
	
}

.terminos label {
	text-indent: 2.5em;
}


.terminos .input-box {
	background: rgba(0, 0, 0, 0);	
	padding: 0px !important;
	
}


.terminos .caja-inputs label:before {
	left: 0;	
	
}


.terminos .caja-inputs label:after {
	left: 6px;	
	text-indent: 1px;
	
}



.seccion .container {
	width: 100%;
	
}



.seccion .parrafo {
	font-size: 1.3rem;
	
}


div.input-box {
	background: rgba(0, 0, 0, 0.7);
	display: block;
	padding: 20px 20px 20px 20px;
	margin-bottom: 3px;
	text-align: left;
}


.login div.input-box {
	padding: 10px 20px 10px 20px;

}


.micash div.input-box {
	padding: 10px 20px 10px 20px;

}

.micash div.input-box-small {
	padding: 5px 10px 5px 10px;

}

.micash .continuar, .login .ingreso {
	margin-bottom: 20px;
}


.micash .botonera {
	padding-bottom: 1em;
}


.micash .botonera p {
	text-align: left;
}


div.caja-inputs div:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


div.caja-inputs div:last-child {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


.botonera {
	width: 100%;
	display: block;
	padding-top: 1em;
	padding-bottom: 2em;

}


.botonera button {
	background: rgba(220, 220, 220, 0.7);
	padding: 20px;
	width: 100%;
	border: none;
	font-size: 1.2rem;
	border-radius: 6px;
	transition: background-color 0.8s ease;

	
}


.botonera button:active {
	background: rgba(225, 225, 225, 1);
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	
}



.mi-cash{
	background-image: url("../img/bg-cash.jpg");
	
}



.cortesia{

	background-image: url("../img/bg-cortesia.jpg");
	
}


.canje{

	background-image: url("../img/bg-canje.jpg");	
}


.barra{
	width: 50%;
	height: 3px;
	background-color: white;
	display: block;
	border-radius: 5px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	
}


.box-codigo {
	margin-bottom: 1em;
	
}




.box-codigo img {
	max-width: 50%;
	border: 10px solid #fff;
	border-radius: 10px;
	
}

 
.box-espera {
	z-index: 100;
    position: relative;
        padding-top: 1em;
    padding-bottom: 3em;

	
}

@media screen and (max-width: 500px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 15rem;	
    }
}

@media screen and (min-width: 500px) and (max-width: 630px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 18rem;	
    }
}

@media screen and (min-width: 630px) and (max-width: 768px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 22rem;	
    }
}

@media screen and (min-width: 768px) and (max-width: 860px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 26rem;	
    }
}

@media screen and (min-width: 860px) and (max-width: 950px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 29rem;	
    }
}

@media screen and (min-width: 950px) and (max-width: 1024px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 32rem;	
    }
}

@media screen and (min-width: 1024px) and (max-width: 1140px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 36rem;	
    }
}

@media screen and (min-width: 1240px) and (max-width: 1260px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 40rem;	
    }
}

@media screen and (min-width: 1260px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 44rem;	
    }
}

@media screen and (max-device-width: 230px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 4rem;	
    }
}

@media screen and (min-device-width: 230px) and (max-device-width: 300px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 6rem;	
    }
}

@media screen and (min-device-width: 300px) and (max-device-width: 360px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 8rem;	
    }
}

@media screen and (min-device-width: 360px) and (max-device-width: 400px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 9rem;	
    }
}

@media screen and (min-device-width: 400px) and (max-device-width: 500px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 10rem;	
    }
}

@media screen and (min-device-width: 500px) and (max-device-width: 520px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 12rem;	
    }
}

@media screen and (min-device-width: 500px) and (max-device-width: 600px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 14rem;	
    }
}

@media screen and (min-device-width: 600px) and (max-device-width: 630px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 15rem;	
    }
}

@media screen and (min-device-width: 630px) and (max-device-width: 680px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 17rem;	
    }
}

@media screen and (min-device-width: 680px) and (max-device-width: 768px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 20rem;	
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 830px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 23rem;	
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 830px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 23rem;	
    }
}

@media screen and (min-device-width: 830px) and (max-device-width: 900px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 26rem;	
    }
}


@media screen and (min-device-width: 900px) and (max-device-width: 1024px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 29rem;	
    }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1260px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 40rem;	
    }
}

@media screen and (min-device-width: 1260px){
    .box-espera-2 {
        z-index: 100;
        position: fixed;
        padding-top: 1em;
        padding-bottom: 3em;
        top: 15rem;
        right: 42rem;	
    }
}

.box-espera p {
	font-size: 1.4rem;

	
}


    



.acceso-casino {
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}


.acceso-casino.monticello { background: linear-gradient(to top, #313231 0%, #000000 30%, #000000 60%, #513900 100%);}

.acceso-casino.temuco {background: linear-gradient(to top, #890903 0%, #c63f39 80%);}

.acceso-casino.valdivia {background: linear-gradient(to top, #279465 0%, #72e5b3 80%);}

.acceso-casino.coyhaique {background: linear-gradient(to top, #ad9218 0%, #fdd446 80%);}

.acceso-casino.arenas {background: linear-gradient(to top, #3861ac 0%, #71a3fd 80%);}

.acceso-casino img {
	max-width: 150px;
}


.acceso-casino a {
	width: 100%;
	display: block;
	height: auto;
}



.fadebox {
  opacity:    0.5; 
  background: #000; 
  width:      100%;
  height:     100%; 
  z-index:    10;
  top:        0; 
  left:       0; 
  position:   fixed; 
}





























