:root{--primary-color:#d32f2f;--secondary-color:#f44336;--dark-color:#212121;--light-color:#fafafa;--gray-color:#757575;--white:#ffffff;--shadow:0 2px 10px rgba(0,0,0,.1)}[data-astro-cid-sckkx6r4]{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;color:#222;font-size:1em;line-height:1.4}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--dark-color);line-height:1.6;overflow-x:hidden;width:100%}.container[data-astro-cid-sckkx6r4]{max-width:1400px;margin:0 auto;padding:0 20px}a[data-astro-cid-sckkx6r4]{text-decoration:none;color:inherit}.header[data-astro-cid-sckkx6r4]{background-color:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000}.navbar[data-astro-cid-sckkx6r4]{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo[data-astro-cid-sckkx6r4],.logo[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{display:flex;align-items:center}.logo-img[data-astro-cid-sckkx6r4]{height:110px;width:auto;max-width:100%;object-fit:contain}.nav-menu[data-astro-cid-sckkx6r4]{display:flex;list-style:none;gap:2rem;align-items:center}.nav-link[data-astro-cid-sckkx6r4]{color:var(--dark-color);font-weight:500;padding:.5rem 0}.nav-phone[data-astro-cid-sckkx6r4]{background-color:var(--primary-color);color:var(--white);padding:.5rem 1.5rem;border-radius:25px}.dropdown[data-astro-cid-sckkx6r4]{position:relative}.dropdown-menu[data-astro-cid-sckkx6r4]{position:absolute;top:100%;left:0;background-color:var(--white);box-shadow:var(--shadow);list-style:none;min-width:250px;opacity:0;visibility:hidden;border-radius:8px;overflow:hidden}.dropdown[data-astro-cid-sckkx6r4]:hover .dropdown-menu[data-astro-cid-sckkx6r4]{opacity:1;visibility:visible}.menu-toggle[data-astro-cid-sckkx6r4]{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:8px;z-index:1003;position:relative}.menu-toggle[data-astro-cid-sckkx6r4] span[data-astro-cid-sckkx6r4]{width:28px;height:3px;background-color:var(--dark-color);margin:4px 0;border-radius:3px;display:block}.breadcrumbs[data-astro-cid-sckkx6r4]{background:#f5f5f5;padding:.75rem 0;border-bottom:1px solid #e0e0e0}.breadcrumb-list[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:.5rem;list-style:none;font-size:.9rem}.breadcrumb-item[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:.3rem;color:var(--gray-color)}.breadcrumb-item[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{color:var(--gray-color);text-decoration:none;display:flex;align-items:center;gap:.3rem}.breadcrumb-item[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:hover{color:var(--primary-color)}.hero[data-astro-cid-sckkx6r4]{background-color:var(--white);color:var(--dark-color);padding:3rem 0;border-bottom:1px solid #e0e0e0}.hero-content[data-astro-cid-sckkx6r4]{width:100%}.hero-grid[data-astro-cid-sckkx6r4]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.hero-left[data-astro-cid-sckkx6r4]{display:flex;flex-direction:column;gap:1.5rem}.hero-title[data-astro-cid-sckkx6r4]{font-size:3rem;font-weight:700;margin-bottom:.5rem;line-height:1.2;color:var(--dark-color)}.hero-subtitle[data-astro-cid-sckkx6r4]{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color);font-weight:600}.hero-description[data-astro-cid-sckkx6r4]{font-size:1.1rem;margin-bottom:1.5rem;line-height:1.8;color:var(--gray-color)}.hero-buttons[data-astro-cid-sckkx6r4]{display:flex;gap:1rem;flex-wrap:wrap}.hero-right[data-astro-cid-sckkx6r4]{display:flex;flex-direction:column;justify-content:center}.hero-text[data-astro-cid-sckkx6r4]{background-color:var(--white)}.hero-paragraph[data-astro-cid-sckkx6r4]{color:var(--dark-color);font-size:1.05rem;line-height:1.9;margin-bottom:1.5rem;text-align:left}.hero-paragraph[data-astro-cid-sckkx6r4] strong[data-astro-cid-sckkx6r4]{color:var(--primary-color);font-weight:600}.btn[data-astro-cid-sckkx6r4]{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;border:2px solid transparent;cursor:pointer}.btn-primary[data-astro-cid-sckkx6r4]{background-color:var(--primary-color);color:var(--white);border-color:var(--primary-color)}.btn-whatsapp[data-astro-cid-sckkx6r4]{background-color:#25d366;color:var(--white);border-color:#25d366}@media screen and (max-width:768px){.menu-toggle[data-astro-cid-sckkx6r4]{display:flex}.nav-menu[data-astro-cid-sckkx6r4]{position:fixed;top:0;right:-100%;width:85%;max-width:320px;height:100vh;background-color:var(--white);flex-direction:column;align-items:flex-start;padding:5rem 0 2rem;box-shadow:-4px 0 20px #00000026;gap:0;overflow-y:auto;z-index:1000}.nav-menu[data-astro-cid-sckkx6r4].active{right:0}.hero-grid[data-astro-cid-sckkx6r4]{grid-template-columns:1fr;gap:2rem}.hero-title[data-astro-cid-sckkx6r4]{font-size:2rem}.hero-subtitle[data-astro-cid-sckkx6r4]{font-size:1.2rem}.logo-img[data-astro-cid-sckkx6r4]{height:104px}}
