*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:#784534;background:#fff6ef;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font:inherit}:root{--brown:#784534;--brown-light:#8B6354;--brown-muted:#A08070;--pink:#f29dbb;--gold:#edb278;--cream:#FFF6EF;--white:#FFFFFF;--shadow:0 2px 16px rgba(120,69,52,.08);--shadow-lg:0 8px 32px rgba(120,69,52,.12);--radius:16px;--radius-sm:12px;--transition:.2s ease}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}@media(min-width:768px){.container{padding:0 40px}}@media(min-width:1024px){.container{padding:0 60px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-in{opacity:0;animation:fadeInUp .6s ease forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:100;background:var(--white);transition:box-shadow var(--transition)}.header[data-astro-cid-3ef6ksr2].scrolled{box-shadow:var(--shadow)}.header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:24px;height:60px}.header__logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;flex-shrink:0}.header__logo-img[data-astro-cid-3ef6ksr2]{height:52px;width:auto}.header__nav[data-astro-cid-3ef6ksr2]{display:flex;gap:28px;margin-left:auto}.header__link[data-astro-cid-3ef6ksr2]{font-size:14px;color:var(--brown);transition:color var(--transition)}.header__link[data-astro-cid-3ef6ksr2]:hover{color:var(--pink)}.header__cta[data-astro-cid-3ef6ksr2]{background:var(--pink);color:var(--white);padding:8px 22px;border-radius:var(--radius);font-size:14px;font-weight:600;transition:opacity var(--transition);flex-shrink:0;text-align:center}.header__cta[data-astro-cid-3ef6ksr2]:hover{opacity:.85}.header__cta--mobile[data-astro-cid-3ef6ksr2]{display:none}.header__burger[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;gap:5px;padding:4px}.header__burger[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{width:22px;height:2px;background:var(--brown);border-radius:2px;transition:var(--transition)}@media(max-width:768px){.header__logo-img[data-astro-cid-3ef6ksr2]{height:40px;max-width:160px;object-fit:contain;object-position:left}.header__inner[data-astro-cid-3ef6ksr2]{justify-content:space-between;gap:12px}.header__cta--desktop[data-astro-cid-3ef6ksr2]{display:none}.header__cta--mobile[data-astro-cid-3ef6ksr2]{display:block}.header__nav[data-astro-cid-3ef6ksr2]{position:fixed;top:60px;left:0;right:0;background:var(--white);flex-direction:column;padding:24px;gap:20px;box-shadow:var(--shadow-lg);transform:translateY(-120%);transition:transform .3s ease,visibility .3s;z-index:99;visibility:hidden;pointer-events:none}.header__nav[data-astro-cid-3ef6ksr2].open{transform:translateY(0);visibility:visible;pointer-events:auto}.header__link[data-astro-cid-3ef6ksr2]{font-size:16px}.header__burger[data-astro-cid-3ef6ksr2]{display:flex}.header__burger[data-astro-cid-3ef6ksr2].open span[data-astro-cid-3ef6ksr2]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__burger[data-astro-cid-3ef6ksr2].open span[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.header__burger[data-astro-cid-3ef6ksr2].open span[data-astro-cid-3ef6ksr2]:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}}.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__bg[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;z-index:0}.hero__bg[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{width:100%;height:100%;object-fit:cover}.hero__overlay[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;z-index:1;background:radial-gradient(ellipse at center,#784534d1,#784534ad,#3c1e14e0),linear-gradient(to bottom,#7845344d,#784534b3 40%,#784534d9)}.hero__inner[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;padding:120px 0 80px;animation:heroFadeIn .8s ease-out both}.hero__logo[data-astro-cid-bbe6dxrz]{width:160px;height:auto;filter:brightness(10);opacity:.95}.hero__title[data-astro-cid-bbe6dxrz]{font-size:clamp(32px,5vw,56px);font-weight:700;line-height:1.12;color:#fff;max-width:800px;letter-spacing:-.02em;text-shadow:0 2px 16px rgba(0,0,0,.18)}.hero__subtitle[data-astro-cid-bbe6dxrz]{font-size:clamp(16px,1.8vw,20px);color:#ffffffd9;line-height:1.65;max-width:560px;text-shadow:0 1px 8px rgba(0,0,0,.12)}.hero__ctas[data-astro-cid-bbe6dxrz]{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin-top:8px}.btn[data-astro-cid-bbe6dxrz]{padding:16px 36px;border-radius:var(--radius);font-size:15px;font-weight:600;transition:all .25s ease;display:inline-block;cursor:pointer}.btn--primary[data-astro-cid-bbe6dxrz]{background:var(--pink);color:#fff;box-shadow:0 4px 24px #f29dbb59}.btn--primary[data-astro-cid-bbe6dxrz]:hover{transform:translateY(-2px);box-shadow:0 8px 32px #f29dbb80}.btn--glass[data-astro-cid-bbe6dxrz]{background:#ffffff1f;color:#fff;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.25)}.btn--glass[data-astro-cid-bbe6dxrz]:hover{background:#ffffff38;transform:translateY(-2px)}.hero__scroll[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:32px;animation:heroFloat 2.4s ease-in-out infinite}.hero__scroll-text[data-astro-cid-bbe6dxrz]{font-size:12px;color:#ffffff80;text-transform:uppercase;letter-spacing:.12em;font-weight:500}.hero__scroll-arrow[data-astro-cid-bbe6dxrz]{font-size:18px;color:#ffffff80}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@media(max-width:768px){.hero[data-astro-cid-bbe6dxrz]{min-height:100svh}.hero__inner[data-astro-cid-bbe6dxrz]{padding:100px 0 60px;gap:20px}.hero__logo[data-astro-cid-bbe6dxrz]{width:120px}.hero__subtitle[data-astro-cid-bbe6dxrz] br[data-astro-cid-bbe6dxrz]{display:none}.hero__ctas[data-astro-cid-bbe6dxrz]{flex-direction:column;width:100%;max-width:320px}.btn[data-astro-cid-bbe6dxrz]{text-align:center;width:100%}.hero__scroll[data-astro-cid-bbe6dxrz]{margin-top:24px}}@media(max-width:380px){.hero__title[data-astro-cid-bbe6dxrz]{font-size:28px}}.trust[data-astro-cid-zdc2jl42]{background:var(--brown);padding:24px 0}.trust__inner[data-astro-cid-zdc2jl42]{display:flex;justify-content:space-around;align-items:center;gap:20px}.trust__item[data-astro-cid-zdc2jl42]{display:flex;align-items:center;gap:10px}.trust__icon[data-astro-cid-zdc2jl42]{font-size:20px}.trust__text[data-astro-cid-zdc2jl42]{color:var(--gold);font-size:14px;font-weight:600;white-space:nowrap}@media(max-width:768px){.trust__inner[data-astro-cid-zdc2jl42]{display:grid;grid-template-columns:1fr 1fr;gap:16px;justify-items:center}}.conocenos[data-astro-cid-xr6jiv57]{padding:80px 0;background:var(--cream)}.conocenos__inner[data-astro-cid-xr6jiv57]{display:flex;align-items:center;gap:48px}.conocenos__content[data-astro-cid-xr6jiv57]{display:flex;flex-direction:column;gap:20px;flex:1}.conocenos__badge[data-astro-cid-xr6jiv57]{display:inline-block;width:fit-content;background:#f29dbb26;color:var(--pink);padding:6px 16px;border-radius:var(--radius-sm);font-size:12px;font-weight:600}.conocenos__title[data-astro-cid-xr6jiv57]{font-size:clamp(26px,3vw,34px);font-weight:700;line-height:1.2;color:var(--brown)}.conocenos__text[data-astro-cid-xr6jiv57]{font-size:15px;color:var(--brown-light);line-height:1.7;max-width:540px}.conocenos__quote[data-astro-cid-xr6jiv57]{display:flex;flex-wrap:wrap;align-items:flex-start;gap:4px;color:var(--pink);font-style:normal}.conocenos__quote-mark[data-astro-cid-xr6jiv57]{font-size:36px;font-weight:700;line-height:1}.conocenos__quote[data-astro-cid-xr6jiv57] p[data-astro-cid-xr6jiv57]{font-size:14px;line-height:1.5;flex:1;min-width:200px}.conocenos__quote[data-astro-cid-xr6jiv57] cite[data-astro-cid-xr6jiv57]{width:100%;font-size:13px;font-weight:600;font-style:normal;margin-top:4px}.conocenos__image[data-astro-cid-xr6jiv57]{flex-shrink:0;width:340px;height:420px;border-radius:var(--radius);overflow:hidden}.conocenos__image[data-astro-cid-xr6jiv57] img[data-astro-cid-xr6jiv57]{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.conocenos[data-astro-cid-xr6jiv57]{padding:48px 0}.conocenos__inner[data-astro-cid-xr6jiv57]{flex-direction:column-reverse;gap:32px}.conocenos__image[data-astro-cid-xr6jiv57]{width:100%;height:240px}}.productos[data-astro-cid-hmc6huig]{padding:80px 0;background:var(--white)}.productos__title[data-astro-cid-hmc6huig]{font-size:clamp(24px,3vw,32px);font-weight:700;color:var(--brown);text-align:center;margin-bottom:48px}.productos__grid[data-astro-cid-hmc6huig]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.productos__card[data-astro-cid-hmc6huig]{background:var(--cream);border-radius:var(--radius);padding:28px 22px;display:flex;flex-direction:column;gap:12px;transition:all var(--transition)}.productos__card[data-astro-cid-hmc6huig]:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.productos__icon[data-astro-cid-hmc6huig]{font-size:40px}.productos__name[data-astro-cid-hmc6huig]{font-size:18px;font-weight:700;color:var(--brown)}.productos__desc[data-astro-cid-hmc6huig]{font-size:14px;color:var(--brown-light);line-height:1.5}@media(max-width:1024px){.productos__grid[data-astro-cid-hmc6huig]{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.productos[data-astro-cid-hmc6huig]{padding:48px 0}.productos__grid[data-astro-cid-hmc6huig]{grid-template-columns:1fr}}.premios[data-astro-cid-i2o4lypw]{padding:80px 0;background:var(--gold)}.premios__title[data-astro-cid-i2o4lypw]{font-size:clamp(24px,3vw,32px);font-weight:700;color:var(--white);text-align:center;margin-bottom:48px}.premios__grid[data-astro-cid-i2o4lypw]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.premios__card[data-astro-cid-i2o4lypw]{background:var(--white);border-radius:var(--radius);padding:28px 22px;display:flex;flex-direction:column;gap:12px;transition:all var(--transition)}.premios__card[data-astro-cid-i2o4lypw]:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.premios__icon[data-astro-cid-i2o4lypw]{font-size:40px}.premios__name[data-astro-cid-i2o4lypw]{font-size:18px;font-weight:700;color:var(--brown)}.premios__year[data-astro-cid-i2o4lypw]{font-size:13px;font-weight:600;color:var(--pink)}.premios__desc[data-astro-cid-i2o4lypw]{font-size:13px;color:var(--brown-light);line-height:1.5}@media(max-width:768px){.premios[data-astro-cid-i2o4lypw]{padding:48px 0}.premios__grid[data-astro-cid-i2o4lypw]{grid-template-columns:1fr}}.donde[data-astro-cid-igmbqqsb]{padding:80px 0;background:var(--cream)}.donde__title[data-astro-cid-igmbqqsb]{font-size:clamp(24px,3vw,32px);font-weight:700;color:var(--brown);text-align:center;margin-bottom:48px}.donde__grid[data-astro-cid-igmbqqsb]{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.donde__card[data-astro-cid-igmbqqsb]{background:var(--white);border-radius:var(--radius);overflow:hidden}.donde__map[data-astro-cid-igmbqqsb]{width:100%;height:240px;background:#e8e0d8}.donde__map[data-astro-cid-igmbqqsb] iframe[data-astro-cid-igmbqqsb]{width:100%;height:100%}.donde__info[data-astro-cid-igmbqqsb]{padding:24px;display:flex;flex-direction:column;gap:6px}.donde__name[data-astro-cid-igmbqqsb]{font-size:18px;font-weight:700}.donde__address[data-astro-cid-igmbqqsb]{font-size:13px;color:var(--brown-light)}.donde__hours[data-astro-cid-igmbqqsb]{font-size:12px;color:var(--brown-muted)}.donde__phone[data-astro-cid-igmbqqsb]{font-size:17px;font-weight:700;margin-top:4px;transition:opacity var(--transition)}.donde__phone[data-astro-cid-igmbqqsb]:hover{opacity:.7}@media(max-width:768px){.donde[data-astro-cid-igmbqqsb]{padding:48px 0}.donde__grid[data-astro-cid-igmbqqsb]{grid-template-columns:1fr}}.resenas[data-astro-cid-yimywab7]{padding:80px 0;background:var(--white)}.resenas__badge[data-astro-cid-yimywab7]{display:inline-block;background:#edb27826;color:var(--gold);padding:6px 16px;border-radius:var(--radius-sm);font-size:12px;font-weight:600;margin-bottom:12px}.resenas__title[data-astro-cid-yimywab7]{font-size:clamp(24px,3vw,32px);font-weight:700;color:var(--brown);text-align:left;margin-bottom:16px}.resenas__rating-summary[data-astro-cid-yimywab7]{display:flex;align-items:center;gap:10px;margin-bottom:40px}.resenas__stars-big[data-astro-cid-yimywab7]{color:#f5c518;font-size:22px;letter-spacing:2px}.resenas__score[data-astro-cid-yimywab7]{font-size:22px;font-weight:700;color:var(--brown)}.resenas__count[data-astro-cid-yimywab7]{font-size:14px;color:var(--brown-muted)}.resenas__grid[data-astro-cid-yimywab7]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.resenas__card[data-astro-cid-yimywab7]{background:var(--cream);border-radius:var(--radius);padding:28px 24px;display:flex;flex-direction:column;gap:16px;transition:all var(--transition)}.resenas__card[data-astro-cid-yimywab7]:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.resenas__card-top[data-astro-cid-yimywab7]{display:flex;align-items:flex-start;justify-content:space-between}.resenas__card-stars[data-astro-cid-yimywab7]{color:#f5c518;font-size:18px;letter-spacing:2px}.resenas__card-quote[data-astro-cid-yimywab7]{font-size:40px;font-weight:700;color:var(--brown-muted);opacity:.25;line-height:.8}.resenas__card-text[data-astro-cid-yimywab7]{font-size:14px;color:var(--brown-light);line-height:1.65;flex:1}.resenas__card-author[data-astro-cid-yimywab7]{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:8px}.resenas__card-avatar[data-astro-cid-yimywab7]{width:40px;height:40px;border-radius:50%;background:var(--brown);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.resenas__card-info[data-astro-cid-yimywab7]{display:flex;flex-direction:column}.resenas__card-name[data-astro-cid-yimywab7]{font-size:14px;font-weight:600;color:var(--brown)}.resenas__card-source[data-astro-cid-yimywab7]{font-size:12px;color:var(--brown-muted)}@media(max-width:1024px){.resenas__grid[data-astro-cid-yimywab7]{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.resenas[data-astro-cid-yimywab7]{padding:48px 0}.resenas__grid[data-astro-cid-yimywab7]{grid-template-columns:1fr}}.rrss[data-astro-cid-4z67lucv]{padding:80px 0;background:var(--white)}.rrss__inner[data-astro-cid-4z67lucv]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.rrss__title[data-astro-cid-4z67lucv]{font-size:clamp(24px,3vw,32px);font-weight:700;color:var(--brown)}.rrss__subtitle[data-astro-cid-4z67lucv]{font-size:15px;color:var(--brown-light);max-width:480px}.rrss__handle[data-astro-cid-4z67lucv]{font-size:20px;font-weight:700;color:var(--pink)}.btn--primary[data-astro-cid-4z67lucv]{background:var(--pink);color:var(--white);padding:14px 30px;border-radius:var(--radius);font-size:15px;font-weight:600;transition:all var(--transition);display:inline-block;margin-top:8px}.btn--primary[data-astro-cid-4z67lucv]:hover{opacity:.88;transform:translateY(-1px)}@media(max-width:768px){.rrss[data-astro-cid-4z67lucv]{padding:48px 0}}.cta-final[data-astro-cid-qgsoxvrm]{padding:80px 0;background:var(--pink)}.cta-final__inner[data-astro-cid-qgsoxvrm]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.cta-final__title[data-astro-cid-qgsoxvrm]{font-size:clamp(28px,4vw,38px);font-weight:700;color:var(--white)}.cta-final__subtitle[data-astro-cid-qgsoxvrm]{font-size:18px;color:var(--white);line-height:1.4;max-width:480px}.cta-final__btn[data-astro-cid-qgsoxvrm]{background:var(--white);color:var(--pink);padding:16px 40px;border-radius:var(--radius);font-size:16px;font-weight:600;transition:all var(--transition);display:inline-block}.cta-final__btn[data-astro-cid-qgsoxvrm]:hover{opacity:.9;transform:translateY(-1px)}@media(max-width:768px){.cta-final[data-astro-cid-qgsoxvrm]{padding:48px 0}}.footer[data-astro-cid-sz7xmlte]{padding:56px 0 32px;background:var(--brown);color:#c09080}.footer__top[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.1)}.footer__brand[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:6px}.footer__logo[data-astro-cid-sz7xmlte]{color:var(--white);font-size:20px;font-weight:700}.footer__tagline[data-astro-cid-sz7xmlte]{color:var(--gold);font-size:12px}.footer__col[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:8px}.footer__col-title[data-astro-cid-sz7xmlte]{color:var(--white);font-size:12px;font-weight:700;margin-bottom:4px}.footer__col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:12px;color:#c09080;transition:color var(--transition)}.footer__col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--white)}.footer__bottom[data-astro-cid-sz7xmlte]{padding-top:24px}.footer__bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:12px;color:var(--brown-muted)}@media(max-width:768px){.footer__top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:32px}.footer__brand[data-astro-cid-sz7xmlte]{grid-column:1/-1}}@media(max-width:480px){.footer__top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}}.cookie-banner[data-astro-cid-fzbxxtek]{position:fixed;bottom:0;left:0;right:0;background:var(--white);box-shadow:0 -4px 24px #7845341f;padding:16px 24px;display:flex;align-items:center;gap:16px;z-index:200;transform:translateY(0);transition:transform .3s ease}.cookie-banner[data-astro-cid-fzbxxtek].hidden{transform:translateY(100%)}.cookie-banner__text[data-astro-cid-fzbxxtek]{flex:1;font-size:13px;color:var(--brown);line-height:1.4}.cookie-banner__actions[data-astro-cid-fzbxxtek]{display:flex;gap:10px;align-items:center;flex-shrink:0}.cookie-banner__btn[data-astro-cid-fzbxxtek]{padding:8px 20px;border-radius:var(--radius-sm);font-size:12px;font-weight:600;transition:opacity var(--transition)}.cookie-banner__btn--accept[data-astro-cid-fzbxxtek]{background:var(--pink);color:var(--white)}.cookie-banner__btn--config[data-astro-cid-fzbxxtek]{background:var(--cream);color:var(--brown)}.cookie-banner__btn--config[data-astro-cid-fzbxxtek] a[data-astro-cid-fzbxxtek]{color:inherit}.cookie-banner__btn--reject[data-astro-cid-fzbxxtek]{background:none;color:var(--brown-muted);padding:8px 12px}.cookie-banner__btn[data-astro-cid-fzbxxtek]:hover{opacity:.8}@media(max-width:600px){.cookie-banner[data-astro-cid-fzbxxtek]{flex-direction:column;gap:12px;padding:20px 24px}.cookie-banner__actions[data-astro-cid-fzbxxtek]{width:100%;justify-content:center}}
