/*CSS Gaceta*/

@media (max-width: 992px) {
    .pkp_site_name {
        padding:3px 0 3px .714rem;
    }
}

/*.pkp_site_name .is_img img{
max-height: unset;
}*/
a{
    color:#005687;
}
a:hover{
    color:#005687;
}

.pkp_brand_footer{
    display:none;
}
.pkp_footer_content{
    display:flex;
    justify-content:space-between;
}
.pkp_footer_content >*{
    margin:1em;
}
.firma-biteca{
    max-width:100px
}
.logoinstitucion{
    max-width:180px;
    border-right:1px solid black;
    padding-right:1.5em;
}
.pkp_footer_content .info{
    flex-grow: 2;
}

.item.references .value {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
}