.redes, .redes2 {
  display: block;
  position: fixed;
  z-index: 9997;
  
}

.redes ul.lista {
	list-style: none;
	text-align: center;
	padding: 0;
  
}

.redes2 ul.lista {
	list-style: none;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
  
}

.redes ul.lista li {
	flex: 0 1 100%;
    height: 40px;
}

.redes2 ul.lista li {
	flex: 0 1 100%;
    height: 40px;
}

.redes ul.lista li a.social, .redes ul.lista li div.social, .redes2 ul.lista li a.download{
  display: block;
	color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 22px;
}

.sha div.social {
	background-color: #666;
	pointer-events: none;
}
.face a.social {
	background-color: #3B5998;
}
.twi a.social {
	background-color: #1dcaff;
}
.down a.download {
	background-color: #d34836;
}

.descargar{
	font-family: "Roboto";
	font-size: 20px;
}

.m-right{
	margin-right: 10px;
}

@media (min-width: 768px){
	.redes {
    width: 45px;
    left: 0;
    top: 40%;
}
	
	.redes2{
	width: 100%;
    left: 0;
    bottom: 0;	
	}
}

@media (max-width: 767px){
	.redes {
    width: 40%;
    left: 0;
	bottom: 0;
}
	
	.redes2 {
    width: 60%;
    right: 0;
	bottom: 0;
}
	
	.redes ul.lista li.sha {
	flex: 0 1 40%;
    height: 40px;
	
}
	
	.redes ul.lista li.face, .redes ul.lista li.twi {
	flex: 0 1 60%;
    height: 40px;
}
	.redes ul.lista li.down {
	flex: 0 1 100%!important;
    height: 40px;
	
}
	
	.redes ul.lista, .redes2 ul.lista {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrapwrap;
    flex-wrap: nowrap;
}
	.descargar{
	font-size: 15px;
}
	.desaparecer{
		display: none;
	}
}