.was{
	display: flex;
}


.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:30px;
	text-align:right;
	padding-right: 10px;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;  
    z-index:1200;
}
.float:hover {
	
	text-decoration: none;
	color: rgb(129, 129, 129);
    background-color:#25d366;
    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:10px;
		
	
}

.float::after{
	display: flex;
	justify-content: center;
	content:  'Comunicate con nosotros Estamos para atenderte.... ';
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 16px;
	margin-top: -20px;
	color: rgb(129, 129, 129);	
	
}

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