/* CSS Document */

#quemsomos{
	background: #FFFFFF;
	margin-bottom: 5%;
}

#quemsomos .texto1{
	font-size:14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	text-align: center;
	margin-left:10%;
	margin-right:10%;
}

#quemsomos .titulo{
	font-size:16px;
	text-align:center;
	text-decoration: overline;
	font-weight: 550;
}

#quem-link img{
	position:relative;
	height:100%;
	width:100%;
	filter:brightness(50%);
}

#quem-link .texto{
	position:absolute;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 36px;
	color:#FFFFFF;
	top:18%;
	left:45%;
	text-align: center;
	font-weight:500;
}