

.stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  top: -5px;
  height: 70px;
  width: 100%;
  padding-left: 200px;
  background: lavender;
  background: aquamarine;
  z-index:9999;
}


body {
	font-family: 'source_sans_proregular';
	background:#fcfbfa;
	position:relative;
	overflow-x:hidden;
	}


a, a:link, a:hover, a:active, a:visited {
	color:white;
	text-decoration:none;
	}

/************** the main element ******************/
.a1 	{
	position:relative;
	background:#f2f2fc;
	width:900px;
	height:415px;
	margin-bottom:40px;
	margin-right:50px;
	float:left;
	}

.rating {
	position:absolute;
	right:0;
	color:#dc143c;
	top:10px;
	}

.a2 {
	position:absolute;
	left:15px;
	width:250px;
	height:320px;
	opacity:.1;
	margin-top:15px;
	}

.a2-trigger {
	left:50px;
	width:250px;
	height:320px;
	opacity:1;
	transition:all .2s ease-out;
	-webkit-transition:all .2s ease-out;
	-ms-transition:all .2s ease-out;
	}

.a2 h1 {
	text-align:right;
	font-size:18px;
	font-family: 'source_sans_pro_lightregular';
	display:block;
	width:330px;
	position:absolute;
	right:0;
	margin-top:15px;
	top:50px;
	letter-spacing:.03em;
	word-spacing:normal;
	}

.a2 h2 {
	text-align:right;
	font-size:15px;
	font-family: 'source_sans_probold';
	display:block;
	position:absolute;
	right:0;
	top:75px;
	}

/* the body text */
.a2 p {
	text-align: right;
	font-size: 13px;
	display: block;
	position: absolute;
	right: 0;
	line-height: 18px;
	text-align: justify;
	top: 130px;
	font-family: 'source_sans_pro_semiboldRg';
	}

/************** price buble ******************/
.price {
	position:absolute;
	width:130px;
	height:130px;
	background:#f0e68c;
	top:30px;
	left:350px;
	border-radius:100px;
	cursor:pointer;
	z-index:9998;
	opacity:0;
	transition: all .05s ease-out;
	-webkit-transition: all .05s ease-out;
	-ms-transition: all .05s ease-out;
	}

.price-trigger {
	opacity:1;
	}

.price:hover {
	color:crimson;
	background:aliceblue;
	box-shadow:2px 2px 30px rgba(223,0,3,.1);
	}

.p2 	{
	font-family: 'source_sans_pro_blackregular';
	font-size: 22px;
	border-bottom: 1px solid black;
	display: block;
	position: absolute;
	top: 45px;
	left: 23px;
	text-align: center;
	transition: all .05s ease-in-out;
	-webkit-transition: all .05s ease-in-out;
	-ms-transition: all .05s ease-in-out;
	}

.p2-2 {
	top: 35px;
	border:none;
	border-bottom: none;
	}

.p2-2 > .prom {
  font-family: 'source_sans_pro_blackregular';
  font-size: 8px;
  border-bottom: none;
  display: block;
  position: absolute;
  top: 35px;
  left: 9px;
  text-align: center;
}

.mxn {
	border-bottom:none;
	font-size:12px;
	position:absolute;
	right:-30px;
	top:10px;
	}

.desde {
	font-size: 13px;
	position: absolute;
	top: 30px;
	right: 48px;
	opacity: .2;
	font-family: 'source_sans_probold';
	transition: all .05s ease-in-out;
	-webkit-transition: all .05s ease-in-out;
	-ms-transition: all .05s ease-in-out;
	}

.prom {
	opacity: .8;
	text-align: right;
	font-size: 8px;
	letter-spacing: normal;
	position: absolute;
	bottom: -15px;
	right: 0;
	width: 70px;
	}

img {
	margin:0;
	padding:0;
}

.img {
	position:absolute;
	top:0;
	right:0;
	width:520px;
	width:600px;
	height:345px;
	height:415px;
	overflow:hidden;
	}


.img-trigger {
	width:520px;
	height:345px;


	transition: all .05s ease-in-out;
	-webkit-transition: all .05s ease-in-out;
	-ms-transition: all .05s ease-in-out;
	}



.img-element{
	width:100%;
	height:100%;
	}


/************** lower part ******************/

.bottom {
	height:70px;
	width:100%;
	position:absolute;
	bottom:0;
	bottom:-50px;
	opacity:0;
	}

.bottom-trigger {
	bottom:0;
	opacity:1;

	transition: all .05s ease-in-out;
	-webkit-transition: all .05s ease-in-out;
	-ms-transition: all .05s ease-in-out;

	}




.bottom > div {
	position:absolute;
	left:100px;
	width:80px;
	height:100%;
	box-sizing:border-box;
	}


div.resenas	{
	left:260px;
	}

/********** the map icon **************/
div.resenas	{
	left:260px;


	transition: all .05s ease-in-out;
	-webkit-transition: all .05s ease-in-out;
	-ms-transition: all .05s ease-in-out;
	}

div.resenas:hover {
	bottom:15px;

	transition: all .05s ease-in-out;
	-webkit-transition: all .05s ease-in-out;
	-ms-transition: all .05s ease-in-out;
}

div.resenas:hover:after {
	content: 'reseñas';
	position:absolute;
	bottom:-10px;
	font-family: 'source_sans_probold';
	font-size:12px;

	transition: all .05s ease-in-out;
	-webkit-transition: all .05s ease-in-out;
	-ms-transition: all .05s ease-in-out;
}

/********** the map icon **************/
div.mapa	{
	left:200px;

	transition: all .05s ease-in-out;
	-webkit-transition: all .05s ease-in-out;
	-ms-transition: all .05s ease-in-out;
	}

div.mapa:hover {
	bottom:15px;

	transition: all .05s ease-in-out;
	-webkit-transition: all .05s ease-in-out;
	-ms-transition: all .05s ease-in-out;
}


div.mapa:hover:after {
	content: 'mapa';
	position:absolute;
	bottom:-10px;
	font-family: 'source_sans_probold';
	font-size:12px;

	transition: all .05s ease-in-out;
	-webkit-transition: all .05s ease-in-out;
	-ms-transition: all .05s ease-in-out;
}

div.calification {left:390px}

div.reservation {left:590px;}

.reservation-1, .calification-1 {
  font-size: 35px;
  font-family: source_sans_pro_lightregular;
  position: absolute;
  left: -15px;
  top: 15px;
  letter-spacing: normal;
}
.reservation-2, .calification-2 {
	position:absolute;
	left:30px;
	top:20px;
	font-size:13px;
	font-family: 'source_sans_probold';
	}

.reservation-3, .calification-3 {
	position: absolute;
	left: 30px;
	top: 40px;
	width: 150px;
	font-size: 12px;
	font-family: source_sans_pro_semiboldRg;
	}


div.slider-c {
  width: 100px;
  left: 790px;
  top: 16px;
  font-size: 16px;
  font-family: source_sans_proregular;
}


.arrow {
	display:inline-block;
	cursor:pointer;
	font-size:22px;
  width: 22px;
  margin-left: 10px;
	}

img.icon {
	position:absolute;
	left:0;
	width:30px;
	height:30px;
	top:25px;
	cursor:pointer;
	}

/************** adjustment styles ******************/

.crimson {
	background:crimson;
	}

.overline {
	text-decoration:line-through;
	}

header {
	height:120px;
	width:100%;
	min-width:900px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	background:#01537f;
	z-index:9999;
	}

.subheader {
	position:absolute;
	left:0;
	right:0;
	top:120px;
	height:70px;
	width:100%;
	padding-left:200px;
	background:lavender;
	}


.line {
	position:absolute;
	width:100%;
	height:5px;
	top:0;
	left:0;
	background:#9191e2;
	}


#right {
	position:absolute;
	margin-top:350px;
	width:50%;
	right:0;
	padding-right:20%;

	}

#left {
	position:absolute;
	margin-top:350px;
	width:50%;
	left:0;
	padding-left:50px;
	}
.logo {
	width:200px;
	margin:30px 0 0 100px;
	float:left;
	}





.header-links {
	position:relative;
	margin:80px 0 0 100px;
	}

.header-links-inside {
  margin-top: -10px;
}

.header-links a {
	font-family: 'source_sans_pro_semiboldRg';
	font-size:13px;
	margin-right:15px;
	border-bottom:1px solid white;
	padding:10px;


	background:none;
	-moz-transition: all .05s cubic-bezier(0.98, 0.99, 0.21, 1.2);
	-ms-transition: all .05s cubic-bezier(0.98, 0.99, 0.21, 1.2);
	transition: all .05s cubic-bezier(0.98, 0.99, 0.21, 1.2);
	}

.header-links a:hover {
	background:aquamarine;
	color:midnightblue;
	border-bottom:2px solid aquamarine;
	}

.user {
	width:120px;
	cursor: pointer;
	float: left;

	margin: 10px 0 0 50px;

	transition:all .15s ease-in-out;
	-webkit-transition:all .15s ease-in-out;
	-ms-transition:all .15s ease-in-out;
	}



/************** promotion sale ******************/

.sale {
  position: absolute;
  color: white;
  background:crimson;
  left: 450px;
  top: -20px;
  z-index: 9998;
  opacity: 0;
}


.sale-trigger{
	opacity:1;
	}



.sale > .prom {
	opacity:1;
	color:rgba(197,0,3,1.00);
	color:crimson;
	}



.counter {
  position: absolute;
  left: -50px;
  top: -2px;
  font-size: 20px;
  font-family: source_sans_pro_semiboldRg;
}








/*
 * CSS Animations
 * Don't forget to add vendor prefixes!
 */
.m-scene .scene_element {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;

  transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;

  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;

    animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.m-scene .scene_element--fadein {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
}

.m-scene.is-exiting .scene_element {
  animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
}

/*
 * Keyframes
 */
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}











.busqueda {
	position: relative;
	width: 300px;
	height: auto;
	background: white;
	border: 2px solid aquamarine;
	margin-top: 20px;
	font-size: 12px;
	transition: all .08s ease-out;
	-webkit-transition: all .08s ease-out;
	-ms-transition: all .08s ease-out;

	}

.blueBorder {
	border:2px solid midnightblue;
	transition: all .08s ease-out;
	-webkit-transition: all .08s ease-out;
	-ms-transition: all .08s ease-out;
	}


.busqueda-contents,
.busqueda-contents2 {
	overflow:hidden;
	width:310px;
	height:480px;

	transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out ;

	}



.busqueda-contents-active, .busqueda-contents2-active {

	overflow:hidden;
	width:310px;
	height:40px;

	}




.busqueda-header {
	width:100%;
	height:40px;
	background:aquamarine;
	position:absolute;
	top:0;
	cursor:pointer;
	font-family: 'source_sans_probold';
	font-size:13px;
	color:midnightblue;
	padding-top:10px;
	padding-left:30px;


	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;



	transition:all .08s ease-in;
	-webkit-transition:all .08s ease-in;
	-ms-transition:all .08s ease-in ;
	}



.busqueda-header-blue {
	width:100%;
	height:40px;
	background:midnightblue;
	position:absolute;
	top:0;
	cursor:pointer;
	font-family: 'source_sans_probold';
	color:white;
	padding-top:10px;
	padding-left:30px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;

	transition:all .08s ease-out;
	-webkit-transition:all .08s ease-out;
	-ms-transition:all .08s ease-out ;
	}



.div {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	color:midnightblue;
	height:35px;
	width:100%;
	text-align:right;
	font-family: 'source_sans_pro_semiboldRg';
	font-size:13px;
	margin-top:20px;
	}
.label {
	margin-top:7px;
	display:block;
	float:right;
	width:100px;
	margin-right:30px;
	}

.select3 {
	position: relative;
	height: 30px;
	width: 130px;
	background: white;
	border: none;
	float: right;
	text-align: left;
	display: block;
	font-family: 'source_sans_pro_semiboldRg';
	font-size: 13px;
	border: 2px solid aquamarine;
	margin-right: 40px;
	}

.button {
  border: none;
  float: right;
  width: 130px;
  height: 30px;
  color: white;
  background: crimson;
  font-family: 'source_sans_pro_semiboldRg';
  font-size: 13px;
  margin-right: 40px;
  cursor: pointer;
  margin-top: -20px;
	}



.button:hover {
	background:white;
	color:crimson;
	border:3px solid crimson;
	}
.ajustes-line {
	border-bottom: 3px solid aquamarine;
	position: relative;
	height: 30px;
	width: 120px;
	background: white;
	float: right;
	text-align: left;
	display: block;
	font-family: 'source_sans_pro_semiboldRg';
	font-size: 13px;
	margin-right: 50px;
	color: crimson;
	text-align: center;
	}


.all {
	position:relative;
	width:100%;
	min-width:1200px;
	height:100%;
	min-height:3300px;
	}

.down, .down2 {
  font-size: 20px;
  position: absolute;
  right: 0px;
  z-index: 9999;
  top: 0px;
  padding: 5px 30px;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  }























/* Specify Swiper's Size: */
.swiper-container, .swiper-slide {
  width: 600px;
  height: 415px;
  z-index:100;
}

.swiper-container {
	background:aquamarine;
	}
.swiper-slide {
	opacity: .15;

	background:aquamarine;

	-webkit-transition: 100ms;
	-moz-transition: 100ms;
	-ms-transition: 100ms;
	-o-transition: 100ms;
	transition: 100ms;
	}



.swiper-slide-active {
		background:aquamarine;

  opacity: 1;
}


.img {
	position:absolute;
	top:0;
	right:0;
	width:520px;
	width:600px;
	height:345px;
	height:415px;
	overflow:hidden;
	}


.img-trigger {
	width:520px;
	height:345px;


	transition:all .45s ease;
	-webkit-transition:all .45s ease;
	-ms-transition:all .45s ease;
	}


















#map-bottom {
	position:absolute;
	bottom:0;
	left:0;
	background:aquamarine;
	color:midnightblue;
	width:100%;
	height:60px;
	z-index:9998;
	padding:10px 30px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}

#map-bottom > p {
	display: block;
	float: left;
	margin-right: 45px;
	font-family: 'source_sans_probold';
	font-size: 11px;
	}

.radio {
	background:white;
	border:2px solid midnightblue;
	}
