.Footer-module__EZoWya__footer{background-color:var(--color-navbar);border-top:2px solid var(--color-primary)}.Footer-module__EZoWya__footerMain{padding:4rem 2rem}.Footer-module__EZoWya__sectionContainer{max-width:1280px;margin:0 auto}.Footer-module__EZoWya__footerGrid{grid-template-columns:1fr 2fr;align-items:start;gap:4rem;display:grid}.Footer-module__EZoWya__footerBrand{flex-direction:column;gap:1rem;display:flex}.Footer-module__EZoWya__footerBrand img{object-fit:contain;width:auto;max-width:240px;height:80px}.Footer-module__EZoWya__footerBrand p{color:#888;margin:0;font-size:.85rem;line-height:1.6}.Footer-module__EZoWya__footerSocial{gap:.75rem;display:flex}.Footer-module__EZoWya__footerSocial a{color:#aaa;border:1px solid #333;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8rem;text-decoration:none;transition:border-color .2s,color .2s;display:flex}.Footer-module__EZoWya__footerSocial a:hover{border-color:var(--color-primary);color:#fff}.Footer-module__EZoWya__footerContact h4{color:#fff;letter-spacing:2px;margin:0 0 1.5rem;font-size:.85rem}.Footer-module__EZoWya__footerContactGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.Footer-module__EZoWya__contactItem{align-items:flex-start;gap:.75rem;display:flex}.Footer-module__EZoWya__contactIcon{background-color:var(--color-bg-card);border:1px solid var(--color-primary);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;display:flex}.Footer-module__EZoWya__contactItem small{color:#666;letter-spacing:1px;font-size:.7rem;display:block}.Footer-module__EZoWya__contactItem p{color:#ccc;white-space:pre-line;margin:.2rem 0 0;font-size:.85rem;line-height:1.5}.Footer-module__EZoWya__contactItem a{color:#ccc;margin-top:.2rem;font-size:.85rem;text-decoration:none;transition:color .2s;display:block}.Footer-module__EZoWya__contactItem a:hover{color:var(--color-primary)}.Footer-module__EZoWya__footerBottom{border-top:1px solid var(--color-bg-card);padding:1.25rem 2rem}.Footer-module__EZoWya__footerBottom .Footer-module__EZoWya__sectionContainer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__EZoWya__footerBottom p{color:#555;margin:0;font-size:.8rem}@media (max-width:768px){.Footer-module__EZoWya__footerMain{padding:3rem 1.5rem}.Footer-module__EZoWya__footerGrid{grid-template-columns:1fr;gap:2.5rem}.Footer-module__EZoWya__footerContactGrid{grid-template-columns:1fr}.Footer-module__EZoWya__footerBottom .Footer-module__EZoWya__sectionContainer{text-align:center;flex-direction:column;gap:.75rem}}
.navbar{z-index:1000;background-color:var(--color-navbar);border-bottom:1px solid #222;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;max-width:1280px;height:80px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{align-items:center;margin-right:4rem;display:flex}.logo-img{width:auto;height:58px}.nav-links{flex:1;gap:3rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:#ccc;letter-spacing:1px;white-space:nowrap;font-size:.8rem;font-weight:600;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#fff}.nav-buttons{align-items:center;gap:1.25rem;margin-left:4rem;display:flex}.btn-agenda{color:#fff;letter-spacing:1px;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #fff;padding:.5rem 1.25rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s}.btn-agenda:hover{color:#000;background:#fff}.btn-whatsapp{background-color:var(--color-primary);color:#fff;letter-spacing:1px;cursor:pointer;white-space:nowrap;border:none;padding:.5rem 1.25rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .2s}.btn-whatsapp:hover{background-color:var(--color-primary-hover)}.nav-overlay{z-index:1001;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(2px);background-color:#0009;transition:opacity .3s;position:fixed;inset:0}.nav-overlay-visible{opacity:1;pointer-events:all}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;margin-right:1rem;padding:.5rem;display:none}.bar{background-color:#fff;width:28px;height:2px;display:block}.mobile-drawer{display:none}@media (max-width:1024px){.nav-logo{margin-right:1.5rem}.nav-links{gap:1.5rem}.nav-buttons{gap:.75rem;margin-left:1.5rem}}@media (max-width:768px){.nav-links,.nav-buttons{display:none}.nav-container{justify-content:space-between;max-width:100%;margin:0;padding:0}.nav-container:after{content:"";flex-shrink:0;width:52px}.hamburger{flex-shrink:0;justify-content:center;align-items:center;width:52px;margin:0;display:flex}.nav-logo{flex:1;justify-content:center;align-items:center;margin:0;display:flex}.mobile-drawer{background-color:var(--color-navbar);border-right:2px solid var(--color-primary);z-index:1002;flex-direction:column;width:280px;height:100dvh;transition:left .35s;display:flex;position:fixed;top:0;left:-300px;overflow-y:auto}.mobile-drawer.mobile-drawer-open{left:0}.drawer-header{border-bottom:1px solid #1a1a1a;justify-content:space-between;align-items:center;height:80px;padding:1.25rem 1.5rem;display:flex}.drawer-logo{width:auto;height:44px}.drawer-close{color:#aaa;cursor:pointer;background:0 0;border:1px solid #333;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:border-color .2s,color .2s;display:flex}.drawer-close:hover{border-color:var(--color-primary);color:#fff}.mobile-links{flex:1;margin:0;padding:.75rem 0;list-style:none}.mobile-links li{border-bottom:1px solid #1a1a1a}.mobile-links a{color:#ccc;letter-spacing:1px;padding:1rem 1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s,padding-left .2s;display:block}.mobile-links a:hover{color:#fff;background-color:#1a1a1a;padding-left:2rem}.mobile-buttons{border-top:1px solid #1a1a1a;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.mobile-buttons .btn-agenda,.mobile-buttons .btn-whatsapp{text-align:center;width:100%;padding:.85rem;font-size:.85rem}}
