.floatwhats{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	left:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #b8d9c4;
	z-index:100;
}

.my-floatwhats{
	margin-top:16px;
}

.floatturnos{
	position:fixed;
	width:60px;
	height:60px;
	bottom:100px;
	left:20px;
	background-color:#ff038c;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #ffd4eb;
	z-index:100;
}

.my-floatturnos{
	margin-top:16px;
}


a:hover .floatwhats{
color: white !Important;
}