@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=IBM+Plex+Mono:wght@400;500;600&display=swap";:root{--blue-50: #eceefb;--blue-100: #d6daf5;--blue-200: #aeb4ea;--blue-300: #848cdc;--blue-400: #5a61c2;--blue-500: #3b3fa4;--blue-600: #2E3192;--blue-700: #262874;--blue-800: #1c1d57;--blue-900: #13143b;--blue-950: #0b0b24;--gold-50: #fef8ea;--gold-100: #fdecc5;--gold-200: #fbdb92;--gold-300: #f8c75c;--gold-400: #F2B135;--gold-500: #e09a1c;--gold-600: #bf7c14;--gold-700: #985f14;--gold-800: #7b4c17;--gold-900: #663f18;--neutral-0: #ffffff;--neutral-50: #f6f7fb;--neutral-100: #eef0f6;--neutral-200: #e1e4ee;--neutral-300: #cdd2e0;--neutral-400: #9aa1b6;--neutral-500: #6b7287;--neutral-600: #4d5366;--neutral-700: #363b4a;--neutral-800: #23262f;--neutral-900: #15161d;--ink: #201E1F;--success-50: #e7f5ee;--success-500: #1f8a5b;--danger-500: #cb3a31;--color-primary: var(--blue-600);--color-primary-hover: var(--blue-700);--color-primary-active: var(--blue-800);--color-primary-soft: var(--blue-50);--color-accent: var(--gold-400);--color-accent-hover: var(--gold-500);--color-accent-soft: var(--gold-50);--text-strong: var(--ink);--text-body: var(--neutral-700);--text-muted: var(--neutral-500);--text-faint: var(--neutral-400);--text-on-primary: #ffffff;--text-on-accent: var(--blue-800);--text-link: var(--blue-600);--surface-page: var(--neutral-50);--surface-card: var(--neutral-0);--surface-sunken: var(--neutral-100);--surface-inverse: var(--blue-900);--surface-accent: var(--gold-400);--surface-primary: var(--blue-600);--border-subtle: var(--neutral-200);--border-default: var(--neutral-300);--border-strong: var(--neutral-400);--border-focus: var(--blue-500);--focus-ring: 0 0 0 3px color-mix(in srgb, var(--blue-500) 35%, transparent);--font-display: "Outfit", "Segoe UI", system-ui, sans-serif;--font-body: "IBM Plex Sans", "Segoe UI", system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--fw-extra: 800;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-md: 1.125rem;--text-lg: 1.375rem;--text-xl: 1.75rem;--text-2xl: 2.25rem;--text-3xl: 3rem;--text-4xl: 3.75rem;--leading-tight: 1.1;--leading-snug: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.65;--tracking-tight: -.02em;--tracking-normal: 0;--tracking-wide: .04em;--tracking-caps: .12em;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 2.5rem;--space-8: 3rem;--space-9: 4rem;--space-10: 5rem;--container-xl: 1280px;--gutter: clamp(1.25rem, 4vw, 3rem);--radius-xs: 4px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--radius-xl: 28px;--radius-2xl: 40px;--radius-pill: 999px;--shadow-xs: 0 1px 2px rgba(19, 20, 59, .06);--shadow-sm: 0 2px 6px rgba(19, 20, 59, .08);--shadow-md: 0 8px 20px -6px rgba(19, 20, 59, .14);--shadow-lg: 0 18px 40px -12px rgba(19, 20, 59, .2);--shadow-xl: 0 30px 64px -20px rgba(19, 20, 59, .28);--shadow-accent: 0 12px 28px -10px rgba(192, 124, 20, .45);--ease-out: cubic-bezier(.22, 1, .36, 1);--dur-fast: .12s;--dur-base: .2s;--dur-slow: .36s;--z-sticky: 100;--z-overlay: 1000;--z-modal: 1100}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-body);background:var(--surface-page);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5{font-family:var(--font-display);color:var(--text-strong);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);margin:0;font-weight:var(--fw-bold);text-wrap:balance}p{margin:0;text-wrap:pretty}a{color:var(--text-link);text-decoration:none}a:hover{text-decoration:underline}img{display:block;max-width:100%;height:auto}::selection{background:var(--gold-200);color:var(--ink)}:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-xs)}.su-container{width:100%;max-width:var(--container-xl);margin-inline:auto;padding-inline:var(--gutter)}.su-eyebrow{font-family:var(--font-body);font-weight:var(--fw-semibold);font-size:clamp(1.1rem,1.8vw,1.4rem);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--color-primary)}.su-eyebrow--light{color:var(--gold-400)}.su-rule-accent{width:48px;height:4px;background:var(--color-accent);border-radius:var(--radius-pill)}@media(max-width:768px){.desktop-only{display:none!important}}@media(min-width:769px){.mobile-only{display:none!important}}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:var(--z-sticky);background:#ffffffb3;backdrop-filter:saturate(160%) blur(12px);-webkit-backdrop-filter:saturate(160%) blur(12px);border-bottom:1px solid transparent;transition:background var(--dur-base),border-color var(--dur-base)}.site-header[data-astro-cid-3ef6ksr2].scrolled{background:#ffffffeb;border-bottom-color:var(--border-subtle)}.header-inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:76px;gap:24px}.header-logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:62px;width:auto}.header-nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:4px}.nav-link[data-astro-cid-3ef6ksr2]{font-family:var(--font-body);font-weight:600;font-size:14.5px;color:var(--text-body);padding:8px 14px;border-radius:var(--radius-pill);text-decoration:none;background:transparent;transition:background var(--dur-fast),color var(--dur-fast)}.nav-link[data-astro-cid-3ef6ksr2]:hover,.nav-link[data-astro-cid-3ef6ksr2].active{background:var(--blue-50);color:var(--color-primary);text-decoration:none}.header-actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:14px}.header-phone[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:7px;color:var(--text-body);font-family:var(--font-body);font-weight:600;font-size:14px;text-decoration:none}.header-phone[data-astro-cid-3ef6ksr2]:hover{color:var(--color-primary);text-decoration:none}.burger[data-astro-cid-3ef6ksr2]{background:none;border:none;cursor:pointer;padding:4px}.mobile-menu[data-astro-cid-3ef6ksr2]{border-top:1px solid var(--border-subtle);background:#fff;padding:12px var(--gutter) 20px}.mobile-link[data-astro-cid-3ef6ksr2]{display:block;padding:12px 8px;font-family:var(--font-display);font-weight:600;font-size:18px;color:var(--text-strong);text-decoration:none;border-bottom:1px solid var(--border-subtle)}.hero[data-astro-cid-bbe6dxrz]{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,var(--surface-page) 100%)}.hero-grid[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(2rem,5vw,5rem);align-items:center;padding:clamp(1.5rem,3vw,2.5rem) var(--gutter) clamp(3rem,6vw,5.5rem)}.hero-content[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;gap:26px}.hero-logo[data-astro-cid-bbe6dxrz]{width:420px;height:auto;object-fit:contain}.hero-title[data-astro-cid-bbe6dxrz]{font-family:var(--font-display);font-weight:800;font-size:clamp(2.2rem,4.5vw,3.5rem);line-height:1.02;letter-spacing:-.025em;color:var(--text-strong)}.text-primary[data-astro-cid-bbe6dxrz]{color:var(--color-primary)}.hero-desc[data-astro-cid-bbe6dxrz]{font-family:var(--font-body);font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.6;color:var(--text-muted);max-width:540px;text-align:justify}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;gap:14px;flex-wrap:wrap}.hero-stats[data-astro-cid-bbe6dxrz]{display:flex;gap:clamp(1.5rem,3vw,2.5rem);flex-wrap:wrap;margin-top:8px}.stat[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column}.stat-value[data-astro-cid-bbe6dxrz]{font-family:var(--font-display);font-weight:800;font-size:30px;color:var(--color-primary);line-height:1}.stat-label[data-astro-cid-bbe6dxrz]{font-family:var(--font-body);font-size:13.5px;color:var(--text-muted);margin-top:4px}.hero-art[data-astro-cid-bbe6dxrz]{position:relative}.hero-img-frame[data-astro-cid-bbe6dxrz]{position:relative;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-xl);aspect-ratio:4 / 5}.hero-img-frame[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{width:100%;height:100%;object-fit:cover}.hero-img-scrim[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background:linear-gradient(180deg,#2e319200 55%,#13143b73)}.hero-float-card[data-astro-cid-bbe6dxrz]{position:absolute;left:-22px;bottom:34px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:16px 20px;display:flex;align-items:center;gap:14px}.hero-float-card[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{height:44px;width:auto}.hero-float-card[data-astro-cid-bbe6dxrz] strong[data-astro-cid-bbe6dxrz]{font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--text-strong);display:block}.hero-float-card[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{font-family:var(--font-body);font-size:13px;color:var(--text-muted)}.hero-float-badge[data-astro-cid-bbe6dxrz]{position:absolute;right:-16px;top:28px;background:var(--gold-400);color:var(--blue-800);font-family:var(--font-display);font-weight:700;font-size:14px;padding:10px 16px;border-radius:var(--radius-pill);box-shadow:var(--shadow-accent)}@media(max-width:768px){.hero-grid[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;gap:2rem}.hero-art[data-astro-cid-bbe6dxrz]{order:-1;max-width:400px;margin-inline:auto}.hero-float-card[data-astro-cid-bbe6dxrz]{left:-8px;bottom:20px;padding:12px 14px}.hero-float-badge[data-astro-cid-bbe6dxrz]{right:-6px;top:16px;font-size:12px;padding:8px 12px}.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(2rem,7vw,2.8rem)}}.nosotros[data-astro-cid-zetw4zt5]{background:var(--blue-900);position:relative;overflow:hidden}.nosotros-glow[data-astro-cid-zetw4zt5]{position:absolute;top:-120px;right:-80px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(242,177,53,.16),transparent 68%)}.nosotros-inner[data-astro-cid-zetw4zt5]{padding:clamp(3.5rem,7vw,6rem) var(--gutter);position:relative}.nosotros-grid[data-astro-cid-zetw4zt5]{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.nosotros-content[data-astro-cid-zetw4zt5]{display:flex;flex-direction:column;gap:28px}.section-head--light[data-astro-cid-zetw4zt5] h2[data-astro-cid-zetw4zt5]{color:#fff;font-size:clamp(1.9rem,3.4vw,2.7rem);line-height:1.08;letter-spacing:-.02em}.section-head[data-astro-cid-zetw4zt5]{display:flex;flex-direction:column;gap:14px}.mv-block[data-astro-cid-zetw4zt5]{display:flex;flex-direction:column;gap:22px}.mv-label[data-astro-cid-zetw4zt5]{display:flex;align-items:center;gap:10px;margin-bottom:8px}.mv-label[data-astro-cid-zetw4zt5] span[data-astro-cid-zetw4zt5]{font-family:var(--font-display);font-weight:700;font-size:18px;color:#fff}.mv-item[data-astro-cid-zetw4zt5] p[data-astro-cid-zetw4zt5]{font-family:var(--font-body);font-size:15.5px;line-height:1.65;color:#fffc;text-align:justify}.valores-title[data-astro-cid-zetw4zt5]{font-family:var(--font-body);font-weight:600;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-400)}.valores-grid[data-astro-cid-zetw4zt5]{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}.valor-card[data-astro-cid-zetw4zt5]{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:22px;display:flex;flex-direction:column;gap:12px}.valor-icon[data-astro-cid-zetw4zt5]{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-md);background:var(--gold-400);color:var(--blue-800)}.valor-name[data-astro-cid-zetw4zt5]{font-family:var(--font-display);font-weight:700;font-size:17px;color:#fff}@media(max-width:768px){.nosotros-grid[data-astro-cid-zetw4zt5]{grid-template-columns:1fr}.valores-grid[data-astro-cid-zetw4zt5]{grid-template-columns:1fr 1fr}}@media(max-width:480px){.valores-grid[data-astro-cid-zetw4zt5]{grid-template-columns:1fr}}.fundadora[data-astro-cid-7pbn3bzq]{background:#fff}.fundadora-inner[data-astro-cid-7pbn3bzq]{padding:clamp(3.5rem,7vw,6rem) var(--gutter)}.fundadora-grid[data-astro-cid-7pbn3bzq]{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.fundadora-photo[data-astro-cid-7pbn3bzq]{position:relative}.fundadora-bg-card[data-astro-cid-7pbn3bzq]{position:absolute;inset:14px -14px -14px 14px;border-radius:var(--radius-2xl);background:var(--blue-50);z-index:0}.fundadora-img-frame[data-astro-cid-7pbn3bzq]{position:relative;z-index:1;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:571 / 850;max-width:380px}.fundadora-img-frame[data-astro-cid-7pbn3bzq] img[data-astro-cid-7pbn3bzq]{width:100%;height:100%;object-fit:cover}.fundadora-badge[data-astro-cid-7pbn3bzq]{position:absolute;z-index:2;right:-6px;bottom:22px;background:var(--gold-400);color:var(--blue-800);font-family:var(--font-display);font-weight:700;font-size:13.5px;padding:9px 15px;border-radius:var(--radius-pill);box-shadow:var(--shadow-accent)}.text-primary[data-astro-cid-7pbn3bzq]{color:var(--color-primary)}.fundadora-content[data-astro-cid-7pbn3bzq]{display:flex;flex-direction:column;gap:24px}.section-head[data-astro-cid-7pbn3bzq]{display:flex;flex-direction:column;gap:14px}.section-head[data-astro-cid-7pbn3bzq] h2[data-astro-cid-7pbn3bzq]{font-size:clamp(1.9rem,3.4vw,2.7rem);line-height:1.08;letter-spacing:-.02em;max-width:520px}.fundadora-text[data-astro-cid-7pbn3bzq]{font-size:16.5px;line-height:1.65;max-width:540px;text-align:justify}.fundadora-quote[data-astro-cid-7pbn3bzq]{margin:0;padding-left:20px;border-left:4px solid var(--gold-400)}.fundadora-quote[data-astro-cid-7pbn3bzq] p[data-astro-cid-7pbn3bzq]{font-family:var(--font-display);font-weight:600;font-size:clamp(1.15rem,1.8vw,1.4rem);line-height:1.4;color:var(--text-strong);font-style:italic}.fundadora-author[data-astro-cid-7pbn3bzq]{display:flex;align-items:center;gap:14px;margin-top:4px}.fundadora-author[data-astro-cid-7pbn3bzq] img[data-astro-cid-7pbn3bzq]{height:40px;width:auto}.fundadora-author[data-astro-cid-7pbn3bzq] strong[data-astro-cid-7pbn3bzq]{font-family:var(--font-display);font-weight:700;font-size:15.5px;color:var(--text-strong);display:block}.fundadora-author[data-astro-cid-7pbn3bzq] span[data-astro-cid-7pbn3bzq]{font-family:var(--font-body);font-size:13.5px;color:var(--text-muted)}@media(max-width:768px){.fundadora-grid[data-astro-cid-7pbn3bzq]{grid-template-columns:1fr}.fundadora-photo[data-astro-cid-7pbn3bzq]{max-width:320px;margin-inline:auto}}.productos[data-astro-cid-hmc6huig]{background:var(--surface-page)}.productos-inner[data-astro-cid-hmc6huig]{padding:clamp(3.5rem,7vw,6rem) var(--gutter)}.section-head[data-astro-cid-hmc6huig]{display:flex;flex-direction:column;gap:14px}.section-head[data-astro-cid-hmc6huig] h2[data-astro-cid-hmc6huig]{font-size:clamp(1.9rem,3.4vw,2.7rem);line-height:1.08;letter-spacing:-.02em;max-width:620px}.section-intro[data-astro-cid-hmc6huig]{font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.6;color:var(--text-muted);max-width:620px;text-align:justify}.prod-grid[data-astro-cid-hmc6huig]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-top:44px}.prod-card[data-astro-cid-hmc6huig]{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);cursor:pointer;transition:box-shadow var(--dur-base) var(--ease-out),transform var(--dur-base) var(--ease-out);height:100%}.prod-card[data-astro-cid-hmc6huig]:hover,.prod-card[data-astro-cid-hmc6huig]:focus-visible{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.prod-card-img[data-astro-cid-hmc6huig]{position:relative;width:100%;height:200px;overflow:hidden;background:var(--neutral-100)}.prod-card-img[data-astro-cid-hmc6huig] img[data-astro-cid-hmc6huig]{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease-out)}.prod-card[data-astro-cid-hmc6huig]:hover .prod-card-img[data-astro-cid-hmc6huig] img[data-astro-cid-hmc6huig]{transform:scale(1.05)}.prod-icon-badge[data-astro-cid-hmc6huig]{position:absolute;bottom:12px;left:12px;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);background:var(--color-primary);color:#fff;box-shadow:var(--shadow-md)}.prod-card-body[data-astro-cid-hmc6huig]{display:flex;flex-direction:column;gap:12px;padding:20px;flex:1}.prod-card-body[data-astro-cid-hmc6huig] h3[data-astro-cid-hmc6huig]{font-family:var(--font-display);font-weight:700;font-size:18px;line-height:1.2}.prod-card-body[data-astro-cid-hmc6huig] ul[data-astro-cid-hmc6huig]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px;flex:1}.prod-card-body[data-astro-cid-hmc6huig] li[data-astro-cid-hmc6huig]{font-family:var(--font-body);font-size:13.5px;color:var(--text-muted);display:flex;align-items:center;gap:8px}.dot[data-astro-cid-hmc6huig]{width:5px;height:5px;border-radius:50%;background:var(--gold-400);flex:none}.prod-cta[data-astro-cid-hmc6huig]{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-display);font-weight:600;font-size:14px;color:var(--color-primary);margin-top:auto;padding-top:4px;transition:transform var(--dur-base)}.prod-card[data-astro-cid-hmc6huig]:hover .prod-cta[data-astro-cid-hmc6huig]{transform:translate(3px)}.prod-modal-overlay[data-astro-cid-hmc6huig][hidden]{display:none}.prod-modal-overlay[data-astro-cid-hmc6huig]{position:fixed;inset:0;z-index:var(--z-modal);background:#13143b8c;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px}.prod-modal[data-astro-cid-hmc6huig]{background:#fff;border-radius:var(--radius-xl);max-width:580px;width:100%;max-height:85vh;overflow:auto;box-shadow:var(--shadow-xl)}.prod-modal-top[data-astro-cid-hmc6huig]{position:relative}.prod-modal-hero[data-astro-cid-hmc6huig]{position:relative;width:100%;height:200px;overflow:hidden;border-radius:var(--radius-xl) var(--radius-xl) 0 0;background:var(--neutral-100)}.prod-modal-hero[data-astro-cid-hmc6huig] img[data-astro-cid-hmc6huig]{width:100%;height:100%;object-fit:cover;display:block}.prod-modal-hero-scrim[data-astro-cid-hmc6huig]{position:absolute;inset:0;background:linear-gradient(to top,rgba(19,20,59,.45) 0%,transparent 50%);pointer-events:none}.prod-modal-close[data-astro-cid-hmc6huig]{position:absolute;top:12px;right:12px;z-index:2;background:#ffffffeb;backdrop-filter:blur(4px);border:none;border-radius:50%;width:34px;height:34px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--neutral-700);flex:none;box-shadow:0 1px 4px #0000001f;transition:background var(--dur-base),transform var(--dur-base)}.prod-modal-close[data-astro-cid-hmc6huig]:hover{background:#fff;transform:scale(1.08)}.prod-modal-title-bar[data-astro-cid-hmc6huig]{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;align-items:center;gap:12px;padding:14px 24px;background:linear-gradient(to top,rgba(19,20,59,.75) 0%,transparent 100%)}.prod-modal-icon[data-astro-cid-hmc6huig]{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);background:#fff3;backdrop-filter:blur(6px);color:#fff;flex:none}.prod-modal-title-bar[data-astro-cid-hmc6huig] h3[data-astro-cid-hmc6huig]{font-family:var(--font-display);font-weight:700;font-size:19px;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.4)}.prod-modal-body[data-astro-cid-hmc6huig]{padding:20px 24px 24px}.prod-modal-desc[data-astro-cid-hmc6huig][hidden]{display:none}.prod-modal-desc[data-astro-cid-hmc6huig]{font-family:var(--font-body);font-size:14px;line-height:1.55;color:var(--text-body);margin-bottom:14px;text-align:justify}.prod-modal-subtitle[data-astro-cid-hmc6huig]{font-family:var(--font-body);font-size:13px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-weight:600;margin-bottom:14px}.prod-modal-items[data-astro-cid-hmc6huig]{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px}.prod-modal-item[data-astro-cid-hmc6huig]{display:flex;align-items:flex-start;gap:8px;font-family:var(--font-body);font-size:14px;color:var(--text-body);line-height:1.4}.prod-modal-actions[data-astro-cid-hmc6huig]{margin-top:22px;padding-top:18px;border-top:1px solid var(--border-subtle);display:flex;justify-content:flex-end;gap:10px}@media(max-width:768px){.prod-grid[data-astro-cid-hmc6huig]{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.prod-card-img[data-astro-cid-hmc6huig],.prod-modal-hero[data-astro-cid-hmc6huig]{height:170px}}@media(max-width:480px){.prod-grid[data-astro-cid-hmc6huig]{grid-template-columns:1fr}.prod-card-img[data-astro-cid-hmc6huig]{height:180px}.prod-modal-overlay[data-astro-cid-hmc6huig]{padding:40px 10px 10px;align-items:flex-start}.prod-modal[data-astro-cid-hmc6huig]{max-height:calc(100vh - 60px)}.prod-modal-hero[data-astro-cid-hmc6huig]{height:120px}.prod-modal-items[data-astro-cid-hmc6huig]{grid-template-columns:1fr 1fr;gap:5px 12px}.prod-modal-item[data-astro-cid-hmc6huig]{font-size:13px}.prod-modal-body[data-astro-cid-hmc6huig]{padding:14px 16px 18px}.prod-modal-subtitle[data-astro-cid-hmc6huig]{margin-bottom:10px;font-size:12px}.prod-modal-title-bar[data-astro-cid-hmc6huig]{padding:10px 16px}.prod-modal-title-bar[data-astro-cid-hmc6huig] h3[data-astro-cid-hmc6huig]{font-size:16px}.prod-modal-actions[data-astro-cid-hmc6huig]{margin-top:16px;padding-top:14px}.prod-modal-actions[data-astro-cid-hmc6huig] .btn--secondary[data-astro-cid-hmc6huig]{display:none}.prod-modal-actions[data-astro-cid-hmc6huig] .btn[data-astro-cid-hmc6huig]{width:100%}}.marcas[data-astro-cid-la4r3pi5]{background:#fff}.marcas-inner[data-astro-cid-la4r3pi5]{padding:clamp(3.5rem,7vw,6rem) var(--gutter)}.section-head[data-astro-cid-la4r3pi5]{display:flex;flex-direction:column;gap:14px}.section-head[data-astro-cid-la4r3pi5] h2[data-astro-cid-la4r3pi5]{font-size:clamp(1.9rem,3.4vw,2.7rem);line-height:1.08;letter-spacing:-.02em;max-width:620px}.section-intro[data-astro-cid-la4r3pi5]{font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.6;color:var(--text-muted);max-width:620px;text-align:justify}.brand-grid[data-astro-cid-la4r3pi5]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:44px}.brand-card[data-astro-cid-la4r3pi5]{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-xs);transition:box-shadow var(--dur-base),border-color var(--dur-base);height:100%}.brand-card[data-astro-cid-la4r3pi5].brand-hidden{display:none}.brand-card[data-astro-cid-la4r3pi5]:hover{box-shadow:var(--shadow-md);border-color:var(--blue-200)}.brand-logo-wrap[data-astro-cid-la4r3pi5]{display:flex;align-items:center;justify-content:center;height:90px;padding:16px 20px;background:var(--neutral-50);border-bottom:1px solid var(--border-subtle)}.brand-logo[data-astro-cid-la4r3pi5]{max-width:140px;max-height:50px;width:auto;height:auto;object-fit:contain}.brand-monogram[data-astro-cid-la4r3pi5]{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--blue-600),var(--blue-800));color:#fff;font-family:var(--font-display);font-weight:800;font-size:18px}.brand-info[data-astro-cid-la4r3pi5]{display:flex;flex-direction:column;gap:10px;padding:18px 20px 20px;flex:1}.brand-name-row[data-astro-cid-la4r3pi5]{display:flex;align-items:baseline;gap:8px}.brand-name[data-astro-cid-la4r3pi5]{font-family:var(--font-display);font-weight:700;font-size:17px;color:var(--text-strong)}.brand-country[data-astro-cid-la4r3pi5]{font-family:var(--font-mono);font-size:11px;color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em}.brand-tag[data-astro-cid-la4r3pi5]{align-self:flex-start;font-family:var(--font-body);font-weight:600;font-size:12px;background:var(--gold-50);color:var(--gold-700);padding:4px 10px;border-radius:var(--radius-pill)}.brand-note[data-astro-cid-la4r3pi5]{font-family:var(--font-body);font-size:13.5px;line-height:1.55;color:var(--text-muted);text-align:justify}.brand-toggle-wrap[data-astro-cid-la4r3pi5]{display:flex;justify-content:center;margin-top:28px}.brand-toggle[data-astro-cid-la4r3pi5]{gap:6px}@media(max-width:480px){.brand-grid[data-astro-cid-la4r3pi5]{grid-template-columns:1fr}.brand-logo-wrap[data-astro-cid-la4r3pi5]{height:80px;padding:14px}}.cta-section[data-astro-cid-kokrr3jq]{background:#fff;padding:0 var(--gutter)}.cta-band[data-astro-cid-kokrr3jq]{background:linear-gradient(120deg,var(--blue-600),var(--blue-800));border-radius:var(--radius-2xl);padding:clamp(2.5rem,5vw,3.5rem);display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;position:relative;overflow:hidden;box-shadow:var(--shadow-lg)}.cta-glow[data-astro-cid-kokrr3jq]{position:absolute;right:-40px;bottom:-60px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(242,177,53,.22),transparent 70%)}.cta-content[data-astro-cid-kokrr3jq]{position:relative;max-width:560px}.cta-content[data-astro-cid-kokrr3jq] h2[data-astro-cid-kokrr3jq]{font-family:var(--font-display);font-weight:700;font-size:clamp(1.7rem,3vw,2.3rem);line-height:1.1;letter-spacing:-.02em;color:#fff}.cta-content[data-astro-cid-kokrr3jq] p[data-astro-cid-kokrr3jq]{font-family:var(--font-body);font-size:16px;line-height:1.55;color:#ffffffd1;margin-top:12px;text-align:justify}.cta-actions[data-astro-cid-kokrr3jq]{position:relative;display:flex;gap:12px;flex-wrap:wrap}@media(max-width:640px){.cta-band[data-astro-cid-kokrr3jq]{flex-direction:column;text-align:center;align-items:center}.cta-actions[data-astro-cid-kokrr3jq]{width:100%;justify-content:center}}.exp-banner[data-astro-cid-shzie37u]{background:linear-gradient(120deg,var(--blue-700),var(--blue-900));padding:clamp(1.2rem,2.5vw,1.8rem) var(--gutter);overflow:hidden;position:relative}.exp-inner[data-astro-cid-shzie37u]{display:flex;align-items:center;justify-content:center;gap:clamp(1.2rem,3vw,2.5rem)}.exp-line[data-astro-cid-shzie37u]{flex:1;max-width:180px;height:1px;background:linear-gradient(90deg,transparent,rgba(242,177,53,.5),transparent)}.exp-content[data-astro-cid-shzie37u]{display:flex;align-items:center;gap:clamp(1rem,2vw,1.5rem)}.exp-number[data-astro-cid-shzie37u]{font-family:var(--font-display);font-weight:800;font-size:clamp(2.8rem,5vw,3.8rem);line-height:1;color:var(--gold-400);letter-spacing:-.03em}.exp-text[data-astro-cid-shzie37u]{display:flex;flex-direction:column;gap:2px}.exp-text[data-astro-cid-shzie37u] strong[data-astro-cid-shzie37u]{font-family:var(--font-display);font-weight:700;font-size:clamp(1.1rem,1.8vw,1.35rem);color:#fff;text-transform:uppercase;letter-spacing:.04em}.exp-text[data-astro-cid-shzie37u] span[data-astro-cid-shzie37u]{font-family:var(--font-body);font-size:clamp(.85rem,1.2vw,.95rem);color:#ffffffb3}@media(max-width:640px){.exp-line[data-astro-cid-shzie37u]{display:none}.exp-content[data-astro-cid-shzie37u]{flex-direction:column;text-align:center}}.contacto[data-astro-cid-xjughlio]{background:var(--surface-page)}.contacto-inner[data-astro-cid-xjughlio]{padding:clamp(3.5rem,7vw,6rem) var(--gutter)}.contacto-grid[data-astro-cid-xjughlio]{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(2rem,5vw,4rem);align-items:start}.contacto-info[data-astro-cid-xjughlio]{display:flex;flex-direction:column;gap:28px}.section-head[data-astro-cid-xjughlio]{display:flex;flex-direction:column;gap:14px}.section-head[data-astro-cid-xjughlio] h2[data-astro-cid-xjughlio]{font-size:clamp(1.9rem,3.4vw,2.7rem);line-height:1.08;letter-spacing:-.02em}.section-intro[data-astro-cid-xjughlio]{font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.6;color:var(--text-muted);max-width:460px}.info-rows[data-astro-cid-xjughlio]{display:flex;flex-direction:column;gap:18px}.info-row[data-astro-cid-xjughlio]{display:flex;gap:14px}.info-icon[data-astro-cid-xjughlio]{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-md);background:var(--blue-50);color:var(--color-primary);flex:none}.info-text[data-astro-cid-xjughlio]{display:flex;flex-direction:column;gap:2px}.info-text[data-astro-cid-xjughlio] strong[data-astro-cid-xjughlio]{font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--text-strong)}.info-text[data-astro-cid-xjughlio] span[data-astro-cid-xjughlio]{font-family:var(--font-body);font-size:14px;color:var(--text-muted)}.phone-line[data-astro-cid-xjughlio]{display:flex;align-items:center;gap:6px}.wa-link[data-astro-cid-xjughlio]{display:inline-flex;align-items:center;opacity:.8;transition:opacity var(--dur-fast)}.wa-link[data-astro-cid-xjughlio]:hover{opacity:1}.contacto-form-card[data-astro-cid-xjughlio]{background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:clamp(1.6rem,3vw,2.2rem);box-shadow:var(--shadow-md);position:relative;overflow:hidden}.form-top-bar[data-astro-cid-xjughlio]{position:absolute;top:0;left:0;right:0;height:4px;background:var(--color-accent)}.contact-form[data-astro-cid-xjughlio]{display:flex;flex-direction:column;gap:16px}.contact-form[data-astro-cid-xjughlio] h3[data-astro-cid-xjughlio]{font-family:var(--font-display);font-weight:700;font-size:20px}.form-row[data-astro-cid-xjughlio]{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field[data-astro-cid-xjughlio]{display:flex;flex-direction:column;gap:7px}.field-label[data-astro-cid-xjughlio]{font-family:var(--font-body);font-weight:600;font-size:13px;color:var(--text-strong)}.req[data-astro-cid-xjughlio]{color:var(--danger-500)}.field[data-astro-cid-xjughlio] input[data-astro-cid-xjughlio],.field[data-astro-cid-xjughlio] select[data-astro-cid-xjughlio],.field[data-astro-cid-xjughlio] textarea[data-astro-cid-xjughlio]{width:100%;padding:0 14px;height:48px;font-family:var(--font-body);font-size:15px;color:var(--text-strong);background:#fff;border:1.5px solid var(--border-default);border-radius:var(--radius-md);outline:none;transition:border-color var(--dur-fast),box-shadow var(--dur-fast)}.field[data-astro-cid-xjughlio] textarea[data-astro-cid-xjughlio]{height:auto;padding:12px 14px;resize:vertical}.field[data-astro-cid-xjughlio] select[data-astro-cid-xjughlio]{appearance:none}.field[data-astro-cid-xjughlio] input[data-astro-cid-xjughlio]:focus,.field[data-astro-cid-xjughlio] select[data-astro-cid-xjughlio]:focus,.field[data-astro-cid-xjughlio] textarea[data-astro-cid-xjughlio]:focus{border-color:var(--border-focus);box-shadow:var(--focus-ring)}.form-note[data-astro-cid-xjughlio]{font-family:var(--font-body);font-size:12.5px;color:var(--text-faint);text-align:center}.contact-success[data-astro-cid-xjughlio][hidden]{display:none}.contact-success[data-astro-cid-xjughlio]{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;padding:20px}.success-icon[data-astro-cid-xjughlio]{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:var(--success-50);color:var(--success-500)}.contact-success[data-astro-cid-xjughlio] h3[data-astro-cid-xjughlio]{font-family:var(--font-display);font-weight:700;font-size:22px}.contact-success[data-astro-cid-xjughlio] p[data-astro-cid-xjughlio]{font-family:var(--font-body);font-size:15px;color:var(--text-muted);max-width:320px;text-align:justify}@media(max-width:768px){.contacto-grid[data-astro-cid-xjughlio],.form-row[data-astro-cid-xjughlio]{grid-template-columns:1fr}}.site-footer[data-astro-cid-sz7xmlte]{background:var(--blue-950);color:#ffffffb3}.footer-inner[data-astro-cid-sz7xmlte]{padding:clamp(3rem,5vw,4rem) var(--gutter) 2rem}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.4fr 1fr 1.3fr;gap:clamp(2rem,4vw,3.5rem)}.footer-about[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:16px;max-width:320px}.footer-about[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{width:260px;height:auto;object-fit:contain}.footer-about[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-family:var(--font-body);font-size:14px;line-height:1.6;text-align:justify}.footer-col[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:12px}.footer-heading[data-astro-cid-sz7xmlte]{font-family:var(--font-display);font-weight:700;font-size:14px;color:#fff;letter-spacing:.02em}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-family:var(--font-body);font-size:14px;color:#ffffffb3;text-decoration:none}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff;text-decoration:none}.footer-address[data-astro-cid-sz7xmlte]{font-family:var(--font-body);font-size:14px;line-height:1.6}.footer-email[data-astro-cid-sz7xmlte]{font-family:var(--font-body);font-size:14px;color:var(--gold-400)!important}.footer-phone[data-astro-cid-sz7xmlte]{font-family:var(--font-mono);font-size:13px}.footer-bottom[data-astro-cid-sz7xmlte]{margin-top:36px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-bottom[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{font-family:var(--font-body);font-size:13px;color:#ffffff80}@media(max-width:768px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}.footer-about[data-astro-cid-sz7xmlte]{max-width:100%}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--font-display);font-weight:600;font-size:15px;line-height:1;height:48px;padding:0 24px;border-radius:var(--radius-pill);border:2px solid transparent;cursor:pointer;text-decoration:none;transition:background var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out)}.btn:hover{text-decoration:none}.btn:active{transform:translateY(1px) scale(.99)}.btn--sm{height:38px;padding:0 16px;font-size:14px}.btn--lg{height:56px;padding:0 32px;font-size:17px}.btn--full{width:100%}.btn--primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-sm)}.btn--primary:hover{background:var(--color-primary-hover)}.btn--accent{background:var(--color-accent);color:var(--text-on-accent);box-shadow:var(--shadow-accent)}.btn--accent:hover{background:var(--color-accent-hover)}.btn--secondary{background:transparent;color:var(--color-primary);border-color:var(--border-default)}.btn--secondary:hover{background:var(--color-primary-soft)}.btn--light{background:#fff;color:var(--color-primary);box-shadow:var(--shadow-md)}.btn--light:hover{background:#ffffffe6}
