@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap);:root{--green-deep:#1b4332;--green-sage:#7a9e7e;--green-light:#a8c5ab;--green-pale:#e8f0e6;--cream:#f5f0e8;--white-natural:#fafaf7;--kraft:#d4c9b0;--kraft-light:#e8e0d0;--warm-accent:#d4a76a;--text-dark:#2c2c2c;--text-muted:#6b6b6b;--text-light:#999;--whatsapp:#25d366;--whatsapp-dark:#1da851;--white:#fff;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000012;--shadow-lg:0 8px 30px #00000014;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--max-width:1120px;--font-heading:"Quicksand",sans-serif;--font-body:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafaf7;background:var(--white-natural);color:#2c2c2c;color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-family:var(--font-body);line-height:1.6}img{display:block;height:auto;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}.container{margin:0 auto;max-width:1120px;max-width:var(--max-width);padding:0 20px;width:100%}.section{padding:64px 0}.section-label{color:#7a9e7e;color:var(--green-sage);font-size:.75rem;font-weight:600;letter-spacing:2px;margin-bottom:12px;text-transform:uppercase}.section-label,.section-title{font-family:Quicksand,sans-serif;font-family:var(--font-heading)}.section-title{color:#1b4332;color:var(--green-deep);font-size:1.75rem;font-weight:700;line-height:1.25;margin-bottom:16px}.section-subtitle{color:#6b6b6b;color:var(--text-muted);font-size:1rem;line-height:1.6;max-width:600px}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-family:Quicksand,sans-serif;font-family:var(--font-heading);font-size:.95rem;font-weight:600;gap:8px;justify-content:center;line-height:1.2;padding:14px 28px;text-align:center;transition:all .2s ease}.btn-whatsapp{background:#25d366;background:var(--whatsapp);color:#fff;color:var(--white)}.btn-whatsapp:hover{background:#1da851;background:var(--whatsapp-dark);box-shadow:0 4px 12px #25d36659;transform:translateY(-1px)}.btn-outline{background:#0000;border:2px solid #fff6;color:#fff;color:var(--white)}.btn-outline:hover{background:#ffffff1a;border-color:#fff;border-color:var(--white)}.btn-outline-dark{background:#0000;border:2px solid #1b4332;border:2px solid var(--green-deep);color:#1b4332;color:var(--green-deep)}.btn-outline-dark:hover{background:#1b4332;background:var(--green-deep);color:#fff;color:var(--white)}.btn-sm{font-size:.85rem;padding:10px 20px}.card{background:#fff;background:var(--white);border-radius:14px;border-radius:var(--radius-md);box-shadow:0 1px 3px #0000000f;box-shadow:var(--shadow-sm);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.card:hover{box-shadow:0 4px 12px #00000012;box-shadow:var(--shadow-md);transform:translateY(-2px)}@media (min-width:768px){.section{padding:96px 0}.section-title{font-size:2.25rem}.section-subtitle{font-size:1.1rem}}.navbar{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid var(--kraft-light);left:0;position:fixed;right:0;top:0;z-index:100}.navbar__inner{align-items:center;display:flex;height:60px;justify-content:space-between}.navbar__logo{color:var(--green-deep);font-family:var(--font-heading);font-size:1.3rem;font-weight:700}.navbar__links{align-items:center;display:flex;gap:16px}.navbar__link{color:var(--text-muted);font-size:.85rem;font-weight:500;transition:color .2s}.navbar__link:hover{color:var(--green-deep)}.navbar__cta{background:#25d3661a;border-radius:20px;color:var(--whatsapp);font-size:.8rem;font-weight:700;padding:6px 14px;transition:all .2s}.navbar__cta:hover{background:var(--whatsapp);color:var(--white)}@media (max-width:480px){.navbar__link:not(:last-child){display:none}}.hero{background-position:50%;background-size:cover;min-height:100vh;min-height:100dvh;padding-top:60px;position:relative}.hero,.hero__content{align-items:center;display:flex}.hero__content{flex-direction:column;gap:20px;padding:40px 0;text-align:center}.hero__badge{background:#ffffff1f;border-radius:20px;color:var(--green-light);font-size:.8rem;font-weight:600;letter-spacing:2px;padding:6px 16px;text-transform:uppercase}.hero__badge,.hero__title{font-family:var(--font-heading)}.hero__title{color:var(--white);font-size:2rem;font-weight:700;line-height:1.2;max-width:650px}.hero__subtitle{color:#ffffffd9;font-size:1rem;line-height:1.6;max-width:520px}.hero__actions{display:flex;flex-direction:column;gap:12px;margin-top:8px;max-width:380px;width:100%}.hero__location{color:#fff9;font-size:.85rem}@media (min-width:480px){.hero__title{font-size:2.5rem}.hero__actions{flex-direction:row;max-width:none}.hero__actions .btn{flex:1 1}}.problem__card{align-items:center;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;flex-direction:column;padding:40px 28px;text-align:center}@media (min-width:768px){.problem__card{padding:56px 64px}}.solution{background:var(--green-pale)}.solution__grid{grid-gap:40px;display:grid;gap:40px}.solution__content{align-items:flex-start;display:flex;flex-direction:column;gap:16px}.solution__list{display:flex;flex-direction:column;gap:10px;margin:8px 0 16px}.solution__list li{align-items:center;color:var(--text-muted);display:flex;font-size:.95rem;gap:10px}.solution__list li:before{background:var(--green-sage);border-radius:50%;content:"";flex-shrink:0;height:6px;width:6px}.solution__visual{align-items:center;background:var(--cream);border-radius:var(--radius-lg);display:flex;justify-content:center;min-height:200px;overflow:hidden;position:relative}.solution__decoration{display:flex;gap:24px}.solution__decoration span{color:var(--green-light);font-size:3rem;opacity:.5}@media (min-width:768px){.solution__grid{align-items:center;grid-template-columns:1fr 1fr}}.benefits__header{margin-bottom:40px;text-align:center}.benefits__grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}.benefits__card{display:flex;flex-direction:column;gap:10px;padding:28px 24px}.benefits__icon{align-items:center;background:var(--green-pale);border-radius:12px;color:var(--green-sage);display:flex;height:44px;justify-content:center;width:44px}.benefits__title{color:var(--green-deep);font-family:var(--font-heading);font-size:1.05rem;font-weight:700}.benefits__desc{color:var(--text-muted);font-size:.9rem;line-height:1.5}@media (min-width:600px){.benefits__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.benefits__grid{grid-template-columns:repeat(3,1fr)}}.products__header{margin-bottom:40px;text-align:center}.products__grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr}.products__card{display:flex;flex-direction:column}.products__img{height:200px;object-fit:cover;width:100%}.products__body{display:flex;flex:1 1;flex-direction:column;gap:10px;padding:20px}.products__name{color:var(--green-deep);font-family:var(--font-heading);font-size:1.1rem;font-weight:700}.products__desc{color:var(--text-muted);flex:1 1;font-size:.88rem;line-height:1.5}.products__body .btn{align-self:flex-start}@media (min-width:500px){.products__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.products__grid{grid-template-columns:repeat(3,1fr)}.products__card:first-child{display:grid;grid-column:1/-1;grid-template-columns:1fr 1fr}.products__card:first-child .products__img{height:100%;min-height:260px}}.needs{background:var(--cream)}.needs__header{margin-bottom:40px;text-align:center}.needs__grid{grid-gap:12px;display:grid;gap:12px}.needs__card{align-items:center;cursor:pointer;display:flex;gap:16px;padding:20px;transition:all .2s}.needs__emoji{flex-shrink:0;font-size:1.6rem}.needs__label{color:var(--green-deep);font-family:var(--font-heading);font-size:.95rem;font-weight:600;margin-bottom:2px}.needs__desc{color:var(--text-muted);font-size:.82rem}.needs__arrow{color:var(--green-sage);flex-shrink:0;font-size:1.2rem;margin-left:auto}.needs__card:hover{border-left:3px solid var(--whatsapp);box-shadow:var(--shadow-md)}@media (min-width:600px){.needs__grid{grid-template-columns:repeat(2,1fr)}}.howtobuy__header{margin-bottom:40px;text-align:center}.howtobuy__steps{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:600px}.howtobuy__step{align-items:flex-start;display:flex;gap:16px}.howtobuy__num{align-items:center;background:var(--green-deep);border-radius:50%;color:var(--white);display:flex;flex-shrink:0;font-weight:700;height:40px;justify-content:center;width:40px}.howtobuy__num,.howtobuy__title{font-family:var(--font-heading);font-size:1rem}.howtobuy__title{color:var(--green-deep);font-weight:600;margin-bottom:4px}.howtobuy__desc{color:var(--text-muted);font-size:.9rem;line-height:1.5}.howtobuy__cta{margin-top:40px;text-align:center}@media (min-width:768px){.howtobuy__steps{flex-direction:row;gap:32px;max-width:none}.howtobuy__step{align-items:center;flex:1 1;flex-direction:column;text-align:center}.howtobuy__num{font-size:1.15rem;height:48px;width:48px}}.education{background:var(--white-natural)}.education__header{margin-bottom:40px;text-align:center}.education__grid{grid-gap:10px;display:grid;gap:10px;margin:0 auto;max-width:700px}.education__item{border:1px solid var(--kraft-light);border-radius:var(--radius-sm);overflow:hidden}.education__summary{align-items:center;color:var(--green-deep);cursor:pointer;display:flex;font-family:var(--font-heading);font-size:.95rem;font-weight:600;justify-content:space-between;list-style:none;padding:16px 20px}.education__summary::-webkit-details-marker{display:none}.education__plus{color:var(--green-sage);font-size:1.3rem;transition:transform .2s}details[open] .education__plus{transform:rotate(45deg)}.education__body{display:flex;flex-direction:column;gap:8px;padding:0 20px 20px}.education__body p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.education__caution{background:#fff8e1;border-radius:var(--radius-sm);font-size:.85rem;padding:10px 14px}.socialproof__header{margin-bottom:40px;text-align:center}.socialproof__placeholder{background:var(--white);border:2px dashed var(--kraft);border-radius:var(--radius-lg);padding:48px 24px;text-align:center}.socialproof__placeholder-text{color:var(--text-muted);font-size:1rem;line-height:1.7}.socialproof__placeholder-text a{color:var(--green-sage);font-weight:600;text-decoration:underline}.location{background:var(--white)}.location__grid{grid-gap:32px;display:grid;gap:32px}.location__info{display:flex;flex-direction:column;gap:12px}.location__details{color:var(--text-muted);display:flex;flex-direction:column;font-size:.95rem;gap:4px;line-height:1.6}.location__schedule{background:var(--green-pale);border-radius:var(--radius-sm);font-size:.88rem;margin-top:8px;padding:12px 16px}.location__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.location__map{border-radius:var(--radius-md);box-shadow:var(--shadow-md);overflow:hidden}@media (min-width:768px){.location__grid{align-items:center;grid-template-columns:1fr 1fr}}.finalcta{background:linear-gradient(135deg,var(--green-deep) 0,#0f2b20 100%);text-align:center}.finalcta__content{align-items:center;display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:600px}.finalcta__title{color:var(--white);font-family:var(--font-heading);font-size:1.5rem;font-weight:700;line-height:1.3}.finalcta__subtitle{color:#ffffffb3;font-size:1rem;line-height:1.6}@media (min-width:768px){.finalcta__title{font-size:2rem}}.sticky-wa{align-items:center;background:var(--whatsapp);border-radius:50px;bottom:20px;box-shadow:0 4px 16px #25d36666;color:var(--white);display:flex;font-family:var(--font-heading);font-size:.9rem;font-weight:700;gap:8px;padding:12px 20px;position:fixed;right:20px;transition:all .2s;z-index:200}.sticky-wa:hover{background:var(--whatsapp-dark);box-shadow:0 6px 24px #25d36680;transform:translateY(-2px)}@media (min-width:768px){.sticky-wa{display:none}}.footer{background:var(--green-deep);color:#fffc;padding:48px 0 80px}.footer__inner{display:flex;flex-direction:column;gap:24px}.footer__logo{color:var(--white);font-family:var(--font-heading);font-size:1.3rem;font-weight:700;margin-bottom:4px}.footer__text{font-size:.88rem;line-height:1.5}.footer__small{font-size:.8rem;opacity:.7}.footer__links{display:flex;gap:20px}.footer__links a{font-size:.9rem;font-weight:500;transition:color .2s}.footer__links a:hover{color:var(--white)}.footer__credits{display:flex;flex-direction:column;gap:4px}.footer__credits a{text-decoration:underline}
/*# sourceMappingURL=main.8fc910b5.css.map*/