
.noticia
{   text-align: center;
    padding-bottom: 35px;
}
.noticia_img img{
    width: 100%;
    height:360px!important;
    object-fit: fill;
    overflow: hidden;
    -o-object-fit: fill;
    object-position: 50% 50%;
    -o-object-position: 50% 50%
}
.noticia:hover .noticia_img{
    box-shadow: 0 18px 24px -9px #999;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0.9);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0.9);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0.9);
    transition: all 200ms ease-in;
    transform: scale(0.9);

}
.noticia:hover .noticia_titulo_fecha{
    box-shadow: 0 18px 24px -9px #999;
}
.noticia_info {
    padding: 10px 15% 30px;
}

.noticia_titulo_fecha {
    background-color: rgba(41, 39, 34, 0.5);
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    padding: 2px 30px 0;
}
.noticia_titulo_fecha h4, .noticia_titulo_fecha h6 {
    color: #fff;
    font-weight: 300;
}
.noticia_titulo_fecha h4 {
    font-size: 20px;
}
.noticia_titulo_fecha h6 {
    font-size: 14px;
}
.btn.btn-primary {
    background-color: rgba(229, 57, 53, 0.8);
    padding: 10px;
    border: none;
    color: #ffffff;
    border-radius: 0;

}
.btn.btn-primary:hover {
    background-color: rgba(229, 57, 53, 0.7)!important;

}
.noticia-resumen{

    white-space: pre-line;
}
.fecha-fuente{
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    margin-left: 10px;
}


.noticia_img {
    position: relative;
    overflow: hidden;
}
.overlay-container {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}
.overlay-top,.overlay-bottom{
    position: absolute;
    top: auto;
    padding: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(30, 30, 30, 0.5);

    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    height: 0;
    color: #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-container .noticia_info {
    padding: 0 20px;
    position: relative;
}
.overlay-top {
    top: 0;
}
.overlay-bottom {
    padding-bottom: 10px;
}
.overlay-container:hover .overlay-top,.noticia_img:hover .overlay-top,.overlay-container:hover .overlay-bottom,.noticia_img:hover .overlay-bottom{
    height: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}
