.btn-ubicacion{
    position: fixed;
    right: 20px;
    bottom: 100px; /* arriba del botón de WhatsApp */
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #0d6efd;
    color: white;
    border: none;
    font-size: 22px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    z-index: 999;
}

.btn-ubicacion:hover{
    transform: scale(1.05);
}

#mapa-comercio{
    width:100%;
    height:400px;
    border-radius:8px;
}