/* Ocultar número actual inicio de revista 

.latest_t {
    display: none;
}

.additional_content {
    display: none;
}*/


body.pkp_page_localMetrics #siteHeader .col-md-12.menu_nav {
    display: none;
}

body.pkp_page_search ul#navigationPrimary {
    display: none !important;
}

body.pkp_page_user ul#navigationPrimary {
    display: none !important;
}

body.pkp_page_login ul#navigationPrimary {
    display: none !important;
}

/* Fuentes Open Sans */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Fuentes Noto Serif */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

/* Corrección visro de pdf */

#pdfCanvasContainer {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: hidden;
}
.dropdown-menu.show {
    left: -10px !important;
}
.dropdown-menu.dropdown-menu-right.show {
    left: -350px !important;
}

header.header_view span.label {
    display: none;
}

.card-body.card-article:hover {
    border: 1px solid var(--color01);
    z-index: 500;
    cursor: pointer;
    transition: 0.7s ease-out;
    opacity: 1;
}


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

:root {
    --color01: #8F141B;
    --color02: #CB0E14;
    --color03: #393939;
    --color04: #161616;
    --color05: #CB0E14;
    --color06: #DFD4A6;
    --color07: #DFD4A6;
    --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: 11px 11px 7px -8px rgba(45,45,45,0.6);
    --transition: all 0.2s cubic-bezier(0.68, 0.12, 0.24, 0.91);
    /* Font */
    --fontBody: 'Helvetica Neue';
}

ul.galleys_links a {
   /* background-color: var(--color03);*/
    color: var(--color04);
}   

span.task_count {
    margin-left: 8px;
    border-radius: 4px;
    padding: 2px;
    margin-right: 8px;
}

ul#navigationUser li.profile a {
    color: var(--color06) !important;
}

a#pkpDropdown1 {
    color: var(--blanco) !important;
}

.description {
    text-align: justify;
}

.navbar-brand {
    padding-top: 0px !important;
}
/*div#main-site {
    background: url(https://ojs-test.metadatos.org/plugins/themes/oldGregg/images/background.webp);
    background-size: cover;
    background-repeat: no-repeat;
}*/
a.block_make_submission_link {
    background-color: var(--color01) !important;
}

summary.btn.btn-secondary.btn-block.rounded-0 {
    color: #fff;
}

a.btn.btn-secondary.btn-block.rounded-0 {
    color: #fff;
}

.pkp_block.block_information .content {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: -30px;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
}

/*ul#navigationPrimary li.nav-item:first-child {
    display: none;
*/

body.pkp_page_user.pkp_op_register .container.custom-search.container-base.custom-search-journal {
    display: none !important;
}

input.search-input-tag.form-control {
    font-family: 'Open Sans', sans-serif;
}

a.block_make_submission_link {
    
    font-weight: 300 !important;
    font-family: 'Open Sans', sans-serif;
}

.scholar a {
    display: inline-flex !important;
}


.breadcrumb {
    margin-top: 25px !important;
  }

  

/*Reset: modern-css-reset by hankchizljaw*/


/* Box sizing rules */

*,
*::before,
*::after {
    box-sizing: border-box;
}

.box-to-top a:visited {
    color: #fff !important;
}

.logos_index img {
    display: block !important;
    margin: auto !important;
    margin-bottom: -46px !important;
}

/* Remove default padding */

ul[class],
ol[class] {
    padding: 0;
}

footer.footer.contentinfo-unicor img:not([class]) {
    max-width: 325px !important;
}

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;
}

header#siteHeader a {
    color: var(--color06);
}

.card-deck {
    justify-content: center;
}

li.nav-item.nav-item-hide {
    display: block !important;
}

a#menuLink {
    border-radius: 4px;
}

.cc-color-override-2126965460.cc-window {
    background-color: var(--color01) !important;
}

/* 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: 'Open Sans', sans-serif;
}

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 */

ul.list-group.mw-291 .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;
}

ul.list-group.mw-291 {
    display: flex;
}

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: var(--color06);
    border: 0px;
}

ul#navigationUser li.leng_item span {
    color: var(--blanco);
}

a.profile.dropdown-item:hover {
    background-color: var(--color02);
    color: #fff !important; 
}

a.nav-link.home_link {
    color: var(--color01);
}

.dropdown-menu.dropdown-menu-right.show {
   background-color: var(--color01);
}

.card-title a {
    color: var(--color01) !important;
    font-family: "Noto Serif", serif;
}

div#journal-description-index {
    margin-bottom: 20px;
}

.current_issue header.page-header h2 {
    font-family: 'Open Sans', sans-serif;
}

/* Tamaño Modal */

@media (min-width: 576px){
.modal-dialog {
    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: "Noto Serif", serif;
}

h1.page-header {
    
    font-family: "Noto Serif", serif;
}

.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;
    
}

.flag {
    display: flex;
    justify-content: center;
    align-items: center;
}

li.nav-item {
    display: flex;
}

/*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;
}

#search .custom-search {
    width: 80%;
    padding: 0px 0px 0;
    border-radius: 3px;
    background: var(--color01);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.pkp_page_login.pkp_op_index .container.custom-search.container-base.custom-search-journal {
    display: none !important;
}

.col-md-12.menu_nav {
    z-index: 5 !important;
}

a#menuLink {
    color: #fff !important;
    border: 0px solid #fff;
}

li.leng_item {
    padding: 10px;
    margin-left: 6px;
}

text.keyword {
    font-family: 'Open Sans', sans-serif;
}

.journal-t-nav {
    /*flex*/
    display: flex;
    flex-direction: row;
    background: var(--blanco);
    transition: var(--transition);
    position: relative;
    overflow-y: hidden;
    justify-content: center;
}

.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;
}

/*.issue-toc .galleys {
    display: none;
}*/

.journals_home h2:before {
    content: '';
    position: absolute;
    width: 86%;
    height: 4px;
    background-color: var(--color05);
    left: 133px;
    z-index: -1;
    margin-top: 12px;
}

h2.pr {
    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: 'Open Sans', sans-serif;
}


#navigationPrimary {
    display: none;
}

div#main-site .menu_nav {
    display: none;
}

/* Search */

form.row.justify-content-center.f-g-3 {
    background-color: #fff;
}

#search {
    margin-top: 0px;
    position: relative;
    z-index: 2;
}

#search.no-f-nav {
    margin: 0 !important;
}

#search .custom-search {
    width: 100%;
    border-radius: 0px;
    /* flex */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container.custom-search.container-base.custom-search-journal.search_a {
    background: #f5f5f5 !important;
}

#icon{
    position: absolute;
    display: block;
    bottom: .5rem;
    right: 1rem;
    
    user-select: none;
  }

#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;
}


#search .custom-search.custom-search-journal {
    width: 100%;
    max-width: 100%;
}

.menu_nav {
    background-color: var(--color01) !important;
}

ul#navigationPrimary {
    margin: 0 auto;
}

.panel-heading.w-100 {
    display: block;
    padding: 15px;
    color: var(--blanco);
    text-transform: none !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;
    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-radius: 2px;
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 20px;
    text-align: center;
}

img.thumb.card-img-cover.img-fluid {
    box-shadow: none;
    border: 2px solid;
}

.card-b li.media {
    width: 100%;
    display: inline-grid;
}

.media.indexJournal-w75 a.custom-cover img {
    display: block;
    margin: auto;
}

img.doi-article {
    width: 40px;
    padding: 6px;
}

div#biograp {
    cursor: pointer;
}

div#tutos {
    cursor: pointer;
}

div#license {
    cursor: pointer;
}

div#keywords {
    padding: 20px 0;
}

.item.downloads_chart h3.label {
    margin: 0px;
    display: block;
    padding: 15px;
    color: var(--blanco);
    text-transform: none !important;
    letter-spacing: 0.9px;
    font-weight: 100;
    margin-top: 0px;
    background-color: var(--color01);
    color: #fff !important;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
}

.item.downloads_chart .value {
    margin-top: 10px;
}

div#summary .panel-heading {
    display: block;
    padding: 15px;
    color: var(--blanco);
    text-transform: none !important;
    letter-spacing: 0.9px;
    font-weight: 100;
    margin-top: 0px;
    background-color: var(--color01);
    margin: 20px 0px;
    border-radius: 5px;
}

.panel-heading-key {
    display: block;
    padding: 15px;
    color: var(--blanco);
    text-transform: none !important;
    letter-spacing: 0.9px;
    font-weight: 100;
    margin-top: 0px;
    background-color: var(--color01);
    border-radius: 5px;
}

.list-group-item.doi .panel-heading {
    display: block;
    padding: 15px;
    color: var(--blanco);
    text-transform: none !important;
    letter-spacing: 0.9px;
    font-weight: 100;
    margin-top: 0px;
    background-color: var(--color01);
    border-radius: 5px;
}

iframe.banner-iframe {
    display: block;
    margin: auto;
}

span.article-title {
    text-align: justify;
}

.dropdown-menu.show {
    background-color: var(--color01);
}

div#articlesBySameAuthorList h3 {
    padding: 15px;
    background: var(--color01);
    color: #fff !important;
    position: relative !important;
    padding-left: 25px !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
}

.list-group-item.doi .panel-body {
    padding: 20px;
    text-align: center;
}

#search .custom-search.custom-search-journal .nav-link {
    
    text-align: center;
}

#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;
    width: 60%;
    justify-content: space-between;
}

#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 .form-control {
    background-color: #F5F5F5;
}

#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: var(--color01);
    box-shadow: none;
    border: none;
    text-transform: capitalize;
}

span.search-bar {
    width: 100%;
    display: flex;
    justify-content: center;
}

form.row.justify-content-center.f-g-3 span#icon {
    position: absolute;
    display: block;
    bottom: 13px;
    left: 23px;
    user-select: none;
}

#search .custom-search form.row.justify-content-center.f-g-3 {
    display: contents;
}

#search button:hover {
    background: var(--color01);
}

.tittle_home_jouernals {
    display: flex;
    justify-content: center;
    padding: 20px;
    color: var(--color01);
    font-weight: 700;
}

#search button svg {
    width: 45px;
    margin-right: 7px;
    display: none;
}

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);
}

.container.custom-search.container-base.custom-search-journal .text-center {
    margin-left: -10px;
}

#search button svg path {
    fill: #fff;
}

/*#search button svg path:hover {
    fill: #253573;
}*/

.tit-mag {
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

.tit-mag:after {
    content: '-';
    margin-left: 20px;
}

.tit-mag:before {
    content: '-';
    margin-right: 20px;
}

.list-group-item.doi a {
    
    word-break: break-all;
}

.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 {
    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: 'Open Sans', sans-serif;
    text-align: center !important;
    margin-bottom: 16px !important;
}


.galley-doi-value a {
    color: var(--color01) !important;
}

.page-header h2 {
    margin-top: 70px;
    position: relative;
    text-align: center;
    color: var(--color01) !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-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: 410px;
    transition: var(--transition);
    width: 100%;
}

.media.indexJournal-w75 {
    width: 100%;
    display: block;
}


.container.custom-search.container-base {
    background: transparent !important;
}

div#main-site .container.custom-search.container-base.custom-search-journal.search_a {
    background: #f5f5f5 !important;
}

button.btn.btn-default {
    height: 100%;
}

#search .f-g-3 {
    margin-top: 10px;
}

.media-body.display-journals {
    top: 30px;
}

/* Modal descripción */

.modal_div * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
.modal_div body {
    height: 100vh;
    display: flex;
    font-family: 'Open Sans', 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-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-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;
}

.btns_home {
    width: 100%;
}

.custom-content.col-md-12 {
    margin-bottom: 20px;
}

.custom-content .has_thumb:hover,
.custom-content .content-issue:hover {
    transition: var(--transition);
}

h3.mt-0 {
    text-align: center;
}

.custom-content .media .thumb {
    max-width: 290px;
    max-height: 429px;
}

.text-center.mb-3 a.btn.btn-default {
    background-color: var(--color01);
    color: #fff;
}

div#keywords {
    box-shadow: none;
}

.text-center.mb-3 a.btn.btn-default:hover {
    background-color: var(--color02);
}

a:hover{
    color: var(--color02);
}

/*.custom-content .card-img-cover {
    height: 300px;
}*/

.custom-content .media-body {
    position: relative;
}

/*.custom-content .display-journals {
    padding-right: 50px;
    padding-left: 20px;
}*/

.custom-content .display-journals .btn {
    padding: 8px;
}

.custom-content .display-journals .btn:hover {
    background: var(--color02) !important;
}

.custom-content .list-group {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    /* flex */
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

section.article-sidebar.col-md-4 .cover-image {
    margin-bottom: 10px;
}

hr.home-div {
    border-color: var(--color01);
}

span.title-translate-article {    
    color: var(--color04);
    font-family: 'Open Sans', sans-serif;
    font-weight: 100 !important;
    font-size: 14px;
}

.galleys .page-header small {
    font-size: 20px;
    font-weight: 700;
}

.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: none;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: -30px;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
}

ul.most_read {
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0, 0, 0, .125);
}

div#wordcloud {
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0, 0, 0, .125);
}

.panel-body {
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0, 0, 0, .125);
}

.pkp_block.block_custom .panel-body {
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0, 0, 0, .125);
}



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;
}



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;
}

.card {

    border: 0px solid rgba(0, 0, 0, .125) !important;
}

.list-group-item {
    border: 0px !important;
}

/* 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 {
    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: 'Open Sans', sans-serif;
}

.page p,
.page h2,
.page h3,
.page h4,
.page_title {
    text-align: justify;
}

p.card-text,
li p {
    text-align: left !important;
    padding: 0 !important;
}

.page p {
    margin-bottom: 1rem;
}

.table-wrapper {
    overflow-x: auto;
    margin-bottom: 0px !important;
}

table.index_tab.table img {
    display: block;
    margin: auto;
}

p:empty {
    display: none !important;
}

.page #focusAndScope ol {
    padding: 0 4rem;
}

.pkp_structure_sidebar p {
    padding: 0 !important;
}

.page h2,
.page h3,
.page h4,
.page_title {
    margin: 32px auto 24px;
}

.submission_checklist {
    width: 100%;
    margin: 0 auto;
}

.submission_checklist .card-title,
.submission_checklist .card-text {
    text-align: center !important;
}

.submission_checklist .list-group-item {
    padding: 0px;
}

.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: 0px 0rem 0 0rem;
    text-align: justify;
}

.list-group-item.date-published {
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0, 0, 0, .125) !important;
}

.author_guidelines p:empty {
    display: none;
}

.page_editorial_team #group strong {
    display: block;
    width: 100%;
}

.contact_section h3 {
    color: var(--color01);
    font-family: 'Open Sans', sans-serif;
}

.contact_section .journal-address {
    background: var(--blanco);
   /* color: var(--color01); */
    color:#000;
    border-radius: 3px;
    /*padding: 20px 3rem;*/
    padding: 0;
    padding-right: 20%;
    padding-left: 3rem !important;
}

.card-title {

    margin-top: 0;
}


.panel-body a {
    /*  */
}

div#contentb a {
    padding: 0px;
}

header#siteHeader a {
    
}

.citation-formats-span {
    font-weight: 600;
    
}


.pkp_block .content {
    
}


.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: 100%;
    width: 100%;
}

.card-deck .card {
    flex: 1 0 auto;
}

.pkp_page_index .journals h3 a {
    text-align: center;
    text-align: center;
    font-weight: 200;
    line-height: 1.2;
    color: var(--color04);
    font-family: "Noto Serif", serif;
}

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;
    color: var(--blanco);
    text-transform: none !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;
}

.pkp_block.block_information .content {
    border-top: 0;
}

.panel.panel-default.section .panel-body {
    border-top: 0;
}

.pkp_block .content {
    border-top: 0;
}

div#contentb {
    margin-bottom: 0px;
}

.panel-body.text-center {
    border-top: 0;
}

.article-references-content br {
    display: initial !important;
}

.article-references-content {
    word-break: break-word;
}

.indexadaen {
    position: relative;
}


.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: 'Open Sans', sans-serif;
}

.card-boby-calendar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.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-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;
}

.pkp_page_search .search_results .card-body {
    border-radius: 3px;
    padding: 10px;
    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;
}

.btn-group {
    flex-wrap: wrap;
}

.galley-link {
    height: 40px;
    margin: 2px;
    
    border-radius: 3px !important;
    border: none;
    /*background: var(--color01);*/
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.galley-link {
    box-shadow: 4px 0px 21px 0px rgba(0,0,0,0.1);
}

.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-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;
    line-height: 1.2;
    margin-bottom: 12px;
}


/* 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*/

footer.customFooter .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.sp-module-content {
    border-right: 2px solid var(--color03);
}

table.footer_custom td {
    padding: 40px;
}

table.footer_custom td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.custom_foot_b {
    text-align: end;
}


table.footer_custom {
    display: flex;
    justify-content: center;
}

td.td_footer {
    border-right: 2px solid;
}

.container_foot {
    padding: 20px;
}

.container_foot {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "foot_a foot_b";
}

.foot_a {
    grid-area: foot_a;
}

.foot_b {
    grid-area: foot_b;
}


.foot_a {
    border-right: 2px solid #D5CFCF;
}

.myCredits a {
    font-family: 'Open Sans', sans-serif;
    
}

/* 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;
    }

    iframe.banner-iframe {
        display: none;
    }

    #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;
    }

    li.profile.nav-item.dropdown {
        border: 0px !important;
    }

    li.profile.nav-item {
        border: 0px !important;
    }

    #menu-wrap ul li{
        padding: 10px;
        border-bottom: 1px solid var(--blanco); 
    }

    #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);
        z-index: 2002;
        width: 60px;
        height: auto;
        padding: 17px;
    }

    a.btn.btn-default.hvr-push {
        margin: 10px;
        width: 100%;
    }

    .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;
        height: 0.0em;
    }

    .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 {
        /* 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: 500px;
        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 {
        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 {
    text-align: center;
    text-transform: capitalize;
    color: var(--color01) !important;
    margin-bottom: 25px;
    margin-top: 35px;
}

h2.tittle_hm {
    border-bottom: 1px solid;
}

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: 10px;
    margin-bottom: 0px;
}

.journals li.has_thumb .thumb img {
    width: 140px;
    height: 200px;
}

.card-b {
    width: 40%;
    display: block;
    margin: auto;
}

ul.list-group.mw-291 {
    width: 100%;
    transform: translateX(-50%);
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: center;
    bottom: 3px;
    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: var(--color01) !important;
}

img.aligncenter {
    padding-top: 15px;
}

.footer.footer_ibero {
    position: initial !important;
}

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 {
    
}

.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;
}

.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 {
    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;
    letter-spacing: 0.9px;
    font-weight: 100;
    margin-top: 0px;
    background-color: var(--color01);
    cursor: pointer;
    border-radius: 5px;
}

.citations-count-scopus {
    display: none !important;
}

.article-references-content {
    margin-top: 10px;
}

.panel-heading-citado {
    display: block !important;
    padding: 15px;
    color: var(--blanco);
    text-transform: none !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 {
    
}

.media.biography p {
    
}

a.block_make_submission_link {
    
}

.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: "Noto Serif", serif;
    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 var(--color07);
}

hr {
    border-color: var(--color07) !important;
}

.pkp_structure_sidebar .title {
    color: #fff !important;
    text-align: left !important;
    font-weight: 100 !important;
}

.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;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.latest-list li {
    font-family: 'Open Sans', sans-serif;
    list-style: disc;
    margin-left: 20px;
}

.logos-redes img {
    width: 40px;
}


.logos-custom-block img{
    margin:auto;
    text-align: center;
}

.logos-redes {
    display: flex;
    justify-content: center;
}

.pkp_block.block_twitter span.title {
    border-radius: 0px !important;
}

address.md-margin-bottom-40 {
    font-family: 'Open Sans', sans-serif;
}

/*span.search-bar {
    margin: auto;
    display: block;
}*/

/*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: #212529;
}

.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;
}

#journal-description-index img {
    width: 110px ;
    height: 35px ;
    display: block;
    margin: auto;
}

.navbar-brand {
    padding-bottom: 0px !important;
    white-space: nowrap;
}

/*.card-body.card-article .cover img {
    width: 170px;
}*/

.title-translate {
    
}

.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;
}


.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;
}

input.search-input-tag.form-control {
    padding: 8px;
}

.c-s-journal {
    border-radius: 0px;
    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: 150px;
    margin-right: 150px;
    margin-top: 10px;
}


.nav-link {
    padding: 0.1rem 1rem;
}

ul#navigationPrimary li.nav-item a.nav-link {
    color: var(--blanco) !important;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--color02);
}

.dropdown-menu  .col-md-12:focus, .dropdown-menu .col-md-12:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: var(--color02) !important;
}

.search_input label.pkp_screen_reader.label {
    font-weight: 600 !important;
}

fieldset.search_advanced label {
    font-weight: 600;
}

.author.form-group label {
    font-weight: 600 !important;
}



fieldset.search_advanced legend {
    
    font-weight: 600;
}

.flags {
    display: flex;
}


#search .navbar-nav .nav-item {
    padding: 10px;
}

.about_site {
    display: none;
}

#search .navbar-nav .nav-item {
    /* padding: 0px; */
    /* border-right: 2px var(--color01) solid; */
    /* width: 180px; */
}


/* 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: 6px;
        left: 0;
        transform: translateX(0);
        flex-direction: column;
        flex-wrap: initial;
        align-items: center;
        padding: 8px;
        background-color: #ffffff;
    }

    .column_b a.journal-title {
        z-index: 9999;
    }

    .cover_card h3.mt-0 {
        top: -130px;
        position: relative;
        background-color: #fff;
        padding: 10px;
        margin: -20px;
    }

    ul.list-group.mw-291 .user-nav, a.btn-secondary:not(.galley-link), .btn-secondary:not(.galley-link), .block_make_submission .content a, .pkp_block .title, .panel .panel-heading {
        width: 100% !important;
    }
 
    ul.list-group.mw-291 li {
        padding: 10px;
        width: 100% !important;
        margin: 8px;
        margin-top: 0px;
        border-radius: 6px !important;
        line-height: 14px;
        text-transform: capitalize;
    }

    .column_b {
        margin: 0px !important;
        height: 620px !important;
        padding: 20px !important;
    }

    .card-b {
        width: 65%;
        display: block;
        margin: auto;
    }



    #search button svg {
        width: 45px;
        margin-right: 7px;
        display: block;
    }

    .menu_nav {
        display: none;
    }

    .media.indexJournal-w75 {
        width: 100%;
        box-shadow: 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;
    }

    #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;
        width: 100%;
        padding: 3px 0px 4px;
        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 {
        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;
}

.most_read_article_journal{
    padding: 0 2rem;
}

.additional_content img {
    width: 370px;
}

img.logo_footer {
    width: 270px;
}

footer {
    background-color: #E7E7E7;
    border-top: 0px solid #4b4c4d;
}


.customFooter {
    background-color: #272727;
  }

  .md-margin-bottom-40 {
    color: #fff;
  }

/* hover buttons */

/* Push */
@-webkit-keyframes hvr-push {
    50% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @keyframes hvr-push {
    50% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  .hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  }
  .hvr-push:hover, .hvr-push:focus, .hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }

#search .navbar-nav .nav-item:hover {
    background-color: var(--color05);
    transition: .9s;
}

.card-body.card-article {
    display: flex;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: 15px !important;
    line-height: 1.5;
    border-radius: .2rem;
}

ol.breadcrumb {
    padding: 10px;
}

.item.citations-container .panel-heading {
    display: block;
    padding: 15px;
    color: var(--blanco);
    text-transform: none !important;
    letter-spacing: 0.9px;
    font-weight: 100;
    margin-top: 0px;
    background-color: var(--color01);
    cursor: pointer;
    margin-bottom: 15px;
}

div#customblock-index_block .panel-body img {
    display: block;
    margin: auto;
    width: 110px;
}

div#keywords {
    border: 0px;
    padding: 10px;
}

.article-references .panel-body {
    border: 0px;
    padding: 10px;
    box-shadow: none;
}

.article-abstract {
    padding: 10px;
}

.media.biography .panel-body {
    border: 0px !important;
    padding: 10px;
}

div#biography {
    border: 0px !important;
    box-shadow: none !important;
}

.current_issue .card {
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0, 0, 0, .125) !important;
}

/* Tamaños de fuentes */


/* Títulos de artículo */

h1.page-header {
    font-size: 17px;
}

/* Nombres de autores */

.media.biography h3.media-heading.biography-author {
    font-size: 17px;
}

/* fuentes en general */

html {
    font-size: 14px !important;
    transition: var(--transition);
}

/* Títulos de bloques */

.pkp_block h2.title {
    font-size: 14px !important;
}

h3.label {
    font-size: 14px;
}

/* Botones citado por */

a.citation-link-custom.btn.btn-secondary.m-1.rounded-0 {
    font-size: 14px !important;
}

.csl-entry {
    font-size: 14px !important;
}

/* Títulos secciones tabla de contenido */

section.section .page-header h2 small {
    font-size: 20px;
}

/* Títulos de artículos tabla */

h3.issue-article-title.card-title {
    font-size: 20px;
}

/* Info art tabla de contenido */

small.title-translate {
    font-size: 14px;
}

p.issue-auth.card-text small {
    font-size: 14px;
}

small.issue-stats.text-muted {
    font-size: 14px;
}

small.issue-article-number.text-muted {
    font-size: 14px;
}

small.issue-article-date.text-muted.text-capitalize {
    font-size: 14px;
}

/* Botones */

a.btn.btn-sm.btn-secondary.mt-4 {
    font-size: 14px !important;
}

button.submit.btn.btn-primary {
    background-color: var(--color01) !important;
    text-transform: inherit !important;
    font-size: 14px;
}

/* Imagen cc */

div#openAccessPolicy img {
    width: 110px;
    padding: 10px;
}

.copyright_notice img {
    width: 120px;
}


/* Títulos h3 h2 h1 */

h4 {
    font-size: 20px !important;
}

h3 {
    font-size: 20px !important;
}

h2 {
    font-size: 20px !important;
}

h1 {
    font-size: 20px !important;
}

h4.card-title.issue-archive-title.mb-1.px-0 {
    font-size: 20px;
}

/* Tabla de archivos */

.issue-block.news-block.col-sm-6.col-md-4.col-lg-4.mb-md-4.mb-3 {
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 10%);
    padding: 20px;
}

.issue-slider-custom.d-none.d-md-block {
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 10%);
}

.item.downloads_chart h3.label {
    font-size: 14px !important;
}

/* Modales */

.Areté .modal-header {
    background-color: #14A79D;
}

.Areté .modal-header h5 {
    color: #fff !important;
    font-size: 20px;
}


.Horizontes.Pedagógicos .modal-header {
    background-color: #F2AF47;
}

.Horizontes .modal-header h5 {
    color: #fff !important;
    font-size: 20px;
}

.Movimiento.Científico .modal-header {
    background-color: #14A79D;
}

.Movimiento.Científico h5 {
    color: #fff !important;
    font-size: 20px;
}

.Movimiento.Científico .modal-header {
    background-color: #14A79D;
}

.Movimiento.Científico h5 {
    color: #fff !important;
    font-size: 20px;
}

.Revista.Iberoamericana.de.Psicología .modal-header {
    background-color: #BE7314;
}

.Revista.Iberoamericana.de.Psicología h5 {
    color: #fff !important;
    font-size: 20px;
}

.modal-content img {
    display: block;
    margin: auto;
    width: 18%;
}

.Areté  button.btn.btn-secondary{
    background-color: #14A79D !important;
}

.Horizontes.Pedagógicos  button.btn.btn-secondary{
    background-color: #F2AF47 !important;
}

.Movimiento.Científico  button.btn.btn-secondary{
    background-color: #14A79D !important;
}

.Revista.Iberoamericana.de.Psicología  button.btn.btn-secondary{
    background-color: #BE7314 !important;
}

.img_foot ul li {
    list-style: none;
}

.img_foot h1 {
    color: #fff !important;
}

.img_foot {
    line-height: 30px;
}

ul.social {
    display: inline-flex;
}

ul.social li {
    margin: 10px;
}

.img_foot {
    color: #fff;
    font-weight: 100 !important;
}

.img_foot a {
    color: #fff;
    font-weight: 100 !important;
}

ul.list-group.mw-291 li {
    width: 45%;
    margin: 6px;
    margin-top: 0px;
    border-radius: 6px !important;
    line-height: 14px;
    text-transform: capitalize;
    display: inline-flex;
}

.modal-backdrop {
    position: initial;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-content {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(255,255,255,0.5);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    bottom: 50px;
    z-index: 999999 !important;
    backdrop-filter: blur(13px);
}

ul.list-group.mw-291 .user-nav, a.btn-secondary:not(.galley-link), .btn-secondary:not(.galley-link), .block_make_submission .content a, .pkp_block .title, .panel .panel-heading {
    border-radius: 5px !important;
    text-transform: capitalize;
}

.column_b {
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0, 0, 0, .125);
    margin: 30px;
    margin-top: 0px;
    height: 570px;
    padding: 5px;
}

.card-deck.\/ {
    display: flex;
    justify-content: center;
}

.block_facultad .content {
    padding: 11px;
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0, 0, 0, .125);
    line-height: 38px;
}

li.list_rev h4 {
    color: #000 !important;
    font-size: 16px !important;
    margin-top: 12px;
    font-weight: 600;
    margin-left: 17px;
}

.content {
    border-radius: 0px !important;
}

.pkp_block h2.title {
    border-radius: 5px !important;
    font-family: 'Open Sans', sans-serif;
}

div#tutos {
    border-radius: 5px !important;
}

.pkp_block.block_developed_by {
    border-radius: 0px !important;
}

.pkp_block.block_developed_by span.title {
    border-radius: 5px !important;
}

.pkp_block.block_Keywordcloud span.title {
    border-radius: 5px !important;
}

.panel-heading.w-100 {
    border-radius: 5px !important;
}

.item.citation .panel-heading {
    border-radius: 5px !important;
}

.panel.panel-default.issue .panel-heading {
    border-radius: 5px !important;
}

.panel.panel-default.section .panel-heading {
    border-radius: 5px !important;
}

.card-deck.\/index\.php {
    width: 960px;
    display: flex;
    justify-content: center;
}

.card-deck.\/index\.php\/ {
    justify-content: center;
}

a.journal-title {
    color: var(--color01) !important;
    font-weight: 700 !important;
}

div#biograp {
    border-radius: 5px !important;
}

button.submit.btn.btn-secondary {
    margin-right: 10px;
}

/* Centra logos en un bloque personalizado*/
.panel-body .logos {
    text-align: center;
}

.panel-body .logos img {
    display: inline-block;
    margin: 0 auto;
}
/* Centra logos en un bloque personalizado*/

.register-form-buttons.btn-group {
    margin-bottom: 15px;
}

footer.customFooter {
    margin-top: 80px;
}

a.block_make_submission_link {
    text-transform: revert !important;
}


.pkp_op_index .menu_nav .nav-item-hide:nth-child(2) {
    display: none !important;
}

  /* Estilos  Footer
 Estilos Pantallas Grandes Tablet/PC 
 */

  
  .footer h2 {
      font-weight: 600;
  }
  
  .footer {
    padding: 90px 0;
    background-color: #edeff0;
 }
  
  img {
      max-width: 100%;
      height: auto;
  }
          .contact-area {
              padding: 60px 0;
          }
   ul {
              margin: 0;
              padding: 0;
              list-style: none;
          }
  .contact-area {
      border-bottom: 1px solid var(--color05);
  }
  
  img.editorial_logo_foot {
      width: 140px;
  }
  
  .contact-content.text-center.foot_tittle {
      text-transform: uppercase;
  }
  
  iframe.banner-iframe div#carousel-example-generic span.article-title {
      color: #fff !important;
  }
  
  img#logo-footer {
      width: 230px;
  }
  
  .footer .map-img {
      background: url(https://ww2.ufps.edu.co/assets/img/map-img.png) 5px 60px no-repeat;
  }
  
  .contact-content.text-center {
      font-weight: 700;
  }
  
  a.hover-target.img_foot img {
      width: 240px;
      margin-left: -75px !important;
  }
  
  img.revista_logo_foot.afro_logo {
      width: 305px;
      margin-right: 53px;
  }
  
  .contact-content p {
      position: relative;
  }
  
  .contact-content p::after {
      background: #353C46;
      bottom: -30px;
      content: "";
      height: 1px;
      left: 50%;
      position: absolute;
      transform: translate(-50%);
      width: 80%;
  }
  
  .contact-content h6 {
      font-size: 15px;
      font-weight: 400;
      margin-bottom: 10px;
  }
  
  .contact-content span {
      color: #353c47;
      margin: 0 10px;
  }
  
  .contact-social {
      margin-top: 30px;
    /*margin-left: -46px;*/
  }
  
  .contact-social ul li {
      margin-left: -48px;
  }
  
  a.hover-target.img_foot.logos_foot {
      margin-right: 100px;
  }
  
  
  .contact-social > ul {
      display: inline-flex;
  }
  
  .contact-social ul li a {
      border: 0px solid #8b9199;
      color: #8b9199;
      display: inline-block;
      height: 40px;
      margin: 0 70px;
      padding-top: 7px;
      transition: all 0.4s ease 0s;
      width: 40px;
  }
  
  .contact-social ul li a:hover {
      border: 0px solid #FAB702;
      color: #FAB702;
  }
  
  a.hover-target.img_foot_b img {
      width: 148px;
      margin-left: 30px !important;
  }
  
  .contact-content img {
      max-width: 360px;
  }
  
  footer.footer .row {
      margin: 0 !important;
  }
  
  img.revista_logo_foot {
      width: 300px;
  }
  

  .latest-list li:first-child {
      padding-top: 0;
      border-top: 0;
  }
  
  li:first-child {
      padding-left: 0;
  }
  
  .latest-list li {
      padding: 8px 0;
      border-top: 1px solid #353535;
  }
  
  .contact-content h6 a {
      color: #fff;
      font-weight: 600;
  }
  
  .contact-content.text-center p a {
      color: var(--color03);
      font-weight: 600;
      text-decoration: none;
  }
  

    .container-fluid {
        width: 100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: auto;
        margin-left: auto;
    }

form.search_bar {
    display: inline-flex;
    width: 100%;
    padding: 20px;
}

form.search_bar {
    margin-bottom: 0px;
}

.dropdown-menu.show a.dropdown-item {
    display: table-cell;
}
.dropdown-menu.show.row.col-md-12:hover {
    background-color: white;
} 

/* Estilo para dispositivos móviles (ancho máximo de 767px) */
@media only screen and (max-width: 767px) {
    .dropdown-menu.show {
        left: -30px !important;
    }
    a.dropdown-item {
        font-size: 16px;
    }
    .dropdown-menu .col-md-12 {
      margin-bottom: 10px !important;
    }
    .leng_item a{
        font-size: 16px;

    }
    .nav-item.pkp_navigation_user.nav-item.nav-link{
        font-size: 16px !important;
    }
    a.nav-link {
        font-size: 16px !important;
    }
    a.nav-link.home_link {
        all: unset !important;
        font-size: 16px !important;

    }
    
   
}
.dropdown-menu.dropdown-menu-right.show {
    display: flex !important;
    flex-direction: column !important;
    text-align: right !important;
    left: 0px !important;
}

a.profile.dropdown-item {
    font-size: 14px !important;
}

a.dropdown-item {
    font-size: 14px !important;

}

.cc-color-override-2126965460 .cc-btn {
    color: var(--color01) !important;
}

div#search {
    background-color: var(--color06);
    margin-bottom: 20px;
}

.submission_checklist.card .card-body {
    padding: 0px;
}

.submission_checklist.card p.card-text.text-muted {
    text-align: left !important;
    color: var(--color01) !important;
    margin-bottom: 10px;
}

ul.list-group.list-group-flush li.list-group-item {
    list-style: circle;
    display: list-item !important;
    margin-left: 18px;
}

a.nav-link.home_link i {
    font-size: 21px;
}

.announcement-summary.summary img {
    width: 50%;
    display: block;
    margin: auto;
}

.page.page_issue_archive .card-img-cover {
    width: 160px;
    height: 230px;
}

.cmp_announcements a.carousel-control-prev {
    display: none !important;
}

.cmp_announcements a.carousel-control-next {
    display: none !important;
}

.pkp_block.block_information {
    padding-bottom: 25px;
}

h3 {
    font-family: "Noto Serif", serif !important;
}

div#contextOptinGroup ul.contexts {
    justify-content: left;
}

table#tabla_numeros img {
    width: 150px;
    height: 240px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

table#tabla_numeros {
    text-align: center;
}

/*Userway styles  */


div#userwayAccessibilityIcon {
    top: 16%;
    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;
   


}
div#userwayAccessibilityIcon {
    top: 25%;
    left: 100%;
}

}


@media only screen and (max-width: 800px) {
 header#headerNavigationContainer {
    Z-INDEX: 999999999999 !IMPORTANT;


}
div#userwayAccessibilityIcon {
    top: 22%;
    left: 100%;
}
}

/* End Userway styles  */


.description.card-text img {
    width: 45%;
    display: block;
    margin: auto;
}