@media only screen and (max-width: 1000px) {
	.home .banner-feature .item.new .info{
		left:30px;
	}
	
	/* MILITAR 3 */
	.home .banner-feature .item.new.militar3 .logo{
		width:358px;
		height:145px;
		top:80px;
	}
	.home .banner-feature .item.new.militar3 .coordenador{
		height:18px;
		top:250px;
	}
	.home .banner-feature .item.new.militar3 .online{
		height:20px;
		top:284px;
		margin-left:-7px;
	}
	.home .banner-feature .item.new.militar3 .mec{
		height:8px;
		top:320px;
	}
	/* END MILITAR 3 */
	
	
	/* TRIBUTARIO */
	.home .banner-feature .item.new.tributario .logo{
		width:330px;
		height:145px;
		top:80px;
	}
	.home .banner-feature .item.new.tributario .coordenador{
		height:14px;
		top:250px;
	}
	.home .banner-feature .item.new.tributario .online{
		height:20px;
		top:284px;
		margin-left:-7px;
	}
	.home .banner-feature .item.new.tributario .mec{
		height:8px;
		top:320px;
	}
	/* END TRIBUTARIO */
	
	
	/* BUTTON */
	.home .banner-feature .item.new a.button{
		top:260px;
		font-size:16px;
		line-height:28px;
	}
	.home .banner-feature .item.new.visible a.button{
		right:80px;
	}
	/* BUTTON */
}