
/*-----------------------*/
/*                       */
/*	       HOME          */
/*                       */
/*-----------------------*/


#map-canvas{

	height: 350px;
}

footer{
	padding-top:0px!important;	
}


/*min-width Tem que ter o tamanho da imagem de fundo*/
@media (min-width: 1920px) { 
	.carousel-item>img {
		width: 100% ;
		height: 500px;
	}
}

/*max-width Tem que ter o tamanho da imagem de fundo*/  
@media (max-width: 1920px) { 
	.carousel-item>img {
		width: 100%;
		height: 100%;
	}
}




/*-----------------------*/
/*                       */
/*	     NOTICIAS        */
/*                       */
/*-----------------------*/


.col-noticia{
	margin-bottom: 18px;
}

.box-noticia{
	position: relative;
}

.box-badge{
	position : absolute;
	right   : 0;
	margin-right: 4px;
	z-index: 9;
}

.box-titulo{
	position : absolute;
	bottom   : 0;
	width: 100%;
	height: 60px;
	/*background-color: rgba(102, 102, 102, 0.5);*/
	z-index: 9;
	color: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.box-titulo>p{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 10px;
	line-height:1em;
}

.img-noticia{
	border-radius: 10px;
}




/*-----------------------*/
/*                       */
/*	     COMISSÃO        */
/*                       */
/*-----------------------*/




.comissao, 
.comissao:focus,
.comissao:active,
.comissao.active {
  color: black;
  font-size: 14px;
}