﻿.pnlm-hotspot.pnlm-scene {
    width: 64px !important;
    height: 64px !important;
    background: url('/images/icons/flecha-blanca-borde.svg') no-repeat center center !important;
    background-size: 48px 48px !important;
    border: none !important;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

#giro-indicador {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    display: none;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}
