/* Development Media Query */
/* @media screen and (min-width: 1000px) { */
/*   #whatsapp-button { */
/*     display: none; */
/*   } */
/* } */

/* Mobile Media Query */
@media not (pointer: none) {
  #whatsapp-button {
    display: none;
  }
}

a:hover img {
  filter: invert(0.5) sepia(1) hue-rotate(180deg);
}

a:hover:active img {
  filter: sepia(0.5) hue-rotate(270deg);
}
