.map-layout{display:flex;align-items:center;gap:24px;justify-content:center;flex-wrap:wrap;padding:16px;box-sizing:border-box}.map-container{position:relative;width:fit-content;flex:1 1 520px;max-width:720px}.mapa-colombia{width:100%;height:auto;display:block}.mapa-colombia path{fill:#FD6E00;cursor:pointer}.mapa-colombia path.is-highlight{fill:#ac1929}.mapa-colombia path:hover{fill:#eae8fc}.mapa-colombia path.is-highlight:hover{fill:#eae8fc}.map-info{max-width:500px;max-height:800px;padding:16px;border-radius:12px;background:#f6f5ff;border:1px solid #e2e0ff;color:#111827;flex:1 1 360px;width:100%;box-sizing:border-box}.map-info h2{margin:0 0 8px;font-size:30px}.map-info p{margin:0 0 12px;font-size:18px;line-height:1.5;color:#4b5563}.map-info img{width:100%;height:280px;object-fit:cover;display:block;border-radius:8px;border:1px solid #e5e7eb;background:#fff}.map-tooltip{position:absolute;left:0;top:0;transform:translate(-50%,-110%);background:#fff;color:#111827;padding:6px 10px;border-radius:6px;font-size:18px;white-space:nowrap;box-shadow:0 8px 16px rgb(17 24 39 / .15);opacity:0;pointer-events:none;transition:opacity 80ms ease;z-index:10}.map-tooltip.is-visible{opacity:1}@media (max-width:900px){.map-layout{flex-direction:column;align-items:stretch}.map-info{max-width:none;width:100%}.map-container{width:100%;max-width:none}.map-info img{height:220px}}@media (max-width:600px){.map-tooltip{font-size:14px}}