/* Ajustes para telas estreitas (mobile / tablet) — layout original é fixo ~948px */
@media screen and (max-width: 980px) {
	#topoCentro,
	#menuCentro,
	#centroCentro,
	#rodapeCentro {
		width: 100% !important;
		max-width: 948px;
		box-sizing: border-box;
		padding-left: 8px;
		padding-right: 8px;
	}
	#topo {
		height: auto;
		min-height: 0;
	}
	#topoCentro img {
		max-width: 100%;
		height: auto;
		display: block;
	}
	#menuCentro ul {
		overflow: hidden;
	}
	#menuCentro ul li {
		float: none;
		display: block;
		margin: 4px 0;
	}
	#colEsq,
	#colDir {
		float: none;
		width: 100% !important;
		margin-top: 0 !important;
	}
	#banner,
	#tv {
		width: 100% !important;
		max-width: 950px;
		height: auto !important;
		min-height: 0;
	}
	#tv img,
	#tvshow img {
		max-width: 100%;
		height: auto !important;
	}
	#nav {
		position: relative;
		bottom: auto;
		right: auto;
		text-align: center;
		padding: 10px 0;
	}
	.copyright,
	.endereco_novo {
		float: none;
		width: 100% !important;
		text-align: left;
	}
	.endereco_novo {
		margin-top: 20px;
	}
	.copyright table {
		width: 100% !important;
	}
	.copyright table td {
		display: block;
		width: 100% !important;
		padding-bottom: 12px;
	}
}
