.float{
	position:fixed;
	width:45px;
	height:45px;
	bottom:15px;
	left:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:35px;
	box-shadow: 2px 2px 3px #999;  
    z-index:1200;
}
.float:hover {
	
	text-decoration: none;
	color: rgb(129, 129, 129);
    background-color:rgb(224, 224, 224);
    width: 250px;
    height: 90px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius:0px;
	transition: 1.2s;
	text-align:center;
	margin-bottom: 5px;
		
	
}
.float::after{
	display: block;
	content:  'Comunicate con nosotros Estamos para atenderte.... ';
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 16px;
	color: rgb(129, 129, 129);	
	
}

.my-float{
	margin-top:7px;
}