@media (max-width : 950px){
	
	/*===================
	NODESKTOPS
	=================== */
	.nombl{display: none !important;}
	.sombl{display: block !important;}
	.nodkt{display: block !important;}
	.sodkt{display: none !important;}
	
	div#wrapper {
		width: 100%;
	}
	
	div#header{
		height: 60px;
	}
	
	div#header a.logo{
		display: block;
		clear: both;
		height: 50px;
	}
	div#header a.logo img{
		height: 50px !important;
		width: auto;
	}
	
	
	div#header div#pesquisar{
		margin-left: auto;
		right: 80px;
	}
	
	div#sacola {
		right:0;
		background-image: none;
		width: 60px;
	}
	div#sacola p{
		padding-top: 0;
	}
	div#header ul.menu{
		height: auto;
		display: flex;
		flex-direction: row;
  		flex-wrap: wrap;
		width: 100%;
		justify-content:space-evenly;
	}
	div#header ul.menu li{
		margin: auto;
	}
	div#header ul.menu li a{
		text-align: center;
		background-image: none;
	}
	/*
	div#header ul.menu{
		display: none;
		height: auto;
		background-color: #ff0000;
		position: absolute;
		top:0;
		z-index: 1000;
		right: 0;
		margin-top: 0;
	}
	div#header ul.menu li{
		display: block;
		clear: both;
	}
	div#header ul.menu li a {
		background-image: none;
		color:#ffffff;
	}
	
	*/
	
	div.box-white a.bigButton{width:49%;margin:0;}
	div.box-white a.bigButton#hdr_resumao{margin-right:1%;}
	div.box-white a.bigButton#hdr_livros{margin-left:1%;}
	div.box-white a.bigButton img{width:100%;height:auto;}
	
	div.home-small-boxes{
		height:auto;		
	}
	div.home-small-boxes div.box-white{
		width:98%;
		height:auto;
		display:block;
		clear:both;
		margin-left: 0;
		padding-bottom: 10px;
	}
	a.home_faixa{
		width:100%;
		height:auto;
		background-image: none;
		background-color: #c71718;
		border-radius: 5px;
		font-size: 15px;
		line-height: 17px;
	}
	a.home_faixa p{
		padding: 10px 5px 10px 5px;
	}
	div.dropdown{
		width:96%;
		padding-top: 20px;
		margin-left: 5px;
	}
	div.dropdown ul{
		display: block;
		clear: both;
		border-left:0;
		margin-bottom: 0;
		margin-top: 0;
	}
	div.dropdown ul li a{
		font-size: 14px;
		line-height: 16px;
	}
	
	div.drop-botoes a{
		margin-bottom: 10px;
	}
	
	div.conteudo{
		width: 100%;
		padding-bottom: 65px;
		min-height: 60px;
	}
	div.conteudo.clean{
		padding-bottom: 0;
		min-height: 0;
	}
	
	div.conteudo div.coluna_full{
		width:auto;
	}
	
	div.opcoes{
		width:100%;
		text-align: center;
	}
	
	div.opcoes div{
			
	}
	
	div.conteudo div.coluna1{
		width: 97%;
		min-height:0;
	}
	div.conteudo div.coluna2{
		width: 98%;
		min-height:0;
		text-align: center;
	}
	div.conteudo div.coluna2 img{
		margin-top: 10px;
	}
	
	div#principal{
		display: flex; flex-direction: column;
	}
	div#principal div.opcoes{
		order:2;
	}
	div#principal div.conteudo{
		order:1;
	}
	
	div#itens-titulo{
		width:auto;
		background-image: none;
		background-color: #c71718;
		border-radius: 5px;
	}
	div#itens-titulo h2{
		background-image: none;
		background-color: #c71718;
		height: auto;
		text-align: center;
		line-height: 17px;
		padding-top: 8px;
		width: auto;
	}
	div#itens-titulo.ctg{
		background-color: transparent;
	}
	ul#itens-lista{
		width: 97%;
		margin-left: 5px
	} 
	
	div#footer p{
		width: 80%;
		float: left;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-left: 10%;
	}
	div.box-white{
		border: 0;
		padding-top:6px;
		margin-left: 6px;
		padding-right: 6px;
	}
	
	div#footer a.assinatura{
		margin-right: 5px;
	}
}

@media (max-width : 600px){
	div#header div#pesquisar{
		width:137px;
	}
	div#header div#pesquisar input.cpo {
		width: 100px;
	}
	div#header div#pesquisar input.btn {
		margin-left: 105px;
	}
	input[type=text],
	select,
	textarea{
		width: 90% !important;
	}
}

@media (max-width : 450px){
	div#header div#pesquisar{
		display:none;
	}
	div.box-white{
		padding-right: 6px;
	}
	div.box-white a.bigButton{width:100%;}
	div.box-white a.bigButton#hdr_resumao{margin-right:0;}
	div.box-white a.bigButton#hdr_livros{margin-left:0;}
}