html {
    scroll-behavior: smooth;
}
.site-content {
    margin-top: 20px;
    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: 95%;
}
.myCredits {
    background: #000;
    padding: .75em 0;
    text-align: center;
    border-top: 2px groove rgba(255,255,255,0.35);
}
.myCredits a {
    color: #fff;
    text-decoration: none;
}   
.title-translate {
    color: #5d5d5d;
    font-size: 14px;
    font-style: italic;
    display: block;
}
.card-title {
    font-size: 17px;    
    margin-top: 0;
}
.card-title a {
    color: #000;
}
hr {
    border-color: #212121;
}
.page-header {
    font-family: Play, "Noto Sans", serif;    
    padding-bottom: 10.5px;
    margin: 46px 0 23px;
    border-top: 1px solid #212121;
}
.page-header h2 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 23px;
    margin-bottom: 11.5px;
}
.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: 15px;
}
a.btn-secondary:not(.galley-link),
.btn-secondary:not(.galley-link),
.block_make_submission .content a {
    color: #fff !important;
    background: #01538f;
}
@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: 14px;
}
.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-block-start: 1em;
    margin-block-end: 1em;
    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;
}