.btn-wsp{
	position: fixed;
	width: 55px;
	height: 55px;
	line-height: 55px;
	bottom: 40px;
	right: 50px;
	background: #0df053;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
    z-index: 100;
}

.btn-wsp:hover{
	color: #0df053;
	background: #fff;
	text-decoration: none;
}

	.icon-whatsapp{
	font-size: 30px;
}