.header.container-fluid {
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 250px;
    align-content: space-around;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: stretch;
}

.journal-logo {
    max-width: 100%;
    padding-top: 30px;
    max-height: 150px;
}

/*-----------------ESTILOS PARA EL PIE DE PAGINA--------------------*/
/*color fondo Footer*/
.site-footer {
    margin: 60px 0px 0px 0px;
    padding: 60px 0px 30px 0px;
}

/*margenes del div de indizaciones*/
.pkp_block {
    -webkit-box-flex: 0;
    position: relative;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer ul li {
    position: relative;
    border-bottom: solid 1px #fff;
}

/* apariencia de la lista*/
footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/*apariencia de los links*/
footer ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 0.85rem;
    padding: 5px 0px;
}

.pkp_footer_content {
    padding: 30px;
    text-align: left;
}

.rfooter-section {
    width: 310px;
}

.rfooter {
    width: 100%;
    margin: 50px 0px 0px 0px;
    color: #fff;
    text-align: center;
    font-size: 10pt;
}

.sidebar_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}


.pkp_block {
    flex: 0 0 25%;
}


.user-page-footer {
    max-width: 100%;
    flex: 0 0 100%;
}

footer {
    display: flex;
    color: rgba(255, 255, 255, 0.8);
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.copy-section {
    width: 25%;
}

.pkpbrand-wrapper {
    max-width: 25%;
    flex: 0 0 25%;
    display: flex;
    justify-content: flex-end;
    display: none;
}

.index-journal-description {
    text-align: justify;
    line-height: 1.6;
}

.summary_meta {
    margin-top: 20px;
    font-family: 'Montserrat',sans-serif;
    line-height: 1.25;
    font-size: small;
    font-weight: bold;
}

a.issue_summary_title {
    font-family: 'Montserrat', sans serif;
    font-weight: bold;
}

.text-left {
    text-align: left!important;
    font-size: 30px;
    /* font-style: italic; */
}

.text-center {
    text-align: center!important;
    text-transform: uppercase;
    font-size: 35px;
}
 .pkp_block .title {
    font-weight: bold;
    text-transform: uppercase;
}

.page-item.active .page-link {
    background-color: #500000;
    border-color: #500000;
    box-shadow: none;
    pointer-events: none;
    color: white;
}

/*justificar resumen dentro del articulo*/
.abstract {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 0.2px;
    text-align: justify;
}

/*justificar la lista de referencias*/
.references-list {
    padding-left: 0px;
    text-align: justify;
}

/*justificar la seccion de politicas en la pestaña de envios*/
.section_policy.submission-item-block {
    text-align: justify;
}

/*margen y posicion botones galeradas complementarias*/
a.btn.galley-link.obj_galley_link_supplementary.pdf {
    margin-top: 10px;
    text-align: center;
}

a.btn.galley-link.obj_galley_link {
    margin-top: 5px;
}

.page_article .galleys {
    text-align: center;
}

.btn:hover, .btn:focus, .btn:active {
    background-color: #500000;
}

.page-item .page-link:hover {
    background-color: #500000;
    border: 1px solid #500000;
}

img.archive_issue_cover {
    box-shadow: 2px 2px 5px #999;
}

/*tamaño de filas del div NUMERO ACTUAL*/
.pkp_block.block_web_feed ul {
    width: 100%;
}

.section_title {
    font-weight: bold;
}

.img-fluid, .img-thumbnail {
    max-width: 80%;
    box-shadow: 3px 4px 7px #999;
}

ol li:before {
    display: none;
}

.csl-entry {
    font-size: 1rem;
}