div.last .encabezado h5{
    color: #000;
    /*leading-trim: both;
    text-edge: cap;*/
    font-family: 'Piazzolla', serif !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 26.4px */
    /* margin-bottom: 28px; */
    text-transform: uppercase !important;
    text-align: center !important;
}

div.noticia .titulo{
    overflow: hidden;
    color: #000 !important;
    text-overflow: ellipsis;
    font-family: 'Piazzolla', serif !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

@media screen and (min-width: 1024px){
    section.sidebar div.noticia{
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    section.sidebar div.last div.encabezado{
        margin-bottom: 27px !important;
    }

    section.sidebar div.noticia{
        display: flex !important;
    }

    section.sidebar div.foto{
        min-width: 110px !important;
        min-height: 110px !important;
        
    }

    section.sidebar div.noticia div.foto img{
        object-fit: cover;
        width: 110px !important;
        height: 110px !important;
    }
    
    div.noticia > div.foto{
        margin-right: 12px;
    }

    div.noticia > div.foto + div{
        margin-left: 12px;
    }

    div.last{
        margin-top: 35px !important;
        /*margin-bottom: 28px !important;*/
    }
}

@media screen and (max-width: 768px){
    div.noticia div.foto{
        display: none !important;
    }
    div.last > div.encabezado{
        padding-top: 38px !important;
        padding-bottom: 37px !important;
        border-top: 1px solid #e1e1e1 !important;
        border-bottom: 1px solid #e1e1e1 !important;
    }
    div.noticia{
        padding-top: 16px !important;
        padding-bottom: 16px !important;
        border-bottom: 1px solid #e1e1e1 !important;
    }
}