.titulo-lista-noticias{
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
}
.titulo-lista-noticias a{
    color: #333;
    text-decoration: none;
    font-weight: 600;
}
.fecha-lista-noticias{
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
    color: #4d4d4d
    
}
.media-lista-noticias{
    height:280px;
}

.media-lista-noticias img{
    height:280px;
    object-fit: cover;
}

.content-lista-noticias{
    position: absolute;
    top: 0;
    color:white!important;
    height: 100%;
    background: linear-gradient(0deg,#445e76 0,rgba(134,174,204,0) 76%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 1.25rem!important;
    padding-right: 1.25rem!important;
    padding-bottom: 1rem;
    width: calc(100% - 1rem);
 }

 .content-lista-noticias a{
    color:#f3f3f3!important;
 }

 .content-lista-noticias .fecha-lista-noticias{
    font-size: 0.8rem;
    color:#f3f3f3!important;
    order:2;
    display:none;
    
}

.lista-de-noticias-title{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6rem !important;
    font-family: var(--expreso-font-family-titular);
    color: #333;
    text-decoration: none;
    border-top-style: solid;
    border-top-color: #33332f;
    border-top-width: 1px;
}


.items-bloque-automatico .slick--multiple-view .slick-slide.slick__slide{
    padding-left: 0.3rem;
    padding-right: 0.35rem;
    height: 100%;
}