html {
    scroll-behavior: smooth;
}

.site-content {
    margin-bottom: 100px;
}

/* submission */
.page.page_submissions h2 {
    font-size: 24px;
}

/* registration form */
.registration-info-title {
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: Play, "Noto Sans", serif;
    font-size: 19px;
}

.reviewer legend {
    font-size: 19px;
}

.reviewer {
    margin-bottom: 20px;
}

.recaptcha_wrapper {
    margin-bottom: 20px;
}

fieldset.consent {
    margin-top: 20px;
    margin-bottom: 20px;
}

.consent .fields {
    margin-bottom: 10px;
}

/* site-wide */
h3 {
    font-size: 24px;
    margin-top: 8px;
}

h4 {
    font-size: 22px;
    margin-top: 8px;
}

.container-base {
    max-width: 80%;
}

.myCredits {
    text-align: center;
}

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

.title-translate {
    font-size: 17px;
    display: block;
}

.card-title {
    font-size: 23px;
    margin-top: 0;
}

.card-title a {
    color: var(--color01);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
}

.card-title a:hover {
    color: var(--color01) !important;
}

.site-footer a {
    color: #fff;
}

.pkp_block.block_custom .panel-body {
    padding: 10px !important;
}

a.keyword-item-link {
    text-transform: capitalize;
}

hr {
    border-color: #212121;
}

.page-header h2 {
    font-size: 17px;
    font-weight: 700;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 1.846;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.media .thumb {
    min-width: 128px;
    max-width: 128px;
}

.card-body {
    padding: 0px;
}

@keyframes sweep {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

details {
    position: relative;
}

/* details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    max-height: 320px;
    overflow-y: auto;
} */
p {
    font-size: 17px;
}

.galley-article-meta {
    margin-top: 0 !important;
}

.jatsparser-author-string-href span {
    font-weight: normal !important;
}

.article-container a,
.article-container div,
.article-container figure,
.article-container li,
.article-container p,
.article-container span,
.article-container table {
    font-family: inherit !important;
}


/**/
.site-footer p {
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.logo_footer a {
    display: block;
}

.logo_footer a img {
    display: block;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.footer-right {
    flex-grow: 3;
    padding: 2em 2em 0;
    position: relative;
    /* top: -1em; */
    font-size: 13px;
    line-height: 130%;
}

.footerinfo p:first-child,
.ciudad {
    font-size: 20px;
    color: #01294f;
    margin: 0;
}

.footerinfo p:first-child,
.ciudad {
    font-size: 20px;
    color: #01294f;
    margin: 0;
}

.footerinfo p:first-child,
.ciudad {
    font-size: 20px;
    color: #01294f;
    margin: 0;
}

.campus {
    display: flex;
    /* justify-content: space-between; */
    margin-top: 2em;
}

.campus>* {
    margin-right: 4em;
}

.campus>div p:first-child {
    margin: 0;
}

.firmabiteca {
    max-width: 200px;
    padding: 1em;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: .4;
}

.site-footer a {
    color: #f25b4e;
}

.card-body.panel-body {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
}

div#article-doi-badge-citations {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
}

div#article-doi-badge-citations {
    border: 0px;
}