@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 100% !important;
    }
    /*
    
    .has_site_logo .pkp_head_wrapper {
        width: 100% !important;
    }
    .pkp_site_name_wrapper, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_search_mobile, .pkp_structure_content, .pkp_structure_footer {
        width: 100% !important;
    }
    */



    .pkp_site_name .is_img img {
        max-height: unset !important;
        width: 100% !important;
    }


    .pkp_site_name .is_img img {
        max-height: unset !important;
    }

    .pkp_site_name .is_img img {
        max-height: unset !important;
        max-width: 100% !important;
    }

    .has_site_logo .pkp_head_wrapper {
        width: 100% !important;
    }
    .pkp_site_name_wrapper {
        width: 100% !important;
    }
    .pkp_site_nav_menu {
        padding-left: 20px;
        padding-right: 20px;
    }




.pkp_site_name {
    width: 100%;
    display: flex;
    justify-content: center; /* centraliza horizontal */
    align-items: center;     /* centraliza vertical se tiver altura */
    text-align: center;
}

.pkp_site_name a {
    display: inline-block;
}

.pkp_site_name img {
    max-width: 100%;
    height: auto;
    display: block;
}





}