/**
 * @file styles/customCSS.less
 * Copyright (c) 2023 - Metabiblioteca
 */


:root {
    --color01: #ED3237;
    --color02: #ff171e;
    --color03: #393939;
    --color04: #161616;
    --color05: #FF2E34;
    --color06: #ED3237;
    --blanco: hsl(0, 0%, 100%);
    --negro70: hsl(0, 0%, 21%);
    --sombra01: 0 1px 3px rgba(53, 53, 53, 0.12), 0 1px 2px rgba(53, 53, 53, 0.24);
    --sombra02: 11px 11px 7px -8px rgba(45, 45, 45, 0.6);
    --transition: all 0.2s cubic-bezier(0.68, 0.12, 0.24, 0.91);
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

html {
    font-family: 'Roboto', sans-serif;
}

/* Head */

@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 100%;
    }

    .has_site_logo .pkp_head_wrapper {
        padding-top: 36px;
    }

    .obj_monograph_full .entry_details .item {
        padding: 15px;
    }

    .pkp_navigation_primary>li>a:hover {
        color: var(--color01);
        outline: 0;
        border-color: #fff;
    }

    .pkp_block {
        padding: 0px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .pkp_navigation_primary {
        max-width: 100% !important;
    }
}

ul#navigationUser {
    background-color: var(--color03);
}

.pkp_structure_head {
    background-color: var(--blanco);
    border-bottom: 0px solid #ddd;
}

.pkp_site_name .is_img {
    margin-top: 0px;
    margin-bottom: 0px;
}

.has_site_logo .pkp_head_wrapper {
    margin: 0;
    width: 100% !important;
}

.pkp_site_name_wrapper {
    width: 100%;
}

.pkp_head_wrapper {
    background: var(--color03);
}

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

.cmp_button,
.cmp_download_link,
.cmp_form .buttons button,
.page_lost_password .buttons button,
.page_search .cmp_search button,
.obj_monograph_full .files .link a,
.obj_monograph_full .files .pub_format_remote a,
.obj_monograph_full .files .pub_format_single a,
.block_make_submission a {
    display: inline-block;
    padding: 0 1.0715rem;
    background: #eee;
    border: 1px solid #aaa;
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 0em 2em rgba(0, 0, 0, 0.1);
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    color: #006798;
    text-decoration: none;
    text-shadow: 0px 1px #fff;
}

/* Menu */

.pkp_navigation_primary_wrapper {
    display: flex;
    justify-content: center;
}

.pkp_navigation_primary_wrapper a.pkp_search.pkp_search_desktop {
    display: none;
}

.pkp_navigation_primary_wrapper {
    background-color: var(--blanco);
}

.pkp_navigation_primary>li>a {
    color: var(--color01);
    font-weight: 600;
    text-transform: uppercase;
}

.pkp_navigation_primary_wrapper {
    border-top: 2px solid #404040;
    border-bottom: 2px solid #404040;
}

.pkp_structure_content.has_sidebar {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}

.page_login .password a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.page_login .buttons a {
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
}

.entry_details .label {
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    color: #000 !important;
    font-weight: 600 !important;
}

.item.copyright {
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
}

label.label.btn.btn_resume:hover {
    background-color: var(--color02);
}

.sub_item .nameAuthor {
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 14px;
}

.main_entry .title {
    font-size: 14px;
    margin-bottom: 15px !important;
}

.authors {
    font-size: 14px;
}

.pkp_structure_main .page h1 {
    font-family: 'Roboto', sans-serif !important;
}

.cmp_breadcrumbs a {
    font-size: 14px !important;
}

.pkp_structure_main .page .monograph_count {
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
}

.item.chapters li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px !important;
}

.item.authors .label {
    font-family: 'Roboto', sans-serif !important;
}

.obj_monograph_full .main_entry .label {
    font-family: 'Roboto', sans-serif !important;
}

.value {
    font-size: 14px;
}

span.orcid a {
    font-size: 14px;
}

.obj_monograph_full .sub_item {
    line-height: 25px;
}

nav.cmp_breadcrumbs {
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
}

.block_information a {
    font-size: 14px !important;
}

button.submit {
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
}

span.label {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-style: normal !IMPORTANT;
    padding-bottom: 10px;
}

.page_login .login input[type="text"],
.page_login .login input[type="password"] {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
}

.pkp_navigation_primary ul a {
    color: #000;
}

a {
    font-family: 'Roboto', sans-serif;
}

.obj_monograph_full .sub_item {
    margin-bottom: 0rem;
}

.pkp_navigation_primary .dropdown-menu a:focus,
.pkp_navigation_primary .dropdown-menu a {
    font-family: 'Roboto', sans-serif !important;
}

.pkp_navigation_user a {
    font-family: 'Roboto', sans-serif !important;
}

@media (min-width: 992px) {

    .pkp_navigation_primary .dropdown-menu a:focus,
    .pkp_navigation_primary .dropdown-menu a:hover {
        border-color: var(--color01);
        color: var(--color01);
        background-color: var(--blanco);
    }
}

/* Blocks */

a.block_make_submission_link {
    width: 100%;
    text-align: center;
    background-color: var(--color01);
    color: #fff;
    border: 0px;
    text-shadow: 0px 0px #fff;
}

.item.files {
    padding: 0px !important;
}

.item.cover {
    padding: 0px !important;
    margin-bottom: 10px;
}

.obj_monograph_full .entry_details .label {
    font-size: 14px;
    font-weight: 600;
}

h2.label {
    padding: 3px;
}

a.keyword-item-link {
    text-decoration: none;
}

.title {
    font-family: 'Roboto', sans-serif !important;
}

@media (min-width: 768px) {
    .obj_monograph_full .entry_details .item {
        margin-right: -1px;
        padding: 1.43rem;
        border-bottom: 2px solid var(--color01);
    }

}

.pkp_block .title {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43rem;
    color: #fff;
    background-color: var(--color01);
    text-align: center;
    padding: 8px;
    margin-top: 0px;
}

div#reviewerOptinGroup {
    display: none;
}

a.login {
    background-color: var(--color01);
    color: var(--blanco);
    cursor: pointer;
    margin-top: 0px;
    padding: 9px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    border: 0px;
    font-size: 14px !important;
}

button.submit {
    background-color: var(--color01) !important;
    color: var(--blanco) !important;
    cursor: pointer !important;
    margin-top: 0px;
    border-radius: 4px !important;
    text-decoration: none;
}

.pkp_block .content {
    padding: 12px;
}

.pkp_block {
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0, 0, 0, .125);
}

.pkp_block.block_make_submission .content {
    padding: 0px;
}

a.block_make_submission_link {
    border-radius: 0px;
    padding: 5px;
    font-size: 14px;
}

.panel-body.text-center img {
    display: block;
    margin: auto;
}

a {
    color: #000;
}

.pkp_block {
    margin-bottom: 15px;
}

button.cmp_button {
    cursor: pointer;
}

button.cmp_button:hover {
    background-color: var(--color02);
    border: 0px;
}

button.cmp_button:hover {
    background-color: var(--color02);
    border: 0px;
}

label.label.btn.btn_resume {
    font-weight: 400 !important;
}


@media only screen and (max-width: 600px) {
    .pkp_head_wrapper {
        background: transparent;
        color: var(--color03);
    }

    .obj_monograph_summary .author {
        text-align: center;
    }

    .obj_monograph_summary .date {
        text-align: center;
    }

    form.pkp_search input[type="search"] {
        width: 84% !important;
        margin-top: 20px;
        height: 40px;
        text-align: center;
        border: 2px solid #CCCCCC;
        border-radius: 6px 0px 0px 6px;
        border-right: 0px;
        margin-left: 10px;
    }

    .container_foot {
        display: inline-block !important;
    }

    .foot_a {
        border-bottom: 2px solid #D5CFCF !important;
    }

    .item.cover img {
        width: 90%;
        display: block;
        margin: auto;
    }

    .pkp_structure_main .page h1 {
        margin-left: 0px !important;
    }

    .obj_monograph_full .main_entry .item:first-child {
        margin-top: 20px;
    }

    .foot_a {
        border-right: 0px solid #D5CFCF !important;
    }

    .obj_monograph_full .chapters .files {
        margin-bottom: 20px;
    }

    .obj_monograph_summary img {
        display: block !important;
        margin: auto !important;
    }

    .obj_monograph_summary h2.title {
        text-align: center;
    }

    .pkp_block {
        padding: 0px;
    }

    .pkp_structure_page {
        margin-left: 20px;
        margin-right: 15px;
    }

    .pkp_structure_main .page h1 {
        margin-top: 20px;
        text-align: center;
    }

    button.pkp_site_nav_toggle {
        background-color: var(--color01);
        height: 100%;
        margin-top: 10px;
    }
}

.obj_monograph_summary .author {
    font-weight: 600;
    font-size: 15px;
}

.modal__inner h2 {
    border-bottom: 3px solid var(--color01);
}

/* Container */

@media (min-width: 768px) {

    .pkp_structure_main:before,
    .pkp_structure_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        background: #ddd;
        display: none;
    }
}

@media (min-width: 768px) {
    .cmp_monographs_list>.title {
        left: 0;
        text-align: center !important;
    }
}

.cmp_monographs_list>.title {
    position: relative;
    margin: 0;
    padding: 0 .714rem;
    background: #fff;
    font-size: 1.143rem;
    font-weight: 400;
    line-height: 2.143rem;
    color: var(--color01);
}

.sub_item.date {
    display: none;
}

.cmp_monographs_list>.title {
    border-bottom: 2px solid;
}

@media (min-width: 1200px) {

    .pkp_structure_content.has_sidebar {
        width: 1260px;
    }

}

.page.page_search form.pkp_search {
    display: none;
}

nav.cmp_breadcrumbs {
    margin-top: 20px;
}

form.pkp_search input[type="search"] {
    width: 94%;
    height: 40px;
    text-align: center;
    border: 2px solid #CCCCCC;
    border-radius: 6px 0px 0px 6px;
    border-right: 0px;
}

button.cmp_button {
    padding: 2px;
    width: 45px;
    margin-left: -4px;
    background-color: var(--color01);
    color: #fff;
    font-size: 16px;
}

.obj_monograph_full .main_entry .label {
    margin: 0px;
    font-size: 1rem;
    font-weight: 400;
}

.item.authors .label {
    font-weight: 600;
}

div#txtbios .value {
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

.obj_monograph_summary .author {
    line-height: 25px;
}

@media (min-width: 992px) {

    .pkp_nav_list ul a:hover,
    .pkp_nav_list ul a:focus {
        outline: 0;
        background: #ddd;
        border-color: var(--color01);
        color: var(--color01);
    }

    .pkp_nav_list ul a {
        display: block;
        padding-left: .357rem;
        border-left: .357rem solid transparent;
        color: var(--color01);
    }

}

a.cmp_download_link {
    margin-bottom: 10px;
    background-color: var(--color01) !important;
    color: var(--blanco) !important;
    border: 0px !important;
    border-radius: 4px !important;
    font-weight: 400;
}

.obj_monograph_full .title,
.obj_monograph_full .main_entry,
.obj_monograph_full .details {
    margin-bottom: 2.857rem;
}

.search_home {
    margin-left: -31px;
}

.pkp_structure_main .page h1 {
    color: var(--color01);
    border-bottom: 2px solid;
    padding-bottom: 20px;
    margin-left: -28px;
}

@media (min-width: 992px) {
    .cmp_monographs_list {
        margin-left: -29px;
        margin-right: 0px;
    }

}

.obj_monograph_summary h2.title {
    margin-bottom: 15px;
}

.obj_monograph_summary .author {
    margin-top: 15px;
    margin-bottom: 15px;
}

.obj_monograph_summary {
    text-align: justify;
}

a.cmp_download_link {
    font-weight: 300 !important;
}

.obj_monograph_full .files .link a:before,
.obj_monograph_full .files .pub_format_remote a:before,
.obj_monograph_full .files .pub_format_single a:before {
    display: none;
}

a.cmp_download_link:hover {
    background-color: var(--color02) !important;
}

a.cmp_download_link i {
    font-size: 18px;
}

.cmp_button,
.cmp_download_link,
.cmp_form .buttons button,
.page_lost_password .buttons button,
.page_search .cmp_search button,
.obj_monograph_full .files .link a,
.obj_monograph_full .files .pub_format_remote a,
.obj_monograph_full .files .pub_format_single a,
.block_make_submission a {
    display: inline-block;
    padding: 0 1.0715rem;
    background: #eee;
    border: 1px solid #aaa;
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 0em 0em rgba(0, 0, 0, 0.1);
    font-size: .93rem;
    line-height: calc(2.143rem - -4px);
    font-weight: 700;
    color: #006798;
    text-decoration: none;
    text-shadow: 0px 0px #fff;
}

.obj_monograph_full .main_entry .item {
    padding: 15px 0;
}

@media (min-width: 768px) {
    .obj_monograph_full .main_entry {
        float: left;
        margin: 0;
        padding: 1.43rem;
        border-right: 0px solid #ddd;
        text-align: justify;
        padding-top: 0px;
    }

}

.obj_monograph_summary .date {
    padding-top: .357rem;
    font-size: 17px;
    line-height: 1.43rem;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 500;
}

@media (min-width: 1200px) {
    .cmp_monographs_list .obj_monograph_summary {
        position: relative;
        float: left;
        width: 100%;
        border-bottom: none;
    }

    .cmp_monographs_list .obj_monograph_summary:first-child {
        padding-right: 2.143rem;
        border-top: none;
        border-right: 0px solid #ddd;
    }

    .cmp_monographs_list .obj_monograph_summary+.obj_monograph_summary {
        padding-left: 2.143rem;
        margin-left: -1px;
        border-left: 0px solid #ddd;
    }

}

@media (min-width: 768px) {
    .obj_monograph_summary .cover {
        float: left;
        width: 160px !important;
        margin-left: 0;
    }

    .obj_monograph_full .entry_details {
        border-left: 0px solid #ddd;
    }

    .obj_monograph_full .row {
        border-top: 0px solid #ddd;
        border-bottom: 0px solid #ddd;
    }

}

.obj_monograph_full .chapters .title {
    margin-left: 2px;
}

.pkp_structure_main p {
    line-height: 1.785rem;
    margin: 0.43rem 0;
}

.obj_monograph_full .main_entry .label {
    background-color: var(--color01);
    color: var(--blanco);
    padding-left: 10px;
}

.item.keywords h2.label {
    margin-bottom: 20px;
}

h2.label.btn.btn-default.dropdown-toggle:hover {
    background-color: var(--color02);
}

img.format_ico {
    width: 33px;
    margin-top: 9px;
}

.item.authors .label {
    background-color: transparent;
    color: #000;
    margin-left: -9px !important;
}

.item.addthis {
    display: none;
}

@media (min-width: 768px) {

    .obj_monograph_summary>*,
    .obj_monograph_summary .title {
        display: block;
        margin-left: 17.854rem;
    }

}

@media (min-width: 992px) {
    .obj_monograph_full .row {
        margin-left: -2.143rem;
        margin-right: -15.143rem;
    }

}

.obj_monograph_summary a {
    font-size: 20px;
    color: var(--color01);
    font-weight: 500;
}

a.block_make_submission_link {
    background-color: var(--color01);
    color: #fff;
    font-size: 14px;
    border-radius: 0px;
    font-weight: 300;
}

.obj_monograph_summary h2.title {
    margin-top: 53px;
}

.pkp_structure_main p {
    text-align: justify;
}

.obj_monograph_full .chapters li {
    padding: 0;
    margin-top: 17px;
}

.nameAuthor {
    margin-top: 15px;
}

/* Modal */

/* [Object] Modal
 * =============================== */
.modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(0, 0, 0, .9);
    transition: opacity .25s ease;
}

.modal__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.modal-state {
    display: none;
}

.modal-state:checked+.modal {
    opacity: 1;
    visibility: visible;
}

.modal-state:checked+.modal .modal__inner {
    top: 0;
}

.modal__inner {
    transition: top .25s ease;
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 62%;
    margin: auto;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    padding: 1em 2em;
    height: 60%;
}

.txt_resume p {
    text-align: justify;
}

.modal__close {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}

.modal__close:after,
.modal__close:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 1.5em;
    background: var(--color01);
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
    background: #aaa;
}

.modal__close:before {
    transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {

    .modal__inner {
        width: 90%;
        height: 90%;
        box-sizing: border-box;
    }
}

label.label.btn.btn_resume {
    background-color: var(--color01);
    color: var(--blanco);
    font-weight: 200;
    cursor: pointer;
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
}

.cmp_monographs_list {
    border-top: 0px solid var(--color01);
}

.cmp_monographs_list .row {
    border-bottom: 2px solid var(--color01);
}

.pkp_structure_main .page h1 {
    margin-top: 25px;
}

.page_login .login input[type="text"],
.page_login .login input[type="password"] {
    width: 100% !important;
    margin-bottom: 10px !important;
}

.page_login .login {
    margin-bottom: 0;
    max-width: 100%;
}

.page.page_login .buttons {
    display: inline-block;
}

a.register {
    background-color: var(--color01);
    color: var(--blanco);
    cursor: pointer;
    margin-top: 0px;
    padding: 4px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}

.page.page_login button.submit {
    background-color: var(--color01);
    color: var(--blanco);
    cursor: pointer;
    margin-top: 0px;
    padding: 2px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    border: 0px;
}

@media (min-width: 480px) {

    .cmp_form input[type="text"],
    .cmp_form input[type="email"],
    .cmp_form input[type="password"],
    .cmp_form input[type="url"],
    .cmp_form input[type="tel"],
    .cmp_form select {
        max-width: 100%;
    }
}


/* Footer */

.metabiblioteca {
    padding: .35em 0;
    text-align: center;
}

.metabiblioteca {
    background: #2c2d2f !important;
}

.metabiblioteca a {
    color: #fff;
    text-decoration: none;
}

h2.label.btn.btn-default.dropdown-toggle {
    cursor: pointer;
}

.metabiblioteca img {
    width: 27px;
}

footer.customFooter .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.sp-module-content {
    border-right: 2px solid var(--color03);
}

table.footer_custom td {
    padding: 40px;
}

table.footer_custom td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.custom_foot_b {
    text-align: end;
}


table.footer_custom {
    display: flex;
    justify-content: center;
}

td.td_footer {
    border-right: 2px solid;
}

.container_foot {
    padding: 20px;
}

.container_foot {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "foot_a foot_b";
}

.foot_a {
    grid-area: foot_a;
}

.foot_b {
    grid-area: foot_b;
}


.foot_a {
    border-right: 2px solid #D5CFCF;
}