.mapa-pin{cursor:pointer;filter:drop-shadow(0 2px 6px #00000040);flex-direction:column;align-items:center;transition:transform .15s,filter .15s;display:inline-flex;position:relative}.mapa-pin:hover{filter:drop-shadow(0 4px 10px #00000059);transform:translateY(-3px)scale(1.05);z-index:999!important}.mapa-pin-inner{color:#fff;white-space:nowrap;border-radius:8px;align-items:center;padding:5px 10px;display:flex}.mapa-pin-tipo{opacity:.85;letter-spacing:.02em;text-overflow:ellipsis;max-width:100%;font-size:10px;font-weight:500;overflow:hidden}.mapa-pin-valor{letter-spacing:-.01em;font-size:12px;font-weight:700}.mapa-pin-seta{border-left:7px solid #0000;border-right:7px solid #0000;border-top:8px solid var(--cor-destaque,#1d9e75);width:0;height:0}.mapa-pin-estrela{margin-right:3px;font-size:11px;line-height:1}.mapa-popup-container .leaflet-popup-content-wrapper{border:1px solid #e8e8e2;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px #00000024;padding:0!important}.mapa-popup-container .leaflet-popup-content{width:auto!important;margin:0!important}.mapa-popup-container .leaflet-popup-tip-container{display:none}.mapa-popup{min-width:220px;font-family:DM Sans,sans-serif}.mapa-popup-img-wrap{width:100%;height:140px;overflow:hidden}.mapa-popup-img{object-fit:cover;width:100%;height:100%;display:block}.mapa-popup-body{padding:12px 14px 14px}.mapa-popup-tipo{color:#9a9a90;text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px;font-size:11px;font-weight:600}.mapa-popup-titulo{color:#1a1a1a;margin-bottom:5px;font-size:14px;font-weight:600;line-height:1.3}.mapa-popup-local{color:#6b6b63;margin-bottom:10px;font-size:12px}.mapa-popup-valor{color:#1a1a1a;margin-bottom:12px;font-size:16px;font-weight:700}.mapa-popup-sob-consulta{color:#6b6b63;font-size:13px;font-style:italic}.mapa-popup-link{text-align:center;background:var(--cor-destaque,#1d9e75);color:#fff;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600;text-decoration:none;transition:filter .15s;display:block}.mapa-popup-link:hover{filter:brightness(.88)}.leaflet-container{font-family:DM Sans,sans-serif}.mapa-legenda{background:#fff;border:1px solid #e8e8e2;border-radius:10px;min-width:160px;padding:10px 14px;font-family:DM Sans,sans-serif;box-shadow:0 2px 12px #00000021}.mapa-legenda-titulo{text-transform:uppercase;letter-spacing:.05em;color:#9a9a90;margin-bottom:8px;font-size:11px;font-weight:700}.mapa-legenda-item{align-items:center;gap:8px;margin-bottom:5px;display:flex}.mapa-legenda-item:last-child{margin-bottom:0}.mapa-legenda-cor{border-radius:50%;flex-shrink:0;width:10px;height:10px}.mapa-legenda-label{color:#3a3a35;font-size:12px;font-weight:500}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{transition:transform .3s ease-out,opacity .3s ease-in}.marker-cluster-small,.marker-cluster-medium,.marker-cluster-large{background-clip:padding-box;border-radius:20px}.marker-cluster-small{background-color:#1d9e7540}.marker-cluster-small div{text-align:center;color:#fff;background-color:#1d9e75b3;border-radius:15px;width:30px;height:30px;margin-top:5px;margin-left:5px;font-size:12px;font-weight:700;line-height:30px}.marker-cluster-medium{background-color:#2563eb40}.marker-cluster-medium div{text-align:center;color:#fff;background-color:#2563ebb3;border-radius:15px;width:30px;height:30px;margin-top:5px;margin-left:5px;font-size:12px;font-weight:700;line-height:30px}.marker-cluster-large{background-color:#dc262640}.marker-cluster-large div{text-align:center;color:#fff;background-color:#dc2626b3;border-radius:15px;width:30px;height:30px;margin-top:5px;margin-left:5px;font-size:12px;font-weight:700;line-height:30px}.marker-cluster span{line-height:30px}.mapa-legenda-divisor{background:#e8e8e2;height:1px;margin:6px 0}.mapa-legenda-estrela{text-align:center;color:#d97706;flex-shrink:0;width:10px;font-size:12px}
:root{--cor-texto-cabecalho:#fff;--cor-bg-cabecalho:#1a1a2e;--cor-texto-rodape:#fff;--cor-bg-rodape:#1a1a2e;--cor-texto-formulario:#1a1a1a;--cor-bg-formulario:#f8f8f5;--cor-destaque:#1d9e75;--cor-destaque-fundo:#e1f5ee;--verde:var(--cor-destaque);--verde-claro:var(--cor-destaque-fundo);--whatsapp:#25d366;--whatsapp-hover:#1da851;--bg-page:#fff;--bg-card:#fff;--bg-sidebar:#fff;--border:#e8e8e2;--border-strong:#d0d0c8;--texto-primario:#1a1a1a;--texto-secundario:#6b6b63;--texto-hint:#9a9a90;--font-titulo:"Plus Jakarta Sans", sans-serif;--font-corpo:"Inter", sans-serif;--font-display:var(--font-titulo);--font-body:var(--font-corpo);--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--shadow-card:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-hover:0 4px 16px #0000001a;--transition:all .18s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--bg-page);color:var(--texto-primario);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body)}input,select,textarea{font-family:var(--font-body)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:10px}header{z-index:1000;position:sticky;top:0}
