@charset "UTF-8";

/*	.opciones {
		border:2px solid #fff;
		background:transparent;
		color:#fff;
		padding:10px;height:3em;
	}*/

/* GENERAL */

* {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
html, body{font-family: 'Roboto', sans-serif;}

header {
	position:absolute;
	width:100%;
	z-index:1;
	padding:2em 0;
	height: 200px;
	vertical-align:middle;
}

/* ---- *SLIDER* ----*/
#slider-p img {width:100%;}
.cien {
	width: 100%;
	height: auto;
}
/*--- MENU ---*/
.menu {
	z-index: 2;
	margin-top:-45px;
	background-color: #fff;
	width:100%;
}
.menu ul {
  background-color: #fff;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 2;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top:0 !important;
  box-shadow:0 0 50px rgba(0,0,0,0.3);
  padding:10px 0;
}

.sticky .corte-menu {
  display:none;
}

.menu li {
  display: inline-block;
  text-align: center;
}

.menu li a {
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 3.5em;
  text-decoration: none;
  transition:all 0.3s ease;
}

.menu li a.reserv {
  border:1px solid #580c19;
  color:#580c19;
  transition:all 0.3s ease;
}
.menu li a.reserv:hover {
  border:1px solid #580c19;
  background:#580c19;
  color:#fff;
  transition:all 0.3s ease;
}

.menu li a:hover {
  color:#580c19;
  transition:all 0.3s ease;
}

.menu .active {
  background-color: #4CAF50;
}

.corte-menu {
	width: 100%;
	margin-bottom:-3px;
	z-index:1;
	position:relative;
}

.logo img {
	height:150px;
	width:auto;
	vertical-align:middle;
}

/* NOSOTROS */
#nosotros {
    margin-top: 2em;
    padding: 0 0 5em 0;
   /* background: url(../img/carretera3.jpg) bottom left;*/
    background-size: 100%;
    background-repeat: no-repeat;
}

/* SECCIÓN MENU */
.degradado1 {
	display: block;
	width: 100%;
	height:80px;
	background:linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
}
.degradado2 {
	display: block;
	width: 100%;
	height:80px;
	background:linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
}
#menu-chino {
	background:url('../img/bg-menu.png') right bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.platillo {
	padding:15px;
	background: #fff;
	font-family: 'Roboto Slab', serif;
	color:#000;
	margin-top:1em;
	display: flex;
	min-height:21em;
	line-height:1.2;
}

.platillo:hover {
	min-height:22em;
	box-shadow:2px 2px 30px rgba(0,0,0,0.3);
}

.platillo > div {
	width: 80%;
	background-size:cover;
	background-position:top center;
	box-sizing:border-box;
}

.platillo1 {background:url('../img/platillo1.jpg');}
.platillo2 {background:url('../img/platillo2.jpg');}
.platillo3 {background:url('../img/platillo3.jpg');}
.platillo4 {background:url('../img/platillo4.jpg');}
.platillo5 {background:url('../img/platillo5.jpg');}



/* GALERIA */
#galeria {

}


/* Masonry item */
.img img {
  width:100%;
  /*backface-visibility: hidden;*/
}
.masonry {
	padding:2px;
}
.masonry .img {
  margin-bottom:5px;
  display: inline-block; 
  vertical-align: top;
}


/* FIN GALERIA */

#reservacion {
	background:url('../img/rueda.jpg') left center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.bg-form2 {
	background:url('../img/fotocontacto.jpg');
	background-repeat:no-repeat;
	background-size: cover;
}


.contacto, .contacto a {color:#fff;vertical-align:middle;}

.contacto2, .contacto2 a {color:#fff;vertical-align:middle;}

.icon-contacto {padding-right:1em;}

#principal {
}

h1 {color: #f40209;font-size:1.3em;margin-top:1em;}

.btn1 {
	background:transparent;
	border:2px solid #000;
	padding:0.5em 2em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size:.8em;
	transition:all 0.3s ease;
}
.btn1:hover {
	background:#000;
	color: #fff;
	text-decoration: none;
	transition:all 0.3s ease;
}

.padd1 {height:4em;display: block;}

	.p1 {
		/*color: #008f2e;*/
		color: white;
		font-size:20px;
	}

	.p2 {
		/*color: #008f2e;*/
		color: white;
		font-size:1.2rem;
	}

	.p3 {
		/*color: #008f2e;*/
		color: white;
		font-size:.8rem;
	}

	.t1 {
		font-size:2em;
	}
	.tx-negro {color:#000;}
	.tx-vinotinto {color:#580c19;}
	.b-right {border-right:1px solid #000;}
	.b-right-v {border-right:12px solid #580c19;}
	.tx-center {text-align: center;}

hr {
	border:1px solid #000;
	width:10%;
	float: left;
	margin: 0;
	display: block;
}

#topbar {
	background: #008f2e;
	padding: 1em 0;
	color: #fff;
}
#topbar a, #topbar p {
	color: #fff;
	margin:0;
}

#footer {
	background: #000;
	padding: 3em 0;
	color: #fff;
	margin-top:-2px;
}
#footer .row {margin:0;}

footer {
	box-sizing:border-box;
}
footer h3 {
	font-size:1.3em;
	font-weight: bold;
}
footer a {
	text-decoration: none;
	color: #fff;
}

#form-contenedor {
    padding: 20px;
}

/*#form-contenedor p {
	color: #008f2e;
}*/
input, select {
	background-color:#fff;
	border:1px solid #fff;
	border-bottom:2px solid #000;
	height:3em;
	width:100%;
	padding:10px;
	margin:0;
	outline: none;
	transition:all 0.3s ease;
}

input:focus, select:focus, textarea:focus {
	border:1px solid #b6b6b6;
	border-bottom:2px solid #000;
	transition:all 0.3s ease;
}

label {margin:0;}

textarea {
	background-color:#fff;
	border:2px solid #000;
	height:8em;
	width:100%;
	padding:10px;
	outline: none;
}

button[type="sumbit"] {
	background:#000;
	color:#fff;
	padding:1em 3em;
	width: auto;
}

button {
	border:2px solid #000;
	transition: all 0.3s ease;
	box-sizing:border-box;
}
button:hover {
	background-color:#fff;
	color: #000;
	transition: all 0.3s ease;
}

.casillas {display:flex;flex-wrap:wrap;}
.casillas > div {
	display:inline-block;
	padding:2px;
	margin-bottom:2em;
}

.full {width:100%;}
.media {width:50%;}

.mob {display: none;}
.burger {cursor: pointer;}
.menu li.cerrar {display:none;}

@media screen and (max-width: 900px){
	.img-100 {width: 100%;}
	.media {width:100%;}
	.logo img {height:80px;}
	.contacto, .desktop {display: none;}
	.mob {display: block;}
	#menu-chino, #galeria, .reservacion {background-size:100%;}
	/*.menu {display:none;}*/
	.menu-mobile {
		position: fixed;
	    display: none;
	    top:10px;
	    right: 0;
	    box-shadow:0 0 20px rgba(0,0,0,0.2);
	}
	.menu-mobile li {display:block;}

	.cerrar {display:inline-block !important;text-align: right;}
	#reservacion {background:none;}
}