/* 
 Largura XS
*/
@media screen and (max-width: 767px) {
 	/* Conteudo do Site */
	.content-main{
		padding-top: 30px;
	}
	.col-box-vinheta-page{
		margin-bottom: 30px;
	}
	.col-box-assuntos-capa a{
		font-size: 14px;
	}
	.col-box-footer-quest{
		font-size: 20px;
	}

	/* Footer */
	.col-box-footer-information .media{
		width: 100%;
		float: left;
	}
	.col-box-footer-information div .media-left{
		width: 100%;
		float: left;
		text-align: center;
		margin-bottom: 10px;
		padding-right: 0px;
	}
	.col-box-footer-information div .media-body{
		text-align: center;
	}
	.col-box-logo-mpx{
		margin-bottom: 30px;
	}
	.col-box-logo-mpx a{
		float: none !important;
	}
	.col-box-logo-mpx a img{
		width: auto;
		max-height: 55px;
	}
	/* Footer */
}
 
/* 
  Largura XS
*/
@media screen and (min-width: 576px) and (max-width: 767px) {

}

/* 
 Largura MD
*/


@media screen and (min-width: 768px) and (max-width: 991px) {
	/* Index */
	.col-box-sequential-ultimate{
		padding-left: 0px;
	}
	.col-box-footer-quest{
		font-size: 18px
	}
	/* .content-main */
	.content-main{
		padding-top: 30px;
	}
	.col-box-vinheta-page{
		margin-bottom: 30px;
	}

	/* Footer */
	.col-box-logo-mpx{
		margin-bottom: 30px;
	}
	.col-box-logo-mpx a{
		float: none !important;
	}
	.col-box-logo-mpx a img{
		width: auto;
		max-height: 55px;
	}
	/* Content Acessibilidade Index */
	.col-box-acessibilidade ul{
		width: 510px;
		margin: auto;
	}
	.col-box-acessibilidade-2 ul{
		max-width: 400px;
		float: none !important;
		margin: auto;
	}
}
/*resolução 1024P*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
.col-box-assuntos-capa a {
	min-height: 110px !important; 
	}
}

/* 
 Largura LG
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
	/* Index */
	.col-box-sequential-ultimate{
		padding-left: 0px;
	}
	.content-main{
		padding-top: 30px;
	}
	.col-box-vinheta-page{
		margin-bottom: 30px;
	}
	.col-box-footer-quest{
		font-size: 25px;
	}
}

/* 
 Largura XL
*/
@media screen and (min-width: 1200px){
 
}