@media screen and (max-width: 1920px) {	
	

}

@media screen and (max-width: 1560px) {

	

}

@media screen and (max-width: 1460px) {

	

}

@media screen and (max-width: 1380px) {

	

}

@media screen and (max-width: 1200px) {

	
}

@media screen and (max-width: 960px) {

	.util{

		width: 90% !important;
	}

	#coluna1, #coluna2{

		display: none !important;

	}

	/* MEIO */

	#bglogo{

		margin-right: 10px !important;
		max-width: 50px !important;
		height: 55px !important;
	}

	#logo{

		max-width: 35px !important;
		margin: 5px !important;

	}

	#linha-k2{

		margin-top: 30px;
	}

	#bg-menu{

		display: none !important;
	}

	 #conteudo{

	 	margin-left:10px !important; 
	 	margin-top:10px !important;
	 	width: 95% !important;
	 	
	 }

	 #bg-meio{

		width: 95% !important;
	 }


	/* BANNER */

	#banner{

		height: 500px !important;
	}

	/* BTNS TOPO */

	.btn-topo, .btn-topo2{

		padding: 10px 20px !important; 
		background-image: none !important;

	}

	#fundo img, #pelicula {

		display: none;
	}

	#fundo{

		background: #d9dadc;

	}

	

}

@media screen and (max-width: 900px) {

	

}

@media screen and (max-width: 768px){



}

@media screen and (max-width: 480px) {

	#conteudo{

		width: 91.3% !important;

	}

	#bg-meio{

		width: 91.5% !important;
		min-height: 100px !important;
	}


	#bg-cima{

		 height: 50px !important;		
		 width: 85% !important;
	}

	/* BTNS TOPO */

	.btn-topo, .btn-topo2{

		padding: 5px 10px !important; 
		font-size: 16px !important;
		margin-top: 10px;

	}
		
}

@media screen and (max-width: 320px) {


	#conteudo{

		width: 89% !important;

	}

}