/* bocina button */
#bgmToggle{ position:fixed; right:14px; bottom:18px; z-index:9999; width:54px; height:54px; border-radius:999px; border:0; background:rgba(0,0,0,.35); backdrop-filter:blur(6px); box-shadow:0 6px 18px rgba(0,0,0,.25); color:#fff; display:inline-flex; align-items:center; justify-content:center; cursor:pointer; }
#bgmToggle svg{ width:26px; height:26px; }
#bgmToggle[aria-pressed="true"]{ background:rgba(0,0,0,.55); }
@media (max-width:420px){ #bgmToggle{ width:48px; height:48px; right:10px; bottom:14px; } #bgmToggle svg{ width:22px; height:22px; } }