footer {
	background-color: black;
	color: white;
}
.Footer-link{
	color: grey;
	font-size: 0.9em;
}
.Footer-link:hover {
	text-decoration: none;
	color: white;
}
.Footer-listaProductos{
	list-style-type: none;
	padding:0;
}
.Footer-bases {
	font-size: 0.7em;
	color: grey;
}
.Footer-bases a {
	color: grey;
}
.brand-icon {
    background-color: red;
    color: white;
}
.footer-logo {
	width:45%;
}
.footer-brand-img {
	width: 50px;
}

@media (min-width: 1500px) { 
	.Footer-listaProductos{
		padding-left:20px;
	}
}

@media (max-width: 569px){
	.footer-brand-img {
		width: 20px;
	}
	.footer-logo {
		width: 40%;
	}
}