:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#27332b;background:#fff}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid #176a35;outline-offset:3px}img,video{max-width:100%}.sticky{position:sticky;top:0}.route-loader{display:grid;min-height:55vh;place-items:center;padding:6rem 1rem 2rem;color:#176a35;font-weight:700}.top-100{top:100px}.fixed{position:fixed;top:0}.overflow-hidden{overflow:hidden}.object-cover{object-fit:cover}.z-0{z-index:0}.z-50{z-index:50}.inset-0{top:0;right:0;bottom:0;left:0}.relative{position:relative}.absolute{position:absolute}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.center{justify-content:center;align-items:center}.between{justify-content:space-between}.around{justify-content:space-around}.alignCenter{align-items:center}.alignStart{align-items:flex-start}.alignEnd{align-items:flex-end}.justify-end{justify-content:flex-end}.justifyCenter{justify-content:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.width-100{width:100%}.width-75{width:75%}.width-50{width:50%}.width-25{width:25%}.hidden{overflow:hidden}.height-100{height:100%}.height-75{height:75%}.height-50{height:50%}.margin-0{margin:0}.margin-1{margin:.25rem}.margin-2{margin:.5rem}.margin-3{margin:.75rem}.margin-4{margin:1rem}.padding-0{padding:0}.padding-1{padding:.25rem}.padding-2{padding:.5rem}.padding-3{padding:.75rem}.padding-4{padding:1rem}@media (min-width: 768px){.flex-md{display:flex}.flex-md-row{flex-direction:row}.flex-md-col{flex-direction:column}.center-md{justify-content:center;align-items:center}.between-md{justify-content:space-between}.justify-md-end{justify-content:flex-end}.justify-md-Center{justify-content:center}.alignCenter-md{align-items:center}.width-md-100{width:100%}.width-md-75{width:75%}.width-md-50{width:50%}.width-md-25{width:25%}.height-md-100{height:100%}.gap-md-1{gap:.25rem}.gap-md-2{gap:.5rem}.gap-md-3{gap:.75rem}.gap-md-4{gap:1rem}.padding-md-1{padding:.25rem}.padding-md-2{padding:.5rem}.padding-md-3{padding:.75rem}.padding-md-4{padding:1rem}}@media (min-width: 1024px){.flex-lg{display:flex}.flex-lg-row{flex-direction:row}.flex-lg-col{flex-direction:column}.center-lg{justify-content:center;align-items:center}.between-lg{justify-content:space-between}.alignCenter-lg{align-items:center}.width-lg-100{width:100%}.width-lg-75{width:75%}.width-lg-50{width:50%}.width-lg-25{width:25%}.height-lg-100{height:100%}.gap-lg-1{gap:.25rem}.gap-lg-2{gap:.5rem}.gap-lg-3{gap:.75rem}.gap-lg-4{gap:1rem}.padding-lg-1{padding:.25rem}.padding-lg-2{padding:.5rem}.padding-lg-3{padding:.75rem}.padding-lg-4{padding:1rem}}.header{width:100%;background-color:#f8fafae0;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid rgba(27,127,63,.1)}.header-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1280px;min-height:76px;margin:0 auto;padding:.75rem 1rem}.header-brand{display:inline-flex;align-items:center;gap:.5rem;color:#1b7f3f;font-size:clamp(1rem,2vw,1.25rem);font-weight:700;text-decoration:none}.logo-img{width:42px;height:42px;border-radius:50%;object-fit:cover}.header-menu-button{display:inline-grid;width:44px;height:44px;place-items:center;border:1px solid #cde7d5;border-radius:.75rem;background:#fff;color:#1b7f3f;cursor:pointer}.header-links{display:none;position:absolute;top:100%;right:0;left:0;padding:.75rem 1rem 1rem;background:#f8fafafa;border-bottom:1px solid rgba(27,127,63,.1);box-shadow:0 16px 24px #18352314}.header-links-open{display:grid;gap:.25rem}.header-link{padding:.75rem;border-radius:.5rem;color:#27332b;font-weight:600;text-decoration:none}.header-link:hover,.header-link-active{background:#e8f5eb;color:#176a35}@media (min-width: 750px){.header-nav{padding-inline:1.5rem}.header-menu-button{display:none}.header-links{display:flex;position:static;align-items:center;gap:.25rem;padding:0;background:transparent;border:0;box-shadow:none}}.footer{background:#0f2f2a;color:#f5f7f6;padding:4rem 1.5rem 1.5rem}.footer-container{max-width:1280px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr .8fr 1fr;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.12)}.footer-brand img{width:90px;margin-bottom:1rem}.footer-brand h3,.footer-contact h4,.footer-social h4,.footer-legal-info h4{margin-bottom:1rem;color:#fff}.footer-brand p,.footer-contact p,.footer-legal-info p,.footer-contact a,.footer-bottom small,.footer-bottom a{color:#ffffffc7;line-height:1.7;text-decoration:none}.footer-contact,.footer-social,.footer-legal-info{display:flex;flex-direction:column;gap:.65rem}.footer-social-icons{display:flex;gap:.75rem}.footer-social-icons a{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#ffffff14;color:#fff;transition:all .3s ease}.footer-social-icons a:hover{transform:translateY(-3px);background:#ffffff29}.footer-bottom{padding-top:1.25rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.logo-vertical{border-radius:50%}.mapa{width:100%;border:2px solid rgba(255,255,255,.78);border-radius:24px}@media (max-width: 992px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}.float-button{position:fixed;width:3.75rem;height:3.75rem;right:2.5rem;z-index:100}.float-button:hover{transform:translateY(-5px);transition:transform .3s;border:none}.float-button img{width:100%;height:100%;object-fit:cover;border-radius:50%;box-shadow:0 2px 8px #0000004d;transition:transform .3s}.float-button img:hover{transform:scale(1.1)}.whatsapp-float{bottom:2.5rem}.instagram-float{bottom:6.875rem}
