		  .icono {
			  position: fixed;
			 left:20px;
			  top:270px;
			  z-index:999;
			  width:19%;
}

           .icono a{
	            margin-top: 4px;
}
		  .icono img {
			  width:26%;
			  padding:4px;
			  background: rgba(0,0,0,0.0)
			cursor: pointer;
			  border-radius: 140%;
			  transition: all 300ms;
			  height:auto;
			  }
          .icono a:hover img{
	           background: rgba(0,0,0,0.10);
}

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