@import url('https://fonts.googleapis.com/css?family=Montserrat:500,500i,700,700i&display=swap');

:root {
    --color01: hsl(203, 100%, 32%);
    --color02: hsl(46, 100%, 49%);
    --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: 0 3px 5px rgba(0, 103, 165, 0.16), 0 3px 4px rgba(0, 103, 165, 0.28);
    --transition: all 0.2s cubic-bezier(0.68, 0.12, 0.24, 0.91);
    /* Font */
    --fontBody: 'Montserrat', sans-serif;
}


/*Reset: modern-css-reset by hankchizljaw*/


/* Box sizing rules */

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* Remove default padding */

ul[class],
ol[class] {
    padding: 0;
}

div#journal-description-index {
    display: inline-flex !important;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}


/* Set core body defaults */

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}


/* Remove list styles on ul, ol elements with a class attribute */

ul[class],
ol[class] {
    list-style: none;
}


/* A elements that don't have a class get default styles */

a:not([class]) {
    text-decoration-skip-ink: auto;
    text-decoration: none;
}


/* Make images easier to work with */

img:not([class]) {
    max-width: 100%;
    display: block;
}


/* Natural flow and rhythm in articles by default */

article>*+* {
    margin-top: 1em;
}


/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
    font: inherit;
}


/* Remove all animations and transitions for people that prefer not to see them */

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}


/*End reset*/

body,
html,
p {
    font-family: var(--fontBody);
    font-size: 16px !important;
}

html {
    position: relative;
    overflow-x: hidden;
}

html::after {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -2;
    background: url('../images/joel-filipe-jU9VAZDGMzs-unsplash.jpg') no-repeat center/cover;
}

html::before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.95);
}


/* 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);
    color: #fff;
    border: 0px;
}

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,
.block_make_submission .content a:hover {
    background: var(--color02);
}

.nav-home {
    color: var(--color02);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    color: var(--color01) !important;
    font-family: var(--fontBody);
    font-weight: 700 !important;
}


/*Header*/

.site-header .nav-link {
    position: relative;
    font-size: 15px;
    color: var(--color01) !important;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
    color: var(--color02) !important;
}

.journal-t-nav {
    height: 100px;
    /*flex*/
    display: flex;
    flex-direction: row;
    background: var(--blanco);
    box-shadow: var(--sombra01);
    transition: var(--transition);
    position: relative;
    overflow-y: hidden;
}

.journal-t-nav.header-active {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: center;*/
}

span.logo-header-absolute.px-4 {
    padding-left: 110px !important;
}

.journal-t-logo {
    /*flex*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.img-logo-h {
    width: 160px;
}

h2.pr {
    font-size: 25px;
    margin-left: 24px;
    border-left: 2px solid var(--negro70);
    padding: 0 0 0 24px;
}

.journal-t-sn {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.journal-t-sn li {
    margin-right: 12px;
}

.journal-t-sn li a svg {
    width: 32px;
    height: 32px;
}

.custom_lang li a {
    width: 40px;
    /* flex */
    display: flex;
    justify-content: space-evenly;
    align-items: center !important;
}

.custom_lang li.active a {
    color: var(--color02) !important;
}

.custom_lang li a:hover {
    color: var(--color02) !important;
}

.flag_circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.flag_circle img {
    height: 24px;
}

.nav-home .nav-link {
    color: var(--color02) !important;
}

#navigationPrimary {
    display: none;
}


/* Search */

#search {
    margin-top: 32px;
    position: relative;
    z-index: 2;
}

#search.no-f-nav {
    margin: 0 !important;
}

#search .custom-search {
    width: 80%;
    padding: 10px 16px 0;
    border-radius: 3px;
    background: var(--blanco);
    box-shadow: var(--sombra01);
    /* flex */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-s-journal {
    margin-top: 0 !important;
}

#search .custom-search.custom-search-journal {
    width: 100%;
    max-width: 100%;
    border-radius: 0px 0px 3px 3px;
}

#search .custom-search.custom-search-journal .nav-link {
    /* font-size: .8rem; */
    text-align: center;
}

#search .custom-search.custom-search-journal .row {
    margin: 0 !important;
}

#search.no-f-nav .custom-search {
    border-radius: 0 0 3px 3px !important;
    background: var(--color01) !important;
    width: 100% !important;
    max-width: 100%;
}

#search.no-f-nav .form-control::placeholder {
    color: var(--blanco);
    opacity: 1;
}

#search.no-f-nav .search-input-tag {
    box-shadow: inset 0 -1px 0 var(--color02);
}

#search.no-f-nav .nav-link {
    color: var(--color02) !important;
}

#search .f-g-3 {
    flex-grow: 3;
}

#search .navbar-nav {
    flex-direction: unset;
    align-items: center;
}

#search .navbar-nav .nav-item {
    margin-right: 20px;
}

#search .form-control {
    background-color: transparent !important;
}

#search .form-control::placeholder {
    color: var(--negro02);
    opacity: 1;
}

.search-input-tag {
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 -1px 0 var(--color01);
    box-shadow: inset 0 -1px 0 var(--color01);
}

.search-input-tag:focus,
.search-input-tag:active {
    outline: none;
    box-shadow: inset 0 -2px 0 var(--blanco02);
}

#search button {
    background: transparent;
    box-shadow: none;
    border: none;
}

#search button svg {
    width: 32px;
}

#search button svg path {
    fill: var(--color02);
}

.tit-mag {
    width: 100%;
    text-align: center;
    margin: 50px 0;
    font-size: 2rem !important;
}

.tit-mag:after {
    content: '-';
    margin-left: 20px;
}

.tit-mag:before {
    content: '-';
    margin-right: 20px;
}

.btn-c-secondary {
    background: var(--color02) !important;
    padding: 12px 16px;
}


/* iframe slider */

iframe.banner-iframe {
    border-radius: 3px;
    margin-bottom: 0;
    margin-top: 0 !important;
}


/* Content site journal */

.page-header {
    border: none;
}

.article-container h1 {
    font-size: 1.8rem !important;
    margin-bottom: 24px;
}

.article-details-author {
    width: 50%;
    margin-bottom: 1rem;
}

.article-details-authors {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-flow: row wrap;
}

.article-details-author:nth-child(2n) {
    border-left: 1px solid var(--color02);
}

.article-details-author h4 {
    color: var(--negro70) !important;
    font-family: var(--fontBody) !important;
    text-align: center !important;
    font-size: 16px;
    margin-bottom: 16px !important;
}

.article-details-author-affiliation,
.article-details-author-orcid a {
    font-size: 14px;
}

.galley-doi-value a {
    color: var(--color01) !important;
}

.page-header h2 {
    margin-top: 70px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: var(--color02) !important;
    font-size: 32px !important;
}

.custom-cover {
    position: relative;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 1;
}

.custom-cover::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: var(--color02);
    bottom: -35px;
    left: -20px;
    border-radius: 35px;
    z-index: -1;
}

.journal-title-index-site {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--negro70);
}

.journal-title-index-site:hover {
    color: var(--color02) !important;
    text-decoration: none;
}

.custom-content .has_thumb,
.custom-content .content-issue {
    height: 250px;
    padding: 20px 10px 10px;
    background-color: var(--blanco);
    border-radius: 3px;
    box-shadow: var(--sombra01);
    margin: 20px 20px 0;
    transition: var(--transition);
}

.custom-content .has_thumb:hover,
.custom-content .content-issue:hover {
    box-shadow: var(--sombra02);
    transition: var(--transition);
}

.custom-content .media {
    position: relative;
    height: 100%;
    width: 100%;
}

.custom-content .media .thumb {
    min-width: 128px;
    max-width: 130px;
}

.custom-content .card-img-cover {
    height: 180px;
}

.custom-content .media-body {
    position: relative;
    height: 100%;
}

/*.custom-content .display-journals {
    padding-right: 50px;
    padding-left: 20px;
}*/

.custom-content .display-journals .btn {
    padding: .375rem .5rem;
    font-size: 0.65rem;
    border-radius: 3px !important;
}

.custom-content .display-journals .btn:hover {
    background: var(--color02) !important;
}

.custom-content .list-group {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* flex */
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}

.custom-content .list-group-item {
    margin-right: -1px;
    transform: scale(.9);
}

.custom-content .list-group-item .btn {
    font-size: 1rem;
}


details[open] summary~* {
    animation: sweep .3s ease-in-out;
    position: absolute;
    top: -200px;
    left: 0;
    z-index: 1;
    height: 190px;
    overflow-y: auto;
    width: 400px;
    border: none;
}


/* Custom content */

#custom-content {
    padding-top: 100px;
}

.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(--fontBody);
}

.page p,
.page h2,
.page h3,
.page h4,
.page_title {
    /* text-align: justify; */
    padding: 0 1rem;
}

.page h2 a,
.page h2 a u {
    font-size: 24px !important;
}

p.card-text,
li p {
    /* text-align: left !important; */
    padding: 0 !important;
}

.page .table-wrapper {
    padding: 0 4rem;
}

.page p {
    margin-bottom: 1rem;
}

p:empty {
    display: none !important;
}

.page #focusAndScope ol {
    padding: 0 4rem;
}

.page_title {
    font-size: 24px;
}

.pkp_structure_sidebar p {
    padding: 0 !important;
}

.page h2,
.page h3,
.page h4,
.page_title {
    font-weight: bold;
    margin: 32px auto 24px;
}

.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 6rem;
    margin-bottom: 0 !important;
    text-align: justify;
}

.page ol,
.page ul {
    padding: 0 3rem 0 6rem;
    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;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--negro70);
    font-family: var(--fontBody);
}

.pkp_page_index .journals h3 a:hover {
    text-decoration: none;
    color: var(--color02);
}

.panel .panel-heading,
.pkp_block .title {
    display: block;
    padding: 15px;
    color: var(--blanco);
    text-transform: none !important;
    font-size: 1rem !important;
    letter-spacing: 0.9px;
    font-weight: 700;
    margin: 0px;
}

.pkp_block ul {
    padding: 0 !important;
}

.pkp_page_article .text-justify p {
    padding: 0;
}

#customblock-incluida_en p,
#customblock-Tutoriales .content p {
    position: relative;
    margin-bottom: 0;
}

.page br {
    display: none !important;
}

.article-references-content br {
    display: initial !important;
}

.article-references-content {
    word-break: break-word;
}

.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;
}


/* carousel announcement */

.carousel-content-card {}

.cmp_announcements .card {
    width: 80%;
    margin: 0 auto;
}

.cmp_announcements .card-body p {
    margin-top: 16px;
}

.announcement-title {
    text-align: center;
}

.announcement-title a {
    font-family: var(--fontBody) !important;
    font-size: 16px !important;
}

.card-boby-calendar {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}

.card-boby-calendar svg,
.card-boby-calendar i {
    margin-right: 12px;
}

.carousel-control-next svg,
.carousel-control-prev svg {
    width: 48px;
    height: 48px;
}


/* Page search */

.pkp_page_search .form-group {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.pkp_page_search .from {
    margin-right: 24px;
}

.pkp_page_search .from,
.pkp_page_search .to {
    display: flex;
    align-items: center;
}

.pkp_page_search .search_advanced {
    margin-top: 24px;
}

.pkp_page_search select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0 12px;
}

@media (min-width: 1200px) {
    .pkp_page_search form.cmp_form {
        max-width: 80%;
        margin: 0 auto 48px;
    }
}

.search_results .col-md-4 {
    display: none;
}

.pkp_page_search .search_results {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pkp_page_search .search_results .card-body {
    background: var(--blanco);
    border-radius: 3px;
    box-shadow: var(--sombra01);
    padding: 0 !important;
    overflow: hidden;
    /* flex */
    flex: 1 0 500px;
    box-sizing: border-box;
    margin: 1rem;
}

.pkp_page_search .search_results .__body-header {
    position: relative;
    width: 100%;
    height: 150px;
    background-color: var(--negro70);
    overflow: hidden;
}

.pkp_page_search .search_results .__body-main {
    position: relative;
    padding: 24px;
}

@media screen and (min-width: 40em) {
    .pkp_page_search .search_results .card-body {
        max-width: calc(50% - 1em);
    }
}

.btn-group {
    flex-wrap: wrap;
}

.galley-link {
    height: 50px;
    padding: 12px;
    margin: 12px;
    color: var(--negro70);
    font-size: .7rem;
    border-radius: 3px !important;
    border: none;
    background: var(--blanco);
    cursor: pointer;
    /* flex */
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.galley-link img {
    margin-right: 12px;
}

.pkp_page_search .cmp_pagination {
    text-align: center;
    margin: 24px auto 12px;
}

.galley-btn-full .galley-btn-full.btn,
.galley-btn-full .galley-link.btn {
    margin-left: auto !important;
    margin-right: auto !important;
}

.csl-entry {
    text-align: left;
}


/* Context */

[name="contexts"] {
    margin-top: 24px;
}

ul.contexts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

li.context {
    background: var(--blanco);
    border-radius: 3px;
    box-shadow: var(--sombra01);
    box-sizing: border-box;
    margin: 1rem .25rem;
    padding: 2rem;
    overflow: hidden;
    /* flex */
    flex: 1 0 500px;
}

@media screen and (min-width: 40em) {
    .li.context {
        max-width: calc(50% - 1em);
    }
}

@media screen and (min-width: 60em) {
    li.context {
        max-width: calc(33% - 1em);
    }
}

li.context .name {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 12px;
}

li.context .roles,
li.li.context.context_privacy {
    font-size: .9rem;
}

#contextOptinGroup legend {
    font-size: 1rem;
}


/* indexJournal */

.page_index_journal .card-article {
    display: flex;
}

.page_index_journal .__body-header a {
    width: 200px;
    display: block;
    margin-right: 12px;
}

.page_index_journal .card-img-top {
    border-radius: 3px !important;
}


/* Customs block */

.panel-body.text-center img {
    margin: 0 auto;
}

.panel.panel-default {
    box-shadow: none;
}


/* Custom menu sidebar */

#menu,
#menuLink {
    display: none;
}


/*Footer*/

.site-footer {
    background: var(--color01) !important;
}

.myCredits {
    background: var(--negro70) !important;
}

#navigationUser .nav-link {
    color: var(--color02) !important;
}


/* HTML View */

[name="htmlFrame"] {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 91vh;
    display: block;
}

@media screen and (max-width: 35.5em) {
    body.menuActive {
        overflow: hidden;
    }

    #menu {
        position: fixed;
        width: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2001;
        background: var(--color01);
        overflow-y: auto;
        display: block;
    }

    #menu-wrap {
        margin-top: 40px;
        /* flex */
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    #menu.active {
        width: 100vw;
    }

    #menu,
    .menu-link {
        -webkit-transition: var(--transition);
        -moz-transition: var(--transition);
        -ms-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition);
    }

    .menu-link {
        position: fixed;
        display: block !important;
        top: 0;
        right: 8px;
        background: var(--color01);
        font-size: 10px;
        z-index: 2002;
        width: 50px;
        height: auto;
        padding: 1.6em;
    }

    .menu-link span {
        position: relative;
        display: block;
    }

    .menu-link span,
    .menu-link span:before,
    .menu-link span:after {
        background-color: var(--color02);
        width: 100%;
        height: 0.2em;
        transition: var(--transition);
    }

    .menu-link span:before,
    .menu-link span:after {
        position: absolute;
        margin-top: -0.6em;
        content: " ";
    }

    .menu-link span:after {
        margin-top: 0.6em;
    }

    .menu-link.active span {
        background: transparent;
    }

    .menu-link.active span::before {
        transform: rotate(45deg);
        margin-top: -0.3em;
    }

    .menu-link.active span::after {
        transform: rotate(-45deg);
        margin-top: -0.3em;
    }

    #menu #nav-idep {
        margin-top: 50px;
        background: var(--color01);
        border-radius: 3px;
    }

    #menu>#nav-idep a {
        color: #fff;
        font-weight: 600;
    }

    .ul-menu-item {
        width: 90%;
        margin: 0 auto;
    }

    .ul-menu-item:nth-child(1) {
        order: 2;
    }

    .ul-menu-item:nth-child(2) {
        background: var(--blanco);
        margin-bottom: 12px;
        /* flex */
        order: 1;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .ul-menu-item:nth-child(3) {
        order: 3;
    }

    #menu li a {
        color: var(--color02);
    }

    .journal-t-nav {
        height: 120px;
        flex-direction: column;
        align-items: center;
    }

    .journal-t-logo,
    .journal-t-sn {
        margin: 5px auto !important;
    }

    .journal-t-sn li a svg {
        width: 24px;
        height: 24px;
    }

    #search .custom-search {
        width: 90%;
    }

    #search .f-g-3 .col-md-10 {
        width: 75%;
    }

    #search .f-g-3 .col-md-1 {
        width: 20%;
        padding: 0;
    }

    /* Content journals */
    .custom-content .has_thumb,
    .custom-content .content-issue {
        display: inline-block;
        height: 650px;
        width: 100%;
        padding: 0 0 24px;
        margin: 0;
    }

    .custom-content .card-img-cover {
        height: auto;
    }

    .indexJournal-w75 {
        width: 100%;
    }

    .custom-content .media {
        height: 40%;
    }

    .custom-content .display-journals {
        padding: 0 12px;
    }

    .custom-content .media-body {
        height: auto;
    }

    .custom-content .journal-title-index-site {
        font-size: 1.3rem;
        text-align: center;
    }

    .custom-content .list-group-item {
        width: 45%;
        max-width: calc(50% - 1em);
        margin: 0 auto;
        transform: scale(1);
    }
}

.article-details-author-orcid>a>.orcid_icon:nth-child(2) {
    display: none;
}

.logo-header-absolute {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

div#wordcloud svg g text {
    text-transform: capitalize;
}

img.card-img-top {
    width: 200px !important;
    padding: 10px !important;
}

.journals h2 {
    margin-top: 46px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: var(--color02) !important;
    font-size: 32px !important;
    margin-bottom: 25px;
}

.journals li.has_thumb .thumb img {
    width: 140px;
    height: 200px;
}

ul.list-group.mw-291 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}

a.is_img.journal-t-logo.navbar-brand {
    width: 130px;
    margin-left: 20px;
}

ul.list-group.mw-291 {
    text-transform: uppercase;
}

.card-img-cover {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 8px 9px 6px -6px #6c757d;
}

.myCredits {
    background: #181828 !important;
}

.footer {
    margin-top: 70px;
}

span.at-icon-wrapper {
    background-color: #0070B8 !IMPORTANT;
    margin-bottom: 3px;
    margin-left: 3px;
    border-radius: 5px;
}

.galley-link:hover {
    background-color: #0070B8;
    color: #fff;
}

span.logo-header-absolute.px-4 {
   /* background-color: rgba(255, 255, 255, 0.7);*/
    background-color: #fff;
}

div#at4-share {
    position: absolute !IMPORTANT;
}

div#at4-share {
    margin-right: 17px !important;
}

section.FlexContainer img {
    width: 120px;
}

ol.carousel-indicators {
    z-index: 1 !important;
}

.about-journal.container h2 {
    font-size: 24px;
}

.panel.panel-default.section.licence_blok div#terms {
    padding: 18px;
    text-align: justify;
}

.pkp_block h2.title {
    color: #fff !important;
}

#at4-share,
#at4-soc {
    right: 0;
    left: auto;
}

div#at4-share {
    top: 300px !important;
}

.atss .at-share-btn .at-icon-wrapper,
.atss a .at-icon-wrapper {
    display: block;
    padding: 2px 0px !important;
}

.atss .at-share-btn span .at-icon,
.atss a span .at-icon {
    position: relative;
    top: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* width: 25px !important; */
    height: 25px;
    line-height: 2pc;
    border: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

.card-body.card-article .cover img {
    width: 100%;
    margin-bottom: 20px;
}

.page.page_privacy h1 {
    font-size: 24px !important;
    margin-bottom: 35px;
    margin-left: 16px;
}

body.pkp_page_about.pkp_op_focusAndScope h3 {
    display: none;
}

.site-content.container-fluid.container-base {
    text-align: justify;
}

div#wordcloud text.keyword {
    font-family: 'Montserrat' !important;
}

.page.page_about_publishing_system h1 {
    font-size: 24px !important;
    margin-left: 18px;
    margin-bottom: 20px;
}

.member h2 {
    font-size: 24px !important;
}

div#group h2 {
    font-size: 24px !important;
}

.atss .at-share-btn,
.atss a {
    position: relative;
    display: block;
    width: 43px !important;
    margin: 0;
    outline-offset: -1px;
    text-align: center;
    float: left;
    transition: width .15s ease-in-out;
    overflow: hidden;
    background: transparent !important;
    z-index: 100030;
    cursor: pointer;
}

.mb-4.mb-md-5.text-justify {
    padding: 10px;
}

.item.downloads_chart .value {
    padding-top: 20px;
    padding-bottom: 20px;
}

.myCredits {
    padding: .75em 0;
    text-align: center;
}

a.btn.btn-sm.btn-secondary.mt-4 {
    margin-bottom: 70px;
}

/*.card img.img-fluid.homepage_image {
    display: none;
}*/

.obj_issue_toc a.cover img {
    display: none;
}

.obj_issue_toc .published {
    display: none;
}

.page_index_journal {
    margin-left: 40px;
    margin-right: 40px;
}

.pkp_block.block_make_submission h2.pkp_screen_reader {
    display: none;
}

div#customblock-index_block h2.title.pkp_screen_reader {
    display: none;
}
#customblock-index_block .content .panel.panel-default .panel-body div {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

section.section .page-header h2 small {
    color: var(--color01) !important;
    font-family: var(--fontBody);
    font-weight: 700 !important;
    display: flex;
}

.obj_article_summary ul.galleys_links {
    display: flex;
}

section.section .page-header small {
    padding-top: 30px;
    border-top: 1px solid #212121;
}

.card-body.card-article {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin-top: 25px;
}

li.nav-item.nav-item-hide {
    display: block !important;
}

h2#keyword {
    text-align: center;
}

span.at-icon-wrapper:hover {
    transform: scale(1.1);
    transition: transform .2s;
}

div#keywords a {
    color: #000;
    font-size: 14px;
}

.licence_blok {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.block_custom h2.title.pkp_screen_reader {
    display: none;
}

.most_read_article_journal{
    padding: .3rem 1.25rem;
}
.article-fulltext img{

    max-width: 250px;
}

.article-section-title.article-abstract.label,
.article-fulltext .label,
.section-title{
    display: block;
    padding: 15px !important;
    color: var(--blanco);
    text-transform: none !important;
    font-size: 1rem !important;
    letter-spacing: 0.9px;
    font-weight: 100 !important;
    margin: 0px;
    background-color: var(--color01) !important;
    color: #fff;
    border: 0px;
    text-align: left !important;
    color: #fff !important;
    border-radius: 2px 2px 0 0;
    font-family: inherit !important;
}
/* Media Query Mobile max-width 600px */


@media only screen and (max-width: 600px) {


    /* Index site */

    ul.list-group.mw-291 {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0;
        transform: translateX(0);
        flex-direction: column;
        flex-wrap: initial;
        align-items: center;
        top: 380px;
    }

    .custom-content .list-group-item {
        width: 100%;
        max-width: initial;
        margin: 0;
        transform: initial;
    }

    .custom-content .has_thumb, .custom-content .content-issue {
        display: inline-block;
        height: 389px;
        width: 100%;
        padding: 10px 10px 24px;
        margin: 0;
    }

    .obj_article_summary ul.galleys_links {
        display: block;
    }

    /* Index site */

    /* Index Journal */

    .journal-t-nav.header-active {
        height: 130px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    



    /* Index Journal */



}

@media (max-width: 600px) and  (orientation: landscape)  {

    /* Index site */
    
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -40px;
        margin-left: -40px;
    }

    ul.list-group.mw-291 {
        position: absolute;
        width: 100%;
        bottom: -14px;
        left: 53%;
        transform: translateX(-50%);
        flex-direction: unset;
        flex-wrap: wrap;
        justify-content: end;
        align-items: center;
    }

    .custom-content .media .thumb {
        min-width: 108px;
        max-width: 120px;
    }

    .custom-content .card-img-cover {
        height: 145px;
    }   

    /* Index site */

  }
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  #tutos{
      cursor: pointer;
  }

/* Media Query Mobile max-width 600px */

.PlumX-Popup {
    display: flex;
    justify-content: center;
}


/*Userway styles  */

div#userwayAccessibilityIcon {
    top: 13%;
    left: 100%;
}
ul.dropdown-menu.dropdown-menu-right {
    z-index: 999999999999 !important;
}
.dropdown-menu.dropdown-menu-right.show {
    z-index: 999999999999 !important;
}
nav.user-nav.navbar.navbar-expand-lg.navbar-dark {
    z-index: 9999999999999999999 !important;
}
@media only screen and (max-width: 480px) {
 header#headerNavigationContainer {
    Z-INDEX: 999999999999 !IMPORTANT;
    

}
}

@media only screen and (max-width: 800px) {
 header#headerNavigationContainer {
    Z-INDEX: 999999999999 !IMPORTANT;

}
div#userwayAccessibilityIcon {
    top: 15%;
    left: 100%;
}
.a2a_kit.a2a_kit_size_32.a2a_default_style {
    margin-top: 60px;
}



}


iframe#twitter-widget-13 {
    width: 10px !important;
}

/* Estilos Openid */

.page_oauth form#oauth h1 {
    margin-bottom: 20px;
}

#oauth #showRegisterForm, #oauth #showLoginForm {
    background-color: var(--color01);
    color: #fff !important;
    border: 0px;
    text-decoration: none;
    padding: 10px;
    display: block;
    width: 20%;
    text-align: center;
    border-radius: 4px;
}

span#showLoginForm:hover {
    background-color: var(--color02) !important;
}

span#showRegisterForm:hover {
    background-color: var(--color02) !important;
}

.page.page_openid_login h1 {
    margin-bottom: 20px;
}

ul#openid-provider-list input#username {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

ul#openid-provider-list input#password {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

form#oauth input#familyName  {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

form#oauth input#givenName {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

form#oauth input#email {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

form#oauth input#username {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

form#oauth select#country {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page_oauth div#register-form label {
    width: 100%;
}

form#oauth input#affiliation {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page.page_oauth input#usernameLogin {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page.page_oauth input#passwordLogin {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page.page_oauth label {
    width: 100%;
}

#oauth #showRegisterForm, #oauth #showLoginForm {
    text-decoration: none !important;
}

.page.page_oauth button.submit {
    background-color: var(--color01);
    color: #fff !important;
    border: 0px;
    text-decoration: none;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 4px;
}

.page.page_oauth button.submit:hover {
    background-color: var(--color03);
}

.page.page_oauth button.submit:hover {
    background-color: var(--color03);
}

#openid-provider-list li:not([class="page_login"]) a img {
    margin: 9px 6px 0 12px;
    max-height: 22px;
    max-width: 22px;
    display: inline-flex;
}

span.pkp_screen_reader {
    font-size: 11.2px;
    color: #6c757d !important;
}

#openid-provider-list span.required {
    font-size: 11.2px;
    color: #6c757d !important;
    margin-left: 15px;
}

#openid-provider-list li:not([class="page_login"]) a {
    display: block !important;
    width: 100% !important;
}

.page.page_openid_login label {
    width: 100%;
}


ul#openid-provider-list .label {
    font-weight: 400 !important;
}

ul#openid-provider-list li.margin-top-30 {
    color: var(--color01) !important;
    font-family: "Noto Serif", serif;
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
}

#openid-provider-list {
    padding: 0;
    width: 100% !important;
}

#openid-provider-list li:not([class="page_login"]) a > div {
    min-width: 215px;
    min-height: 40px;
    max-height: 40px;
    background-color: var(--color01) !important;
    box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    white-space: nowrap;
    border: 0px solid rgba(0, 0, 0, 0.4) !important;
    border-top-color: #bbbbbb;
    border-radius: 3px;
    color: #fff;
    font-weight: 100;
}

#openid-provider-list li:not([class="page_login"]) a > div > span {
    position: relative;
    bottom: 0px !important;
    top: 6px;
}

.form_1 {
    border-right: 2px solid #d1cccc;
}

#openid-provider-list {
    margin-top: 30px;
}

p.cmp_notification.warning {
    background-color: #d6d8d9;
    border: 1px solid #c6c8ca;
    padding: 13px;
    border-radius: .25rem;
}

.container_login {
    box-shadow: 0px 4px 14px -3px rgba(0,0,0,0.2);
}

li.page_login {
    box-shadow: none !important;
}

button.btn_formlegacy {
    min-width: 100%;
    min-height: 40px;
    max-height: 40px;
    background-color: var(--color01) !important;
    box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    white-space: nowrap;
    border: 0px solid rgba(0, 0, 0, 0.4) !important;
    border-top-color: #bbbbbb;
    border-radius: 3px;
    color: #fff;
    font-weight: 100;
}

button.btn_formlegacy:hover {
    background-color: var(--color02) !important;
    color: #fff !important;
}

#openid-provider-list li:not([class="page_login"]) a > div:hover {
    background-color: var(--color02) !important;
}

#openid-provider-list button.submit {
    min-width: 100%;
    min-height: 40px;
    max-height: 40px;
    background-color: var(--color01) !important;
    box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    white-space: nowrap;
    border: 0px solid rgba(0, 0, 0, 0.4) !important;
    border-top-color: #bbbbbb;
    border-radius: 3px;
    color: #fff;
    font-weight: 100;
}

#openid-provider-list button.submit:hover {
    background-color: var(--color02) !important;
}

#openid-provider-list li:not([class="page_login"]) a > div {
    text-align: center;
}

#openid-provider-list li:not([class="page_login"]) a img {
    margin: 10px 9px 0 0px !important;
}

.container_login {
    padding-bottom: 15px;
}

#oauth #showRegisterForm, #oauth #showLoginForm {
    width: 100%;
}

.page_oauth form#oauth h1 {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 15px;
}

.pkp_page_login aside#sidebar {
    display: none;
}

/* Mostrar Formulario */

#oauth #register-form, #oauth #login-form {
    display: block !important;
}

.row.content-center {
    display: flex;
    justify-content: center;
}
