/* Sin recuadro azul al pulsar en móvil (WebKit / Chrome Android) */
html {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

*,
*::before,
*::after {
  -webkit-tap-highlight-color: transparent;
}

a,
button,
input,
select,
textarea,
summary,
label,
[role="button"],
[tabindex]:not([tabindex="-1"]) {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

:focus:not(:focus-visible) {
  outline: none;
}
