


.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:7px;
	  z-index:100;
}




.logo-2 {
    background-image: url("img/w.png");
    width: 10px; /* Definir de acuerdo al ancho de la imagen */
    height: 10px; /* Definir de acuerdo al alto de la imagen */
	background-repeat: no-repeat;
     background-position: center;
	
 	position:fixed;
	
	width:100px;
	height:100px;
	bottom:7px;
	left:8px;
	  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;
}
 

.my-float{
	margin-top:16px;
}