.float-wspbsns{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  text-shadow: 1px 1px 2px black;
}

.my-float-wspbsns{
	margin-top:16px;
}

.boton-footer-wsp{
    display: inline-block; padding:16px; 
    border-radius: 8px; 
    background-color: #25D366; 
    color: #fff; 
    text-decoration: none; 
    font-family: sans-serif; 
    font-size: 18px; 
    text-shadow: 1px 1px 2px black;
}