@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');


:root {
    --color01: #F15B4E;
    --color02: #00A9A4;
    --blanco: #ffffff;
    --negro70: #353535;
    --sombra01: 0 1px 3px rgba(49, 47, 48, 0.12), 0 1px 2px rgba(49, 47, 48, 0.24);
    --sombra02: 0 3px 5px rgba(49, 47, 48, 0.16), 0 3px 4px rgba(49, 47, 48, 0.28);
    --transition: all 0.2s cubic-bezier(0.68, 0.12, 0.24, 0.91);
}

html {
    position: relative;
}

html::after {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -2;
    background: url('../images/galeria-utadeo.jpg') no-repeat center/cover;
}


/* HTML View */

[name="htmlFrame"] {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 91vh;
    display: block;
}

html::before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.9);
}


/* Reset color */

.user-nav,
a.btn-secondary:not(.galley-link),
.btn-secondary:not(.galley-link),
.block_make_submission .content a,
.pkp_block .title,
.panel .panel-heading {
    background-color: var(--color01);
}
.block_make_submission{
    display: block;
    color: var(--blanco) !important;
    font-family: oswald;
    text-transform: none !important;
    font-size: 1.2rem !important;
    letter-spacing: 0.9px;
    font-weight: 100;
}
a {
    color: var(--color01);
}

.email a:hover,
.issue-article-title a:hover {
    color: var(--color02);
    text-decoration: none;
}

#custom-top-nav li.profile a:hover,
#custom-top-nav li.profile a.lang-active,
.block_make_submission .content a:hover {
    background: var(--color02);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    color: var(--negro70) !important;
    font-weight: 700 !important;
}


/* Wrapper */

.wrapper {
    display: flex;
    width: 100%;
}


/* header */

#siteHeader {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

#custom-top-nav {
    height: 24px;
}

#navigationUser {
    flex-flow: row;
    flex-wrap: nowrap;
}

#custom-nav {
    box-shadow: var(--sombra01);
}

#custom-brand {
    max-width: 15%;
}

#custom-brand__img {
    width: 100%;
}

#siteHeader .form-inline {
    width: 50%;
}

#siteHeader .form-inline .input-group {
    width: 85%;
}

#siteHeader .form-inline button {
    background: transparent;
    border: none;
}

h2.title.pkp_screen_reader {
    display: none !important;
}

#siteHeader .form-inline button svg {
    width: 32px;
}

#siteHeader .form-inline button svg path {
    fill: var(--color01);
}

h2.pkp_screen_reader {
    display: none;
}


/* Sidebar left */

#sidebar {
    position: relative;
    width: 320px;
    background: var(--color01);
    color: var(--blanco);
    transition: var(--transition);
}

.sidebar__content {
    position: sticky;
    position: -webkit-sticky;
    height: 100vh;
    top: 0;
    bottom: 0;
    margin: auto;
    /* flex */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

nav#custom-top-nav {
    font-family: 'Oswald';
    font-weight: 900;
    font-size: 17px;
    text-transform: uppercase;
}

.pkp_page_index .journals h3 a {
    font-family: 'oswald';
    display: flex;
    justify-content: center;
    align-items: center;
}

#navigationUser a{
    font-size: 16px !important;
}

ul#navigationPrimary {
    font-family: 'Oswald';
    font-size: 19.2px;
    
}

.sidebar__content .is_text {
    position: relative;
    display: block;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    color: var(--blanco);
    /* margin-top: 100px; */
    margin-bottom: 50px;
    margin-left: 20px;
    padding-right: 5px;
}

.sidebar__content .is_text:hover {
    text-decoration: none;
}

.cards_art .card-body.card-article {
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
}

.card-body.card-article .galleys_links {
    display: flex;
}

.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
    padding: 7px 0 !important;
}

fieldset.search_advanced label.label {
    font-weight: 400;
}

fieldset.search_advanced legend {
    font-size: 25px;
    font-family: 'Oswald';
    font-weight: 600;
}

.search_input label.pkp_screen_reader.label {
    font-family: 'Oswald';
    font-size: 25px;
}

fieldset.search_advanced {
    margin-top: 10px;
}

div#index {
    cursor: pointer;
}

div#tutos {
    cursor: pointer;
}

.cmp_pagination {
    padding: 20px;
}

.cmp_notification.notice {
    padding: 30px;
}

.date_range.form-group label.label {
    width: 100%;
}

.atss .at-share-btn, .atss a {
    width: 2pc !important;
}

.atss .at-share-btn span .at-icon, .atss a span .at-icon {
    width: 25px !important;
    height: 25px !important;
}

.article-references-content.text-justify.mb-4.mb-md-5 p {
    word-break: break-all;
}

h1 {
    font-size: 30px;
}

.sidebar__content .is_text::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 6px;
    bottom: -24px;
    left: -200px;
    border-radius: 3px;
    background-color: var(--color02);
}

.sidebar__content #navigationPrimary {
    width: 80%;
}

body #at4-share,
body #at4-soc {
    bottom: 16px !important;
}

.pkp_navigation_primary>li,
#nav-about>li {
    border: none !important;
    padding-left: 1em;
}

.pkp_navigation_primary li>a {
    text-transform: none !important;
    color: var(--blanco);
    padding: .3rem;
}

#nav-about {
    width: 80%;
    /* flex */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 32px;
    list-style: none;
}

#nav-about li {
    display: inline-block;
    position: relative;
    font-family: 'oswald';
    font-size: 1.2em;
    font-weight: 300;
    padding: .3rem 0 .3rem 1em;
    cursor: pointer;
}

#nav-about li.active:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--color01);
}


/* Content */

#custom-content {
    padding-top: 100px;
}

#custom-content p,
.author_guidelines li.show {
    font-size: 17px;
}


.pkp_block, .panel p{
  font-size: 14px !important;
}

a.block_make_submission_link{
    font-size: 1.2rem !important;
}

div.pkp_block > h2{
    font-weight: normal !important;
}
.page-header, .issue-section-title, #custom-content .obj_issue_toc .section h2, #custom-content .obj_issue_toc .galleys h2 small {
    font-family: var(--font-family-sans-serif);
}

.author_guidelines li.show {
    padding: .5rem 0;
}

li.show br {
    display: none;
}

#custom-content .obj_issue_toc .section h2,
#custom-content .obj_issue_toc .galleys h2 {
    color: var(--negro70) !important;
    font-style: normal;
    position: relative;
    left: 0;
    min-width: 170px;
    padding: 0;
}

#custom-content .obj_issue_toc .section h2,
#custom-content .obj_issue_toc .galleys h2 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 23px;
    margin-bottom: 11.5px;
}

.page-header,
.issue-section-title,
#custom-content .obj_issue_toc .section h2,
#custom-content .obj_issue_toc .galleys h2 {
    font-family: var(--font-family-sans-serif);
}

.page p:not(.card-text),
.page h2,
.page h3,
.page h4,
.page_title {
    text-align: justify;
    padding: 0 0rem;
}

.page #focusAndScope ol {
    padding: 0 4rem;
}

.page_title {
    font-size: 24px;
}

.pkp_structure_sidebar p {
    padding: 0 !important;
}

.page h2,
.page h3,
.page_title {
    font-weight: bold;
    margin-top: 32px;
}

.submission_checklist {
    width: 90%;
    margin: 0 auto;
}

.submission_checklist .card-title,
.submission_checklist .card-text {
    text-align: center !important;
}

.submission_checklist .list-group-item {
    padding: .75rem 3.25rem;
}

.author_guidelines {
    margin-top: 50px;
}

.author_guidelines ul {
    padding: 0 3rem 0 4rem;
    margin-bottom: 0 !important;
    text-align: justify;
}

.author_guidelines p:empty {
    display: none;
}

.page_editorial_team #group strong {
    display: block;
    width: 100%;
}

.contact_section h3 {
    color: var(--color01);
    font-family: inherit;
    font-size: 24px;
    font-weight: bold;
}

.contact_section .journal-address {
    background: var(--blanco);
    color: var(--color01);
    border-radius: 3px;
    padding: 20px 3rem;
    font-size: 24px;
    font-weight: bold;
}

.primary-contact div,
.secondary-contact div {
    padding: 0 3rem;
}

#rc,
#re {
    display: none;
}

.row-cards .card-deck .card {
    max-width: 224px;
    margin-right: 24px;
    margin-left: 24px;
    margin-bottom: 32px;
}

.row-cards .card-img-top img {
    height: 300px;
    width: 100%;
}

.card-deck .card {
    flex: 1 0 auto;
}

.pkp_page_index .journals h3 a {
    text-align: center;
}

.pkp_page_index .journals h3 a:hover {
    text-decoration: none;
    color: var(--color01);
}

.panel .panel-heading,
.pkp_block .title {
    display: block;
    padding: 9px;
    color: var(--blanco) !important;
    font-family: oswald;
    text-transform: none !important;
    font-size: 1.2rem !important;
    letter-spacing: 0.9px;
    font-weight: 100;
}

a.block_make_submission_link {
    padding: 6px;
}

#customblock-incluida_en p,
#customblock-Tutoriales .content p {
    position: relative;
    margin-bottom: 0;
}

.page br {
    display: none !important;
}

.indexadaen {
    position: relative;
}

.indexadaen strong,
#customblock-Tutoriales li.show p a,
#customblock-Tutoriales li.show h4,
#customblock-Tutoriales .content p a,
#customblock-Tutoriales .content p h4 {
    padding: .75rem 1.25rem;
    display: flex;
    font-size: 14px;
}

.indexadaen strong,
#customblock-Tutoriales li.show h4,
#customblock-Tutoriales .content p h4 {
    color: var(--negro70);
    background-color: #ddd;
    font-weight: bold;
}

#customblock-Tutoriales li.show h4,
#customblock-Tutoriales .content p a,
#customblock-Tutoriales li.show p a {
    position: relative;
    margin-top: 0;
}

#customblock-Tutoriales .content p a:not(:last-child)::after,
#customblock-Tutoriales li.show p a:not(:last-child)::after,
.indexadaen:not(:last-child)::after {
    content: '';
    width: 90%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
}

#customblock-Tutoriales .content>div {
    padding: 0 !important;
}

.announcements-wrapper {
    background: #dddddd;
}

.announcement-title {
    background-color: #ddd;
}

.announcement-title a {
    color: var(--negro70) !important;
    font-weight: bold !important;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.announcement-summary {
    text-align: center;
}


/* redes sociales */

.rs-group {
    flex-flow: row wrap;
    justify-content: space-around;
    width: 70%;
    margin: 0 auto;
}

.rs-group>.list-group-item {
    padding: .75rem !important;
    border: none;
}

.rs-group>.list-group-item::after {
    background-color: transparent !important;
}

#facebook,
#twitter,
#google-p,
#instagram,
#linkedin {
    display: block;
    width: 60px;
    height: 60px;
    padding: 0 !important;
    border-radius: 3px;
}

#facebook {
    background: url('../images/fb.fw_.png') no-repeat center/contain;
}

#twitter {
    background: url('../images/tw.fw_.png') no-repeat center/contain;
}

#google-p {
    background: url('../images/google_.fw_.png') no-repeat center/contain;
}

#instagram {
    background: url('../images/instagram.fw_.png') no-repeat center/contain;
}

#linkedin {
    background: url('../images/linkedin.fw_.png') no-repeat center/contain;
}


/* Footer */

.logo_footer {
    background: #353535;
}

.logo_footer a {
    height: 100%;
    padding: 0 1rem;
}

.logo_footer a img {
    height: 100%;
}

.footer-right {
    padding: 2em 2em 2em 5em !important;
}


/* page search */

.page_search input[name="authors"] {
    width: 78%;
}

.page_search .search_results .card-body {
    background: var(--blanco);
    margin-bottom: 50px;
    box-shadow: var(--sombra01);
    border-radius: 3px;
}

.page_search .search_input,
.page_search .search_advanced .d-flex {
    flex-flow: row wrap;
}

.page_search .date_range .from {
    margin-right: 3rem;
}


/* Article details */

.orcidImage {
    display: none;
}


/* MediaQuery */

@media (max-width: 991.98px) {
    /* header */
    #custom-top-nav .nav-link {
        padding: 0 1rem;
    }
    #siteHeader .form-inline {
        width: 60%;
    }
}

@media (max-width: 767.98px) {
    /* header */
    #navigationUser {
        width: 100%;
        margin-right: auto !important;
    }
    #navigationUser a {
        font-size: 8pt;
    }
    /* sidebar left */
    #sidebar {
        position: fixed;
        width: 0;
        left: 0;
        z-index: 1000;
        transition: var(--transition);
    }
    #sidebar.active {
        width: 100%;
        transition: var(--transition);
    }
    .sidebar__content {
        display: none;
    }
    #sidebar.active .sidebar__content {
        display: flex;
    }
    .btn-sidebar-close,
    .btn-sidebar-open {
        position: absolute;
        display: block;
        width: 32px;
        height: 32px;
        text-align: center;
        font-size: 1.5rem;
        line-height: 30px;
        cursor: pointer;
        transition: var(--transition);
        z-index: 99;
    }
    .btn-sidebar-close {
        right: 10px;
        top: 10px;
    }
    .btn-sidebar-open {
        top: 24px;
        right: -32px;
        background: var(--color02);
    }
    #custom-nav {
        flex-flow: column wrap;
    }
    a.is_img.journal-name.navbar-brand {
        display: none;
    }
    #custom-brand {
        max-width: 80%;
    }
    #siteHeader .form-inline {
        width: 100%;
    }
    #siteHeader .form-inline .input-group {
        width: 75%;
    }
    .bread-nav {
        margin-top: 40px;
    }
    .page p,
    .page h2,
    .page h3 {
        text-align: left;
        padding: 0;
    }
    .footer-right {
        padding: initial !important;
    }
    .campus {
        display: block;
        /* justify-content: space-between; */
        margin-top: 2em;
        padding: 20px;
    }
    .footerinfo {
        padding: 20px;
        text-align: center;
        margin-top: 10px;
    }
    .submission_checklist {
        width: 100%;
    }
    .author_guidelines ul,
    .submission_checklist .list-group-item,
    .primary-contact div,
    .secondary-contact div,
    .contact_section .journal-address {
        padding: 0;
    }
    /* search page */
    .page_search input[name="authors"] {
        width: 100%;
    }
    /* footer */
    .site-footer .d-flex {
        flex-flow: column wrap;
    }
    .site-footer .logo_footer a {
        width: 100%;
    }
}

.PlumX-Popup .ppp-container {
    margin: auto;
}

@media(min-width: 768px) {
    .cc-window.cc-banner {
        padding: 1em 1.8em 1em calc(1.8em + 30px) !important;
    }
}

#container {
    background-color: #353535;
}

.article-references-content a {
    word-break: break-all;
}

.galley-btn-full.mb-2 a.galley-link svg.svg-inline--fa.fa-file-pdf.fa-w-12.fa-2x {
    display: none;
}

a.galley-link.btn.btn-sm.btn-secondary.mr-3.obj_galley_link.pdf {
    justify-content: center;
    display: flex;
}

#custom-brand__img {
    width: 100% !important;
}

.galley-btn-full.mb-2 a.galley-link {
    display: inline-block;
}

.galley-btn-full.mb-2 a.galley-link:first-child {
    display: none;
}

/* Estilos autores */

.article-details-author {
    display: block !important;
    text-align: right !important;
}

.article-details-author-orcid a {
    color: #4E9EC1 !important;
}

.authors-string {
    list-style-type: none;
    display: block !important;
    text-align: right !important;
    flex-wrap: wrap;
    margin-top: 30px;
}

a.jatsparser-author-string-href.active {
    cursor: auto !important;
}

img.orcid_logo {
    width: 22px;
}

.authors-string li:not(:last-child):after{
    display: none;
}

.jatsparser-author-string-href span {
    display: grid;
}

.panel.card {
    background-color: transparent;
    box-shadow: none;
}

div#author-1 {
    margin-top: 20px;
}

.most_read_article .most_read_article_journal{

    padding: 0 1.25rem;
}

div#terms img {
    display: block;
    margin: auto;
    margin-top: 10px;
}

div#terms p {
    text-align: center;
    font-size: 14px !important;
}

div#terms p a {
    font-size: 14px !important;
}

div#license {
    cursor: pointer;
}

.dosiertiempoyecono{
    max-width: 60% !important;
    height: auto !important;
}

div#terms p img:nth-child(1) {
    display: none;
}

div#terms p:nth-child(2) {
    display: none;
}
