.float{
position:fixed;
width:50px;  /* alto */
height:50px; /* ancho */
bottom:79px; /* posicion arriba y abajo */
right:20px;
background:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:35px; /* tamaño del icono */
box-shadow: 0px 0px 4px rgba(0,0,0,0.0);
z-index:100;
transition: all 300ms ease;
}
.float:hover {
text-decoration: none;
color: #25d366;
background-color:#fff;

}
.icono{
margin-top:14px;
margin-left:3px;
}

.my-float{
margin-top: -15px; /*** Alineacion del icono de WathsApp **/
}