.whatsapp-float {
  position: fixed;
  bottom: 20px;
  /* Ajusta la posición vertical según tu preferencia */
  left: 20px;
  /* Ajusta la posición horizontal según tu preferencia */
  z-index: 1000;
  /* Asegura que esté por encima de otros elementos */
}

.whatsapp-float img {
  width: 70px;
  /* Ajusta el tamaño del ícono de WhatsApp */
}

/* Tooltip */
.whatsapp-float[data-tooltip]:hover::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 30%;
  left: 220%;
  transform: translateX(-50%);
  background: #575757;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.decoracion {
  text-decoration: none;
}