@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}

body {
	background:url(../IMG/fondo_madera.jpg);
	
}


.contenedor{
	width: 80%;
	max-width:960px;
	margin:0 auto;
	overflow:hidden;
}

/*Aquí empieza NavBar*/
.container{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}

header{
	position: fixed;
	width: 100%;
}

ul{
	display: flex;
	justify-content: space-between;
	list-style: none;
}
a{
	display: block;
	text-decoration: none;
	font-size: 1em;
	transition: .3s;
}


.top{
	background: transparent;
	padding: 10px 0;
}

.top ul li{
	margin-right: 15px;
}
.top ul li a{
	color: #FFF;
}
.lang :hover{
	color: #0C0;
}
.social :hover{
	color: #03C;
}
nav{
	height:10px;
	background: #FFF;
	position: relative;
	padding: 25px 0;
	z-index: 10;
}

.serv{	
	display:none;
}
.logo{
	width: 150px;
	height: 150px;
	position: absolute;	
	top: -60px;
	left: 35%;
	display:none;
}
.logo2{
	width: 260px;
	position: absolute;	
	top: -60px;
	left: 37%;
}


nav ul{
	width: 100%;
	transition: .3s;
}
nav ul li:nth-child(4){
	margin-left: 290px;
}
nav ul li a{
	color: #F60;
	font-weight: bold;
}
nav ul li a:hover{
	color: #411710; 
}
#menu{
	display: none;
}
label{
	color: #fff;
	font-size: 1.2em;
	padding: 15px 0;
	display: none;
}
.esta {
	display:none;
}	


/*Aquí Termina NavBar*/


media{
	position: fixed;
	width: 100%;
	height: 10px;
	margin-top:10%;
}

media h1{
	margin-top:20%;
	height: auto;
	width:20%;
	float:right;
	margin-right:-3%;
	padding-top: 60px;
	background: url(../IMG/face.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	
}

media h2{
	
	margin-top:30%;
	height: auto;
	width:20%;
	float:right;
	margin-right:-20%;
	padding-top: 60px;
	background: url(../IMG/wa.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	
}


media h3{
	margin-top:10%;
	height: auto;
	width:20%;
	float:right;
	margin-right:-20%;
	padding-top: 80px;
	background: url(../IMG/flecha.png);
	background-repeat: no-repeat;
	background-size:contain;
	background-position:center;
}


.ubi{
	width:40%;
	padding-left:25%;	
}

.bien {
	
	display:none;
}



h1{
	width: 100%;
	background: #E86B00;
	box-sizing: border-box;
	float: left;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
h2{
	width: 100%;
	box-sizing: border-box;
	float: left;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #4b190b;
	font-size: 130%;
}

h3{
	width: 100%;
	background: #E86B00;
	box-sizing: border-box;
	float: left;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#ser h1{
	width: 99%;
	color: #000;
	font-size: 120%;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: auto;
	clear: none;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;	
	text-align: center;
	float: left;
}



p {
	background:#FFF;
	float:left;
	padding:20px;
	box-sizing:border-box;
}

.papel{
	width:50%;
	height:auto;
	float:left;
	box-sizing:border-box;
	padding-bottom: 10px;
	
	
}

#rest h1{
	color:#e86b00;
	padding-top:10px;
	margin-bottom:10px;
	margin-top:90px;
	font-size:5px;
	
}

.main {
	background: url(../IMG/1er_globodetexto.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 50%;
	float: left;
	padding-top: 80px;
	padding-bottom: 80px;
}

section p {
	box-sizing: border-box;
	font-size: 90%;
	box-sizing: border-box;
	padding-left: 20px;
	box-sizing: border-box;
	padding-bottom: 10px;
	padding-right: 10px;
	background-color: transparent;
}

aside{
	width: 45%;
	float:left;
	box-sizing:border-box;
	padding-bottom: 4px;
}

footer a {
	color:#000;
}

aside .noimg {
	display:none;
}

aqui{
	width: 50%;
	float:left;
	box-sizing:border-box;
}

img {
	width:100%;
	height:auto;
}



entradas p{
	background:#FFF;
	float:left;
	padding:20px;
	box-sizing:border-box;
	
}


entradasimg img{
	float:none;
	width:24%;
	height:auto;
}



#Platillos h1{
	width: 100%;
	text-align: center;
	color: #FFF;
	background-color: #4B190B;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	
}

#Platillos img{
	width:32%;
	height:auto;
	float:left;
	
}


#Restaurante h1{
	width: 100%;
	background: #E86B00;
	box-sizing: border-box;
	float: left;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	
}




#Restaurante p{
	background: #FFF;
	box-sizing: border-box;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;	
	
}

#Restaurante img{
	width:30%;
	height:auto;
	float:left;
	padding-bottom: 10px;
	padding-top: 10px;
	box-sizing:border-box;
	
	
}
#Lamejorcalidad img{
	width:50%;
	height:auto;
	float:left;
	
}
#Lamejorcalidad1 img{
	width: 45%;
	height: auto;
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	box-sizing:border-box;
}


#Bar img{
	width:50%;
	height:auto;
	float:left;
	
}
#Postres p{
	border: thick double #E86B00;
}



#Cafe img{
	width: 20%;
	height: auto;
	padding-right: 50px;
	padding-left: 50px;
	box-sizing: border-box;
	float: left;
}

#ser h2 {
	font-size: 150%;
	background-color: #FFF;
	color: #4B190B;
	padding-top: 30px;
}

footer p {
	width:100%;
	background-color:#FFF;

}

#esta1 {
	width:50%;
	height:auto;
	float:left;
}


#testimonios img {
	width:40%;
	height:auto;
}



@media screen and (max-width: 920px){
	label{
		position:absolute;
		display: block;
		font-size:200%;
		margin-top:40px;
		margin-right:25px;
		right:0;
		
	}
	.esta {
	display:block;
}	
	/*Este es el menu desplegable*/
	.logo{		
		display:block;
		left: 37%;
		top: -20px;
	}
	
	.logo2{
		display:none;
	}
	
	.logo img{
		width: 115px;
	}
	.lang {
		display:none;
	
	}
	.social {
		display:none;
	}
	nav{		
		height:70px;
		background: #024959;
		padding: 0;
	}
	nav ul{
		position: absolute;
		top: 110px;
		left: -100%;
		background: #FFF;
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
		height: 100vh;
	}
	
	#menu:checked ~ ul{
		left: 0;
		
	}
	
	nav ul li{
		margin: 0 !important;
		width: 100%;
		
	}
	nav ul li a{
		margin: 15px 0;
		text-align: center;
		font-size:30px;
	}
	/*Hasta aquí codigo de NavBar*/
	
	#rest h1{
		color:#FFF;
		margin-top:80px;
		margin-bottom:-5px;
		padding-bottom:35px;
		background-color:#FFF;
		}
	


	.main {
		width:100%;
		height:auto;
		background-color:#FFF;
		height:auto;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:5px;
		padding-top:2px;
	}

		
.ubi{
	width:100%;
	padding-left:0%;	
}	

.bien {
	
	display:block;
	
	
}

		
	aside{
		width:100%;
		padding-top:20px;
		padding-bottom:20px;
	}
	
	aside .noimg {
	display:block;
}
	
	
	entradasimg img{
	width: 45%;
	margin-right: auto;
	margin-left: auto;
}
	#Platillos img{
	width:90%;
	margin:auto;
	
}
#Restaurante img{
	width:100%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

#Restaurante .imgno{
	display: none;
	
}

#Lamejorcalidad1 img{
	width: 100%;
	height: auto;
	margin:auto;
	
}
#Bar img{
	width:100%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

#Cafe img{
	width: 70%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}



media{
	display:block;
	float:right;
	margin-top:80%;
	
}

media h1{
	
	width:19%;
	float:right;
	
	
}

media h2{
	
	height: auto;
	width:22%;
	float:right;
	margin-right:-20%;
	margin-top:45%;
	
	
}
media h3{
	height: auto;
	width:13%;	
	float:right;
	margin-top:-5%;
	margin-right:-17%;
	
}

#esta1 {
	width:100%;
	height:auto;
	float:left;
	padding-top:9px;
}

.bai  {
	color:#FFF;
}

#testimonios img {
	width:100%;
	height:auto;
}

}

@media (max-width: 460px){
	.logo{
		top: -30px;
	}
	.logo img{
		width: 100px;
	}
}
