/* Dados Globais */

.page .buttons .submit {
    display: inline-block;
    padding: 0 1em;
    background: #1e6292;
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: #1e6292;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    color: white;
    text-decoration: none
}

.page .buttons a{
    text-color: #1e6292;
    font-size: .93rem;
    font-weight: 550;

}

/* Estilos da página Chamadas para Dossiês */
.announcement-theme-section {
    max-width: 900px; 
    margin: 0 auto; 
    padding: 0 16px 0px 16px; 
    line-height: 1.6;
}
.announcement-theme-section header {
    margin-bottom: 20px;
}

.announcement-theme-section header div {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.announcement-theme-section header div a {
    display:inline-block;
    padding: 10px 14px; 
    text-decoration: none; 
    border: 1px solid #1e6292; 
    background-color: #1e6292; 
    border-radius: 8px; color: white
}


    /* Caixa das chamadas abertas */
    .announcement-theme-section-announcement-open {
        margin-bottom: 26px;
    }
    .announcement-theme-section-announcements-open article {
        padding: 14px 14px; border: 1px solid #eee; border-radius: 10px; margin-bottom: 12px;
    }

    .announcement-theme-section-announcements-open article h4 {
        margin: 0 0 6px 0; font-size: 1.05rem;
    }
    .announcement-theme-section-announcements-open article p {
        margin: 0 0 8px 0;
    }

    /* Caixa das chamadas fechadas */
    .announcement-theme-section-announcements-closed {
        margin-bottom: 26px;
    }
    .announcement-theme-section-announcements-closed ul {
        margin: 0; padding-left: 18px;
    }
    .announcement-theme-section-announcements-closed ul li {
        margin-bottom: 10px;
    }
    .announcement-theme-section-announcements-closed ul li a {
        text-decoration: underline;
    }

/* Estilos para a Barra Lateral - Siderbar */

/* Section da barra lateral e bloco de linguagem para telas menores que 992px */
.block_language .title, .pkp_structure_sidebar h2 {
    color: black;
    font-size: 1.4em;
}


.pkp_structure_sidebar section, .block_language /* Criação da borda lateral  e subdivisão interna */ {
    display: grid;
    padding: 0.5rem 1rem;
    border-left: 0.25rem solid #1e6292;
    vertical-align: middle;
    margin-bottom: 1rem;
}

.block_language /* Correção de marging */ {
    margin-left: 1.4em;
    margin-top: -2rem;
    margin-bottom: -1rem;
}

/* Section da barra lateral e bloco de linguagem para telas maiores que 992px */
@media (min-width: 992px) {
    .pkp_structure_sidebar section, .block_language /* Criação da borda lateral  e subdivisão interna */ {
        display: grid;
        padding: 0.5rem 1rem;
        border-left: 0.25rem solid #1e6292;
        vertical-align: middle;
        font-size: 1rem;
        line-height: 1.43rem;
        padding: 1.5rem 1.43rem;
    }
    
    .block_language /* Correção de marging */ {
        margin-left: 2.2em;
        margin-top: -2rem;
        margin-bottom: -1rem;
    }
}

.block_make_submission_link button {
    padding: 0.5 1.5em;
    background: #1e6292;
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: #1e6292;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    font-size: 1rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    color: white;
    text-decoration: none
}
.social-media img {
    max-height: 2em;
    width: auto;
    overflow: auto;
}

.pkp_structure_sidebar .indexadores img {
    max-height: 3em;
    width: auto; 
    overflow: auto;
    margin-right: 5px;

}
.indexadores div {
    margin-bottom: 5px;
}
.pkp_structure_sidebar .publisher img{
    max-height: 8em; 
    width: auto; 
    overflow: auto;
}

.current {
    font-weight: bold;
}

/* Estilos de texto */
.title-1 /* h2 */{
    color: black;
    text-align: left;
}
.title-2 /* h3 */ {
    text-align: left;
    font-weight: 600;
}
.title-3 {
    font-style: italic;
    font-weight: 500;
}
.paragraph {
    text-align: left;
}

/* Links */
a {
    color: #1E6292;
}

/* Sections */

.submissions header {
    max-width 900px; 
    margin: 0 auto;
    padding: 16px 16px 0px 16px; 
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.submissions header div {
        margin-top: 16px; display: flex; text-decoration: none; flex-wrap: wrap; gap: 10px;
}
.submissions header div a{
    display: inline-blockl; padding: 10px 14px; text-decoration: none; border: 1px solid #1e6292; background-color: #1e6292; border-radius: 8px; color: white;
}

.divider {
    border: none; border-top: 1px solid #e6e6e6; margin: 22px 0;
}

/* Imagens */
.container-logo-right {

    max-height: 4em;
    width: auto;
    display: block;
    margin-left: auto;
}

.container-logo-left {
    float: left;
    max-height 50px;
    width: auto;
    display: block;
}     

@media (min-width: 928px) {

    .indexadores div {
        display: flex;
        justify-content: flex-start;
    }
    .indexadores div div img {
        max-width: 10em;
        max-height: 8em; 
        min-width: none;
        min-height: 2em;
        overflow: auto;
        margin-right: 5px;
    }
    .indexadores div div img,
    .indexadores div div{
        padding: 10px
    }
    .indexadores div div a {
        word-break: break-all;
    }
}


@media (max-width: 928px) {

    .indexadores div {
        display: inline;
        justify-content: flex-start;
    }
    .indexadores div div img {
        max-width: 10em;
        max-height: 8em; 
        min-width: none;
        min-height: 2em;
        overflow: auto;
        margin-right: 5px;
    }
    .indexadores div div img,
    .indexadores div div{
        padding: 10px;
    }
    .indexadores div div p{
        margin-left: 25px;
    }
    .indexadores div div a {
        word-break: break-all;
    }
}



