/* BOTON WHATSAPP */
a.whatsapp-float{
  position: fixed !important;
  width: 65px !important;
  height: 65px !important;
  bottom: 25px !important;
  right: 25px !important;
  background: #25D366 !important;
  border-radius: 50% !important;
  z-index: 2147483647 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18) !important;
}

/* ICONO */
a.whatsapp-float::before{
  content: "" !important;
  width: 32px !important;
  height: 32px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  /* SVG en Data URI */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='white' d='M16 .4C7.2.4 0 7.6 0 16.4c0 2.9.8 5.6 2.1 7.9L.1 32l7.9-1.9c2.3 1.3 5 1.9 8 1.9 8.8 0 16-7.2 16-16S24.8.4 16 .4zm0 29.6c-2.4 0-4.7-.6-6.9-1.9l-.5-.3-4.7 1.1 1.3-4.5-.3-.5c-1.4-2.2-2.2-4.8-2.2-7.5C2.7 9.1 8.7 3 16 3s13.3 6.1 13.3 13.4S23.3 30 16 30zm7.4-9.8c-.4-.2-2.4-1.2-2.8-1.3-.4-.1-.7-.2-.9.2-.3.4-1.1 1.3-1.3 1.6-.2.3-.5.3-.9.1-.4-.2-1.7-.6-3.3-2-1.2-1.1-2-2.4-2.3-2.8-.2-.4 0-.6.2-.8.2-.2.4-.5.6-.7.2-.2.3-.4.4-.7.1-.3.1-.5 0-.7-.1-.2-.9-2.2-1.2-3-.3-.8-.7-.7-.9-.7h-.8c-.3 0-.7.1-1.1.5-.4.4-1.4 1.4-1.4 3.4s1.5 4 1.7 4.2c.2.3 2.9 4.4 7 6.2 1 .4 1.7.7 2.3.9 1 .3 1.9.3 2.6.2.8-.1 2.4-1 2.8-1.9.3-1 .3-1.8.2-2 0-.1-.4-.2-.8-.4z'/%3E%3C/svg%3E");
}