*{
}

/* 08295e @brand-primary:         #08295e;*/
/*@gray-dark:             #c5bbbb;*/
html, body, .pkp_structure_main {
    min-height: 100% !important;
    height: 100%;
    text-align: justify;
}

.media-body .authors {
    margin-bottom: 10px;
}

.title{
	font-weight: 400 !important;
  font-size: 20px;
}

.pages{
  text-align: center;
  font-size: 18px;
}

.navbar-collapse{
  padding-left: 0px;
  padding-right: 0px;
}

.nav > li > a{
  padding-left: 10px;
  padding-right: 10px;
}

#nav-menu > .nav > li > a{
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1.2em;
}


.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}


.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.dropdown-menu > li >a {
  text-align: justify;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-issues{
  max-height: 250px;
  min-width: 90px;
}

.issue-summary .media {
  text-align: center;
} 

#headerNavigationContainer{
	margin-bottom: 0px;
	background-image: url(/ojs2/public/journals/1/imgs/pageHeader.png);
	background-repeat: round;
}

footer[role="contentinfo"]{
	margin-top: 0px;
  text-align: center;
}

.pkp_block{
	border-color: transparent;
}

#banda_menu{
	background-color: #08295e;
	margin-top: 30px;
}

.navbar-default{
	border-color: transparent;

}

.navbar-nav li{
	margin-right: 10px;
}

.navbar-nav li:last-child {
	margin-right: 0px;
}

.navbar-nav li a {
	font-weight: bold;
	font-size: 18px;
}

.navbar-nav li .caret{
	display: none;
}

#main-navigation{
  display: block;
}

.navbar-default .navbar-toggle .icon-bar, .header_view .navbar-toggle .icon-bar{
  background-color: white;
}

.cmp_breadcrumbs{
  text-align: left;
}

h1{
  font-size: 25px;
  color: #08295e;
  font-weight: 600 !important;
}

h2{
  font-size: 20px;
  color: #08295e;
  font-weight: 600 !important;
}

h3{
  font-size: 18px;
  color: #08295e;
  font-weight: bold !important;
}

h4{
  font-size: 15px;
  margin-top: 20px;
  color: #08295e;  
}

.page-header{
  text-align: center;
  color: #08295e;
}

.pkp_structure_sidebar {
    margin-top: 20px;
    border-color: transparent;
 }

.pkp_structure_content {
	border: 0px solid transparent;

}

.pkp_structure_main{
	border: 0px solid transparent;
	padding-top: 2em;
	padding-bottom: 3em;
}

.navbar-brand-logo{
  position: absolute;
  height: 60px;
  margin-top: 40px;
}

.logo_epn{
  height: 40px;
  right: 0px;
  float: right;
  margin-top: 20px;
}

#sidebar{
  border-right: 0px solid #d0d0d0;
  border-bottom: 0px solid #d0d0d0;
}

.panel, .pkp_block{
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px transparent;
  box-shadow: 0 1px 1px transparent;
}

.panel-default > .panel-heading{
  color: white;
  background-color: #08295e;
  border-color: #08295e;
}

.thumbnail{
  border: 0px;
}

.author{
  text-align: left;
}

.article-sidebar .img-responsive{
  max-width: 250px;
  margin: 0 auto;
}

.article-sidebar .galley-link{
  max-width: max-content;
  margin-left: auto !important;
  margin-right: auto !important;
}

.orcid > img {
  width: 25px;
  margin-right: 10px;
}


@media (min-width: 768px) {
	.pkp_structure_sidebar {
	    margin-top: 0px;
	}

	.pkp_structure_content {
		border-right: 0px solid #d0d0d0;
	}

	.pkp_structure_main{
		border-right: 2px solid #d0d0d0;
		border-left: 2px solid #d0d0d0;
	}

	#banda_menu{
		background-color: #red;
		margin-top: 30px;
	}

  .navbar-brand-logo{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 120px;
    margin-top: 40px;
  }

  .logo_epn{
    height: 70px;
    margin-top: 50px;
  }

  #main-navigation{
    display: flex;
  }

  .navbar-nav li{
    margin-right: 20px;
  }

  .navbar-collapse.collapse_custom {
    display:none !important;
  }
  
}

@media (min-width: 992px) {
  .logo_epn{
    margin-right: 50px;
  }

  .article-sidebar .galley-link{
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .article-sidebar .img-responsive{
    max-width: 100%;
  }
}


.media-left{
	display: block;
}

.vc_separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*! display: flex; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vc_separator h2 {
  line-height: 1em;
  margin: 0;
  word-wrap: break-word;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 0.8em 0 0;
}

.vc_separator .vc_sep_holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10%;
}
.vc_separator .vc_sep_holder .vc_sep_line {
  height: 1px;
  border-top: 2px solid #d0d0d0;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}

.text-white {
    color: #fff;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.achive-complementary {
  margin-left: 10px;
  padding: 3px;
  border: 1px solid red;
}

.download_list{
  list-style: none;
}

.btn-default:hover {
    color: #fff;
    background-color: #212746;
    border-color: #adadad;
}

.container-issues{
  height: 100%;
}

.article-summary {
    margin-top: 2em !important;
}


.PlumX-Details {
    margin-top: 50px;
    min-width: 100% !important;
    width:100% !important;
    border-top: 4px solid #c43bf3;
}

.PlumX-Details .ppd-box{
    width:150px !important;
    border: 0px solid #e3e3e3 !important;
}

.addthis{
    margin-top: 30px;
}


.indexaciones_div {
			position: relative;
			margin-bottom: 20px;
}

.indexaciones_div .div {
	height: 110px;
}

.indexaciones_div .div img{
	margin-top: 20px;
}

.indexaciones_div p{
	text-align: center;
	display: none;
}

.indexaciones_div a{
	display: block;
	margin: 0 auto;
	width: max-content;
}
.indexaciones_div img{
	max-width: 110px;
	width: 110px;
	height: 110px;
}