
img {
    border-radius: 20px;
}
.header {    
    background-color: #013b8d;
    background-image: url("https://uam-cms.site/wp-content/uploads/2023/07/auditorio-multiples-universidad-arturo-michelena.webp");
    padding-block: 30px;
    background-repeat: no-repeat;
    background-position: 25% 63%;
}

.article_summary {
    width: 31%;
    margin-bottom: 60px;
    margin-right: 2%;
    border: 2px;
    box-shadow: 0px 1px 5px 0px #d1d1d1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    /* align-content: space-between; */
    justify-content: space-between;
}

.galleys_links {
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-content: flex-end;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: row;
}

.section_title {
    font-family: 'Montserrat',sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 42px;
    padding-top: 3px;
}

.summary_title {
    font-family: 'Poppins',serif;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
}

.index-site-journal-description {
    margin-top:20px;
}

/* --- Ajustes del Footer --- */

/* 1. Ocultar el logo de "Platform & Workflow by OJS" */
.pkp_brand_footer {
    display: none !important;
}

/* 2. Centrar el contenido del pie de página */
.pkp_footer_content {
    text-align: center !important;
    width: 100% !important;
    color: #ffffff; /* Asegura que el texto sea blanco */
}

/* 3. Ajustar el bloque azul (Padding y color) */
.pkp_structure_footer {
    background-color: #013b8d !important; /* Usando el mismo azul de tu header */
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    min-height: auto !important;
    border-top: none !important;
}

/* 4. Estilo opcional para los enlaces que pongas en el footer */
.pkp_footer_content a {
    color: #ffffff;
    text-decoration: underline;
}