#s-gastronomia-n {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#s-gastronomia-n > h3 {
	font-size: 30px;
	letter-spacing: 6px;
	color: #706f6f;
	font-family: "Muller light";
	margin-top: 50px;
}

#content-filtro-gastronomia {
	width: 80%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	padding: 40px 0px;
}

#content-filtro-gastronomia a {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	border-radius: 20px;
	padding: 15px;
	gap: 15px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	transition: ease all 0.6s;
}

#content-filtro-gastronomia a.active,
#content-filtro-gastronomia a:hover {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
		0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
	transform: scale(1.05);
}

#content-filtro-gastronomia a span {
	font-size: 20px;
	font-family: "Muller bold";
	color: #706f6f;
	background-color: #fff;
	padding: 4px 15px;
	border-radius: 20px;
	text-align: center;
}
#content-filtro-gastronomia a > div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#content-filtro-gastronomia a img {
	height: 130px;
}

#title-filtro {
	/* display: none; */
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 6px 20px;
	color: #fff;
	font-family: "Muller bold";
	margin: 20px 0px;
	text-align: center;
}

#title-filtro.active {
	display: flex;
}

#content-filtro-gastronomia a:nth-child(1) {
	background-color: #808a29;
}

#content-filtro-gastronomia a:nth-child(2) {
	background-color: #d33232;
}

#content-filtro-gastronomia a:nth-child(3) {
	background-color: #8b0c04;
}

#content-filtro-gastronomia a:nth-child(4) {
	background-color: #e58007;
}

#content-filtro-gastronomia a:nth-child(5) {
	background-color: #02505a;
}




#content-cards-gastronomia a div.verde,
#title-filtro.verde {
	background-color: #808a29;
}

#content-cards-gastronomia a div.rojo,
#title-filtro.rojo {
	background-color: #d33232;
}

#content-cards-gastronomia a div.azul,
#title-filtro.azul {
	background-color: #02505a;
}

#content-cards-gastronomia a div.naranja,
#title-filtro.naranja {
	background-color: #e58007;
}

#content-cards-gastronomia a div.vino,
#title-filtro.vino {
	background-color: #8b0c04;
}

#s-gastronomia-n > p {
	width: 80%;
	text-align: center;
	font-size: 20px;
	color: #606060;
	margin: 60px 0px 0px;
}
#content-cards-gastronomia {
	width: 90%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	padding: 20px 0px 30px;

	transition: ease all 0.6s;
}

#content-cards-gastronomia a {
	width: 100%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: ease all 0.6s;
}

#content-cards-gastronomia a img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: bottom;
	transition: ease all 0.6s;
}

#content-cards-gastronomia a > div {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	padding: 20px 10px;
	transition: ease all 0.6s;
}

#content-cards-gastronomia a span {
	font-family: "Muller bold";
	text-align: center;
	color: #fff;
	font-size: 20px;
}

#content-cards-gastronomia a:hover div {
	bottom: 35%;
	justify-content: space-between;
}

#content-cards-gastronomia a div p {
	display: none;
	background-color: #fff;
	color: #606060;
	padding: 4px 10px;
	border-radius: 20px;
	font-family: "Muller bold";
	font-size: 20px;
	text-align: center;
}

#content-cards-gastronomia a:hover div p {
	display: block;
}

#content-cards-gastronomia a:hover img {
	filter: brightness(0.4);
}

#content-info-grastronomia-interno {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0px;
}

.resto-interna {
	padding: 10px 0 40px;
}

.resto-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.resto-hero-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
	object-fit: cover;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.resto-info {
	background: #ffffff;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.resto-razones p {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	padding: 10px 12px;
	margin: 8px 0;
	border-radius: 12px;
	background: #f7f7f7;
}

.resto-links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 10px;
}

.resto-links a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #ffffff;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.resto-links a:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.resto-galeria {
	grid-column: 1 / -1;
	margin-top: 8px;
	background: #ffffff;
	border-radius: 16px;
	padding: 16px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.resto-galeria #carousel-gast img {
	border-radius: 12px;
}

.resto-collage {
	margin: 0 !important;
	width: 100%;
}

.resto-collage a {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.resto-collage img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.2s ease;
}

.resto-collage a:hover img {
	transform: scale(1.04);
}

#content-info-grastronomia-interno > div {
	width: 80%;
	justify-content: center;
	align-items: stretch;
	display: flex;
	border-radius: 20px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	overflow: visible;
	flex-direction: column;
	position: relative;
}

#content-img-gast-int {
	width: 100%;
	display: flex;
}

#content-img-gast-int img {
	width: 100%;
	object-fit: cover;
	height: 600px;
	object-position: center;
}

#content-info-gast-int {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	padding: 20px;
}

#content-info-gast-int > h1,
#content-info-gast-int > h3 {
	width: 100%;
	text-align: start;
	font-size: 25px;
	padding: 10px 0px;
	font-family: "Muller bold";
}

#content-info-gast-int > h1.verde,
#content-info-gast-int > h3.verde {
	color: #808a29;
	border-bottom: 2px solid #808a29;
}
#content-info-gast-int > h1.rojo,
#content-info-gast-int > h3.rojo {
	color: #d33232;
	border-bottom: 2px solid #d33232;
}
#content-info-gast-int > h1.azul,
#content-info-gast-int > h3.azul {
	color: #02505a;
	border-bottom: 2px solid #02505a;
}
#content-info-gast-int > h1.naranja,
#content-info-gast-int > h3.naranja {
	color: #e58007;
	border-bottom: 2px solid #e58007;
}
#content-info-gast-int > h1.vino,
#content-info-gast-int > h3.vino {
	color: #8b0c04;
	border-bottom: 2px solid #8b0c04;
}

#content-info-gast-int > h2.verde,
#content-info-gast-int > h5.verde {
	color: #808a29;
}
#content-info-gast-int > h2.rojo,
#content-info-gast-int > h5.rojo {
	color: #d33232;
}
#content-info-gast-int > h2.azul,
#content-info-gast-int > h5.azul {
	color: #02505a;
}
#content-info-gast-int > h2.naranja,
#content-info-gast-int > h5.naranja {
	color: #e58007;
}
#content-info-gast-int > h2.vino,
#content-info-gast-int > h5.vino {
	color: #8b0c04;
}

#content-info-gast-int > h2,
#content-info-gast-int > h5 {
	font-size: 20px;

	font-family: "Muller bold";
}

#content-razones {
	width: 95%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	margin-left: 40px;
	padding-bottom: 40px;
}

#content-razones p {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}

#content-razones p svg {
	width: 25px;
}

#content-razones p svg.verde {
	fill: #808a29;
}
#content-razones p svg.rojo {
	fill: #d33232;
}
#content-razones p svg.azul {
	fill: #02505a;
}
#content-razones p svg.naranja {
	fill: #e58007;
}
#content-razones p svg.vino {
	fill: #8b0c04;
}

#content-razones p span {
	width: calc(100% - 25px);
	font-size: 18px;
	color: #606060;
}

#content-info-gast-int > p {
	font-size: 20px;
	color: #606060;
}

#content-links-gast-interno {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

#content-links-gast-interno a {
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#content-links-gast-interno a svg {
	width: 50px;
	padding: 10px;
	border-radius: 50%;
	fill: #fff;
}

#content-links-gast-interno a.verde svg {
	background-color: #808a29;
}
#content-links-gast-interno a.rojo svg {
	background-color: #d33232;
}
#content-links-gast-interno a.azul svg {
	background-color: #02505a;
}
#content-links-gast-interno a.naranja svg {
	background-color: #e58007;
}
#content-links-gast-interno a.vino svg {
	background-color: #8b0c04;
}

#content-links-gast-interno a span {
	width: calc(100% - 50px);
	color: #606060;
	font-size: 20px;
	word-wrap: break-word;
}

.resto-link-whatsapp {
	position: fixed;
	z-index: 5;
	background: linear-gradient(135deg, #25d366 0%, #1ebe57 100%);
	color: #fff;
	font-weight: 700;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
	border-radius: 30px;
	padding: 6px 16px;
	gap: 12px;
	justify-content: flex-start;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	border: 1px solid rgba(0, 0, 0, 0.06);
	top: 120px;
	align-items: center;
	display: inline-flex;
}

.resto-link-whatsapp svg {
	background-color: rgba(255, 255, 255, 0.2);
	width: 40px;
	height: 40px;
	padding: 6px;
	border-radius: 50%;
}
.resto-link-whatsapp svg path {
	fill: #fff;
}

.resto-link-whatsapp span {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.2px;
}

.resto-link-whatsapp:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}

.resto-link-whatsapp {
	animation: resto-wp-pulse 2.4s ease-in-out infinite;
}

@keyframes resto-wp-pulse {
	0% {
		transform: translateY(0) scale(1);
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
	}
	50% {
		transform: translateY(-2px) scale(1.02);
		box-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
	}
	100% {
		transform: translateY(0) scale(1);
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
	}
}

#btn-carta {
	color: #fff;
	padding: 4px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d33232;
	border-radius: 10px;
	font-size: 30px;
	gap: 10px;
	font-family: "Muller bold";
}

#btn-carta svg {
	width: 50px;
}

.container-popup > div {
	position: relative;
}
.bnn {
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 20px);
	background-color: #d93232;
	border-radius: 50%;
	z-index: 9999;
}

#bnn-izq {
	left: 10px;
}

#bnn-der {
	right: 10px;
}

#content-info-cards-gas {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content-info-gas-c {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-silder-restaurante-interno {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}


#carousel-gast img {
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}

#content-btns-gas {
	width: 100%;
	display: grid;
	grid-template-columns: 100%;
	justify-content: center;
	align-items: stretch;
}

#content-btn-wp {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;

}

#btn-wp-res {
	display: none !important;
}

#content-btn-wp {
	display: flex;
}

@media screen and (max-width: 1024px) {
	#content-filtro-gastronomia {
		width: 90%;
		grid-template-columns: repeat(2, 1fr);
		padding: 20px 0px;
	}

	#content-filtro-gastronomia a img {
		height: 50px;
	}

	#content-filtro-gastronomia a span {
		font-size: 15px;
	}

	#s-gastronomia-n > p {
		width: 90%;
		text-align: justify;
	}

	#content-cards-gastronomia {
		width: 90%;
		grid-template-columns: repeat(1, 1fr);
	}

	#content-cards-gastronomia a div {
		bottom: 0%;
		justify-content: center;
	}

	#content-cards-gastronomia a div p {
		display: block;
		font-size: 16px;
	}

	#content-cards-gastronomia a span {
		font-size: 16px;
	}
	#content-img-gast-int img {
		height: 200px;
	}

	#content-info-grastronomia-interno > div {
		width: 90%;
	}

	#content-info-gast-int > p {
		font-size: 18px;
	}

	#content-links-gast-interno a span {
		width: calc(100% - 30px);
		font-size: 18px;
	}

	#content-links-gast-interno a svg {
		width: 30px;
	}

	#content-razones {
		margin-left: 0px;
	}

	#content-links-gast-interno a svg {
		padding: 4px;
	}

	.resto-link-whatsapp {
		position: sticky;
		right: auto;
		width: 100%;
		top: 8px;
	}

	.resto-layout {
		grid-template-columns: 1fr;
	}

	.resto-galeria {
		margin-top: 0;
	}

	.resto-collage {
		margin: 0 !important;
	}

	.resto-collage a {
		box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
	}

	#s-gastronomia-n > h3 {
		text-align: center !important;
	}

	#content-links-gast-interno a {
		width: 100%;
	}

	.resto-link-whatsapp span {
		font-size: 12px;
	}

	.resto-link-whatsapp {
		position: sticky;
		right: auto;
		width: auto;
		top: 8px;
	}

	.resto-link-whatsapp {
		position: fixed;
		right: auto;
		width: auto;
		top: auto;
		bottom: 50px;
	}

	.resto-link-whatsapp svg {
		width: 25px;
		height: 25px;
	}

	.resto-link-whatsapp {
		padding: 5px;
	}

	#content-links-gast-interno a span {
		width: calc(100% - 40px);
	}

	#btn-wp-res {
		display: flex !important;
		background: linear-gradient(135deg, #25d366 0%, #1ebe57 100%);
		color: #fff;
		font-weight: 700;
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
		padding: 6px 16px;
		gap: 12px;
		justify-content: flex-start;
		transition: transform 0.15s ease, box-shadow 0.15s ease;
		border: 1px solid rgba(0, 0, 0, 0.06);
		align-items: center;
		display: inline-flex;
		animation: resto-wp-pulse 2.4s ease-in-out infinite;
	}

	#btn-wp-res svg {
		background-color: rgba(255, 255, 255, 0.2) !important;
		width: 40px !important;
		height: 40px !important;
		padding: 6px;
		border-radius: 50%;
	}
	#btn-wp-res svg path {
		fill: #fff !important;
	}

	#btn-wp-res span {
		color: #fff !important;
		font-size: 18px;
		letter-spacing: 0.2px;
	}
	

	#content-btn-wp {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.resto-collage {
		margin: 0 !important;
	}
}
