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

}

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

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