.hero[data-astro-cid-anhloy43]{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden}.hero-bg[data-astro-cid-anhloy43]{position:absolute;inset:0;background-image:url(/images/empresa/fabrica/planta-general.webp);background-size:cover;background-position:center;transform:scale(1.03);transition:transform 8s ease-out;will-change:transform}.hero[data-astro-cid-anhloy43]:hover .hero-bg[data-astro-cid-anhloy43]{transform:scale(1)}.hero-overlay[data-astro-cid-anhloy43]{position:absolute;inset:0;background:linear-gradient(120deg,#1a1a1ad1,#1a1a1a99 55%,#2d50164d)}.hero-content[data-astro-cid-anhloy43]{position:relative;z-index:1;padding-top:6rem;padding-bottom:6rem;display:grid;grid-template-columns:1fr 400px;gap:3.5rem;align-items:center;width:100%}@media(max-width:992px){.hero-content[data-astro-cid-anhloy43]{grid-template-columns:1fr;gap:2.5rem}}.hero-left[data-astro-cid-anhloy43]{max-width:580px}.hero-badge[data-astro-cid-anhloy43]{display:inline-block;background-color:#e85d04;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .875rem;border-radius:9999px;margin-bottom:1.5rem}.hero-title[data-astro-cid-anhloy43]{font-family:Barlow Condensed,sans-serif;font-size:clamp(2.75rem,5vw,4.5rem);font-weight:800;color:#fff;line-height:1.05;letter-spacing:-.01em;margin-bottom:1.25rem}@media(max-width:576px){.hero-br[data-astro-cid-anhloy43]{display:none}}.hero-subtitle[data-astro-cid-anhloy43]{font-size:clamp(.95rem,1.5vw,1.1rem);color:#ffffffd1;line-height:1.65;max-width:500px;margin-bottom:2.25rem}.hero-ctas[data-astro-cid-anhloy43]{display:flex;gap:1rem;flex-wrap:wrap}.hero-btn[data-astro-cid-anhloy43]{min-width:160px;text-align:center;justify-content:center}.hero-form-card[data-astro-cid-anhloy43]{background:#1a1a1a9e;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.13);border-radius:16px;padding:2rem;box-shadow:0 24px 48px #00000059,0 0 0 1px #ffffff0a}@media(max-width:992px){.hero-form-card[data-astro-cid-anhloy43]{max-width:520px}}.hero-form-header[data-astro-cid-anhloy43]{margin-bottom:1.5rem}.hero-form-badge[data-astro-cid-anhloy43]{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#e85d04;border:1.5px solid rgba(232,93,4,.45);border-radius:9999px;padding:.2rem .65rem;margin-bottom:.75rem}.hero-form-title[data-astro-cid-anhloy43]{font-family:Barlow Condensed,sans-serif;font-size:1.6rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:.4rem}.hero-form-sub[data-astro-cid-anhloy43]{font-size:.85rem;color:#fff9;line-height:1.5}.hero-form[data-astro-cid-anhloy43]{display:flex;flex-direction:column;gap:1rem}.hero-form-field[data-astro-cid-anhloy43]{display:flex;flex-direction:column;gap:.35rem}.hero-form-label[data-astro-cid-anhloy43]{font-size:.75rem;font-weight:600;color:#ffffffa6;letter-spacing:.03em}.hero-form-input[data-astro-cid-anhloy43]{width:100%;padding:.7rem .9rem;background:#ffffff14;border:1.5px solid rgba(255,255,255,.15);border-radius:8px;font-family:Inter,sans-serif;font-size:.9rem;color:#fff;transition:border-color .15s ease,background .15s ease}.hero-form-input[data-astro-cid-anhloy43]::placeholder{color:#ffffff59}.hero-form-input[data-astro-cid-anhloy43]:focus{outline:none;border-color:#e85d04;background:#ffffff1f}.hero-form-input[data-astro-cid-anhloy43]:focus-visible{outline:3px solid rgba(232,93,4,.35);outline-offset:2px}.hero-form-input[data-astro-cid-anhloy43] option[data-astro-cid-anhloy43]{background:#1a1a1a;color:#fff}.hero-form-select[data-astro-cid-anhloy43]{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.45)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.hero-form-submit[data-astro-cid-anhloy43]{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.8rem 1.25rem;margin-top:.25rem;background:#e85d04;color:#fff;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .15s ease,transform .15s ease}.hero-form-submit[data-astro-cid-anhloy43]:hover{background:#c04d03;transform:translateY(-1px)}.hero-form-submit[data-astro-cid-anhloy43]:focus-visible{outline:3px solid rgba(255,255,255,.5);outline-offset:2px}.hero-scroll[data-astro-cid-anhloy43]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.25rem;z-index:1;animation:scroll-bounce 2s ease-in-out infinite}@media(max-width:576px){.hero-scroll[data-astro-cid-anhloy43]{display:none}}.hero-scroll-line[data-astro-cid-anhloy43]{width:1px;height:48px;background:linear-gradient(to bottom,rgba(255,255,255,.6),transparent)}@keyframes scroll-bounce{0%,to{transform:translate(-50%) translateY(0);opacity:.7}50%{transform:translate(-50%) translateY(6px);opacity:1}}.section-header[data-astro-cid-smbb6lpu]{margin-bottom:3rem}.section-header--centered[data-astro-cid-smbb6lpu]{text-align:center;max-width:640px;margin-left:auto;margin-right:auto}.categories-grid[data-astro-cid-nvwodhy6]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:992px){.categories-grid[data-astro-cid-nvwodhy6]{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.categories-grid[data-astro-cid-nvwodhy6]{grid-template-columns:1fr}}.cat-card[data-astro-cid-nvwodhy6]{position:relative;display:block;border-radius:16px;overflow:hidden;aspect-ratio:4/3;text-decoration:none;cursor:pointer}.cat-card[data-astro-cid-nvwodhy6]:hover .cat-image[data-astro-cid-nvwodhy6]{transform:scale(1.05)}.cat-card[data-astro-cid-nvwodhy6]:hover .cat-overlay[data-astro-cid-nvwodhy6]{opacity:.85}.cat-card[data-astro-cid-nvwodhy6]:hover .cat-cta[data-astro-cid-nvwodhy6]{gap:.75rem;color:#e85d04}.cat-card[data-astro-cid-nvwodhy6]:focus-visible{outline:3px solid #E85D04;outline-offset:3px}.cat-image[data-astro-cid-nvwodhy6]{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .3s ease}.cat-overlay[data-astro-cid-nvwodhy6]{position:absolute;inset:0;background:linear-gradient(to top,rgba(26,26,26,.9) 0%,rgba(26,26,26,.3) 60%,transparent 100%);transition:opacity .3s ease}.cat-content[data-astro-cid-nvwodhy6]{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:1.75rem}.cat-count[data-astro-cid-nvwodhy6]{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#e85d04;margin-bottom:.5rem}.cat-title[data-astro-cid-nvwodhy6]{font-family:Barlow Condensed,sans-serif;font-size:1.4rem;font-weight:800;color:#fff;line-height:1.15;margin-bottom:.625rem}.cat-desc[data-astro-cid-nvwodhy6]{font-size:.875rem;color:#ffffffbf;line-height:1.55;margin-bottom:1rem}.cat-cta[data-astro-cid-nvwodhy6]{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:#fff;transition:gap .15s ease,color .15s ease}.highlight-grid[data-astro-cid-jtnhpqzx]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}@media(max-width:992px){.highlight-grid[data-astro-cid-jtnhpqzx]{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.highlight-grid[data-astro-cid-jtnhpqzx]{grid-template-columns:1fr}}.highlight-cta[data-astro-cid-jtnhpqzx]{text-align:center}.why-grid[data-astro-cid-w3z23hby]{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:992px){.why-grid[data-astro-cid-w3z23hby]{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.why-grid[data-astro-cid-w3z23hby]{grid-template-columns:1fr;gap:1.5rem}}.why-card[data-astro-cid-w3z23hby]{background:#fff;padding:2rem 1.75rem;border-radius:16px;box-shadow:0 1px 2px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.why-card[data-astro-cid-w3z23hby]:hover{transform:translateY(-4px);box-shadow:0 4px 6px #0000001a}.why-icon[data-astro-cid-w3z23hby]{width:56px;height:56px;background-color:#2d501614;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:#2d5016}.why-title[data-astro-cid-w3z23hby]{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:700;color:#1a1a1a;margin-bottom:.625rem}.why-desc[data-astro-cid-w3z23hby]{font-size:.9rem;color:#7a7067;line-height:1.65}:root{--brand-primary: #2D5016;--brand-primary-light: #4A7A28;--brand-secondary: #4A4E54;--brand-accent: #E85D04;--brand-accent-dark: #C04A00;--brand-dark: #1A1A1A;--brand-light: #F5F0EB;--font-heading: Barlow Condensed, sans-serif;--font-body: Inter, sans-serif}.cta-stripe[data-astro-cid-j7pv25f6]{background:#e85d04;padding:1.25rem 0}.cta-stripe-inner[data-astro-cid-j7pv25f6]{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}@media(max-width:576px){.cta-stripe-inner[data-astro-cid-j7pv25f6]{flex-direction:column;gap:.875rem;text-align:center}}.cta-stripe-text[data-astro-cid-j7pv25f6]{font-size:1.05rem;font-weight:600;color:#fff}.cta-stripe-btn[data-astro-cid-j7pv25f6]{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#fff;color:#e85d04;border-radius:9999px;font-weight:700;font-size:.9rem;white-space:nowrap;transition:background .15s ease,color .15s ease}.cta-stripe-btn[data-astro-cid-j7pv25f6]:hover{background:#ffffffe0;color:#e85d04}.cta-stripe-btn[data-astro-cid-j7pv25f6]:focus-visible{outline:3px solid rgba(255,255,255,.6);outline-offset:2px}
