

@font-face {
    font-family: 'Helvetica';
    src: url('https://usil.ojs8.metarevistas.com/plugins/themes/oldGregg/font/Helvetica.ttf');
}

@font-face {
    font-family: 'Emblem';
    src: url('https://usil.ojs8.metarevistas.com/plugins/themes/oldGregg/font/Emblem.ttf');
}


:root {
    --color01: #243060;
    --color02: #263328;
    --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: 'Helvetica';
}

.navbar-brand {
    padding-top: 0px !important;
}

ul#navigationPrimary li.nav-item:first-child {
    display: none;
}

/*Reset: modern-css-reset by hankchizljaw*/


/* Box sizing rules */

*,
*::before,
*::after {
    box-sizing: border-box;
}

.box-to-top a:visited {
    color: #fff !important;
}

/* Remove default padding */

ul[class],
ol[class] {
    padding: 0;
}

div#customblock-mas-vistos {
    margin-bottom: 55px;
}

/* 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;
}

ul#navigationUser a {
    color: var(--color01);
}

li.nav-item.nav-item-hide {
    display: block !important;
}

a#menuLink {
    border-radius: 10px;
    margin-top: 9px;
}

/* Make images easier to work with */

img:not([class]) {
    max-width: 100%;
    display: block;
}

.article-abstract {
    text-align: justify;
}

/* 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: 14px !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;
    text-shadow: 0 0 black;
}

div#customblock-acerca-de .content .panel-heading {
    padding: 15px;
    color: #fff;
    background-color: var(--color01);
}

.card_btns summary.btn.btn-secondary.btn-block.rounded-0 {
    background-color: transparent;
    color: #000;
}

.card_btns a.btn.btn-secondary.btn-block.rounded-0 {
    background-color: transparent;
    color: #000;
}

.card_btns a.btn.btn-secondary.btn-block.rounded-0:hover {
    background-color: var(--color01);
    color: #fff;
}

nav.user-nav.navbar.navbar-expand-lg.navbar-dark {
    background-color: var(--color01);
    color: #fff;
    border: 0px;
}

a.profile.dropdown-item:hover {
    background-color: #1B2C90;
    color: #fff !important;
}

.dropdown-menu.dropdown-menu-right.show {
    background-color: var(--color01);
}

li.nav-item a {
    color: #fff !important;
}

.card-title a {
    color: var(--color01) !important;
    font-family: 'Helvetica' !important;
}

div#journal-description-index {
    margin-bottom: 20px;
}

a.btn.btn-sm.btn-secondary.mt-4 {
    font-size: 15px;
}

.current_issue header.page-header h2 {
    font-family: 'Helvetica';
}

/* Tamaño Modal */

@media (min-width: 576px){
.modal-dialog {
    max-width: 900px !important;
    margin: 1.75rem auto;
}
}

/* Tamaño Modal */

a {
    color: var(--color01);
}

.email a:hover,
.issue-article-title a:hover {
    color: var(--color02);
    text-decoration: none;
}

.modal-body p {
    text-align: justify !important;
}

#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);
}

h1.page-header {
    font-size: 20px;
    font-family: 'Helvetica';
}

.user-nav, a.btn-secondary:not(.galley-link), .btn-secondary:not(.galley-link), .block_make_submission .content a, .pkp_block .title, .panel .panel-heading{

    text-transform: initial ;

}


/*Header*/

.site-header .nav-link {
    position: relative;
    font-size: 14px;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
    color: #CECECE !important;
}

.flag {
    display: flex;
    justify-content: center;
    align-items: center;
}

li.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*li.profile.nav-item {
    margin-right: 40px;
    margin-left: 40px;
}*/

#navigationUser a.profile.dropdown-item {
    width: 100%;
}

a.navbar-brand.navbar-brand-logo {
    display: block;
    margin: auto;
}

.csl-entry i {
    font-size: 18px !important;
}

#search .custom-search {
    width: 80%;
    padding: 0px 0px 0;
    border-radius: 3px;
    background: var(--blanco);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col-md-12.menu_nav {
    z-index: 5 !important;
}

a#menuLink {
    font-size: 10px !important;
    color: #fff !important;
    border: 0px solid #fff;
}

li.leng_item {
    padding: 2px;
    margin-left: 10px;
    margin-right: 10px;
}

li.leng_item span {
    color: #fff;
}

text.keyword {
    font-family: var(--fontBody) !important;
}

.journal-t-nav {
    /*flex*/
    display: flex;
    flex-direction: row;
    background: var(--blanco);
    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;
}

.journal-t-logo {
    /*flex*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/*Portadas portal*/

.custom-content.col-md-12 {
    display: grid;
    grid-gap: 0;
    width: 100%;
    grid-template-columns: repeat(auto-fill, 22em);
    justify-content: center;
}

/*Portadas portal*/

.card_btns summary.btn.btn-secondary.btn-block.rounded-0:hover {
    background-color: var(--color01);
    color: #fff;
}

a.btn.btn-secondary.btn-block.rounded-0:hover {
    background-color: var(--color01);
    color: #fff;
}

.img-logo-h {
    width: 120px;
}

.journals h2 {
    margin-top: 30px !important;
}

h2.pr {
    font-size: 1.2rem;
    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 {
    /* flex */
    display: flex;
    justify-content: space-evenly;
    align-items: center !important;
}

li.flag {
    width: 40px;
}

.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;
}

.head_a a.nav-link.home_link {
    color: #fff;
}

.menu_2 {
    display: none !important;
}

.head_a {
    font-family: 'Helvetica';
}


#navigationPrimary {
    display: none;
}

div#main-site .menu_nav {
    display: none;
}

/* Search */

form.row.justify-content-center.f-g-3 {
    background-color: #fff;
    border: 2px solid #BEBEBE;
    border-radius: 10px;
}

#search {
    margin-top: 0px;
    position: relative;
    z-index: 2;
}

#search.no-f-nav {
    margin: 0 !important;
}

#search .custom-search {
    width: 100%;
    border-radius: 0px;
    background: #ECECEC;
    /* flex */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

#search .custom-search form.row.justify-content-center.f-g-3 {
    margin-left: 200px;
    margin-right: 200px;
}

input.search-input-tag.form-control {
    height: 100%;
}

#search .navbar-nav .nav-item:last-child {
    border: 0;
}

.has_thumb:hover {
    box-shadow: none !important;
}

.c-s-journal {
    margin-top: 0 !important;
}

a.dropdown-item {
    font-size: 16px;
}

#search .custom-search.custom-search-journal {
    width: 100%;
    max-width: 97%;
    border-radius: 0px 0px 3px 3px;
}

ul#navigationPrimary {
    margin: 0 auto;
}

.panel-heading.w-100 {
    display: block;
    padding: 15px;
    color: var(--blanco);
    text-transform: none !important;
    font-size: 1rem !important;
    letter-spacing: 0.9px;
    font-weight: 100;
    margin-top: 0px;
    background-color: var(--color01);
}

.panel.panel-default.issue .panel-heading {
    display: block;
    padding: 15px;
    color: var(--blanco);
    text-transform: none !important;
    font-size: 1rem !important;
    letter-spacing: 0.9px;
    font-weight: 100;
    margin-top: 0px;
    background-color: var(--color01);
}

.list-group-item.doi {
    padding: 0px;
}

.plum-liberty-theme {
    display: flex;
    justify-content: center;
}

.panel.panel-default.issue .panel-body {
    position: relative;
    display: flex;
    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; */
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    padding: 20px;
    text-align: center;
}

img.thumb.card-img-cover.img-fluid {
    box-shadow: none;
}

img.doi-article {
    width: 40px;
    padding: 6px;
}

div#biograp {
    cursor: pointer;
}

div#tutos {
    cursor: pointer;
}

div#license {
    cursor: pointer;
}

div#keywords {
    padding: 20px;
}

.item.downloads_chart h3.label {
    margin: 0px;
    display: block;
    padding: 15px;
    color: var(--blanco);
    text-transform: none !important;
    font-size: 1rem !important;
    letter-spacing: 0.9px;
    font-weight: 100;
    margin-top: 0px;
    background-color: var(--color01);
    color: #fff !important;
}

.item.downloads_chart .value {
    margin-top: 10px;
}

div#summary .panel-heading {
    display: block;
    padding: 15px;
    color: var(--blanco);
    text-transform: none !important;
    font-size: 1rem !important;
    letter-spacing: 0.9px;
    font-weight: 100;
    margin-top: 0px;
    background-color: var(--color01);
    margin: 20px 0px;
}

.panel-heading-key {
    display: block;
    padding: 15px;
    color: var(--blanco);
    text-transform: none !important;
    font-size: 1rem !important;
    letter-spacing: 0.9px;
    font-weight: 100;
    margin-top: 0px;
    background-color: var(--color01);
}

.list-group-item.doi .panel-heading {
    display: block;
    padding: 15px;
    color: var(--blanco);
    text-transform: uppercase !important;
    font-size: 1rem !important;
    letter-spacing: 0.9px;
    font-weight: 100;
    margin-top: 0px;
    background-color: var(--color01);
}

iframe.banner-iframe {
    display: block;
    margin: auto;
}

span.article-title {
    text-align: justify;
}

div#articlesBySameAuthorList h3 {
    padding: 15px;
    background: var(--color01);
    color: #fff !important;
    position: relative !important;
    padding-left: 25px !important;
    text-transform: uppercase !important;
    font-size: 18px;
}

.list-group-item.doi .panel-body {
    padding: 20px;
    text-align: center;
}

#search .custom-search.custom-search-journal .nav-link {
    font-size: 15px;
    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;
}

ul#navigationPrimary {
    padding: 5px;
}

#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 button svg.svg-inline--fa.fa-search.fa-w-16 {
    font-size: 25px;
}

#search .form-control {
    background-color: var(--blanco);
}

#search .form-control::placeholder {
    color: var(--negro02);
    opacity: 1;
}

.search-input-tag {
    -webkit-appearance: none;
    box-shadow: inset 0 0px 0 var(--color01);
    margin-bottom: 0px !important;
}

.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: 26px;
    margin-right: 7px;
}

body.pkp_page_index.pkp_op_index.menuActive div#menu a {
    color: #fff !important;
}

body.pkp_page_index.pkp_op_index.menuActive .dropdown-menu.show {
    background-color: var(--color01);
}

.menu-link span, .menu-link span:before, .menu-link span:after {
    background-color: #fff !important;
}

#search button {
    display: inline-flex;
    color: #fff;
    border-radius: 0px;
}

body.pkp_page_index.pkp_op_index.menuActive ul.ul-menu-item {
    background-color: var(--color01);
}

#search button svg path {
    fill: #B6B6B6;
}

#search button svg path:hover {
    fill: #253573;
}

.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;
}

.list-group-item.doi a {
    font-size: 12px;
}

.btn-c-secondary {
    background: var(--color02) !important;
    padding: 12px 16px;
}

h1.site-name {
    display: inline-flex;
}

h1.site-name a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

a.home_tittle_a {
    text-transform: uppercase;
    font-weight: 800;
}

/* 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(--color01) !important;
    font-size: 20px !important;
}

.custom-cover {
    position: relative;
    z-index: 1;
}

/*.custom-cover::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: var(--color02);
    bottom: -17px;
    left: -14px;
    border-radius: 10px;
    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;
}

.card_btns {
    padding: 20px;
    border-top: 2px solid rgba(203, 215, 201, 0.5);
    border-bottom: 2px solid rgba(203, 215, 201, 0.5);
}

.custom-content .has_thumb, .custom-content .content-issue {
    height: 700px;
    background-color: var(--blanco);
    /*border-radius: 30px;*/
    /*box-shadow: var(--sombra01);*/
    transition: var(--transition);
    width: 100%;
}


/* Modal descripción */

.modal_div * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
.modal_div body {
    height: 100vh;
    display: flex;
    font-family: sans-serif;
    background-color: #eee;
}
.modal_div {
    margin: auto;
}
.modal_div .modal {
    background-color: #fff;
    padding: 2em 3em;
    text-align: center;
    border-radius: 0.5em;
    display: none;
}
.modal_div .modal.is-active {
    display: block;
}
.modal_div .modal-image {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #48db71;
    padding: 11px 10px 2px;
    margin-bottom: 2em;
}
.modal_div h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.modal_div p {
    margin-bottom: 2em;
    color: #666;
}
.modal_div .btn-open {
    display: none;
}
.modal_div .btn-open.is-active {
    display: block;
}
.modal_div button {
    font-size: 1.25em;
    font-weight: bold;
    background-color: #000;
    border: none;
    padding: 0.5em 1em;
    color: #fff;
    box-shadow: 0 0 0 2px #000 inset;
    border-radius: 0.25em;
    cursor: pointer;
    transition: background 0.4s ease, color 0.4s ease;
}
.modal_div button:hover {
    box-shadow: 0 0 0 2px #000 inset;
    color: #000;
    background-color: transparent;
}



h3.mt-0 {
    margin-bottom: 30px;
}

.btns_home {
    width: 100%;
}

.custom-content.col-md-12 {
    margin-bottom: 20px;
}

.custom-content .has_thumb:hover,
.custom-content .content-issue:hover {
    box-shadow: var(--sombra02);
    transition: var(--transition);
}

h3.mt-0 {
    text-align: center;
}

.custom-content .media .thumb {
    min-width: 280px;
    max-width: 280px;
}

.custom-content .card-img-cover {
    height: 370px;
}

.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: center;
    align-items: center;
}

.custom-content .list-group-item {
    margin-right: -1px;
    margin-bottom: 37px !important;
}

.custom-content .list-group-item .btn {
    font-size: 15px;
}

section.article-sidebar.col-md-4 .cover-image {
    margin-bottom: 10px;
}

ol.breadcrumb {
    font-size: 15px;
}

.pkp_block li a {
    font-size: 15px;
}

span.title-translate-article {
    font-size: 18px;
    color: gray;
}

.page-header {
    margin: 10px 0 23px;
}

.panel.panel-default.section .panel-body {
    position: relative;
    display: flex;
    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; */
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    padding: 20px;
    margin-bottom: -30px;
}

div#tutos::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.panel-body {
    font-size: 15px;
}

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;
    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;
}

.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 {
    margin: 32px auto 24px;
}*/

.journal-address {
    padding: 0px !important;
}

.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 {
    text-align: justify;
}

#hr2{ 
    height:5px; 
    width: 30%;
    margin: 0;
  }

.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;
}

.contact_section .journal-address {
    background: var(--blanco);
    color: var(--color01);
    font-size: 14px;
}

.card-title {
    font-size: 20px !important;
    margin-top: 0;
}

.item.citation .card-body.panel-body .csl-entry {
    font-size: 15px !important;
}

.colum_1a a {
    font-size: 15px !important;
}

.panel-body a {
    font-size: 15px;
}
/*
li.show{

font-size: 20px !important;

}*/

div#contentb a {
    padding: 0px;
}



/* Ocultar descripción de propósitos y representaciones */

.descp_rev {
    display: none;
}

.content_table_prop {
    display: none;
}

header#siteHeader a {
    font-size: 12px;
}

nav.user-nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 4px;
}

.citation-formats-span {
    font-weight: 600;
    font-size: 18px !important;
}

a.citation-link-custom {
    font-size: 14px !important;
}

.pkp_block .content {
    font-size: 18px;
}

.galley-btn-full .btn {
    font-size: 15px !important;
}

.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%;
}

.footer_prop {
    display: none;
}

div#articlesBySameAuthorList {
    margin-top: 30px;
}

.galleys_prop_art {
    display: none;
}

.card-deck .card {
    flex: 1 0 auto;
}

.pkp_page_index .journals h3 a {
    text-align: center;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color01);
    font-family: var(--fontBody);
}

footer.footer ul li {
    list-style: none;
}

.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;
    font-size: 1rem !important;
    letter-spacing: 0.9px;
    font-weight: 100;
    margin-top: 0px;
    background-color: var(--color01);
}

.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: 33px;
    margin: 2px;
    font-size: .7rem;
    border-radius: 3px !important;
    border: none;
    background: var(--blanco);
    cursor: pointer;
    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;
}

input.search-input-tag.form-control {
    font-size: 14px;
}

/* 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 a {
    font-family: 'Emblem';
    font-size: 15px;
}

/* HTML View */

[name="htmlFrame"] {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 91vh;
    display: block;
}

div#customblock-indizaci-n .content table.table tr td a {
    padding: 0px;
}

@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: 70px;
        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(--color01);
        margin-bottom: 12px;
        order: 1;
        display: -webkit-inline-box;
        justify-content: space-evenly;
        align-items: center;
    }

    .menu_nav {
        background-color: #ECECEC !important;
        margin-bottom: -30px !important;
    }

    .ul-menu-item:nth-child(3) {
        order: 3;
    }

    #menu li a {
        color: var(--color02);
    }

    .journal-t-nav {
        height: 85px;
        /* 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%;
        display: block;
    }

    .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;
}

.pkp_block h2.title {
    margin: 0;
    margin-top: 0 !important;
}

.journals h2 {
    margin-top: 0px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    color: var(--color02) !important;
    font-size: 2.75em !important;
    margin-bottom: 25px;
}

li.leng_item a {
    color: var(--color01);
}

li.leng_item a:hover {
    color: var(--color02) !important;
}


.pkp_block h2.title {
    margin: 0;
}

#search .custom-search form.row.justify-content-center.f-g-3 {
    margin-top: 30px;
    margin-bottom: 30px;
} 

.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: center;
    align-items: center;
}

a.is_img.journal-t-logo.navbar-brand {
    width: 130px;
    margin-left: 20px;
}

.card-img-cover {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    border: 1px solid #ccc;
}

.myCredits {
    background: #253684 !important;
}

.footer {
    margin-top: 70px;
}

div#journal-description-index {
    text-align: justify;
}

#search button {
    display: inline-flex;
    color: #fff;
}

span.at-icon-wrapper {
    background-color: var(--color01) !important;
    margin-bottom: 3px;
    margin-left: 3px;
    border-radius: 5px;
}

.galley-link:hover {
    background-color: var(--color01);
    color: #fff;
}

div#terms img {
    display: block;
    margin: auto;
    padding: 10px;
}

span.logo-header-absolute.px-4 {
    background-color: rgba(255, 255, 255, 0.5);
}

.pkp_block h2.title {
    color: #fff !important;
}

#at4-share,
#at4-soc {
    right: 0;
    left: auto;
}

.pkp_block, .panel {
    font-size: 18px;
}

.pkp_block, .panel {
    margin-bottom: 0px;
}

.panel.panel-default.author-bios {
    margin-bottom: 33px;
}

.list-group {
    margin-top: 33px;
}

.panel.panel-default.issue {
    margin-bottom: 33px;
}

.section-block .panel.panel-default.section {
    margin-bottom: 64px;
}

.myCredits {
    border-top: 0px !important;
}

.pkp_block {
    margin-bottom: 33px;
}

div#at4-share {
    top: 332px !important;
}

div.site-name {
    padding-top: 0px !important;
    margin-bottom: -5px;
}

.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;
}

.page.page_privacy h1 {
    font-size: 24px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.atss .at-share-btn,
.atss a {
    position: relative;
    display: block;
    width: 40px !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;
}

.article-references .panel-heading {
    display: block;
    padding: 15px;
    color: var(--blanco);
    text-transform: none !important;
    font-size: 1rem !important;
    letter-spacing: 0.9px;
    font-weight: 100;
    margin-top: 0px;
    background-color: var(--color01);
    cursor: pointer;
}

.article-references-content {
    margin-top: 10px;
}

.panel-heading-citado {
    display: block;
    padding: 15px;
    color: var(--blanco);
    text-transform: none !important;
    font-size: 1rem !important;
    letter-spacing: 0.9px;
    font-weight: 100;
    background-color: var(--color01);
    margin-top: 30px;
    margin-bottom: 15px;
}

div#keywords .table-wrapper {
    padding: 0px;
}

div#keywords .table-wrapper {
    margin: 0px;
}

table.keywords_logos.table {
    margin: 0;
}

.media.biography h3.media-heading.biography-author {
    font-size: 15px;
}

.media.biography p {
    font-size: 15px !important;
}

a.block_make_submission_link {
    font-size: 15px;
}

.container_key {
    display: flex;
}

.colum_1a {
    margin-right: 11px;
}

.colum_3a {
    margin-left: 11px;
}

.citations-count {
    margin-left: 20px;
    margin-right: 20px;
}

.myCredits {
    padding: .35em 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;
}

section.section .page-header h2 small {
    color: var(--color01) !important;
    font-family:'Helvetica';
    font-weight: 700 !important;
    display: flex;
}

.obj_article_summary ul.galleys_links {
    margin-left: -17px;
    margin-top: 10px;
}

.card-body.card-article ul.galleys_links li {
    display: contents;
}

.label {
    font-weight: 100 !important;
}

svg.svg-inline--fa.fa-angle-up.fa-w-10 {
    color: #fff !important;
}

section.section .page-header small {
    padding-top: 30px;
    border-top: 1px solid #212121;
}

.card-body.card-article {
    position: relative;
    display: -ms-flexbox;
    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;
}

.card-body.card-article .cover {
    width: 33%;
    padding: 12px;
}


.title-translate {
    font-size: 18px !important;
}

.logos_edit img {
    display: inline-flex !important;
    margin-bottom: 5px;
    margin-left: 18px;
}

.page.page_editorial_team p {
    margin-bottom: 0px;
}

ul.galleys_links a {
    margin-left: 10px;
}

div#customblock-indexacion_block .panel-heading {
    padding: 15px;
    background-color: var(--color01);
    color: #fff;
}

div#customblock-indexada_listada .panel-heading {
    padding: 15px;
    background-color: var(--color01);
    color: #fff;
}

table#tabla_numeros {
    font-size: 0px !important;
}

.additional_content img {
    height: 170px;
}

.head_a {
    background-color: var(--color01);
}

.head_a li.leng_item a {
    color: #fff !important;
}

.head_a li.nav-item.home_a_btn a.nav-link {
    color: #fff !important;
}

.head_a nav.user-nav.navbar.navbar-expand-lg.navbar-dark {
    background-color: transparent;
}

li.log_nav {
    display: none;
}

.c-s-journal {
    width: 95%;
    border-radius: 0px;
    background: #ECECEC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.c-s-journal .container.custom-search.container-base.custom-search-journal {
    margin-left: 200px;
    margin-right: 200px;
    margin-top: 30px;
}

ul#navigationUser li.profile.nav-item {
    border-right: 2px solid;
}

.nav-link {
    padding: 0.1rem 1rem;
}

.modal-body p {
    font-size: 14px !important;
}

ul#navigationPrimary li.nav-item a.nav-link {
    color: var(--color01) !important;
}

.dropdown-menu.show {
    background-color: var(--color01);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #1B2C90;
}

#search .navbar-nav .nav-item {
    padding: 10px;
}

#search .navbar-nav .nav-item {
    padding: 0px;
    border-right: 2px var(--color01) solid;
    width: 100%;
}

/* 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;
    }

    .menu_nav {
        display: none;
    }

    .ul-menu-item:nth-child(2) {
        background: var(--color01);
        margin-bottom: 12px;
        order: 1;
        display: initial;
        justify-content: space-evenly;
        align-items: center;
    }

    li.nav-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }    

    #navigationUser {
        margin: 0;
        padding: 0;
        display: initial;
        flex-wrap: wrap;
        justify-content: flex-end;
        list-style: none;
    }

    a.nav-link.home_link {
        display: none;
    }

    li.flag {
        margin-left: 18px;
        margin-top: 20px;
        display: inline-flex;
    }

    li.flag img {
        width: 40px;
    }

    li.log_nav ul li a {
        display: none;
    }

    li.log_nav {
        display: block !important;
    }

    .custom-content .list-group-item {
        width: 100%;
        max-width: initial;
        margin: 0;
        transform: initial;
    }

    div#journal-description-index a#pub-id\:\:doi {
        word-break: break-all;
    }

    h1.site-name {
        margin-top: 20px;
    }

    #search .custom-search.custom-search-journal {
        width: 100%;
        max-width: 97%;
        border-radius: 0px 0px 3px 3px;
        margin: 18px;
    }

    .custom-content .has_thumb, .custom-content .content-issue {
        display: inline-block;
        height: 670px;
        width: 100%;
        padding: 10px 10px 24px;
        margin: 0;
    }

    .obj_article_summary ul.galleys_links {
        display: block;
    }

    div#main-site li.profile.nav-item:first-child {
        display: none;
    }


    .FlexContainer {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        width: 65%;
        height: 80vh;
        overflow: auto;
        flex-direction: column;
    }
    
    .FlexContainer div {
        width: 100px;
        height: 100px;
        margin: 3px;
    }

    .custom-content .media .thumb {
        min-width: 231px;
        max-width: 260px;
    }

    div#menu-wrap a {
        color: #fff !important;
    }

    #search .custom-search form.row.justify-content-center.f-g-3 {
        display: contents;
    }

    span.search-bar {
        display: none;
    }

    .container.custom-search.container-base {
        margin-top: 10px;
    }

    .container.custom-search.container-base {
        padding: 10px !important;
        border-radius: 5px !important;
    }

    input.search-input-tag.form-control {
        padding: 12px;
        border-radius: 5px;
    }

    #search .custom-search form.row.justify-content-center.f-g-3 {
        margin-left: 10px;
        margin-right: 10px;
    }

    li.log_nav {
        display: none;
    }

    /* 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 */

}


/* Media Query Mobile max-width 600px */

.obj_issue_summary .card-body.text-center h4.card-title.issue-archive-title.mb-1.px-0 {
    text-align: center;
}

.obj_issue_summary .card-body.text-center p.card-text {
    text-align: center !important;
}


a.cmp_edit_link {
    display: none;
}

span.pkp_screen_reader {
    visibility: hidden;
}


div#terms p:nth-child(3) {
    display: none;
}

.carrusel_prop {
    display: none;
}

.obj_issue_summary img.card-img-top.card-img-cover.mx-auto {
    height: 240px;
}

img.cover_descp {
    width: 180px;
}

.es_ES a.galley-link.btn.en_US.obj_galley_link.pdf {
    display: none;
}

.es_ES a.galley-link.btn.en_US.obj_galley_link.file {
    display: none;
}

.en_US a.galley-link.btn.es_ES.obj_galley_link.pdf {
    display: none;
}

.en_US a.galley-link.btn.es_ES.obj_galley_link.file {
    display: none;
}

img.galley-img-b.en_US:nth-child(2){
    display: none;
}


/*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;
}






}
/* End Userway styles  */

.input-search-a {
    display: inline-flex !important;
}

/* Estilos Openid B3*/

.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;
}

/* Mostrar Formulario */

#oauth #register-form, #oauth #login-form {
    display: block !important;
}

.row.content-center {
    display: flex;
    justify-content: center;
}

.pkp_page_login aside#sidebar {
    display: none;
}

.pkp_page_login .col-xs-12.col-sm-10.col-md-8 {
    width: 96%;
}

ul#openid-provider-list button.btn_formlegacy:hover {
    color: var(--blanco) !important;
}

ul#openid-provider-list span.label {
    color: var(--color01);
    font-size: 16px;
}

form#login a {
    font-size: 16px;
}

.page.page_oauth div#register-form .label {
    color: var(--color01);
    font-size: 17px;
}

div#register-form .fields input {
    font-size: 17px !important;
}

.page_oauth div#register-form label {
    font-size: 17px;
}

.page.page_oauth button.submit:hover {
    background-color: var(--color02);
}

form#oauth select#country {
    font-size: 17px !important;
    height: 40px;
}


/*Text-to-voice styles */

div#TextToVoiceDiv {
    justify-content: left;
    margin-bottom: 10px;
}


#TextToVoiceDiv button {
    width: 40px !important;
    height: 40px !important;
    padding: 0px !important;
    border: none !important;
    margin: 2px !important;
    border-radius: 30% !important;
    box-shadow: 0px 0px 0px 0px #77889994 !important;
}
/*Text-to-voice styles end  */


.pkp_op_register ul#navigationPrimary {
    display: none !important;
}

form#login button.btn.btn-secondary {
    font-size: 16px !important;
}

form#login .form-check {
    margin-bottom: 20px;
}

.pkp_page_login ul#navigationPrimary {
    display: none !important;
}
.credit-roles {
    list-style: none;  /* Elimina los estilos de lista */
    padding-left: 0px; /* Siguiendo tu preferencia */
    display: flex;  /* Alinea los elementos en una fila */
    gap: 10px;  /* Espacio entre elementos */
}

.credit-roles li {
    display: flex;
    align-items: center;  /* Alinea el texto con la imagen */
}
.keyword-item {
   display: grid;
   grid-template-columns: 1fr repeat(7, 30px);
   align-items: center;
   gap: 10px;
   margin-bottom: 40px;
   text-align: left;
   margin-bottom: 30px;
}

#TextToVoiceDiv button svg {
   vertical-align: middle;
   width: 70% !important;
   height: 70% !important;
   padding: 6px !important;
   fill: var(--color01) !important;
}

.keyword-container {
    margin-top: 25px;
}

.pkp_page_editorialteam h1.page_title {
    display: none !important;
}

.pkp_page_editorialTeam h1.page_title {
    display: none !important;
}

.pkp_page_EditorialTeam h1.page_title {
    display: none !important;
}


.pkp_page_editorialteam ol.breadcrumb li a {
    font-size: 15px !important;
}

.pkp_page_editorialTeam ol.breadcrumb li a {
    font-size: 15px !important;
}

.pkp_page_EditorialTeam ol.breadcrumb li a {
    font-size: 15px !important;
}

.pkp_page_editorialteam ol.breadcrumb li  {
    font-size: 15px !important;
}

.pkp_page_editorialTeam ol.breadcrumb li  {
    font-size: 15px !important;
}

.pkp_page_EditorialTeam ol.breadcrumb li  {
    font-size: 15px !important;
}

.pkp_page_editorialteam ol.breadcrumb span {
    font-size: 15px !important;
}

.pkp_page_editorialTeam ol.breadcrumb  span {
    font-size: 15px !important;
}

.pkp_page_EditorialTeam ol.breadcrumb span {
    font-size: 15px !important;
}


/* publication facts label */
.article-main .publication-facts-label {
    display: none;
}
.pfl-dropdown {


 min-width: 0px  !important;
}
ul.pfl-list-item {
    width: 0px !important;
}
div#pfl-fact-table {
    display: block !important;
    border: 1px solid !important;
}
.pfl-container {
    width: 100%;
    display: block !important;
    max-width: 600px;
    font-family: Arial, sans-serif;
    border: 1px solid #000;
    /* padding: 10px; */
    box-sizing: border-box;
}
.pfl-dropdown img {
    display: none !important;
}
#ff-compose {
    display: block !important;
    border: 1px solid #d3d3d3;
    margin-top: 0.5rem;
    display: none;
}


#pfl-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}


.pfl-header-row {
    display: flex;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: 1px solid #000;
}
div#pfl-fact-table {
    padding: 6px !important;
}
.pfl-body-row {
    display: flex;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #d4d4d4;
}


.pfl-bold {
    font-weight: bold;
}


.pfl-sr-only {
    display: none;
}


.pfl-this-cell,
.pfl-other-cell {
    flex: 1;
    text-align: center;
}


.pfl-indent {
    padding-left: 0px;
}


#pfl-table-footer {
    margin-top: 15px;
}


#pfl-table-footer p {
    font-size: 12px;
    margin: 5px 0;
}


.pfl-list-item {
    list-style: none;
    padding: 0;
}


.pfl-orcid-icon img {
    width: 16px;
    vertical-align: middle;
}


.pfl-orcid-icon a {
    text-decoration: none;
}


.pfl-info-icon {
    width: 12px;
    vertical-align: middle;
}


.publication-facts-label {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    font-weight: 600 !important;
    padding-top: 0px !important;
    max-width: 100% !important;
    min-width: 100% !important;
    color: #000;
    margin-bottom: 33px !important;


}


.pfl-dropdown {
    background-color: var(--color01);
    border: 0px !important;
}


.pfl-dropdown img {
    width: 9px;
}


.publication-facts-label #pfl-button-open-facts {
    block-size: 100%;
    height: 100%;
    width: 100%;    
    font-size: 0.95rem !important;
    color: #fff !important;
    font-family: "Noto Sans", sans-serif;
    font-weight: 401;
    display: flex;
    justify-content: center !important;
    align-items: center;
}


span#pfl-buttonText {
    font-size: 14px !important;
    font-family: "fuente" !important;
    font-weight: 600 !important;
}


div#pfl-container {
    margin-top: 0px !important;
}


.publication-facts-label #pfl-button-open-facts[aria-expanded="true"] {
    background-color: var(--color07) !important;
    opacity: 1 !important;
}


.pfl-dropdown {
    height: 39px !important;
}


button#pfl-button-open-facts:hover {
    background-color: var(--color01) !important;
}


.pfl-this-cell {
    display: inline-block !important;
    text-align: start !important;
    margin-left: 0rem !important;
    margin-right: 4rem !important;
}


.pfl-body-row {
    border-bottom: 0.01rem solid #000000 !important;
    font-size: 0.9rem !important;
    line-height: 1.6rem !important;
    text-align: start !important;
    display: flex !important;
}


.publication-facts-label #pfl-title {
    text-align: start !important;
    white-space: nowrap !important;
    font-style: normal !important;
}


div#pfl-fact-table div {
    font-size: 9px !important;
}


div#pfl-fact-table div a {
    font-size: 9px !important;
}


.publication-facts-label #pfl-button-open-facts[aria-expanded="true"] {
    background-color: #515151 !important;
    opacity: 1 !important;
}


div#pfl-fact-table div p {
    font-size: 9px !important;
}


.pfl-header-row {
    border-top: 3px solid black !important;
    border-bottom: 0.01rem solid #000000;
    padding-top: 0.18rem;
    padding-bottom: 0.12rem;
    font-weight: 500;
    display: flex;
}


.publication-facts-label #pfl-table-footer {
    border-top: 3px solid black !important;
    white-space: nowrap;
    padding-top: 0.4rem;
    display: inline-block;
    width: 100%;
}


dt.pfl-bold {
    font-family: inherit !important;
    font-size: 9px !important;
    font-weight: bold !important;
}


.publication-facts-label #pfl-title {
    font-size: 17px !important;
}


h3.pfl-body-row {
    margin-bottom: 0px !important;
}


.publication-facts-label #pfl-table-footer {
    padding-top: 0rem !important;
}


.publication-facts-label #pfl-table-footer {
    padding-top: 0px !important;
    margin-top: 0px !important;
}


h3#pfl-heading-indexed-in {
    margin-bottom: 0px !important;
}


.pfl-body-row {
    border-bottom: 0.01rem solid #000000 !important;
    font-size: 0.9rem !important;
    line-height: 9px !important;
    text-align: start !important;
    display: flex !important;
}


dd {
    margin-bottom: 0px !important;
    margin-left: 0;
}


.pfl-orcid-icon img {
    width: 13px !important;
    height: 1.2rem !important;
    margin-right: 3px !important;
    margin-left: 10px !important;
}


#pfl-table-footer {
    margin-top: 15px;
    width: 100%;
    box-sizing: border-box;
    overflow: visible;
}


#pfl-table-footer p {
    font-size: 12px;
    margin: 5px 0;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


#pfl-table-footer {
    margin-top: 15px;
    width: 100%;
    /* Asegura que ocupe el 100% del contenedor principal */
    box-sizing: border-box;
    /* Incluye el padding dentro del ancho total */
    overflow: hidden;
    /* Evita que el contenido se desborde */
    white-space: normal;
    /* Permite que el texto haga salto de línea */
}


#pfl-table-footer p {
    font-size: 9px;
    margin: 5px 0;
    word-wrap: break-word;
    /* Evita que las palabras largas se salgan del div */
}


.publication-facts-label #pfl-table-footer p {
    white-space: initial !important;
}


.publication-facts-label #pfl-table-footer .pfl-info-icon {
    max-width: 12px !important;
    margin-top: 0px !important;
}


.publication-facts-label #pfl-table-footer p {
    text-align: justify !important;
}


.pfl-container {
    /* border: 0px solid #000 !important; */
}


.publication-facts-label .pfl-container.expanded {
    border: 0px solid #000 !important;
}


span#pfl-buttonText {
    text-transform: none !important;
    font-size: 14px !important;
    font-weight: 200 !important;
    font-family: 'Open Sans', sans-serif !important;
}


.pfl-other-cell {
    text-align: end !important;
}


.ff-item-qs {
    font-size: 14px;
    text-align: center !important;
    width: 100%;
}


#ff-sec-root {
    padding: 10px;
}


h2#pfl-title {
    color: #000 !important;
}


.publication-facts-label p {
    line-height: 15px !important;
}


.pfl-indent {
    font-weight: 400 !important;
    padding-left: 10px !important;
}


.pfl-indent.pfl-body-row {
    padding: 0px;
}


.pfl-body-row {
    padding: 2px !important;
}


.publication-facts-label .pfl-orcid-icon {
    margin-top: -5px;
}


.publication-facts-label li {
    margin-top: -7px;
}


button#pfl-button-open-facts {
    background-color: var(--color01);
    margin-top: 22px;
     /* border-radius: 15px !important;  */
}


h3#pfl-heading-indexed-in {
    font-size: 9px !important;
}


.pfl-body-row.pfl-orcid-icon {
    margin-top: 5px;
}


div#pfl-table-footer p {
    height: 30px;
}
#pfl-button-open-facts:disabled,
#pfl-button-open-facts:disabled:hover {
     pointer-events: default;
    background: #515151;
    border: 0px;
    color: inherit;
     opacity: 1;
     background-color:var(--color01);
      border-radius: 2px !important;


}
button#pfl-button-open-facts {
    cursor: default !important;


}
div#ff-compose {
    display: none !important;
}
div#pfl-container {
    max-width: 100% !important;
}
  div#pfl-table-footer p {
        margin-bottom: 10px !important;
    }
