.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:24px;
	right:90px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:38px;
	box-shadow: px px px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #fff;
  background-color:#25d366;
}

.my-float{
	margin-top:12px;
}

@media screen and (min-width: 800px) { /* Con esto lo ocultamos en la pc y se deja visible solo en mobile */
	.mostrarenmobile{
		display: none;
	}
}
