:root{
	--heighthead:154px;	--padweb:5rem;}
.bgtest{background: rebeccapurple;color: #FFF;padding: 1px 3px;}
*{transition:width 0.3s ease;}
html, body {height: 100%;margin: 0;}
/*body{position:relative;min-height:100vh;}*/
body{display:flex;flex-direction:column;}
main{flex: 1;display: flex;flex-direction: column;position:relative;}
main > section {flex: 1;}

main.heighthead{padding-top:var(--heighthead);}
.content{flex-grow:1;}
footer{	background-color:#f8f5f3;color:#B9B9B9;text-align:center;}

.titular{font-size:1.75rem;}
img.fitcover{ width:100%;height:100%;object-fit:cover;display:block;}
a:hover{cursor:pointer;}
*:hover>img.fitcover:not(.nohover){}
.bg-dots{}
.bg-gris{background-color:var(--light4);}
.bg-dark:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;background-color:rgba(28, 36, 43, 0.3);}
.bg-degra:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;background:rgb(31, 32, 40);background:linear-gradient(90deg,rgba(31, 32, 40, 1) 0%,rgba(31, 32, 40, 0.29735644257703087) 100%);}
.flex-between{display:flex;align-items:center;justify-content:space-between;width:100%;}
.flex-space{display:flex;align-items:center;justify-content:space-around;gap:2rem;}
.divspace{padding:5rem 0;}
.div2space{padding:2rem 0;}
.inverse{flex-direction:row-reverse;}
/* ********** Header ********** */
.header{width:100%;position:fixed;-ms-transition:top 0.5s ease-in-out;-webkit-transition:top 0.5s ease-in-out;-moz-transition:top 0.5s ease-in-out;transition:top 0.5s ease-in-out;top:0;z-index:30;font-family:'CenturyGothic','Gotham';font-weight:500;font-weight:700;}
body:not(.home) .header{background:#FFF;}
body:not(.home, .fichaproducto){padding-top:var(--heighthead);}
header .menu .logo{width:100%;}
header .menu .logo svg{width:100%;height:auto;}
header .menu .logo .st0{fill:var(--primary);}
.home header .menu .logo .st0{fill:#FFF;}
.home header a{color:#FFF;}
.home header .menu-header{background:rgb(0 0 0 / 40%);}
	header.scrolled.header{background:#FFF;}
	header.scrolled .menu .logo .st0{fill:var(--primary);}
	header.scrolled .menu-header{background-color:var(--secondary);}
	header.scrolled .menu-header .container{height:28px;}
	header.scrolled .menu{padding:0;}
	header.scrolled .menu a{color:var(--secondary);font-size:0.65rem;}
	header.scrolled .menu .boton-menu{top:10px;}
	header.scrolled .menu .logo{max-width:140px;}
header .menu-header{background-color:var(--secondary);}
	   .menu-header a{color:#FFF;margin:0 0.25rem;}
	   .menu-header .container{align-items:center;height:40px;transition:height 0.5s ease;font-size:0.65rem;color:#FFF;}
	   .menu-header img{margin-right:7px;width:14px;height:15px;}
	   .menu-header img.mundo{margin-right:4px;width:20px;height:20px;}
	   .menu-header .idiomas, .menu-header .idiomas>a{color:#FFF;}
	   .menu-header .idiomas .dropdown-menu{width:auto;min-width:15px;padding:7px 11px;text-align:left;}
	   .menu-header .idiomas .dropdown-menu .dropdown-item{}
header .menu{display:flex;align-items:center;width:100%;font-size:0.80rem;}
	   .menu a{color:var(--secondary);text-transform:uppercase;display:block;padding:1rem 0;text-align:center;
	-ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;}
	   .menu li:hover > a, .menu li.active > a{opacity:0.6;}
	   .menu .logo{display:inline-block;padding-top:0.3125rem;padding-bottom:0.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap;}
	   .menu .menu-nav{width:100%;justify-content:space-around;gap:1rem;font-size:0.95rem;display:-ms-flexbox;display:flex;padding-left:0;margin-bottom:0;list-style:none;}
	   .menu .menu-nav > .nav-item{position:relative;flex:1;width:100%;max-width:200px;}
	   .menu-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;}
	   .menu .boton-menu{padding:0.5rem 0.75rem;line-height:1;border:1px solid #c1c1c1;background:none;border-radius:0.25rem;position:absolute;left:15px;top:35px;}
	   .menu .boton-menu .icon-bar{display:block;width:22px;height:2px;border-radius:1px;background-color:#c1c1c1;}
	   .menu .boton-menu .icon-bar+.icon-bar{margin-top:4px}
	   .menu .boton-menu:focus{outline:0}
	   .menu .boton-menu:hover, .menu .boton-menu:focus{text-decoration:none;}
@media (min-width:768px){
	header .menu .boton-menu{display:none;}
}
@media (min-width:1200px){
	header .menu .logo{max-width:270px;}
}
@media (max-width:991px){
	header .menu .logo{max-width:200px;}
	header .menu .menu-nav{width:100%;align-items:flex-start;margin-top:0;-ms-flex-direction:row;flex-direction:row;}
	header .menu .menu-nav{display:flex;position:absolute;width:calc(50% - 15px);top:45px;justify-content:space-around;}
	header .menu .menu-nav:nth-of-type(1){left:15px;}
	header .menu .menu-nav:nth-of-type(2){right:15px;}
	header .menu .menu-nav .dropdown-menu{ position:absolute;}
	header .menu .menu-nav .nav-link{}
}
@media (max-width:767px){
	header .menu-header .container{font-size:0.90rem;}
	header .menu .menu-nav{display:none;}
	header .menu .menu-nav.open{background:#fff;display:flex;position:relative;top:0;flex-direction:column;width:100%;margin:0;left:0;right:0;gap:0;}
	header .menu .menu-nav > .nav-item{max-width:100%;padding:0.5rem 0;}
	header .menu .menu-nav .nav-link{padding:1rem 0;font-size:0.95rem;color:var(--secondary);}
}
@media (max-width:575px){
	header .menu .boton-menu{top:16px;}
	header .menu .logo{max-width:170px;}
}
header .dropdown-menu a{color:initial;padding:0;font-size:0.75em;}
.cart-contain{position:relative;display:inline-block;}
.cart-badge{position:absolute;top:-5px;right:-5px;background:var(--primary);color:white;font-size:12px;padding:2px 6px;border-radius:50%;font-weight:bold;line-height:1;}
/* ********** ****** ********** */
.linea-display{display:block;position:relative;width:100%;z-index:1;background:#ffffff80;padding:15px 8px;overflow:hidden;max-height:0;padding:0;transition:all 0.5s ease;}
.linea-display.visible{max-height:60px;padding:15px 8px;}
.linea-display.visible::after{content:'';position:absolute;bottom:0;left:0;height:1px;width:100%;background-color:#0031FF;transform:scaleX(0);transform-origin:left;animation:dibujarBorde 1s ease-out forwards;}
@keyframes dibujarBorde{to{transform:scaleX(1);}}
.linea-display form{display:flex;}
.linea-display form img.lupa{width:25px;height:25px;}
.linea-display form img.news{width:25px;height:25px;}
.linea-display form input{font-family:'CenturyGothic',"Poppins";width:100%;border:none;outline:none;text-transform:uppercase;font-size:1rem;margin-left:10px;padding:0;background:none;}
.home .linea-display.visible::after{background-color:#FFFFFF;}
.home .linea-display form img{filter:brightness(0) invert(1);}
.home .linea-display form input,.home .linea-display form input::placeholder{color:#FFF;opacity:1;}
/* Fondo del modal */
/* Contenedor tipo popover */
#showLogin,#showNews{cursor:pointer;}
.cont-popover{
	position:fixed;
	display:none;
	z-index:1000;
	top:30px;
}
.popover-content{
  background:white;
  border:1px solid #ccc;
  padding:20px;
  max-width:450px;
  box-shadow:0 8px 16px rgba(0,0,0,0.2);
  border-radius:5px;
  animation:fadeIn 0.3s ease-out;
}
.popover-content .cab .img{margin-bottom:1rem;}
.popover-content .cab{
	display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    font-size:1.5rem;
    color:var(--primary);
    margin-bottom:1.5rem;
}
@keyframes fadeIn{
  from{ opacity:0;transform:translateY(10px);}
  to  { opacity:1;transform:translateY(0);}
}
#newlogin-response{}
.msj-error{text-align: center;background: #ffeded;border-right: 1px solid #f00;border-left: 1px solid #f00;padding: 10px 5px;margin-bottom: 15px;font-size: 0.9em;}
.msj-ok{text-align: center;background: #e3edd8;border-right: 1px solid #008000;border-left: 1px solid #008000;padding: 10px 5px;margin-bottom: 15px;font-size: 0.9em;}
.max-middle{max-width: 600px;}
/* Inputs y botón */
.popover-content input{
  width:100%;
  margin-bottom:10px;
  padding:8px;
  box-sizing:border-box;
}
.popover-content button{
  width:100%;
  padding:10px;
  background-color:var(--primary);
  color:white;
  border:none;
  cursor:pointer;
}
.recuerda-login{width:100%;text-align:center;padding:1rem 0;}
.recuerda-login a{text-decoration:underline;color:var(--secondary);}
#overlay, .overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.5);/* Opacidad negra */
  z-index:90;
  display:none;
  backdrop-filter:blur(5px);
}
/* *** ventana emergente *** */
.modal{background-color:white;width:400px;margin:100px auto;padding:20px;border-radius:10px;position:relative;}
.close-modal{position:absolute;top:10px;right:15px;font-size:20px;cursor:pointer;}
#openModalBtn{margin:50px;padding:10px 20px;}

/* ********** Footer ********** */
footer{background-color:var(--secondary);color:#FFF;}
footer a{color:#FFF;}
footer .logo .st0{fill:#FFF;}
footer .container{flex-wrap:nowrap;padding-top:3rem;padding-bottom:3rem;text-transform:uppercase;font-weight:500;font-size:1rem;}
footer .container a:hover{color:inherit;}
footer .container .logo{width:250px;display:block;}
footer .container .redes{padding:0 2.25rem;justify-content:flex-start;gap:1rem;}
footer .container .col-md-3{max-width:280px;}
footer .container .col-md-9{max-width:1000px;}
footer .container .bot{align-items:flex-start;margin-top:0;}
footer .container .bot .redes img{height:20px;}
.copy{font-family:'CenturyGothic';font-size:0.75rem;padding:0.5rem 0;}
/*span.atlanta{font-family:'AvantGardeLT-Bold';font-weight:700;}*/
span.atlanta{font-family:'CenturyGothic';font-weight:700;}
.line{display:flex;gap:0.25rem;align-items:center;flex-wrap:nowrap;}
.line.reverse{flex-direction: row-reverse;}
.line2, .line3{margin-bottom:0.25rem;}
.line .cc{position:relative;overflow:hidden;}
.line .cc.rad1, .line .cc.rad2{flex:1;}
.line .cc.rad3{flex:2;}
.line .cc.rad1.simg{aspect-ratio:1 / 1;}
.line .cc.rad2.simg{aspect-ratio:16 / 9;}
.line .cc.rad3.simg{aspect-ratio:18 / 9;}
.line .cc.rad1:before,.line .cc.rad2:before,.line .cc.rad3:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;background-color:rgba(28, 36, 43, 0.1);}
.line .cc img{ width:100%;height:100%;object-fit:cover;display:block;}
.line .cc:hover img{}
.line .cc .nombre{position:absolute;text-align:center;bottom:3rem;color:white;font-family:"CenturyGothic";font-weight:700;left:50%;transform:translate(-50%, 0);font-size:1.75rem;width:100%;z-index: 3;}
.line .cc .nombre .pre, .line .cc .nombre small{font-size:0.9em;letter-spacing:1px;}
.line .cc .nombre .pre2{font-size: 0.75em;font-weight: 700;letter-spacing: 0;}
.line .cc .nombre .pre.chef{font-weight:500;}
.line .cc .nombre .pre.chef span{font-weight:100;}
.line .cc .texto{}

.owl-marcas.cc.rad1.simg {aspect-ratio:1 / 1;display:block;}
.owl-marcas .item {height:100%;}
.owl-marcas .item img {width:100%;height:100%;object-fit:cover;}

.empresa .line .cc.rad2:before{background:none;}
.chef .line .cc.rad2:before{background:none;}
.delegaciones .line .cc.rad2:before{background:none;}
/** HOME **/
/*.bg-video{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden !important;height:100vh;}*/
.bg-video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    height: 100vh;
    min-height: 400px; /* Previene colapso en pantallas pequeñas */
    padding: 2rem;
    box-sizing: border-box;
	padding-top: 80px; /* Espacio visual para el header */
}
.bg-video img{position:absolute;width:100%;z-index:1;}
/*.bg-video .parrafo{color:#FFF;z-index:10;position:absolute;width: 50%;}*/
.bg-video .parrafo {
    z-index: 10;
    color: #fff;
    max-width: 90%;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	z-index: 10;
    width: 90%;
    max-width: 800px;
    text-align: center;
    color: #fff;
    margin-top: 80px; 
}
/*.bg-video .parrafo .h1{margin:1.25rem 0;}*/
.bg-video .parrafo .btn{}
.bg-video{margin-bottom:0.25rem;}
/*#background-video{ position:absolute;bottom:0;left:0;width:100%;height:100%;object-fit:cover;}*/
#background-video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.bg-video h1.h1 {
    font-size: clamp(1.5rem, 4vw, 3rem); /* Escalable */
    line-height: 1.5em;
    margin: 0 0 1rem 0;
}

.bg-video .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
/* Mejora en pantallas horizontales o muy anchas */
@media (max-height: 500px) and (min-width: 768px) {
    .bg-video {
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 3rem;
    }

    .bg-video h1.h1 {
        font-size: clamp(1.2rem, 3vw, 2.5rem);
    }

    .bg-video .parrafo {
        width: 90%;
    }
}
span.young{font-family:"YoungestScript";padding:0 0.5rem;line-height:2em;font-size:1.25em;padding-top: 0.2em;transform: translateY(2px);}
.home .line .rad2 .texto .pre span{font-family:"YoungestScript";padding:0 0.5rem;line-height:2em;font-size:1.25em;font-weight:500;}
.opiniones{padding:5rem 0 7rem;}
.opiniones .h3{margin-bottom:3rem;color:var(--primary);}
.opiniones .gridvid{position:relative;gap:0;}
.opiniones .gridvid .opinion{font-size:1rem;text-align:center;}
.opiniones .gridvid .opinion iframe{width:100%;height:auto;}
.opiniones .gridvid .opinion .autor{}

.gridvid{display:grid;grid-template-columns:repeat(auto-fit, minmax(25%, 1fr));gap:0;max-width:100%;padding:0;}
.gridvid .video-wrapper{position:relative;width:100%;padding-bottom:56.25%;/* 16:9 ratio */height:0;}
.gridvid .video-wrapper .autor{position:absolute;bottom:-2rem;text-align:center;width:100%;}
.gridvid .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;}

.prefooter{position:relative;height:clamp(200px, 80vh, 680px);overflow:hidden;}
.prefooter .titular{position:absolute;font-size:2rem;top:60%;left:50%;transform:translate(-50%, -50%);text-align:center;max-width:75%;width:100%;color:#FFF;}
.p-listado .prefooter{height:clamp(200px, 80vh, 640px);}
.services .prefooter{height:clamp(200px, 80vh, 800px);}
.services .prefooter .titular{top:50%;margin-bottom:2rem;}
.services .prefooter .texto{font-family:'CenturyGothic';font-weight:400;margin-bottom:3rem;}
.slides{display:flex;}
.slide{width:100%;flex-shrink:0;height:100%;}
.flechas, .owl-nav{position:absolute;top:35%;width:calc(100% - 30px);display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none;}
.flechas button, .owl-nav button{background-color:rgba(255, 255, 255, 0.7);border:none;font-size:24px;cursor:pointer;pointer-events:auto;outline:none;}
.owl-nav button span{font-size:4rem;}
/* *************************************************************** paginas *************************************************************** */
.nosli{margin-top:2rem;}
.solotexto-principal{height:20vh;overflow:hidden;margin-bottom:0.25rem;/*border-bottom:1px solid var(--secondary);*/box-shadow:1px 1px 2px 0px var(--secondary);}
.solotexto-principal .texto-principal{color:inherit;}
.imagen-principal, .video-principal{position:relative;height:50vh;overflow:hidden;margin-bottom:0.25rem;}
.imagen-principal .fitcover, .video-principal .fitcover{object-position:50% 0;}
.video-principal{width:100%;aspect-ratio:22 / 9; height:auto;}
.texto-principal{color:#FFF;font-size:3.5rem;position:absolute;z-index:10;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center;letter-spacing:2px;}
.texto-principal.mas{font-size:4.5rem;}
.texto-principal.mas .young{font-size:1.1em;}
.busqueda .texto-principal span{font-style:italic;font-size:0.5em;display:block;padding:1rem 0;}
.busqueda .texto-principal span::before{content:'"';}
.busqueda .texto-principal span::after{content:'"';}
.productos{}
.p-listado .caja-filtros{}
.p-listado .listado{padding:0 8rem;margin-bottom:3rem;}
.p-listado .listado .linea{display:flex;align-items:center;justify-content:space-between;padding:2rem 0;}
.p-listado .listado .linea button{background:none;border:none;outline:none;font-size:1.25em;font-weight:500;}
.p-listado .listado .linea img{height:30px;margin-left:8px;}
/* -------------------------------------------------------------------------------------------------------------------------------- */
.contenedor{display:flex;gap:1rem;}
/* Estilos generales */
.vistafiltro .ver{display:none}
.vistafiltro .cerrar{display:inherit;filter:invert(39%) sepia(92%) saturate(2746%) hue-rotate(0deg) brightness(97%) contrast(99%);}
button:not(.vistafiltro) .ver{display:inherit}
button:not(.vistafiltro) .cerrar{display:none;}
#filtros.grupo_filtros{display:none;background-color:var(--light2);padding:1rem;}
.accordion{padding:0;}
.accordion .inner{display:none;padding-left:1rem;}
.accordion .active{}
.accordion li{list-style:none;}
.accordion.inner li label, .accordion .inner li label{display:flex;align-items:flex-start;gap:0.25rem;margin-bottom:0.65rem;line-height:1em;font-size:0.65em;}
.accordion.inner li label{font-size:1em;}
.accordion.inner li label input{margin-top:3px;}
.accordion .toggle.principal{cursor:pointer;padding:10px;margin:5px 0;text-transform:uppercase;width:100%;display:flex;justify-content:space-between;align-items:center;font-weight:400;}
.arrow{transition:transform 0.3s ease;}
.toggle.principal.active .arrow{transform:rotate(180deg);}
.selected{color:white;}
.clear-filter{cursor:pointer;display:inline-block;margin-top:10px;}
.clear-filter img{vertical-align:middle;margin-right:5px;filter:brightness(0) invert(1);}
/* -------------------------------------------------------------------------------------------------------------------------------- */
.contenido{display:grid;grid-template-columns:1fr 0px;transition:grid-template-columns 0.3s ease;width:100%;overflow:hidden;}
.contenido.activo{grid-template-columns:1fr minmax(200px, 320px);gap:1rem;}
.contenido.activo .caja-filtros{}
.cajas{display:grid;grid-template-columns:repeat(auto-fill, minmax(325px, 1fr));gap:1rem;justify-content:center;align-items:start;align-items:stretch;}
.cajas .caja{display:flex;flex-direction:column;overflow:hidden;background-color:var(--light2);}
.cajas .caja .imagen{aspect-ratio:1 / 1;width:100%;overflow:hidden;}
.cajas .caja .imagen img{width:100%;height:100%;object-fit:cover;display:block;}
.cajas .caja figcaption{font-family:'CenturyGothic';font-size:0.90rem;line-height:1.75;padding:1rem;}
.cajas .caja figcaption>div{align-items:flex-start}
.cajas .caja .tipo{font-family:"CenturyGothic";text-transform:uppercase;font-size:0.65rem;}
.cajas .caja .ref{display: block;font-size: 0.65rem;color: var(--secondary);}
.cajas .caja .titulo{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:2;}
.cajas .caja .descripcion{  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:70px;}
/* ***** servicios ********************************************************** */
.legal h2{font-size:1.5rem;}
.legal h3{font-size:1.25rem;}
/* ***** servicios ********************************************************** */
.muestras{text-align:center;padding:7rem 0;}
.muestras .h2{margin-bottom:2rem;}
.muestras .h5{margin-bottom:2rem;}
.muestras .texto{margin:0 auto 3rem;font-size:1.20rem;max-width:90%;}
/* ***** gestion integral ********************************************************** */
.numlineal .flex-space{align-items:flex-start;}
/* ***** conocenos ********************************************************** */
.que-ofrecemos{}
.que-ofrecemos .h6{margin-bottom:3rem;}
.que-ofrecemos .flex-space{gap:5rem;} 
.line .texto{padding:0 var(--padweb);}
.line .texto .h3{width:80%;margin-bottom:1rem;display:inline-block;}
/* ***** delegaciones ********************************************************** */
.mapadelegaciones{padding:2rem var(--padweb);display:flex;justify-content:space-between;gap:4rem;}
.mapadelegaciones div{flex:1;}
#dropdownContainer{display:flex;flex-direction:row;align-items:center;gap:10px;position:relative;}
#selectedOption,#toggleDropdown{border:2px solid var(--primary);padding:10px;background:none;color:var(--primary);text-transform:uppercase;font-weight:600;border-radius:5px;}
#dropdownMenu{display:none;border:1px solid #ccc;width:92%;background-color:var(--light2);position:absolute;top:100%;left:0;z-index:90;}
#dropdownMenu .option{padding:10px;cursor:pointer;}
#dropdownMenu .option:hover{background-color:#e0e0e0;}
.dropDelegaciones, #infoDelegacion{max-width:600px;width:90%;padding-top:2.5rem;}
#infoDelegacion{max-width:500px;}
#infoDelegacion>div{margin-bottom:1rem;}
/* ***** contacto ********************************************************** */
.formcontacto{display:flex;gap:4rem;margin-bottom:5rem;}
.formcontacto>div{flex:1;}
.formcontacto>div input:not([type="checkbox"]),
.formcontacto>div select{
    height: 55px;padding:1rem 0.75rem;}
.formcontacto .btn{border-radius:0;margin-top:2rem;}
.mapadecontacto{display:flex;justify-content:space-between;gap:4rem;}
.mapadecontacto div{flex:1;}
.mapadecontacto div iframe{width:100%;height:100%;}
/* ***** chef ********************************************************** */
.como-funciona{background-image:url(/media/img/chef/bg-como-funciona.jpg);color:#FFF;}
.como-funciona .flex-space{align-items:flex-start;}
.como-funciona .flex-space>div{flex:1;font-size:0.85em;}
.chef .prefooter{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 2rem;}
/* ***** blog ********************************************************** */
.blog{}
.caja-blog{display:flex;justify-content:space-between;align-items:center;margin:3rem 0;position:relative;}
.caja-blog:before{content:"";background:var(--light2);position:absolute;height:90%;width:100%;z-index:-1;}
.caja-blog:not(.inverse):before{left:25%;}
.caja-blog.inverse:before{right:25%;}
.caja-blog .imagen{width:45%;text-align:right;}
.caja-blog.inverse .imagen{text-align:left;}
.caja-blog .caja{width:65%;padding:2rem 5rem;}
.caja-blog .caja.bg{}
.articulo{padding:0 8rem;padding-top:2rem;padding-bottom:4rem;text-align:center;}
.articulo .fecha{padding:2rem 0;}
.articulo .principal{max-width:800px;margin:0 auto 2rem;}
.articulo .resumen{width:75%;margin:0 auto;}
.articulo .pre.descripcion{padding:2rem 0;}
/* *************************************************************** ficha accionistas *************************************************************** */
.file-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 20px;}
.file-item {border: 1px solid #ddd;border-radius: 5px;margin-bottom: 10px;background-color: #fff;transition: background-color 0.2s;}
.file-item:hover {background-color: #f9f9f9;}
.file-title {font-size: 16px;font-weight: 600;color: #333;padding: 15px;background: var(--light2);}
.file-info {display: flex;justify-content: space-between;align-items: center;padding: 15px;}
.file-info .file-desc {font-size: 14px;color: #666;}
.file-info .btn-download {margin-left: 20px;}
/* *************************************************************** ficha producto *************************************************************** */
.ficha{padding-top:2rem;padding-bottom:4rem;gap:2rem;align-items:flex-start;justify-content:space-between;}
.ficha .media{flex:1;overflow:hidden;width:100%;}
.ficha .media .principal{aspect-ratio:5 / 3;margin-bottom:2rem;overflow:hidden;}
.ficha .media .principal img{width:100%;height:100%;object-fit:contain;display:block;}
.ficha .informacion{flex:1;color:#888888;}
.ficha .informacion .capa{padding-left:3rem;}
.ficha .informacion .tipo{color:var(--primary);font-size:0.95rem;margin-bottom:1rem;}
.ficha .informacion .descripcion{margin-top:1rem;margin-bottom:1.5rem;font-size:1rem;}
.ficha .informacion .linea-precio{display: flex;flex-direction: row;align-items:center;width: 100%;padding-bottom:5px;padding-top:5px;border-bottom: 1px solid #4d4f5425;border-top: 1px solid #4d4f5425;margin-bottom:2rem;}
.ficha .informacion .linea-precio .detail-price{width: 50%;text-align: left;}
.ficha .informacion .linea-precio .detail-price-uds{width: 50%;text-align: left;color: #999999;font-weight: 400;font-size: 14px;}
.product-detail-price-row1 {font-weight: 500;font-size: 24px;line-height: 140%;text-decoration-line: line-through;color: #828282;}
.product-detail-price-row2 {font-weight: 700;font-size: 42px;line-height: 57px;display: flex;align-items: center;color: #4D4F54;}
.ficha .informacion .detalles{margin-bottom:2rem;font-size:0.80rem;}
.ficha .informacion .caja{display:flex;margin-bottom:1rem;gap:2rem;align-items:stretch;justify-content:flex-start;}
.ficha .informacion .caja .box input, .ficha .informacion .box{border:none;text-align:center;outline:none;background:inherit;width:100px;}
/* Input number cantidad */
.number-input {position:relative;height:40px;}
.number-input input[type="number"] {width:100%;height:100%;padding-right:30px;font-size:16px;box-sizing:border-box;-moz-appearance:textfield;}
.number-input input[type="number"]::-webkit-inner-spin-button,
.number-input input[type="number"]::-webkit-outer-spin-button {-webkit-appearance:none;margin:0;}
.number-input-arrows {position:absolute;top:0;right:0;height:100%;width:30px;display:flex;flex-direction:column;border-left:1px solid #ccc;background:var(--light2) !important;}
.number-input-arrows button {flex:1;border:none;background:transparent;cursor:pointer;font-size:14px;line-height:1;user-select:none;display:flex;align-items:center;justify-content:center;}
.number-input-arrows button:hover, .number-input-arrows button:active {	background:var(--light3) !important;border:none !important;outline:none !important;}
.numberplus-input{display: flex;align-items: center;width: fit-content;border: 1px solid #ccc;border-radius: 4px;overflow: hidden;background: var(--light2, #f9f9f9);}
.numberplus-input input[type="number"] {width: 60px;height: 40px;text-align: center;font-size: 16px;border: none;outline: none;-moz-appearance: textfield;}
.numberplus-input input[type="number"]::-webkit-inner-spin-button,
.numberplus-input input[type="number"]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
.numberplus-input button {width: 40px;height: 40px;border: none;background: transparent;cursor: pointer;font-size: 20px;user-select: none;display: flex;align-items: center;justify-content: center;background:var(--light2, #f9f9f9);}
.numberplus-input button:hover {background: var(--light3, #e0e0e0);}
.preparacion .modo img{max-width:50px;max-height:50px;height:auto;}
.preparacion{padding:1rem 2rem;margin-top:4rem;display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;align-items:flex-end;justify-content:flex-start;}
.preparacion .modo{display:flex;flex-direction:column;align-items:center;font-size:0.75rem;font-family:"CenturyGothic";font-weight:700;gap:1rem;}
.masdatos{margin-bottom:3rem;background-color:var(--light2);}
.masdatos .container{display:flex;flex-direction:row;flex-wrap:wrap;gap:4rem;align-items:flex-start;justify-content:flex-start;padding-top:4rem;padding-bottom:4rem;}
.masdatos .h4{margin-bottom:2rem;}
.masdatos .titularsub{margin-bottom:2rem;}
.masdatos .nutricional{margin-bottom:3rem;}
.masdatos .preparacion{margin:0;margin-bottom:2rem;padding:1rem;}
.masdatos .col-izq{padding-right:6rem;flex:1;}
.masdatos .col-der{flex:2;}
.interesarte .h3{margin-bottom:3rem;}
.interesarte .cajas .owl-stage-outer{margin:0 3rem;overflow:hidden;}
.interesarte .cajas .owl-nav .owl-prev,
.interesarte .cajas .owl-nav .owl-next{position:absolute;top:50%;transform:translate(0, -50%);font-size:6rem;}
.interesarte .cajas .owl-nav .owl-prev{left:0;}
.interesarte .cajas .owl-nav .owl-next{right:0;}
.fichareceta{padding-top:2rem;padding-bottom:4rem;gap:2rem;align-items:flex-start;justify-content:space-between;}
.fichareceta .h3{}
.fichareceta .h3 .mayor{font-size:2em;}
.fichareceta .enlinea{display:flex;gap:3rem;align-items:flex-start;justify-content:space-between;}
.fichareceta .enlinea .ingredientes{ -ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.fichareceta .enlinea .principal{ -ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.fichareceta .caracteristicas{display:flex;gap:3rem;justify-content:space-evenly;padding:2rem 0 1rem;}
.fichareceta .listaingredientes{display:flex;flex-direction:column;gap:0.5rem;font-size:0.85rem;margin:2rem 0;}
.fichareceta .listaingredientes .btn-link{    color:var(--secondary);}
/* ***** mi cuenta ********************************************************** */
.botonera{display:flex;gap:10px;margin-bottom:10px;}
.btn{padding:10px 20px;border:none;background-color:var(--primary);color:white;cursor:pointer;border-radius:5px;text-decoration:none;display:inline-block;font-size:14px;}
.btn:hover{background-color:#var(--primary);}
.btn.active{background-color:#var(--primary);}
.botonera_cont{padding:15px;border:1px solid #ccc;background-color:#f9f9f9;}
.btn-detalle{}
.btn-repetir{background-color: var(--light4) !important;}
.tab-container {margin: 0 auto;border-radius: 6px;overflow: hidden;}
.tabs {list-style: none;margin: 0;padding: 0;display: flex;position: relative;top: 1px;}
.tabs .tab, .tabs .tabno {padding: 10px 20px;background: #ddd;border: 1px solid #ccc;border-bottom: none;cursor: pointer;border-top-left-radius: 6px;border-top-right-radius: 6px;margin-right: 5px;position: relative;z-index: 1;}
.tabs .tab.active {background: white;font-weight: bold;z-index: 2;}
.tab-content {display: none;padding: 20px;border: 1px solid #ccc;
    margin-bottom: 4rem;}
.tab-content.active {display: block;}
/* ********************************************************************************************************************************************** */
#personal-information{}
#personal-information .common-specifier{font-size: 10px;margin-top: 1.5rem;margin-bottom: 0.25rem;text-transform: uppercase;}
#restaurante-information{}
#restaurante-information .rest-address{padding-bottom: 1rem;margin-bottom: 1rem;border-bottom: 1px solid #ccc;}
#restaurante-information .rest-address .fila{display:block;padding-bottom: 1rem;gap: 2rem;}
#pedido-information{}
#pedido-information .pedido{border: 1px solid var(--light3);margin-bottom: 2rem;}
#pedido-information .pedido .linea{background: var(--light2);padding: 1rem;display: flex;font-weight:800;gap: 5rem;}
#pedido-information .pedido .linea .fecha,
#pedido-information .pedido .linea .numped,
#pedido-information .pedido .datos div{flex:1;}
#pedido-information .pedido .datos{padding: 1rem;display: flex;    gap: 5rem;}
/* ***** mi carrito ********************************************************** */
.linea-hr{padding: 3rem 5rem;}
.linea-bajo.none{padding:10rem 5rem;}
.linea-bajo{border-bottom:1px solid var(--secondary);}
.filatotal{padding:2rem 0;}
.cart-vacio{text-align: center;padding: 3rem 0;}
.cart-seller{display:flex;flex-direction:column;}
.cart-item{align-items:center;border:1px solid #ccc;display:flex;gap:12px;padding:24px;position:relative;}
.cart-item:first-child{border-top-left-radius:8px;border-top-right-radius:8px;}
.cart-item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px;}
.cart-item:not(:last-child){border-bottom:none;}
.cart-item__image{position:relative;width:7.5rem;height:8.5rem;}
.cart-item__image img{width:100%;height:100%;object-fit:cover;}
.cart-item__body{display:flex;flex:1;flex-direction:row;gap:12px;}
.cart-item__pri{flex: 2;align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;}
.cart-item__qty{flex:1;display: flex;align-items: center;justify-content: center;}
.cart-item__prices{flex: 1;display: flex;flex-direction: column;text-wrap: nowrap;align-items: flex-end;justify-content: space-between;}
.cart-item__prices .price-table > div{gap:2rem}
.cart-item__prices .price-table .txt{font-size:0.75em;line-height: 1.75em;}
.cart-item__title{text-transform:uppercase;font-size:1.25rem;letter-spacing: -1px;}
.cart-item__ref{font-size:0.80rem;}
.cart-item__details{font-size:0.60rem;}
.cart-item__modo{font-size: 0.80rem;padding:0.5rem 0 0 0;}
.cart-item__modo span{padding-left:0.5rem;}
#cart-full-summary{background-color:#fff;padding-top:1rem;position:relative;}
.cart-price-summary{margin-left:auto;max-width:29.6875rem;}
.cart-sticky-summary{background-color:#fff;padding:0.9375rem 0.625rem;box-shadow:0 -0.1875rem 0.375rem rgba(0, 0, 0, 0.1);position:fixed;right:0;bottom:0;left:0;z-index:1020;}
.cart-price-summary > div{display:flex;justify-content:space-between;margin-bottom: 0.5rem;}
.cart-price-summary dt, .cart-price-summary dd {text-align:right;margin-right:0;}
.cart-botones{text-align: right;}
.cart-pedido{border:1px solid #ccc;padding:2rem;border-radius:8px;}
.cart-pedido__dir{background-color:var(--light3);padding:1rem;color:#000;}
/* ************************************************************************ */
/* # # # # # # # # # # # # # # # RESPONSIVE # # # # # # # # # # # # # # # # */
/* ************************************************************************ */
@media (min-width:992px){}
@media (max-width:1399px){
	html{font-size:16px;}
	.articulo{ padding-left:6rem;padding-right:6rem;}
	.cajas{display:grid;grid-template-columns:repeat(auto-fill, minmax(225px, 1fr));gap:1rem;justify-content:center;align-items:start;align-items:stretch;}
	.line .texto .h3 {line-height: 1em;font-size: 1.5rem;}
	.line .texto{padding:0 3rem;}
	.line .texto div:not(.h3){font-size:0.95em;}
}
@media (max-width:1199px){
	.articulo{ padding-left:4rem;padding-right:4rem;}
	.cajas{display:grid;grid-template-columns:repeat(auto-fill, minmax(225px, 1fr));gap:1rem;justify-content:center;align-items:start;align-items:stretch;}
	:root{--heighthead:150px;--padweb:2rem;}
	.line .cc.rad2.simg{aspect-ratio:16 / 13;}
	.line .texto .h3{font-size:1.5rem;}
	.p-listado .listado{padding:0 4rem;}
	.prefooter{height:clamp(200px, 80vh, 450px);}
	.prefooter .titular{font-size:1.5rem;}
	.services .prefooter{height:clamp(200px, 50vh, 500px);}
	footer .container .col-md-3{max-width:}
	footer .container .logo{width:200px;}
}
@media (max-width:991px){
	:root{--heighthead:125px;}
	html{font-size:15px;}
	.articulo{ padding-left:2rem;padding-right:2rem;}
	header .menu .container{justify-content:center;flex-direction:column;position:relative;}
	header .menu .logo{order:-1;padding:0;}
	header.scrolled.header{ padding-bottom:2rem;}
	footer .top{flex-direction:column;}
	.caja-blog .caja{width:65%;padding:2rem 2rem;}
	.caja-blog .caja .titular{font-size:1.5rem;}
	.p-listado .listado{padding:0 2rem;}
	.line .cc.rad2.simg{aspect-ratio:16 / 19;}
}
@media (max-width:767px){
	:root{--heighthead:90px;}
	html{font-size:14px;}
	.articulo{ padding-left:1rem;padding-right:1rem;}
	.imagen-principal,
	.video-principal{aspect-ratio:16 / 9;height:auto;}
	.bg-video .parrafo .h1{font-size: 2.25rem;}
	.muestras{padding:3rem 0;}
	header .menu-header .flex-between{flex-direction:row !important;}
	header.scrolled.header{padding:0;}
	.cont-popover {left: 1rem !important;}
	.popover-content { max-width: calc( 450px - 1rem);}
	footer .redes.flex-between{justify-content:center;flex-direction:row !important;}
	footer .container .col-md-9{flex-wrap:wrap;justify-content:space-evenly;font-size:1rem;}
	footer .container .bot{flex-direction:column;align-items:center;}
	footer .container .bot .col-md-3{order:2;margin-top:2rem;}
	footer .container .bot .redes img{height:25px;}
	.menu .boton-menu{ top:25px;}
	.flex-between, .line, .mapadelegaciones{flex-direction:column;}
	.line.reverse{flex-direction: column;}
	.line .cc.rad1, .line .cc.rad2 {width: 100%;}

	.ficha .informacion .capa{padding:0;}
	.ficha.flex-between{}
	.que-ofrecemos .flex-space{flex-wrap:wrap;gap:0;}
	.que-ofrecemos .flex-space>div{width:50%;padding:1rem;}
	.como-funciona .flex-space{flex-wrap:wrap;gap:0;align-items:flex-start;}
	.como-funciona .flex-space>div{width:50%;padding:1rem;}
	.line .texto{padding:var(--padweb);}
	.line .cc.rad2.simg{aspect-ratio:16 / 9;}
	.op2 .simg{order:10;}
	.cajas{grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));}

	.opiniones .gridvid{grid-template-columns:repeat(auto-fit, minmax(50%, 1fr));}
	.video-wrapper .autor{top:4px;bottom:auto;color:#FFF;text-shadow:0px 1px var(--secondary);}
	.caja-blog{flex-direction:column;}
	.caja-blog:before{content:none;}
	.caja-blog .caja.bg{background:var(--light2);width:100%;padding-top:4rem;}
	.caja-blog .imagen{width:60%;margin-bottom:-2rem;position:relative;}
	.formcontacto{flex-direction:column;gap:0;}
	.mapadecontacto{flex-direction:column;}
	.mapadecontacto .mapa iframe{height:400px;}
	
	.numlineal .flex-space{flex-wrap: wrap;justify-content: flex-start;}
	.numlineal .flex-space>div{-ms-flex:0 0 45%;flex:0 0 45%;max-width:45%;}
	.muestras .h2 {margin-bottom: 1rem;}
}
@media (max-width:460px){
	.texto-principal{font-size:2.5rem;}
	.bg-video .parrafo .h1{font-size: 2rem;}
	.numlineal .flex-space>div{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
	.line .cc .nombre {line-height: 1em;bottom: 2rem;}
	.services .prefooter{height: auto;}
	.services .prefooter img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1;}
	.services .prefooter .titular{position: relative;z-index: 10;transform: none;left: auto;top: auto;margin: 3rem auto;font-size: 1.15rem;}
	.services .prefooter .titular .h2 {font-size: 1.75rem;}
	.menu-header a {font-size: 12px;}
	
}
@media (max-width:240px){
	html{font-size:12px;}
	.texto-principal{font-size:1.5rem;}
	.popover-content {font-size: 0.75rem;}
	.popover-content .cab {font-size: 1.1rem;}
	.popover-content input {padding: 5px;}
	.popover-content button {padding: 6px;}
	.recuerda-login {padding: 0.5rem 0;}
	
	
}
