/* Boton de WhatsApp flotante */ 
.whatsapp-float {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 45px;
  height: 45;
  z-index: 999;
}
.whatsapp-float:hover {
  transform: scale(1.2);
  transition: all 0.3s ease;
}


/*style="position:fixed;bottom:80px;right:20px;width:45px;height:45px;z-index:999;"

