/* =================================
RBCIAMB — CSS CONSOLIDADO FINAL
================================= */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700&display=swap');

/* BASE */

html,
body,
.pkp_page,
.pkp_structure_page,
.pkp_structure_main,
.pkp_site_name,
.pkp_navigation_primary,
.pkp_navigation_user,
.pkp_block,
.pkp_footer_content,
.obj_article_summary,
.obj_article_summary *,
.homepage_about,
.homepage_about *,
.rb-topbar,
.rb-topbar *,
.rb-sdg-section,
.rb-sdg-section *,
.rb-home-grid,
.rb-home-grid *,
button,
input,
textarea,
select{
    font-family:'Source Sans 3',sans-serif !important;
    -webkit-font-smoothing:antialiased !important;
    -moz-osx-font-smoothing:grayscale !important;
    text-rendering:optimizeLegibility !important;
}

body{
    color:#2b2b2b;
    line-height:1.72;
    background:#ffffff;
    font-size:16px;
    font-weight:400;
}

a{
    color:#1a5fb4;
    text-decoration:none;
    transition:.2s ease;
    font-weight:500;
}

a:hover{
    color:#1f6f4a;
    text-decoration:underline;
}

/* TÍTULOS */

h1,h2,h3,h4,h5,h6,
.page_title,
.rb-block-title,
.rb-sdg-title,
.homepage_about h2{
    color:#1f6f4a !important;
    font-weight:700 !important;
    letter-spacing:-0.02em;
    line-height:1.18;
}

/* HEADER / BANNER */

.pkp_site_name_wrapper{
    width:100% !important;
    max-width:1280px !important;
    margin:0 auto !important;
    padding:0 !important;
    height:auto !important;
    position:relative !important;
}

.pkp_site_name{
    margin:0 !important;
    padding:0 !important;
    height:auto !important;
}

.pkp_site_name a.is_img{
    display:block !important;
}

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

/* TOPBAR */

.rb-topbar-inner{
    display:flex !important;
    align-items:center !important;
    width:100% !important;
}

.rb-topbar-left{
    display:flex !important;
    align-items:center !important;
    gap:26px !important;
}

.rb-topbar-right{
    margin-left:auto !important;
    display:flex !important;
    align-items:center !important;
    gap:18px !important;
}

/* MENU PRINCIPAL */

.pkp_navigation_primary_wrapper{
    max-width:1280px !important;
    margin:0 auto !important;
    display:flex !important;
    justify-content:center !important;
    background:#eef5f8 !important;
    border-top:1px solid #dde6eb !important;
    border-bottom:1px solid #d8e1e7 !important;
}

.pkp_navigation_primary{
    min-height:56px !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:8px !important;
    flex-wrap:nowrap !important;
    margin:0 auto !important;
    background:#eef5f8 !important;
}

.pkp_navigation_primary > li{
    flex:0 0 auto;
    background:#eef5f8 !important;
}

.pkp_navigation_primary > li > a{
    position:relative;
    font-size:15px !important;
    font-weight:500 !important;
    color:#3f4954 !important;
    padding:16px 22px !important;
    letter-spacing:.01em !important;
    white-space:nowrap;
    background:transparent !important;
    text-decoration:none !important;
    transition:color .18s ease, background .18s ease;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary .current > a{
    background:#e8f0f4 !important;
    color:#16354D !important;
}

.pkp_navigation_primary ul,
.pkp_navigation_primary ul li,
.pkp_navigation_primary ul li a{
    background:#ffffff !important;
}

.pkp_navigation_primary ul{
    border:none !important;
    box-shadow:0 8px 26px rgba(0,0,0,.08) !important;
    border-radius:10px !important;
    overflow:hidden;
}

.pkp_navigation_primary ul li a{
    padding:14px 18px !important;
    font-size:14px !important;
    color:#42505c !important;
}

.pkp_navigation_primary ul li a:hover{
    background:#f5f8fa !important;
    color:#0b3c5d !important;
}

/* BOTÕES DO BANNER */

.rb-banner-actions{
    position:absolute !important;
    left:50% !important;
    bottom:58px !important;
    transform:translateX(-50%) !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:16px !important;
    min-width:520px !important;
    background:transparent !important;
    box-shadow:none !important;
    border:none !important;
}

.rb-banner-actions a{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:160px !important;
    padding:10px 18px !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.08) !important;
    border:1px solid rgba(255,255,255,.24) !important;
    backdrop-filter:blur(3px) !important;
    -webkit-backdrop-filter:blur(3px) !important;
    color:#ffffff !important;
    font-size:14px !important;
    font-weight:600 !important;
    letter-spacing:.02em !important;
    text-decoration:none !important;
    transition:background .22s ease, border-color .22s ease, transform .22s ease;
}

.rb-banner-actions a:hover{
    background:rgba(255,255,255,.16) !important;
    border-color:rgba(255,255,255,.34) !important;
    transform:translateY(-1px);
}

/* CONTAINER */

.pkp_structure_content,
.pkp_structure_main{
    max-width:1120px !important;
    margin:0 auto !important;
    width:100% !important;
    float:none !important;
    border:none !important;
}

.pkp_structure_main{
    padding:24px 40px 70px !important;
}

.pkp_structure_main:before,
.pkp_structure_main:after,
.pkp_structure_content:before,
.pkp_structure_content:after{
    display:none !important;
}

/* HOME */

.pkp_page_index .homepage_about{
    margin-top:0 !important;
    padding-top:22px !important;
}

.pkp_page_index .current_issue{
    display:none !important;
}

/* ABOUT THE JOURNAL */

.homepage_about h2,
.homepage_about .title{
    font-size:32px !important;
    line-height:1.18 !important;
    font-weight:700 !important;
    color:#1f6f4a !important;
    margin-bottom:26px !important;
    letter-spacing:-0.02em;
}

.homepage_about p{
    font-size:19px !important;
    line-height:1.72 !important;
    font-weight:400 !important;
    color:#3f4954 !important;
    max-width:1400px !important;
}

.homepage_about a{
    font-size:18px !important;
    font-weight:500 !important;
}

.homepage_about p[style*="text-align: center"]{
    margin-top:24px !important;
    margin-bottom:34px !important;
}

/* MÉTRICAS */

#rb-metrics-strip{
    text-align:center !important;
}

#rb-metrics-strip a{
    transition:color .18s ease, background-color .18s ease;
    border-radius:4px;
    padding:2px 4px;
}

#rb-metrics-strip a:hover{
    color:#2457B5 !important;
    background:rgba(36,87,181,.08) !important;
    text-decoration:none !important;
}

/* CARDS */

.rb-home-grid{
    margin-top:28px !important;
    margin-bottom:26px !important;
}

.rb-block,
.rb-item,
.metric-item,
.rb-sidebar-cited > div,
.homepage_about > div:last-child > div > div{
    background:#ffffff !important;
    border:1px solid #e5eaef !important;
    border-radius:16px !important;
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    box-shadow:0 1px 2px rgba(0,0,0,.03);
}

.rb-block:hover,
.rb-item:hover,
.metric-item:hover,
.rb-sidebar-cited > div:hover,
.homepage_about > div:last-child > div > div:hover{
    transform:translateY(-4px);
    border-color:#d5dee7 !important;
    box-shadow:0 10px 28px rgba(15,23,42,.07), 0 2px 8px rgba(15,23,42,.04);
}

.rb-item a{
    color:#2457B5 !important;
    transition:color .22s ease, opacity .22s ease;
}

.rb-item a:hover,
.obj_article_summary .title a:hover{
    color:#1f6f4a !important;
    opacity:1 !important;
}

/* ARTIGOS */

.obj_article_summary .title a{
    color:#2b2b2b !important;
    font-weight:400 !important;
    line-height:1.58 !important;
    transition:.2s ease;
}

/* ODS */

.rb-sdg-section{
    margin-top:6px !important;
    margin-bottom:12px !important;
}

.rb-sdg-bibliometric-source{
    margin-bottom:14px !important;
}

.rb-sdg-grid{
    gap:22px !important;
}

.rb-sdg-info span{
    font-size:14px !important;
    line-height:1.5 !important;
    font-weight:500 !important;
    color:#667085 !important;
}

/* INDEXADORES */

#rb-indexadores{
    display:block !important;
    width:100% !important;
    clear:both !important;
    order:999 !important;
    margin-top:0 !important;
    margin-bottom:18px !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
    text-align:center !important;
    max-width:1200px !important;
}

#rb-indexadores > div:first-child{
    margin-top:10px !important;
    margin-bottom:14px !important;
    gap:16px 22px !important;
    max-width:720px !important;
}

#rb-indexadores img{
    max-width:100% !important;
    height:auto !important;
    transform:scale(1.02) !important;
    transform-origin:center !important;
    opacity:.96;
}

#rb-indexadores a{
    font-size:18px !important;
    line-height:1.6 !important;
    font-weight:500 !important;
}

.rb-footer-links{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
    line-height:1.6 !important;
}

.rb-footer-links,
.rb-footer-links a{
    font-size:17px !important;
    line-height:1.9 !important;
    font-weight:500 !important;
}

.rb-footer-links span{
    opacity:.38 !important;
}

/* FOOTER */

.pkp_structure_footer_wrapper{
    background:linear-gradient(
        90deg,
        #eef4f6 0%,
        #f7fafb 50%,
        #eef4f6 100%
    ) !important;
    border-top:2px solid #d7e2e8 !important;
    margin-top:28px !important;
    padding-top:18px !important;
    padding-bottom:14px !important;
    min-height:auto !important;
}

.pkp_structure_footer_wrapper::after{
    display:none !important;
    content:none !important;
}

.pkp_structure_footer{
    max-width:1280px !important;
    margin:0 auto !important;
    padding:0 48px !important;
    min-height:72px !important;
    display:flex !important;
    justify-content:space-between !important;
    align-items:center !important;
    background:transparent !important;
}

.pkp_footer_content,
.pkp_footer_content div,
.pkp_footer_content p{
    font-size:17px !important;
    line-height:1.55 !important;
    font-weight:500 !important;
    color:#58756b !important;
    margin:0 !important;
    text-align:left !important;
    opacity:1 !important;
}

.pkp_footer_content *{
    display:revert !important;
}

.pkp_footer_content::before{
    display:none !important;
    content:none !important;
}

.pkp_brand_footer{
    display:block !important;
    opacity:.14 !important;
    transform:scale(.48) !important;
    transform-origin:right center !important;
    margin:0 !important;
}

.pkp_brand_footer img{
    max-width:120px !important;
    height:auto !important;
    filter:grayscale(1) !important;
}

.pkp_structure_footer_wrapper + div{
    background:#ffffff !important;
    padding:10px 20px !important;
    font-size:13px !important;
    line-height:1.5 !important;
    color:#6a7680 !important;
    text-align:center !important;
}

.block_information,
.block_web_feed,
.block_make_submission,
.pkp_search{
    display:none !important;
}

/* LINKS — HOVER AZUL SUAVE GLOBAL */

.pkp_structure_main a,
.homepage_about a,
.obj_article_summary .title a,
.rb-item a,
.rb-footer-links a,
.pkp_footer_content a{
    transition:color .18s ease, background-color .18s ease !important;
    border-radius:4px;
    padding:1px 3px;
}

.pkp_structure_main a:hover,
.homepage_about a:hover,
.obj_article_summary .title a:hover,
.rb-item a:hover,
.rb-footer-links a:hover,
.pkp_footer_content a:hover{
    color:#2457B5 !important;
    background:rgba(36,87,181,.08) !important;
    text-decoration:none !important;
}

/* CITAÇÃO */

.citation_display,
.citation_display p,
.item.citation,
.article-details .item.citation,
.obj_article_details .item.citation{
    font-size:15px !important;
    line-height:1.8 !important;
    color:#344454 !important;
}

.obj_article_details .item.citation .value,
.obj_article_details .item.citation .value a{
    font-size:15px !important;
    line-height:1.8 !important;
    color:#344454 !important;
    word-break:break-word;
}

.obj_article_details .item.citation h2{
    font-size:24px !important;
    color:#1f6f4a !important;
    margin-bottom:14px !important;
}

/* CONTADORES */

div[id*="cite"] span,
div[class*="cite"] span,
div[class*="scopus"] span,
div[class*="crossref"] span,
div[class*="crossref"] div,
div[id*="crossref"] div{
    background:#f1f6f2 !important;
    border:1px solid #d8e6dc !important;
    border-radius:10px !important;
    padding:8px 10px !important;
    color:#1f6f4a !important;
}

div[class*="crossref"] *,
div[id*="crossref"] *{
    color:#1f6f4a !important;
}

/* EDITORIAL TEAM */

.pkp_page_about .page_editorial_team,
.page-about .description,
.page-about .item,
.page-about .content{
    max-width:980px !important;
    margin:0 auto !important;
    line-height:1.6 !important;
    color:#334155 !important;
}

.page-about h2,
.page-about h3,
.page_editorial_team strong{
    color:#1f6f4a !important;
    font-size:28px !important;
    font-weight:700 !important;
    margin-top:54px !important;
    margin-bottom:26px !important;
    padding-bottom:10px !important;
    border-bottom:1px solid #dfe7e2 !important;
}

.page-about p,
.page_editorial_team p{
    margin-bottom:16px !important;
    font-size:17px !important;
    line-height:1.7 !important;
}

.page_editorial_team a[href*="orcid.org"]{
    display:inline-block !important;
    margin-top:10px !important;
    padding:4px 10px !important;
    border-radius:999px !important;
    background:#f4f6f5 !important;
    color:#5f6b65 !important;
    font-size:12px !important;
    font-weight:500 !important;
    text-decoration:none !important;
    border:1px solid #e3e8e5 !important;
}

.page_editorial_team a[href*="orcid.org"]::before{
    content:"ORCID";
    display:inline-block;
    margin-right:7px;
    padding:1px 7px;
    border-radius:999px;
    background:#dfe8e2;
    color:#466556;
    font-size:10px;
    font-weight:700;
    letter-spacing:.04em;
}

/* EMERITUS */

.emeritus-wrapper{
    border:1px solid #d6c18d !important;
    border-radius:18px !important;
    padding:28px !important;
    margin:42px 0 !important;
    background:#fdfcf9 !important;
}

.emeritus-wrapper strong{
    color:#6f5a2e !important;
}

.emeritus-editor{
    background:#ffffff !important;
    border:1px solid #ece6d7 !important;
    border-radius:12px !important;
    padding:18px 22px !important;
    margin-bottom:16px !important;
    color:#5f584d !important;
    box-shadow:none !important;
}

/* PÁGINAS INSTITUCIONAIS */

.page p > strong:first-child{
    font-size:18px !important;
    font-weight:700 !important;
    color:#374151 !important;
    line-height:1.5 !important;
    display:inline-block;
    margin-top:18px !important;
    margin-bottom:6px !important;
}

.page h4{
    font-size:32px !important;
    line-height:1.35 !important;
    font-weight:700 !important;
    color:#374151 !important;
    margin-top:34px !important;
    margin-bottom:18px !important;
}

h4{
    scroll-margin-top:80px;
}

/* PDF VIEWER */

body.pkp_op_view #pdfCanvasContainer + div{
    display:none !important;
}

/* BOTÕES CENTRALIZADOS */

.rb-action-buttons{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:14px !important;
    margin-top:18px !important;
    flex-wrap:wrap !important;
}

.rb-action-buttons a{
    min-width:220px;
    text-align:center;
}

/* RESPONSIVO */

@media(max-width:980px){

    .pkp_structure_main{
        padding:20px !important;
    }

    .pkp_navigation_primary{
        flex-wrap:wrap !important;
    }

    .pkp_structure_footer{
        padding:0 18px !important;
        text-align:center !important;
        flex-direction:column !important;
        gap:18px !important;
    }

    .pkp_footer_content{
        font-size:14px !important;
        line-height:1.7 !important;
        text-align:center !important;
    }

    .rb-banner-actions{
        min-width:auto !important;
        width:100% !important;
        padding:0 20px !important;
        bottom:24px !important;
    }

    .rb-banner-actions a{
        font-size:15px !important;
        padding:0 12px !important;
    }

    .homepage_about h2,
    .homepage_about .title{
        font-size:28px !important;
    }

    .homepage_about p{
        font-size:18px !important;
    }

    .homepage_about a{
        font-size:17px !important;
    }
}
/* =================================
INDEXADORES — REFINO FINAL PREMIUM
================================= */

#rb-indexadores{

    display:block !important;

    width:100% !important;

    clear:both !important;

    text-align:center !important;

    margin-top:36px !important;

    margin-bottom:22px !important;

    padding-top:18px !important;

    padding-bottom:8px !important;
}

/* GRID DOS LOGOS */

#rb-indexadores > div:first-child{

    display:flex !important;

    justify-content:center !important;

    align-items:center !important;

    align-content:center !important;

    flex-wrap:wrap !important;

    gap:34px 42px !important;

    max-width:1180px !important;

    margin:20px auto 24px !important;
}

/* LOGOS — PADRÃO */

#rb-indexadores img{

    width:auto !important;

    height:auto !important;

    max-height:38px !important;

    object-fit:contain !important;

    vertical-align:middle !important;

    image-rendering:auto !important;

    transform:none !important;

    opacity:.98 !important;
}

/* NPI — reduz */

#rb-indexadores img[src*="npi"]{

    max-height:22px !important;
}

/* FAO — aumenta */

#rb-indexadores img[src*="mceclip1"]{

    max-height:58px !important;
}

/* LINKS */

.rb-footer-links{

    margin-top:8px !important;

    margin-bottom:0 !important;

    padding-bottom:0 !important;

    line-height:1.7 !important;
}

.rb-footer-links,
.rb-footer-links a{

    font-size:18px !important;

    font-weight:500 !important;
}

/* SEPARADORES */

.rb-footer-links span{

    opacity:.34 !important;

    font-size:15px !important;
}
/* =================================
MOST CITED + LATEST
ESTILO EDITORIAL SPRINGER
================================= */

/* container externo */
.rb-home-grid{
    gap:34px !important;
}

/* blocos principais */
.rb-block{

    border:1px solid #e5ebf1 !important;

    border-radius:18px !important;

    box-shadow:none !important;

    background:#ffffff !important;

    padding:34px 40px !important;
}

/* títulos */
.rb-block-title{

    font-size:30px !important;

    margin-bottom:26px !important;

    color:#1f6f4a !important;
}

/* =================================
ITEMS EDITORIAIS — SPRINGER STYLE
================================= */

.rb-item{

    background:#ffffff !important;

    border:none !important;

    border-top:1px solid #e4eaf0 !important;

    border-left:3px solid transparent !important;

    border-radius:10px !important;

    box-shadow:none !important;

    padding:24px 22px 26px !important;

    margin:0 !important;

    transition:
        border-color .18s ease,
        background .18s ease,
        transform .18s ease;
}

/* primeiro item */

.rb-block .rb-item:first-of-type{

    border-top:none !important;
}

/* hover */

.rb-item:hover{

    background:#fcfdfe !important;

    border-left:3px solid #1f6f4a !important;

    transform:translateY(-1px);
}

/* categoria */

.rb-category{

    font-size:12px !important;

    letter-spacing:.14em !important;

    color:#1f6f4a !important;

    margin-bottom:14px !important;
}

/* título */

.rb-item a{

    font-size:22px !important;

    line-height:1.42 !important;

    font-weight:500 !important;

    color:#2457B5 !important;

    padding:0 !important;

    background:transparent !important;

    text-decoration:none !important;
}

/* hover editorial */

.rb-item a:hover{

    color:#16354D !important;

    text-decoration:underline !important;

    text-underline-offset:4px !important;

    background:transparent !important;
}

/* DOI */

.rb-doi{

    margin-top:18px !important;

    margin-bottom:18px !important;

    font-size:13px !important;

    color:#9aa5b1 !important;
}

/* metadados */

.rb-meta{

    padding-top:16px !important;

    border-top:1px solid #edf1f4 !important;

    font-size:12px !important;

    letter-spacing:.12em !important;

    color:#7d8795 !important;
}

/* responsivo */

@media(max-width:980px){

    .rb-block{

        padding:28px 24px !important;
    }

    .rb-item a{

        font-size:20px !important;
    }
}