.destaque{margin-bottom: 30px;}
.destaque-bg{min-height: 515px; margin-bottom: 15px; position: relative;}
.destaque-bg .fa-expand{position: absolute; z-index: 500; bottom: 15px; right: 15px; border-radius:50px; background-color: rgba(0, 0, 0, 0.8); padding:10px; font-size: 20px; color:#ffffff;}

.noticia{ position:relative; min-height: 270px; display: inline-block;  width: 100%;
}

.noticia .noticia-bottom{
  background-color: #f4f7f9;
  padding: 0px;
  position: absolute;
  bottom: 0;
  width: 100%; text-align: right;
  text-transform: uppercase;
  font-size: 11px;
}

.noticia{position:relative; min-height: 340px;}
.noticia h3{font-size: 100%; line-height: 110%;}
.noticia-bottom-date{padding-top: 4px !important;}

.noticia-data{padding:5px 10px !important;}
.child, .bg-no-photo{height:180px;}
.child a .fa{margin-top:24% !important;}


/* ++++++++++++++++++++++++++++++++++   */
.media-left {
  position: relative;
  overflow: hidden;
  width: 100px;
}

.media-left img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.media-left img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



.pager li>a, .pager li>span {
    display: inline-block;
    line-height: 17px !important;
    padding: 6px 10px;
    color: #ffffff !important;
    background-color: #2e3235;
    border: none !important;
    border-radius: 8px !important;
    font-size: 14px;
    padding: 4px 13px; margin:0 !important;
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
    color: #999999;
    background-color: #dddddd;
    cursor: not-allowed;
}

@media (max-width: 768px) 
{ 
    .noticia{ width: 100%; min-height: 300px;}
}