footer{
	padding-top: 50px;
	padding-bottom: 50px;
	
	font-size: 0.7rem;
	line-height: 1.7;
	border-top: 1px solid #eee;
	color: #464646;
}
footer .redes-footer a{
	font-weight: 900;
	color: #464646;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
footer .redes-footer a:hover{
	opacity: 0.7;
}
footer .redes-footer a img{
	-webkit-filter: brightness(0.3);
	filter: brightness(0.3);
	display: inline-block;
	vertical-align: unset;
	margin-right: 8px;
}
footer .copy{
	font-size: 0.6rem;
	color: #a1a1a1;
	letter-spacing: 0.195px;
}
footer .copy:before{
	content: "";
	display: block;
	border-bottom: 1px solid #e1e1e1;
	width: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}