.fondo {
	background: #F2F3F4 ;}


.container_nav {
	width: 100%;
	position: relative;
	height: 215px;
	background: #fff;
	z-index: 200;

}


.navbar {
	
	position: relative;
	z-index: 350;

}

.shadow {

	z-index: 300;
	position: relative;
	width: 100%;
	height: 10px;	
	top: -4px;
	box-shadow: 0px -14px 15px 0px rgb(0 0 0 / 50%);

}


.clvideo video {
	
	width: 100%;
	
	object-fit: cover;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	
}


@media screen and (min-width: 1000px ) {
	.clvideo video {
		height: 350px;
		width: 100%;
		position: none;
		object-fit: cover;
		z-index: 1;
	}
  }

@media screen and (max-width: 500px ) {
	.clvideo video {
		
		width: 100%;
		position: none;
		object-fit: cover;
		z-index: 1;
	}
  }








img.logo {
    width: 143px;
    /* height: 49px; */
    /* border-radius: 8px; */
    position: absolute;
    top: 4%;
    left: 18%;
    /* box-shadow: 0px 0px 14px 1px rgb(0 0 0 / 50%); */
    /* z-index: -1; */
}
img.sarten {
    width: 55px;
    height: 51px;
    /* border-radius: 8px; */
    position: absolute;
    top: 1%;
    left: 4%;

}







* {
	font-family: 'Red Hat Display', sans-serif;

}

html {	
	scroll-behavior: smooth;
}



/*posicionamiento de cuadricula*/


.cuadricula {


display: flex;
flex-wrap: wrap;


}


.cuadricula_items {

	margin: auto;
}



.cuadricula_caja {
	background: #fff;
	border-radius: 6px;
	width: 175px;
	height: 280px;
	
	margin: 15px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	position: relative;

}


/*.detalle_precio{
	height: 45%;

	padding-top: 15px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;


}
*/





.imga {


	width: 100%;
	height: 123px;

	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.30);
    --bs-card-spacer-y: 4rem;
    --bs-card-spacer-x: 3rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    
    border-radius: var(--bs-card-border-radius);
	

}

.imgabebi {


	width: 100%;
	height: 123px;

	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.30);
    --bs-card-spacer-y: 4rem;
    --bs-card-spacer-x: 3rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    
    border-radius: var(--bs-card-border-radius);
	

}

/* TRANSICION DE ESCALADO
.imga img{
	cursor: pointer;
	transition: 1s;
}
.imga img:hover {
	transform: scale(1.19);
}
*/




.card-img, .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

.imga img

{
	object-fit: cover;
	
	width: 100%;
	height: 123px;
}


.imgabebi img {


	width: 100%;
	height: 193px;
	object-fit: cover;
	border-top-left-radius:calc(0.375rem - 1px);
	border-top-right-radius:calc(0.375rem - 1px);

	
}

.ivideo {
	object-fit: cover;
	width: 100%;
	height: 124px;
	
	border-top-left-radius:calc(0.375rem - 1px);
	border-top-right-radius:calc(0.375rem - 1px);
}
h4 {
    padding: 3px 0px;
    position: absolute;
    width: 161px;
    top: 131px;
    left: 10px;
    color: #17202A;
	font-size: 16px;
}

h4.bebi {
	padding: 3px 0px;
	font-size: 16px;
	position: absolute;
	width: 152px;
	top: 210px;
	color: #17202A;
}
p {
    position: absolute;
    font-size: 12px;
    top: 167px;
    left: 10px;
    color: #273746;
    width: 161px;


}



b { 
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #17202A;
 }


h3 {
	color: #17202A;
}





/*fin*/

.logo {
	width: 130px;
	cursor: pointer;
}


h3 {

	display: inline-block;
	
	margin: 18px;
	position: relative;

}


h3::before{

	content:'';
	position: absolute;
	width: 250px;
	height: 2px;
	background-color:#ABB2B9;
	top: 0.6em;
	left: 90px;
	margin-left: 7px;

}




.precio {

	font-size: 20px;
	
}



/*position fixed */

.top {
	padding-top: 20px;
}


.menu_container {
	position: sticky;
	background-color: #FFF  ;
	top: 0;
	box-shadow: 10px 2px 10px rgba(0, 0, 0, 0.3);
	z-index: 50;
}

.cuadricula_container {
	z-index: 20;
}




.itemh3 {
	scroll-margin-top: 15ex;
}


/*position fixed end */

.menu_digital {
	color: #C70F17;
	
	font-size: 1.8rem;
	padding: 33px;
	text-align: center;

}


.menu_digital a{
	border-radius: 10px;
	background: #fff;
	padding: 10px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);

}




.menu {

		
	
	padding: 5px 0px;
	display: flex;
	flex-wrap: wrap;


}



.menu_items {
	min-width: 10px;
	margin: auto;
	padding: 12px;
	transition: all .9s;
	scroll-behavior: smooth;
	
}


.menu a{
	text-decoration: none;
	color: #F7931E;
	
	font-size: 1.2rem;
	background: #fff;
	border-radius: 6px;
	padding: 4px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);

}

/*Escalado de imagen piola con java scrip*/
.ful-img {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center ;
	z-index: 500;
}

/*boton de cerrar de comidas*/
.ful-img span{
	
	position: absolute;
	top: 20%;
	right: 5%;
	font-size: 30px;
	color: #fff;
	cursor:pointer;
	
}

/*boton de cerrar de bebidas*/
.ful-img .bebidas{
	position: absolute;
	top: 10%;
	right: 5%;
	font-size: 30px;
	color: #fff;
	cursor:pointer;
	z-index: 510;
}



.ful-img img{
	width: 90%;
	max-width: 600px;
	position: absolute;
	border-radius:calc(0.375rem - 1px);
	
}


a i {
	font-size: 23px;
    margin-right: 10px;
    margin-left: 11px;
	/*color: #F7931E;*/
}



/*Escalado de imagen piola con java scrip*/
.ful-vid {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center ;
	z-index: 500;
}
.ful-vid span{
	position: absolute;
	top: 28%;
	right: 5%;
	font-size: 30px;
	color: #fff;
	cursor:pointer;
	z-index: 510;
}
.ful-vid video{
	width: 90%;
	max-width: 600px;
	position: absolute;
	border-radius:calc(0.375rem - 1px);
	
}






