.btn-wsp{
	position: fixed;
	width: 50px;
	height: 50px;
	line-height: 55px;
	bottom:30px;
	right: 30px;
	background:#2C2F6F; /* Azul*/
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size: 30px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	z-index:100;
	text-decoration:none;
}
.btn-wsp:hover{
	text-decoration:none;
	color:#2C2F6F;
	background:#FFF;}
