.cabecalhoParallax {
	background-color:#CCC;
	background-size:100%;
	height:auto;
	min-height:50px;
	background-position: center;
	border-top: solid 15px #FFF;

}
.cabecalhoParallax .bgTransParallax {
    background: rgb(10 69 149 / 22%);
	padding:60px 0;
	-webkit-filter:contrast(120%);
	filter:contrast(120%);
}
.cab_contato {
	background:#CCC url(../../upload/bg_contato.jpg) center no-repeat fixed;
	background-size:100%;
}
.cab_bissemanas {
	background:#CCC url(../../upload/bg_bissemanas.jpg) center no-repeat fixed;
	background-size:100%;
}
.cab_empresa {
	background:#CCC url(../../upload/bg_empresa.jpg) center;
	background-size:cover;
}
.cab_municipio {
	background:#CCC url(../../upload/cab_municipio.jpg) fixed;
	background-size:cover;
	height:320px;
}
.cab_midiakit {
	background:#CCC url(../../upload/bg_midiakit.jpg) center no-repeat fixed;
	background-size:100%;
}
.cab_produto_outdoor {
	background:#CCC url(../../upload/bg_outdoor.jpg) center no-repeat fixed;
	background-size:100%;
}
.cab_produto_frontlight {
	background:#CCC url(../../upload/bg_frontlight.jpg) center no-repeat fixed;
	background-size:100%;
}
.cab_produto_paineldigital {
	background:#CCC url(../../upload/bg_paineldigital.jpg) center no-repeat fixed;
	background-size:100%;
}
.cab_produto_painelrodoviario {
	background:#CCC url(../../upload/bg_painelrodoviadrio.jpg) center no-repeat fixed;
	background-size:100%;
}
.cabecalhoParallax .tituloPrincipal {
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight: 900;
	font-family: "Roboto", sans-serif;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    width: 60%;
    display: table;
    margin: auto;
    float: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.00);
    filter: none;
    -webkit-filter: none;
	margin-top: 25px;
}
.cab_municipio .tituloPrincipal {
	text-align:center;
	margin:auto;
	display:table;
	float:none;
}
.cabecalhoParallax .tituloPrincipalG {
	font-size:2.6em;
	text-transform:uppercase;
}
.cabecalhoParallax .chamada {
	font-size:1.0em;
	line-height:1.3em;
	color:#EEE;
	display:table;
	width:60%;
	display:table;
	margin:auto;
	float:none;
	font-weight:400;
	text-align:center;
}
.cab_municipio .chamada {
	text-align:center;
	margin:auto;
	display:table;
	float:none;
}
.cabecalhoParallax .chamada span a{
	color:#FC0;
	font-size:1.0em;
	font-weight:400;
}
@media only screen and (max-width: 1080px) {
.cabecalhoParallax {
	background-size:180%;
}
}
@media only screen and (max-width: 980px) {
.cabecalhoParallax {
	background-size:220%;

}
.cabecalhoParallax .tituloPrincipal {
	font-size:1.8em;
	line-height:1.2em;

	color:#FFF;
	text-align:center;
	width:90%;
	display:table;
	margin:auto;
	float:none;
}
.cabecalhoParallax .chamada {
	font-size:1.0em;
	line-height:1.3em;
	color:#EEE;
	display:table;
	width:90%;
	display:table;
	margin:auto;
	float:none;
	font-weight:400;
	text-align:center;
}
}
@media only screen and (max-width: 880px) {
.cabecalhoParallax .bgTransParallax {
	padding:60px 0;
	}

}