


.logo-header {
    background-image: url("img/free.png");
    width: 200px; /* Definir de acuerdo al ancho de la imagen */
    height: 100px; /* Definir de acuerdo al alto de la imagen */
	background-repeat: no-repeat;
     background-position: center;
	
 	position:fixed;
	width:200px;
	height:100px;
	bottom:5px;
	right:10px;
	  z-index:100;
}




.float{
	

	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:20px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#FFE45B ;
}

.my-float{
	margin-top:16px;
}