/*WHATSAPP FLOTANTE*/
.wsp-flot {
	position: fixed;
	right: 0px;
	top: 220px;
	z-index: 100;
	border-radius: 50%;
	height: 50px;
    width: 50px;
}

.wsp-flot:hover, 
.wsp-flot:focus {
 	-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.77);
	-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.77);
	transition: all 0.4s ease 0s;
}