/* =========================================== */
/* AUDIO ELEMENT - OCULTO PERO ACCESIBLE */
/* =========================================== */
#scratch-sound {
    display: none;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}