@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:wght@300;400;600;700&display=swap";:root{--verde:#2d5016;--verde-claro:#4a7a24;--dorado:#f5a800;--cafe:#3d2b1f;--blanco:#fff;--gris-claro:#f8f4ee;--gris-borde:#e8e0d0;--texto:#1a1a1a;--texto-suave:#666;--font-serif:"Playfair Display", serif;--font-sans:"Source Sans 3", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--texto);background:var(--blanco);-webkit-font-smoothing:antialiased;line-height:1.5}img{max-width:100%;height:auto;display:block}a{text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none}.navbar{border-bottom:1px solid var(--gris-borde);z-index:100;background:#fff;justify-content:space-between;align-items:center;height:68px;padding:0 1.5rem;display:flex;position:sticky;top:0}.navbar-brand{align-items:center;gap:10px;display:flex}.brand-logo{object-fit:cover;border-radius:50%;width:48px;height:48px}.brand-text{font-family:var(--font-serif);color:var(--texto);font-size:1rem;font-weight:700}.brand-accent{color:var(--dorado)}.navbar-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:flex}.navbar-toggle span{background:var(--texto);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.navbar-links{border-bottom:1px solid var(--gris-borde);z-index:99;background:#fff;flex-direction:column;display:none;position:absolute;top:68px;left:0;right:0}.navbar-links.open{display:flex}.navbar-links li a{letter-spacing:.07em;text-transform:uppercase;color:var(--texto);border-bottom:1px solid var(--gris-borde);align-items:center;gap:6px;padding:1rem 1.5rem;font-size:.88rem;font-weight:600;transition:color .2s;display:flex}.navbar-links li a:hover{color:var(--dorado)}.navbar-links li:last-child a{border-bottom:none}.egg-icon{opacity:0;align-items:center;transition:opacity .2s;display:flex}.egg-icon.visible{opacity:1}.navbar-cta{color:#fff;letter-spacing:.06em;text-transform:uppercase;background:#25d366;border-radius:30px;padding:9px 20px;font-size:.82rem;font-weight:700;transition:background .2s;display:block}.navbar-cta:hover{background:#1da851}@media (width>=768px){.navbar{height:72px;padding:0 2rem}.brand-text{font-size:1.1rem}.brand-logo{width:54px;height:54px}}@media (width>=1024px){.navbar{height:80px;padding:0 2.5rem}.navbar-toggle{display:none}.navbar-links{background:0 0;border-bottom:none;flex-direction:row;gap:2.5rem;display:flex;position:static}.navbar-links li a{border-bottom:none;padding:0;font-size:.82rem}.navbar-cta{color:#fff;letter-spacing:.06em;text-transform:uppercase;background:#25d366;border-radius:30px;padding:9px 20px;font-size:.82rem;font-weight:700;transition:background .2s;display:block}.navbar-cta:hover{background:#1da851}.brand-text{font-size:1.4rem}.brand-logo{width:62px;height:62px}}.hero{justify-content:center;align-items:center;width:100%;height:100svh;scroll-margin-top:68px;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;object-position:center 15%;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(#0000004d 0%,#0000008c 100%);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;width:100%;padding:1.5rem;position:relative}.hero-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--dorado);margin-bottom:.75rem;font-size:.68rem;font-weight:700}.hero-content h1{font-family:var(--font-serif);color:#fff;margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.2}.hero-content h1 em{color:var(--dorado);font-style:italic}.hero-sub{color:#ffffffe0;max-width:480px;margin-bottom:1.75rem;margin-left:auto;margin-right:auto;font-size:.88rem;font-weight:300;line-height:1.75}.hero-btns{flex-direction:column;align-items:center;gap:.75rem;display:flex}.btn-wa{color:#fff;text-align:center;background:#25d366;border-radius:30px;width:100%;max-width:280px;padding:13px 28px;font-size:.88rem;font-weight:700;transition:background .2s,transform .15s}.btn-wa:hover{background:#1da851;transform:translateY(-2px)}.btn-ghost{color:#fff;text-align:center;border:2px solid #ffffffb3;border-radius:30px;width:100%;max-width:280px;padding:12px 28px;font-size:.88rem;font-weight:700;transition:all .2s}.btn-ghost:hover{background:#ffffff26}.hero-scroll{z-index:2;color:#ffffffb3;letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:6px;font-size:.68rem;font-weight:600;animation:2s infinite bounce;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}@media (width>=768px){.hero-content h1{font-size:2.8rem}.hero{scroll-margin-top:72px}.hero-sub{font-size:.95rem}.hero-btns{flex-direction:row;justify-content:center}.btn-wa,.btn-ghost{width:auto;max-width:none}}@media (width>=1024px){.hero-content{max-width:700px;padding:2rem}.hero{scroll-margin-top:80px}.hero-eyebrow{font-size:.75rem}.hero-content h1{font-size:3.5rem}.hero-sub{font-size:1.05rem}.hero-scroll{font-size:.72rem;bottom:2rem}}.productos{background:#fff;padding:3rem 1.5rem;scroll-margin-top:70px}.productos-inner{max-width:1000px;margin:0 auto}.productos-header{text-align:center;margin-bottom:2rem}.sec-title{font-family:var(--font-serif);color:var(--texto);margin-bottom:.75rem;font-size:1.6rem;font-weight:700;line-height:1.25}.sec-title em{color:var(--dorado);font-style:italic}.sec-sub{color:var(--texto-suave);font-size:.88rem;font-weight:300;line-height:1.75}.productos-grid{background:var(--gris-borde);flex-wrap:wrap;justify-content:center;gap:2px;margin-top:2rem;display:flex}.producto-card{text-align:center;background:#fff;flex-direction:column;align-items:center;width:calc(50% - 2px);padding:1.75rem 1rem 1.5rem;transition:background .2s;display:flex}.producto-card:hover{background:#faf6ee}.producto-card img{object-fit:contain;width:80px;height:80px;margin-bottom:1rem}.producto-card h3{font-family:var(--font-serif);color:var(--texto);margin-bottom:.4rem;font-size:.95rem;font-weight:700}.producto-card p{color:var(--texto-suave);font-size:.78rem;font-weight:300;line-height:1.5}.temp-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--dorado);border:1px solid var(--dorado);border-radius:20px;margin-top:.75rem;padding:2px 10px;font-size:.62rem;font-weight:700}@media (width>=768px){.productos{padding:4rem 2rem}.sec-title{font-size:1.8rem}.producto-card{width:calc(33.333% - 2px)}.producto-card img{width:90px;height:90px}}@media (width>=1024px){.productos{padding:4.5rem 2.5rem}.sec-title{font-size:2rem}.producto-card{width:calc(33.333% - 2px);padding:2.5rem 1.5rem 2rem}.producto-card img{width:100px;height:100px}}.diferenciadores{background:#fff;padding:3rem 1.5rem}.diff-inner{max-width:1000px;margin:0 auto}.diff-header{text-align:center;margin-bottom:2.5rem}.diff-blocks{grid-template-columns:1fr;display:grid}.diff-block{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1.5rem;display:flex}.db-verde{background:var(--verde)}.db-dorado{background:var(--dorado)}.db-verde-claro{background:var(--verde-claro)}.db-cafe{background:var(--cafe)}.diff-img{object-fit:contain;filter:brightness(0)invert();width:80px;height:80px}.diff-block h3{font-family:var(--font-serif);color:#fff;font-size:1.1rem;font-weight:700}.diff-block p{color:#ffffffd9;font-size:.85rem;font-weight:300;line-height:1.6}@media (width>=768px){.diferenciadores{padding:4rem 2rem}.diff-blocks{grid-template-columns:repeat(2,1fr)}.diff-block{padding:3rem 2rem}}@media (width>=1024px){.diferenciadores{padding:4.5rem 2.5rem}.diff-blocks{grid-template-columns:repeat(5,1fr)}.diff-block{padding:3rem 1.75rem}.diff-img{width:90px;height:90px}.diff-block h3{font-size:1.15rem}}.familia{background:var(--gris-claro);padding:3rem 1.5rem}.familia-inner{max-width:900px;margin:0 auto}.familia-header{text-align:center;margin-bottom:2rem}.familia-circles{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.circle-wrap{flex-direction:column;align-items:center;gap:.75rem;display:flex}.circle{border:3px solid var(--dorado);background:#efe8d8;border-radius:50%;justify-content:center;align-items:center;width:100px;min-width:100px;height:100px;min-height:100px;display:flex;overflow:hidden}.circle img{object-fit:cover;width:100%;height:100%}.circle-label{color:var(--cafe);text-align:center;font-size:.75rem;font-weight:600;line-height:1.4}.familia-copy{text-align:center;max-width:580px;color:var(--texto-suave);margin:0 auto;font-size:.88rem;font-weight:300;line-height:1.85}.familia-copy strong{color:var(--texto);font-weight:700}@media (width>=768px){.familia{padding:4rem 2rem}.circle{width:130px;min-width:130px;height:130px;min-height:130px}.familia-circles{gap:1.5rem}.familia-copy{font-size:.92rem}}@media (width>=1024px){.familia{padding:4.5rem 2.5rem}.circle{border:4px solid var(--dorado);width:150px;min-width:150px;height:150px;min-height:150px}.familia-circles{gap:2rem;margin-bottom:2.5rem}.circle-label{font-size:.82rem}.familia-copy{font-size:.95rem}}.contacto{grid-template-columns:1fr;display:grid}.contacto-img{background:var(--verde);justify-content:center;align-items:center;height:200px;display:flex;position:relative;overflow:hidden}.contacto-img-pattern{opacity:.06;background-image:radial-gradient(circle,#fff 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.contacto-content{background:var(--dorado);flex-direction:column;justify-content:center;gap:1rem;padding:2.5rem 1.5rem;display:flex}.contacto-content .label{color:#ffffffbf}.contacto-content .sec-title{color:#fff;font-size:1.5rem}.contacto-content .sec-title em{color:#fff;font-style:italic}.contacto-sub{color:#ffffffe0;font-size:.88rem;font-weight:300;line-height:1.75}.contacto-btns{flex-direction:column;gap:.75rem;display:flex}.btn-contacto-wa{color:var(--dorado);text-align:center;background:#fff;border-radius:30px;padding:12px 24px;font-size:.88rem;font-weight:700;transition:all .2s;display:block}.btn-contacto-wa:hover{background:var(--texto);color:#fff}.btn-contacto-email{color:#fff;text-align:center;border:2px solid #fff9;border-radius:30px;padding:11px 24px;font-size:.88rem;font-weight:700;transition:all .2s;display:block}.btn-contacto-email:hover{background:#ffffff26}.contacto-img img{object-fit:cover;object-position:center 40%;width:100%;height:100%}@media (width>=768px){.contacto-img{height:260px}.contacto-content{padding:3rem 2rem}.contacto-btns{flex-direction:row}.btn-contacto-wa,.btn-contacto-email{width:auto;display:inline-block}}@media (width>=1024px){.contacto{grid-template-columns:1fr 1fr;min-height:340px}.contacto-img{height:auto}.contacto-content{padding:3.5rem 3rem}.contacto-content .sec-title{font-size:1.7rem}.contacto-sub{font-size:.9rem}}.footer{text-align:center;background:#1a1208;padding:2.5rem 1.5rem 1.5rem}.footer-brand{font-family:var(--font-serif);color:#fff;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.footer-brand span{color:var(--dorado)}.footer-socials{justify-content:center;gap:.75rem;margin-bottom:2rem;display:flex}.social-egg{width:42px;height:50px;transition:transform .2s;display:block}.social-egg:hover{transform:scale(1.15)translateY(-4px)}.social-egg svg{width:100%;height:100%}.footer-info{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.footer-col h4{letter-spacing:.15em;text-transform:uppercase;color:var(--dorado);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.footer-col p{color:#ffffff73;font-size:.8rem;font-weight:300;line-height:1.65}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.footer-links a{color:#fff6;font-size:.78rem;transition:color .2s}.footer-links a:hover{color:var(--dorado)}.footer-copy{color:#fff3;border-top:1px solid #ffffff12;padding-top:1.5rem;font-size:.68rem}@media (width>=768px){.footer{padding:3rem 2rem 1.5rem}.footer-info{flex-direction:row;justify-content:center;gap:3rem}.footer-links{gap:1.5rem}.social-egg{width:44px;height:52px}}@media (width>=1024px){.footer{padding:3.5rem 2.5rem 2rem}.footer-brand{margin-bottom:2rem;font-size:1.3rem}.footer-info{gap:4rem;margin-bottom:2.5rem}.footer-links{gap:2rem;margin-bottom:2rem}.footer-copy{font-size:.7rem}}.huevo{background:#fff;padding:3rem 1.5rem}.huevo-inner{max-width:1000px;margin:0 auto}.huevo-header{text-align:center;margin-bottom:2rem}.huevo-content{grid-template-columns:1fr;gap:2rem;display:grid}.huevo-fotos{flex-direction:column;gap:.75rem;display:flex}.huevo-foto-principal{object-fit:cover;border-radius:8px;width:100%;height:220px}.huevo-fotos-secundarias{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.huevo-fotos-secundarias img{object-fit:cover;border-radius:8px;width:100%;height:120px}.huevo-texto{flex-direction:column;gap:1.25rem;display:flex}.huevo-detalle h3{font-family:var(--font-serif);color:var(--verde);margin-bottom:.4rem;font-size:.95rem;font-weight:700}.huevo-detalle p{color:var(--texto-suave);font-size:.85rem;font-weight:300;line-height:1.7}.btn-huevo{color:#fff;text-align:center;background:#25d366;border-radius:30px;width:100%;margin-top:.5rem;padding:13px 28px;font-size:.88rem;font-weight:700;transition:background .2s,transform .15s;display:block}.btn-huevo:hover{background:#1da851;transform:translateY(-2px)}.huevo-badges{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.huevo-badge{background:var(--dorado);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:20px;align-items:center;gap:.4rem;padding:6px 14px;font-size:.72rem;font-weight:700;display:flex}.huevo-intro{text-align:center;flex-direction:column;gap:1rem;max-width:700px;margin-bottom:2rem;margin-left:auto;margin-right:auto;display:flex}.huevo-intro p{color:var(--texto-suave);font-size:.88rem;font-weight:300;line-height:1.75}.huevo-intro strong{color:var(--texto);font-weight:700}@media (width>=768px){.huevo{padding:4rem 2rem}.huevo-foto-principal{height:280px}.huevo-fotos-secundarias img{height:160px}.btn-huevo{width:auto;display:inline-block}}@media (width>=1024px){.huevo{padding:4.5rem 2.5rem}.huevo-content{grid-template-columns:1fr 1fr;align-items:start;gap:3rem}.huevo-foto-principal{height:320px}.huevo-fotos-secundarias img{height:230px}.huevo-detalle h3{font-size:1rem}.huevo-texto{gap:1.5rem}}.frutos{background:var(--gris-claro);padding:3rem 1.5rem}.frutos-inner{max-width:1000px;margin:0 auto}.frutos-header{text-align:center;margin-bottom:3rem}.fruto-section{grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem;display:grid}.fruto-section:last-child{margin-bottom:0}.fruto-img{flex-direction:column;gap:.75rem;display:flex}.fruto-img img{object-fit:cover;border-radius:8px;width:100%;height:220px}.fruto-img-secondary{height:140px!important}.fruto-texto{flex-direction:column;gap:.75rem;display:flex}.fruto-label{letter-spacing:.2em;text-transform:uppercase;color:var(--dorado);border:1px solid var(--dorado);border-radius:20px;width:fit-content;padding:3px 12px;font-size:.68rem;font-weight:700;display:inline-block}.fruto-texto h3{font-family:var(--font-serif);color:var(--texto);font-size:1.5rem;font-weight:700}.fruto-texto p{color:var(--texto-suave);font-size:.88rem;font-weight:300;line-height:1.75}.btn-fruto{color:var(--verde);border:2px solid var(--verde);text-align:center;background:0 0;border-radius:30px;margin-top:.5rem;padding:11px 24px;font-size:.88rem;font-weight:700;transition:all .2s;display:block}.btn-fruto:hover{background:var(--verde);color:#fff}@media (width>=768px){.frutos{padding:4rem 2rem}.fruto-img img{height:260px}.fruto-img-secondary{height:160px!important}.fruto-texto h3{font-size:1.7rem}.btn-fruto{width:fit-content;display:inline-block}.fruto-img-grid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.fruto-img-grid img{object-fit:cover;border-radius:8px;width:100%;height:150px!important}@media (width>=768px){.fruto-img-grid img{height:180px!important}}@media (width>=1024px){.fruto-img-grid img{height:200px!important}}}@media (width>=1024px){.frutos{padding:4.5rem 2.5rem}.fruto-section{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:5rem}.fruto-reverse{direction:rtl}.fruto-reverse>*{direction:ltr}.fruto-img img{height:280px}.fruto-img-secondary{height:180px!important}.fruto-texto h3{font-size:1.8rem}.fruto-texto{gap:1rem}}
