/*
  RESET CSS
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
  END - RESET CSS
*/

/*
  GENERAL STYLES
*/

.content{
	position:relative;
}

.container{
  max-width:700px;
  margin:0 auto;

}

.img-responsive{
	display: inline-block;
	width: 100%;
	height: auto;
}
.clear{
	clear: both;
}
.mobile-active{
  display: none !important;
}
#overlay-menu{
	background: url(../img/fondo-menu.png) no-repeat center center;
	background-color:#202C69;
  height: 100vh;
  display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
	position:rleative;

	text-align:center;

	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:99;

	opacity:0;
	visibility:hidden;
	-webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
#overlay-menu.active{
	opacity:1;
	visibility:visible;
	-webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
#overlay-menu .close{
	position:fixed;
	top:30px;
	right:30px;
}
#overlay-menu ul{
	display:block;
	width:100%;
	margin-top:10px;
}

#overlay-menu ul li a{
	font-family: wc_mano_negra_btaregular;
  font-size:34px;
  color:#EFC404;
	text-decoration:none;
	margin-bottom:10px;
	display:inline-block;
}

#one{
	background: url(../img/fondo_amarillo.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  height: 100vh;
  display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
	position:rleative;
}
.burguer-menu{
	position:absolute;
	right:30px;
	top:30px;
}


/* #one */

#one img{
  width: 100%;
  height: auto;
  display: inline-block;
}

#one h1#title{
  font-family: wc_mano_negra_btabold;
  font-size:36px;
  color:#55348A;
  text-align: center;
}
#one h2#subTitle{
  font-family: wc_mano_negra_btaregular;
  font-size:36px;
  color:#55348A;
  text-align: center;
  margin-bottom:25px;
}

/* #two */

#two{
  background: url(../img/fondo_azul.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

#two .container{
  min-height: 555px;
  width: 100%;
  max-width:802px;
  background: url(../img/mancha_grande.png) no-repeat center center;
  background-size: 800px;
  position: relative;
}

#two .container .title{
	font-family: wc_mano_negra_btabold;
	font-size:36px;
	color:#202C69;
	text-align: center;
	margin-top:205px;
}
#two .container .subtitle{
	font-family: oaqanizimmer-regularregular;
	font-size:22px;
	line-height:28px;
	color:#202C69;
	text-align: center;
}

/* #three */
#three{
  background: url(../img/fondo_naranja.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

#three .container{
  min-height: 555px;
  width: 100%;
  max-width:802px;
  background: url(../img/fondo_img_naranja.png) no-repeat center center;
  background-size: 800px;
  position: relative;
	text-align: center;
}

#three .container .title{
	font-family: wc_mano_negra_btabold;
	font-size:36px;
	color:#202C69;
	text-align: center;
	margin-top:205px;
}
#three .container .subtitle{
	font-family: oaqanizimmer-regularregular;
	font-size:22px;
	color:#202C69;
	text-align: center;
	line-height: 27px;
	margin-top:60px;
	margin-bottom:20px;
}

#three .container img.hide-mobile{
	width: 80%;
}

/* #four */

#four{
  background: url(../img/fondo_verde.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

#four .container{
  min-height: 604px;
  width: 100%;
  max-width:802px;
  background: url(../img/fondo_imagen_rosa.png) no-repeat left center;
  position: relative;
	text-align: center;
}

#four .container .subtitle{
	font-family: oaqanizimmer-regularregular;
	font-size:20px;
	color: #BD3753;
	text-align: center;
	line-height: 27px;
	margin-top:210px;
	margin-left:80px;
	margin-bottom:20px;
	max-width: 300px;
	float:left;
}

#four .container img{
	float:right;
	margin-top:80px;
}


/*
  END - GENERAL STYLES
*/

#five{
	background: url(../img/fondo_lila.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#five .container{
  min-height: 604px;
  width: 100%;
  max-width:702px;
  position: relative;
	text-align: center;
}

#five .container .comida{
	position:relative;
}

#five .container .owl-prev, #five .container .owl-next{
	position:absolute;
}
#five .container .owl-prev{
	left:-40px;
	top:49%;
}
#five .container .owl-next{
	right:-40px;
	top:49%;
}

#five .container .subtitle{
	font-family: oaqanizimmer-regularregular;
	font-size:22px;
	color: #EFC404;
	text-align: center;
	line-height: 25px;
	margin-top:110px;
	float:left;
	width: 100%;
	margin-bottom:50px;
}

#five .container #sidebar{
	float: left;
	width: 180px;
	margin-right: 20px;
}

#five .container #sidebar a{
	color: #EFC404;
	font-size:23px;
	font-family: wc_mano_negra_btaregular;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 100%;
	margin-bottom:15px;
}

#five .container #sidebar a img{
	margin-right: 20px;
	position: relative;
	top:4px;
}

#five .container #content{
	float:left;
	width: 500px;
}
#five .container #content .img img{
	float:left;
	width: 114px;
	margin-right: 30px;
}
#five .container #content .platos{
	float:left;
	width: 356px;
	text-align: left;
	margin-bottom: 50px;
}

#five .container #content .platos h3{
	font-size: 26px;
	color: #EFC404;
	font-family: wc_mano_negra_btaregular;
	background: url(../img/fondo_titulos.png) no-repeat right top 5px;
	margin-bottom: 30px;
}
#five .container #content .platos p{
	font-family: oaqanizimmer-regularregular;
	font-size: 16px;
	line-height:18px;
	color: #EFC404;
	margin-bottom: 20px;
}
#five .container #content .platos p span{
	font-family: oaqanizimmer-regularregular;
	font-size: 18px;
	line-height:21px;
	color: #EFC404;
	display: block;
	width: 100%;
	text-decoration: underline;
	margin-bottom: 5px;
}


/* #six */

#six{
	background: url(../img/fondo_amarillo.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#six .container{
  width: 100%;
  max-width:802px;
  position: relative;
	text-align: center;
	padding-bottom: 30px;
}

#six .container .subtitle{
	font-family: oaqanizimmer-regularregular;
	font-size:22px;
	color: #55348A;
	text-align: center;
	line-height: 27px;
	margin-top:110px;
	margin-bottom:20px;
	float:left;
	width: 100%;
}

#six .container .precio{
	width: 150px;
	float:left;
	margin-top:50px;
}

#six .container .precio h3{
	color: #55348A;
	font-size:63px;
	text-align: center;
	font-family: wc_mano_negra_btaregular;
	margin-top:240px;
}

#six .container .precio p{
	color: #55348A;
	font-size:23px;
	text-align: center;
	font-family: wc_mano_negra_btaregular;
}

#six .container .menu{
	width: 600px;
	margin-top:50px;
	text-align: left;
	float:left;
	margin-left: 50px;
	background: url(../img/fondo_menu.png) repeat-y left top;
	padding-bottom: 30px;
}

#six .container .menu h2{
	font-family: wc_mano_negra_btaregular;
	color: #55348A;
	font-size:25px;
	background: url(../img/fondo_menu_titulos.png) no-repeat left 140px top;
	margin-left:150px;
	margin-bottom:30px;
	margin-top: 50px;
}

#six .container .menu h3{
	font-family: wc_mano_negra_btaregular;
	color: #55348A;
	font-size:25px;
	margin-left:150px;
	margin-top: 30px;
}

#six .container .menu p{
	font-family: wc_mano_negra_btaregular;
	color: #55348A;
	font-size:25px;
	margin-left:290px;
	margin-top:10px;
}

/* #seven */

#seven{
	background: url(../img/fondo_rosa.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  height: 100vh;
  display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

#seven .container{
  min-height: 680px;
  width: 100%;
  max-width:751px;
  background: url(../img/fondo_imagen_rosa_2.png) no-repeat center center;
  background-size: 751px;
  position: relative;
}

#seven .container .subtitle{
	font-family: oaqanizimmer-regularregular;
	font-size:22px;
	color:#EFC404;
	text-align: center;
	line-height: 24px;
	margin-top:165px;
}

#seven .container .subtitle span{
	text-decoration: underline;
}

/* #nine */

#nine{
	background: url(../img/fondo_verde.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#nine .container{
  width: 100%;
  max-width:802px;
  position: relative;
	text-align: center;
	padding-bottom: 30px;
}

#nine .container p{
	font-family: oaqanizimmer-regularregular;
	font-size:22px;
	line-height: 27px;
	color:#55348A;
	padding-top:100px;
}
#nine .container #slider{
	margin-top:40px;
	margin-bottom:70px;
}
#nine .container .owl-prev, #nine .container .owl-next{
	position:absolute;
}
#nine .container .owl-prev{
	left:-40px;
	top:49%;
}
#nine .container .owl-next{
	right:-40px;
	top:49%;
}

/* #eight */

#eight{
	background: url(../img/fondo_azul.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#eight .container{
  width: 100%;
  max-width:802px;
  position: relative;
	text-align: center;
	padding-bottom: 30px;
}
#eight .container .left{
	float:left;
	width: 50%;
	margin-top:80px;
}
#eight .container .right{
	float:left;
	width: 50%;
	margin-top:80px;
}
#eight .container h3{
	font-family: wc_mano_negra_btaregular;
	color: #E35409;
	font-size:25px;
	margin-bottom:10px;
}

#eight .container p{
	font-family: oaqanizimmer-regularregular;
	font-size:15px;
	color:#E35409;
	margin-bottom:30px;
}
#eight .container .right .gmaps{
	font-family: wc_mano_negra_btaregular;
	color: #E35409;
	font-size:24px;
	text-decoration:underline;
	display:block;
	margin-top:30px;
}
#eight .container .bottom .nh{
	float:left;
	font-family: wc_mano_negra_btaregular;
	color: #E35409;
	font-size:24px;
	margin-left:120px;
	margin-right:30px;
	margin-top:20px;
}
#eight .container .bottom .horario{
	float:left;
	text-align:left;
	margin-left:50px;
}
#eight .container .bottom .horario .title{
	display:block;
	font-family: oaqanizimmer-regularregular;
	font-size:15px;
	color:#E35409;
	text-decoration:underline;
	margin-bottom:10px;
}

#eight .container .bottom .horario .hora{
	display:block;
	font-family: oaqanizimmer-regularregular;
	font-size:15px;
	color:#E35409;
}
#eight .container .tripadvisor{
	width:100%;
	max-width: 590px;
	float:left;
	margin-top:60px;
	margin-left:140px;
}
#eight .container .tripadvisor img{
	float:left;
	margin-right:60px;
}

#eight .container .tripadvisor p{
	font-family: oaqanizimmer-regularregular;
	font-size:15px;
	color:#E35409;
	text-align:left;
	margin-top:15px;
}

#eight .container .rrss{
	text-align:left;
	margin-left:20px;
	margin-top:50px;
	padding-bottom:50px;
}
#eight .container .rrss span{
	font-family: wc_mano_negra_btaregular;
	color: #E35409;
	font-size:24px;
	margin-right:40px;
	margin-left:100px;
}
#eight .container .rrss a{
	margin-right:15px;
}
