#whatsapp-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
}

#whatsapp-button {
  background-color: #25D366;
  /* Color verde de WhatsApp */
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
}

#whatsapp-button img {
  width: 24px;
  /* Ajusta el tamaño del logo de WhatsApp según tu preferencia */
  height: auto;
  margin-right: 5px;
}