.post-item .post-header .picture {
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 25px;
    border: solid 1px #efefef;  
  border-radius: 10px;
}

.post-item .post-body {
    padding: 0 25px;
    position: absolute;
    z-index: 8;
    bottom: 30px;
}

.post-item h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
  text-decoration: none; 
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;    
}

/*.post-item:hover h2 {
  color: #00b3e8;
}*/

/*.post-item .overlay {
Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e4378+35,2e4378+100&0+35,1+100 
background: -moz-linear-gradient(top, rgba(46,67,120,0) 35%, rgba(46,67,120,1) 100%); 
background: -webkit-linear-gradient(top, rgba(46,67,120,0) 35%,rgba(46,67,120,1) 100%); 
background: linear-gradient(to bottom, rgba(46,67,120,0) 35%,rgba(46,67,120,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e4378', endColorstr='#2e4378',GradientType=0 ); 
  background-color: rgba(28,145,201,.4);  
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}*/

.hero-banner .post-item .picture .overlay {
    background: #0d4f8b;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity .5s ease-in 0s;
    -moz-transition: opacity .5s ease-in 0s;
    -o-transition: opacity .5s ease-in 0s;
    transition: opacity .5s ease-in 0s;
}

.hero-banner .post-item:hover .picture .overlay {
	opacity: .6;
}

.post-item.big .post-header .picture {
  height: 405px;
}

.post-item.sm .post-header .picture {
  height: 190px;
}

.post-header .picture::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #000000e3, transparent);
}

.post-article .categoria,
.banner .categoria {
  background-color: #00b3e8;
  padding: 5px 20px;
  border-radius: 50px;
  color: #20315b;
  font-size: 13px;
  font-weight: 700;
}

.post-article .post-item .post-body {
  color: #fff;
}

