/* INCIO TOPO */
.texto-about-topo{
	min-height: 350px;
	background-image: url('../assets/topo-quemsomos.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
}
.texto-etica-topo{
	min-height: 350px;
	background-image: url('../assets/bg-codigo-etica.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
}
.texto-about-topo h1,.texto-etica-topo h1{
	color: #fff;
	font-weight: 900;
	font-size: 4.2em;
	position: absolute;
	top: 50%;
	left: 23%;
	transform: translate(-14%, -36%);
}
.topo-text{
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 2;
}
#missao,#etica{
	margin-top: 70px;
}
.about-missao img{
	max-width: 120px;
}
.titulo img{
	max-width: 100px;
}
.titulo p , #missao p{ 
	font-size: 12px;
	font-weight: 400;
	color: #6d6d6d;
	line-height: 2;
	letter-spacing: 1px;
}
/* #missao p:nth-child(1),#missao p:nth-child(2){
	font-size: 14px;
	font-weight: 400;
	color: #6d6d6d;
	line-height: 2;
	letter-spacing: 1px;
} */
.titulo h2{ 
	font-size: 1.8em;
	line-height: 45px;
	font-weight: 900;
	color: #003663;
	word-wrap: break-word;
	overflow-wrap: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.titulo p { 
	font-size: 1rem;
	line-height: 40px;
	font-weight: 600;
	color: #000;
}
hr {
	border-top: 3px solid rgb(0, 54, 99);
	width: 50%;
}
.codigo,.codigo:hover {
    color: #22202e;
    font-size: 1.5em;
    font-weight: 900;
}
/* FIM TOPO  */

@media (max-width: 767.98px) { 
	.titulo h2{ 
		font-size: 2rem;
		line-height: 35px;
	}
}