/*CSS REN*/

.pkp_site_name .is_img img{
max-height: unset;
}
pkp_footer_content .logos img{
max-width 100%;
width: auto;
height: auto; 
max-height: unset;

}
.pkp_footer_content{
    display:flex;
    justify-content:space-between;
}
.pkp_footer_content >*{
    margin:1em;
}
.firma-biteca{
    max-width:100px
}
.pkp_footer_content .info{
    flex-grow:2;
}
