
footer {
	width: 100%;
	height: 400px;
	text-align: center;
    background-color: black;
	gap: 700px;
	font-family: san serif;
	padding-top: 40px;
	
    
}

.logorodape {
	width: 200px;
	margin: 30px;
	
}

.rodape {
	display: flex;
	gap: 20px;
	justify-content: center;
	padding: 20px;
	
}

.texto {
	display: flex;
	justify-content: center;
	gap: 40px;	
	padding: 10px;
	color: white;
}

footer i {
	color: white;
	font-size: 20px;
	font-family: sans-serif;
}

.leis {
	display: flex;
	justify-content: center;
	gap: 50px;
	padding: 10px;
	color: white;
}