footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #ddd;
	padding: 5px 0;
	font-size: 14px;
	background: #1c4587 !important;
}

footer #linkImagem {
	display: flex;
	align-items: left;
	justify-content: left;
}

.linkDesenvolvimento {
	display: flex;
	align-items: left;
	justify-content: left;
}

footer #linkDesenvolvimento a {
	margin-left: 5px;
}

footer #linkSocials {
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.panelGrid_background {
	background: #1c4587 !important;
}

.texto_simples {
	display: block;
	color: #ffffff;
	font-weight: normal;
}

.texto_titulo_suporte {
	display: block;
	color: #f8c301;
	font-size: 18px;
	font-weight: normal;
}