/*Boton llamada*/
.chat-button{
	height: 55px;
	width: 55px;
	border-radius: 550px;
    text-align: center;
	background-color: #005B82;
	color:#FFF;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 65px;
	right: 5px;
	font-size:40px;
	box-shadow: 2px 2px 3px #999;
    z-index:50;
	
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:6px;
}