@import url("https://use.typekit.net/kbz3yrx.css");



body{
	font-family: "museo-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
}

b{
	font-weight: 600;
}

.white{
	color: #fff !important;
}

.blue{
	color: #19007A;
}

.gold{
	color: #C99629;
}

.pink{
	color: #B15BA9;
}


.bg_pink{
	background: #E5336D
}

.bg_darkgrey{
	background: #242424
}

.bg_white{
	background: #fff;
}

.bg_blue{
	background: #19007A;
}

.bg_blue2{
	background: #13005C;
}

.bg_light_light_blue{
	background: #E7E5EE
}

.bg_lightblue{
	background: #1260D5;
}

.bg_orange{
	background: #F16300;
}

.bg_red{
	background: #F1201B;
}

.bg_purple{
	background: #5025EB;
}

.bg_lila{
	background: #5F4875;
}

.bg_brown{
	background: #AF8E71;
}

.bg_beige{
	background: #EFE8E3;
}

.bg_cyan{
	background: #2DF8E0
}

.bg_black{
	background: #000;
}

.bg_gold{
	background: #C99629;
}


.bg-gradient-cinepolis{
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 3%, rgba(25,0,122,1) 65%, rgba(24,11,117,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 3%, rgba(25,0,122,1) 65%, rgba(24,11,117,1) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 3%, rgba(25,0,122,1) 65%, rgba(24,11,117,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#246bd5",GradientType=1); 
}

.bg-gradient-beige{
	
 background: rgb(247,239,191);
background: -moz-radial-gradient(circle, rgba(247,239,191,1) 37%, rgba(69,33,47,1) 100%);
background: -webkit-radial-gradient(circle, rgba(247,239,191,1) 37%, rgba(69,33,47,1) 100%);
background: radial-gradient(circle, rgba(247,239,191,1) 37%, rgba(69,33,47,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7efbf",endColorstr="#45212f",GradientType=1); 
}

.border_cyan{
	border: 5px solid #2DF8E0
}


.border_orange{
	border: 5px solid #F16300;
}


.border_blue{
	border: 5px solid #19007A;
}

.border_red{
	border: 5px solid #F1201B;
}

.border_purple{
	border: 5px solid #5025EB;
}

.border_black{
	border: 5px solid #000;
}

.border_brown{
	border: 5px solid #AF8E71;
}

.border_lila{
	border: 5px solid #5F4875;
}


.border_gradient{
	background: linear-gradient(#19007a, #19007a) 50% 50%/calc(100% - 10px) calc(100% - 10px) no-repeat,
	            linear-gradient(45deg, #c41921 0%, #382461 33%, #c41921 66%, #382461 100%);
	border-radius: 0px;
	padding: 5px;
	box-sizing: border-box;
}



.border_gold_gradient{
	background: linear-gradient(#000000, #000000) 50% 50%/calc(100% - 10px) calc(100% - 10px) no-repeat,
	            linear-gradient(45deg, #815c00 0%, #ffbc33 23%, #815c00 51%, #ffbc33 78%, #815c00 100%);
	border-radius: 0px;
	padding: 5px;
	box-sizing: border-box;
}


.fs_08{
	font-size: .8em
}

.fs_07{
	font-size: .7em
}

.ls_01{
	letter-spacing: 1px
}
.ls_02{
	letter-spacing: 2px
}
.ls_05{
	letter-spacing: 5px
}

.column-2{
	column-count: 1;
}

.bg_gradient{
	
	background: rgb(56,36,97);
	background: -moz-linear-gradient(-90deg, rgba(56,36,97,1) 0%, rgba(196,25,33,1) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(56,36,97,1) 0%, rgba(196,25,33,1) 100%);
	background: linear-gradient(-90deg, rgba(56,36,97,1) 0%, rgba(196,25,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#382461",endColorstr="#c41921",GradientType=1); 
	
}





#reservas{
	height: 260px;
	margin-top: -140px;
	background: #fff;
	z-index: 200
}


#reservas input, #reservas select, #reservas-mb input, #reservas-mb select{
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #F16300
}

#reservas.esplendor input, #reservas.esplendor select, #reservas-mb.esplendor input, #reservas-mb.esplendor select{

	border-bottom: 2px solid #5F4875;
}



#reservas input[type=submit], #reservas-mb input[type=submit]{
	border: none;
	height: 120px
}


#eventos{
	background: #13005C url('../img/bg-eventos.png') no-repeat top center;
}

#eventos2{
	background: #13005C url('../img/eventos-bg.png') no-repeat top center;
	background-size: cover
}

#club{
	background: #fff url('../img/bg-club.png') no-repeat center center;
}

#sala{
	background: #fff url('../img/bg-casino.png') no-repeat center center;
}

#promociones{
	background: #13005C url('../img/bg-promociones.png') no-repeat top center;
	background-size: cover;
}


#estadio{
	background: url('../img/bg-2.jpg') no-repeat center;
	background-size: cover;
	min-height: 500px
}

#gastronomia{
/*	background: url('../img/bg-gastronomia.jpg') no-repeat; 
	background-position: center bottom;
	min-height: 280px
*/
}

#gastronomia .menu .container{
	/*
	border-bottom: 5px solid red;
	z-index: 2;
	margin-bottom: -50px
	*/
}

#gastronomia{
/*
	background: url('../img/bg-esplendor.png') no-repeat;
	background-position: center bottom;
	min-height: 280px
	*/
}

#gastronomia .menu {
	z-index: 2;
	margin-bottom: -50px
}
#esplendor .menu {
	z-index: 2;
	margin-bottom: -50px
}

#casino{
	background: url('../img/bg-3.png') no-repeat center;
	background-size: cover;
	min-height: 500px
}

#arena-vip{
	background: url('../img/bg-arena-vip.png') no-repeat top center;
	background-size: cover;
}

.trazo{
	background: url('../img/bg-trazo.png') no-repeat top center;
	background-size: cover;
}

#carouselGastronomia .carousel-control-prev{
	left: -15%
}

#carouselGastronomia .carousel-control-next{
	right: -15%
}

#carouselGastronomia-dk .carousel-control-prev{
	left: -15%
}

#carouselGastronomia-dk .carousel-control-next{
	right: -15%
}



	
	
	#contact-bar{
		position: fixed;

		right: 0;
		margin-right: 0px;
		top:50%;
		width: 60px;
		height: 300px;
		margin-top: -120px;
		
		font-size: 9px;
		
		font-weight: 600;
		
	
		text-align: center;
		

		

		z-index: 1000	
		
	}
	
	#contact-bar a{
		display: block;
		height: 50px;
		width: 60px;
		padding-top: 5px;

		-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
		-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);		
	}
	
	#contact-bar a#whatsapp{
		background: #70B947;
		
		height: 56px;
		width: 56px;
		
		border-radius: 30px;
		padding: 3px 0px !important;
		margin-top: 10px !important
	}




/*
// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { ... }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	
	.column-2{
		column-count: 2;
	}
	
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	
	#reservas {
	  height: 120px;
	  margin-top: -60px;
	  background: #fff;
	  z-index: 200;
	}	
	 
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { ... }




