/*
------------------- RESET DA MODELO -------------------
*/
#titulos,
.conteudos-nav {
	display: none !important;
	visibility: hidden !important;
}
.corpo {
	margin-top: 0;
	padding-bottom: 0;
}
.conteudos {
	max-width: 2000px;
	padding-left: 0;
	padding-right: 0;
}
/*
--------------- BANNERS -------------------
*/
/*
#banners {
	float: none;
	margin: 0 auto;
	max-width: 2000px;
	position: relative;
	z-index: 1;
}
*/

#banners{
	margin-top: 68px;
	width:100%;
	position:relative;
}
#banners > div{	
	max-width:none !important;
	overflow:hidden;	
}
#banners .owl-item,
#banners .owl-item img{
	width: 992px !important;
	/*height:144px !important;*/
}


#BBbanners .owl-item img {
    display: block; /* Garante que a imagem não tenha espaços extras */
    width: 100%;    /* Faz a imagem ocupar 100% da largura do seu container */
    height: auto;   /* Mantém a proporção da imagem */
    max-width: 100%; /* Garante que ela não exceda a largura original */
}



#banners .owl-nav-button{
	position:absolute;
	top:43%;
	font-size:36px;
	color:#ccc;
	cursor:pointer;
	text-shadow: 2px 2px 4px #666;
	opacity:0.5;
}
#banners .owl-nav-button:hover{
	color:#fff;
	opacity:0.7;	
}
#banners .owl-prev{
	left:10px;
}
#banners .owl-next{
	right:10px;
}
#banners .owl-dots{
	position:absolute;
	bottom:0;
	width:100%;
}
#banners .owl-dots span{	
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	width: 12px;
}
#banners .owl-dots .active span{
	background: #ffd000;
}

@media screen and (min-width: 768px){
	#banners{
		margin-top: 0;
	}
	#banners .owl-item,
	#banners .owl-item img{
        width: 100% !important;
		/*width: 1024px !important;*/
	}
}
@media screen and (min-width: 992px){
	#banners .owl-item,
	#banners .owl-item img{
		width: 1104px !important;
	}
}
@media screen and (min-width: 1170px){
	#banners .owl-item,
	#banners .owl-item img{
		width: 1250px !important;
	}
}
@media screen and (min-width: 1280px){
	#banners .owl-item,
	#banners .owl-item img{
		width: 1360px !important;
	}
}
@media screen and (min-width: 1366px){
	#banners .owl-item,
	#banners .owl-item img{
		width: 1546px !important;
	}
}
@media screen and (min-width: 1440px){
	#banners .owl-item,
	#banners .owl-item img{
		width: 1520px !important;
	}
}
@media screen and (min-width: 1680px){
	#banners .owl-item,
	#banners .owl-item img{
		width: 1760px !important;
	}
}
@media screen and (min-width: 1920px){
	#banners .owl-item,
	#banners .owl-item img{
		width: 2000px !important;
	}
}
/*
--------------- REUNIOES -------------------
*/
.reunioes-tv {
	float: none;
	margin: 0 auto;
	margin-top: 30px;
	max-width: 1170px;
	padding: 0 auto;
}
.reunioes a{
	color:#FFFFFF;
}
.reunioes-titulo {
	background: url(../img/icone-reunioes.png) no-repeat left top;
	color: #00690a;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -1px;
	margin-bottom: 12px;
	padding-left: 42px;
	text-transform: uppercase;
}
.reuniao {
	background: #839b85;
	color: #fff;
	display: block;
	float: left;
	width: 100%;
}
.reunioes > div:last-child {
	margin: 20px 0;
}
.reuniao-dia {
	background: #538258;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 900;
	height: 76px;
	padding: 8px 4px;
	max-width: 88px;
	text-align: center;
	width: 100%;
}
.reuniao-dia i {
	color: #04660e;
	display: block;
	font-size: 40px;
}
.reuniao-horario {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 76px;
	line-height: 44px;
	padding: 16px 8px;
	max-width: 200px;
	width: 100%;
}
.reuniao-horario i {
	color: #538258;
	display: inline-block;
	float: left;
	font-size: 45px;
	margin-right: 8px;
}
/*
------------------ TV ----------------------
*/
.tv-container {
}
.tv-titulo {
	background: url(../img/icone-tv.png) no-repeat 15px top;
	color: #002469;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -1px;
	margin-bottom: 8px;
	padding-bottom: 4px;
	padding-left: 54px;
	text-transform: uppercase;
}
.tv-destaque {
	max-width: 402px;
}
.tv-destaque-titulo {
	background: #002469;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	margin-top: -7px;
	padding: 20px 10px;
}
.tv-destaque-titulo i {
	color: #dad977;
	display: block;
	float: left;
	font-size: 18px;
	margin: 8px 15px 25px 0;
}
.tv-destaque-titulo a{
	color: #ffffff;
}
.tv-lista {
}
.tv-item {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	margin: 15px 0;
	width: 100%;
}
.tv-lista > div:first-child {
	margin-top: 0;
}
.tv-item a {
	color: #000000;
}
.tv-item img {
	display: inline-block;
	float: left;
	margin-right: 15px;
	width: 100%;
	height: auto;	
	max-width: 86px;
	max-height: 56px;
}
.btVermais {
	border: solid 2px #bbbebf;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	clear: both;
	color: #002469;
	display: block;
	font-size: 18px;
	font-weight: 300;
	margin: 15px auto;
	max-height: 48px;
	max-width: 226px;
	padding: 8px 4px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.btVermais:hover,.btVermais:focus {
	background: #002469;
	border: solid 2px #002469;
	color: #fff;
	text-decoration: none;
}
/*
--------------- NOTICIAS -------------------
*/
.noticias {
	border-top: dashed 1px #f3f3f3;
	float: none;
	margin: 0 auto;
	margin-top: 35px;
	max-width: 1170px;
	padding: 0 auto;	
}
.noticias-titulo {
	background: url(../img/icone-noticias.png) no-repeat 15px 25px;
	color: #00690a;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -1px;
	margin-bottom: 20px;
	padding-left: 54px;
	padding-top: 25px;
	text-transform: uppercase;
}
.noticia {
	display: block;
	position: relative;
	z-index: 1;
}
.noticia-data {
	background: #002469;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 100;
	left: -1px;
	line-height: 22px;
	padding: 6px 20px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: -10px;
}
.noticia-data strong {
	display: block;
	font-size: 28px;
	font-weight: 900;
}
.noticia-data span {
	display: block;
	font-size: 15px;
	font-weight: 400;
}
.noticia-titulo {
	color: #000000;
	font-size: 17px;
	font-weight: 500;
}
.noticia-chamada {
	color: #bbbebf;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
}
.noticias .btVermais {
	margin: 45px auto;
}
/*
--------------- OBRAS -------------------
*/
.obras-container {
	background: url(../img/home-obras-padrao.jpg) repeat left top;
	margin: 0 auto;
}
.obras {
	float: none;
	margin: 0 auto;
	max-width: 1170px;
	padding: 40px 0;
}
.obras-cabecalho {
	float: left;
	margin-bottom: 35px;
	width: 100%;
}
.obras-titulo {
	background: url(../img/icone-obras.png) no-repeat 15px top;
	color: #00690a;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -1px;
	margin-bottom: 20px;
	padding-bottom: 12px;
	padding-left: 55px;
	padding-top: 8px;
	text-transform: uppercase;
}
.obras-link {
	color: #538258;
	font-size: 18px;
	font-weight: 300;
}
.obras-wrap {
	margin-top: 25px;
}
.obras ul {
	list-style: none;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	-webkit-padding-start: 0;
	margin: 0;
	margin-top: 35px;
	text-align: center;
}
.obras ul li {
	display: inline-block;
	height: 7px;
	margin: 0 10px;
	position: relative;
}
.obras ul li button {
	background: #d4d9db;
	border: none;
	height: 7px;
	text-indent: -9999px;
	width: 50px;
}
.obras ul .slick-active > button {
	background: #bbbebf;
}
.obras ul li > button:hover,.obras ul li > button:focus {
	outline: none;
}
.obra {
	line-height: 18px;
}
.obra a {
	color: #000;
	font-size: 15px;
	font-weight: 300;
	line-height: 14px;
}
/*
--------------- REDES -------------------
*/
.redes-mapa {
	float: none;
	margin: 0 auto;
	max-width: 1170px;
}
.redes-mapa > div {
	margin: 35px 0;
}
.redes-titulo {
	background: url(../img/icone-redes.png) no-repeat left top;
	color: #002469;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -1px;
	margin-bottom: 15px;
	padding-bottom: 4px;
	padding-left: 44px;
	text-transform: uppercase;
}
.mapa-titulo {
	background: url(../img/icone-localizacao.png) no-repeat left top;
	color: #00690a;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -1px;
	margin-bottom: 15px;
	padding-left: 34px;
	text-transform: uppercase;
}
.redes-mapa iframe, .redes-mapa img {
	-moz-box-shadow: 0px 2px 3.96px 0.04px rgba(0, 0, 0, 0.39);
	-ms-box-shadow: 0px 2px 3.96px 0.04px rgba(0, 0, 0, 0.39);
	-o-box-shadow: 0px 2px 3.96px 0.04px rgba(0, 0, 0, 0.39);
	-webkit-box-shadow: 0px 2px 3.96px 0.04px rgba(0, 0, 0, 0.39);
	box-shadow: 0px 2px 3.96px 0.04px rgba(0, 0, 0, 0.39);
}
/*
--------------- RESPONSIVIDADES -------------------
*/
@media screen and (max-width:1100px) {
	.tv-destaque iframe{
		width: 100%;
	}
}
@media screen and (max-width:991px) {
	.redes-mapa {
		max-width: 500px;
	}
}
@media screen and (max-width:767px) {
	.reunioes-tv {
		margin-top: 8px;
	}
	.reunioes > div:last-child {
		margin: 25px 0;
	}
	.tv-destaque {
		margin-bottom: 45px;
		max-width: 767px;
	}
	.tv-destaque iframe {
		height: 49vw;
	}
	.noticia {
		margin: 25px 0;
		max-width: 350px;
	}
	.noticias .btVermais {
		margin-top: 5px;
	}
}
@media screen and (max-width:729px) {
	.noticia {
		float: none;
		margin: 0 auto;
		max-width: 350px;
	}
	.noticias > .noticia:nth-child(3) {
		margin: 45px auto;
	}
	.noticias .btVermais {
		margin-top: 25px;
	}
}
@media screen and (max-width:599px) {
	.obra {
		text-align: center;
	}
	.obra img {
		margin: 0 auto;
	}
}
@media screen and (max-width:509px) {
	.obras-titulo {
		background-position: left top;
		padding-left: 38px;
	}
	.obras-link {
		font-size: 0;
		position: relative;
	}
	.obras-link:before {
		color: #001f6b;
		content: '[+]';
		font-size: 20px;
		font-weight: 900;
	}
}
@media screen and (max-width:420px) {
	.obras-titulo {
		font-size: 16px;
	}
}
@media screen and (max-width:348px) {
	.reuniao-horario {
		font-size: 10px;
		max-width: 145px;
	}
}