.box-estrutura{
	position: relative;
	float: left;
	width: 100%;
	background: url('../images/bg-topo-interna.jpg') #f2f4f5 repeat-x scroll top left;
	padding-top: 58px;
	min-height: 1002px;
}
.tit-internas{
	position: relative;
	float: left;
	line-height: 40px;
	font-size: 40px;
	font-family: 'robotolight';
	color: #14446f;
	text-transform: uppercase;
	width: 100%;
	border-bottom: solid 1px #14446f;
	margin-bottom: 35px;
}
.tit-internas span{
	margin-bottom: 18px;
	padding-left: 85px;
	background: url('../images/icone-tit-internas.png') no-repeat left center;
	font-family: 'robotolight';
	color: #14446f;
	text-transform: uppercase;
	line-height: 40px;
	float: left;
	position: relative;
}
.box-estrutura h2.box-tit{
	position: relative;
	float: left;
	width: 100%;
	font-size: 40px;
	font-family: 'robotolight';
	color: #14446f;
	text-transform: uppercase;
	line-height: 50px;
	letter-spacing: -1px;
	margin-bottom: 25px;
}
.box-estrutura h2.box-tit strong{
	position: relative;
	float: left;
	width: 100%;
	font-size: 56px;	
	font-family: 'robotobold';
}
.box-estrutura .txt{
	position: relative;
	float: left;
	width: 100%;
	font-family: 'robotolight';
	color: #666;
	font-size: 14px;
	line-height: 18px;
}
/**/
.list-estrutura{
	position: relative;
	float: left;
	width: 400px;
	margin: 20px 0 0 0;
	min-height: 675px;
}
.list-estrutura li{
	position: relative;
	float: left;
	width: 100%;
	border-bottom: solid 1px #e4e6e6;
	padding: 20px 0 30px 0;
}
.list-estrutura li:last-child{
	border-bottom: none;
}
.list-estrutura li span{
	position: relative;
	float: right;
	width: 272px;
	font-size: 14px;
	line-height: 18px;
	font-family: 'robotolight';
	color: #666;
}
.list-estrutura li span.tit{
	color: #14446f;
	font-family: 'robotomedium';
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	margin-bottom: 14px;
}
.list-estrutura li span.img{
	position: relative;
	float: left;
	width: 128px;
}
.bg-estrutura{
	position: absolute;
	bottom: 0;
	right: 0;
	float: right;
	margin: 20px 0 0 0;
	width: 540px;
	font-size: 0;
	background: url('../images/bg-estrutura.png') no-repeat scroll 0 0;
	height: 675px;
	vertical-align: bottom;
}
.botoes a.bt{
	position: relative;
	float: left;
	height: 50px;
	width: 100%;
	line-height: 50px;
	text-align: center;
	background: #78af40;
	border-radius: 3px 3px;
	margin: 42px 0 40px 0;
}
.botoes a.bt span{
	position: relative;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding-left: 101px;
	font-size: 20px;
	font-family: 'robotomedium';
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.botoes a.bt.icone-solucoes span{
	background: url('../images/icone-solucoes.jpg') no-repeat center left;
}
.botoes a.bt:hover{
	opacity: 0.5;
}

/**/
@media (min-width: 721px) and (max-width: 959px){

	.bg-estrutura{
		width: 100%;
		background-position: 410px bottom;
		background-size: 453px !important;
	}
}
@media (max-width: 720px){
	.tit-internas span{
		padding-left: 0;
		background: transparent;
	}
	.list-estrutura{
		max-width: 480px;
		min-width: 320px;
		width: 100%;
		margin: 0 auto;
		float: none;
		clear: both;
		min-height: 0;
	}
	.list-estrutura li span{
		min-width: 240px;
		width: 75%;
	}
	.list-estrutura li span.img{
		width: 80px;
		min-width: 0;
		padding-right: 10px;
	}
	.list-estrutura li span.img img{
		max-width: 100%;
	}
	.bg-estrutura{
		position: relative;
		float: left;
		background-size: 330px;
		background-position: bottom center;
		width: 100%;
		height: 414px
	}
	/**/
	.box-estrutura h2.box-tit strong{
		font-size: 40px;
		line-height: 44px;
	}
	.box-estrutura h2.box-tit{
		font-size: 30px;
		line-height: 34px;
	}
	.botoes a.bt.icone-solucoes{
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: normal;
	}
	.botoes a.bt.icone-solucoes span{
		padding-left: 0;
		background: transparent;
		font-size: 20px;
		line-height: 24px;
		height: auto;
	}

}