:root {
  --colorbase: #00a285;
  --colortwo: #00425d;
}

h1.site-name.pkp_site_name{
  text-align:initial;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--colortwo);
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: var(--colortwo);
}

.lead {
    color: var(--colortwo);
}

.editorial_team p{
    margin:0;
	color: var(--colorbase);
}

.editorial_team li, .editorial_team p {
    margin-bottom: 20px;
    text-align: center;
    list-style: none;
}

.editorial_team h3 {
    text-align: center;
}



/*
.site-banner {
    max-width: calc(100% + 170px);
    height: auto;
    margin-left:-100px;
    margin-right:150px;
}
*/
.container-fluid{
    position: absolute;	
    right: 20px;
}
#main-navigation{
    /*margin-top: -2.6em;*/
    /*margin-left: 7em;*/
}
.pkp_site_name{
    margin:0;
    display:inline-block;
    width:40%;
}
/*
header#headerNavigationContainer::before {
    content: "ISSN: 2616-7964\A ISSN-L: 2616-7964";
    content: "ISSN: 2616-7964";
    position: absolute;
    bottom: 5em;
    left: calc(17.3% + 100px);
    color: #00425d;
    white-space: pre;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}
*/
.site-banner .row{
    margin:0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

img.site-banner{
    max-width: 50%;
    margin-left: 15%;
}

.site-banner .site-title {
    max-width: 40%;
    font-size: 2.4rem;
    text-align: center;
    margin: 0;
}

.site-banner .site-title a{
    font-size: 2rem;
}
.site-banner-small{
    max-width: 80%;
    height: auto;
}

.heading.row{
    text-align:center;
}


.footer-logo{
    width:180px;
    
}

.header-logo{
    width:9%;
}

.main-menu-text{
    font-size:14px;
}

li, p{
    text-align: justify;
}

.padded{
    padding-left: 100px;
    padding-right: 70px;
}


.footer-text{
    color:#fff;
    
}
.footer-text:hover{
    color:#fff;
}


.icon-inline{
    height: 8px;
}

.content-section{
    /* margin: 20px 0px 0px; */
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.last-section{
    padding-bottom:20px;
}

p.french{
    text-indent: -20px;
	
	padding-left: 40px   
}

input.form-control{
    width:100%!important;
}

.navbar-form .form-group{
    width:68%;
}

.editorial_team p{
    margin:0;
}

#nav-menu a {
    padding-bottom: .6em;
    padding-top: .6em;
}

#nav-menu .dropdown-menu a:hover, #nav-menu .dropdown-menu a:focus {
    color: white;
}

header{
    margin-bottom:0px!important;
    border-radius:0px!important;
    border-bottom:0px!important;
}
#headerNavigationContainer{
    background-color: #e7e7e7;
    background-image: url("/public/journals/1/background-image.png");
    background-size:cover;
   /* padding-bottom: 5em; */
    border: none;
}
#nav-menu{
    position:relative!important;
    background-color:#0c205d;
    top: -2.6em;
}
#nav-menu a{
    color: white;
    font-size: 17px;
}

#nav-menu a:hover, #nav-menu a:focus, #nav-menu .open a{
    color: #0c205d;
}


footer .col-md-3:last-of-type {
    padding-left: 10%;
}

/* sidebar index anterior

#customblock-enlaces p{
    text-align:center;
}

#customblock-enlaces img{
    max-width: 90%;
}

*/

.article-references br{
    line-height:25px;
}

.panel-heading{
    font-size: 17px;
    color: var(--colorbase)!important;
}

.nav-tabs.panel-heading{
    padding: 0;
}

.article-refereconces .panel-body{
    word-wrap: break-word;
}   


a.galley-link.btn{
    padding: 4px;
}

.index-table td, .template-table td{
    width:33%;
    padding-bottom:40px;
    text-align:center;
}

.index-table a,.template-table a {
    width: 100%;
}

.index-table img {
    width: 100%;
}

.template-table img {
    max-width: 80px;
    margin-bottom: 5px;
}

.index-table,.template-table{
    width:70%;
    margin:auto;
}

.issues.media-list{
    display: inline-flex;
    flex-wrap: wrap;
}

.issues.media-list .issue-summary.media{
    width: 24%;
}

.issues.media-list .media-left img {
    max-width: unset;
    width: 100%;
}
.issues.media-list .media-body{
    text-align: center;
    margin-top: 10px;
}

.media .lead {
    display: inline;
    color: white;
    background: #00a285;
    padding: 6px;
    border-radius: 5px;
    font-weight:bold;
}
.media:first-child{
    margin-top:2em!important;
}

.issues.media-list .media-body{
    width:auto;
}
.issues.media-list .media-left, .issues.media-list .media-right, .issues.media-list .media-body{
    display:block;
}

.issues.media-list a.title{
    display:none;
}
.media-heading a:hover{
    text-decoration: none;
}

@media (min-width: 1200px){
.container {
    width: 98%;
}
}
/*
.sections .section:last-of-type h2{
    display:none;
}


#nav-menu .open a {
    color: black;
}
*/
.item.addthis{    text-align: right;
    margin-bottom: 5px;}
    
    .pkp_block .title {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: black;
}

.btn-primary, .article-details .download .btn {
    background-image: linear-gradient(#2ac5a9, #00a285);  
    border-bottom: 1px solid #008c73;
    border-color: #51b1a0;
    color: white;
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary, .article-details .download .btn:active {
    color: #fff;
    background-color: #178acc;
    background-image: none;
    border-color: #1684c2;
}

a{
    color: #00a285;   
}

.navbar-default .nav>li>a, .header_view .nav>li>a {
    text-shadow: 0px 0px 4px black, 0px 0px 11px black;
}

.navbar-default .nav>li>a:hover {
    background-color: #00a285;
}

.media-body > div {
    margin-right: 10px;
}

/* VISTA EN MOBILES */


img.orcid {
    width: 16px;
}

.ini_info {
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.ini_info li {
    padding: 30px;
    list-style: none;
}

.ini_info img {
    max-height: 300px;
    width: auto;
    border: solid 3px var(--colorbase);
}

.ini_info h1, .pkp_page_editorial_autoridades h1, .pkp_page_editorial_consejopubli h1 {
    text-align: center;
    font-size: 2.3em;
}

.page_index_journal .additional_content {
    margin: 0px;
    display: none;
}

.leader .foto {
    border-radius: 100%;
    border: solid 2px var(--colorbase);
	margin-bottom: 5px;
	width:160px;
	height:160px;
}

.leader {
    text-align: center;
    margin-bottom: 20px;
}

.leader p {
    text-align: center;
}

p.barra {
    background: var(--colorbase);
    height: 0.3em;
    border-radius: 50%;
    width: 100%;
	margin-bottom:15px;
}

.pkp_op_editorialTeam .page-header {
    text-align: center;
    /* padding-bottom: 0px; */
    border-bottom: none;
}

ul.teamfotoscin {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.teamfotoscin li {
    width: 100%;
    padding: 0 5px;
}

.teamfotoscin img {
    display: block;
    margin: auto;
}

.teamfotoscin p {
    margin-bottom: 0px;
}

.edita {
    position: absolute;
    margin-top: -7em;
}

.edita img {
    max-width: 100px;
    height: auto;
}

.edita h3 {
    font-size: 28px;
}

.consejopub li {
    text-align: justify;
	width:45%;
	margin-right:4%;
}

.consejopub ul {
    display: flex;
    flex-wrap: wrap;
}

.consejoli {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fotoconsejo img {
    width: 100px;
	height: 100px;
    border-radius: 100%;
    border: solid 2px var(--colorbase);
    margin-right: 20px;
}

.consejoli div {
    color: var(--colorbase);
}

.consejoli strong {
    color: #555!important;
}

.contacto1 {
    padding-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.contacto1 img {
    width: 160px;
    margin: 10px;
}

.pkp_page_contact strong {
    color: var(--colorbase);
}


.db-index {
    width: 100%;
    padding-bottom: 20px;
}

.pkp_page_indexaciones div#main-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: space-be;
    align-items: stretch;
    padding: 0;
}

.db-index li {
    width: 15%;
}

.pkp_page_indexaciones #main-content img {
    max-width: 100%;
    max-height: 120px;
    padding: 5px;
}

.pkp_page_indexaciones #main-content li {
    border-radius: 10px;
    border: 2px solid var(--colorbase);
    overflow: hidden;
    position: relative;
    height: 120px;
    list-style: none;
    margin: 10px;
    display: flex;
    justify-content: center;
}

a {
    margin: auto;
}

.pkp_page_indexaciones #main-content li a {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
}



.plataformas-evaluacion-index, .bibliotecas-selectivas-index {
    width: 100%;
    padding-bottom: 20px;
}


.directorios-selectivos-index {
    width: 100%;
}

.page-header {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0;
}

.current_issue > .page-header{
    display: none;
}

.pkp_page_indexaciones div#main-content h3 {
    text-align: center;
}

.pkp_page_indexaciones div#main-content {
    display: flex;
    flex-wrap: wrap;
}

.bibliotecas-selectivas-index li, .directorios-selectivos-index li, .plataformas-evaluacion-index li {
    width: 15%;
    margin-bottom: 20px;
}

.page-header h1{
font-size:28px;
}

.page-header:after {
   /* content: "";*/
    width: 100%;
    height: 0.3em;
    background-color: var(--colorbase);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 50%;
}

.page.page_about .page-header:before {
/*    content: "";*/
    width: 100%;
    height: 0.3em;
    background-color: var(--colorbase);
    position: absolute;
    top: -1em;
    left: 0;
    border-radius: 50%;
}


.page.page_about:after {
/*    content: ""; */
    width: 100%;
    height: 0.3em;
    background-color: var(--colorbase);
    position: absolute;
    bottom: -3em;
    left: 0;
    border-radius: 50%;
}

.published.page-header {
    margin-bottom: -1.5em;
}


/* GRAFICOS YAJAIRA DIJO QUITAR POR EL MOMENTO  */
.item.downloads_chart {
    display: none;
}

.sidebar-index {
    display: flex;
    flex-wrap: wrap;
}

.sidebar-index li {
    width: 50%;
    padding: 3px!important;
    list-style: none;
    text-align: center;
    aspect-ratio: 1 / 1;
    align-items: center;
    display: grid!important;
}

.sidebar-index img {
    max-width: 100%;
}

.article-details .row {
    margin-top: 1.5em;
}

.pkp_page_indexaciones h1{
margin-top: 0; margin-bottom: 10px;
}


.heading .cover img {
    margin-top: 1em;
}

.pkp_page_editorial_autoridades .page-header:first-of-type {
    display: none;
}




.pkp_structure_main th p { text-align: center;
}
.pkp_structure_main table { margin: auto;
}
.pkp_structure_main th{ background-color: #cbfecb}

.editorial_team table .portrait { width: 60px;
}
.editorial_team table td { border: none;
}


.page_editorial_team{display:flex; flex-wrap:wrap}


.pkp_page_authors li > p { margin-left: 1em;
}
.pkp_page_authors li > p:first-child { margin-left: unset;
}

#languageNav img{
height:20px;
}
#languageNav span{
margin-left:10px;
}
.language-switcher { left: 20px;
}
#languageNav .dropdown-toggle {
    background-color: transparent;
}
.editorial_team td:nth-of-type(2) { padding: 10px;
}

#main-content .show{
display:list-item!important}

body{line-height:25px}

.footer li { list-style: none; /* padding: 0; */
}
.footer ul { padding: 0;
}
.footer .row > div { padding: 0 10px; /* text-align: center; */
}
.footer .row .row { align-items: start; display: flex; flex-wrap: wrap; padding-bottom: 10px; /* border-bottom: 1px solid #ccc; */
}
.footer .row > div p.footer-text { text-align: center;
}
.footer { padding: 1em 2em;
}
h4.footer-text { border-bottom: 1px solid #ccc;
}

.navbar-toggle {
    z-index: 10;
}
/**
@media only screen and (max-width: 600px) {

    .navbar-default .nav>li>a, .header_view .nav>li>a {
    color: #fff;
    font-size: 0.8em;
    }
    .media-heading h1, .media-heading h2, .media-heading h3, .media-heading h4, .media-heading h5, .media-heading h6, h1.media-heading, h2.media-heading, h3.media-heading, h4.media-heading, h5.media-heading, h6.media-heading, body {
    font-size: 14px;
    }
    .btn-group, .btn-group-vertical {
    margin-left: 2em;
    }
    .col-xs-10 {
    width: 100%;
    }
    .lead {
    font-size: inherit;
    }
    p.pages {
    text-align: left;
    }
    .media-heading a {
    font-size: 16px;
    }
    
    .issues.media-list .media-left img {
    max-width: unset;
    width: 100%;
    }
    img.media-object {
    margin: auto;
    }
    .issues.media-list .issue-summary.media {
    width: auto;
    }
}
*/
@media only screen and (max-width: 768px) {
    #headerNavigationContainer {
    background-color: #e7e7e7;
    background-image: url(/public/journals/1/mobile_head.png);
    background-size: cover;
    padding-bottom: 3em;
    border: none;
    }
    img.site-banner{
    margin-top:0px;
    max-width:5em;
    margin-left: auto;
    padding: 0px;
    }
    .site-banner {
    margin-left: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-top: 0em;
    }
    
    .site-banner .site-title {
        max-width: 60%;
        font-size: 1.2em;
        text-align: center;
        margin-top: -1.5em;
    }
    
    .site-banner .site-title a {
    font-size: 1em;
    }
    
    .padded {
        padding-left: 1em;
        padding-right: 1em;
    }
    
    .pkp_site_name {
        margin: 0;
        display: inline-block;
        width: auto;
    }
    
    img.site-banner {
        margin-top: 1em;
    }
    
    div#main-content {
        padding-top: 2em;
    }
    
    #nav-menu {
        position: relative !important;
        background-color: #00415c;
        top: 0;
    }
    
    #main-navigation {
        margin-left: 0;
    }
    
    .site-banner .row {
    flex-direction: column;
    }
    
    .navbar-default .navbar-toggle, .header_view .navbar-toggle {
    border: solid 2px #01435b;
    }
    
    .navbar-default .navbar-toggle .icon-bar, .header_view .navbar-toggle .icon-bar {
    background-color: #00a285;
    }
    
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .header_view .navbar-toggle:hover, .header_view .navbar-toggle:focus {
    background-color: #00415c;
    }
    
    .col-xs-10 {
    width: fit-content;
    }
    
    .media-body > div {
    margin-right: 0;
    }
    
    .btn-group .row {
        display: flex;
        margin-right: 0;
        margin-left: 0;
        gap: 1em;
        flex-direction: column;
        align-content: center;
    }
    
    .media-left, .media-right, .media-body {
    display: flex;
    vertical-align: top;
    flex-direction: row;
    align-items: center;
    }
    .media-body {
        width: initial;
    }
    
    .btn, .pkp_block.block_make_submission a {
        white-space: initial;
        word-break: auto-phrase;
    }
    
    .article-summary .btn-group, .btn-group-vertical {
        width: 21%;
    }
    
    .btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: 0;
    }
    
    a.galley-link.btn {
    margin: 0;
    }
    
    #nav-menu a:hover, #nav-menu a:focus, #nav-menu .open a {
    color: #67aeaf;
    }
    
    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #18718f;
    }
    
    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #013348;
    }
    
    .navbar-nav {
    margin: initial;
    }
    
    a {
    word-break: break-word;
    }
    
    .footer .row > div {
    width: 100%;
    }
    
    .footer {
    margin-top: 1.5em;
    }
    
    .navbar-form .form-group {
    width: 80%;
    margin: auto;
    }
    
    .search-form-side .btn {
    margin: 1em auto auto;
    display: block;
    padding: 0.5em 3em;
    border: solid 1px #c4c1c1;
    }
    
    .current_issue {
    margin-bottom: 1.5em;
    }
    
    .issues.media-list .issue-summary.media {
    width: 48%;
    }
    
    .media .lead {
    display: initial;
    font-weight: normal;
    }
    
    .navbar .dropdown-menu a, .header_view .dropdown-menu a {
        color: #18718f;
    }
    
    h2 {
    font-size: 1.7em;
    }
    
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: none;
    }
    
    .lead {
    margin-bottom: 0;
    font-size: 1.7em;
    }
    
    .issue-toc {
    padding: 0 !important;
    }
    
    .bibliotecas-selectivas-index li, .directorios-selectivos-index li, .plataformas-evaluacion-index li, .db-index li {
        width: 35%;
    }
    
    .contacto1 {
        flex-direction: column;
    }
    
    .page_editorial_team td {
        display: block;
        font-size: 0.8em;
        padding: 0 !important;
    }
    
    .editorial_team table .portrait {
    width: 8em;
    margin: auto;
    text-align: center;
    display: block;
    margin-top: 2em;
    }
    
    .editorial_team#chief img:not(.portrait, .foto), .editorial_team img:not(.portrait, .foto) {
    vertical-align: middle;
    width: 2em;
    height: auto;
    margin-right: 0.5em;
    }
    
    .dropdown-menu>li>a {
    white-space: normal;
    }
}

.current_issue_title{
    padding: 0 15px;
}
.current_issue{
    padding-bottom: 20px;
}



