@charset "utf-8";
/* CSS Document */

/* ......................................................... */
/* ......................................................... */

@media only screen and (max-width: 1000px) {

	section {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	
	#formBusca {
		width: 39%;
	}

}

/* ......................................................... */
/* ......................................................... */

@media only screen and (max-width: 880px) {
	
	#formBusca {
		width: 29%;
	}
	
}

/* ......................................................... */
/* ......................................................... */

@media only screen and (max-width: 770px) {
	
	#formBusca {
		width: 19%;
	}

}

@media only screen and (max-width: 680px) {

	header {
		z-index: 99999;
	}

	#formBusca {
		width: 39%;
		margin-right: 110px;
	}

	header .cabecalho .iconeBotao {
		display: none !important;
	}

	.sec-anuncio-init aside {
		display: none;
	}

}

@media only screen and (max-width: 400px) {

	#formBusca {
		display: none;
	}

}

@media only screen and (max-width: 360px) {

	footer .copyright div p:nth-of-type(1) { order: 2; }
	footer .copyright div p:nth-of-type(2) { order: 1; }
	.tireDuvidas { display: none; }

}