@charset "UTF-8";

/* Micro reset */
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

html, body {
	height: 100%;
	width: 100%;
	
}

body {
	overflow-x: hidden;
	color: #FFF;
font-family: 'Roboto', sans-serif; 
	}

/* Navigation Menu - Background */
.navigation {
  /* critical sizing and position styles */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  
  /* non-critical appearance styles */
  list-style: none;
  background: #111;
}

/* Navigation Menu - List items */
.nav-item {
  /* non-critical appearance styles */
  width: 200px;
  font-family: 'Roboto', sans-serif;
  border-top: 1px solid #111;
  border-bottom: 1px solid #000;
}

.nav-item a {
  /* non-critical appearance styles */
  display: block;
  padding: 1em;
  background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  color: white;
  font-size: 1.2em;
  text-decoration: none;
  transition: color 0.2s, background 0.5s;
}

.nav-item a:hover {
  color: #CF0A2C;
  background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(75,20,20,0.65) 100%);
}

/* Site Wrapper - Everything that isn't navigation */

.site-wrap {
	/* Critical position and size styles */
	font-family: 'Roboto', sans-serif;
	min-height: 100%;
	min-width: 100%;
	background-color: #171616; /* Needs a background or else the nav will show through */
	position: relative;
	top: 0;
	bottom: 100%;
	left: 0;
	z-index: 1;
	/* non-critical apperance styles */
  background-image: linear-gradient(135deg, rgb(23,23,22) 0%,rgb(23,23,22) 35%,rgb(23,23,22) 100%);
	background-size: 200%;
	padding-top: 125px;
}

/* Nav Trigger */
.nav-trigger {
  /* critical styles - hide the checkbox input */
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
  /* critical positioning styles */
  position: fixed;
  left: 15px; top: 15px;
  z-index: 2;
  
  /* non-critical apperance styles */
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='4'  stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  background-size: contain;
}

/* Make the Magic Happen */
.nav-trigger + label, .site-wrap {
  transition: left 0.2s;
}

.nav-trigger:checked + label {
  left: 215px;
}

.nav-trigger:checked ~ .site-wrap {
  left: 200px;
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}



/* Additional non-critical styles */



code {
	padding: 2px;
	background: #ddd;
}



header {
	background-color: #171616;
	height: 125px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 2000;
}





#logo {
	width: 100%;
	text-align: center;
	margin-left: -80px;
}
#complejo {
	width: 170px;
	float: left;
	padding-top: 30px;
	padding-left: 80px;
	font-size: 20px;
	color: #DE0022;
}
#eventos {
	width: 135px;
	float: right;
	margin-top: -100px;
	text-align: right;
	padding-right: 5px;
}
#eventos a {
	background-image: url(img/bevento.png);
	background-repeat: no-repeat;
	display: block;
	background-position: right top;
	height: 50px;
	width: 130px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

#eventos a:hover {
	background-position: right bottom;
	}
#social {
	height: 150px;
	width: 60px;
	float: right;
	position: fixed;
	right: 0px;
	top: 60%;
	z-index: 1000;
	opacity: .9;
}

h1 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	display: block;
	letter-spacing: 1px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 70px;
	}
h1 span {
	display: none;
}
h2 {
	color: #DE0022;
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
#cal {
	background-image: url(img/h1_calendario.png);
	height: 100px;
	width: 350px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
}
#res {
	background-image: url(img/h1_restaurantes.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
#loc {
	background-image: url(img/h1_ubic.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 216px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
a {
	color: #FFF;
	text-decoration: none;
}
.button_container {
	width: 340px;
	margin-right: auto;
	margin-left: auto;
}
.button_container a:hover {
	/* [disabled]opacity: .8; */
}
.bmenu {
	color: #FFF;
	text-decoration: none;
	background-image: url(img/bmenu.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 130px;
	display: block;
	float: left;
	background-position: center top;
	margin-right: 20px;
	margin-left: 20px;
}
.bmenu:hover {
	background-position: center bottom;
	}
.breserva {
	color: #FFF;
	text-decoration: none;
	background-image: url(img/breserva.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 130px;
	display: block;
	background-position: center top;
	margin-right: 20px;
	margin-left: 190px;
}
.breserva:hover {
	background-position: center bottom;
	}
.clear {
	clear: both;
}

#home {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
	  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	position: relative;
	text-align: center;
	min-width: 980px;
	}
	
.homeb {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 100%;
	position: relative;
	text-align: center;
	min-width: 980px;
	}
.homegrid {
	
	flex-grow: 9999;
	flex-basis: 490px;
	width: 490px;
	text-align: center;
	

}
.homegrid img {
	width: 100%;
	max-width: 700px;
	min-width: 490px;
}

.homegrid_4 {
	
	flex-grow: 9999;
	width: 50%;
	text-align: center;
	

}
.homegrid_4 img {
	width: 100%;
	max-width: 1000px;
	min-width: 490px;
}
.scroll_horizontal {
	width:100%;
	white-space: nowrap;
	float: left;
height: 400px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.scroll_horizontal img {
	height: 100%;
	width: auto;
	/* [disabled]max-width: 400px; */
	max-height: 400px;}
.flexwrap {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
	width: 100%;	
	flex-flow: row wrap;
	justify-content: center;
	  -webkit-flex-wrap: wrap; /* Safari 6.1+ */

	
	
}

.flexpair {
	display: flex;
	flex-wrap: nowrap;
	display: -webkit-flex; /* Safari */
	  -webkit-flex-wrap: nowrap; /* Safari 6.1+ */
	max-width: 980px;
	flex-grow: 9999;
	text-align: center;
}


.flex_nowrap {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
	width: 100%;
	min-width: 980px;
	flex-wrap: nowrap;
	justify-content: center;
	position: relative;
	text-align: center;
	align-items: center;
	
	  -webkit-flex-wrap: nowrap; /* Safari 6.1+ */
}

.flextwo {
	width: 50%;
	flex-grow: 9999;
	text-align: center;
}


.flexthree {
	flex-grow: 9999;
	min-width: 33%;
	text-align: center;	
	flex-shrink: 0;
	

}
#tour {
	width: 100%;
	padding-top: 30px;
	text-align: center;
	
}
.flexwrap img {
	width: 100%;
	
}
.rest_pic {
	flex-grow:9999;
	flex-basis: 400px;
	min-width: 300px;
	

}
.rest_box {
	background-color: #000;
	
	
	flex-grow:9999;
	flex-basis: 400px;
	text-align: center;
}
.rest_box p {
	margin-top: 15px;
	line-height: 1.3em;
	font-size: 1.1em;
	padding-top: 8%;
}
#restaurantes {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
#calendario {
	background-color: #000;
	margin-top: 40px;
	padding-top: 15px;
}

#info {
	width: 90%;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-bottom: 50px;
	padding-top: 50px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	}
#promos {
	background-color: #000;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	clear: both;
}
#eventospriv {
	clear: both;
	margin-top: 20px;
	padding-top: 30px;
}
#eventospriv p {
	font-size: 18px;
	line-height: 1.5em;
}

#tour iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
#tour iframe.clicked{
	pointer-events: auto;
}

#recorrido {
	
	background-image: url(img/recorrido.jpg);
}


#recob {
	float: left;
	z-index: 1000;
	margin-right: auto;
	margin-left: auto;
	background-position: bottom;
	color: #FFF;
	text-decoration: none;
	font-family: Steelfish;
	background-image: url(img/buttonl.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	font-size: 24px;
	line-height: 44px;
	
}
#info img {
	width: 100%;
	/* [disabled]margin-top: -200px; */
}
#info p {
	font-size: 1.2em;
	line-height: 1.5em;
}
#info p span {
	font-size: 1.5em;
	color: #de0022;
}


footer {
	background-color: #FFF;
	width: 100%;
	height: 240px;
	padding-top: 40px;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
}
footer a {
	color: #000;
	text-decoration: none;
}
footer img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-top: 20px;
}
footer p {
	color: #999;
	text-align: center;
	line-height: 1.3em;
}
	
	


#myvideo {
	
   min-width:100%;
	max-width:1000px;
	margin-top:-6.5%;
	
}





.first {
	-webkit-animation: bannermove 20s linear infinite;
	   -moz-animation: bannermove 20s linear infinite;
	    -ms-animation: bannermove 20s linear infinite;
	     -o-animation: bannermove 20s linear infinite;
	        animation: bannermove 20s linear infinite;
}
 
@keyframes "bannermove" {
	0% {
    margin-left: 0px;
	}
 100% {
    margin-left: -2125px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-ms-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-o-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
#lista_cal {
	width: 70%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	min-width: 900px;
}
.item .date {
	float: left;
	width: 15%;
	height: 100px;
	text-align: left;
	margin-left: 5%;
}
.item .text {
	float: left;
	width: 60%;
	height: 100px;
}
h3 {
	font-size: 30px;
	/* [disabled]color: #DE0022; */
}
.item {
	clear: both;
	height: 120px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	padding-top: 20px;
}
.item .links {
	float: left;
	width: 20%;
	height: 100px;
	text-align: right;
}
.links .breserva {
	margin-left: 0px;
}
h4 {
	font-size: 24px;
}
#linkcal {
	font-size: 18px;
	color: #FFF;
	display: block;
	/* [disabled]float: left; */
	background-image: url(img/bcal.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 130px;
	line-height: 50px;
	text-align: center;
	background-position: center bottom;
	margin-left: 10px;
}
.item .text p {
	line-height: 1.3em;
}
#linkcal:hover {
	background-position: center top;
}
