.float{
	position:fixed;

	height:auto;
	bottom:40px;
	right:20px;
	background-color: rgb(252, 51, 99);
	color:#FFF;
	border-radius:4px;
	text-align:center;
  font-size:30px;
	
  z-index:100;
}

.my-float{
	margin-top:0px;
}

.float-whatsapp{
	position:fixed;
	
	height:auto;
	bottom:40px;
	left:20px;
	background-color: rgb(0, 210, 144);
	color: white;
	border-radius:4px;
	text-align:center;
  font-size:30px;
	
  z-index:100;
}


