#whatsapp-widget {
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 1000;
}

#whatsapp-widget a img {
  width: 60px; /* Ajusta el tamaño según tus necesidades */
  height: 60px; /* Ajusta el tamaño según tus necesidades */
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}