.Hero-module__gNeX-G__hero{--ease:cubic-bezier(.22, .61, .36, 1);isolation:isolate;background:var(--color-espresso);width:100%;min-height:100dvh;color:var(--color-cream);position:relative;overflow:hidden}.Hero-module__gNeX-G__bg{z-index:0;position:absolute;inset:0}.Hero-module__gNeX-G__bg video,.Hero-module__gNeX-G__bg img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.Hero-module__gNeX-G__scrim{z-index:1;background:linear-gradient(90deg,#08080beb 0%,#08080bd9 18%,#08080b8c 45%,#08080b2e 58%,#08080b00 65%);position:absolute;inset:0}.Hero-module__gNeX-G__vignette{z-index:2;pointer-events:none;background:linear-gradient(#08080b8c 0%,#08080b00 22%),linear-gradient(#08080b00 74%,#08080b9e 100%),radial-gradient(120% 90% at 50% 45%,#08080b00 55%,#08080b66 100%);position:absolute;inset:0}.Hero-module__gNeX-G__shell{z-index:3;flex-direction:column;min-height:100dvh;padding:0 clamp(20px,5vw,72px);display:flex;position:relative}.Hero-module__gNeX-G__nav{z-index:10;justify-content:space-between;align-items:center;gap:24px;padding:clamp(20px,3vw,34px) 0;display:flex;position:relative}.Hero-module__gNeX-G__brand{color:var(--color-cream);font-family:var(--font-serif);letter-spacing:.01em;white-space:nowrap;align-items:center;gap:12px;font-size:clamp(20px,1.7vw,26px);font-weight:700;text-decoration:none;display:inline-flex}.Hero-module__gNeX-G__brandMark{background:radial-gradient(120% 120% at 30% 25%, var(--color-gold), var(--color-caramel));width:34px;height:34px;color:var(--color-espresso);font-weight:800;font-family:var(--font-serif);border-radius:50%;flex:none;place-items:center;font-size:18px;display:grid;box-shadow:0 0 0 1px #e0a24e80,0 6px 18px #00000073}.Hero-module__gNeX-G__brand b{color:var(--color-amber);font-weight:700}.Hero-module__gNeX-G__navLinks{align-items:center;gap:clamp(18px,1.8vw,30px);list-style:none;display:flex}.Hero-module__gNeX-G__navLink{color:var(--color-cream);letter-spacing:.01em;opacity:.86;transition:opacity .25s var(--ease), color .25s var(--ease);white-space:nowrap;padding:6px 0;font-size:15px;font-weight:500;text-decoration:none;position:relative}.Hero-module__gNeX-G__navLink:after{content:"";background:var(--color-amber);transform-origin:0;width:100%;height:1.5px;transition:transform .3s var(--ease);position:absolute;bottom:0;left:0;transform:scaleX(0)}.Hero-module__gNeX-G__navLink:hover{opacity:1;color:var(--color-amber)}.Hero-module__gNeX-G__navLink:hover:after{transform:scaleX(1)}.Hero-module__gNeX-G__loginBtn{color:var(--color-cream);font-family:var(--font-sans);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:0;font-size:15px;font-weight:500;display:inline-flex}.Hero-module__gNeX-G__loginIcon{display:inline-flex}.Hero-module__gNeX-G__loginText{display:none}@media (min-width:769px){.Hero-module__gNeX-G__loginBtn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:44px;height:44px;transition:border-color .25s var(--ease), color .25s var(--ease);background:#14100d66;border:1px solid #f5efe447;border-radius:50%;justify-content:center}.Hero-module__gNeX-G__loginBtn:hover{border-color:var(--color-amber);color:var(--color-amber)}}.Hero-module__gNeX-G__burger{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#14100d66;border:1px solid #f5efe447;border-radius:12px;flex:none;place-items:center;width:46px;height:46px;display:none}.Hero-module__gNeX-G__burger span{background:var(--color-cream);width:20px;height:2px;transition:transform .3s var(--ease), opacity .2s var(--ease);border-radius:2px;display:block;position:relative}.Hero-module__gNeX-G__burger span:before,.Hero-module__gNeX-G__burger span:after{content:"";background:var(--color-cream);width:20px;height:2px;transition:transform .3s var(--ease);border-radius:2px;position:absolute;left:0}.Hero-module__gNeX-G__burger span:before{top:-6px}.Hero-module__gNeX-G__burger span:after{top:6px}.Hero-module__gNeX-G__navOpen .Hero-module__gNeX-G__burger span{background:0 0}.Hero-module__gNeX-G__navOpen .Hero-module__gNeX-G__burger span:before{transform:translateY(6px)rotate(45deg)}.Hero-module__gNeX-G__navOpen .Hero-module__gNeX-G__burger span:after{transform:translateY(-6px)rotate(-45deg)}.Hero-module__gNeX-G__heroMain{flex:1;align-items:center;padding-bottom:clamp(40px,7vh,90px);display:flex}.Hero-module__gNeX-G__copy{width:min(640px,50%);max-width:50%}.Hero-module__gNeX-G__copyTitle{font-family:var(--font-serif);color:var(--color-cream);letter-spacing:-.01em;text-wrap:balance;text-shadow:0 2px 30px #00000080;font-size:clamp(40px,5vw,76px);font-weight:700;line-height:1.04}.Hero-module__gNeX-G__copyTitle em{color:var(--color-amber);font-style:italic}.Hero-module__gNeX-G__copySub{color:var(--color-sand);text-wrap:pretty;max-width:52ch;margin-top:clamp(18px,2.4vh,28px);font-size:clamp(16px,1.25vw,20px);line-height:1.55}.Hero-module__gNeX-G__copyActions{flex-wrap:wrap;gap:14px;margin-top:clamp(26px,3.4vh,38px);display:flex}.Hero-module__gNeX-G__btn{font-family:var(--font-sans);letter-spacing:.01em;cursor:pointer;transition:transform .25s var(--ease), box-shadow .3s var(--ease), background .25s var(--ease), filter .25s var(--ease);border:1.5px solid #0000;border-radius:999px;align-items:center;gap:10px;padding:15px 28px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex}.Hero-module__gNeX-G__btnPrimary{background:var(--color-gold);color:var(--color-espresso);box-shadow:0 10px 30px #f2b84b47}.Hero-module__gNeX-G__btnPrimary:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 16px 38px #f2b84b66}.Hero-module__gNeX-G__btnPrimary svg{transition:transform .25s var(--ease)}.Hero-module__gNeX-G__btnPrimary:hover svg{transform:translate(4px)}.Hero-module__gNeX-G__btnOutline{color:var(--color-cream);background:0 0;border-color:#f5efe48c}.Hero-module__gNeX-G__btnOutline:hover{border-color:var(--color-cream);background:#f5efe414;transform:translateY(-2px)}.Hero-module__gNeX-G__copyNote{color:var(--color-sand);margin-top:clamp(18px,2.2vh,24px);font-size:14.5px;line-height:1.5}.Hero-module__gNeX-G__copyNote a{color:var(--color-amber);transition:border-color .25s var(--ease), color .25s var(--ease);border-bottom:1px solid #e0a24e66;font-weight:600;text-decoration:none}.Hero-module__gNeX-G__copyNote a:hover{color:var(--color-gold);border-color:var(--color-gold)}@keyframes Hero-module__gNeX-G__riseIn{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){.Hero-module__gNeX-G__anim{animation:Hero-module__gNeX-G__riseIn .9s var(--ease) both}.Hero-module__gNeX-G__nav{animation:Hero-module__gNeX-G__riseIn .8s var(--ease) both}.Hero-module__gNeX-G__delay1{animation-delay:.15s}.Hero-module__gNeX-G__delay2{animation-delay:.3s}.Hero-module__gNeX-G__delay3{animation-delay:.45s}.Hero-module__gNeX-G__delay4{animation-delay:.6s}}@media (max-width:768px){.Hero-module__gNeX-G__navLinks{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;pointer-events:none;transition:opacity .28s var(--ease), transform .28s var(--ease);z-index:5;background:#14100deb;border:1px solid #8a5a3466;border-radius:18px;flex-direction:column;align-items:flex-start;gap:4px;padding:14px 18px;position:absolute;top:76px;left:clamp(20px,5vw,72px);right:clamp(20px,5vw,72px);transform:translateY(-10px)scale(.98);box-shadow:0 24px 60px #0000008c}.Hero-module__gNeX-G__navLink{opacity:.92;width:100%;padding:12px 6px;font-size:16px}.Hero-module__gNeX-G__loginIcon{display:none}.Hero-module__gNeX-G__loginText{display:inline}.Hero-module__gNeX-G__loginBtn{opacity:.92;width:100%;padding:12px 6px;font-size:16px}.Hero-module__gNeX-G__navOpen .Hero-module__gNeX-G__navLinks{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.Hero-module__gNeX-G__burger{display:grid}.Hero-module__gNeX-G__scrim{background:#08080b33}.Hero-module__gNeX-G__vignette{background:0 0}.Hero-module__gNeX-G__bg video,.Hero-module__gNeX-G__bg img{object-position:85% center}.Hero-module__gNeX-G__heroMain{align-items:flex-start;padding-top:clamp(16px,3vh,32px);padding-bottom:0}.Hero-module__gNeX-G__copy{width:85%;max-width:85%}.Hero-module__gNeX-G__copySub{max-width:none}.Hero-module__gNeX-G__copyActions .Hero-module__gNeX-G__btn{flex:auto;justify-content:center}.Hero-module__gNeX-G__copyNote{margin-top:clamp(80px,14vh,120px)}}@media (max-width:440px){.Hero-module__gNeX-G__copy{width:100%;max-width:100%}.Hero-module__gNeX-G__copyActions{flex-direction:column}.Hero-module__gNeX-G__copyActions .Hero-module__gNeX-G__btn{width:100%}}
.LoginModal-module__byExyq__overlay{--ease:cubic-bezier(.22, .61, .36, 1);z-index:60;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:LoginModal-module__byExyq__overlayIn .2s var(--ease);background:#14100db8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.LoginModal-module__byExyq__modal{width:100%;max-width:420px;max-height:90vh;animation:LoginModal-module__byExyq__modalIn .25s var(--ease);background:linear-gradient(160deg,#3d2a1bfa,#14100dfa);border:1px solid #f5efe424;border-radius:24px;padding:clamp(28px,5vw,40px);position:relative;overflow-y:auto;box-shadow:0 30px 80px #00000080}.LoginModal-module__byExyq__modalClose{width:40px;height:40px;color:var(--color-sand);cursor:pointer;transition:color .2s var(--ease), border-color .2s var(--ease);background:#f5efe40f;border:1px solid #f5efe429;border-radius:50%;place-items:center;display:grid;position:absolute;top:16px;right:16px}.LoginModal-module__byExyq__modalClose:hover,.LoginModal-module__byExyq__modalClose:focus-visible{color:var(--color-gold);border-color:var(--color-gold)}.LoginModal-module__byExyq__modalClose:focus-visible{outline:2px solid var(--color-amber);outline-offset:2px}.LoginModal-module__byExyq__title{font-family:var(--font-serif);color:var(--color-cream);margin-bottom:6px;font-size:clamp(22px,2.4vw,28px);font-weight:700}.LoginModal-module__byExyq__subtitle{color:var(--color-sand);margin-bottom:clamp(20px,3vh,28px);font-size:14px;line-height:1.5}.LoginModal-module__byExyq__form{flex-direction:column;gap:18px;display:flex}.LoginModal-module__byExyq__field{flex-direction:column;gap:8px;display:flex}.LoginModal-module__byExyq__label{font-family:var(--font-sans);letter-spacing:.04em;color:var(--color-sand);font-size:13px;font-weight:700}.LoginModal-module__byExyq__input,.LoginModal-module__byExyq__select{width:100%;min-height:48px;color:var(--color-cream);font-family:var(--font-sans);transition:border-color .2s var(--ease), box-shadow .2s var(--ease);background:#14100d73;border:1px solid #f5efe429;border-radius:12px;padding:0 16px;font-size:15px}.LoginModal-module__byExyq__select{cursor:pointer}.LoginModal-module__byExyq__select option{background:var(--color-wood);color:var(--color-cream)}.LoginModal-module__byExyq__input::placeholder{color:#c9bca68c}.LoginModal-module__byExyq__input:focus-visible,.LoginModal-module__byExyq__select:focus-visible{border-color:var(--color-gold);outline:none;box-shadow:0 0 0 3px #f2b84b33}.LoginModal-module__byExyq__error{font-family:var(--font-sans);color:#ff9b8a;background:#c0392b29;border:1px solid #c0392b59;border-radius:10px;padding:10px 14px;font-size:13.5px;font-weight:600}.LoginModal-module__byExyq__actions{gap:12px;margin-top:4px;display:flex}.LoginModal-module__byExyq__cancel{min-height:50px;color:var(--color-cream);font-family:var(--font-sans);cursor:pointer;transition:border-color .2s var(--ease), background .2s var(--ease);background:0 0;border:1px solid #f5efe433;border-radius:12px;flex:1;font-size:15px;font-weight:700}.LoginModal-module__byExyq__cancel:hover,.LoginModal-module__byExyq__cancel:focus-visible{border-color:var(--color-cream);background:#f5efe40f}.LoginModal-module__byExyq__submit{background:linear-gradient(135deg, var(--color-gold), var(--color-amber));min-height:50px;color:var(--color-espresso);font-family:var(--font-sans);cursor:pointer;transition:transform .2s var(--ease), box-shadow .2s var(--ease);border:none;border-radius:12px;flex:1.4;font-size:15px;font-weight:700;box-shadow:0 14px 30px #f2b84b40}.LoginModal-module__byExyq__submit:hover{transform:translateY(-2px);box-shadow:0 18px 36px #f2b84b59}.LoginModal-module__byExyq__submit:focus-visible,.LoginModal-module__byExyq__cancel:focus-visible{outline:2px solid var(--color-amber);outline-offset:2px}.LoginModal-module__byExyq__submit:disabled{opacity:.65;cursor:not-allowed;box-shadow:none;transform:none}.LoginModal-module__byExyq__footer{font-family:var(--font-sans);color:var(--color-sand);text-align:center;font-size:13.5px}.LoginModal-module__byExyq__footerLink{color:var(--color-gold);transition:color .2s var(--ease), border-color .2s var(--ease);border-bottom:1px solid #f2b84b66;font-weight:700;text-decoration:none}.LoginModal-module__byExyq__footerLink:hover{color:var(--color-amber);border-color:var(--color-amber)}@keyframes LoginModal-module__byExyq__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes LoginModal-module__byExyq__modalIn{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.LoginModal-module__byExyq__overlay,.LoginModal-module__byExyq__modal{animation:none}}@media (max-width:440px){.LoginModal-module__byExyq__modal{border-radius:18px;padding:24px 18px}.LoginModal-module__byExyq__actions{flex-direction:column}}
.Restaurantes-module__ZJ36Oq__section{--ease:cubic-bezier(.22, .61, .36, 1);background:linear-gradient(180deg, var(--color-espresso) 0%, var(--color-wood) 100%);color:var(--color-cream);padding:clamp(64px,10vh,120px) 0;position:relative;overflow:hidden}.Restaurantes-module__ZJ36Oq__section:before{content:"";background:linear-gradient(90deg,#0000,#f2b84b59,#0000);height:1px;position:absolute;inset:0 0 auto}.Restaurantes-module__ZJ36Oq__shell{max-width:1320px;margin:0 auto;padding:0 clamp(20px,5vw,72px)}.Restaurantes-module__ZJ36Oq__heading{max-width:640px;margin-bottom:clamp(40px,6vh,64px)}.Restaurantes-module__ZJ36Oq__eyebrow{font-family:var(--font-sans);letter-spacing:.18em;text-transform:uppercase;color:var(--color-amber);margin-bottom:12px;font-size:13px;font-weight:700;display:inline-block}.Restaurantes-module__ZJ36Oq__title{font-family:var(--font-serif);color:var(--color-cream);letter-spacing:-.01em;font-size:clamp(32px,4vw,52px);font-weight:700;line-height:1.1}.Restaurantes-module__ZJ36Oq__title em{color:var(--color-gold);font-style:italic}.Restaurantes-module__ZJ36Oq__subtitle{color:var(--color-sand);text-wrap:pretty;max-width:56ch;margin-top:16px;font-size:clamp(15px,1.1vw,18px);line-height:1.6}.Restaurantes-module__ZJ36Oq__carousel{position:relative}.Restaurantes-module__ZJ36Oq__viewport{overflow:hidden}.Restaurantes-module__ZJ36Oq__track{--visible:1;--gap:16px;--cardWidth:calc((100% - var(--gap) * (var(--visible) - 1)) / var(--visible));--step:calc(var(--cardWidth) + var(--gap));transform:translateX(calc(-1 * var(--index,0) * var(--step)));display:flex}@media (prefers-reduced-motion:no-preference){.Restaurantes-module__ZJ36Oq__track{transition:transform .7s var(--ease)}}@media (min-width:768px){.Restaurantes-module__ZJ36Oq__track{--visible:2;--gap:20px}}@media (min-width:1024px){.Restaurantes-module__ZJ36Oq__track{--visible:3;--gap:28px}}.Restaurantes-module__ZJ36Oq__card{flex:0 0 var(--cardWidth);margin-right:var(--gap);flex-direction:column;display:flex}.Restaurantes-module__ZJ36Oq__card:last-child{margin-right:0}.Restaurantes-module__ZJ36Oq__imageWrap{aspect-ratio:4/3;background:var(--color-wood);border-radius:20px;width:100%;position:relative;overflow:hidden;box-shadow:0 18px 40px #00000059}.Restaurantes-module__ZJ36Oq__image{object-fit:cover}.Restaurantes-module__ZJ36Oq__imagePlaceholder{background:linear-gradient(135deg, var(--color-wood) 0%, var(--color-espresso) 100%);position:absolute;inset:0}.Restaurantes-module__ZJ36Oq__coverScrim{z-index:1;pointer-events:none;background:linear-gradient(#0000,#0a0806bf);height:65%;position:absolute;inset:auto 0 0}.Restaurantes-module__ZJ36Oq__cardLogoWrap{z-index:2;background:#14100dcc;border:2px solid #f5efe42e;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;bottom:12px;left:12px;overflow:hidden}.Restaurantes-module__ZJ36Oq__cardLogoImg{object-fit:cover}.Restaurantes-module__ZJ36Oq__cardLogoInitial{font-family:var(--font-serif);color:var(--color-gold);font-size:20px;font-weight:700;line-height:1}.Restaurantes-module__ZJ36Oq__statusBadge{z-index:2;font-family:var(--font-sans);letter-spacing:.04em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:20px;align-items:center;gap:5px;padding:4px 9px;font-size:11px;font-weight:700;display:flex;position:absolute;top:10px;right:10px}.Restaurantes-module__ZJ36Oq__statusBadgeAbierto{color:#4ade80;background:#22c55e2e;border:1px solid #22c55e59}.Restaurantes-module__ZJ36Oq__statusBadgeCerrado{color:#f5efe48c;background:#14100d8c;border:1px solid #f5efe42e}.Restaurantes-module__ZJ36Oq__statusDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.Restaurantes-module__ZJ36Oq__statusDotAbierto{background:#22c55e}.Restaurantes-module__ZJ36Oq__statusDotCerrado{background:#f5efe466}.Restaurantes-module__ZJ36Oq__cardBody{margin-top:18px}.Restaurantes-module__ZJ36Oq__category{letter-spacing:.08em;text-transform:uppercase;color:var(--color-amber);font-size:12.5px;font-weight:700;display:block}.Restaurantes-module__ZJ36Oq__name{font-family:var(--font-serif);color:var(--color-cream);margin-top:6px;font-size:clamp(19px,1.6vw,24px);font-weight:700}.Restaurantes-module__ZJ36Oq__link{font-family:var(--font-sans);color:var(--color-sand);cursor:pointer;transition:color .25s var(--ease);align-items:center;gap:6px;margin-top:10px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.Restaurantes-module__ZJ36Oq__link svg{transition:transform .25s var(--ease)}.Restaurantes-module__ZJ36Oq__link:hover{color:var(--color-gold)}.Restaurantes-module__ZJ36Oq__link:hover svg{transform:translate(4px)}.Restaurantes-module__ZJ36Oq__arrow{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:44px;height:44px;color:var(--color-cream);cursor:pointer;z-index:2;transition:background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);background:#14100d8c;border:1px solid #f5efe440;border-radius:50%;place-items:center;display:grid;position:absolute;top:42%;transform:translateY(-50%)}.Restaurantes-module__ZJ36Oq__arrow:hover{background:var(--color-gold);border-color:var(--color-gold);color:var(--color-espresso)}.Restaurantes-module__ZJ36Oq__arrow:focus-visible{outline:2px solid var(--color-amber);outline-offset:3px}.Restaurantes-module__ZJ36Oq__arrowPrev{left:12px}.Restaurantes-module__ZJ36Oq__arrowNext{right:12px}.Restaurantes-module__ZJ36Oq__dots{justify-content:center;align-items:center;gap:10px;margin-top:clamp(28px,4vh,40px);display:flex}.Restaurantes-module__ZJ36Oq__dot{cursor:pointer;width:10px;height:10px;transition:background .25s var(--ease), transform .25s var(--ease);background:#f5efe440;border:none;border-radius:50%;padding:0}.Restaurantes-module__ZJ36Oq__dot:hover{background:#f5efe480}.Restaurantes-module__ZJ36Oq__dot:focus-visible{outline:2px solid var(--color-amber);outline-offset:3px}.Restaurantes-module__ZJ36Oq__dotActive{background:var(--color-gold);transform:scale(1.15)}.Restaurantes-module__ZJ36Oq__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:no-preference){.Restaurantes-module__ZJ36Oq__heading,.Restaurantes-module__ZJ36Oq__carousel{opacity:0;transition:opacity .7s var(--ease), transform .7s var(--ease);transform:translateY(28px)}.Restaurantes-module__ZJ36Oq__heading.Restaurantes-module__ZJ36Oq__inView,.Restaurantes-module__ZJ36Oq__carousel.Restaurantes-module__ZJ36Oq__inView{opacity:1;transform:translateY(0)}.Restaurantes-module__ZJ36Oq__carousel{transition-delay:.1s}.Restaurantes-module__ZJ36Oq__card{opacity:0;transition:opacity .7s var(--ease), transform .7s var(--ease);transform:translateY(20px)}.Restaurantes-module__ZJ36Oq__carousel.Restaurantes-module__ZJ36Oq__inView .Restaurantes-module__ZJ36Oq__card{opacity:1;transform:translateY(0)}.Restaurantes-module__ZJ36Oq__carousel.Restaurantes-module__ZJ36Oq__inView .Restaurantes-module__ZJ36Oq__card:first-child{transition-delay:.2s}.Restaurantes-module__ZJ36Oq__carousel.Restaurantes-module__ZJ36Oq__inView .Restaurantes-module__ZJ36Oq__card:nth-child(2){transition-delay:.3s}.Restaurantes-module__ZJ36Oq__carousel.Restaurantes-module__ZJ36Oq__inView .Restaurantes-module__ZJ36Oq__card:nth-child(3){transition-delay:.4s}}@media (max-width:440px){.Restaurantes-module__ZJ36Oq__arrow{width:38px;height:38px}.Restaurantes-module__ZJ36Oq__arrowPrev{left:8px}.Restaurantes-module__ZJ36Oq__arrowNext{right:8px}}
.Platillos-module__65X-AG__section{--ease:cubic-bezier(.22, .61, .36, 1);background:linear-gradient(180deg, var(--color-wood) 0%, var(--color-espresso) 100%);color:var(--color-cream);padding:clamp(64px,10vh,120px) 0;position:relative;overflow:hidden}.Platillos-module__65X-AG__section:before{content:"";background:linear-gradient(90deg,#0000,#f2b84b59,#0000);height:1px;position:absolute;inset:0 0 auto}.Platillos-module__65X-AG__shell{max-width:1320px;margin:0 auto;padding:0 clamp(20px,5vw,72px)}.Platillos-module__65X-AG__heading{max-width:640px;margin-bottom:clamp(40px,6vh,64px)}.Platillos-module__65X-AG__eyebrow{font-family:var(--font-sans);letter-spacing:.18em;text-transform:uppercase;color:var(--color-amber);margin-bottom:12px;font-size:13px;font-weight:700;display:inline-block}.Platillos-module__65X-AG__title{font-family:var(--font-serif);color:var(--color-cream);letter-spacing:-.01em;font-size:clamp(32px,4vw,52px);font-weight:700;line-height:1.1}.Platillos-module__65X-AG__title em{color:var(--color-gold);font-style:italic}.Platillos-module__65X-AG__subtitle{color:var(--color-sand);text-wrap:pretty;max-width:56ch;margin-top:16px;font-size:clamp(15px,1.1vw,18px);line-height:1.6}.Platillos-module__65X-AG__carousel{position:relative}.Platillos-module__65X-AG__viewport{overflow:hidden}.Platillos-module__65X-AG__track{--visible:1;--gap:16px;--cardWidth:calc((100% - var(--gap) * (var(--visible) - 1)) / var(--visible));--step:calc(var(--cardWidth) + var(--gap));transform:translateX(calc(-1 * var(--index,0) * var(--step)));display:flex}@media (prefers-reduced-motion:no-preference){.Platillos-module__65X-AG__track{transition:transform .7s var(--ease)}}@media (min-width:768px){.Platillos-module__65X-AG__track{--visible:2;--gap:20px}}@media (min-width:1024px){.Platillos-module__65X-AG__track{--visible:3;--gap:28px}}.Platillos-module__65X-AG__card{flex:0 0 var(--cardWidth);margin-right:var(--gap);flex-direction:column;display:flex}.Platillos-module__65X-AG__card:last-child{margin-right:0}.Platillos-module__65X-AG__imageWrap{aspect-ratio:4/3;background:var(--color-wood);border-radius:20px;width:100%;position:relative;overflow:hidden;box-shadow:0 18px 40px #00000059}.Platillos-module__65X-AG__image{object-fit:cover}.Platillos-module__65X-AG__imagePlaceholder{background:linear-gradient(135deg, var(--color-wood) 0%, var(--color-espresso) 100%);position:absolute;inset:0}.Platillos-module__65X-AG__cardBody{margin-top:18px}.Platillos-module__65X-AG__category{letter-spacing:.08em;text-transform:uppercase;color:var(--color-amber);font-size:12.5px;font-weight:700;display:block}.Platillos-module__65X-AG__name{font-family:var(--font-serif);color:var(--color-cream);margin-top:6px;font-size:clamp(19px,1.6vw,24px);font-weight:700}.Platillos-module__65X-AG__link{font-family:var(--font-sans);color:var(--color-sand);cursor:pointer;transition:color .25s var(--ease);align-items:center;gap:6px;margin-top:10px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.Platillos-module__65X-AG__link svg{transition:transform .25s var(--ease)}.Platillos-module__65X-AG__link:hover{color:var(--color-gold)}.Platillos-module__65X-AG__link:hover svg{transform:translate(4px)}.Platillos-module__65X-AG__arrow{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:44px;height:44px;color:var(--color-cream);cursor:pointer;z-index:2;transition:background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);background:#14100d8c;border:1px solid #f5efe440;border-radius:50%;place-items:center;display:grid;position:absolute;top:42%;transform:translateY(-50%)}.Platillos-module__65X-AG__arrow:hover{background:var(--color-gold);border-color:var(--color-gold);color:var(--color-espresso)}.Platillos-module__65X-AG__arrow:focus-visible{outline:2px solid var(--color-amber);outline-offset:3px}.Platillos-module__65X-AG__arrowPrev{left:12px}.Platillos-module__65X-AG__arrowNext{right:12px}.Platillos-module__65X-AG__dots{justify-content:center;align-items:center;gap:10px;margin-top:clamp(28px,4vh,40px);display:flex}.Platillos-module__65X-AG__dot{cursor:pointer;width:10px;height:10px;transition:background .25s var(--ease), transform .25s var(--ease);background:#f5efe440;border:none;border-radius:50%;padding:0}.Platillos-module__65X-AG__dot:hover{background:#f5efe480}.Platillos-module__65X-AG__dot:focus-visible{outline:2px solid var(--color-amber);outline-offset:3px}.Platillos-module__65X-AG__dotActive{background:var(--color-gold);transform:scale(1.15)}.Platillos-module__65X-AG__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:no-preference){.Platillos-module__65X-AG__heading,.Platillos-module__65X-AG__carousel{opacity:0;transition:opacity .7s var(--ease), transform .7s var(--ease);transform:translateY(28px)}.Platillos-module__65X-AG__heading.Platillos-module__65X-AG__inView,.Platillos-module__65X-AG__carousel.Platillos-module__65X-AG__inView{opacity:1;transform:translateY(0)}.Platillos-module__65X-AG__carousel{transition-delay:.1s}.Platillos-module__65X-AG__card{opacity:0;transition:opacity .7s var(--ease), transform .7s var(--ease);transform:translateY(20px)}.Platillos-module__65X-AG__carousel.Platillos-module__65X-AG__inView .Platillos-module__65X-AG__card{opacity:1;transform:translateY(0)}.Platillos-module__65X-AG__carousel.Platillos-module__65X-AG__inView .Platillos-module__65X-AG__card:first-child{transition-delay:.2s}.Platillos-module__65X-AG__carousel.Platillos-module__65X-AG__inView .Platillos-module__65X-AG__card:nth-child(2){transition-delay:.3s}.Platillos-module__65X-AG__carousel.Platillos-module__65X-AG__inView .Platillos-module__65X-AG__card:nth-child(3){transition-delay:.4s}}@media (max-width:440px){.Platillos-module__65X-AG__arrow{width:38px;height:38px}.Platillos-module__65X-AG__arrowPrev{left:8px}.Platillos-module__65X-AG__arrowNext{right:8px}}
.Nosotros-module__nSbGoG__section{--ease:cubic-bezier(.22, .61, .36, 1);isolation:isolate;min-height:clamp(620px,85vh,860px);color:var(--color-cream);align-items:center;display:flex;position:relative;overflow:hidden}.Nosotros-module__nSbGoG__bg{z-index:0;position:absolute;inset:0}.Nosotros-module__nSbGoG__image{object-fit:cover;object-position:center}.Nosotros-module__nSbGoG__scrim{z-index:1;background:linear-gradient(90deg,#08080bd9 0%,#08080b99 35%,#08080b38 55%,#08080b00 65%);position:absolute;inset:0}.Nosotros-module__nSbGoG__shell{z-index:2;width:100%;padding:clamp(64px,10vh,120px) clamp(20px,5vw,72px);position:relative}.Nosotros-module__nSbGoG__content{width:min(720px,66%);max-width:66%}.Nosotros-module__nSbGoG__eyebrow{font-family:var(--font-sans);letter-spacing:.18em;text-transform:uppercase;color:var(--color-amber);margin-bottom:12px;font-size:13px;font-weight:700;display:inline-block}.Nosotros-module__nSbGoG__title{font-family:var(--font-serif);color:var(--color-cream);letter-spacing:-.01em;text-wrap:balance;text-shadow:0 2px 30px #00000080;font-size:clamp(32px,4vw,52px);font-weight:700;line-height:1.15}.Nosotros-module__nSbGoG__title em{color:var(--color-gold);font-style:italic}.Nosotros-module__nSbGoG__body{flex-direction:column;gap:16px;margin-top:clamp(20px,3vh,32px);display:flex}.Nosotros-module__nSbGoG__body p{color:var(--color-sand);text-wrap:pretty;text-shadow:0 1px 12px #0006;font-size:clamp(15px,1.1vw,18px);line-height:1.7}@media (prefers-reduced-motion:no-preference){.Nosotros-module__nSbGoG__content{opacity:0;transition:opacity .8s var(--ease), transform .8s var(--ease);transform:translateY(28px)}.Nosotros-module__nSbGoG__content.Nosotros-module__nSbGoG__inView{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Nosotros-module__nSbGoG__content{width:min(620px,78%);max-width:78%}}@media (max-width:768px){.Nosotros-module__nSbGoG__section{align-items:flex-end}.Nosotros-module__nSbGoG__scrim{background:linear-gradient(#08080b33 0%,#08080b73 35%,#08080bc7 65%,#08080beb 100%)}.Nosotros-module__nSbGoG__shell{padding-bottom:clamp(48px,9vh,84px)}.Nosotros-module__nSbGoG__content{width:100%;max-width:100%}}@media (max-width:440px){.Nosotros-module__nSbGoG__body{gap:14px}}
.RegistroUsuario-module__19B-rq__section{--ease:cubic-bezier(.22, .61, .36, 1);background:linear-gradient(180deg, var(--color-espresso) 0%, var(--color-wood) 100%);color:var(--color-cream);padding:clamp(64px,10vh,120px) 0;position:relative;overflow:hidden}.RegistroUsuario-module__19B-rq__section:before{content:"";background:linear-gradient(90deg,#0000,#f2b84b59,#0000);height:1px;position:absolute;inset:0 0 auto}.RegistroUsuario-module__19B-rq__glow{filter:blur(10px);pointer-events:none;z-index:0;background:radial-gradient(circle,#f2b84b38 0%,#f2b84b00 70%);width:clamp(320px,40vw,620px);height:clamp(320px,40vw,620px);position:absolute;top:-10%;right:-8%}.RegistroUsuario-module__19B-rq__shell{z-index:1;grid-template-columns:minmax(0,1fr) minmax(320px,460px);align-items:center;gap:clamp(48px,6vw,96px);max-width:1320px;margin:0 auto;padding:0 clamp(20px,5vw,72px);display:grid;position:relative}.RegistroUsuario-module__19B-rq__eyebrow{font-family:var(--font-sans);letter-spacing:.18em;text-transform:uppercase;color:var(--color-amber);margin-bottom:12px;font-size:13px;font-weight:700;display:inline-block}.RegistroUsuario-module__19B-rq__title{font-family:var(--font-serif);color:var(--color-cream);letter-spacing:-.01em;font-size:clamp(32px,4vw,52px);font-weight:700;line-height:1.15}.RegistroUsuario-module__19B-rq__title em{color:var(--color-gold);font-style:italic}.RegistroUsuario-module__19B-rq__subtitle{color:var(--color-sand);text-wrap:pretty;max-width:50ch;margin-top:16px;font-size:clamp(15px,1.1vw,18px);line-height:1.6}.RegistroUsuario-module__19B-rq__benefits{flex-direction:column;gap:20px;margin-top:clamp(32px,5vh,48px);display:flex}.RegistroUsuario-module__19B-rq__benefit{align-items:flex-start;gap:16px;display:flex}.RegistroUsuario-module__19B-rq__benefitIcon{width:44px;height:44px;color:var(--color-gold);background:#f2b84b1f;border:1px solid #f2b84b40;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.RegistroUsuario-module__19B-rq__benefitTitle{font-family:var(--font-sans);color:var(--color-cream);font-size:16px;font-weight:700}.RegistroUsuario-module__19B-rq__benefitText{color:var(--color-sand);margin-top:4px;font-size:14px;line-height:1.5}.RegistroUsuario-module__19B-rq__formCard{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(160deg,#f5efe412,#f5efe405);border:1px solid #f5efe41f;border-radius:24px;padding:clamp(28px,4vw,40px);position:relative;box-shadow:0 30px 60px #00000059}.RegistroUsuario-module__19B-rq__formTitle{font-family:var(--font-serif);color:var(--color-cream);margin-bottom:clamp(20px,3vh,28px);font-size:clamp(22px,2.4vw,28px);font-weight:700}.RegistroUsuario-module__19B-rq__form{flex-direction:column;gap:18px;display:flex}.RegistroUsuario-module__19B-rq__field{flex-direction:column;gap:8px;display:flex}.RegistroUsuario-module__19B-rq__label{font-family:var(--font-sans);letter-spacing:.04em;color:var(--color-sand);font-size:13px;font-weight:700}.RegistroUsuario-module__19B-rq__input{width:100%;min-height:48px;color:var(--color-cream);font-family:var(--font-sans);transition:border-color .2s var(--ease), box-shadow .2s var(--ease);background:#14100d73;border:1px solid #f5efe429;border-radius:12px;padding:0 16px;font-size:15px}.RegistroUsuario-module__19B-rq__input::placeholder{color:#c9bca68c}.RegistroUsuario-module__19B-rq__input:focus-visible{border-color:var(--color-gold);outline:none;box-shadow:0 0 0 3px #f2b84b33}.RegistroUsuario-module__19B-rq__passwordWrap{position:relative}.RegistroUsuario-module__19B-rq__passwordWrap .RegistroUsuario-module__19B-rq__input{padding-right:48px}.RegistroUsuario-module__19B-rq__toggle{width:44px;height:100%;color:var(--color-sand);cursor:pointer;transition:color .2s var(--ease);background:0 0;border:none;place-items:center;display:grid;position:absolute;top:0;right:2px}.RegistroUsuario-module__19B-rq__toggle:hover,.RegistroUsuario-module__19B-rq__toggle:focus-visible{color:var(--color-gold)}.RegistroUsuario-module__19B-rq__toggle:focus-visible{outline:2px solid var(--color-amber);outline-offset:2px;border-radius:8px}.RegistroUsuario-module__19B-rq__submit{background:linear-gradient(135deg, var(--color-gold), var(--color-amber));min-height:50px;color:var(--color-espresso);font-family:var(--font-sans);cursor:pointer;transition:transform .2s var(--ease), box-shadow .2s var(--ease);border:none;border-radius:12px;margin-top:8px;font-size:16px;font-weight:700;box-shadow:0 14px 30px #f2b84b40}.RegistroUsuario-module__19B-rq__submit:hover{transform:translateY(-2px);box-shadow:0 18px 36px #f2b84b59}.RegistroUsuario-module__19B-rq__submit:focus-visible{outline:2px solid var(--color-cream);outline-offset:3px}.RegistroUsuario-module__19B-rq__formFooter{text-align:center;color:var(--color-sand);margin-top:4px;font-size:14px}.RegistroUsuario-module__19B-rq__formFooter a{color:var(--color-gold);font-weight:600;text-decoration:none}.RegistroUsuario-module__19B-rq__formFooter a:hover{text-decoration:underline}.RegistroUsuario-module__19B-rq__loginLink{color:var(--color-gold);font-weight:600;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:none}.RegistroUsuario-module__19B-rq__loginLink:hover{text-decoration:underline}.RegistroUsuario-module__19B-rq__loginOverlay{z-index:100;background:#0a0806b8;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}@media (min-width:480px){.RegistroUsuario-module__19B-rq__loginOverlay{align-items:center;padding:24px}}.RegistroUsuario-module__19B-rq__loginPanel{background:linear-gradient(160deg,#332214fa,#14100dfa);border:1px solid #f2b84b24;border-radius:20px 20px 0 0;width:100%;max-width:420px;overflow:hidden}@media (min-width:480px){.RegistroUsuario-module__19B-rq__loginPanel{border-radius:20px}}.RegistroUsuario-module__19B-rq__loginHeader{border-bottom:1px solid #f5efe414;justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex}.RegistroUsuario-module__19B-rq__loginTitle{font-family:var(--font-serif);color:var(--color-cream);font-size:20px;font-weight:700}.RegistroUsuario-module__19B-rq__loginCloseBtn{width:32px;height:32px;color:var(--color-sand);cursor:pointer;background:#f5efe412;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex}.RegistroUsuario-module__19B-rq__loginCloseBtn:hover{background:#f5efe421}.RegistroUsuario-module__19B-rq__loginBody{flex-direction:column;gap:14px;padding:20px 20px 8px;display:flex}.RegistroUsuario-module__19B-rq__loginField{flex-direction:column;gap:6px;display:flex}.RegistroUsuario-module__19B-rq__loginLabel{color:var(--color-sand);font-size:13px;font-weight:600}.RegistroUsuario-module__19B-rq__loginInput{color:var(--color-cream);font-size:14px;font-family:var(--font-sans);background:#f5efe40f;border:1px solid #f5efe424;border-radius:10px;outline:none;padding:10px 14px;transition:border-color .15s}.RegistroUsuario-module__19B-rq__loginInput::placeholder{color:#f5efe44d}.RegistroUsuario-module__19B-rq__loginInput:focus{border-color:#f2b84b80}.RegistroUsuario-module__19B-rq__loginError{color:#e57373;background:#c0392b1f;border:1px solid #c0392b40;border-radius:8px;padding:8px 12px;font-size:13px}.RegistroUsuario-module__19B-rq__loginFooter{padding:16px 20px 20px}.RegistroUsuario-module__19B-rq__loginSubmitBtn{background:var(--color-gold);width:100%;color:var(--color-espresso);font-family:var(--font-sans);cursor:pointer;border:none;border-radius:12px;padding:12px;font-size:15px;font-weight:700;transition:opacity .15s}.RegistroUsuario-module__19B-rq__loginSubmitBtn:hover:not(:disabled){opacity:.9}.RegistroUsuario-module__19B-rq__loginSubmitBtn:disabled{opacity:.6;cursor:not-allowed}@media (prefers-reduced-motion:no-preference){.RegistroUsuario-module__19B-rq__info,.RegistroUsuario-module__19B-rq__formCard{opacity:0;transition:opacity .7s var(--ease), transform .7s var(--ease);transform:translateY(28px)}.RegistroUsuario-module__19B-rq__info.RegistroUsuario-module__19B-rq__inView,.RegistroUsuario-module__19B-rq__formCard.RegistroUsuario-module__19B-rq__inView{opacity:1;transform:translateY(0)}.RegistroUsuario-module__19B-rq__formCard{transition-delay:.15s}}@media (max-width:1024px){.RegistroUsuario-module__19B-rq__shell{grid-template-columns:1fr;gap:48px}.RegistroUsuario-module__19B-rq__formCard{width:100%;max-width:520px;margin:0 auto}}@media (max-width:440px){.RegistroUsuario-module__19B-rq__formCard{border-radius:20px;padding:24px 20px}.RegistroUsuario-module__19B-rq__benefits{gap:16px}}
.RegistroRestaurante-module__05vmda__section{--ease:cubic-bezier(.22, .61, .36, 1);background:linear-gradient(180deg, var(--color-wood) 0%, var(--color-espresso) 100%);color:var(--color-cream);padding:clamp(64px,10vh,120px) 0;position:relative;overflow:hidden}.RegistroRestaurante-module__05vmda__section:before{content:"";background:linear-gradient(90deg,#0000,#f2b84b59,#0000);height:1px;position:absolute;inset:0 0 auto}.RegistroRestaurante-module__05vmda__glow{filter:blur(10px);pointer-events:none;z-index:0;background:radial-gradient(circle,#f2b84b38 0%,#f2b84b00 70%);width:clamp(320px,40vw,620px);height:clamp(320px,40vw,620px);position:absolute;top:-10%;left:-8%}.RegistroRestaurante-module__05vmda__shell{z-index:1;grid-template-columns:minmax(320px,460px) minmax(0,1fr);align-items:center;gap:clamp(48px,6vw,96px);max-width:1320px;margin:0 auto;padding:0 clamp(20px,5vw,72px);display:grid;position:relative}.RegistroRestaurante-module__05vmda__info{order:-1}.RegistroRestaurante-module__05vmda__eyebrow{font-family:var(--font-sans);letter-spacing:.18em;text-transform:uppercase;color:var(--color-amber);margin-bottom:12px;font-size:13px;font-weight:700;display:inline-block}.RegistroRestaurante-module__05vmda__title{font-family:var(--font-serif);color:var(--color-cream);letter-spacing:-.01em;font-size:clamp(32px,4vw,52px);font-weight:700;line-height:1.15}.RegistroRestaurante-module__05vmda__subtitle{color:var(--color-sand);text-wrap:pretty;max-width:50ch;margin-top:16px;font-size:clamp(15px,1.1vw,18px);line-height:1.6}.RegistroRestaurante-module__05vmda__benefits{flex-direction:column;gap:20px;margin-top:clamp(32px,5vh,48px);display:flex}.RegistroRestaurante-module__05vmda__benefit{align-items:center;gap:16px;display:flex}.RegistroRestaurante-module__05vmda__benefitIcon{width:44px;height:44px;color:var(--color-gold);background:#f2b84b1f;border:1px solid #f2b84b40;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.RegistroRestaurante-module__05vmda__benefitText{font-family:var(--font-sans);color:var(--color-cream);font-size:16px;font-weight:600}.RegistroRestaurante-module__05vmda__formCard{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(160deg,#f5efe412,#f5efe405);border:1px solid #f5efe41f;border-radius:24px;padding:clamp(28px,4vw,40px);position:relative;box-shadow:0 30px 60px #00000059}.RegistroRestaurante-module__05vmda__formTitle{font-family:var(--font-serif);color:var(--color-cream);margin-bottom:clamp(20px,3vh,28px);font-size:clamp(22px,2.4vw,28px);font-weight:700}.RegistroRestaurante-module__05vmda__form{flex-direction:column;gap:18px;display:flex}.RegistroRestaurante-module__05vmda__field{flex-direction:column;gap:8px;display:flex}.RegistroRestaurante-module__05vmda__label{font-family:var(--font-sans);letter-spacing:.04em;color:var(--color-sand);font-size:13px;font-weight:700}.RegistroRestaurante-module__05vmda__input{width:100%;min-height:48px;color:var(--color-cream);font-family:var(--font-sans);transition:border-color .2s var(--ease), box-shadow .2s var(--ease);background:#14100d73;border:1px solid #f5efe429;border-radius:12px;padding:0 16px;font-size:15px}.RegistroRestaurante-module__05vmda__input::placeholder{color:#c9bca68c}.RegistroRestaurante-module__05vmda__input:focus-visible{border-color:var(--color-gold);outline:none;box-shadow:0 0 0 3px #f2b84b33}.RegistroRestaurante-module__05vmda__hint{color:#c9bca6bf;font-size:12.5px;line-height:1.4}.RegistroRestaurante-module__05vmda__select{width:100%;min-height:48px;color:var(--color-cream);font-family:var(--font-sans);cursor:pointer;transition:border-color .2s var(--ease), box-shadow .2s var(--ease);background:#14100d73;border:1px solid #f5efe429;border-radius:12px;padding:0 16px;font-size:15px}.RegistroRestaurante-module__05vmda__select option{background:var(--color-wood);color:var(--color-cream)}.RegistroRestaurante-module__05vmda__select:focus-visible{border-color:var(--color-gold);outline:none;box-shadow:0 0 0 3px #f2b84b33}.RegistroRestaurante-module__05vmda__select:disabled{opacity:.5;cursor:not-allowed}.RegistroRestaurante-module__05vmda__fieldRow{grid-template-columns:1fr auto;gap:12px;display:grid}.RegistroRestaurante-module__05vmda__fieldNumero{flex-direction:column;gap:8px;width:100px;display:flex}.RegistroRestaurante-module__05vmda__fieldNumero .RegistroRestaurante-module__05vmda__input{text-align:center}.RegistroRestaurante-module__05vmda__passwordWrap{position:relative}.RegistroRestaurante-module__05vmda__passwordWrap .RegistroRestaurante-module__05vmda__input{padding-right:48px}.RegistroRestaurante-module__05vmda__toggle{width:44px;height:100%;color:var(--color-sand);cursor:pointer;transition:color .2s var(--ease);background:0 0;border:none;place-items:center;display:grid;position:absolute;top:0;right:2px}.RegistroRestaurante-module__05vmda__toggle:hover,.RegistroRestaurante-module__05vmda__toggle:focus-visible{color:var(--color-gold)}.RegistroRestaurante-module__05vmda__toggle:focus-visible{outline:2px solid var(--color-amber);outline-offset:2px;border-radius:8px}.RegistroRestaurante-module__05vmda__submit{background:linear-gradient(135deg, var(--color-gold), var(--color-amber));min-height:50px;color:var(--color-espresso);font-family:var(--font-sans);cursor:pointer;transition:transform .2s var(--ease), box-shadow .2s var(--ease);border:none;border-radius:12px;margin-top:8px;font-size:16px;font-weight:700;box-shadow:0 14px 30px #f2b84b40}.RegistroRestaurante-module__05vmda__submit:hover{transform:translateY(-2px);box-shadow:0 18px 36px #f2b84b59}.RegistroRestaurante-module__05vmda__submit:focus-visible{outline:2px solid var(--color-cream);outline-offset:3px}.RegistroRestaurante-module__05vmda__submit:disabled{opacity:.65;cursor:not-allowed;box-shadow:none;transform:none}.RegistroRestaurante-module__05vmda__error{font-family:var(--font-sans);color:#ff9b8a;background:#c0392b29;border:1px solid #c0392b59;border-radius:10px;padding:10px 14px;font-size:13.5px;font-weight:600}@media (prefers-reduced-motion:no-preference){.RegistroRestaurante-module__05vmda__info,.RegistroRestaurante-module__05vmda__formCard{opacity:0;transition:opacity .7s var(--ease), transform .7s var(--ease);transform:translateY(28px)}.RegistroRestaurante-module__05vmda__info.RegistroRestaurante-module__05vmda__inView,.RegistroRestaurante-module__05vmda__formCard.RegistroRestaurante-module__05vmda__inView{opacity:1;transform:translateY(0)}.RegistroRestaurante-module__05vmda__formCard{transition-delay:.15s}}@media (min-width:1025px){.RegistroRestaurante-module__05vmda__info{order:0}}@media (max-width:1024px){.RegistroRestaurante-module__05vmda__shell{grid-template-columns:1fr;gap:48px}.RegistroRestaurante-module__05vmda__formCard{width:100%;max-width:520px;margin:0 auto}}@media (max-width:440px){.RegistroRestaurante-module__05vmda__formCard{border-radius:20px;padding:24px 20px}.RegistroRestaurante-module__05vmda__benefits{gap:16px}}.RegistroRestaurante-module__05vmda__overlay{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:RegistroRestaurante-module__05vmda__overlayIn .2s var(--ease);background:#14100db8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.RegistroRestaurante-module__05vmda__modal{width:100%;max-width:460px;max-height:90vh;animation:RegistroRestaurante-module__05vmda__modalIn .25s var(--ease);background:linear-gradient(160deg,#3d2a1bfa,#14100dfa);border:1px solid #f5efe424;border-radius:24px;padding:clamp(28px,5vw,40px);position:relative;overflow-y:auto;box-shadow:0 30px 80px #00000080}.RegistroRestaurante-module__05vmda__modalClose{width:40px;height:40px;color:var(--color-sand);cursor:pointer;transition:color .2s var(--ease), border-color .2s var(--ease);background:#f5efe40f;border:1px solid #f5efe429;border-radius:50%;place-items:center;display:grid;position:absolute;top:16px;right:16px}.RegistroRestaurante-module__05vmda__modalClose:hover,.RegistroRestaurante-module__05vmda__modalClose:focus-visible{color:var(--color-gold);border-color:var(--color-gold)}.RegistroRestaurante-module__05vmda__modalClose:focus-visible{outline:2px solid var(--color-amber);outline-offset:2px}.RegistroRestaurante-module__05vmda__modalSubtitle{color:var(--color-sand);margin-top:-8px;margin-bottom:clamp(20px,3vh,28px);font-size:14px;line-height:1.5}.RegistroRestaurante-module__05vmda__imageUpload{cursor:pointer;transition:border-color .2s var(--ease), background .2s var(--ease);background:#14100d59;border:1px dashed #f5efe438;border-radius:16px;flex-direction:column;align-items:center;gap:10px;padding:20px;display:flex;position:relative}.RegistroRestaurante-module__05vmda__imageUpload:hover,.RegistroRestaurante-module__05vmda__imageUpload:focus-within{border-color:var(--color-gold);background:#f2b84b0f}.RegistroRestaurante-module__05vmda__imagePlaceholder{width:64px;height:64px;color:var(--color-gold);background:#f2b84b1f;border:1px solid #f2b84b40;border-radius:50%;place-items:center;display:grid}.RegistroRestaurante-module__05vmda__imagePreview{aspect-ratio:16/10;object-fit:cover;border:1px solid #f5efe429;border-radius:12px;width:100%;max-width:220px}.RegistroRestaurante-module__05vmda__imageUploadText{font-family:var(--font-sans);letter-spacing:.04em;color:var(--color-gold);font-size:13px;font-weight:700}.RegistroRestaurante-module__05vmda__fileInput{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}@keyframes RegistroRestaurante-module__05vmda__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes RegistroRestaurante-module__05vmda__modalIn{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.RegistroRestaurante-module__05vmda__overlay,.RegistroRestaurante-module__05vmda__modal{animation:none}}@media (max-width:440px){.RegistroRestaurante-module__05vmda__modal{border-radius:18px;padding:24px 18px}}
.Contacto-module__7TlZkW__section{--ease:cubic-bezier(.22, .61, .36, 1);background:linear-gradient(180deg, var(--color-espresso) 0%, var(--color-wood) 100%);color:var(--color-cream);padding:clamp(64px,10vh,120px) 0;position:relative;overflow:hidden}.Contacto-module__7TlZkW__section:before{content:"";background:linear-gradient(90deg,#0000,#f2b84b59,#0000);height:1px;position:absolute;inset:0 0 auto}.Contacto-module__7TlZkW__glow{filter:blur(10px);pointer-events:none;z-index:0;background:radial-gradient(circle,#f2b84b38 0%,#f2b84b00 70%);width:clamp(320px,40vw,620px);height:clamp(320px,40vw,620px);position:absolute;top:-10%;right:-8%}.Contacto-module__7TlZkW__shell{z-index:1;grid-template-columns:minmax(0,1fr) minmax(320px,460px);align-items:center;gap:clamp(48px,6vw,96px);max-width:1320px;margin:0 auto;padding:0 clamp(20px,5vw,72px);display:grid;position:relative}.Contacto-module__7TlZkW__eyebrow{font-family:var(--font-sans);letter-spacing:.18em;text-transform:uppercase;color:var(--color-amber);margin-bottom:12px;font-size:13px;font-weight:700;display:inline-block}.Contacto-module__7TlZkW__title{font-family:var(--font-serif);color:var(--color-cream);letter-spacing:-.01em;font-size:clamp(32px,4vw,52px);font-weight:700;line-height:1.15}.Contacto-module__7TlZkW__motivos{flex-direction:column;gap:20px;margin-top:clamp(28px,4vh,40px);display:flex}.Contacto-module__7TlZkW__motivo{align-items:center;gap:16px;display:flex}.Contacto-module__7TlZkW__motivoIcon{width:44px;height:44px;color:var(--color-gold);background:#f2b84b1f;border:1px solid #f2b84b40;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.Contacto-module__7TlZkW__motivoText{font-family:var(--font-sans);color:var(--color-sand);max-width:46ch;font-size:clamp(15px,1.1vw,17px);font-weight:600;line-height:1.5}.Contacto-module__7TlZkW__cta{font-family:var(--font-serif);color:var(--color-gold);margin-top:clamp(28px,4vh,40px);font-size:clamp(26px,3vw,38px);font-style:italic;font-weight:700}.Contacto-module__7TlZkW__formCard{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(160deg,#f5efe412,#f5efe405);border:1px solid #f5efe41f;border-radius:24px;padding:clamp(28px,4vw,40px);position:relative;box-shadow:0 30px 60px #00000059}.Contacto-module__7TlZkW__formTitle{font-family:var(--font-serif);color:var(--color-cream);margin-bottom:clamp(20px,3vh,28px);font-size:clamp(22px,2.4vw,28px);font-weight:700}.Contacto-module__7TlZkW__form{flex-direction:column;gap:18px;display:flex}.Contacto-module__7TlZkW__field{flex-direction:column;gap:8px;display:flex}.Contacto-module__7TlZkW__label{font-family:var(--font-sans);letter-spacing:.04em;color:var(--color-sand);font-size:13px;font-weight:700}.Contacto-module__7TlZkW__textarea{width:100%;min-height:160px;color:var(--color-cream);font-family:var(--font-sans);resize:vertical;transition:border-color .2s var(--ease), box-shadow .2s var(--ease);background:#14100d73;border:1px solid #f5efe429;border-radius:12px;padding:14px 16px;font-size:15px;line-height:1.6}.Contacto-module__7TlZkW__textarea::placeholder{color:#c9bca68c}.Contacto-module__7TlZkW__textarea:focus-visible{border-color:var(--color-gold);outline:none;box-shadow:0 0 0 3px #f2b84b33}.Contacto-module__7TlZkW__submit{background:linear-gradient(135deg, var(--color-gold), var(--color-amber));min-height:50px;color:var(--color-espresso);font-family:var(--font-sans);cursor:pointer;transition:transform .2s var(--ease), box-shadow .2s var(--ease);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-top:8px;font-size:16px;font-weight:700;display:inline-flex;box-shadow:0 14px 30px #f2b84b40}.Contacto-module__7TlZkW__submit:hover{transform:translateY(-2px);box-shadow:0 18px 36px #f2b84b59}.Contacto-module__7TlZkW__submit:focus-visible{outline:2px solid var(--color-cream);outline-offset:3px}@media (prefers-reduced-motion:no-preference){.Contacto-module__7TlZkW__info,.Contacto-module__7TlZkW__formCard{opacity:0;transition:opacity .7s var(--ease), transform .7s var(--ease);transform:translateY(28px)}.Contacto-module__7TlZkW__info.Contacto-module__7TlZkW__inView,.Contacto-module__7TlZkW__formCard.Contacto-module__7TlZkW__inView{opacity:1;transform:translateY(0)}.Contacto-module__7TlZkW__formCard{transition-delay:.15s}}@media (max-width:1024px){.Contacto-module__7TlZkW__shell{grid-template-columns:1fr;gap:48px}.Contacto-module__7TlZkW__formCard{width:100%;max-width:520px;margin:0 auto}}@media (max-width:440px){.Contacto-module__7TlZkW__formCard{border-radius:20px;padding:24px 20px}.Contacto-module__7TlZkW__motivos{gap:16px}}
.Footer-module__nhiC3q__footer{--ease:cubic-bezier(.22, .61, .36, 1);background:linear-gradient(180deg, var(--color-wood) 0%, var(--color-espresso) 100%);color:var(--color-cream);position:relative}.Footer-module__nhiC3q__footer:before{content:"";background:linear-gradient(90deg,#0000,#f2b84b59,#0000);height:1px;position:absolute;inset:0 0 auto}.Footer-module__nhiC3q__shell{max-width:1320px;margin:0 auto;padding:clamp(48px,8vh,80px) clamp(20px,5vw,72px) clamp(28px,4vh,40px)}.Footer-module__nhiC3q__top{border-bottom:1px solid #f5efe41a;grid-template-columns:minmax(240px,1.4fr) repeat(3,minmax(140px,1fr));gap:clamp(32px,5vw,64px);padding-bottom:clamp(40px,6vh,64px);display:grid}.Footer-module__nhiC3q__brand{color:var(--color-cream);font-family:var(--font-serif);letter-spacing:.01em;align-items:center;gap:12px;font-size:clamp(20px,1.7vw,24px);font-weight:700;text-decoration:none;display:inline-flex}.Footer-module__nhiC3q__brand b{color:var(--color-amber);font-weight:700}.Footer-module__nhiC3q__brandMark{background:radial-gradient(120% 120% at 30% 25%, var(--color-gold), var(--color-caramel));width:34px;height:34px;color:var(--color-espresso);font-weight:800;font-family:var(--font-serif);border-radius:50%;flex:none;place-items:center;display:grid}.Footer-module__nhiC3q__tagline{color:var(--color-sand);max-width:32ch;margin-top:16px;font-size:14.5px;line-height:1.6}.Footer-module__nhiC3q__social{gap:12px;margin-top:24px;display:flex}.Footer-module__nhiC3q__socialLink{width:40px;height:40px;color:var(--color-cream);transition:background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease), transform .2s var(--ease);background:#f5efe40f;border:1px solid #f5efe41f;border-radius:50%;place-items:center;display:grid}.Footer-module__nhiC3q__socialLink:hover{background:var(--color-gold);border-color:var(--color-gold);color:var(--color-espresso);transform:translateY(-2px)}.Footer-module__nhiC3q__socialLink:focus-visible{outline:2px solid var(--color-amber);outline-offset:3px}.Footer-module__nhiC3q__colTitle{font-family:var(--font-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--color-amber);margin-bottom:18px;font-size:13px;font-weight:700}.Footer-module__nhiC3q__colList{flex-direction:column;gap:12px;display:flex}.Footer-module__nhiC3q__colList a{color:var(--color-sand);transition:color .2s var(--ease);font-size:14.5px;text-decoration:none}.Footer-module__nhiC3q__colList a:hover{color:var(--color-gold)}.Footer-module__nhiC3q__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:clamp(20px,3vh,28px);display:flex}.Footer-module__nhiC3q__copyright{color:var(--color-sand);font-size:13.5px}.Footer-module__nhiC3q__legal{gap:clamp(16px,2vw,28px);display:flex}.Footer-module__nhiC3q__legal a{color:var(--color-sand);transition:color .2s var(--ease);font-size:13.5px;text-decoration:none}.Footer-module__nhiC3q__legal a:hover{color:var(--color-gold)}@media (max-width:1024px){.Footer-module__nhiC3q__top{grid-template-columns:repeat(2,1fr)}.Footer-module__nhiC3q__brandCol{grid-column:1/-1}}@media (max-width:768px){.Footer-module__nhiC3q__top{grid-template-columns:1fr;gap:36px}.Footer-module__nhiC3q__brandCol{grid-column:auto}}@media (max-width:440px){.Footer-module__nhiC3q__bottom{flex-direction:column;align-items:flex-start;gap:12px}}
