
.social-footer li{
			display: inline;
			list-style: none;
			margin: 0;
			padding: 8px 12px;
		}
		.social-footer li a{
			
			color: #FFFFFF;height: 100px;
		}
		.azul-face{
			background-color: #3a589e;
		}
		.azul-twitter{
			background-color: #1da1f2;
		}
		.verde-wht{
			background-color: #23ce44;
		}
		.azul-mail{
			background-color: #034d78;
		}
		.redes{
			z-index: 989899999;
			position: fixed;
			right: 20px;
			bottom: -14px;
		}
.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: auto;
    left: 10%;
		bottom: 0;
}
	
	.redes2{
	width: 100%;
    left: 0;
    bottom: 0;	
	}
}

@media (max-width: 767px){
	.redes {
    width: auto;
    left: 0;
	bottom: 0;
}
	
	
	.descargar{
	font-size: 15px;
}
	.desaparecer{
		display: none;
	}
}