/*CSS fagro*/

@media (min-width: 992px) {
.pkp_site_name .is_img img{
max-height: unset;
}
}
a{
    color:#005a69;
}
a:hover{
    color:#005a69;
}

.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;
}
.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #005a69;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    color: #005a69;
    text-decoration: none;
}
.cmp_button_wire, .obj_galley_link:hover{

    background: #005a69;

}
.item.references .value {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
}
