@charset "utf-8";
.fab {
padding: 20px;
font-size: 30px;
width: 30px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
border-radius: 50%;
}



.fa-whatsapp {


box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0, 2),
0 6px 20px 0 rgba(0, 0, 0, 0, 19);
;
}/* CSS Document */

img.btn-whatsapp {
display: block !important;
position: fixed;
z-index: 9999999;
bottom: 20px;
right: 15px;
cursor: pointer;
border-radius:100px !important;
}
img.btn-whatsapp:hover{
	opacity: 0.8;
border-radius:100px !important;
-webkit-box-shadow: 0px 0px 30px 0px rgba(7,94,84,1); 
-moz-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
transition-duration: 0.5s;
} 
