/*Shipjournal 2019*/

.pkp_site_name .is_img img {
    max-height: unset;
}
#pkp_content_footer{
    background:#6994B7 !important;
    color:white;
}
#pkp_content_footer a{
    color:white;
}
.logopkp{
    filter: invert(100%);
}
.pkp_brand_footer{
    display:none;
}
.pkp_footer_content{
    display:flex;
    justify-content:space-between;
    align-items: center;
}
.pkp_footer_content >*{
    margin:1em;
}
.firma-biteca{
    max-width:100px;
}
.logoinstitucion{
    max-width:300px;
    border-right: 1px solid white;
    padding-right: 2em;
}
.pkp_footer_content .info{
    flex-grow:2;
}
.additional_content .cubiertas{
    display:flex;
    justify-content:space-around;
    flex-wrap: wrap;
}
.additional_content .cubiertas img{
    height: 170px!important;
}
.page_index_journal{display: flex;flex-direction: column;}
.current_issue{order: 2;}

.additional_content{
    order: 1;
    border-top: 0px !important;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 2em !important;
}
.pkp_page_allflash img{
    max-width:160px;
}
@media(max-width:470px){
    .pkp_page_flash img{
        /* max-width:250px; */
    }   
    .pkp_footer_content {
        flex-direction:column;
    }
    .logoinstitucion {
        max-width: 100%;
        border-right: 0px solid white;
        padding-right: 0em;
        border-bottom:1px solid white;
        padding-bottom:2em;
        width:100%;
        text-align:center
    }
}
.item.references .value {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
}