 @charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Blue american
Autor: Omar De Luna
actualización: junio 2013 */


img{border:0;}

* { margin: 0; padding: 0; font-family: "europa", sans-serif; font-weight: 300; box-sizing: border-box;}


a, input, nav ul{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}


body{
	background:#fff;
	color: #333;
	}


main {
	width: 100%;
	height: 100%;
	margin:0 auto;
	}


header{
	width: 100%;
	padding: 30px 3%;
	position: absolute;
	z-index: 100;
}


nav{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	list-style: none;
	width: 100%;
	z-index: 2;
	text-align: right;
}


nav ul li{
	display: inline-block;
	padding: 10px 20px;
}

nav ul li:last-child{
	border: 0;
	padding-right: 0;
	margin-right: 0;
}

nav ul li a{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	color: white;
	margin: 0 10px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

nav ul li a:hover, nav ul li a.active{
	color: #1dcec9;
}

nav ul li:nth-child(6){
	display: none;
}


.redes{
	text-align: right;
	margin-right: 5px;
	margin-top: -70px;
}

.redes p{
	color: white;
	font-size: 14px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.redes img{
	margin-bottom: -5px;
}

.slide{
	position: relative;
}

.slide h1{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 5vw;
	color: white;
	font-size: 5vw;
	line-height: 5vw;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

.slide em{
	font-family: "superior-title", serif;
	font-weight: 700;
	font-style: normal;
}

.F-lex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto;
	padding: 100px 0;
	align-items: center;
}

.col30{
	width: 31%;
}

.col50{
	width: 49%;
}

.home .F-lex .col50:last-child{
	padding: 0 3%;
}

.OurMenu{
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}

.elmenu{
	max-width: 1250px;
	margin: 0 auto;
	padding: 50px 0;
}

.elmenu .item{
	background: #1dcec9 url("images/fondo-menu.svg") center top no-repeat;
	background-size: 100%;
	height: 310px;
	margin:0 10px;
}

.elmenu .item p{
	font-family: "new-order", sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	color: white;
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
}

.elmenu .item p span{
	font-family: "new-order", sans-serif;
	font-weight: 600;
	font-size: 25px;
	opacity: 0.7;
}

.galeria{
	max-width: 1250px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}

#owl-demo2 .item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#owl-demo2 .item div{
	width: 50%;
	padding: 20px;
}

.links{
	width: 100%;
	background: url("images/fondo-restaurante.jpg") no-repeat top center;
	background-size: 100%;
	text-align: center;
	padding: 5% 15%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.links div{
	width: 20%;
	margin: 5%;
	background: white;
}

.links a:hover img{
	transform: scale(1.1);
}


footer{
	width: 100%;
	padding: 50px 5%;
	background: #1dcec9;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

footer p, footer a{
	font-size: 17px;
	line-height: 23px;
	color: white;
}

footer strong{
	font-weight: 400;
}

footer div{
	margin-right: 70px;
}


.order{
	font-family: "new-order", sans-serif;
	font-weight: 600;
}

	
h1{
	font-size:70px;
	line-height:74px;
	font-family: "superior-title", serif;
	font-weight: 700;
	font-style: italic;
	
	}

h2{
	font-size:20px;
	line-height:26px;
}

	
p {
	font-size:16px;
	line-height:22px;
	}
	
a {
	font-size:16px;
	line-height:22px;
	text-decoration:none;
	}
	
a:hover {
	color:#006466;
	}

.link{
	background: white;
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #1dcec9;
	color:#006466;
	font-size: 14px;
}

.link:hover{
	background: #006466;
	color: #1dcec9;
	border: 1px solid white;
}

.verdeclaroC{
	color: #1dcec9;
}

.verdeoscuroC{
	color: #006466;
}

.verdeclaroB{
	background: #1dcec9;
}

.verdeoscuroB{
	background: #006466;
}



.cleare {
	display: block;
	clear: both;
}


#menuiphone{
	display: none;
}


/*––––––––––––––––––––––––––––––––––––––––––––––––––––menu––––––––––––––––––––––––––––––––––––––––––––––––––*/


.filtroMenu{
	width: 100%;
	padding: 100px 10% 0 10%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: sticky;
	z-index: 99;
	top:-30px;
	background: white;
}

.filtroMenu div{
	width: 24%;
	margin-bottom: 20px;
}

.filtroMenu a{
	background: #1dcec9;
	display: block;
	text-align: center;
	color: white;
	padding: 10px 0;
	font-family: "new-order", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
}

.elmenu .item a span{
	font-family: "new-order", sans-serif;
	font-weight: 600;
	font-size: 25px;
	opacity: 0.7;
}

.filtroMenu a:hover, .filtroMenu a.active{
	background: #006466;
}

.titleMenu{
	width: 100%;
	padding: 50px 10%;
}

.titleMenu h1{
	font-family: "new-order", sans-serif;
	font-weight: 600;
	font-size: 45px;
	line-height: 45px;
	font-style: normal;
	text-align: center;
	display: block;
	padding: 15px 0;
	border-top: 2px solid #1dcec9;
	border-bottom: 2px solid #1dcec9;
}

.titleMenu h1 span{
	font-family: "new-order", sans-serif;
	font-weight: 600;
	font-size: 35px;
	line-height: 40px;
}

hr{
	border-top: 4px solid #1dcec9;
	border-bottom: 0;
	margin: 5px 0;
}

.F-lex.menu{
	max-width: 100%;
	padding: 50px 10%;
}

h3{
	font-family: "new-order", sans-serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
}

h4{
	font-family: "superior-title", serif;
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
}

.platillo{
	margin-bottom: 40px;
	width: 50%;
	padding-right: 20px;
}

h3.subcategoria{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 40px;
	line-height: 48px;
	font-family: "superior-title", serif;
}

p.subdescripcion{
	width: 100%;
	max-width: 1250px;
	padding: 20px 10%;
	text-align: center;
	margin: 0 auto;
}

.happy .platillo{
	text-align: center;
}

.drink .platillo{
	width: 30%;
}


/*––––––––––––––––––––––––––––––––––––––––––––––––––––contacto––––––––––––––––––––––––––––––––––––––––––––––––––*/


.contact{
	
}



input[type=text], input[type=email], select{
	padding: 10px 2%;
	background: #e6e6e6;
	border: 0;
	outline: none;
	color: gray;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	line-height: 25px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus{
	background: #006466;
	color: white;
}

textarea{
	padding: 20px 2%;
	background: #e6e6e6;
	height: 100px;
	border: 0;
	outline: none;
	color: gray;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	line-height: 25px;
}

input[type=submit]{
	padding: 20px 2%;
	background: #1dcdc8;
	border: 0;
	outline: none;
	color: #FFF;
	width: 100%;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 15px;
	text-align: center;
}

input[type=submit]:hover{
	background: #006466;
	color: white;
}


@media only screen and (min-width:0px) and (max-width:767px){
	
#menuiphone{
	display: block;
}

	
header{
	width: 100%;
	padding: 20px 3%;
}


nav{
	width: 100%;
	z-index: 2;
}
	
nav ul{
	overflow: hidden;
	height: 50px;
}
	
nav ul.active{
	overflow: hidden;
	height: 250px;
}
	
header.active{
	background: linear-gradient(0deg, rgba(0,100,102,0) 0%, rgba(0,100,102,0.3) 25%, rgba(0,100,102,1) 100%);
}


nav ul li{
	display: block;
	padding: 5px 0px;
}


nav ul li a{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0 5px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}
	
.logo img{
	width: 130px;
}

.redes{
	margin-right: 5px;
	margin-top: -70px;
}

.redes p{
	color: white;
	font-size: 14px;
}

.redes img{
	margin-bottom: -5px;
}


.slide h1{
	width: 100%;
	bottom: 5vw;
	font-size: 5vw;
	line-height: 5vw;
}

.F-lex{
	max-width: 100%;
	padding: 80px 10%;
}

.col30{
	width: 100%;
	margin-bottom: 20px;
}

.col50{
	width: 100%;
	margin-bottom: 20px;
}

.home .F-lex .col50:last-child{
	padding: 0 0%;
}

.OurMenu{
	width: 100%;
	padding: 0 5%;
	margin-bottom: 40px;
}

.elmenu{
	max-width: 100%;
	padding: 50px 10%;
}

.elmenu .item{
	background: #1dcec9 url("images/fondo-menu.svg") center top no-repeat;
	background-size: 100%;
	height: 40vw;
	margin:0 10px;
}

.elmenu .item p{
	font-family: "new-order", sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	top: 40%;
}

.elmenu .item p span{
	font-family: "new-order", sans-serif;
	font-weight: 600;
	font-size: 25px;
	opacity: 0.7;
}

.galeria{
	max-width: 100%;
	padding: 50px 10%;
}

#owl-demo2 .item{
	justify-content: space-between;
}

#owl-demo2 .item div{
	width: 50%;
	padding: 5px;
}

.links{
	background: url("images/fondo-restaurante.jpg") no-repeat top center;
	background-size: 100%;
	padding: 5% 10%;
}

.links div{
	width: 25%;
	margin: 2%;
	background: white;
}


footer{
	width: 100%;
	padding: 50px 5%;
	background: #1dcec9;
}

footer p, footer a{
	font-size: 15px;
	line-height: 21px;
	color: white;
}

footer strong{
	font-weight: 400;
}

footer div{
	margin-right: 40px;
	margin-bottom: 20px;
}
	
h1{
	font-size:60px;
	line-height:64px;
	font-family: "superior-title", serif;
	font-weight: 700;
	}

h2{
	font-size:20px;
	line-height:26px;
}

	
p {
	font-size:15px;
	line-height:21px;
	}
	
a {
	font-size:15px;
	line-height:21px;
	text-decoration:none;
	}
	
.link{
	padding: 5px 20px;
	font-size: 14px;
}

.link:hover{
	border: 1px solid white;
}
	
/*––––––––––––––––––––––––––––––––––––––––––––––––––––menu––––––––––––––––––––––––––––––––––––––––––––––––––*/


.filtroMenu{
	width: 100%;
	padding: 60px 5% 0 5%;
}

.filtroMenu div{
	width: 32%;
	margin-bottom: 20px;
}
	
.slide h1 img{
	display: none;
}

.filtroMenu a{
	padding: 10px 0;
	font-size: 17px;
	line-height: 22px;
}

.elmenu .item a span{
	font-size: 25px;
	opacity: 0.7;
}

.titleMenu{
	width: 100%;
	padding: 30px 5%;
}

.titleMenu h1{
	font-size: 30px;
	line-height: 30px;
	padding: 10px 0;
	border-top: 2px solid #1dcec9;
	border-bottom: 2px solid #1dcec9;
}

.titleMenu h1 span{
	font-size: 20px;
	line-height: 25px;
}

.F-lex.menu{
	max-width: 100%;
	padding: 30px 5%;
}

h3{
	font-size: 22px;
	line-height: 28px;
}

h4{
	font-size: 16px;
}

.platillo{
	margin-bottom: 40px;
	width: 50%;
	padding-right: 20px;
}	
	
h3.subcategoria{
	font-size: 30px;
	line-height: 38px;
}
	
.drink .platillo{
	width: 50%;
}
	
}


@media only screen and (min-width:0px) and (max-width:450px){
	
.elmenu .item{
	background: #1dcec9 url("images/fondo-menu.svg") center top no-repeat;
	background-size: 100%;
	height: 80vw;
	margin:0 10px;
}
	
.filtroMenu div{
	width: 49%;
	margin-bottom: 10px;
}
	
.filtroMenu a{
	padding: 5px 0;
	font-size: 15px;
	line-height: 20px;
}
	
.platillo{
	margin-bottom: 30px;
	width: 100%;
	padding-right: 0px;
}
	
.drink .platillo{
	width: 100%;
}
	
}


@media only screen and (min-width:768px) and (max-width:1023px){
	
header{
	width: 100%;
	padding: 20px 3%;
}


nav{
	width: 100%;
	z-index: 2;
}


nav ul li{
	display: inline-block;
	padding: 10px 10px;
}


nav ul li a{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0 5px;
}
	
.logo img{
	width: 130px;
}

.redes{
	margin-right: 5px;
	margin-top: -70px;
}

.redes p{
	color: white;
	font-size: 14px;
}

.redes img{
	margin-bottom: -5px;
}


.slide h1{
	width: 100%;
	bottom: 5vw;
	font-size: 5vw;
	line-height: 5vw;
}

.F-lex{
	max-width: 100%;
	padding: 80px 10%;
}

.col30{
	width: 31%;
}

.col50{
	width: 49%;
}

.home .F-lex .col50:last-child{
	padding: 0 3%;
}

.OurMenu{
	width: 100%;
	margin-bottom: 40px;
}

.elmenu{
	max-width: 100%;
	padding: 50px 10%;
}

.elmenu .item{
	background: #1dcec9 url("images/fondo-menu.svg") center top no-repeat;
	background-size: 100%;
	height: 25vw;
	margin:0 10px;
}

.elmenu .item p{
	font-family: "new-order", sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	top: 40%;
}

.elmenu .item p span{
	font-family: "new-order", sans-serif;
	font-weight: 600;
	font-size: 25px;
	opacity: 0.7;
}

.galeria{
	max-width: 100%;
	padding: 50px 10%;
}

#owl-demo2 .item{
	justify-content: space-between;
}

#owl-demo2 .item div{
	width: 50%;
	padding: 10px;
}

.links{
	background: url("images/fondo-restaurante.jpg") no-repeat top center;
	background-size: 100%;
	padding: 5% 10%;
}

.links div{
	width: 25%;
	margin: 2%;
	background: white;
}


footer{
	width: 100%;
	padding: 50px 5%;
	background: #1dcec9;
}

footer p, footer a{
	font-size: 15px;
	line-height: 21px;
	color: white;
}

footer strong{
	font-weight: 400;
}

footer div{
	margin-right: 40px;
	margin-bottom: 20px;
}
	
h1{
	font-size:60px;
	line-height:64px;
	font-family: "superior-title", serif;
	font-weight: 700;
	}

h2{
	font-size:20px;
	line-height:26px;
}

	
p {
	font-size:15px;
	line-height:21px;
	}
	
a {
	font-size:15px;
	line-height:21px;
	text-decoration:none;
	}
	
.link{
	padding: 5px 20px;
	font-size: 14px;
}

.link:hover{
	border: 1px solid white;
}
	
/*––––––––––––––––––––––––––––––––––––––––––––––––––––menu––––––––––––––––––––––––––––––––––––––––––––––––––*/


.filtroMenu{
	width: 100%;
	padding: 80px 7% 0 7%;
}

.filtroMenu div{
	width: 24%;
	margin-bottom: 20px;
}

.filtroMenu a{
	padding: 10px 0;
	font-size: 17px;
	line-height: 22px;
}
	
.slide h1 img{
	display: none;
}

.elmenu .item a span{
	font-size: 25px;
	opacity: 0.7;
}

.titleMenu{
	width: 100%;
	padding: 40px 7%;
}

.titleMenu h1{
	font-size: 40px;
	line-height: 40px;
	padding: 10px 0;
	border-top: 2px solid #1dcec9;
	border-bottom: 2px solid #1dcec9;
}

.titleMenu h1 span{
	font-size: 30px;
	line-height: 35px;
}

.F-lex.menu{
	max-width: 100%;
	padding: 40px 7%;
}

h3{
	font-size: 22px;
	line-height: 28px;
}

h4{
	font-size: 16px;
}

.platillo{
	margin-bottom: 40px;
	width: 50%;
	padding-right: 20px;
}	
	
}

@media only screen and (min-width:1024px) and (max-width:1300px){
	
header{
	width: 100%;
	padding: 20px 3%;
}


nav{
	width: 100%;
	z-index: 2;
}


nav ul li{
	display: inline-block;
	padding: 10px 20px;
}


nav ul li a{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0 10px;
}

.redes{
	margin-right: 5px;
	margin-top: -70px;
}

.redes p{
	color: white;
	font-size: 14px;
}

.redes img{
	margin-bottom: -5px;
}


.slide h1{
	width: 100%;
	bottom: 3vw;
	font-size: 5vw;
	line-height: 5vw;
}

.F-lex{
	max-width: 100%;
	padding: 100px 10%;
}

.col30{
	width: 31%;
}

.col50{
	width: 49%;
}

.home .F-lex .col50:last-child{
	padding: 0 3%;
}

.OurMenu{
	width: 100%;
	margin-bottom: 40px;
}

.elmenu{
	max-width: 100%;
	padding: 50px 10%;
}

.elmenu .item{
	background: #1dcec9 url("images/fondo-menu.svg") center top no-repeat;
	background-size: 100%;
	height: 20vw;
	margin:0 10px;
}

.elmenu .item p{
	font-family: "new-order", sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	top: 40%;
}

.elmenu .item p span{
	font-family: "new-order", sans-serif;
	font-weight: 600;
	font-size: 25px;
	opacity: 0.7;
}

.galeria{
	max-width: 100%;
	padding: 50px 10%;
}

#owl-demo2 .item{
	justify-content: space-between;
}

#owl-demo2 .item div{
	width: 50%;
	padding: 20px;
}

.links{
	background: url("images/fondo-restaurante.jpg") no-repeat top center;
	background-size: 100%;
	padding: 5% 15%;
}

.links div{
	width: 20%;
	margin: 5%;
	background: white;
}


footer{
	width: 100%;
	padding: 50px 5%;
	background: #1dcec9;
}

footer p, footer a{
	font-size: 17px;
	line-height: 23px;
	color: white;
}

footer strong{
	font-weight: 400;
}

footer div{
	margin-right: 40px;
}
	
h1{
	font-size:70px;
	line-height:74px;
	font-family: "superior-title", serif;
	font-weight: 700;
	}

h2{
	font-size:20px;
	line-height:26px;
}

	
p {
	font-size:16px;
	line-height:22px;
	}
	
a {
	font-size:16px;
	line-height:22px;
	text-decoration:none;
	}
	
.link{
	padding: 5px 20px;
	font-size: 14px;
}

.link:hover{
	border: 1px solid white;
}
	
	
/*––––––––––––––––––––––––––––––––––––––––––––––––––––menu––––––––––––––––––––––––––––––––––––––––––––––––––*/


.filtroMenu{
	width: 100%;
	padding: 80px 7% 0 7%;
}

.filtroMenu div{
	width: 24%;
	margin-bottom: 20px;
}

.filtroMenu a{
	padding: 10px 0;
	font-size: 20px;
	line-height: 25px;
}
	
.slide h1 img{
	width: 100px;
}

.elmenu .item a span{
	font-size: 25px;
	opacity: 0.7;
}

.titleMenu{
	width: 100%;
	padding: 40px 7%;
}

.titleMenu h1{
	font-size: 40px;
	line-height: 40px;
	padding: 10px 0;
	border-top: 2px solid #1dcec9;
	border-bottom: 2px solid #1dcec9;
}

.titleMenu h1 span{
	font-size: 30px;
	line-height: 35px;
}

.F-lex.menu{
	max-width: 100%;
	padding: 40px 7%;
}

h3{
	font-size: 22px;
	line-height: 28px;
}

h4{
	font-size: 16px;
}

.platillo{
	margin-bottom: 40px;
	width: 50%;
	padding-right: 20px;
}
	
	
	
}

@media only screen and (min-width:1301px) and (max-width:1600px){
	
.F-lex{
	max-width: 1100px;
	padding: 100px 0;
}
	
.elmenu{
	max-width: 1100px;
	padding: 50px 0;
}


.galeria{
	max-width: 1100px;
	padding: 50px 0;
}
	
.elmenu .item{
	height: 270px;
}
	
}

