/* body{ */
/* 	margin: 0px; */
/* 	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;			 */
/* } */
.content3 {
	display: -ms-flexbox;
	display: -moz-flexbox;
	display: -webkit-flex;
	display: -o-flex;
	display: flex;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	-o-justify-content: space-evenly;
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	-webkit-align-content: center;
	align-content: center;
	background-color: #0b3259;
	background-color: #c0c0c0;
	padding: 0.1% 0% 0.1% 0%;
	border-top: 1px solid #c1c1c1;
	padding: .5em 0;
}

.content4 {
	display: -ms-flexbox;
	display: -moz-flexbox;
	display: -webkit-flex;
	display: -o-flex;
	display: flex;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	-o-flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	-o-justify-content: space-evenly;
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	-webkit-align-content: center;
	align-content: center;
	background-color: #0b3259;
	background-color: #fff;
	padding: 0.1% 0% 0.1% 0%;
	border-top: 1px solid #c1c1c1;
	padding: .5em 0;
	text-align: center;
}

.content3 img {
/* 	filter: brightness(0) invert(1); */
	width: auto;
	height: 35px
}

.content4 img {
/* 	filter: brightness(0) invert(1); */
	width: auto;
	height: 100px
}

.content3 ul {
	margin: 0 1em;
}

.content3 a {
	text-decoration: none;
	color: white;
	font-weight: normal;
}

.content3 a:hover {
	text-decoration: underline;
}

.divContent3 {
	display: -ms-flexbox;
	display: -moz-flexbox;
	display: -webkit-flex;
	display: -o-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	-webkit-align-content: center;
	align-content: center;
	padding: 10px;
	text-align: justify;
	
	white-space: normal;
    width: min-content;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.footer {
	background-color: #0b3259;;
	background-color: #2c2c2c;
	clear: left;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5)
}

.rodape {
	bottom: 0;
	/*     position: absolute; */
	width: 100%;
}

