@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed:100,200,300,400,500,600,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);

@import url(https://fonts.googleapis.com/css?family=Pacifico&display=swap);
@import url(menu.css);
@import url(banner.css);
@import url(opcionesmenu.css);
@import url(sucursales.css);
@import url(galeriafotos.css);
@import url(menuinferior.css);
@import url(footer.css);
@import url(interioresmenu.css);
@import url(interioressucursales.css);
@import url(carta.css);
@import url(promociones.css);
	
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.contenedor {
	width: 98%;
	margin: auto;
}

section {
	width: 100%;
}

body {
	font-size:1em;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:300;
	background:#000;
	background: url(../img/bg2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header {
	width: 100%;
	min-height: 180px;
	color: #fff;
	top: 0;
	left: 0;
	z-index: 100;
	margin-top:20px;
}

#logotipo {
	width: 100%;
	min-height:130px;
	background:url(../img/bgheader.jpg) #000 repeat;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#logotipo #logotopwings{
	max-width: 437px;
	height:auto;
	min-height:130px;
	display: flex;
	align-items:center;
}

#logotipo #logotopwings img{
	width: 100%;
	height:auto;
	display:block;
}



#logotipo #redessociales{
	width:295px;
	height:auto;
	line-height:130px;
	font-size:4em;
}

#logotipo #redessociales a{
	text-decoration:none;
	color:#FFF;
}


#menunav {
	width: 100%;
	height:50px;
	background:url(../img/bgmenu.jpg) #D90000 repeat;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#menunav #horario{
	width:200px;
	height:50px;
	background: url(../img/franjaazul.png) no-repeat;
	line-height:50px;
	text-align:center;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:500;
	font-size:1.2em;
}

#cajatitulos{
	width:100%;
	text-align:center;
	padding:50px 0 50px 0;
}
#cajatitulos img{
	width:auto;
	max-height:25px;
}

.button {
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 20px;
  background-color: rgba(57,121,179,1);
  font-size:1em;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight:500;
}

@media (min-width:1280px) {
	.contenedor {
		width: 1240px;
	}
}

@media (max-width:746px) { 
	#logotipo {
		justify-content: center;
	}
	#logotipo #redessociales{
		line-height:normal;
		font-size:3em;
		text-align:center;
		height:65px;
	}

}

@media (max-width:565px) { 
#cajatitulos{
	width:100%;
	text-align:center;
	padding:20px 0 20px 0;
}

#cajatitulos img{
	max-height:15px;
}

}

@media (max-width:315px) { 
#cajatitulos img{
	max-height:13px;
}

}
