.listado-noticias .noticia a {    
    display: block;
}
.listado-noticias .noticia a > div {
    position: relative;
}
.listado-noticias .noticia picture .post-img {
    width: 100%;
}
.listado-noticias .noticia .post-fec {
    width: 17.5rem;
    height: 17.5rem;
    background-color: #1c2975;
    color: white;        
    font-size: 2.75rem;
    font-weight: normal;
    line-height: 1.0;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.listado-noticias .noticia .post-fec .post-dia {
    margin-bottom: 0.5rem;
    font-size: 7.5rem;    
}
.listado-noticias .noticia .post-cat {
    margin-bottom: 3.75rem;
    font-size: 3.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
}
.listado-noticias .noticia .post-tit {
    font-family: 'Oswald', sans-serif;
    font-size: 6rem;
    font-weight: normal;
    line-height: 1.2;
}
.listado-noticias .noticia .post-lnk {
    padding-top: 4.25rem;
    border-top: 0.25rem solid transparent;
    color: #9ea1a1;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    text-align: right;
}
.listado-noticias .noticia .post-lnk span,
.listado-noticias .noticia .post-lnk:after {
    display: inline-block;
    vertical-align: middle;
}
.listado-noticias .noticia .post-lnk:after {
    content: '';
    width: 5rem;
    height: 5rem;
    margin-left: 3rem;
    background-image: url('../../../../images/iconos/arrow-right-gray.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;    
}

@media (min-width: 768px) {    
    .listado-noticias .noticia a > div{
        display: -webkit-flex;
        display: flex;
    }    
/*    .listado-noticias .noticia .post-cont {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }*/
    .listado-noticias .noticia .post-lnk {   
        margin-top: 15rem;
        font-size: 3.5rem;
    }
}
@media (max-width: 767px) {
    .listado-noticias .noticia {
        width: 90rem;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }    
    .listado-noticias .noticia + .noticia {
        margin-top: 6.75rem;
    }
    .listado-noticias .noticia .post-cont {
        padding: 7.25rem 8.75rem 0;
    }
    .listado-noticias .noticia .post-lnk {
        margin-top: 6rem;
        font-size: 2.5rem;
    }    
}