/*-----------------------------------------------------*/

footer{
	background: #3F8885;
	/*position: fixed;*/
	width: 100%;
	bottom: 0;
	text-align: center;
	color: white;
	align-items: flex-end;
	flex-wrap: wrap;
}


footer .redes{
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
footer .redes a{
	margin: 2px 10px;
	color: white;
	font-size: 20px;
}

footer p{
	margin-bottom: 5px;
}
.logos{
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.logos img{
	margin: 10px 10px;
	width: 120px;
	align-self: center;
}
