
		  .icono {
			  position: fixed;
			  left:20px;
			  top:300px;
			  z-index:999;
			  width:20%;
		  }
		  .icono img {
			  width:40%;
			  height:auto;
			  }

@media (max-width:1000px) {
  
   		  .icono img {
			  width:60%;
			  }
			  .icono {
				  left:5px;
			  }

	  

}