.float {
  position: fixed;
  width: 75px; /* tomamos el último valor que reemplazaba al anterior */
  height: 80px;
  bottom: 100px;
  right: 30px;
  background-image: url(../img/icons/whatsapp.gif);
  background-size: cover;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  color: transparent; /* reemplaza #ffffff00 */
  box-shadow: none;   /* #99999900 es transparente, así que puede omitirse */
}

.float:hover {
  text-decoration: none;
  color: transparent;
  background-color: transparent;
}

.my-float,
.my-floatWapp {
  margin-top: 16px;
}
