#sobre-desc{
	position:relative;
	z-index:90;
}
#sobre-desc .page{
	overflow:visible;
}
#sobre-desc h2{
	font-size:47px;
	font-weight:bold;
}
#sobre-desc p{
	font-size:16px;
	font-weight:300;
	line-height:150%;
}
#sobre-desc .desc{
	padding:60px 20px;
}
#sobre-desc .images{
	position:relative;
	transform:translateY(-50px);
	z-index:90;
}
#sobre-desc .images li{
	position:relative;
	background:#eeeeee;
	min-height:60vh;
}
#sobre-desc .images li img{
	max-width:100%;
	opacity:0.000001;
}
#sobre-desc .images li figure{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
}

#sobre-estrutura{
	position:relative;
	background:#012438;
	padding:100px;
	padding-bottom:190px;
	text-align:center;
	color:#ffffff;
}
#sobre-estrutura h3{
	font-size:45px;
	font-weight:bold;
}
#sobre-estrutura p{
	font-size:16px;
	font-weight:300;
	line-height:150%;
}
@media screen and (max-width:700px){
	#sobre-estrutura{
		padding:50px 20px;
		padding-bottom:140px;
	}
}

#home-itens{
	position:relative;
	margin-top:-90px;
}
#home-itens li{
	position:relative;
	min-height:300px;
}
#home-itens li figure{
	position:relative;
	width:180px;
	height:180px;
	border-radius:50%;
	background:#999999;
	line-height:180px;
	text-align:center;
}
#home-itens li figcaption{
	text-align:center;
	padding:0 20px;
}
#home-itens li figcaption p{
	max-width:360px;
	font-size:17px;
	font-weight:bold;
	line-height:140%;
}