@charset "utf-8";

@font-face {
    font-family: 'playfair_display';
    src: url('../fonts/playfairdisplay-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-variablefont_wght-webfont.woff') format('woff');
    font-weight: 100 900; /* variable */
    font-style: normal;
}
/* === SOFIA PRO === */

@font-face {
    font-family: 'sofia_pro';
    src: url('../fonts/sofia_pro_extralight_az-webfont.woff2') format('woff2'),
         url('../fonts/sofia_pro_extralight_az-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'sofia_pro';
    src: url('../fonts/sofia_pro_light_az-webfont.woff2') format('woff2'),
         url('../fonts/sofia_pro_light_az-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'sofia_pro';
    src: url('../fonts/sofia_pro_regular_az-webfont.woff2') format('woff2'),
         url('../fonts/sofia_pro_regular_az-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'sofia_pro';
    src: url('../fonts/sofia_pro_medium_az-webfont.woff2') format('woff2'),
         url('../fonts/sofia_pro_medium_az-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'sofia_pro';
    src: url('../fonts/sofia_pro_semi_bold_az-webfont.woff2') format('woff2'),
         url('../fonts/sofia_pro_semi_bold_az-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}


html {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
  margin: 0;
  padding: 0; 
	min-height: 100%;
	overflow-x: hidden;
/* Desplazamiento suave */
    scroll-behavior: smooth;}

html body {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
  margin: 0;
  padding: 0;
	overflow-x: hidden;
	background: url("../images/fondo.avif")top fixed repeat; background-size: 100% auto;
	background-color: #150e10;
 }
.fullpage-container-ocn{
  overflow: hidden;
  width: 100%;
	max-width: 100%;
	min-width: 100%;
}
header {
	position: fixed;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	z-index: 98;
	top: 0;
	padding: 0;
	margin: 0;
	/* APLICACIÓN DE FLEXBOX EXTERIOR */
	justify-content: space-between; 
	align-items: center; 
	transition: 0.3s all ease-in-out;}

.tex0 {
		z-index: 22;
		position: relative;}


.logo {
	z-index: 100;
	position: absolute;
	width: 39%;
	text-align: center;
	max-width: 39%;
	min-width: 39%; 
	background:rgba(10,1,3,0.95);
	height: 148px;
	padding: 0;
	top: 0;
	left: 0;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;}
.logo img {
	text-align: center;
	padding-top: 33px;
	margin-left: auto;
	margin-right: auto;
	width: 214px; 
	height: 80px;}

.logo:hover, .logo.show { filter: brightness(2.2);}
h2 {
    display: block;
    font-size: 1.1em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: lighter;
    unicode-bidi:normal;
		margin: 0 10%;
}
nav {
	z-index: 98;
	position: absolute;
	width:  61%;
	max-width: 61%;
	min-width: 61%; 
	height: 148px;
    margin: 0;
    padding: 0;
	right: 0;
	background: rgba(225,52,0,1.00);
	text-align:left;
	top: 0;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}
img {
    max-width: 100%;
	width: 100%;
    height: auto;
}
a {
    cursor: pointer; margin: 0; padding: 0; text-decoration-line: none; color: none;
}
.cj-roja img {
    max-width: 70px;
	width: 70px;
    height: auto;
}
.cj-amarilla img {
    max-width: 70px;
	width: 70px;
    height: auto;
}
.cj-blanca img {
    max-width: 129px;
	width: 129px;
    height: auto;
}

ul.menu {
	vertical-align: top;
    margin: 0;
    padding: 0;
	height: 150px;
	list-style: none;
    zoom: 1;
    transform-origin: top center;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}
ul.men {
    margin: 0;
	border: none 0px;
    padding: 0;
	list-style: none;
	
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;}
ul.men img {
    vertical-align: middle; 
    /* o, si quieres 0 espacio total: */
    /* vertical-align: top; */
    /* vertical-align: bottom; */
}
ul.menu li{
	display: inline-block;
	border: none 0px;
	margin: 0; padding: 0px;
	cursor: pointer; 
    height: auto !important;
    line-height: 0;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}
ul li.menu img{
	border: 0px none;
	display: block;
	margin: 0px; padding: 0px;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;

}
ul li a{
	border: none 0px; margin: 0px; padding: 0px;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
	color: inherit;
    text-decoration: none;
}
ul li.topp, ul li.topt, ul li.topd, ul li.topcv{ 
	position: relative;
	width: 146px;
	max-width: 146px;
	min-width: 146px;
	vertical-align: top;
	border: none 0px; margin: 0; padding: 0px;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}

ul li.topp{ 
	background: rgba(53,13,6,1.00);
	top: -349px;
}
ul li.topp:hover, ul li.topp.show {
	top: 0px;
} 
.caja-bt-00{
	width: 150px;
	max-width: 150px;
	min-width: 150px;
	height: 150px;
	background:url("../images/btn-b-platos-gourmet.svg") center no-repeat;
	margin: 0; padding: 0; border: none;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}
.caja-bt-01{
	width: 150px;
	max-width: 150px;
	min-width: 150px;
	height: 118px;
	background:url("../images/btn-b-paella-gourmet.svg") center no-repeat;
	margin: 0; padding: 0; border: none;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}
.caja-bt-02{
	width: 150px;
	max-width: 150px;
	height: 115px;
	background:url("../images/btn-b-arroz-negro-valenciano.svg") center no-repeat;
	margin: 0; padding: 0; border: none;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}
.caja-bt-03{
	width: 150px;
	max-width: 150px;
	height: 122px;
	background:url("../images/btn-b-jamon-horneado-gourmet.svg") center no-repeat;
	margin: 0; padding: 0; border: none;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}

ul li.topt{
	background: rgba(235,121,0,1.00);
	top: -373px;
}
ul li.topt:hover, ul li.topt.show {
	top: -1px; 
}
.caja-bt-11{
	width: 150px;
	max-width: 150px;
	height: 150px;
	background:url("../images/btn-b-tapas-premium.svg") center no-repeat;
	margin: 0; padding: 0; border: none;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}
.caja-bt-12{
	width: 150px;
	max-width: 150px;
	height: 113px;
	background:url("../images/btn-b-tortilla-espanola-gourmet.svg") center no-repeat;
	margin: 0 0 -8px 0; padding: 0; border: none;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}
.caja-bt-13{
	width: 150px;
	max-width: 150px;
	height: 100px;
	background:url("../images/btn-b-jamon-serrano-premium.svg") center no-repeat;
	margin: 0 0 -8px 0; padding: 0; border: none;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}
.caja-bt-14{
	width: 150px;
	max-width: 150px;
	height: 80px;
	background:url("../images/btn-b-chorizo-iberico.svg") center no-repeat;
	margin: 0 0 -6px 0; padding: 0; border: none;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
} 
.caja-bt-15{
	width: 150px;
	max-width: 150px;
	height: 85px;
	background:url("../images/btn-b-pulpo-real.svg") center no-repeat;
	margin: 0 0 -6px 0; padding: 0; border: none;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}
ul li.topd{
	background: rgba(99,48,34,1.00);
	top: -118px;
	
}
ul li.topd:hover, ul li.topd.show{
	top: 0px;
}
 
.caja-bt-22{
	width: 150px;
	max-width: 150px;
	height: 150px;
	background:url("../images/btn-b-dulces-del-chef.svg") center no-repeat;
	margin: 0 0 0 0; padding: 0; border: none;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}
.caja-bt-21{
	width: 150px;
	max-width: 150px;
	height: 140px;
	background:url("../images/btn-b-postre-de-natas.svg") center no-repeat;
	margin: -12px 0 -15px 0; padding: 0; border: none;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}

ul li.topcv{
	background: rgba(21,6,7,1.00);
	top: -397px;
}
ul li.topcv:hover, ul li.topcv.show {
	top: -1px; 
}
.caja-bt-33{
	width: 150px;
	max-width: 150px;
	height: 150px;
	background:url("../images/btn-b-cava-de-vinos.svg") center no-repeat;
	margin: 0; padding: 0; border: none;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}
.caja-bt-30{
	width: 150px;
	max-width: 150px;
	height: 118px;
	background:url("../images/btn-b-vinos-tintos.svg") center no-repeat;
	margin: 0px 0 -6px 0; padding: 0; border: none;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}
.caja-bt-31{
	width: 150px;
	max-width: 150px;
	height: 94px;
	background:url("../images/btn-b-vinos-blancos.svg") center no-repeat;
	margin: 0px 0 -6px 0; padding: 0; border: none;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}
.caja-bt-32{
	width: 150px;
	max-width: 150px;
	height: 94px;
	background:url("../images/btn-b-vinos-rosados.svg") center no-repeat;
	margin: 0px 0 -6px 0; padding: 0; border: none;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}
.caja-bt-34{
	width: 150px;
	max-width: 150px;
	height: 94px;
	background:url("../images/btn-b-vinos-espumosos.svg") center no-repeat;
	margin: 0px 0 -6px 0; padding: 0; border: none;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}

.caja-bt-00 img, .caja-bt-00 img, 
.caja-bt-01 img, .caja-bt-01 img,
.caja-bt-02 img, .caja-bt-02 img,
.caja-bt-03 img, .caja-bt-03 img,
.caja-bt-11 img, .caja-bt-11 img, 
.caja-bt-12 img, .caja-bt-12 img,
.caja-bt-13 img, .caja-bt-13 img,
.caja-bt-14 img, .caja-bt-14 img,
.caja-bt-15 img, .caja-bt-15 img,
.caja-bt-22 img, .caja-bt-22 img,
.caja-bt-21 img, .caja-bt-21 img,
.caja-bt-33 img, .caja-bt-33 img,
.caja-bt-31 img, .caja-bt-31 img,
.caja-bt-32 img, .caja-bt-32 img,
.caja-bt-34 img, .caja-bt-34 img,
.caja-bt-30 img, .caja-bt-30 img 
{
	opacity: 1;
}
.caja-bt-00 img:hover, .caja-bt-00 img.show, 
.caja-bt-01 img:hover, .caja-bt-01 img.show, 
.caja-bt-02 img:hover, .caja-bt-02 img.show, 
.caja-bt-03 img:hover, .caja-bt-03 img.show, 
.caja-bt-11 img:hover, .caja-bt-11 img.show, 
.caja-bt-12 img:hover, .caja-bt-12 img.show, 
.caja-bt-13 img:hover, .caja-bt-13 img.show, 
.caja-bt-14 img:hover, .caja-bt-14 img.show, 
.caja-bt-15 img:hover, .caja-bt-15 img.show, 
.caja-bt-22 img:hover, .caja-bt-22 img.show, 
.caja-bt-21 img:hover, .caja-bt-21 img.show, 
.caja-bt-33 img:hover, .caja-bt-33 img.show, 
.caja-bt-31 img:hover, .caja-bt-31 img.show, 
.caja-bt-32 img:hover, .caja-bt-32 img.show, 
.caja-bt-34 img:hover, .caja-bt-34 img.show, 
.caja-bt-30 img:hover, .caja-bt-30 img.show {
	opacity: 0;
}
/* contenido*/
.contenido {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
    margin-top: 100px;
	vertical-align: top;}

.caja-info {
	width: 61%;
	max-width: 61%;
	min-width: 61%;
	height: auto;
	margin: 0 0 0 39%; padding: 0;
	left: 0;
	z-index: 2;
	display: block;
	position: relative;
	overflow: hidden;
}
.cj-roja {
	width: 45%;
	max-width: 45%;
	min-width: 45%;
	vertical-align: top;
	color: rgba(246,239,239,1.00);
	background: rgba(138,31,0,0.6);
    padding: 11% 52% 3% 5%;
	margin: 0;
    font-family: 'playfair_display';
	font-size: 24px;
	font-weight: 100;
		line-height: 30px;
text-align: right;
	
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}.espacio{height: 0px}

.cj-amarilla {
	width: 45%;
	max-width: 45%;
	min-width: 45%;
	vertical-align: top;
	color: rgba(246,239,239,1.00);
	background: rgba(234,119,0,0.8);
    padding: 11% 52% 3% 5%;
	margin: 0;
    font-family: 'playfair_display';
	font-size: 24px;
	font-weight: 100;
		line-height: 30px;
text-align: right;
	
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}

.cj-blanca {
	width: 45%;
	max-width: 45%;
	min-width: 45%;
	vertical-align: top;
	background: rgba(246,239,239,0.95);
    padding: 3% 50% 3% 5%;
	margin: 0;
	text-align: right;
	font-size: 19px;
    font-family: 'sofia_pro';
	color: rgba(44,10,9,1.00);
	font-weight: 500;
	display: block;
	border-radius: 0 0 0 33px;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}
.cj-blanca img {
	width: 150px;
	max-width: 150px;
	height: auto;
}
.texto {
	width: 45%;
	max-width: 45%;
	min-width: 45%;
	background: transparent;
    padding: 3% 50% 3% 5%;
	margin: 0 0 0 0;
	text-align: right;
	color: rgba(224,51,0,1.00);
	font-size: 44px;
    font-family: 'playfair_display';
	font-weight: bolder;
	text-transform: uppercase;
	display: block;
	
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
}
.textico {
text-align: right;
	padding-right: 11px;
	margin: 0 0 22px auto;
border-right: 2px #892000 solid}

.big {
	font-size: 66px;
	color: hsla(0,33%,96%,1.00);
}

.cj-descrip {
	text-align: right;
	font-size: 44px;
	transform: scaleX(0.7);
    font-family: 'playfair_display';
	font-weight: 900;
	text-transform: uppercase;
	margin-right: -18%;
}
.para{
	color: rgba(233,225,225,1.00) ;
	font-size: 23px;
	font-weight: normal;
    font-family: 'sofia_pro';
}
.cj-precio{
	color:rgba(234,119,0,1.00);
	font-size: 47px;
    font-family: 'sofia_pro';
	font-weight:  normal;
	text-transform: none;
}
.caja-grafica{
	width: 43%;
	max-width: 43%;
	min-width: 43%;
	height: auto;
	padding: 0;
	left: 4%;
	top: 190px;
	margin: 0;
	vertical-align: top;
	position:absolute;
} 

.titulo{
	width: 55%;
	max-width: 55%;
	height: auto;
	z-index: 19;
	margin: 1% 0 0 0;
	right: 30%;
    position: absolute;
	display: block;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;}

.aro{
	width: 92%;
	max-width: 92%;
	height: auto;
	z-index: 0;
    position: absolute;
	margin: 23% 0 0 8%;
    display: block; 
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;
} 
.punto-uno{
	width: 1%;
	max-width: 1%;
	height: auto;
	z-index: 0;
    position: absolute;
	margin: 35% auto 0 25%;
    display: block;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;}

.punto-dos{
	width: 0.8%;
	max-width: 0.8%;
	height: auto;
	z-index: 0;
    position: absolute;
	margin: 19% 0 0 65%;
    display: block;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;}

.azafran-uno{
	width: 3%;
	max-width: 3%;
	height: auto;
	z-index: 0;
    position: absolute;
	margin: 37% 0 0 20%;
	transform: rotate(-33deg);
    display: block;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;} 

.azafran-dos{
	width: 5%;
	max-width: 5%;
	height: auto;
	z-index: 0;
    position: absolute;
	margin: 18% -0% 0 60%;
    display: block;
	transition: 0.3s all ease-in-out; -webkit-transition: 0.3s all ease-in-out; -moz-osx-transition: 0.3s all ease-in-out;} 


.paella, .jamonh {width: 100%;max-width: 100%;
	height: auto;
	z-index: 11;
    position: relative;
	margin: 23% 0 0 14%;
    transform-origin: top center;
	text-align: center;
    display: block;
	transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-osx-transition: 0.8s all ease-in-out;}
.caja-grafica .paella img {
	transform: rotate(0deg) scale(1.25);
    transform-origin: top center;
	transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-osx-transition: 0.8s all ease-in-out;
	}.caja-grafica .paella img, .caja-grafica .jamonh img  {
	transform: rotate(0deg) scale(1.25);
    transform-origin: top center;
	transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-osx-transition: 0.8s all ease-in-out;
	}
.caja-grafica:hover .aro img, .caja-grafica.show .aro img{
	transform: rotate(-6deg) scale(1.02);
	}
.caja-grafica .aro img {
	transform: rotate(0deg) scale(1);
	transition: 1s all ease-in-out; -webkit-transition: 1s all ease-in-out; -moz-osx-transition: 1s all ease-in-out;
	}
.caja-grafica:hover .paella img, .caja-grafica.show .jamonh img{
	transform: rotate(-2deg) scale(1.3); filter: contrast(1.2);
	}
.caja-grafica:hover .punto-uno img, .caja-grafica.show .punto-uno img{
	transform: translateX(-25px) translateY(-26px) scale(2);
	}
.caja-grafica .punto-uno img{
	transform: translateX(0) translateY(0) scale(1);
	transition: 0.9s all ease-in-out; -webkit-transition: 0.9s all ease-in-out; -moz-osx-transition: 0.9s all ease-in-out;
	}
.caja-grafica:hover .punto-dos img, .caja-grafica.show .punto-dos img{
	transform: translateX(19px) translateY(-45px) scale(1.7);
	}
.caja-grafica .punto-dos img{
	transform: translateX(0) translateY(0) scale(1);
	transition: 1.3s all ease-in-out; -webkit-transition: 1.3s all ease-in-out; -moz-osx-transition: 1.3s all ease-in-out;
	}
.caja-grafica:hover .azafran-uno img, .caja-grafica.show .azafran-uno img{
	transform: rotate(-15deg) translateX(-51px) translateY(-33px) scale(1.7);
	}
.caja-grafica .azafran-uno img{
	transform: translateX(0) translateY(0) scale(1);
	transition: 1.5s all ease-in-out; -webkit-transition: 1.5s all ease-in-out; -moz-osx-transition: 1.5s all ease-in-out;
	}
.caja-grafica:hover .azafran-dos img, .caja-grafica.show .azafran-dos img{
	transform: rotate(-45deg) translateX(60px) translateY(-39px) scale(1.5);
	}
.caja-grafica .azafran-dos img{
	transform: translateX(0) translateY(0) scale(1);
	transition: 1.7s all ease-in-out; -webkit-transition: 1.7s all ease-in-out; -moz-osx-transition: 1.7s all ease-in-out;
	}
.caja-grafica:hover .titulo img, .caja-grafica.show .titulo img{
	transform: scale(1.17);
	}
.caja-grafica .titulo img{
	transform: scale(1);
	transition: 2s all ease-in-out; -webkit-transition: 2s all ease-in-out; -moz-osx-transition: 2s all ease-in-out;
	}
.dk-ingrediente a {font-weight: 900}.dk-ingrediente a:hover {text-decoration: underline;}
.boton-reserva {
  width: 556px;      /* ajusta al tamaño real */
  height: 300px;
  margin: 4% auto 10% auto;
  position: relative;
  display: block;
	cursor: pointer;
  stroke-dasharray: 1096.67;
  stroke-dashoffset: 1096.67;
 filter: brightness(1) contrast(1);
	transform: scale(1);
	transition: 0.7s all ease-in-out; -webkit-transition: 0.7s all ease-in-out; -moz-osx-transition: 0.7s all ease-in-out;
}

.boton-reserva:hover, .boton-reserva.show {
 filter: brightness(1.4) contrast(1.4);
	transform: scale(1.05)
}

/* Capa 1 = imagen normal */
.boton-reserva::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/boton-reserva-a.svg") no-repeat center/contain;
  opacity: 1;
}

/* Capa 2 = imagen iluminada */
.boton-reserva::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/boton-reserva-b.svg") no-repeat center/contain;
  opacity: 0;
  animation: animacionbotonreserva 4s infinite ease-in-out;
}

@keyframes animacionbotonreserva {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; }
}

.linea{ width: 100%; max-width: 100%; min-width: 100%;
		background: rgba(224,51,0,1.00); height: 5px; margin: 0 0 -4px 0; padding: 0}

.contacto{ width: 100%; max-width: 100%; min-width: 100%;
		background: rgba(247,239,239,1.00); 
	padding-top: 40px; 
	padding-bottom: 50px;
	text-align: center; 
	margin: 0;
	font-size: 16px;
    font-family: 'sofia_pro';
	color: rgba(44,10,9,1.00);
	font-weight: 400;}
.naroj{ 
	color: rgba(224,51,0,1.00);
	font-weight: 900;
	transition: 0.7s all ease-in-out; -webkit-transition: 0.7s all ease-in-out; -moz-osx-transition: 0.7s all ease-in-out}
.naroj:hover{ 
	color: rgba(234,119,0,1.00);}
.gord{ 
	font-size: 18px;;
	font-weight: 900;
color: #613023}
.pie{ width: 100%; max-width: 100%; min-width: 100%;
		background: rgba(224,51,0,1.00);
	font-size: 10px;
    font-family: 'sofia_pro';
	color:rgba(241,233,233,1.00);
	font-weight: 100;
	padding-top: 16px; 
	padding-bottom: 5px;
text-align: center;
margin: 0;
height: 20px;}
.bottone{
 filter: brightness(1) contrast(1);
	cursor: pointer; zoom: 1;
	transition: 0.7s all ease-in-out; -webkit-transition: 0.7s all ease-in-out; -moz-osx-transition: 0.7s all ease-in-out}
.bottone:hover, .bottone.show {
 filter: saturate(1.1) brightness(1.1) contrast(1.1); transform:translateX(-8px) scaleX(1.04);
    transform-origin: top center;
}
.base-logo{
	width: 16%;
	max-width: 16%;
	min-width: 180px;
	display: block;
	text-align: center;
	margin: 0 auto 22px auto;
}
.logo-h{
	display: block;
	width: 16%;
	max-width: 16%;
	min-width: 180px;
	text-align: center;
	margin: 0 auto;
}
.icono{
	display: inline-block;
	width: 45px;
	max-width:  45px;
	min-width:  45px;
	height:  45px;
	text-align: center;
	margin: 11px 12px;
	transition: 0.7s all ease-in-out; -webkit-transition: 0.7s all ease-in-out; -moz-osx-transition: 0.7s all ease-in-out
}.icono:hover, .icono.show{transform: scale(1.04); filter: saturate(2.5) contrast(2)
}
.blanco{
	color: rgba(246,238,238,1.00);
	transition: 0.7s all ease-in-out; -webkit-transition: 0.7s all ease-in-out; -moz-osx-transition: 0.7s all ease-in-out
}.blanco:hover, .blanco.show{
	color: rgba(246,238,238,0.6);
}
/* responsive*/

@media screen and (max-width: 1400px) {
	
.cj-roja {
	width: 60%;
	max-width: 60%;
	min-width: 60%;
    padding: 10% 35% 3% 5%;
} 
.cj-amarilla {
	width: 60%;
	max-width: 60%;
	min-width: 60%;
    padding: 10% 35% 3% 5%;
}
.cj-blanca {
	width: 60%;
	max-width: 60%;
	min-width: 60%;
    padding: 3% 35% 3% 5%;
}
.texto {
	width: 60%;
	max-width: 60%;
	min-width: 60%;
    padding: 3% 35% 5% 5%;
}

	
}
@media screen and (max-width: 1200px) {
	.cj-roja {
	width: 75%;
	max-width: 75%;
	min-width: 75%;
    padding: 10% 25% 3% 5%;
}.cj-amarilla {
	width: 75%;
	max-width: 75%;
	min-width: 75%;
    padding: 10% 25% 3% 5%;
}
.cj-blanca {
	width: 60%;
	max-width: 60%;
	min-width: 60%;
    padding: 3% 35% 3% 5%;
}
.texto {
	width: 60%;
	max-width: 60%;
	min-width: 60%;
    padding: 3% 35% 5% 5%;
}}
@media screen and (max-width: 992px) {
	
	.logo {
	width: 100%;
	max-width: 100%;
	min-width: 100%; 
	background:rgba(10,1,3,1);
	height: 100px;}
.logo img {
	padding-top: 12px;
	width: 188px; 
	max-width: 188px; 
	height: 70px;}

.logo:hover, .logo.show { filter: brightness(2.2);}

nav {
	width:  100%;
	max-width: 100%;
	min-width: 100%;
	top: 100px;
	position: absolute;
	justify-content:center; 
	text-align:center;
	transform: scale(1);
}
	.cj-roja {
	width: 65%;
	max-width: 65%;
	min-width: 65%;
		font-size: 19px;
    padding: 42% 30% 3% 15%;
	margin: 0;
}.cj-amarilla {
	width: 65%;
	max-width: 65%;
	min-width: 65%;
		font-size: 19px;
    padding: 42% 30% 3% 15%;
	margin: 0;
}
.cj-blanca {
	width: 70%;
	max-width: 70%;
	min-width: 70%;
    padding: 3% 25% 3% 5%;
}
.texto {
	width: 70%;
	max-width: 70%;
	min-width: 70%;
    padding: 3% 25% 5% 5%;
}
	.caja-info {
	width: 50%;
	max-width: 50%;
	min-width: 50%; margin: 0 0 0 50%;
}
.caja-grafica{
	width: 50%;
	max-width: 50%;
	min-width: 50%;
	left: 8%;
	top: 280px;
} 
	
	.titulo{
	margin: 4% 0 0 0;}	
	.aro{
	margin: 34% 0 0 -3%;
		width: 96%;
	max-width: 96%;}	
	.paella, .jamonh{
	margin: 36% 0 0 4%;}	
	.boton-reserva {
  width: 400px;      /* ajusta al tamaño real */
  height: 250px;
}
}
@media screen and (max-width: 768px) {
	nav {
	width:  100%;
	max-width: 100%;
	min-width: 100%;
		height: 137px;
	top: 88px;
		right: 0%;
		text-align: center;
		margin: 0 auto;transform-origin: top center;
}
	ul.menu {
    zoom: 0.93;
    transform-origin: top center;
}
	.cj-roja {
	width: 62%;
	max-width: 62%;
	min-width: 62%;
    padding: 47% 19% 3% 19%;
	margin: 0;
		font-size: 18px;
		line-height: 25px;	
}	.cj-amarilla {
	width: 70%;
	max-width: 70%;
	min-width: 70%;
    padding: 47% 16% 3% 14%;
	margin: 0;
		font-size: 18px;
		line-height: 25px;	
}
	.big {
	font-size: 44px;
	color: hsla(0,33%,96%,1.00);
}
	.cj-descrip {
	text-align: right;
	font-size: 32px;
}.cj-blanca img {
	width: 130px;
	max-width: 130px;
	height: auto;
}
.para{
	font-size: 17px;
}
.cj-precio{
	font-size: 35px;
}
	.caja-grafica{
	width: 51%;
	max-width: 51%;
	min-width: 51%;
	top: 290px;
} 
.caja-grafica{
	width: 50%;
	max-width: 50%;
	min-width: 50%;
	height: auto;
	padding: 0;
	left: 4%;
	top: 250px;
	
} 
	.titulo{
	margin: 4% 0 0 0;}	
	.aro{
	margin: 33% 0 0 1%;}	
	.paella {
	margin: 35% 0 0 8%;}
	.jamonh {
	margin: 38% 0 0 8%;}
	
}
	
@media screen and (max-width: 576px) {
		nav {
	width:  100%;
	max-width: 100%;
	min-width: 100%;
		height: 112px;
	top: 80px;
		right: 0%;
		text-align: center;
		margin: 0 auto;
}
	ul.menu {
    zoom: 0.76;
    transform-origin: top center;
}
	
	.cj-roja {
	width: 79%;
	max-width: 79%;
	min-width: 79%;
    padding: 35% 14% 3% 8%;
		font-size: 16px;
		line-height: 19px;	
}	.espacio{height: 35px}.cj-amarilla {
	width: 79%;
	max-width: 79%;
	min-width: 79%;
    padding: 49% 14% 3% 8%;
		font-size: 16px;
		line-height: 19px;	
}.cj-blanca {
	width: 31%;
	max-width: 31%;
	min-width: 31%;
    padding: 6% 6% 6% 11%;
		font-size: 16px;
		line-height: 16px;
	border-radius: 0 0 33px 0;
}
	.cj-blanca img {
	width: 125px;
	max-width: 125px;
	height: auto;
}.textico { 
	margin: 0 0 6px auto;
}
	.cj-descrip {
		font-size: 29px;}

	.para {
		font-size: 16px;}
	.cj-precio {
		font-size: 32px;}
.caja-grafica{
	width: 76%;
	max-width: 76%;
	min-width: 76%;
	margin: 4% 10% 0% 14%;
} 
	.titulo{
	margin: -12% 35% 0 0;
	width: 48%}	
	.aro{
	margin: -4% 0 0 -9%;}	
	.paella{
		width: 92%;
		max-width: 92%;
	margin: 0% 0% 0 0%;}.jamonh{
		width: 92%;
		max-width: 92%;
	margin: -13% 0% 0 0%;}
	.jamonh {
		width: 92%;
		max-width: 92%;
	margin: -6% 0% 0 0%;}

	.caja-info {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
		margin: 77% 0 0 0%;
}
	
.texto {
	width: 93%;
	max-width: 93%;
	min-width: 93%;
    padding: 7% -3% 2% 0%;
	margin: -31% 0 3% 0;
}
}
@media screen and (max-width: 480px) {
	.logo {
	height: 90px;}
	.logo img {
	padding-top: 19px;
	width: 139px; 
	max-width: 139px; 
	height: 52px;}
	nav {
	top: 88px;
		height: 84px;
}
	
	ul.menu {
    zoom: 0.57;
    transform-origin: top center;
}
	.cj-roja {
    padding: 39% 14% 3% 8%;	
}.cj-amarilla {
    padding: 55% 14% 3% 8%;	
}
	.paella {
	margin: -13% 0 0 0%;
}
.cj-blanca img {
    max-width: 119px;
	width: 119px;
    height: auto;
}.titulo{
	margin: -20% 40% 0 0;
	width: 40%}	
	.aro{
	margin: -18% 0 3% -9%;}	ç
	
	.paella{
		width: 92%;
		max-width: 92%;
	margin: -25% 0% 0 0%;}
	.jamonh{
		width: 92%;
		max-width: 92%;
	margin: -17% 0% 0 0%;}

	.caja-info {
		margin: 80% 0 0 0%;
}
	.boton-reserva {
  width: 336px;      /* ajusta al tamaño real */
  height: 200px;
}.espacio{height: 52px}
	}
@media screen and (max-width: 360px) {
	nav {
	top: 74px;
		height: 76px;
}
	ul.menu {
    zoom: 0.52;
    transform-origin: top center;
}
	.logo {
	height: 75px;}
	.logo img {
	padding-top: 13px;
	width: 129px; 
	max-width: 129px; 
	height: 48px;}

ul {
    display: block;
    list-style-type:none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    unicode-bidi: normal;
}
	
.cj-blanca img {
    max-width: 100px;
	width: 100px;
    height: auto;
}
	.titulo{
	margin: -30% 40% 0 0;
	width: 40%}	
	.aro{
	margin: -23% 0 0 -9%;}	
	.paella{
		width: 92%;
		max-width: 92%;
	margin: -19% 0% 0 0%;}

	.caja-info {
		margin: 82% 0 0 0%;
}
}
/* animaciones*/
@keyframes slideInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
    from { opacity: 0; margin-top: -1%; }
    to { opacity: 1; margin-top: 0%; }
}

@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-50px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
}


/* animaciones de carga */
.fade-in {
    opacity: 0;
    transform: translateY(150px);
    transition: opacity 0.3s ease-out;
}

.fade-in.visible {
    opacity: 1;
}

/* Fade in desde los laterales */
.fade-in-left {
    opacity: 0;
    transform: translateX(-150px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.fade-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(150px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.fade-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Slide-in (se usa como default para slideInUp) */
.slide-in {
    opacity: 0;
    transition: opacity 0.63s ease-out, transform 0.3s ease-out;
}
.slide-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Slide-in desde la izquierda */
.slide-in-left {
    opacity: 0;
    transform: translateX(-150px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Slide-in desde la derecha */
.slide-in-right {
    opacity: 0;
    transform: translateX(150px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Zoom-in */
.zoom-in {
    opacity: 0;
    transform: scale(0.6);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

/* Estilos para las viñetas */
/* Responsividad */
#page-transition {
    opacity: 0; /* Ocultar inicialmente */
}

#page-transition.entering {
    animation: fadeIn 0.3s ease forwards;
}

#page-transition.leaving {
    animation: fadeOut 0.3s ease forwards;
}

@keyframes fadeIn {    from { opacity: 0; margin-top: -2%; }
    to { opacity: 1; margin-top: 0%; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

.contenedor-acordeon {
width: 35%;
	max-width: 35%;
	min-width: 35%;
margin: 0 auto 0 40%;
	display: block;
position: relative;
z-index: 6;}

/* Acordeón Paella - estilos (relativos, sin :root) */
.paella-acordeon {	
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0 0 0 0;
  display: block;
  flex-direction:row;
	font-weight: 900;
  font-family: 'playfair_display', serif; /* ya la tienes cargada */
  /* ajusta margin-top aquí si quieres que quede ~1000px desde arriba */
}

/* cada item controlará su color vía --rgb (set por JS) */
.acordeon-item {
  --rgb: 194,56,13; /* fallback, JS lo sobreescribe */
  border-right: 6px solid rgb(var(--rgb));
  overflow: hidden;
  position: relative;
  border-radius: 0;
z-index: 66;
	transition: 0.5s all ease-in-out; -webkit-transition: 0.5s all ease-in-out; -moz-osx-transition: 1.1s all ease-in-out;
}

/* header: texto a la derecha, flecha a la izquierda */
.acordeon-header {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* los elementos van al final; la flecha usa margin-right:auto */
  gap: 1rem;
  padding: 0.5rem 0.3rem;
  background: rgba(var(--rgb), 0.6); /* estado inicial con transparencia */
  color: #f9f2f2;
  cursor: pointer;
  border: none;
  text-align: right;
  line-height: 1;
z-index: 66;
  transition: 1s all ease-in-out; -webkit-transition: 1s all ease-in-out; -moz-osx-transition: 1s all ease-in-out;
}

/* flecha a la izquierda - triángulo hecho con border */
.acordeon-header .arrow {
  margin-right: auto; /* empuja título a la derecha */
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid rgb(var(--rgb)); /* color SOLIDO */
  transform: translateX(0);
	transition: 1s all ease-in-out; -webkit-transition: 1s all ease-in-out; -moz-osx-transition: 1s all ease-in-out;
}

/* título: Playfair heavy, mayúscula? respetamos tu tipografía */
.acordeon-title {
  margin: 0;
  font-family: 'playfair_display', serif;
  font-weight: 900; /* gorda */
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
	letter-spacing: -0.05rem;
  color: #f9f2f2;
  text-transform: none;
  transition: 0.7s all ease-in-out; -webkit-transition: 0.7s all ease-in-out; -moz-osx-transition: 0.7s all ease-in-out;
}

/* plus: SVG ya blanco en el markup. lo dejamos grueso con stroke en SVG */
.acordeon-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-left: 0.4rem;
  flex: none;
}

/* contenido: inicialmente oculto; al abrir se hace fondo sólido */
.acordeon-content {
  max-height: 0;
  overflow: hidden;
  background: rgba(0,0,0,0); /* vacío, el color del header cambia al abrir y lo aplicamos también aquí */
  transition: max-height .36s ease, background .18s linear, padding .18s ease;
  padding: 0 4rem;
  color: rgba(246,239,239,1.00);
  font-family: 'sofia_pro';
	font-weight: 100;
	text-align: right;
	font-size: 16px;
}
.acompa {
  transition: max-height .36s ease, background .18s linear, padding .18s ease;
  color: rgba(224,51,0,1.00);
  font-family: 'sofia_pro';
	font-weight: 900;
	text-align: center;
	font-size: 1.5em;
	display: block;margin: 33px auto 66px auto;
	width: 88%;
	padding: 0 6% 0 4%;
	max-width: 690px;
	align-items: center;
	min-width: 200px;
}
.imgcorta {
  width: 43%;
  max-width: 43%;
	display: inline-block;
}.imgbig {
  width: 86%;
  max-width: 86%;
	display: block;
}
/* padding del contenido solo cuando abierto */
.acordeon-item.open .acordeon-content {
  padding: 1.4rem 1.8rem;
}

/* cuando está abierto: header y contenido pasan a color sólido (sin transparencia) */
.acordeon-item.open .acordeon-header,
.acordeon-item.open .acordeon-content {
  background: rgb(var(--rgb)); /* color SOLIDO */
  color: #fff;
}
.acordeon-item:hover .acordeon-header, .acordeon-item.show .acordeon-header {
  background: rgba(var(--rgb), 1);
}
.acordeon-item:hover .acordeon-title, .acordeon-item.show .acordeon-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}
.acordeon-item:hover .acordeon-header .arrow, .acordeon-item.show .acordeon-header .arrow {
  border-left: 18px solid rgba(233,224,224,1.00);
  transform: translateX(36px);
}
.acordeon-item:hover, .acordeon-item.show {border-right: 6px solid rgba(246,239,239,1.00);}
/* la flecha también debe ser SOLIDA cuando esté abierto (ya usa rgb(var(--rgb)) porque usa border-left) */
/* animación de iconos */
.acordeon-item .acordeon-plus svg { transition: transform .25s ease; }
.acordeon-item.open .acordeon-plus svg { transform: rotate(45deg); } /* + -> x */

/* responsive */
@media screen and (max-width: 1400px) {
	.contenedor-acordeon {
width: 50%;
	max-width: 50%;
	min-width: 50%;
margin: 0 auto 0 33%;
}
@media screen and (max-width: 992px) {
	.contenedor-acordeon {
width: 80%;
	max-width: 80%;
	min-width: 80%;
margin: 0 auto 0 13%;}
	
	h2 {
  margin: 0 0;
}
}}
@media screen and (max-width: 768px) {
	.contenedor-acordeon {
width: 90%;
	max-width: 90%;
	min-width: 90%;
margin: 0 auto 0 5%;}
}
@media screen and (max-width: 576px) {
	.contenedor-acordeon {
width: 100%;
	max-width: 100%;
	min-width: 100%;
margin: 2% 0 0 0}

/* Acordeón Paella - estilos (relativos, sin :root) */
.paella-acordeon {	
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 2% 0 0 0;
}
}

.wa-widget {
  position: fixed;
  bottom: calc(20px + env(safe-area-inset-bottom));
  left: 20px;
  width: 70px;
  height: 70px;
  z-index: 9999;
  /* para evitar posibles “saltos” por transform: */
  transform: translateZ(0);
}

/* BOTÓN CIRCULAR WHATSAPP */
.wa-float-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: #111 url("../images/fono-whatsapp.svg") 100% no-repeat;
  border-radius: 50%;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.3s ease;
  font-family: "sofia_pro";
}

.wa-float-btn img {
  width: 38px;
  height: 38px;
  filter: invert(65%) sepia(28%) saturate(2800%) hue-rotate(90deg)
          brightness(95%) contrast(92%);
}

/* VENTANA DE CHAT */
.wa-chat-window {
  width: 220px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #111;
  border-radius: 15px;
  padding: 12px;
  display: none;
  flex-direction: column;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.45);
  transform-origin: bottom left;
  font-family: "sofia_pro";
  animation: wa-open 0.25s ease forwards;
}

@keyframes wa-open {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* Encabezado */
.wa-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.wa-logo {
  width: 32px;
  height: 32px;
}

.wa-title {
  font-size: 17px;
  font-weight: 600;
}

.wa-close {
  margin-left: auto;
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

/* CUERPO */
.wa-body {
  flex: 1;
}

#wa-message {
  width: 100%;
  height: 80px;
  resize: none;
  border-radius: 8px;
  border: 1px solid #333;
  background: #222;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
}

/* BOTÓN ENVIAR */
.wa-send {
  width: 79%;
  margin-top: 12px;
	margin-left: 21%;
  padding: 10px 16px;
  background: #075E55;
  color: #fff;
  border: none;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.wa-send:hover, .wa-send.show {
  background: #0a7c70;
}

.wa-send span {
  flex-shrink: 0;
}

/* SVG pequeño */
.wa-send-anim {
  width: 22px;
  height: 22px;
}

/* Animación avión */
.wame_plain {
  stroke-dasharray: 1096.67;
  stroke-dashoffset: 1096.67;
  animation: planeDraw 2.2s linear infinite;
}

@keyframes planeDraw {
  0% { stroke-dashoffset: 1096.67; }
  50% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -1096.67; }
}

/* -------- NUEVO: ABRIR / CERRAR CONTROLADO POR JS -------- */

.wa-widget.active .wa-chat-window {
  display: flex;
}

.wa-widget.active .wa-float-btn {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.6);
}

/* Animación del ícono chat */
.wame_chat {
  stroke-dasharray: 1096.67;
  stroke-dashoffset: 1096.67;
  animation: chatDraw 5s linear infinite;
}

@keyframes chatDraw {
  0% { stroke-dashoffset: 1096.67; }
  50% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -1096.67; }
}

.wa-chat-anim {
  width: 38px;
  height: 38px;
	color: rgba(247,239,239,1.00)
}
/* Contenedor */
.dk-ingredientes-contenedor {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0.5rem;
  box-sizing: border-box;
}

/* Dos columnas normales (PRIMERA queda a la IZQUIERDA) */
.dk-ingredientes-lista {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  /* direction: rtl;  <-- LO QUITAMOS */
  /* flex-direction: row-reverse; <-- TAMBIÉN LO QUITAMOS */
}

/* Cada item ocupa exactamente 50% */
.dk-ingrediente {
  width: 50%;
  box-sizing: border-box;

  position: relative;
  padding-right: 1.8rem; /* espacio para el chulito */
  font-size: 16px;
  line-height: 1.35;
  text-align: right; /* lectura RTL */
  margin: 0.35rem 0;
}

/* Chulito */
.dk-ingrediente::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.15rem;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='4' stroke='rgba(247,239,239,1)' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
}

/* Móvil: 1 columna */
@media (max-width: 560px) {
  .dk-ingrediente {
    width: 100%;
  }
}
