/* Botón flotante de WhatsApp */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background-color: #25d366;
  border: none;
  border-radius:0%;
  padding: 15px 16px;
  font-size: 24px;
  color: white;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  text-align: center;
}
.whatsapp-float:hover {
  background-color: #1ebe57;
  color: white;
}
/* Botón flotante de WhatsApp FIN*/

