.pkp_structure_head {
    background-color: transparent !important;
}

.pkp_navigation_primary_row {
    background: #dfdfdf;
}

.pkp_site_name .is_img {
    padding: 5px;
}

.pkp_head_wrapper {
    background-color: #fff;
}

.pkp_head_wrapper h2 {
    color: #B69A42;
    padding-left: 1.34em;
}

.pkp_structure_footer_wrapper {
    background-image: url(/index.php/periodicos/libraryFiles/downloadPublic/5);
    background-size: cover;
    background-repeat: no-repeat;
}

.pkp_footer_content div.social {
    margin-top: 10px;
}

.pkp_footer_content div.social a {
    display: inline-flex;
    margin-right: 10px;
}

.pkp_footer_content {
    color: #fff;
}

.pkp_footer_content,
.pkp_brand_footer {
    float: none;
    text-align: center;
}

.pkp_brand_footer a {
    margin-right: calc((100% - 150px)/2);
}

.logo_rodape,
.mapa {
    float: none;
}

.mapa {
    text-align: center;
    margin: auto;
}

.mapa a {
    color: #fff;
    text-decoration: none;
}
.mapa {
    margin-top: 40px;
}
.mapa ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.is_img img{
    width: 87px !important;
}

.pkp_head_wrapper {
  padding-right: 0 !important;
}

@media (min-width: 992px) {
    .pkp_navigation_user_wrapper {
        top: 3px !important;
    }

    .pkp_site_name {
        padding: 0 !important;
        padding-bottom: 5px;
    }

    .pkp_footer_content {
        float: left;
    }

    .pkp_brand_footer {
        float: right;
        text-align: right;
    }

    .pkp_brand_footer a {
        margin-right: auto;
    }

    .logo_rodape {
        float: left;
    }

    .mapa {
        float: right;
        text-align: left;
        margin: -5px 0 0 15px;
    }

    .pkp_brand_footer {
        margin-right: 9.2em;
    }

    .pkp_footer_content {
        margin-left: 9.2em;
    }
    
    .mapa {
        margin-top: 0px;
    }
}