.footer{
	height: 150px;
	background: var(--white);
}
.lista>ul>li{
	list-style: none;
	text-decoration: none;
}
.lista>ul>li>a{
	text-decoration: none;
	color: var(--blue);
	font-weight: bold;
}
.brand-text>p{
	color: var(--bluest);
	font-weight: bold;
	font-size: 1.2rem;
}
.redes>div>a>img{
	height: 35px;
	margin: 10px;
}
@media (max-width: 991.98px){
	.lista>ul>li {
    margin: 10px;
	}
	.lista>ul{
		display: flex;
		font-size: 0.8rem;
		padding-left: 1rem;
		width: 100%;
	}
}

