* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

html {
	scroll-behavior: smooth;
}

/* MEDIA QUERRYS*/

/* MOVIL */
@media only screen and (max-width: 650px) {


	:root {
		--h2FontSize: 2.625rem;
		--h3FontSize: 1rem;
		--LogoImgWidht: 4.5em;
		--LogoImgHeight: 4.5em;
		--aFontSize: 1em;
		--navColorA: rgb(248, 248, 248);
		--productosPadding: 0rem;
		--h3ProdutosSize: 1.95rem;
		--h2SpanProductosSize: 1.2rem;
		--h2ProductosSize: 1rem;
		--padingContactanosBottom: 3em;
		--h3ContactanosSize: 1.95rem;
		--pContactanosSize: 1em;
		--pTextoMenu: 1.1em;
		--productosMinHeight: 15.75rem;
		--productosMinWidht: 12.625rem;
		--icoMaswidth: 6em;
		--icoMasHeight: 6em;
		--icoMarginTop: 1.5em;
		--menusWidth: 90%;
	}

	header {
		display: flex;
		justify-content: space-around;
	}

	.nav {
		position: fixed;
		background: rgba(0, 0, 0, 0.7);
		backdrop-filter: blur(0.5em);
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: rgb(248, 248, 248);
	}


	.nav.open {
		left: 0;
	}

	.nav .linkMovibleA {
		padding: 1rem;

	}

	.nav .linkMovibleB {
		padding: 1rem;
	}

	.nav .linkMovibleC {
		padding: 1rem;
	}

	.hamburger {
		position: fixed;
		right: 0.1%;
		padding: 0.5em 1em;
		background: transparent;
		border: none;
		border-radius: 50%;
		cursor: pointer;
		z-index: 1000;
	}

	/* Estilo texto links menu */
	header nav li a {
		position: relative;
		margin: 0 0.938rem;
		font-size: var(--aFontSize);
		text-decoration: none;
		color: rgb(248, 248, 248);
		;
		letter-spacing: 0.125em;
		font-weight: 600;
		font-size: 5vw;
	}

}

/* PC */
@media only screen and (min-width: 650px) {

	:root {
		--h2FontSize: 5.625rem;
		--h3FontSize: 1.5rem;
		--LogoImgWidht: 5em;
		--LogoImgHeight: 5em;
		--aFontSize: 1.2em;
		--navColorA: black;
		--productosPadding: 1.25rem;
		--h3ProdutosSize: 2.35rem;
		--h2SpanProductosSize: 1.5rem;
		--h2ProductosSize: 1.5rem;
		--padingContactanosBottom: 5em;
		--h3ContactanosSize: 2.5rem;
		--pContactanosSize: 1.1rem;
		--pTextoMenu: 1.5em;
		--productosMinHeight: 18.75rem;
		--productosMinWidht: 15.625rem;
		--icoMaswidth: 8em;
		--icoMasHeight: 8em;
		--icoMarginTop: 3em;
		--menusWidth: 35%;
	}


	.hamburger {
		display: none;
	}

	/* Estilo texto links menu */
	header nav li a {
		position: relative;
		margin: 0 0.938rem;
		font-size: var(--aFontSize);
		text-decoration: none;
		color: rgb(248, 248, 248);
		text-shadow:
			0 0 5px #000,
			0 0 10px #000,
			0 0 20px #000,
			0 0 40px #000,
			0 0 80px rgb(10, 10, 10),
			0 0 90px rgb(12, 12, 12),
			0 0 100px rgb(14, 14, 14);
		letter-spacing: 0.125em;
		font-weight: 999;
	}
}

/* Fin de Media Querys Para PC */

h3 {
	font-weight: bold;
}

body .banner h2 {
	color: rgb(248, 248, 248);
	font-size: var(--h2FontSize);
	text-transform: uppercase;
	text-align: center;
	line-height: 1em;
}

.content h3 {
	font-size: var(--h3FontSize);
	margin-bottom: 0.625rem;
	display: flex;
	justify-content: center;
}

/*LOGO*/
.logo img {
	width: var(--LogoImgWidht);
	height: var(--LogoImgWidht);
}

/* Texto Teléfono */
.telefonoMenu p {
	color: white;
	font-size: 1.2em;
	padding-left: 0.5em;
	display: flex;
	align-items: center;
}

/*Telefono Menu*/
.telefonoMenu {
	margin: 1em;
	display: flex;
	width: 90%;
}

.telefonoMenu img {
	width: 2.5em;
	height: 2.5em;
	display: flex;
	align-items: left;
}

/* Cabecera */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1% 3%;
	z-index: 1000;
	transition: 0.6s;
}

header nav {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

header nav li {
	position: relative;
	list-style: none;
	margin: 1em 0;
}

/* Estilo texto links menu  al bajar*/
header.sticky {
	padding: 0.313rem 0.4rem;
	background: rgb(240, 240, 240);
	border-bottom: 0.163rem solid rgba(0, 0, 0, .1);
}

header.sticky .logo,
header.sticky nav li a {
	color: var(--navColorA);
	text-shadow: none;
}

header.sticky p {
	color: black;
}


/* INFO */

.banner {
	position: relative;
	width: 100%;
	height: 105vh;
	background: url(Imagenes/Background.jpg);
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* FIN INFO */

/* PRODUCTOS */

.productos {
	background-color: #ebebeb;
	padding: var(--productosPadding);
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

section article {
	position: relative;
	text-align: center;
	width: 100%;
	display: flex;
	margin-top: 6.25em;
}

article .produtosInfoPrevia {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.produtosInfoPrevia h3 {
	font-size: var(--h3ProdutosSize);
	margin-bottom: 0.8em;
	display: flex;
	justify-content: center;
	align-content: top;
}

.productoBox {
	display: flex;
	/* max-width: 90%; */
	align-content: center;
	flex-wrap: wrap;
	border: black;
	/*margin-bottom: 6em;*/
	justify-content: space-evenly;
}

.menu {
	background-image: url(Imagenes/Background_7.jpg);
	background-size: cover;
	border-top-left-radius: 2.313em 8.750em;
	border-top-right-radius: 1.438em 8.125em;
	border-bottom-left-radius: 6.875em 1.188em;
	border-bottom-right-radius: 7.500em 1.500em;
	border: solid 3px #6c6c6c;
	line-height: 28px;
	transform: rotate(-1deg);
	box-shadow: 3px 15px 8px -10px rgba(0, 0, 0, 0.3);
}

.productoBox .plato {
	margin: 2.2em 7em;
	position: relative;
	background: #000;
	min-height: var(--productosMinHeight);
	min-width: var(--productosMinWidht);
	display: flex;
	justify-content: center;
	align-items: center;
}

.productoBox .plato picture {
	box-shadow: rgb(0 0 0 / 17%) 0px -23px 25px 0px inset, rgb(0 0 0 / 15%) 0px -36px 30px 0px inset, rgb(0 0 0 / 10%) 0px -79px 40px 0px inset, rgb(0 0 0 / 6%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.productoBox .plato picture img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.productoBox .plato .precio {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: black;
	transition: 1.1s;
	opacity: 0;
}

.productoBox .plato .precio h2 span {
	display: block;
	font-size: var(--h2SpanProductosSize);
	font-weight: 300;
}

.productoBox .plato:hover .precio {
	opacity: 1;
}


.productoBox .plato .precio h2 {
	color: rgb(248, 248, 248);
	text-transform: uppercase;
	font-size: var(--h2ProductosSize);
	letter-spacing: 0.063rem;
}

/* Productos ocultos estilo */

.icoMore {
	margin-top: var(--icoMarginTop);
	cursor: pointer;
}

.icoMore img {
	width: var(--icoMasWidth);
	height: var(--icoMasHeight);
}

.productoBox .visibleNo {
	display: none;
	visibility: hidden;
}

.textoMenu {
	display: flex;
	font-size: var(--pTextoMenu);
	margin: 0.8em 0.2em;
	box-sizing: border-box;
	width: var(--menusWidth);
	align-items: center;
	justify-content: space-between;
}

.textoMenu span {
	color: black;
	font-weight: bold;
	margin-left: 0.2em;
}

/* FIN PRODUCTOS */

/* CONTÁCTANOS */

.contactanos {
	background-color: #f5ede3;
	;
	background-size: cover;
	padding: 1.25rem;
	padding-bottom: var(--padingContactanosBottom);
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.contactanos article {
	position: relative;
	width: 100%;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.contactanos h3 {
	color: black;
	font-size: var(--h3ContactanosSize);
	margin-bottom: 0.8em;
	display: flex;
	justify-content: center;
	align-content: flex-start;
}

.contactanos p {
	color: black;
	justify-content: flex-start;
	margin: 2em;
	font-size: var(--pContactanosSize)
}

.contactanos iframe {
	width: 100%;
	height: 50vh;
}

/* FIN CONTÁCTANOS */

/* Footer */
footer {
	background-color: rgb(72 72 72);
	display: flex;
	justify-content: center;
	padding: 1em 0em;
}

footer p {
	color: rgb(248, 248, 248);
	font-size: var(--aFontSize);
	text-transform: uppercase;
}


.ham {
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hamRotate.active {
	transform: rotate(45deg);
}

.hamRotate180.active {
	transform: rotate(180deg);
}

.line {
	fill: none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;

	stroke-width: 5.5;
	stroke-linecap: round;
}

.ham8 .top {
	stroke-dasharray: 40 160;
}

.ham8 .middle {
	stroke-dasharray: 40 142;
	transform-origin: 50%;
	transition: transform 400ms;
}

.ham8 .bottom {
	stroke-dasharray: 40 85;
	transform-origin: 50%;
	transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
	stroke-dashoffset: -64px;
}

.ham8.active .middle {

	transform: rotate(90deg);
}

.ham8.active .bottom {
	stroke-dashoffset: -64px;
}

/* ========================= */
/* NOVEDAD (INTEGRADA) */
/* ========================= */

.novedad {
	background-color: #ebebeb;
	/* mismo fondo que productos */
	/*padding: 4em 0 2em;*/
	display: flex;
	justify-content: center;
}

.novedad-wrapper {
	width: 50%;
	max-width: 90%;
	margin: 5% 0% 0% 0%;
	text-align: center;
}

.novedad-wrapper img {
	width: 45%;
	height: auto;
	transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 165, 0, 0.15);
	filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.15));
}

/* pequeño gesto visual */
.novedad-wrapper img:hover {
	transform: scale(1.05);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 0 0 50px rgba(255, 165, 0, 0.25);
	filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.25)) brightness(1.05);
}

/* ===== MOBILE ===== */

@media only screen and (max-width: 650px) {

	.novedad {
		padding: 3em 0 1.5em;
	}

	.novedad-wrapper {
		max-width: 95%;
		width: 90%;
	}

	.novedad-wrapper img {
		width: 75%;
	}
}