@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=DM+Sans:wght@300;400;500&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--red:#c0392b;--red-dark:#922b21;--red-light:#f9ebea;--black:#1a1a1a;--green:#1e6b3c;--gray:#f5f5f5;--text:#2d2d2d;--muted:#6b6b6b;--white:#fff;--border:#0000001a}body{color:var(--text);background:var(--white);font-family:DM Sans,sans-serif;overflow-x:hidden}nav{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1a1a1af7;justify-content:space-between;align-items:center;height:85px;padding:0 3rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{align-items:center;text-decoration:none;display:flex}.nav-logo-img{object-fit:contain;width:auto;height:75px}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:#fffc;letter-spacing:.5px;cursor:pointer;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#fff}.nav-cta{background:var(--red);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:12px 24px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;transition:background .2s}.nav-cta:hover{background:var(--red-dark)}.nav-cta-secondary{color:#e05c2a;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #e05c2a;border-radius:6px;padding:8px 18px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;transition:all .2s}.nav-cta-secondary:hover{background:#e05c2a1a}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:#fff;border-radius:2px;width:25px;height:2px;transition:all .3s;display:block}.mobile-menu{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:99;background:#1a1a1afa;border-top:1px solid #ffffff1a;flex-direction:column;gap:1.25rem;padding:1.5rem 2rem;display:none;position:fixed;top:85px;left:0;right:0}.mobile-menu.open{display:flex}.mobile-menu a{color:#ffffffd9;cursor:pointer;border-bottom:1px solid #ffffff14;padding:.5rem 0;font-size:18px;font-weight:500;text-decoration:none}.mobile-menu a:last-child{border-bottom:none}.mobile-menu .mobile-cta{background:var(--red);color:#fff;text-align:center;border-bottom:none;border-radius:8px;margin-top:.5rem;padding:14px;font-size:16px}.hero{background:var(--black);align-items:center;min-height:100vh;padding-top:85px;display:flex;position:relative;overflow:hidden}.hero-bg{background:linear-gradient(135deg,#1a1a1a 0%,#2c1810 50%,#1a1a1a 100%);position:absolute;inset:0}.hero-pattern{opacity:.05;background-image:repeating-linear-gradient(0deg,#0000,#0000 40px,#c0392b4d 40px 41px),repeating-linear-gradient(90deg,#0000,#0000 40px,#c0392b4d 40px 41px);position:absolute;inset:0}.hero-accent{background:radial-gradient(circle,#c0392b26 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;right:-100px;transform:translateY(-50%)}.hero-inner{z-index:2;justify-content:space-between;align-items:center;gap:4rem;width:100%;min-height:calc(100vh - 85px);padding:3rem 5rem;display:flex;position:relative}.hero-content{flex-direction:column;flex:1;justify-content:center;max-width:520px;display:flex}.hero-badge{color:#e74c3c;letter-spacing:2px;text-transform:uppercase;background:#c0392b33;border:1px solid #c0392b66;border-radius:20px;width:fit-content;margin-bottom:1.5rem;padding:6px 14px;font-size:11px;font-weight:500;display:inline-block}.hero-title-combined{color:#fff;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(26px,2.8vw,44px);line-height:1.25}.hero-title-combined span{color:var(--red);display:block}.hero-subtitle{color:#fff9;max-width:460px;margin-bottom:2rem;font-size:16px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.btn-primary{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary:hover{background:var(--red-dark);transform:translateY(-1px)}.btn-outline{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:8px;justify-content:center;align-items:center;padding:14px 28px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-outline:hover{background:#ffffff0d;border-color:#fff}.hero-stats{border-top:1px solid #ffffff1a;flex-wrap:wrap;gap:2.5rem;padding-top:2rem;display:flex}.hero-stat-num{color:#fff;font-family:Playfair Display,serif;font-size:28px;font-weight:700}.hero-stat-num span{color:var(--red)}.hero-stat-label{color:#ffffff80;letter-spacing:.5px;margin-top:2px;font-size:12px}.hero-brand-block{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.25rem;max-width:520px;display:flex}.hero-logos{justify-content:center;align-items:center;gap:16px;margin-bottom:1rem;display:flex}.hero-logo-gota{object-fit:contain;filter:drop-shadow(0 4px 12px #c0392b80);width:auto;height:clamp(120px,16vw,200px)}.hero-logo-pryme{object-fit:contain;filter:drop-shadow(0 4px 20px #00000080);width:auto;height:clamp(160px,22vw,280px)}.hero-image{justify-content:center;align-items:center;width:100%;display:flex}.hero-image img{object-fit:contain;filter:drop-shadow(0 20px 60px #0009);width:100%;max-width:480px;animation:4s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}section{padding:5rem 4rem;scroll-margin-top:85px}.section-label{letter-spacing:2px;text-transform:uppercase;color:var(--red);margin-bottom:.75rem;font-size:11px;font-weight:500}.section-title{color:var(--black);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(28px,4vw,42px);line-height:1.2}.section-sub{color:var(--muted);max-width:560px;margin-bottom:1rem;font-size:16px;line-height:1.7}.about{background:#111;position:relative;overflow:hidden}.about:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(0deg,#0000,#0000 60px,#ffffff04 60px 61px),repeating-linear-gradient(90deg,#0000,#0000 60px,#ffffff04 60px 61px);position:absolute;inset:0}.about-container{z-index:2;max-width:1200px;margin:0 auto;position:relative}.about .section-label{color:var(--red)}.about-title{color:#fff;margin-top:.5rem;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:clamp(28px,4vw,44px);line-height:1.2}.about-title span{color:var(--red)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-top:3rem;display:grid}.about-visual{flex-direction:column;gap:1rem;display:flex}.value-card{background:#1a1a1a;border:1px solid #ffffff14;border-radius:14px;transition:transform .25s,border-color .25s,box-shadow .25s;overflow:hidden}.value-card:hover{border-color:#c0392b80;transform:translateY(-4px);box-shadow:0 8px 32px #0006}.value-card-img{height:130px;position:relative;overflow:hidden}.value-card-img img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s;display:block}.value-card:hover .value-card-img img{transform:scale(1.06)}.value-card-overlay{background:linear-gradient(#0000001a 0%,#000000a6 100%);position:absolute;inset:0}.value-card-label{color:#fff;letter-spacing:.5px;text-shadow:0 2px 8px #000c;z-index:2;font-family:Playfair Display,serif;font-size:18px;font-weight:700;position:absolute;bottom:10px;left:14px}.value-card-body{background:#1a1a1a;align-items:center;gap:1rem;padding:.9rem 1.25rem;display:flex}.value-icon-wrap{background:#c0392b26;border:1px solid #c0392b4d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;min-width:38px;height:38px;font-size:20px;display:flex}.value-title{color:#fff;margin-bottom:3px;font-size:14px;font-weight:600}.value-desc{color:#ffffff80;font-size:12px;line-height:1.5}.about-text{flex-direction:column;gap:1.5rem;display:flex}.about-text p{color:#ffffffb3;font-size:16px;line-height:1.8}.about-highlight{border-left:4px solid var(--red);color:#ffffffd9;background:#c0392b1a;border-radius:0 12px 12px 0;padding:1.25rem 1.5rem;font-size:15px;font-style:italic;line-height:1.7}.products{background:#fff}.products-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:3rem;display:flex}.filter-bar{flex-wrap:wrap;gap:.5rem;display:flex}.filter-btn{background:var(--gray);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:20px;padding:6px 16px;font-family:DM Sans,sans-serif;font-size:13px;transition:all .2s}.filter-btn.active,.filter-btn:hover{background:var(--red);color:#fff;border-color:var(--red)}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.product-card{background:var(--black);cursor:pointer;border-radius:12px;transition:transform .2s;overflow:hidden}.product-card:hover{transform:translateY(-4px)}.product-card-img{background:linear-gradient(135deg,#2c1810,#1a1a1a);justify-content:center;align-items:center;height:220px;display:flex;position:relative;overflow:hidden}.product-card-img img{object-fit:cover;width:100%;height:100%}.product-icon{opacity:.8;font-size:48px}.product-card-badge{border-radius:12px;padding:4px 12px;font-size:11px;font-weight:500;position:absolute;bottom:10px;right:10px}.badge-insect{color:#fff;background:#e67e22}.badge-herb{background:var(--green);color:#fff}.badge-fert{color:#fff;background:#8e44ad}.badge-adj{background:var(--red);color:#fff}.product-card-body{padding:1rem 1.25rem 1.25rem}.product-name{color:#fff;margin-bottom:4px;font-size:18px;font-weight:500}.product-formula{color:#ffffff73;margin-bottom:.5rem;font-size:12px}.product-desc{color:#fff9;margin-top:6px;font-size:13px;line-height:1.6}.benefits{background:var(--black);padding:5rem 4rem;position:relative;overflow:hidden}.benefits:before{content:"";background:linear-gradient(135deg,#1a1a1a 0%,#2c1810 50%,#1a1a1a 100%);position:absolute;inset:0}.benefits-label{z-index:2;letter-spacing:2px;text-transform:uppercase;color:var(--red);text-align:center;margin-bottom:.75rem;font-size:11px;font-weight:500;position:relative}.benefits-title{z-index:2;color:#fff;text-align:center;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:clamp(28px,4vw,48px);line-height:1.2;position:relative}.benefits-title span{color:var(--red)}.benefits-sub{z-index:2;color:#ffffff80;text-align:center;max-width:500px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:15px;position:relative}.benefits-layout{z-index:2;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;max-width:1100px;margin:0 auto;display:grid;position:relative}.benefits-col{flex-direction:column;gap:1.5rem;display:flex}.benefit-item{align-items:center;gap:.75rem;display:flex}.benefit-item-right{text-align:right;justify-content:flex-end}.benefit-item-left{text-align:left;justify-content:flex-start}.benefit-icon{background:#c0392b26;border:1px solid #c0392b4d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;min-width:36px;height:36px;font-size:22px;display:flex}.benefit-text{color:#ffffffd9;max-width:180px;font-size:13px;font-weight:500;line-height:1.4}.benefit-line{background:linear-gradient(90deg,#0000,#c0392b80,#0000);flex:1;min-width:20px;height:1px}.benefits-center{justify-content:center;align-items:center;width:300px;display:flex;position:relative}.benefits-bottle-glow{background:radial-gradient(circle,#c0392b4d 0%,#0000 70%);border-radius:50%;width:260px;height:260px;animation:3s ease-in-out infinite pulse;position:absolute}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.benefits-bottle{object-fit:contain;z-index:1;filter:drop-shadow(0 20px 40px #000c);width:260px;animation:4s ease-in-out infinite float;position:relative}.services{background:var(--black)}.services .section-title{color:#fff}.services .section-sub{color:#ffffff80}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.service-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;transition:border-color .2s,background .2s;display:flex;overflow:hidden}.service-card:hover{border-color:var(--red);background:#c0392b0d}.service-card-img-wrapper{flex-shrink:0;width:100%;height:160px;overflow:hidden}.service-card-img{object-fit:cover;object-position:center center;width:100%;height:100%;transition:transform .3s;display:block}.service-card:hover .service-card-img{transform:scale(1.05)}.service-card-content{flex:1;padding:1.25rem 1.5rem 1.5rem}.service-icon{background:#c0392b26;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.75rem;font-size:18px;display:flex}.service-name{color:#fff;margin-bottom:.75rem;font-size:17px;font-weight:500}.service-desc{color:#ffffff80;font-size:14px;line-height:1.7}.contact{background:var(--gray)}.contact-top{grid-template-columns:1fr 1.4fr;gap:2rem;margin-top:2rem;display:grid}.contact-info-block{border:1px solid var(--border);background:#fff;border-radius:14px;flex-direction:column;gap:1.25rem;padding:2rem;display:flex;box-shadow:0 2px 12px #0000000f}.cinfo-card{align-items:flex-start;gap:.85rem;display:flex}.cinfo-icon{min-width:28px;margin-top:2px;font-size:20px}.cinfo-label{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:2px;font-size:11px}.cinfo-val{color:var(--text);font-size:15px;font-weight:500}.contact-map-block{border:1px solid var(--border);border-radius:14px;height:100%;min-height:260px;overflow:hidden;box-shadow:0 2px 12px #0000000f}.contact-map-block iframe{width:100%;height:100%;min-height:260px;display:block}.contact-form-block{border:1px solid var(--border);background:#fff;border-radius:14px;margin-top:2rem;padding:2rem;box-shadow:0 2px 12px #0000000f}.cform-title{color:var(--text);margin-bottom:1rem;font-size:17px;font-weight:600}.cform-fields{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.cform-fields .cform-textarea{grid-column:1/-1}.cform-input{width:100%;color:var(--text);background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;outline:none;padding:11px 14px;font-family:DM Sans,sans-serif;font-size:14px;transition:border-color .2s}.cform-input:focus{border-color:var(--red);background:#fff}.cform-textarea{resize:vertical;min-height:100px}.cform-submit{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:14px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;transition:background .2s}.cform-submit:hover{background:var(--red-dark)}.whatsapp-float{z-index:150;color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;transition:transform .2s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 12px #25d36666}.whatsapp-float:hover{transform:scale(1.1)}footer{background:var(--black);padding:3rem 4rem 1.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand{color:#fff;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:16px}.footer-tagline{color:#fff6;margin-bottom:1.25rem;font-size:13px;line-height:1.6}.footer-social{gap:.75rem;display:flex}.social-btn{color:#fff;cursor:pointer;background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;text-decoration:none;transition:background .2s;display:flex}.social-btn:hover{background:var(--red)}.footer-col-title{color:#fff;letter-spacing:.5px;margin-bottom:1rem;font-size:13px;font-weight:500}.footer-links{flex-direction:column;gap:.6rem;list-style:none;display:flex}.footer-links a{color:#fff6;font-size:13px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.footer-copy{color:#ffffff4d;font-size:12px}.footer-warning{color:#fff3;text-align:right;max-width:500px;font-size:10px;line-height:1.5}.toast{background:var(--black);color:#fff;z-index:300;opacity:0;pointer-events:none;white-space:nowrap;border-left:3px solid var(--red);border-radius:10px;padding:12px 20px;font-size:14px;transition:all .3s;position:fixed;bottom:5rem;left:50%;transform:translate(-50%)translateY(20px)}.toast.show{opacity:1;transform:translate(-50%)translateY(0)}.noticias-page{background:var(--white);min-height:100vh}.noticias-nav{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1a1a1af7;justify-content:space-between;align-items:center;height:85px;padding:0 3rem;display:flex;position:fixed;top:0;left:0;right:0}.noticias-nav-btn{align-items:center;gap:10px;display:flex}.noticias-hero{background:var(--black);align-items:center;min-height:40vh;padding:8rem 4rem 4rem;display:flex;position:relative;overflow:hidden}.noticias-hero:before{content:"";background:linear-gradient(135deg,#1a1a1a 0%,#2c1810 50%,#1a1a1a 100%);position:absolute;inset:0}.noticias-hero-content{z-index:2;max-width:700px;position:relative}.noticias-title{color:#fff;margin-top:1rem;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(36px,5vw,60px);line-height:1.1}.noticias-title span{color:var(--red)}.noticias-subtitle{color:#fff9;font-size:16px;line-height:1.7}.noticias-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.noticias-loading,.noticias-error,.noticias-empty{text-align:center;color:var(--muted);padding:4rem;font-size:16px}.noticias-error{color:var(--red)}.noticias-loading span,.noticias-error span,.noticias-empty span{margin-bottom:1rem;font-size:48px;display:block}.loading-spinner{border:3px solid var(--gray);border-top-color:var(--red);border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.noticias-featured{margin-bottom:3rem}.noticia-featured-card{border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #0000002e}.noticia-featured-img{height:480px;position:relative;overflow:hidden}.noticia-featured-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.noticia-featured-card:hover .noticia-featured-img img{transform:scale(1.04)}.noticia-featured-overlay{background:linear-gradient(#0000 0%,#0a0a0a80 60%,#0a0a0aed 100%);flex-direction:column;justify-content:flex-end;padding:2.5rem 3rem;display:flex;position:absolute;inset:0}.noticia-featured-badge{background:var(--red);color:#fff;letter-spacing:1.5px;text-transform:uppercase;border-radius:20px;width:fit-content;margin-bottom:1rem;padding:5px 12px;font-size:11px;font-weight:600;display:inline-block}.noticia-featured-meta{flex-wrap:wrap;gap:1rem;margin-bottom:.75rem;display:flex}.noticia-featured-meta .noticia-fecha,.noticia-featured-meta .noticia-autor{color:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border-radius:20px;padding:4px 10px;font-size:13px}.noticia-featured-titulo{color:#fff;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:clamp(22px,3.5vw,40px);line-height:1.2}.noticia-featured-desc{color:#ffffffbf;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:680px;font-size:15px;line-height:1.7;display:-webkit-box;overflow:hidden}.noticias-grid-masonry{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.75rem;display:grid}.noticia-card{border:1px solid var(--border);background:#fff;border-radius:14px;grid-column:span 1;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 16px #0000000f}.noticia-card-grande{grid-column:span 2}.noticia-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.noticia-card-chico .noticia-img{height:200px}.noticia-card-chico .noticia-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.noticia-card-chico:hover .noticia-img img{transform:scale(1.05)}.noticia-card-grande .noticia-img{height:280px}.noticia-card-grande .noticia-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.noticia-card-grande:hover .noticia-img img{transform:scale(1.04)}.noticia-img-placeholder{background:linear-gradient(135deg,#2c1810,#1a1a1a);justify-content:center;align-items:center;height:200px;font-size:48px;display:flex}.noticia-card-grande .noticia-img-placeholder{height:280px}.noticia-body{padding:1.25rem 1.5rem 1.5rem}.noticia-card-grande .noticia-body{padding:1.5rem 2rem 2rem}.noticia-size-badge{border-radius:20px;margin-bottom:.6rem;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.noticia-size-grande{color:var(--red);background:#c0392b1a;border:1px solid #c0392b40}.noticia-meta{flex-wrap:wrap;gap:.75rem;margin-bottom:.6rem;display:flex}.noticia-fecha,.noticia-autor{color:var(--muted);background:var(--gray);border-radius:20px;padding:4px 10px;font-size:12px}.noticia-titulo{color:var(--black);margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:18px;line-height:1.3}.noticia-card-grande .noticia-titulo{font-size:22px}.noticia-desc{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;line-height:1.7;display:-webkit-box;overflow:hidden}.noticia-card-grande .noticia-desc{-webkit-line-clamp:4;font-size:15px}.noticias-footer{background:var(--black);color:#ffffff4d;text-align:center;padding:2rem;font-size:13px}.login-page{background:var(--black);background-image:linear-gradient(135deg,#1a1a1a 0%,#2c1810 50%,#1a1a1a 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-box{background:#fff;border-radius:20px;width:100%;max-width:440px;padding:3rem;box-shadow:0 20px 60px #0000004d}.login-logo{justify-content:center;margin-bottom:1.5rem;display:flex}.login-logo img{object-fit:contain;height:70px}.login-title{color:var(--black);text-align:center;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:24px}.login-sub{color:var(--muted);text-align:center;margin-bottom:2rem;font-size:14px}.login-error{background:var(--red-light);color:var(--red-dark);border-left:3px solid var(--red);border-radius:8px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:14px}.login-form{flex-direction:column;gap:1rem;display:flex}.login-group{flex-direction:column;gap:6px;display:flex}.login-group label{color:var(--text);font-size:13px;font-weight:500}.login-group input{background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;outline:none;padding:11px 14px;font-family:DM Sans,sans-serif;font-size:14px;transition:border-color .2s}.login-group input:focus{border-color:var(--red);background:#fff}.login-btn{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:.5rem;padding:14px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;transition:background .2s}.login-btn:hover{background:var(--red-dark)}.login-btn:disabled{opacity:.7;cursor:not-allowed}.login-back{text-align:center;color:var(--muted);cursor:pointer;margin-top:1.5rem;font-size:13px;transition:color .2s;display:block}.login-back:hover{color:var(--red)}.dashboard-page{background:#f0f0f0;min-height:100vh}.dashboard-header{background:var(--black);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 2.5rem;display:flex}.dashboard-header-left{align-items:center;gap:1rem;display:flex}.dashboard-logo{object-fit:contain;height:50px}.dashboard-title{color:#fff;font-size:16px;font-weight:600}.dashboard-sub{color:#ffffff80;font-size:13px}.dashboard-header-right{gap:.75rem;display:flex}.dash-btn-red{background:var(--red);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:8px 18px;font-family:DM Sans,sans-serif;font-size:13px;transition:background .2s}.dash-btn-red:hover{background:var(--red-dark)}.dash-btn-red:disabled{opacity:.7;cursor:not-allowed}.dash-btn-outline{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff4d;border-radius:6px;padding:8px 18px;font-family:DM Sans,sans-serif;font-size:13px;transition:all .2s}.dash-btn-outline:hover{background:#ffffff0d;border-color:#fff}.dashboard-body{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem;display:flex}.dashboard-form-box,.dashboard-list-box{border:1px solid var(--border);background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 16px #0000000f}.dash-msg{color:var(--green);border-left:3px solid var(--green);background:#e8f5e9;border-radius:10px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:14px}.dash-msg-error{background:var(--red-light);color:var(--red-dark);border-left:3px solid var(--red)}.dash-form{flex-direction:column;gap:1.25rem;display:flex}.dash-empty{text-align:center;color:var(--muted);padding:3rem;font-size:15px}.dash-list{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.dash-item{border:1px solid var(--border);background:#fafafa;border-radius:12px;align-items:center;gap:1rem;padding:1rem;transition:box-shadow .2s;display:flex}.dash-item:hover{box-shadow:0 2px 12px #00000014}.dash-item-img{object-fit:cover;border-radius:10px;width:72px;min-width:72px;height:72px}.dash-item-img-placeholder{background:var(--black);border-radius:10px;justify-content:center;align-items:center;width:72px;min-width:72px;height:72px;font-size:24px;display:flex}.dash-item-info{flex:1;min-width:0}.dash-item-title{color:var(--black);white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:14px;font-weight:600;overflow:hidden}.dash-item-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:4px;font-size:11px;display:flex}.dash-item-desc{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.dash-item-actions{flex-direction:column;flex-shrink:0;gap:.4rem;display:flex}.dash-btn-sm-red{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:6px 10px;font-family:DM Sans,sans-serif;font-size:13px}.dash-btn-sm-red:hover{background:var(--red-dark)}.dash-btn-sm-outline{color:var(--text);border:1px solid var(--border);cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;padding:6px 10px;font-family:DM Sans,sans-serif;font-size:12px}.dash-btn-sm-outline:hover{border-color:var(--red);color:var(--red)}.dash-img-preview{background:var(--gray);border:1px solid var(--border);border-radius:10px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem;display:flex}.dash-img-preview img{object-fit:cover;border-radius:8px;width:56px;height:56px}.dash-img-nueva{color:var(--green);margin-top:4px;font-size:12px;display:block}.dash-size-tag{white-space:nowrap;border-radius:12px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-block}.dash-size-tag-grande{color:var(--red);background:#c0392b1f;border:1px solid #c0392b40}.dash-size-tag-chico{color:var(--muted);background:#6b6b6b1f;border:1px solid #6b6b6b33}.dash-size-selector{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dash-size-option{cursor:pointer;background:#fafafa;border:2px solid #e8e8e8;border-radius:12px;flex-direction:column;gap:.75rem;padding:1rem;transition:all .2s;display:flex}.dash-size-option:hover{background:#c0392b08;border-color:#c0392b66}.dash-size-active{box-shadow:0 0 0 3px #c0392b1a;border-color:var(--red)!important;background:#c0392b0a!important}.dash-size-preview{background:#fff;border:1px solid #eee;border-radius:8px;padding:8px}.preview-grande{flex-direction:column;gap:6px;display:flex}.preview-img-grande{background:linear-gradient(90deg,#e0e0e0,#f5f5f5);border-radius:4px;width:100%;height:40px}.preview-lines{flex-direction:column;gap:4px;display:flex}.preview-line{background:#e8e8e8;border-radius:3px;width:100%;height:6px}.preview-line-title{background:#d0d0d0;height:8px}.preview-line-short{width:60%}.preview-chico{align-items:flex-start;gap:6px;display:flex}.preview-img-chico{background:linear-gradient(135deg,#e0e0e0,#f5f5f5);border-radius:4px;flex-shrink:0;width:36px;height:36px}.preview-lines-chico{flex-direction:column;flex:1;gap:5px;padding-top:2px;display:flex}.dash-size-info{align-items:flex-start;gap:.6rem;display:flex}.dash-size-icon{flex-shrink:0;font-size:18px}.dash-size-label{color:var(--text);margin-bottom:2px;font-size:13px;font-weight:600}.dash-size-desc{color:var(--muted);font-size:11px;line-height:1.4}.dash-form-header{border-bottom:1px solid var(--border);align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.dash-form-icon{background:linear-gradient(135deg, var(--red), var(--red-dark));border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;display:flex;box-shadow:0 4px 12px #c0392b4d}.dash-section-title{color:var(--black);border:none;margin:0;padding:0;font-family:Playfair Display,serif;font-size:18px}.dash-section-sub{color:var(--muted);margin-top:2px;font-size:12px}.dash-field{flex-direction:column;gap:6px;display:flex}.dash-field-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dash-label{color:var(--text);letter-spacing:.5px;text-transform:uppercase;font-size:11px;font-weight:600}.dash-input{width:100%;color:var(--text);-webkit-appearance:none;background:#fafafa;border:1.5px solid #e8e8e8;border-radius:10px;outline:none;padding:12px 16px;font-family:DM Sans,sans-serif;font-size:14px;transition:all .2s}.dash-input:focus{border-color:var(--red);background:#fff;box-shadow:0 0 0 3px #c0392b14}.dash-input-date{cursor:pointer;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.dash-textarea{resize:vertical;min-height:120px;line-height:1.6}.dash-file-label{cursor:pointer;color:var(--muted);background:#fafafa;border:1.5px dashed #d0d0d0;border-radius:10px;align-items:center;gap:.75rem;padding:12px 16px;font-family:DM Sans,sans-serif;font-size:14px;transition:all .2s;display:flex}.dash-file-label:hover{border-color:var(--red);color:var(--red);background:#c0392b08}.dash-file-icon{font-size:18px}.dash-form-actions{gap:.75rem;margin-top:.5rem;display:flex}.dash-btn-submit{background:linear-gradient(135deg, var(--red), var(--red-dark));color:#fff;cursor:pointer;border:none;border-radius:10px;flex:1;padding:14px 20px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #c0392b4d}.dash-btn-submit:hover{transform:translateY(-1px);box-shadow:0 6px 18px #c0392b66}.dash-btn-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.dash-btn-cancel{color:var(--muted);cursor:pointer;white-space:nowrap;background:#f5f5f5;border:1.5px solid #e0e0e0;border-radius:10px;padding:14px 18px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;transition:all .2s}.dash-btn-cancel:hover{border-color:var(--red);color:var(--red);background:#c0392b0a}@media (width<=1024px){section{padding:4rem 2.5rem;scroll-margin-top:85px}nav,.noticias-nav{padding:0 2rem}.hero-inner{gap:2rem;min-height:auto;padding:2rem 2.5rem}.hero-title-combined{font-size:clamp(24px,3vw,38px)}.hero-logo-gota{height:clamp(70px,9vw,120px)}.hero-logo-pryme{height:clamp(90px,12vw,160px)}.services-grid{grid-template-columns:repeat(2,1fr)}.service-card-img-wrapper{height:140px}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.benefits-layout{grid-template-columns:1fr auto 1fr;gap:1rem}.benefit-text{max-width:140px;font-size:12px}.benefits-center{width:220px}.benefits-bottle{width:200px}.noticias-grid-masonry{grid-template-columns:repeat(2,1fr)}.noticia-card-grande{grid-column:span 2}.noticia-featured-img{height:380px}}@media (width<=768px){section{padding:3rem 1.25rem;scroll-margin-top:70px}nav{height:70px;padding:0 1.25rem}.nav-logo-img{height:55px}.nav-links,.nav-cta{display:none}.hamburger{display:flex}.mobile-menu{top:70px}.noticias-nav{height:70px;padding:0 1.25rem}.noticias-nav .nav-logo-img{height:55px}.noticias-nav-btn{display:flex!important}.noticias-nav-btn .nav-cta{padding:10px 16px;font-size:13px;display:flex}.noticias-nav-btn .nav-cta-secondary{padding:8px 12px;font-size:12px}.hero{min-height:100svh;padding-top:70px}.hero-inner{flex-direction:column;align-items:stretch;gap:0;min-height:auto;padding:2rem 1.25rem 3rem}.hero-content{border-bottom:1px solid #ffffff14;max-width:100%;padding-bottom:2rem}.hero-title-combined{margin-bottom:1rem;font-size:clamp(26px,7vw,36px)}.hero-subtitle{max-width:100%;margin-bottom:1.5rem;font-size:15px}.hero-actions{flex-direction:column;gap:.75rem;margin-bottom:2rem}.hero-actions a,.hero-actions button{text-align:center;justify-content:center;width:100%;padding:15px 28px;font-size:16px}.hero-stats{border-top:none;grid-template-columns:1fr 1fr;gap:1rem;margin-top:0;padding-top:1.5rem;display:grid}.hero-stat-num{font-size:26px}.hero-brand-block{width:100%;max-width:100%;padding-top:2rem}.hero-logos{gap:20px;margin-bottom:1.5rem}.hero-logo-gota{height:80px}.hero-logo-pryme{height:110px}.hero-image img{max-width:320px;animation:none}.about-grid{grid-template-columns:1fr;gap:2rem}.value-card-img{height:110px}.value-card-label{font-size:16px}.products-header{flex-direction:column;align-items:flex-start}.products-grid{grid-template-columns:1fr}.filter-bar{flex-wrap:nowrap;width:100%;padding-bottom:4px;overflow-x:auto}.filter-btn{white-space:nowrap}.benefits{padding:3rem 1.25rem}.benefits-layout{grid-template-columns:1fr 1fr;align-items:start;gap:1.25rem}.benefits-center{order:-1;grid-column:1/-1;width:200px;margin:0 auto 1rem}.benefits-bottle{width:185px}.benefit-item-right,.benefit-item-left{text-align:left;flex-direction:row;justify-content:flex-start}.benefit-line{display:none}.benefit-text{max-width:100%;font-size:12px}.benefit-icon{width:32px;min-width:32px;height:32px;font-size:18px}.services-grid{grid-template-columns:1fr;gap:1rem}.service-card-img-wrapper{height:150px}.service-card-content{padding:1rem 1.25rem 1.25rem}.contact-top{grid-template-columns:1fr;gap:1.25rem}.contact-info-block{padding:1.5rem}.contact-map-block,.contact-map-block iframe{min-height:200px}.contact-form-block{padding:1.5rem}.cform-fields{grid-template-columns:1fr}footer{padding:2.5rem 1.25rem 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-warning{text-align:left;max-width:100%}.footer-bottom{flex-direction:column;align-items:flex-start}.noticias-hero{padding:7rem 1.5rem 3rem}.noticia-featured-img{height:280px}.noticia-featured-overlay{padding:1.5rem}.noticia-featured-titulo{font-size:clamp(18px,5vw,28px)}.noticia-featured-desc{display:none}.noticias-grid-masonry{grid-template-columns:1fr;gap:1.25rem}.noticia-card-grande{grid-column:span 1}.noticia-card-grande .noticia-img{height:220px}.noticia-card-grande .noticia-titulo{font-size:18px}.dashboard-header{padding:.75rem 1rem}.dashboard-logo{height:40px}.dashboard-title{font-size:14px}.dashboard-sub{font-size:11px}.dashboard-body{padding:1rem}.dashboard-form-box,.dashboard-list-box{padding:1.25rem}.dash-field-row{grid-template-columns:1fr}.dash-form-actions{flex-direction:column}.dash-btn-submit,.dash-btn-cancel{text-align:center;width:100%}.dash-form-icon{border-radius:10px;width:44px;height:44px;font-size:20px}.dash-section-title{font-size:16px}.dash-input{padding:11px 14px}.dash-item{flex-wrap:wrap;gap:.75rem}.dash-item-img,.dash-item-img-placeholder{width:60px;min-width:60px;height:60px}.dash-item-actions{flex-direction:row;justify-content:flex-end;width:100%}.dash-size-selector{grid-template-columns:1fr}.login-box{padding:2rem 1.5rem}}@media (width<=375px){.hero-title-combined,.hero-stat-num{font-size:22px}.section-title{font-size:26px}.hero-logo-gota{height:65px}.hero-logo-pryme{height:90px}.hero-image img{max-width:260px}.noticias-nav-btn .nav-cta{padding:8px 12px;font-size:12px}.noticias-nav-btn .nav-cta-secondary{display:none}}.noticias-layout{flex-direction:column;gap:0;display:flex}.noticias-grandes-grid{gap:1.5rem;margin-bottom:2rem;display:grid}.noticia-grande{cursor:pointer;background:#111;border-radius:16px;min-height:0;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 4px 24px #0000001f}.noticia-grande:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0003}.noticia-grande-inner{width:100%;height:420px;position:relative;overflow:hidden}.noticia-grande-img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.noticia-grande:hover .noticia-grande-img{transform:scale(1.04)}.noticia-img-placeholder-grande{background:linear-gradient(135deg,#2c1810,#1a1a1a);justify-content:center;align-items:center;width:100%;height:100%;min-height:340px;font-size:64px;display:flex}.noticia-grande-overlay{background:linear-gradient(#0000 0%,#0009 40%,#000000eb 100%);flex-direction:column;gap:.5rem;padding:2rem 2rem 1.75rem;display:flex;position:absolute;bottom:0;left:0;right:0}.noticia-meta-dark{flex-wrap:wrap;gap:1rem;display:flex}.noticia-meta-dark span{color:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border-radius:20px;padding:3px 10px;font-size:12px}.noticia-titulo-grande{color:#fff;text-shadow:0 2px 8px #00000080;font-family:Playfair Display,serif;font-size:clamp(20px,3vw,30px);line-height:1.25}.noticia-desc-grande{color:#fffc;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;line-height:1.65;display:-webkit-box;overflow:hidden}.noticias-divider{align-items:center;gap:1rem;margin:1rem 0 2rem;display:flex}.noticias-divider:before,.noticias-divider:after{content:"";background:var(--border);flex:1;height:1px}.noticias-divider span{letter-spacing:2px;text-transform:uppercase;color:var(--muted);white-space:nowrap;font-size:11px;font-weight:600}.noticias-chicas-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.noticia-chica{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:14px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 16px #0000000f}.noticia-chica:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.noticia-chica-img{flex-shrink:0;height:190px;overflow:hidden}.noticia-chica-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.noticia-chica:hover .noticia-chica-img img{transform:scale(1.05)}.noticia-img-placeholder-chica{background:linear-gradient(135deg,#2c1810,#1a1a1a);flex-shrink:0;justify-content:center;align-items:center;height:190px;font-size:40px;display:flex}.noticia-body{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem 1.25rem 1.5rem;display:flex}.noticia-titulo{color:var(--black);margin:0;font-family:Playfair Display,serif;font-size:18px;line-height:1.3}.noticia-desc{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-size:13px;line-height:1.65;display:-webkit-box;overflow:hidden}.dash-tamano-selector{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.dash-tamano-option{cursor:pointer;background:#fafafa;border:2px solid #e8e8e8;border-radius:12px;flex-direction:column;gap:.75rem;padding:1rem;transition:all .2s;display:flex}.dash-tamano-option:hover{border-color:var(--red);background:#c0392b05}.dash-tamano-active{box-shadow:0 0 0 3px #c0392b1a;border-color:var(--red)!important;background:#c0392b0a!important}.dash-tamano-preview{background:#f0f0f0;border-radius:8px;justify-content:center;align-items:center;min-height:70px;padding:8px;display:flex}.dash-tamano-preview-grande{flex-direction:column;gap:5px;padding:8px 10px}.dash-tamano-preview-chico{padding:6px}.dash-tamano-block{border-radius:4px}.dash-tamano-block-img{background:#ccc;width:100%;height:36px;margin-bottom:4px}.dash-tamano-block-text{background:#bbb;width:80%;height:8px}.dash-tamano-block-text-sm{background:#ccc;width:55%;height:6px;margin-top:4px}.dash-tamano-card-sm{background:#fff;border:1px solid #ddd;border-radius:6px;flex:1;overflow:hidden}.dash-tamano-block-img-sm{background:#ccc;width:100%;height:28px}.dash-tamano-label{flex-direction:column;gap:3px;display:flex}.dash-tamano-label strong{color:var(--black);font-size:13px;font-weight:600}.dash-tamano-label span{color:var(--muted);font-size:11px;line-height:1.4}.dash-badge-tamano{border-radius:10px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-block}.dash-badge-grande{color:#856404;background:#fff3cd}.dash-badge-chico{color:#2e7d32;background:#e8f5e9}@media (width<=1024px){.noticias-chicas-grid{grid-template-columns:repeat(2,1fr)}.noticias-grandes-grid{grid-template-columns:repeat(2,1fr)!important}.noticia-grande-inner{min-height:280px}.noticia-titulo-grande{font-size:clamp(18px,2.5vw,26px)}}@media (width<=768px){.noticias-grandes-grid,.noticias-chicas-grid{grid-template-columns:1fr!important}.noticia-grande-inner{height:260px}.noticia-grande-overlay{padding:1.25rem}.noticia-titulo-grande{font-size:20px}.noticia-desc-grande{-webkit-line-clamp:2;font-size:13px}.dash-tamano-selector{grid-template-columns:1fr}}@media (width<=480px){.noticias-chicas-grid{grid-template-columns:1fr}.noticia-grande-inner{min-height:200px}.noticia-chica-img{height:160px}}
