/***generales***/
img{max-width: 100%;}
a{text-decoration: none;}
a:hover{text-decoration: none;}
*{font-family: "Josefin Sans", Sans-serif;}
.flex{display: flex;}
.wrap{flex-wrap: wrap;}
.nopadd{padding-left: 0;padding-right: 0;}
.a-center{align-items: center;}
.btn-oxa{
	margin-bottom: 20px;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	background-color: #ac9c6c;
	padding: 15px 25px;
	border-radius: 4px;
	color: #fff;
	max-width: 280px;
	margin-right: auto;
	margin-left: auto;
}

/***Colors***/
.b-black{background: #000000;}
.b-gris{background-color: #313131;}
.gris{color: #B1B1B1;}
.b-cafe{background-color: #ac9c6c;}
.cafe{color: #ac9c6c;}
.white{color: #ffffff;}


/***MENU***/
.l-sidebar{
	margin-top: 60px;
}

.hamb{
	display: none;
}

.menu{
	margin-bottom: 20px;
}

.m-item a{
	color: #B1B1B1;
}

.m-item{
	padding-bottom: calc(21px/2);
	position: relative;
	font-size: 16px;
	font-weight: 500;
}

.m-item:not(:last-child):after{
	content: "";
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #ac9c6c;
	width: 41%;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

.m-item:not(:first-child){
	margin-top: calc(21px/2);
}

.logo{
	margin-bottom: 20px;
	text-align: center;
}

.logo img{
	width: 65%;
}

.reservas-btns{
	padding-left: 15px;
	padding-right: 15px;
}

.reservas-btns i{
	margin-right: 5px;
}

.social{
	margin-top: 20px;
	margin-bottom: 20px;
}

.social i{
	font-size: 25px;
	color: #ac9c6c;
}

.sidebar-menu{
	position: sticky;
	top: -1px;
	height: 100vh;
}


/***HOME***/
.home-item{
	flex: 0 0 50%;
	height: 100vh;
}

.home-item:first-child .img-item img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.home-item:nth-child(2) .img-item img{
	height: 50%;
	object-fit: cover;
	width: 100%;
}

/***LA HISTORIA***/
.galery-item{
	flex: 0 0 49.3%;
	height: 250px;
	overflow: hidden;
	margin-bottom: 10px;
}

.galery-item img{
	width: 100%;
}

.t-bazar{
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 30px;
}

.t-bazar::after{
	content: "";
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #ac9c6c;
	width: 41%;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

.bazar{
	align-items: center;
}

.bazar p{
	line-height: 1.8;
	padding: 15px;
}

.baz-c{
	background: #fff;
	height: 100%;
}

/***GALERIA***/
.insta-feed{
	padding-top: 40px;
	padding-bottom: 40px;
}

/***LA CHEF***/
h2 span{
	font-weight: 800;
}

.gal-chef{
	height: initial;
}

/***NOTICIAS***/
.noticias-item{
	width: 320px;
	max-width: 100%;
	overflow: hidden;
	border-radius: 5px;
	background: #202020;
	margin: 20px 10px 10px;
}

.not-head{
	position: relative;
	height: 200px;
	overflow: hidden;
}

.tag-s{
	position: absolute;
	top: 20px;
	right: 20px;
	background: #61ce70;
	padding: 3px 10px;
	border-radius: 999px;
}

.not-body{
	padding: 40px 30px;
	height: 450px;
}

.not-t{
	font-size: 21px;
	margin-bottom: 20px;
}

.not-text{
	font-size: 14px;
}

.not-foot{
	border-top: 1px solid #fff;
	padding: 10px 30px;
	align-items: center;
	font-size: 12px;
}

.not-foot i{
	font-size: 9px;
	margin-right: 15px;
	margin-left: 15px;
}

.regresar{
	margin-top: 15px;
	margin-bottom: 15px;
}

.cont-noticia{
	padding: 20px 30px;
}

/***SHOP***/
.proxi{
	align-items: center;
	height: 100%;
}

.proxi h1{
	font-size: 59px;
}

/***CONTACTO***/
.cont h3{
	margin-top: 50px;
	margin-bottom: 20px;
}

.reserva-c .widget{
	width: 100%;
}

.hor{
	margin-bottom: 20px;
}

.cont{
	padding-left: 20px;
	padding-right: 20px;
}

.social-d{
	align-items: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

.so-it{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin-right: 5px;
}

.dir{
	margin-bottom: 30px;
	margin-top: 30px;
}

#resmio-oxa{
	margin-bottom: 20px;
}


/***SINGLE***/
.single-tit{
	margin-bottom: 20px;
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.logo{
		width: 50%;
		text-align: left;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.logo img{
		width: 150px;
	}

	.l-sidebar{
		margin-top: 5px;
		position: relative;
	}

	.hamb{
		color: #726C4D;
		width: 40px;
		height: 40px;
		border-radius: 15px;
		border: 1px solid #726C4D;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		position: absolute;
		right: 10px;
		top: 20px;
		cursor: pointer;
	}

	.sidebar-menu{
		overflow: hidden;
		-webkit-transition: all ease;                  
	    -moz-transition: all ease;                 
	    -o-transition: all ease;   
	    -ms-transition: all ease;          
	    transition: all ease;
	    position:fixed;
	    z-index: 999;
	}

	.side-xs{
		height: 100px;
		-webkit-transition: all ease;                  
	    -moz-transition: all ease;                 
	    -o-transition: all ease;   
	    -ms-transition: all ease;          
	    transition: all ease;
	}

	.contenido-sr .col-md-9{
		margin-top: 100px;
	}

	.proxi h1{
		font-size: 30px;
		margin-top: 45%;
	}
}


@media only screen and (max-width: 576px){
	.galery-item{
		flex: 0 0 100%;
	}

	.home-item{
		flex: 0 0 100%;
	}
}