@media(min-width: 721px){
	.footer{
		background: #f2f4f5;
	}
}
.container{
	background: #f2f4f5 !important;
	min-height: 566px;
}
.box-rastreamento{
	position: relative;
	float: left;
	width: 100%;
	background: #f2f4f5;
	overflow: hidden;
}
.box-topo{
	position: relative;
	float: left;
	width: 100%;
	border-bottom: solid 1px #14446f;
	padding: 34px 0 20px 0;
	margin-bottom: 35px;
}
.tit-internas{
	position: relative;
	float: left;
	line-height: 40px;
	font-size: 40px;
	font-family: 'robotolight';
	color: #14446f;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 14px;
}
.box-rastreamento .txt{
	position: relative;
	float: left;
	width: 100%;
	font-family: 'robotolight';
	color: #666;
	font-size: 14px;
	line-height: 18px;
}
/**/
.formRastreamento{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.formRastreamento h3{
	position: relative;
	float: left;
	width: 100%;
	font-size: 16px;
	color: #666;
	font-family: 'robotomedium';
	line-height: 20px;
	margin-bottom: 35px;
	padding-left: 175px;
}
.formRastreamento .linha{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 9px;
}
.formRastreamento .linha label,
.formRastreamento .linha span{
	position: relative;
	float: left;
	width: 310px;
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
}
.formRastreamento .linha label{
	font-family: 'robotolight';
	color: #666666;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
}
.formRastreamento .linha span{
	font-family: 'robotolight_italic';
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
}
.formRastreamento .linha input{
	position: relative;
	float: left;
	width: 410px;
	height: 40px;
	background: #fff;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	font-family: 'robotolight';
	padding-left: 10px;
	border: solid 1px #ced0d1;
	border-radius: 6px 6px;
}
.formRastreamento .bt{
	position: relative;
	float: right;
	height: 40px;
	width: 115px;
	line-height: 40px;
	text-align: center;
	background: #78af40;
	border-radius: 3px 3px;
	color: #fff;
	font-family: 'robotolight';
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 220px;
}
.formRastreamento .bt:hover{
	background: #688f3c;
	color: #fff;
	text-decoration: none;
}
.fancybox-skin{
	background: #fff !important;
	padding: 0 0 !important;
}
.box-fancybox{
	width: 780px;
	padding: 0 22px;
	position: relative;
	float: left;
	background: #fff;
}
.box-fancybox form{
	position: relative;
	float: left;
	width: 100%;
}
.box-fancybox h2{
	position: relative;
	float: left;
	width: 100%;
	font-size: 30px;
	color: #14446f;
	font-family: 'robotolight';
	line-height: 58px;
	height: 58px;
	border-bottom: solid 1px #e9e9e9;
	text-transform: uppercase;
	margin: 7px 0 16px 0;
}
.box-fancybox .linha{
	position: relative;
	float: left;
	width: auto;
}
.box-fancybox .linha p{ 
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	font-family: 'robotolight';
	line-height: 22px;
	color: #666;
	font-weight: normal;
}
.box-fancybox .linha strong{
	font-family: 'robotomedium';
	font-weight: normal;
}
.box-fancybox .linha{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	max-width: 50%;
}
.box-fancybox .linha.w240{
	width: 240px;
	padding-right: 35px;
	margin-right: 40px;
	border-right: solid 1px #e9e9e9;
}
.box-fancybox .listagem{
	margin-top: 17px;
}
.box-fancybox .listagem,
.box-fancybox .listagem .listagem_ul{
	position: relative;
	float: left;
	width: 100%;
}
.box-fancybox .listagem .listagem_ul{
	padding-bottom: 28px;
}
.box-fancybox .listagem .listagem_ul li.tit{
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
	background: #f2f4f5 !important;
	border: solid 1px #d9d9d9;
	line-height: 40px;
	font-family: 'robotomedium';
	border-radius: 3px 3px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 !important;
}
.box-fancybox .listagem .listagem_ul li{
	position: relative;
	float: left;
	width: 100%;
	padding: 12px 0 5px 0;
	line-height: 18px;
	font-family: 'robotolight';
	font-size: 14px;
	color: #666;
	background: #fff;
	min-height: 40px;
}
.box-fancybox .listagem .listagem_ul li:nth-child(2n+1){
	background: #f8f9fa;
}
.box-fancybox .listagem .listagem_ul li p{
	position: relative;
	float: left;
	width: 33%;
	padding-left: 14px;
}


@media (max-width: 959px){
	.middle{
		width: 100%;
	}
	.box-topo{
		margin-bottom: 20px;
	}
	.formRastreamento h3{
		padding-left: 0;
		margin-bottom: 20px;
	}
	.formRastreamento .linha label{
		position: absolute;
		top: 10px;
		width: auto;
		left: 5px;
		z-index: 99;
		padding: 0 5px;
	}
	.formRastreamento .linha span{
		display: none;
	}
	.formRastreamento .linha input{
		width: 100%;
	}
	.formRastreamento .bt{
		margin-right: 0;
	}

	.formRastreamento .linha label{
		text-align: left;
		position: absolute;
		line-height: 16px;
		top: 12px;
		left: 10px;
		z-index: 9;
	}
	.formRastreamento .linha.focus label{
		top: -8px;
		font-family: 'robotomedium';
	}
}