@charset "UTF-8";
/* CSS Document */

/* General */
*{	font-family: "Montserrat", sans-serif; }
html, body{ width: 100%; height: 100%; margin: 0; padding: 0;}
a{	text-decoration: none; }
p {margin: 0; padding: 0;}
img { margin: 0; padding: 0; border:none !important;}
ul { margin: 0; padding: 0; }
li { margin: 0; padding: 0; }
.clear-both{ clear:both; }
.d-xs-none{
	display: none !important;
}
.d-xl-none{
	display: block !important;
}
.float-left{ float: left; }
.float-right{ float: right; }
.espacio-30 {
    width: 100%;
    height: 29px;
    background: #fff;
    float: left;
    clear:both;
}
/*	Colore Index */
.bg-color-index{
	background-color: #E95200;
}
.border-index{
	border-color:#E95200;
    border-style: solid;
}
.bg-caluga-index:not(.hover-no-activo):hover{
	background-color: #e95200;
}
.bg-caluga-index:not(.hover-no-activo):hover  .img-item-caluga{
	background-color: #e95200;
}

/*	Color Casino */
.bg-color-casino{
	background-color: #FFA800;
}
.border-casino{
	border-color:#FFA800;
    border-style: solid;
}
.bg-caluga-casino:not(.hover-no-activo):hover{
	background-color: #ffa800;
}
.bg-caluga-casino:not(.hover-no-activo):hover  .img-item-caluga{
	background-color: #ffa800;
}

/*	Color MC */
.bg-color-mc{
	background-color: #56039C;
}
.border-mc{
	border-color:#56039C;
    border-style: solid;
}
.bg-caluga-mc:not(.hover-no-activo):hover{
	background-color: #56039C;
}
.bg-caluga-mc:not(.hover-no-activo):hover  .img-item-caluga{
	background-color: #56039C;
}

/*	Color Teatro */
.bg-color-teatro{
	background-color: #e70455;
}
.border-teatro{
	border-color:#e70455;
    border-style: solid;
}
.bg-caluga-teatro:not(.hover-no-activo):hover{
	background-color: #e70455;
}
.bg-caluga-teatro:not(.hover-no-activo):hover  .img-item-caluga{
	background-color: #e70455;
}

/*	Color Restaurantes */
.bg-color-restaurantes{
	background-color: #97A300;
}
.border-restaurantes{
	border-color:#97A300;
    border-style: solid;
}
.bg-caluga-restaurantes:not(.hover-no-activo):hover{
	background-color: #97A300;
}
.bg-caluga-restaurantes:not(.hover-no-activo):hover  .img-item-caluga{
	background-color: #97A300;
}

.bg-color-promociones {
    background-color: #E95200;
}

/* Contenido */
.contenedor{
	width: 100%;
	position: relative;
	top: 50px;
	left: 0;
}
/* DA Resoluciones */
.tope-screen-section{
	min-width: 100%;
}
/* Cabecera Casinos */
.sec-cabecera-casinos{
	width: 100%;
	top: 0px;
	background: #000;
	float: left;
	text-align: center;
	position: fixed;
	z-index: 99999;
}
	.cont-cabecera-casinos{
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}
		.margen-cabecera-casinos{
		    width: 95%;
		    height: 50px;
		    max-width: 950px;
		    margin: 0 auto;
		    display: flex;
		    
		}
			.cont-casinos{
			    display: none;
			}
				
			.cont-casinos-mov {
			    width: 85%;
			    position: relative;
			    display: block;
			    margin: 0 auto;
			    float: left;
			}
				.cont-casinos-mov > a img {
					float: none;
					height: 50px;
					cursor: pointer;
				}
			.cont-logo {
			    display: none;
			}
			.cont-logo-mov {
			    width: 15%;
			    margin: 0 auto;
			    float: left;
			    display: block;
    			padding: 6px;
			}
				.cont-logo-mov >a  img {
					
					height: 38px;
					width: 38px;
					cursor: pointer;


				}
			.cont-mds-login{
				display: none;
			}
/* DA Menu top*/
.top-menu-normal{
	/*top: 70px;*/
}
.top-menu-compress{
	/*top: 65px;*/
}
/* Menu Principal */
.sec-menu-principal{
	width: 100%;
	height: 60px;
	background: #e6e5e5;
	float: left;
	text-align: center;
	position: fixed;
	z-index: 99998;
	transition: all 0.5s ease 0s; 
	-webkit-transition: all 0.5s ease 0s; /* Chrome y Safari */
	-moz-transition: all 0.5s ease 0s; /* Mozilla */
	-o-transition: all 0.5s ease 0s; /* Opera */
	-ms-transition: all 0.5s ease 0s; /* Microsoft */
	top: 0px;
	display: none;

}
#m-principal{
	display: none;
}
	.cont-menu-principal{
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}
		.margen-menu-principal{
			width: 100%;
			height: 60px;
			margin: 0 auto;
			max-width: 900px;
			text-align: center;
			background: #e6e5e5;
		}
			#menu-principal{
			      list-style: none;
			      margin: 0;
			      padding: 0;
			      width: 100%;
			      text-align: justify;
				display: none;
			  }
			  #menu-principal:after{
			      content: ".";
			      display: inline-block;
			      width: 100%;
			      height: 0;
			      visibility: hidden;
			  }
				.btn-menu-principal{
				    display: inline-block;
				    text-align: center;
				}
					.btn-menu-principal a{
						display: block; 
						width: 100%; 
						height: 60px;
						position: relative; 
						z-index: 2;
						text-decoration: none;
						box-sizing: border-box;  
						-webkit-box-sizing: border-box; /* Chrome y Safari */
						-moz-box-sizing: border-box; /* Mozilla */  
						-o-box-sizing: border-box;  /* Opera */
						-ms-box-sizing: border-box;  /* Microsoft */
					}
					.btn-menu-principal a:after { 
						content: "";
						height: 0px; 
						left: 0; 
						top: 101%; 
						width: 100%;
						position: absolute;
						transition: all 0.1s ease 0s; 
						-webkit-transition: all 0.1s ease 0s; /* Chrome y Safari */
						-moz-transition: all 0.1s ease 0s; /* Mozilla */
						-o-transition: all 0.1s ease 0s; /* Opera */
						-ms-transition: all 0.1s ease 0s; /* Microsoft */
						z-index: -1;
					}
					.btn-menu-principal a:hover:after{ 
						top: 0; 
						height: 100%; 
						background: #FFA800;
					}
					.btn-menu-principal img {
						height: 60px;
	      			}


	      			/* MENU ACTIVO */
	      			.btn-menu-principal-act{
	      				top: 0; 
						height: 100%; 
						background: #FFA800;
	      			}

/*	Menu Principal Mov*/
.sec-menu-principal-mov{
	/*margin: -1000px 0 0 0;*/
}
	.cont-menu-mov{
		height: 70px;
		background: #000;
		text-align: center;
		display: block;
	}
		.btn-img-menu-mov{
			height: 100%;
			float: left;
			width: 15%;
			position: absolute;
			top: 0;
			left: 0;
		}
		.btn-img-menu-mov img{
			height: 100%;
		}
		.btn-logo-mov{
			height: 100%;
			float: left;
			width: 100%;
		}
		.btn-logo-mov img{
			height: 100%;
		}

	.cont-menu-mov-mds{
		height: 50px;
		background: #000;
		text-align: center;
		display: block;
	}
		.btn-img-mds-mov{
			height: 100%;
			float: left;
			width: 50%;
		}
		.btn-img-mds-mov img{
			height: 100%;
		}
		.btn-img-login-mov{
			height: 100%;
			float: left;
			width: 50%;
		}
		.btn-img-login-mov img{
			height: 100%;
		}

	
#menu-principal-mov{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: justify;
	display: block;
	background-color: #e6e5e5;

}

.btn-img-menu-mov .nav-btn-lines {
    display: block;
    padding: 30% 30%;
    height: 40%;
}

.btn-img-menu-mov .nav-btn-lines .line {
    display: block;
    width: 100%;
    height: .25rem;
    margin: 0 auto .125rem;
    background-color: #FFF;
    -webkit-border-radius: .125rem;
    -moz-border-radius: .125rem;
    border-radius: .125rem;
}
.btn-img-menu-mov .nav-btn-lines .line-active {
    display: block;
	width: .25rem;
    height: 90%;
    float: left;
    margin: 0 .0625rem;
    background-color: #FFF;
    -webkit-border-radius: .125rem;
    -moz-border-radius: .125rem;
    border-radius: .125rem;
}

/* SubMenu Casino MODIFICAR COLOR */
.sec-submenu-casino{
	width: 100%;
	height: 40px;
	/*background-color: #b2afaf;*/
	/*display: none;*/
}
.sec-submenu-casino.bg-color-promociones{
	display: none;
}
	.cont-submenu-casino{
	    text-align: center;
	    display: block;
	    color: #FFF;
	    line-height: 42px;
	        /*background-color: #FFA800;*/
	}
		.margen-submenu-casino{
			width: 100%;
			height: 100%;
			margin: 0;
			max-width: 900px;
			text-align: center;
		}


			#submenu-casino, #submenu-agenda{
			  list-style: none;
			  margin: 0;
			  padding: 0;
			  width: 100%;
			  height: 40px;
			  text-align: center;
			  z-index: 99998;
			}
				.btn-submenu-casino{
				    display: inline-block;
				    text-align: center;
				    height: 40px;
				    
				}
				#submenu-casino, #submenu-agenda > ul{
				   color: #000;
				}
				#submenu-casino, #submenu-agenda > li:first-child{
					margin: 0 0 0 0;
				}
				#submenu-casino, #submenu-agenda > li + li{
					margin: 0 0 0 0;
				}
				#submenu-casino, #submenu-agenda > li{
				    cursor: pointer;
				    height: 40px;
    				padding: 0 1%;
				}
				#submenu-casino, #submenu-agenda > li:not(.filtro):nth-child(5) {
				    display: none;
				}
				.btn-submenu-casino > a{
				   	display: block; 
					width: 100%; 
					height: 40px;
					position: relative; 
					z-index: 99998;
					text-decoration: none;
				}
				.btn-submenu-casino > a h2{
				    font-size: 3.2vw;
				    line-height: 40px;
				    font-weight: lighter;
				    color: #000;
				    cursor: pointer;    
				    margin: 0;
				    padding: 0;
				}
				.btn-submenu-casino:hover > a h2 {
				    color: #FFF;
				}

				/**/




			.sub-activo > a h2{
			    color: #FFF;
			    font-weight: lighter;
			    font-size: 3.5vw !important;
			}

			#submenu-restaurantes{
			  list-style: none;
			  margin: 0;
			  padding: 0;
			  width: 100%;
			  height: 42px;
			  text-align: center;
			  z-index: 99998;
			}
				.btn-submenu-restaurantes{
				    display: inline-block;
				    text-align: center;
				    height: 40px;
				    
				}
				#submenu-restaurantes > ul{
				   color: #000;
				}
				#submenu-restaurantes > li:first-child{
					margin: 0 0 0 0;
				}
				#submenu-restaurantes > li + li{
					margin: 0 0 0 0;
				}
				#submenu-restaurantes > li{
				    cursor: pointer;
				    height: 40px;
    				padding: 0 1%;
				}
				.btn-submenu-restaurantes > a{
				   	display: block; 
					width: 100%; 
					height: 40px;
					position: relative; 
					z-index: 99998;
					text-decoration: none;
				}
				.btn-submenu-restaurantes > a h2{
				    font-size: 3vw;
				    line-height: 40px;
				    font-weight: lighter;
				    color: #000;
				    cursor: pointer;    
				    margin: 0;
				    padding: 0;
				}
				.btn-submenu-restaurantes:hover > a h2 {
				    color: #FFF;
				}


/* Slider */
.sec-slider{
	width: 100%;
	float: left;
	text-align: center;
}
	.cont-slider{
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}
		.margen-slider{
			margin:0 auto;
			width: 100%;
			max-width: 900px;
		        border-width: 3px;
		}
		.margen-slider-index{
			border-bottom: 0px;
		    border-left: 0px;
		    border-right: 0px;
		    /*border-top: 0px;*/
		}
		.margen-slider-casino{
			border-bottom: 0px;
		    border-left: 0px;
		    border-right: 0px;
		    /*border-top: 0px;*/
		}
		.margen-slider-casino-sub
		{
			border-bottom: 0px;
		    border-left: 0px;
		    border-right: 0px;
		    /*border-top: 0px;*/

		}
		.margen-slider-mc{
			/*border-bottom: 0px;*/
		    border-left: 0px;
		    border-right: 0px;
		    border-top: 0px;*/
		}
		.margen-slider-teatro{
			/*border-bottom: 0px;*/
		    border-left: 0px;
		    border-right: 0px;
		    /*border-top: 0px;*/
		}
		.margen-slider-restaurantes{
			/*border-bottom: 0px;*/
		    border-left: 0px;
		    border-right: 0px;
		    /*border-top: 0px;*/
		}
		.margen-slider-hotel{
			/*border-bottom: 0px;*/
		    border-left: 0px;
		    border-right: 0px;
		    /*border-top: 0px;*/
		}
			.margen-slider img{
				
				width: 100%;
			}
			.btn-carusel{
				position: absolute;
			    margin: 0 auto;
			    text-align: center;
			    bottom: 3%;
			    right: 1%;
			    background-color: #000;
			    width: 120px;
			    height: 40px;
				border-width: 1px;
				display: none;
			}
				.btn-carusel a{
				    line-height: 40px;
				    color: #FFF;
				    font-weight: lighter;
				    font-size: 12px;
				}


		  .slide-progresivos-ac1{
			    font-size: 5vw;
			    position: absolute;
			    top: 16%;
			    right: 6%;
			    color: #5d5c5c;
			    font-weight: bold;
			 }
		  .slide-progresivos-ac2{
			    font-size: 5vw;
			    position: absolute;
			    top: 40%;
			    right: 6%;
			    color: #5d5c5c;
			    font-weight: bold;
			 }
		  .slide-progresivos-esp{
			font-size: 5vw;
			position: absolute;
			top: 64%;
			right: 6%;
			color: #5d5c5c;
			font-weight: bold;
			}
		
			.slide-progresivos{
			font-size: 10vw;
			position: absolute;
			top: 30%;
			right: 6%;
			color: #5d5c5c;
			font-weight: bold;
			margin-top: 0;
			}
/*	base IMAGEN SLIDER 

	heigth: 322px;
	width: 900px;
*/

/* Cartelera */
.sec-cartelera{
	width: 100%;
	float: left;
	text-align: center;
	display: none;
	margin: 0;
}
	.cont-cartelera{
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}
	/* cartelera base
		height: 129px
	*/
		.margen-cartelera{
			width: 100%;
			height: 129px;
			max-width: 900px;
			margin: 0 auto;
			display: flex;
		        border-width: 3px;
		}
			.margen-cartelera-index{
				/*border-bottom: 0px;*/
			    border-left: 0px;
			    border-right: 0px;
			    /*border-top: 0px;*/
			}
			.margen-cartelera-casino{
				/*border-bottom: 0px;*/
			    border-left: 0px;
			    border-right: 0px;
			    /*border-top: 0px;*/
			}
			.margen-cartelera-mc{
				border-bottom: 0px;
			    border-left: 0px;
			    border-right: 0px;
			    /*border-top: 0px;*/
			}
			.margen-cartelera-teatro{
				border-bottom: 0px;
			    border-left: 0px;
			    border-right: 0px;
			    /*border-top: 0px;*/
			}
			.cont-item-cartelera{
				width: calc(100%/7);
				height: 129px;
				float: left;
				margin: 0;
				padding: 0;
				text-align: center;
				cursor: pointer;
				display: flex;
				background: #FFF;
			}
			.s-linea-cartelera{
				border-left: 2px solid #fff;
			}
			.linea-cartelera{
				border-left: 2px solid #d2d2d2;
			}
				.item-cart > .numero-dia
				{
					margin-top: 1rem;
				}
				.item-cart{
					background: #fff;
					width: 100%;
					text-align: center;
					margin: 15px 0;
					padding: 0;
					float: left;
				}
				.item-cart img {
				    height: 15px;
				    margin-top: 1rem;
				}
				.item-cart > .titulo-dia {
				    display: none;
				}
				.hv-index:hover{
					background: #fef5d9;
				}
				.hv-casino:hover{
					background: #fdf8d2;
				}
				.hv-mc-discotheque:hover{
					background: #fef5d9;
				}

				/* nombre dia*/
				.item-cart > h2{
					line-height: 11px;
					font-size: 11px;
					margin: 8px 0 2px 0;
					padding: 0;
					font-weight: 400;
				}
				/* titulo */
				.item-cart > h3{
					line-height: 11px;
					font-size: 11px;
					margin: 3px 0 5px 0;
					padding: 0;
					font-weight: 400;
				}
				/* número dia*/
				.item-cart > h4{
					line-height: 33px;
					font-size: 33px;
					margin: 0;
					padding: 0;
					font-weight: bold;
				}
				/* ver mas*/
				.item-cart  img{
					height: 15px;
				}
/* Calugas */
.sec-calugas{
	width: 100%;
	height: 100%;
	display: flex;
    margin: 10px 0 0 0;
}
	.cont-calugas{
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}
	.margen-calugas{
		width: 100%;
		max-width: 900px;
		margin: 0 auto;	
	}
		.cont-calugas img{
			border-radius: 0px;
		}

		.cont-item-caluga {
			width: 46%;
	    	position: relative;
	    	cursor: pointer;
	    	float: left;
    		height: 100%;
    		margin: 2% 2% 0 2%;
		}
		/*	Caluga base
			heigth: 149px
			width:	146px
		*/
			.cont-item-caluga > img{
				width: 100%;
    			height: 100%;
			}	
			.cont-caluga{
				position: absolute;
				top: 0px;
				left: 0px;
				vertical-align: middle;
				opacity: 0;
				justify-content: center;
				flex-direction: column;
				text-align: center;
				width: 100%;
				height: 100%;
				z-index: 2;
			}
			.img-btn-ver-mas{
				width: 70px;
	    		margin: 5px auto;
			}
			.cont-caluga > p{
				line-height: 1;
			}
			.icono-caluga{
				margin: 5px 0;
			}
			.boton-caluga{
				margin: 25px;
				padding: 8px 25px;
				background-color: #FFF;
				color: #333;
				font-family: "Montserrat", sans-serif;
				font-weight: 400;
			}
			.titulo-caluga{
				color: #fff;
				margin: 0px;
				text-transform: uppercase;
				font-size: 10px;
			}
			.subtitulo-caluga{
				color: #efc042;
				margin: 5px 0 0 0;
				text-transform: capitalize;
				font-size: 10px;
			}
			.hover-caluga{
				background-color: rgba(0, 0, 0, 0.9);
				position: absolute;
				top: 0px;
				left: 0px;
				vertical-align: middle;
				width: 100%;
				opacity: 0;
				justify-content: center;
				flex-direction: column;
				height: 100%;
				text-align: center;
				z-index: 1;
			}
			.cont-item-caluga:not(.hover-no-activo):hover{
				border-radius: 50%;
				-webkit-transition: all 0.1s ease;
				transition: all 0.1s ease;
			}
			 .cont-item-caluga:not(.hover-no-activo):hover > .img-item-caluga{
				-webkit-transition: all 0.1s ease;
				transition: all 0.1s ease;
				-webkit-transform: scale3d(0.97, 0.97, 0.97);
				transform: scale3d(0.97, 0.97, 0.97);
				border-radius: 50%;
			}
			.cont-item-caluga:not(.hover-no-activo):hover .hover-caluga {
				display: flex;
				opacity: 1;
				-webkit-transition: all 0.1s ease;
				transition: all 0.1s ease;
				-webkit-transform: scale3d(0.97, 0.97, 0.97);
				transform: scale3d(0.97, 0.97, 0.97);
				border-radius: 50%;
			}
			.cont-item-caluga:not(.hover-no-activo):hover .cont-caluga {
				display: flex;
				opacity: 1;
				border-radius: 50%;
			}

	 .cont-caluga-destacada {
		width: 96%;
		position: relative;
    	cursor: pointer;
	    float: left;
		height: 100%;
		margin: 2% 2% 0 2%;
	}
		.cont-caluga-destacada .img-item-caluga {
		    width: 100%;
		    height: 100%;
		}
		.cont-caluga-destacada:not(.hover-no-activo):hover{
			-webkit-transition: all 0.1s ease;
			transition: all 0.1s ease;
		}
		 .cont-caluga-destacada:not(.hover-no-activo):hover  .img-item-caluga{
			-webkit-transition: all 0.1s ease;
			transition: all 0.1s ease;
			-webkit-transform: scale3d(0.97, 0.97, 0.97);
			transform: scale3d(0.97, 0.97, 0.97);
		}
		.cont-caluga-destacada:not(.hover-no-activo):hover .hover-caluga {
			display: flex;
			opacity: 1;
			-webkit-transition: all 0.1s ease;
			transition: all 0.1s ease;
			-webkit-transform: scale3d(0.99, 0.97, 0.97);
			transform: scale3d(0.99, 0.97, 0.97);
		}
		.cont-caluga-destacada:not(.hover-no-activo):hover .cont-caluga {
			display: flex;
			opacity: 1;
		}
	.margin-rigth{
		
	}

	.cont-monto-prog{
		position: absolute;
		top:50%;
		left:50%;
		width: 250px;
		height: 50px;
		margin-top: 5px;
		margin-left: -125px;
		text-align: center;
	}
		.cont-monto-prog > p{
			font-size: 18px;
			line-height: 18px;
			color: #fff;
			font-weight: bolder;
		}

		.btn-control-caluga{
			margin: 84% 0 0px 0;
		}
		#slider-prev a{
			background: rgba(0, 0, 0, 0.7);
		    color: #FFF;
		    padding: 10px;
		}
		#slider-next a{
			background: rgba(0, 0, 0, 0.7);
		    color: #FFF;
		    padding: 10px;
		}

		.hover-no-activo:hover .cont-caluga {
			opacity: 1;
		}
/* Banner */
.sec-banner{
	width: 100%;
	float: left;
	margin: 0;
    position: relative;
    /*display: none;*/
}
	.cont-banner{
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}
		.margen-banner{
			width: 100%;
			max-width: 900px;
			margin: 0 auto;	
			cursor: pointer;
			    border-width: 3px;
		}
			.margen-banner-restaurantes{
				/*border-bottom: 0px;*/
			    border-left: 0px;
			    border-right: 0px;
			    /*border-top: 0px;*/
			}
			.margen-banner-index{
				border-bottom: 0px;
			    border-left: 0px;
			    border-right: 0px;
			    border-top: 0px;
			}
		.cont-banner  img{
			width: 100%;
			/*height: 100%;*/
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
		}
/*	Premios*/
.sec-premios-pagados{
	float: left;
	width: 100%;
	text-align: center;
    margin: 0;
	padding: 0;
}
	.cont-premios{
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}
		.margen-premios{
			position: relative;
			width: 100%;
			max-width: 900px;
			margin: 0 auto;
			text-align: center;
		}
			.cont-premio-titulo{
				height: 34px;
	    		width: 97.5%;
			}
				.titulo-premios{
					display: table;
					text-align: center;
		    		margin: 0 auto;
				}
					.titulo-premios > img{
						height: 34px;
					}
					.titulo-premios > p{
						padding: 0 0 0 10px;
					    vertical-align: middle;
					    display: table-cell;
					}
					.dia-premio-text{
					    font-size: 24px;
					    font-weight: lighter;
					    color: #FFF;
					}
					.dia-premio-num{
					    font-size: 40px;
					    font-weight: lighter;
						color: #FFF;
					}
			.cont-premio-montos{
	    		width: 100%;
			    margin: 18px auto 0 auto;
			}		
				.contenedor-montos{
					width: 100%;
					z-index: 999;
					text-align: center;
				}
					.item-premio{
						width: 100%;
						display: inline-block;
					    padding: 10px 0;
					    border-bottom: 2px solid #d2d2d2;
					}
						.item-premio > h3{
							line-height: 15px;
							font-size: 15px;
							font-weight: 400;
							margin:0;
							color: #000000;
						}
						.item-premio > p{
							line-height: 30px;
						    font-size: 28px;
						    font-weight: 700;
						    margin: 0;
							color: #000000;
						}
					.border-item-premio{
						border-right: 0px solid #d2d2d2; 
					}
/*	Contenidos  */
.sec-contenido{
	float: left;
	width: 100%;
	text-align: center;
    margin: 0;
	padding: 10px 0 0 0;
}
	.cont-contenido{
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}
		.margen-contenido{
			width: 100%;
	    	max-width: 900px;
	    	margin: 0 auto;
		}

		.btn {
		    padding: 6px 30px;
		    font-size: 14px;
		    border: none;
		    color: #FFF;
		    margin: 10px 10px;
		    cursor: pointer;
		    font-family: "Montserrat", sans-serif;
		    display: inline-block;
		        width: 50%;
		        text-align: center;

		}
		.btn span {
		    width: 100%;
		    display: block;
		    font-family: "Montserrat", sans-serif;
		}

		.cont-titulo-informaciones h2 {
		    line-height: 40px;
		    font-size: 4vw;
		}

/*		Detalle Evento */
.cont-titulo-detalle {
    width: 87%;
    float: left;
    text-align: center;
    margin: 10px 6.5%;
    padding: 0 0 18px 0;
    position: relative;
}
.cont-titulo-detalle .item-icono-titulo {
    float: left;
    width: 100%;
    height: 40px;
    text-align: center;
    border-radius: 0;
    margin: 0;
    position: relative;
    display: none;
}
.cont-titulo-detalle .item-icono-titulo img {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
}


.cont-titulo-detalle .item-titulo {
    float: left;
    width: 100%;
}
.cont-titulo-detalle .item-titulo h2 {
    margin: 0;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    float: left;
    line-height: 24px;
}

.item-compartir{

}
.cont-item-volver{
	margin: 0;
	padding: 0;
}

.cont-titulo-detalle .item-horario-titulo{
	position: relative;
    float: left;
    text-align: left;
    margin: 5px 0 0 0;
}
.cont-titulo-detalle .item-horario-titulo span{
	padding: 0;
}

.cont-titulo-mov{
    padding: 16px 10px;
    text-align: center;
    display: block;
}
.cont-titulo-mov p{    
	color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.cont-item-detalle .item-boton-comprar {
    margin: 20px auto;
    text-align: center;
}


/*	Restaurante  */
.cont-item-restaurantes {
    width: 50%;
    text-align: center;
    float: left;
}
	.cont-item-restaurantes img{
	    width: 100%;
	}
	.cont-item-restaurantes .img-tit-rest{
	    margin: 20px 0;
	    width: 50%
	}
	.cont-item-restaurantes .cont-item-text{
		line-height: 14px;
	    margin: 20px 0 0 0;
	    font-size: 12px;
	    padding: 0 5%;
	}
/*	hotel */
.cont-item-hotel {
    width: 100%;
    text-align: center;
    float: left;
}

/* Agenda */
.cont-item-agenda{
	margin: 0 auto;
    position: relative;
    padding: 0px 10px;
}
.cont-item-agenda > div{
	/*margin: 2%;*/
}
.cont-item-agenda > div + div:not(.clear-both) {
    margin: 2%;
}
.cont-item-agenda > div.cont-item-caluga:nth-child(2) {
    margin: 2%;
}
.cont-item-agenda .cont-item-caluga.hover-no-activo div {
    position: absolute;
    top: 0px;
    left: 0px;
    vertical-align: middle;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.cont-item-agenda .cont-item-caluga .item-dia-agenda {
    margin: 0;
    font-size: 18px;
    color: #5D5C5C;
    float: left;
    line-height: 30px;
    text-align: center;
    width: 50%;
}

	.titulo-agenda{
		font-size: 30px;
	    color: #FF9800;
	    font-weight: bold;
	    line-height: 50px;
	    text-align: center;
	}
	.cont-item-agenda .margin-rigth {
	    margin: 20px;
	}

	.cont-item-agenda .cont-item-caluga.hover-no-activo{
	    width: 100%;
	
	    margin: 10px auto;
	    height: 30px;
	    text-align: center;
	    background: #d3d3d5;
	}
	.cont-item-agenda .cont-item-caluga {
	    width: calc(92%/2);
	    position: relative;
	    cursor: pointer;
	    float: left;
	}

	/*.cont-item-agenda .cont-item-caluga .item-dia-agenda{
		margin: 0;
	    font-size: 13px;
	    color: #5D5C5C;
	    float: left;
	    line-height: 30px;
	}*/

	.cont-item-agenda .cont-item-caluga .item-num-dia-agenda {
	    margin: 0;
	    font-size: 17px;
	    font-weight: bold;
	    float: left;
	    color: #5D5C5C;
	    line-height: 30px;
	    width: 50%;
	}

/* Promociones */
.cont-item-promociones{
    margin: 0 auto;
    position: relative;
    padding: 0px 10px;
}
.cont-item-promociones .cont-item-caluga
{
		    width: 46%;
    position: relative;
    cursor: pointer;
    float: left;
}
	.cont-item-promociones .margin-rigth {
	    margin: 2%;
	}
/* footer */

.sec-footer{
	float: left;
	width: 100%;
	height: 100%;
	background: url("../images/footer/fondo-footer.jpg");
	background-size: cover;
	padding: 0;
	margin: 10px 0 0 0;
	border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    /*border-top: 0px;*/
        border-width: 3px;
}
	.cont-footer{
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}
		.margen-footer{
	    	width: 100%;
	    	max-width: 680px;
	    	margin: 0 auto;
		}
			.links-footer{
				margin: 0 auto;	
				text-align: center;
				position: relative;
				padding: 20px 0 0 0;
				display: none;
			}
				.item-links{
				    float: left;
				    margin: 0 auto;
				    position: relative;
				    width: 45%;
				    padding-left: 15px;
				}
					.item-links > a h3{
						line-height: 13px;
						font-size: 12px;
						text-align: left;
						margin: 5px 0 0 0;
						font-weight: lighter;
						color: #9c9c9c;
					}
					.item-links > a h3:hover{
						color: #FFF;
					}
					.item-top{
						padding-top: 10px;
				}
				.link-rsss{
				    width: 100%;
				    padding: 0;
				    text-align: center;
				    margin-top: 20px;
				}
					.link-rsss > a img{
						width: 26px;
						height: 26px;
						cursor: pointer;
						margin: 0 0 0 0;
					}
				.link-scj{
					width: 100%;
					height: 50%;
				    text-align: center;
				   
				}
					.link-scj > a img{
						width: 138px;
						cursor: pointer;
						margin: 0;
					}
			.direccion-footer{
				width: 100%;
				text-align: center;	
				padding: 40px 0 ;	
			}
			.direccion-footer > p{
				line-height: 14px;
				font-size: 12px;
				font-weight: lighter;
				margin:0;
				padding:0;
				color: #9c9c9c;
			}
		
/*	detalle cartelera	*/

.fondo-detalle{
	/*width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 100%;
	left: 0;
	z-index: 999998;
	opacity: 0.5;*/
}
.contenedor-detalle-cartelera{
    width: 100%;
    height: 750px;
    /*z-index: 999999;*/
    text-align: center;
    display: block;
    /*top: -1000px;*/
    position: fixed;
	/*display: none;*/
}
	.detalle-cartelera{
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
		height: 100%;
		background: #FFF;
		border: 7px solid #333;
	}
		.imagen-detalle{
		    width: 50%;
		    float: left;
		    position: relative;
		}
		.cartelera-head{
			    margin: 2rem 0 15px 0;
		}
			.imagen-detalle img{
			    width: 100%;
			}
			.item-campana-detalle-cartelera
			{
				display: none;
			}
			.item-fecha-cartelera{
				top: 0;
				bottom: inherit;
			}
			.item-close-detalle-cartelera {
				top:-1.5rem;
			}
			.cartelera-body {
			    display: inline-grid;
			    width: 100%;
			    padding: 20px 0 15px 0;
			    border-top: 1px solid #3c3c3c;
			    border-bottom: 1px solid #3c3c3c;
			}
				.item-body-calugas-cartelera {
				    float: left;
				    width: 100%;
				    height: 500px;
				}
					.item-body-calugas-cartelera .item-cartelera-caluga {
					    position: relative;
					    width: 48%;
					    height: 200px;
					    float: left;
					    margin-bottom: 15px;
					}
					.item-body-calugas-cartelera div.cont-item-caluga{
						width: 95%;
						height: auto;
					}
				.item-body-detalle-cartelera {
				        display: none;
				}
					.item-titulo-detalle-cartelera{
						margin: 0;
					}
					.item-descripcion-cartelera{
						width: 100%;
						padding: 0;
					}
					.item-body-calugas-cartelera .cont-caluga .img-btn-ver-mas
					{
						display: none;
					}
	.descripcion-detalle{
		width: 50%;
	    float: left;
	    line-height: 22px;
	}
		.descripcion-detalle .close-detalle{
			float: right;
			margin: 20px;
			cursor: pointer;
		}
		.descripcion-detalle .cont-sub-item-detalle-cartelera{

		}
			.cont-sub-item-detalle-cartelera .item-dia-detalle-cartelera{
				
			    margin: 90px 70px;
			}
				.item-dia-detalle-cartelera p{
				    text-transform: uppercase;
				    font-size: 34px;
				    font-weight: bolder;
				    line-height: 28px;
				    color: #7E01B8;
				}
			.cont-sub-item-detalle-cartelera .item-descripcion-detalle-cartelera{
			    height: 320px;
			}
				.item-descripcion-detalle-cartelera ul{
				    width: 100%;
					list-style: none;
					text-align: left;
				}
			    	.item-descripcion-detalle-cartelera ul li{
				        padding: 0 0 0 10%;
					    font-size: 15px;
					    color: #ACACAC;
					    margin: 1px 0;
					    cursor: pointer;
					    line-height: 23px;
					    font-weight: 400;
			    	}
			    	.item-descripcion-detalle-cartelera ul li:hover{
			    	    background-color: #FEB500;
					    color: #000;
			    	}
			    	.item-descripcion-detalle-cartelera ul li:hover .item-vermas-detalle-cartelera a{
			    	    display: initial;
			    	}
						.item-horario-detalle-cartelera{
							width: 20%;
				    		float: left;
						}

						.item-nombre-detalle-cartelera{
						    width: 60%;
				    		float: left;
						}
						.item-vermas-detalle-cartelera{
						    width: 20%;
				    		float: left;
							text-align: center;
						}
							.item-vermas-detalle-cartelera a{
					            background: #7E01B8;
							    border: none;
							    color: #FFF;
							    text-transform: uppercase;
							    display: none;
								cursor: pointer;
							    padding: 5px 10px;;
							    font-size: 11px;
							}
			.item-campana-detalle-cartelera {
			    height: 184px;
			}
			.item-campana-detalle-cartelera img{
			        width: 250px;
			}

		.cont-sub-item-detalle-cartelera .item-dia-detalle-cartelera {
		    margin: 45px 70px;
		}
		.cont-sub-item-detalle-cartelera .item-descripcion-detalle-cartelera {
		    height: 350px;
		}
	    .item-descripcion-detalle-cartelera ul li {
		    padding: 0 0 0 8%;
		    font-size: 14px;
		    height: 22px;
		    margin: 3px 0;
		}
		.item-campana-detalle-cartelera {
		    height: 130px;
		}

		.item-campana-detalle-cartelera img {
		    width: 220px;
		}

/*	Top layer*/
	.cont-toplayer {
	    position: fixed;
	    z-index: 9999999;
	    top: 80px;
	    left: 50%;
	    margin-left: -45%;
	    width: 90%;
	    text-align: center;
	    height: auto;
	}


/* Resoluciones Menores a 340px (Iphone 3/4)etc.*/
@media screen and (max-width: 340px) {
	.cont-casinos-mov > a img {
	    height: 44px;
	}
	.cont-titulo-mov{
	    padding: 10px 5px;
	}
	.cont-titulo-mov p{    
	    font-size: 12px;
	}
}


.cont-premio-titulo {
    height: 25px;
    padding: 5px;
    float: left;
    width: 97.5%;
}

.margen-cartelera-casino-torneo {
   display: block;
   height: 100%;
}

.cont-contacto, .cont-reclamos {
    width: 90%;
    float: left;
    line-height: 20px;
    text-align: left;
    margin: 0px 5%;
}
.form-radio .cont-pregunta-small {
    width: 100%;
    margin: 0px 0;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
    font-size: 2.5vw;
    color: #9c9c9c;
    text-align: left;
}
.form-input .input {
    width: 60%;
}
#EnviarFormulario
{
	width: 50%;
}

.form-input .cont-pregunta {
    margin: 0;
    width: 40%;
    font-size: 12px;
}
.cont-select {
    position: relative;
    height: 40px;
    width: 55%;
    margin: 0;
}
.form-radio .input .classradio {
    width: 50%;
    
}

.cont-monto-jack {
    font-size: 28px;
}


/* TAB DROPDOWN */


.sec-submenu-casino {
    height: auto;
    margin-bottom: 15px;
    /*display: none;*/
   
}

#submenu-restaurantes,#submenu-casino
  {
    display: none;
  }


.topnav {
  overflow: hidden;
  line-height: 1;
}

.topnav a {
  float: left;
  color: #000;
  display: block;
  text-align: center;
  padding: 0 16px;
  text-decoration: none;
  font-size: 14px;
  line-height: 42px;
}

.topnav a.active {
  color: white !important;
}

.topnav .icon {
  display: none;
  color: #FFFFFF;
}


.topnav a:hover {
  
  color: white;
}

#myTopnav
{
  display: block;
  position: relative;
}
  .topnav a:not(:first-child){
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav a.option-visible {
    float: none;
    display: inline-block !important;
    text-align: center;
    width: 100%;
    line-height: 42px;
    background: #FFF;
    color: #555 !important;
    border-bottom: 1px solid #e8e7e7;
        padding: 0;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a{
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive a.option-visible  {
    
    display: none !important;
  }

  .item-horario-arriba {
    width: calc(98%/2);
    height: 100%;
    border-left: 0px solid #000;
    float: left;
    margin: 0 0 3rem 0;
}