div.last{
    margin-top: 46px !important;
    margin-bottom: 28px !important;
}
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-align: center !important;*/
    text-transform: uppercase !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){
    div.noticia{
        padding-top: 16px !important;
        padding-bottom: 16px !important;
        border-top: 1px solid #e1e1e1;
    }
}

@media screen and (max-width: 768px){
    section.sidebar{
        display: none !important;
    }
}