
/* Estrutura Principal */
.pkp_structure_head {
    background-color: #24406d;
    border-bottom: 1px solid #ddd;
}

.pkp_navigation_primary_wrapper {
    background-color: #24406d !important;
}

@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 125px;
    }
}

.pkp_site_name .is_img img, img {
    display: block;
    max-height: 12.143rem;
    max-width: 100%;
    width: auto;
    height: auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    border-style: none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #646260;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #646260 !important;
}

@media (min-width: 992px) {
    .pkp_nav_list ul a {
        color: #24406d;
    }
    .pkp_navigation_primary>li>a {
        border-bottom: none;
    }
    .pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
        outline: 0;
        background: #eee;
        border-color: #B8B8B8;
        color: #646260;
    }
    .pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
        border-color: #B8B8B8;
    }
    .pkp_navigation_primary>li>a:focus {
        background: transparent;
        color: rgba(0,0,0,0.84);
        outline: 0;
    }
}

.cmp_notification {
    background: #eee;
    border-left: 0.357rem solid #24406d;
    text-decoration: none;
}

strong {
    color: #646260;
}

.pkp_structure_footer_wrapper {
    background: radial-gradient(#FFFFFF, transparent);
}

.block_make_submission a,
.pkp_button, .pkp_button_primary, .pkp_button_offset {
    background-color: #24406d;
    color: #FFFFFF;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: none;
    box-shadow: none;
    outline: none;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.block_make_submission a:hover,
.block_make_submission a:focus,
.pkp_button:hover, .pkp_button:focus {
    background-color: #7b7b7b;
    color: #e0e0e0;
    outline: none;
}

.pkp_page_index .homepage_image img {
    display: block;
    width: 40%;
    height: auto;
    margin: auto;
}

.pkp_page_index .homepage_about h2 {
    display: none;
    margin-top: -0.714rem;
}

.pkp_block a {
    text-decoration: none;
}

@media (min-width: 992px) {
    .pkp_nav_list ul a,
    .pkp_navigation_primary > li > a {
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }

    .pkp_navigation_primary > li > a:hover,
    .pkp_navigation_primary > li > a:focus {
        background-color: #eee;
        color: #24406d;
        border-radius: 3px;
        padding: 5px;
    }
}

/* RodapÃ© */
/* ocultar rodapÃ© pkp */
.pkp_structure_footer_wrapper img[src*="ojs_brand.png"] {
    display: none !important;
}

.pkp_structure_footer_wrapper[role="contentinfo"] {
    width: 100%;
    background: #47688E !important; 
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.pkp_structure_footer_wrapper[role="contentinfo"] img {
    max-width: 100%;
    height: auto;
    display: block;
}
.pkp_structure_footer_wrapper img {
    margin: 0; 
    padding: 0;
}

/* Esconde o botÃ£o "Enviar SubmissÃ£o" atÃ© o JS rodar */
.block_make_submission {
    visibility: hidden;
}
