/* PUBLICACIONES + CONGRESOS - Reducir espacio superior de las tarjetas */
body.itemid-479.view-category .article-list .article .article-body,
body.itemid-480.view-category .article-list .article .article-body {
    padding: 0px 20px 20px 20px !important;
}
/* PUBLICACIONES + CONGRESOS - reducir espacio superior e inferior */
body.itemid-479 #sp-main-body,
body.itemid-480 #sp-main-body {
    padding: 30px 0 !important;
}

/* TÍTULO DE LOS ARTÍCULOS */
.view-article .article-details .article-header > h1 {
    max-width: 950px !important;
}
/* CONGRESOS - TARJETAS MISMA ALTURA */
.article-list .article {
    height: 100% !important;
}
/* CONGRESOS - ALINEAR SOLO "LEER MÁS" ABAJO */
.article-list .article .article-body {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.article-list .article .article-introtext {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

.article-list .article .readmore {
    margin-top: auto !important;
}