@media only screen and (max-width: 1600px) {
	.home .banner-feature .item.new .info{
		left:10%;
	}
	
	/* MILITAR 3 */
	.home .banner-feature .item.new.militar3 .logo{
		width:456px;
		height:185px;
		top:100px;
	}
	.home .banner-feature .item.new.militar3 .coordenador{
		height:20px;
		top:320px;
	}
	.home .banner-feature .item.new.militar3 .online{
		height:26px;
		top:360px;
		margin-left:-10px;
	}
	.home .banner-feature .item.new.militar3 .mec{
		height:10px;
		top:400px;
	}
	/* END MILITAR 3 */
	
	/* TRIBUTARIO */
	.home .banner-feature .item.new.tributario .logo{
		width:455px;
		height:200px;
		top:90px;
	}
	.home .banner-feature .item.new.tributario .coordenador{
		height:16px;
		top:320px;
	}
	.home .banner-feature .item.new.tributario .online{
		height:26px;
		top:360px;
		margin-left:-10px;
	}
	.home .banner-feature .item.new.tributario .mec{
		height:10px;
		top:400px;
	}
	/* END TRIBUTARIO */
	
	
	/* BUTTON */
	.home .banner-feature .item.new a.button{
		top:360px;
	}
	.home .banner-feature .item.new.visible a.button{
		right:10%;
	}
	/* BUTTON */
	
}