@charset "iso-8859-1";
/* CSS Document */

/* pagina home */
div#trecho_home_noticias{
	width: 995px;
	height: 645px;
	margin: 0 auto;
}

div#trecho_home_noticias div.barra_titulo{
	width: 100%;
	height: 118px;
	line-height: 100px;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 70px;
	background: url(../imagens/noticias-barra-titulo.png) no-repeat;
}

div#trecho_home_noticias div.barra_titulo span{
	font-family: 'PacificoRegular';
	font-size: 50px;
	color: #FFF;
}

div#trecho_home_noticias div.centro{
	width: 900px;
	margin: 0 auto;
}
/* /pagina home */

/* listagem de noticias */
#owl-noticias-home .item{
	width: 280px;
	height: 380px;
	margin-bottom: 10px;
    color: #111;
    text-align: center;
	font-family: 'CenturyGothicRegular';
	border: 1px solid #E4E4E4;

	-webkit-box-shadow: 5px 5px 5px 0px rgba(102,102,102,0.79);
	-moz-box-shadow: 5px 5px 5px 0px rgba(102,102,102,0.79);
	box-shadow: 5px 5px 5px 0px rgba(102,102,102,0.79);
}

.customNavigation{
    text-align: center;
	margin-top: 10px;
}

/* use styles below to disable ugly selection */
.customNavigation a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.customNavigation a{
	cursor: pointer;
}

.customNavigation a:nth-of-type(1){
	margin-right: 45px;
}

div.trecho_listagem_noticia{
	position: relative;
	float: left;
	width: 280px;
	height: 380px;
	background: #FFF;
}

div.trecho_listagem_noticia div.imagem{
	margin-top: 20px;
}

div.trecho_listagem_noticia div.titulo{
	width: 240px;
	margin: 20px;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}

div.trecho_listagem_noticia div.texto{
	width: 240px;
	margin-left: 20px;
	text-align: left;
	font-size: 13px;
}

div.trecho_listagem_noticia a.link{
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #FFF;
	font-size: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 13px;
	padding-right: 13px;
	background: #0072BC;
	border-radius: 3px;
}
/* /listagem de noticias */