/*CSS full*/

.pkp_site_name .is_img img{
max-height: unset;
}
.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;
}