﻿/*.heading-arrow {
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom: 30px solid rgba(0, 0, 255, 0.7);*/ /* azul translúcido */
    /*transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform 0.3s ease;
}*/


.google-like-location {
    position: relative;
    width: 80px;
    height: 80px;
}

.direction-cone-svg {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 50%;
    transition: transform 0.3s ease;
}

.center-dot {
    position: absolute;
    top: 29px; /* ↓ Ajustado para centralizar */
    left: 29px;
    width: 22px;
    height: 22px;
    background-color: #3F009C;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(63, 0, 156, 0.7);
    opacity: 0.7;
}

.direction-cone-icon {
    z-index: 1000 !important;
}

