.aviso-panning {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(83, 83, 83, 0.8);
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    cursor: grab;
    user-select: none;
    z-index: 9999;
    transition: opacity 0.3s ease;
}

.aviso-panning.escondendo {
    opacity: 0;
}