.fpa-noticias .thumbnail {
	position: relative;
	height: 384px;
	/*border-color: #0c3274;*/
	border-radius: 0;
}

.fpa-noticias .data {
	position: absolute;
	padding: 10px 15px;
	top: 4px;
	left: 4px;
	color: #fff;
	text-align: center;
    font-size: 12px;
	/*background-color: #0c3274; */
	z-index: 2;
}
.fpa-noticias .data > hr {
	margin: 3px 0;
	border-color: #fff;
}
.fpa-noticias .data > span {
	display: block;
	font-size: 18px;
}

.fpa-noticias .container-noticias,
.fpa-galeria .container-noticias {
	position: relative;
	height: 190px;
}
.fpa-noticias .fpa-noticias-image-overlay,
.fpa-galeria .fpa-noticias-image-overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}

.fpa-noticias .container-noticias:hover .fpa-noticias-image-overlay,
.fpa-galeria .container-noticias:hover .fpa-noticias-image-overlay {
    opacity: 1;
}
.fpa-noticias .container-noticias:hover .fpa-noticias-image-overlay-icon,
.fpa-galeria .container-noticias:hover .fpa-noticias-image-overlay-icon {
    display: block;
    -webkit-animation: zoomIn .2s;
    animation: zoomIn .2s;
}
.fpa-noticias .container-noticias .fpa-noticias-image-overlay-icon,
.fpa-galeria .container-noticias .fpa-noticias-image-overlay-icon {
    position: absolute;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 36px;
    font-size: 23px;
    height: 36px;
    line-height: 33px;
    text-align: center;
    background: 0 0;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    background: rgba(0,0,0,.8);
    border-radius: 40px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    display: none;
}
.fpa-noticias .imagem,
.fpa-galeria .imagem {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	height: 190px;
	/*background-color: #0c3274;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


.fpa-noticias .titulo {
  overflow: hidden;
  position: relative;
  line-height: 20px;
  max-height: 40px;
  text-align: justify;
  margin-right: -1em;
  padding-right: 2em;
  /*color: #f59c00;*/
}
.fpa-noticias .titulo:before {
  content: '...';
  position: absolute;
  right: 1em;
  bottom: 0;
}
.fpa-noticias .titulo:after {
  content: '';
  position: absolute;
  right: 1em;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.fpa-lista .h1, .fpa-lista .h2, .fpa-lista .h3,
.fpa-lista .h4, .fpa-lista .h5, .fpa-lista .h6,
.fpa-lista h1, .fpa-lista h2, .fpa-lista h3,
.fpa-lista h4, .fpa-lista h5, .fpa-lista h6 {
	font-family: Stem-Regular;
}

.fpa-noticias .corpo,
.fpa-lista .corpo {
	overflow: hidden;
	position: relative;
	line-height: 20px;
	max-height: 80px;
	font-weight: normal;
	text-align: justify;
	margin-right: -1em;
	padding-right: 2em;
	/*color: #0c3274;*/
}
.fpa-noticias .corpo:before,
.fpa-lista .corpo:before {
  content: '...';
  position: absolute;
  right: 1em;
  bottom: 0;
}
.fpa-noticias .corpo:after,
.fpa-lista .corpo:after {
  content: '';
  position: absolute;
  right: 1em;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}


.fpa-galeria .thumbnail {
	position: relative;
	height: 200px;
	border-color: #0c3274;
	border-radius: 0;
}
.fpa-galeria .legenda {
	margin-top: -10px;
}

.fpa-lista .corpo {
	max-height: 60px;
}
.fpa-lista .corpo:before {
  content: '';
}

.fpa-lista span.tag,
.fpa-noticias span.tag,
.fpa-noticia span.tag {
	margin-right: 5px;
	display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #555;
    text-decoration: none;
    text-shadow: 0 1px white;
    background: #fafafa;
    border-width: 1px;
    border-style: solid;
    border-color: #dadada #d2d2d2 #c5c5c5 #d2d2d2;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
}