/*REVISTA TOPICOS*/
.header {background-color: #161616 !important;}
#navigationPrimary .nav-link {font-weight: bold !important;}
.btn-primary {background-color: #b64040 !important;border-color: #b64040 !important;font-weight: 600;color: #fff !important;text-transform: uppercase;}
.btn-secondary {background-color: #da0532;border-color: #b64040;}
.btn-buscar {background-color: #da0532;border-color: #b64040;}
.site-footer {background-color: #353535 !important;}
.block_make_submission_link {border: 1px solid #b64040 !important;/*background-color: #b64040 !important;*/}
.sidebar_wrapper+.additional-footer-info {border-top: 1px solid #bdbdbd;}
.site-footer a {color: #b64040 !important;text-decoration: none !important;/*font-weight: bold !important;*/ border-bottom: none !important;-webkit-box-shadow: none !important; box-shadow: none !important;}
.site-footer a:hover {color: #e1e1e1 !important; background: none !important; background-color: none !important;}
.current_issue_label, .current_issue_title {color: #b64040 !important;}
h1, h2, h3, h4, h5, h6 {color: #b64040 !important;}
.page-item.active .page-link {background-color: #b64040 !important;border-color: #b64040 !important;color: #fff !important;}
.pdf-return-article a {color: #b64040 !important;font-weight: bold !important;}
.cmp_notification {background-color: #b64040 !important;}
.cmp_notification a {color: #fff !important;font-style: italic;font-weight: bold;}
.register-form-legend {color: #b64040;}
.submit.btn-primary {margin-bottom: 15px;}
.more-authors-info-button {/* color: #b64040 !important;*/}
.more_button {color: #b64040 !important;border-bottom: none !important;font-size: 18px !important;font-weight: bold !important;}
.btn-buscar, .cmp_edit_link, .btn-primary, .btn-secondary, .block_make_submission_link, .cmp_edit_link {
    border-radius: 60px;
    font-size: 12px;
    /*border-color: #000;
    background-color: #da0532;
     box-shadow: none; */
    padding: 5px 15px; 
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    transition: all .15s ease-in-out;
    cursor: pointer; 
}
.additional_content {
    margin-top: 0px;
}
.btn-buscar, .cmp_edit_link {
    background-color: #FFF;
    border-color: #000;
    color: #000;
}
a:hover, a:not([href]):hover, a:active, a:not([href]):active, a:focus, a:not([href]):focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #e51937;
    border-color: #e51937;
}