/**
 * @file plugins/themes/bootstrap3/index.less
 *
 * Copyright (c) 2014-2017 Simon Fraser University Library
 * Copyright (c) 2003-2017 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @brief Bootstrap 3 theme stylesheet. This is the base styles that must be
 *   included for any theme.
 *
 */




:root{
  /*--rojo-institucional:#e40613;*/
  --rojo-institucional:#d12e2e;
  --background-blanco:#FFF;
  --bg-color-nav-btn:#d12e2e;
  --bg-color-verde:#d12e2e;
  --color-azul:#00549D;
  --background-azul:#0E1E43;
	--background-button-verde:#4FC5B6;
	--fuente-h2:#333;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:500');
@import url('font-awesome-4.7.0/css/font-awesome.min.css');


div{
	/*font-family: 'Source Sans Pro', sans-serif !important;*/
  font-family: 'Mulish', sans-serif !important;
}


/*  Header footer y generales*/

.content.language_bar {
    float: right;
    margin-top: 14px;
}

a {
    color: #d9534f;
    text-decoration: none;
}

a:hover {
  filter: brightness(0.85);
}

.pkp_structure_content.container {
    background: #FFF;
}

body{
    /*background: #f2f2f2 !important;*/
    /*    background: url("../images/bg-sitio.jpg") left top repeat;*/
}

body {
	   /*font-family: "Open Sans", sans-serif !important;*/
     font-family: 'Mulish', sans-serif;
    /*background-color: #FBFBFB !important;*/
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    word-wrap: break-word;
    line-height: 25px;
    /*margin: 20px 0;*/
}

button.navbar-toggle.collapsed {
    /*border: 1px solid #000;
    float: left;*/
}

main.pkp_structure_main.col-xs-12.col-sm-9.col-md-9 {
    overflow: hidden;
}

span.icon-bar {
    background: #000 !important;
}


/* Visor de PDF*/
body.pkp_page_article.pkp_op_view header.header_view a{
    color:#333 !important
}
div#pdfCanvasContainer {
    margin-top: 15px !important;
    display:contents;
}

span.pdf_icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f1c1";
}



.breadcrumb>.active {
    color: #5d0707;
    font-weight: bold;
}

a {
    font-family: "Open Sans", sans-serif !important;
    font-style: none !important;
    text-decoration: none !important;
}


header {
    background-color: var(--background-blanco) !important;
	  width: 100%;
}


select {
    border: none;
    outline: none;
    scroll-behavior: smooth;
}

/* site index */

/*.journals span.line {
    border-top: 1px solid var(--rojo-institucional);
    font-size: 0;
    height: 1px;
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 0;
    width: 100%;
}*/



p.inactiva {
    font-size: 20px;
    color: #d12e2e;
}

div.social {
    display: inline-flex;
}

div.social ul{
    display: inline-flex;
    list-style: none
}

div.social ul li {
  padding-right: 10px;
}

div#cc {
    display: inline-flex;
}

div#cc:before {
    content: url('/public/site/images/dbindex/by-nc-nd.png');
    margin-left: 5px !important;
}

div#cc img {
    padding-right: 10px;
}

div#cc p {
    text-align: justify;
}

span.journal_name {
  text-transform: uppercase;
}

.journal-description {
    padding: 0px !important;
    margin: 0px !important;
    text-align: justify;
}

.journal-description p {
    padding: 0px !important;
    margin: 0px !important;
    text-align: justify;
}

span.issn_title, span.tematicas_title {
    font-weight: bold;
}

.journal-description p.doi {
    padding-left: 25px !important;
}

.journal-description span.tematicas_content {
    font-size: smaller;
}




h2.section_title.headings span{
  background: #FFF;
  width: fit-content;
  z-index: 5;
  padding:  15px 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    color: var(--rojo-institucional);
    text-transform: uppercase;
}

h2.section_title.headings:before{
  content: "";
  display: block !important;
  border-top: dotted 1px var(--rojo-institucional) !important;
  width: 100% !important;
  height: 1px;
  position: absolute;
  z-index: 1;
  margin-top: 0.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

section.current_issue {
    margin-top: 2rem !important;
}

ul.journal-links {
    display: flex;
}

ul.journal-links a {
    padding: 1rem;
    text-align: center;
    background: var(--rojo-institucional);
    font-size: small;
    color: #FFF;
    margin-right: 2px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}
.journals .media-list .media {
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 20px;
    height: 270px;
}
.left-side-box {
    margin-top: 15px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 5px 18px rgb(200 200 200 / 10%);
    height: 100%;
}
.journals .media-list .media .media-left {
    width: 160px;
    padding-right: 20px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.journals .media-heading a  {
    font-size: 18px;
    color: var(--rojo-institucional);
}
.journals .media-heading a:hover  {
    filter: brightness(0.85);
}

.journals .media-list .media .description {
    overflow: auto;
    min-height: 120px;
    font-size: 12px;
}
.journals .media-list .nav-pills {
    margin-bottom: 10px;
}

.journals .media-list .media .media-left img {
    max-width: 160px;
    width: auto;
    height: 200px;
    box-shadow: 8px 9px 6px -6px black;
  }

.journals .media-list .media .media-left img:hover{
    margin: 2%;
    /*box-shadow: 0px 0px 6px 3px black;*/
  }

  .journals .media-list .nav-pills {
      margin-bottom: 5px;
  }

  .journals .nav-pills>li>a {
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #FFF;
      background:var(--rojo-institucional);
  }

    .journals .nav-pills>li>a:hover {
      filter: brightness(0.85);
      color: #d12e2e
    }



.orcid img {
    width: 16px !important;
    height: 16px !important;
    margin-right: 10px;
}



.navbar-fixed-top{
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display:flex;
  /*justify-content: space-between;*/
  align-items: center;
  z-index: 100;
}

/*#nav-menu{
  padding: 1rem 1rem !important;
  background-color:#000;
}*/



#nav-menu {
    /*padding: 1rem 1rem !important;*/
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #fff 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #ccc !important;
}


.pkp_structure_main{
  top: 0;
  position: relative;
}


/***   HEADER     **************/
/*.site-logo {
    content: url(/public/site/images/site-logo.png);
    margin-right: 20px;
    filter: brightness(1) !important;
}*/

a.navbar-brand.navbar-brand-logo {
    filter: brightness(1) !important;
}

.navbar-header {
    display: inline-flex;
}

header#headerNavigationContainer {
/** background-image: url(https://www.agrosavia.co/media/3496/fondo-bac.png); **/
padding-top: 15px !important;
min-height: 100px !important;
}
.navbar-brand-logo img {
max-height: 150%;
width: auto;
}
div#barra-navegacion {
background: #FBFBFB;
width: 1200px!important;
font-size: 12px!important;
}

a.navbar-brand {
    font-size: 3.5rem !important;
    line-height: auto !important;
    color: #fff !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.navbar-default, .header_view {
    background-color: var(--background-blanco) !important;
    background-size: 250px !important;
    background-position: center center !important;
    border-bottom: solid 10px var(--rojo-institucional);
}
.container-fluid.bar1, .container-fluid.bar2 {
    background-color: transparent !important;
}

.description.description_information {
    text-align: justify;
    display: contents;
    line-height: 1.6em !important;
}

/**.container-fluid.bar1{
	height:80px !important;
}

.container-fluid.bar3 {
    display: contents;
}**/

header#headerNavigationContainer a {
    color: var(--rojo-institucional) !important;
    font-style: normal;
    font-weight: bold;
	line-height: 30px !important;
}


/*.col-md-10 P {
    font-size: 1.80rem;
    font-weight: 100;
    line-height: 1.2;
    margin: 0;
    color: #fff !important;
    padding: 8vh 0;
}*/

/********************************/


/*******   Descarga de items      ************/

.download a {
    width: 84%;
    margin-top: 1rem !important;
    text-align: inherit;
}
/***************************************/


.cover-image img {
    height: 170px !important;
	border: 1px solid #ccc;
    box-shadow: 8px 9px 6px -6px black;
}

a.btn.read-more {
    color: var(--rojo-institucional) !important;
    background-color: #c8c8c8 !important;
    border-color: none !important;
    width: 100%;
}

a.btn.read-more:hover {
  filter: brightness(80%);
}


.nav-pills li.navigationMenu a:hover {
    /*background: var(--background-azul) !important;
	color: #FFF !important;*/
	background:transparent !important;
	color: transparent !important;
}


/*****************************/

ul.dropdown-menu.dropdown-menu-right {
    background: #1e344af2 !important;
}

ul.dropdown-menu.dropdown-menu-right a {
    color: #fff !important;
}

ul.dropdown-menu.dropdown-menu-right a:hover{
    background: var(--background-azul)!important;
	color: #FFF !important;
}


/**********************************/

.navbar, .header_view {
    margin-bottom: 0px  !important;
}


/*  Menu */

#nav_bar{
	background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #fff 0%, #f6f6f6 47%, #ededed 100%);
    margin: auto;

}
#nav_bar a {
    color: #666666;
}


#nav_bar a {
  color: #666;
}

.navbar-nav a {
    padding: .7em 0 .65em .5em;
    max-width: 980px;
    margin: 0 auto;
}

.navbar-nav a:hover {
    background: #ccc;
    color:var(--rojo-institucional) !important;
}

.dropdown-menu>li>a {
    background-color: transparent !important;
    color: #666 !important;
    box-shadow: none;
    border-radius: 0px;
    font-size: 0.9em;
}

.dropdown-menu>li>a:hover{
	background:	#eee  !important;
	color:var(--rojo-institucional) !important;
	text-decoration:none;
}


ol.breadcrumb a{
	color:var(--fuente-h2) !important;
	font-size: 0.9em;
}

ol.breadcrumb a:hover{
	color:var(--fuente-h2) !important;
	text-decoration:none !important;
}

.breadcrumb {
    border: none !important;
    border-radius: 0px !important;
    text-transform: uppercase;
	text-align:left;
	background:transparent;
}


/*Fin Menu*/

/*   Home */



div#main-content {
    margin: 0px;
	margin-rigth: 15px;
}

 header.page-header h2 {
    background-color: #F1F1F1 !important;
    font-weight: bold;
    box-shadow: none;
    color:var(--fuente-h2) !important;
    margin-top: 5px;
}


.description img {
    width: -webkit-fill-available !important;
}

section.cmp_announcements{
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 3px 25px 3px 11px;
  margin-top: 15px;
  margin-bottom: 4px;
  border-radius: 6px;
  box-shadow: inset 0px 0px 15px #b9c1cb, 0px 0px 5px #adb8c4;
  background: #F1F1F1;
  overflow: auto;
  border: 1px solid gray;
  font-family: monospace;
}

.obj_announcement_summary div.summary p {
    /* background-color: #F1F1F1; */
    margin-left: 0px !important;
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
    -moz-osx-font-smoothing: grayscale;
}

/*article.announcement-full div.description img {
    max-width: fit-content;
    max-height: 300px !important;
}*/

/*
section.cmp_announcements.media header.page-header h2 {
    background: transparent !important;
}
*/

/**.current_issue h2 {
    background-color: #f29400;
    text-align: center;
    padding: 0;
    margin: 0 !important;
    color: white;
}
.journal-description{
	display: inline-flex;
	text-align: justify;
}


/*.current_issue h2 {
    background-color: var(--background-button-verde) !important;
    text-align: center;
    padding: 0;
    margin: 0 !important;
    color: white;
}*/


/*HBC: galley links*/

.journal-description p {
    line-height: 25px;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    word-wrap: break-word;
    line-height: 25px;
}

a.galley-link.btn.btn-primary:hover
{
  background: var(--rojo-institucional);
  text-decoration: none;
  color: #ffffff !important;
}

a.galley-link.btn.btn-primary,a.galley-link.btn.btn-default.file,a.galley-link.btn.btn-default.pdf
{
  color: #da251d;
  font-family: Verdana;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #E9E9E9;
  border: solid #da251d 1px !important;
  box-shadow: inset 0 -1em 1em rgb(0 0 0 / 10%);
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  line-height: 1.8em;
  letter-spacing: -0.05em;
  margin-right: 10px;
}

.getviews:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
    content: "\f06e";
}



p.pages, p.getviews {
  float: left;
    padding-right: 20px;
    display: contents;
}


a.galley-link.btn.btn-primary.pdf:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
    content: "\f1c1";
}



a.galley-link.btn.btn-primary:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0f6";
    margin-right: 0.25em;
}


/*a.galley-link.btn.btn-primary.pdf {
    padding-top: 0px !important;
}


a.galley-link.btn.btn-default.pdf {
    background: black;
    color: #FFF;
}

a.galley-link.btn.btn-default.pdf:hover {
    background: black;
    color: #FFF;
    opacity: 0.5;

}*/




section.current_issue img {
    max-width: 150px !important;
}

p.current_issue_title.lead {
    display: none;
}

div.issue-toc > div.sections > section.section >div.page-header > h2 > small {
    background: #d9534f !important;
    padding: 0 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 5;
    width: fit-content;
    color: #FFF;
    /* margin-left: 10px; */
    box-shadow: 0 0 1px #0a0500 inset, 0 2px 3px #585454;
}

div.issue-toc > div.sections > section.section >div.page-header > h2:before {
    content: "";
    display: block !important;
    border-top: dotted 1px var(--bg-color-verde) !important;
    width: 100% !important;
    height: 1px;
    position: absolute;
    z-index: 1;
    margin-top: 0.5em;
}


/* fin Home*/


/* Listado de Numeros*/

.card-footer {
    text-align: center;
    padding-top: 0.5em;
}

img.card-img-top {
    width: 150px;
    border: none;
}



.issue-summary.issue-archive-list img {
}

img.media-object {
    box-shadow: 8px 9px 6px -6px black;
}

/*img.media-object {
    width: 138px !important;
    height: 195px !important;
    border-top: #167ac6 1px solid;
    border-bottom: #167ac6 1px solid;
    border-left: #167ac6 1px solid;
    border-right: #167ac6 1px solid;
}*/

.archive_text_only{
  border: solid 1px #336699;
      border-radius: 5px;
      padding: 0px 5px;
}

.issue-archive-list {
    display: inline-flex;
    max-width: 150px;
    margin-left: 2em;
}

.media-left img {
    max-width: 128px;
	}

.media-object {
    display: block;
}

.issue-archive-year{
	color:var(--fuente-h2) !important;
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
	padding:10px 10px;
}

/* Fin listado de numeros*/

/* Home de un journal */

.pkp_block .title {
    font-size: 17px !important;
    font-weight: bold;
}

.pkp_block {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #d9dde2;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    overflow: hidden !important;
}

.pkp_block span.title, .pkp_block h2.title {
    display: inline-block;
    margin-top: 0px;
    border:none;
    width: 100%;
    padding: 10px 15px;
    font-family: Open sans, sans-serif;
    font-size: 12px !important;
    text-align: center;
    background-color: #F1F1F1;
}

.pkp_block.block_make_submission h2{
    color: transparent;
}

.carousel-control {

    width: 5%;
    font-size: 20px;
    color: var(--rojo-institucional);
    text-align: center;
    text-shadow: none;
    background-color: #FFF;
    filter: alpha(opacity=50);
    opacity: .5;
}

div#myCarousel {
  min-height: 250px !important;
  max-height: 300px !important;
}

section.cmp_announcements.media header.page-header {
    text-align: center;
    top: 0px;
}

article.obj_announcement_summary div.summary img {
    height: auto !important;
    width: 100% !important;
}

.cmp_announcements.media {
    margin-bottom: 30px;
    overflow: hidden;
}

.carousel-control.left,.carousel-control.right {
    background: none !important;
}

.obj_announcement_summary {
    background-color: #F4F4F4;
    margin-left: 0px !important;
    padding-left: 5%;
    padding-right: 5%;
}

.sections section {
    display: grid;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.grid-child{
  flex-direction: inherit !important;
  /*text-align: justify;*/
  margin-top: 10px;
  margin-bottom: 10px !important;
  padding: 10px 10px 10px 10px;
  -webkit-box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 20%);
  background-color: #f8f8f8;
}

.grid-child .media-body .meta {
    text-align: justify;
    word-wrap: break-word;
    border-bottom: 2px solid var(--rojo-institucional);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/* FIN Home de un Journal*/

/* HBC: bases de datos indexadas */

/*.indexed_on {
    display: inline-flex;
}

.indexed_on div {
    max-width: 130px;
    float: left;
}*/

ul.indexed_on {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

ul.indexed_on li {
    list-style: none;
    position: relative;
    max-width: 130px;
    margin-bottom: 30px;
    height: 70px;
}

ul.indexed_on li:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(0.9);
    filter: grayscale(0);
}

.academic-search-premier { content: url('/public/site/images/dbindex/academic_Search_premier.jpg'); }
.esci { content: url('/public/site/images/dbindex/esci.png'); }
.latindex { content: url('/public/site/images/dbindex/latindex20.png'); }
.latindex-directorio { content: url('/public/site/images/dbindex/latindex-directorio.png'); }
.publons { content: url('/public/site/images/dbindex/publons.png'); }
.biblat2 { content: url('/public/site/images/dbindex/biblat2.png'); }
.biblat1 { content: url('/public/site/images/dbindex/biblat1.png'); }
.actualidad-iberoamericana { content: url('/public/site/images/dbindex/actualidad-iberoamericana-blog.jpg'); }
.academia-edu { content: url('/public/site/images/dbindex/academia_edu.png'); }
.CIRC3 { content: url('/public/site/images/dbindex/CIRC3.jpg'); }
.bibliotecaunivalle { content: url('/public/site/images/dbindex/bibliotecaunivalle.png'); }
.dotec-co { content: url('/public/site/images/dbindex/dotec-co.jpeg'); }
.Dora3 { content: url('/public/site/images/dbindex/Dora3.png'); }
.doaj { content: url('/public/site/images/dbindex/doaj2.jpg'); }
.doaj1 { content: url('/public/site/images/dbindex/doaj1.jpg'); }
.dimensions { content: url('/public/site/images/dbindex/dimensions.png'); }
.dialnet { content: url('/public/site/images/dbindex/dialnet.png'); }
.clase { content: url('/public/site/images/dbindex/clase.png'); }
.clacso { content: url('/public/site/images/dbindex/clacso.png'); }
.erihplus1 { content: url('/public/site/images/dbindex/erihplus2.jpg'); }
.erihplus2 { content: url('/public/site/images/dbindex/erihplus1.png'); }
.embase { content: url('/public/site/images/dbindex/embase.png'); }
.EconLit { content: url('/public/site/images/dbindex/EconLit.jfif'); }
.ebsco { content: url('/public/site/images/dbindex/ebsco.png'); }
.erihplus { content: url('/public/site/images/dbindex/erihplus2.jpg'); }
.gale { content: url('/public/site/images/dbindex/gale.png'); }
.Gale_informe_cadémico { content: url('/public/site/images/dbindex/Gale_informe_cadémico.png'); }
.fuente-academica { content: url('/public/site/images/dbindex/fuente_academica.png'); }
.fuente-premier { content: url('/public/site/images/dbindex/fuente-academica-premier.png'); }
.facebook-indexed { content: url('/public/site/images/dbindex/facebook.png'); }*/
.icmje_logo { content: url('/public/site/images/dbindex/icmje_logo.gif'); }
.googlescholar { content: url('/public/site/images/dbindex/googlescholar.png'); }
.galecengage { content: url('/public/site/images/dbindex/galecengage.png'); }
.Journal { content: url('/public/site/images/dbindex/Journal.png'); }
.jcr { content: url('/public/site/images/dbindex/jcr.png'); }
.jcr2 { content: url('/public/site/images/dbindex/jcr2.png'); }
.miar { content: url('/public/site/images/dbindex/miar.png'); }
.medline { content: url('/public/site/images/dbindex/medline.jfif'); }
.mla { content: url('/public/site/images/dbindex/MLA.png'); }
.Latinoamericana { content: url('/public/site/images/dbindex/Latinoamericana.jpg'); }
.journaltocs { content: url('/public/site/images/dbindex/journaltocs.png'); }
.pmc { content: url('/public/site/images/dbindex/pmc.png'); }
.phidoc-cen { content: url('/public/site/images/dbindex/phi_doc_cen.jpg'); }
.nlm { content: url('/public/site/images/dbindex/nlm.png'); }
.redalyc { content: url('/public/site/images/dbindex/redalyc.png'); }
.punblindex { content: url('/public/site/images/dbindex/punblindexlg.png'); }
.philindex { content: url('/public/site/images/dbindex/philindex.png'); }
.pubmed { content: url('/public/site/images/dbindex/pubmed.png'); }
.publindex { content: url('/public/site/images/dbindex/publindex.jpg'); }
.revsapiens { content: url('/public/site/images/dbindex/revsapiens.png'); }
.researchgate { content: url('/public/site/images/dbindex/researchgate.png'); }
.repec { content: url('/public/site/images/dbindex/repec.png'); }
.redib { content: url('/public/site/images/dbindex/redib2.jpg'); }
.redib1 { content: url('/public/site/images/dbindex/redib1.png'); }
.ulrichs { content: url('/public/site/images/dbindex/ulrichs.png'); }
.twitter-indexed { content: url('/public/site/images/dbindex/twitter.png'); }
.instagram { content: url('/public/site/images/dbindex/instagram.png'); }


.sherpa-romeo { content: url('/public/site/images/dbindex/sherpa_romeo.png'); }
.scopus { content: url('/public/site/images/dbindex/scopus.png'); }
.scielo { content: url('/public/site/images/dbindex/Scielo.png'); }
.wos { content: url('/public/site/images/dbindex/wos.jpg'); }
.wane-logo { content: url('/public/site/images/dbindex/wane-logo.png'); }
.esci-button-clarivate { content: url('/public/site/images/dbindex/esci-button-clarivate.jpg'); }
.clarivate {content: url('/public/site/images/dbindex/esci-button-clarivate.jpg');}
.cas {content: url('/public/site/images/dbindex/Chemical_Abstracts_Service.png');}
.esci {content: url('/public/site/images/dbindex/esci.png');}
.periodica {content: url('/public/site/images/dbindex/Periodica.jpg');}


/* HBC: FIN de datos indexadas */




/*articulo*/

.doi {
    background-image: url('../images/orcid.png');
    background-size: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-bottom: 5px;
    display: flex;
    line-height: 20px;
}

.article-keywords {
    color: #676a6c;
}

.author_label {
    font-family: sans-serif;
    margin: 5px;
    margin-right: 0px !important;
    font-weight: bold;
}

.sub_item {
    line-height: 2.2rem;
    display: inline-flex;
}

.sub_item:last-child {
    margin-bottom: 0;
}




#more {display: none;}

section.article-main {
    font-size: 1.3rem;
}

section.article-main{
    font-size: 1.4rem;
}

section.article-main h3 {
    font-size: 1.5rem;
    padding-left: 1rem;
    font-weight: bold;
    font-weight: bo;
}

#myBtnMore {
  background: none!important;
  border: none;
  padding: 0!important;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}

.altmetric-embed {
    padding-top: 6px;
    padding-left: 10px;
    display: inline-flex;
}

main.pkp_structure_main.col-xs-12.col-sm-10.col-md-9 {
    background: #FFFFFF;
    border: none;
    padding: 2px;
    line-height: 1.428571429;
    background-color: #fff;
    border-radius: 15px;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
	    margin-top: 10px!important;
}

/*.article-details header h1{
	color:var(--fuente-h2) !important;
	font-size:1.5em;
	padding: 0px 15px 0px 10px;
}*/

.article-authors-head{
  color:var(--rojo-institucional);
  border-bottom: 1px solid var(--rojo-institucional);
  font-weight: bold;
  padding: 1rem;
}

.article-authors-body {
    padding: 10px 0px;
    display: inline-grid;
}

.article-author-affilitation {
    font-size: small;
}

.article-keywords{
  /*padding-bottom: 2rem;
  font-style: italic;*/ 
  color: #676a6c;
}

section.article-sidebar{
  display: block;
}

section.article-sidebar.col-md-4 .card {
    margin-bottom: 1em;
}

.article-main .panel p {
  padding: 0 20px;
  text-align: justify;
  line-height: 25px;
}

.panel-default>.panel-heading {
    background-color: #eee;
    border-left: 5px solid var(--rojo-institucional);
}

.panel-default>.panel-heading.article-authors-head{
  background-color: #FFF !important;
  border-left: none !important;
  border-bottom: 2px solid var(--rojo-institucional);
}

.panel-default>.panel-heading:hover {
    background-color: #CCC;
}

.panel-default>.panel-heading a{
    /*color: var(--background-azul) !important;*/
    color:var(--rojo-institucional);
	 font-style: normal !important;
    font-weight: bold;
    text-decoration: none;
}


.grid-child-bottom {
    margin-bottom: 0px !important;
    margin-top: 5px;
    font-size: 1.2rem;
    vertical-align: bottom !important;
    border-top: 1px dotted;
    justify-content: space-between;
    display: flex;

}

ul.grid-child-bottom li {
    float: left;
    list-style: none;
    padding-right: 5px;
    line-height: 25px;
}


.page-header h1 {
   color: var(--fuente-h2) !important;
   letter-spacing: -1px;
   text-decoration: none;
   text-transform: none;
   word-spacing: -2px;
text-shadow: none;
font-size: 17px !important;
font-weight: 600;
}

/*{ font-family: "Material Icons"; content: "account_box" }*/

li.navigationMenu a[href*="login"]:before {
  font-family: "Material Icons";
	content: "account_box";
	$material-icons-font-size: 40px !default;
}

.published_date{
	margin-bottom:2em;
	margin-top:2em;
}

.articleLinkURL,.pub_id.doi a{
	color:-var(--rojo-institucional)  !important;
	font-style:normal;
	font-size: 13px;
  padding-left: 10px;
}

.panel-body a.title {
    color:var(--background-azul) !important;
	font-style:normal;
}

.copyright{
	padding:10px;
}


.article-sidebar .card .card-body {
    text-align: left;
    padding-left: 1rem;
    line-height: 20px;
}

.citations-count img {
    height: 40px !important;
    width: auto !important;
}

.citations-count {
    display: inline-flex;
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    text-align: center;
    font-weight: bold;
    grid-template-columns: none;
}

.item.citations-container {
    border-top: 1px solid;
    margin-top: 20px;
    padding-top: 10px;
}

h3.media-heading.biography-author span {
    display: block;
    font-size: small;
    font-weight: 300;
    line-height: 20px;
}

.thumbnail>img, .thumbnail a>img {
    margin-right: 0px;
    margin-left: 0px;
}

 
.heading.content {
    display: inline-flex;
}


h3.media-heading.biography-author {
    font-size: 1.5rem;
}

div#articlesBySameAuthorList h3::before {
    border-top: 1px  #807b7b solid;
    padding-top: 10px;
}

div#articlesBySameAuthorList h3, div#articlesBySimilarityList h3 {
    font-size: 14px;
    font-weight: bolder;
}

div#articlesBySameAuthorList li, div#articlesBySimilarityList li {
    font-size: 13px;
}


div#articlesBySameAuthorList li, div#articlesBySimilarityList li {
    font-size: 1.2rem;
}

.media.biography img {
    width: 15px;
}

ul.author_list {
    display: contents;
}

.article-sidebar .card {
    border-bottom: 1px solid #da251d;
    padding-bottom: 10px;
}

.article-sidebar .card-title {
    font-weight: bold;
}

/*Fin articulo*/


/*Issue*/
h3.media-heading a:hover {
    color: #000 !important;
    text-decoration: none !important;
}
/*Fin issue*/


/*Footer*/

footer {
    color: #fff !important;
}

footer.page-footer {
    background: #e11c24;
    color: #fff;
}
.footer-main {
    padding: 1.2em 0;
}

footer .h4.title {
    font-weight: bold;
    font-size: 16px;
}

footer h2.title.h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-size: 1.6rem;
    font-weight: 500;
}

footer .textwidget a {
    text-decoration: none !important;
    color: #FFF !important;
}

.footer.content {
    width: 1200px !important;
    margin: 0 auto;
}

.footer-main .wrapper-flex-footer .logo-footer {
    max-width: 117px;
}

.logo-footer img {
    width: 117px !important;
    height: auto;
}

.footer-contact h2 {
    font-size: 20px;
    font-weight: bold;
}

.social-links {
    list-style: none;
    padding: 0;
    margin: 20px -10px;
}

.social-links li {
    display: inline-block;
    padding: 0 10px;
}

footer ul {
    padding: 0;
    list-style-type: none;
    line-height: 1.5;
}

footer .wrapper-flex-footer {
    display: flex;
    justify-content: space-between;
}

footer .social-links a.mb-tooltip {
    border-bottom: 0;
}

.social-links .twitter {
    color: #00ccff;
}

.social-links .facebook {
    color: #336699;
}

footer .social-links i {
    color: #ffffff;
}

.social-links .instagram {
    color: #996633;
}

.mbi-linkedin:before {
    content: "\f0e1";
}

.mbi-youtube:before {
    content: "\f167";
}

.mbi-instagram:before {
    content: "\f16d";
}

.mbi-facebook:before {
    content: "\f09a";
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}



footer[role="contentinfo"] {
	background:var(--rojo-institucional) !important;
    padding: 0px;
    margin-top: 0px;
}


div.pie-pagina {
    background: #0e0101 !important;
    padding: 1px;
    margin-top: 0px;
    font-weight: bold;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
}

/*FIN Footer*/

h3.media-heading a {
	color: var(--rojo-institucional);
    line-height: 130%;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 0.7em;
}

h3.media-heading {
    border-bottom: none;

}


.container-line {
    display: inline-flex;
}

.altmetrics_article_summary{
	padding-top: 6px !important;
}


li.metrics_summary {
    display: inline-flex;
}


article.article-details {
    padding: 5px !important;
}

.list-group-item-galley {
    display: inline-grid !important;
}



div#main-content {
    padding: 5px;
}

.issueIdentification {
    font-size: 2.5em !important;
    font-weight: bold;
}

.blank_space{
	padding-bottom:5px
}

@media only screen and (min-width: 768px){
	.container, .container-fluid {
		width: 1200px!important;
	}
}

@media (min-width: 1200px){
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 992px){
    .text-lg-left {
        text-align: left !important;
    }

    

    
}

/*search*/
@media (min-width: 480px){
	.pkp_search input[type="text"] {
		line-height: 30px;
		height: 30px;
	}
	.pkp_search button[type="submit"] {
		position: relative;
		top: auto;
		right: auto;
	}
	.pkp_search_desktop .search_controls {
		display: inline-block;
	}
    
}

/***************/
@media (min-width: 992px){
    .pkp_search_desktop .search_prompt {
        display: inline-block;
        position: relative;
        padding: 10px 20px;
        color: #fff;
        cursor: pointer;
    }

    .pkp_search .search_controls a {
        text-decoration: none;
    }

    .pkp_search_desktop {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 40px;
        min-width: 100px;
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        transition: min-width .4s;
        text-align: right;
        overflow-x: hidden;
    }

    .pkp_search_desktop .search_prompt:before {
        font-size: 16px;
        margin-right: 0.25em;
    }

}



.pkp_search .search_prompt:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f002";
    line-height: 18px;
}

.pkp_search .search_cancel:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f00d";
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.pkp_search .search_cancel {
    display: none;
    width: 25px;
}

.pkp_search .search_cancel, .pkp_search .search_loading {
    position: absolute;
    top: 8px;
    right: 100%;
    margin-right: 20px;
    text-align: center;
    color: rgba(0,0,0,0.54);
}

.pkp_search .search_loading:after {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -webkit-animation: pkp_spin .6s linear infinite;
    -moz-animation: pkp_spin .6s linear infinite;
    -ms-animation: pkp_spin .6s linear infinite;
    -o-animation: pkp_spin .6s linear infinite;
    animation: pkp_spin .6s linear infinite;
    border-radius: 100%;
    border-top: 1px solid #888;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #888;
    border-right: 1px solid transparent;
    border-top-color: rgba(0,0,0,0.5);
    border-left-color: rgba(0,0,0,0.5);
    content: '';
    opacity: 1;
}


.pkp_search .search_prompt {
    transition: background-color .4s;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


form.pkp_search.pkp_search_desktop {
    position: inherit;
}

/***********************/





/***********************/


@media (max-width: 340px){
    ul.indexed_on {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media screen and (min-width:341px) and (max-width:640px){
    ul.indexed_on {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}


h2,h3,h4,h5,.issueIdentification {
	font-family: 'Raleway', sans-serif !important;
}
h2,.issueIdentification {
	font-size: 22px !important;
}
.panel-body {
    text-align: justify !important;
}
article.announcement-summary img {
    max-width: 840px;
    height: 315px !important;
}
section.cmp_announcements.media {
    background: #f5f5f5;
}
.page_issue img.img-responsive {
    width: 150px;
    border: none;
}

.page-header {
    padding-bottom: 0px !important;
    margin:0px !important;
    border-bottom: none !important;
}

.thumbnail.col-md-4.col-xs-4 {
    border: none;
}

/* issue_view*/

.section_content .article_summary .article_summary_body .summary_title {
    color: #333333;
    line-height: 130%;
    font-weight: 600;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}

div.meta .authors {
    /*font-family: 'Open Sans', sans-serif !important ;*/
    font-size: 12px !important;
    color: #858585 !important;
    display: block !important;
}
p.pub_id.doi, p.published{
	font-size: 11px;
}

/* fin home*/

/* Article detail article_view*/

div.article_cover img.img-responsive {
    width: 100% !important;
}

.article_cover img {
    box-shadow: 8px 9px 6px -6px black;
}


.article_cover {
    display: contents;
    width: 130px;
    padding: 0 !important;
    float: left;
    margin-right: 20px;
}

.article_header_section {
    display: contents;
    text-align: left;
    /*width: 75%;*/
    float: left;
    font-family: 'Open Sans', sans-serif !important;
}

.article_header_section h1{
	color: #000 !important;
    font-size: 20px !important;
    padding: 0px !important;
    margin-top: 0px !important;
    letter-spacing: 0.05rem;
}

.article-details header {
    background: transparent !important;
    border-bottom: 1px dotted !important;
    padding-bottom: 5px !important;
    margin-bottom: 20px !important;
}

.authors_list {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.article-authorname {
    display: flex;
}


.author_block {
    display: block;
    margin: 1rem;
    font-size: 12px !important;
}


.article-author-affilitation{
    font-size: 1rem;
}

.article-author-fullname{
    font-weight: bold;
    display: inline-flex;
}

.article-author-fullname img{
    width: 15px;
    height: auto;
}


ul.authors_list li:after { content: ","; }
ul.authors_list li:last-child:after { content: ""; }



.pkp_block.block_make_submission {
    padding: 0px !important;
/*    background: #262b30; */
    border: none !important;
    display: contents;
}



/***    SIDEBAR ***/

/*
aside#sidebar > div.pkp_block > span.title {
    background: #ccc !important;
    border-color: transparent;
    color: #333;
    font-weight: bold;
}*/


/*a.block_make_submission_link {
    color: var(--rojo-institucional)  !important;
    background-color: #262b30 !important;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 20px !important;
    border: none !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-style: none !important;
    font-size: 22px !important;
}*/

a.block_make_submission_link {

    font-weight: bold !important;
    line-height: inherit  !important;
    -webkit-appearance: none  !important;
    -moz-appearance: none  !important;
    border: none  !important;
    background: none  !important;
    cursor: pointer  !important;
    display: inline-block  !important;
    text-decoration: none  !important;
    margin: 8px  !important;
    -webkit-user-select: none  !important;
    -moz-user-select: none  !important;
    -ms-user-select: none  !important;
    user-select: none  !important;
    white-space: nowrap  !important;
    vertical-align: middle  !important;
    padding: 2rem 3.75rem !important;
     border-radius: 2.25rem !important;
     background-color: #d12e2e !important;
     color: #fff !important;
     transition: background-color 0.15s ease-in-out !important;
     width: 100%;
    text-align: center;
	font-size: 1.5rem !important;
}

a.block_make_submission_link_front {
    font-weight: bold !important;
    line-height: inherit  !important;
    -webkit-appearance: none  !important;
    -moz-appearance: none  !important;
    border: none  !important;
    background: none  !important;
    cursor: pointer  !important;
    padding: 0  !important;
    display: inline-block  !important;
    text-decoration: none  !important;
    margin: 8px  !important;
    -webkit-user-select: none  !important;
    -moz-user-select: none  !important;
    -ms-user-select: none  !important;
    user-select: none  !important;
    white-space: nowrap  !important;
    vertical-align: middle  !important;
    padding: 2rem 3.75rem !important;
     border-radius: 2.25rem !important;
     background-color: #d12e2e !important;
     color: #fff !important;
     transition: background-color 0.15s ease-in-out !important;
}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings" !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a{
	font-style: none !important;
}

.thumbnail {
    border: none !important;
}

.thumbnail img{
	box-shadow: 8px 9px 6px -6px black;
}

img.doi_img {
    width: 20px !important;
}


.doi {
     /*background-image:url('/public/site/images/bootstrap/doi.png');*/
     background-image:url('../images/doi.png');
     background-size: 20px;
     background-position: left center;
     background-repeat: no-repeat;
     padding-left: 25px; /* Adjust according to image size to push text across. */
     padding-bottom: 5px;
     display: flex;
     line-height: 20px;
}

.orcid {
    background-image: url(../images/orcid.png);
    background-size: 15px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    display: flex;
    line-height: 15px !important;
}

.author_fullname {
    display: block;
}


a.title_current_volume {
  color: var(--rojo-institucional);
	font-size: 22px;
}

.issue-details {
    padding: 0px;
    margin-left: 15px;
}

.series.lead {
    font-size: 15px !important;
    margin-bottom: 0px !important;
}

a.submission_link {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    background: #4479BA;
    color: #FFF;
    padding: 0px 10px;
    text-decoration: none;
}
.header_view a {
    display: inline-block;
    padding: 15px 15px;
    color: #FFF;
}


/*Footer*/
.foot_rojo_univalle {
    clear: both;
    background-color: #d12e2e;
    color: #fff;
}

/*submissions*/

.alert-info {
    color: #FFF !important;
    background-color: var(--rojo-institucional) !important;
    border-color: #bce8f1 !important;
}

.alert-info a {
    color: #FFF !important;
    font-weight: bolder;
    font-size:1.2em;
}

.author_guidelines,{
  text-align: justify;
  padding: 10px;
}

ul.nav.nav-tabs.submissions li.active a{
background-color:  #eee !important;

}

.submission_checklist {
    font-size: 14px !important;
    text-align: justify;
}

p.lead.description {
    font-size: 14px;
    text-align: justify;
    padding: 10px;
}

.avisos_img{
  max-height: 300px !important;
}

@media (min-width:767px){
    .pkp_block.block_make_submission.mybutton {
        display: none;
    }
}

@media (max-width:480px){

    .left-side-box {
        display: grid;
    }
    
    .journals .media-list .media {
        overflow: inherit;
        display: contents;
    }
    
    .journals .media-list .media .media-left img {
        margin-bottom: 10px;
    }
    
    .journals .media-list .media .description {
        overflow: auto;
    }
    
    .foot_rojo_univalle{
        display: none;
    }
          
    
    .navbar-brand-logo img {
        width: 90%;
    }
    
    
    section.section div.grid-container {
        display: contents;
    }

    /*.grid-container {
        display: block !important;
    }*/
    
    .issues.media-list {
        display: grid;
    }
    
    .issue-summary.issue-archive-list {
        margin-bottom: 10px;
    }
    
}
/*Orcid_icon*/
.orcid_icon, .orcid_blank{
    display:none !important;
}

/*
# Tablet
#only screen and (min-width: 768px) */


/*Custom Blocks*/

div.block_custom img {
    width: 60%;
}

.pkp_block .content {
    text-align: center;
}

ul.most_read {
    padding: 10px;
    text-align: justify;
}

ul.most_read li {
    list-style: none;
    padding-bottom: 7px;
    font-size: small;
}

.pkp_block ul {
    list-style: none;
    padding: 10px;
    text-align: justify;
}

/*  Plugins Humbert */

p#articlesBySimilaritySearch {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.428571429;
    color: #333;
    background-color: #f6f6f6;
    text-align: center;
    font-style: italic;
    font-size: 11pt;
    display: block;
    font-weight: bold;
    border: 5px double #071B28;
    background: linear-gradient(90deg, rgba(2, 0, 36, 0.11) 0%, rgba(103, 105, 104, 0.22) 35%, rgba(73, 74, 74, 0.11) 100%);
}

img.card-img-top {
    width: 150px;
    border: none;
    border: 1px solid #ccc;
    box-shadow: 8px 9px 6px -6px black;
}
vbody {
    position: static !important;
    }
  
.sections {
margin-top : 0px !important;
}

#main{
    width: 100%;
}

#container{
    width: 100% !important;
}

.slider{
	width: 95%;
	margin: auto;
	overflow: hidden;
}

.slider li{
	width: 100%;
	list-style: none;
}

.slider img{
	width: 70%;
}
.galley_view {
    position: fixed !important;
}

.pkp_head_wrapper {
    width: 100% !important;
}
.pkp_structure_content{
     width: 95% !important;
     padding-top: 0 !important;
}

.homepage_image {
    display: none;
}

.content-block {
    margin-left: 0 !important;
}


.dropdown-menu a:hover {
    border-color: #da251d;;
}

.pkp_nav_list li:hover {
	background: #e4e4e4;
	border-radius: 0px 20px;
}


/*SE USA FLEXBOX PARA PONER UNA IMAGEN AL LADO DE LA OTRA*/
/*EL WIDTH DEPENDERA DE LA CANTIDAD DE IMAGENES*/
.slider ul{
	display: flex;
	padding: 0;
	width: 300%;
	
	/*SE CREA UNA ANIMACION*/
	animation: cambio 20s infinite;
	/*Para cuado llegue al 100% no cambie bruscamente si no que se devielva en los porcentajes*/
	animation-direction: alternate;
	/*Efectos*/
	animation-timing-function:ease-in-out;
	/*animation-timing-function:ease-in-out;*/
}

/*AHORA TRABAJAMOS EN LAS PARADAS DE LA ANIMACION*/
@keyframes cambio{
	0%{ margin-left: 15%; }
	5%{ margin-left: 5%; }
10%{ margin-left: 0; }
15%{ margin-left: -10%; }
	20%{ margin-left: -20%; }

	25%{ margin-left: -30%; }
30%{ margin-left: -40%; }
35%{ margin-left: -50%; }
40%{ margin-left: -60%; }
	45%{ margin-left: -75%; }

	50%{ margin-left: -100%; }
55%{ margin-left: -110%; }
	60%{ margin-left: -120%; }
65%{ margin-left: -130%; }
	70%{ margin-left: -140%; }

	75%{ margin-left: -150%; }
80%{ margin-left: -160%; }
	85%{ margin-left: -175%; }
90%{ margin-left: -185%; }
	95%{ margin-left: -195%; }

	100%{ margin-left: -210%; }

}
.img-lb:hover{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(0.9);
     filter: grayscale(0);
}

.pkp_structure_main::before, .pkp_structure_main::after {

    background: none;

}

html {
	overflow-x: hidden;
}

.img-lb{
     filter: grayscale(1);
}


.dropdown-menu > li > a {
    white-space: inherit !important;
}

.pkp_nav_list li {
    display: unset !important;
}

.pkp_block.block_Keywordcloud {
    width: 100%;
    padding: 0px !important;
}

.pkp_form  #userGroupId li:last-child {
    display: none;
}

div.block_custom img {
    width: 51%;
}
.panel.panel-default.copyright {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.428571429;
    color: #333;
    background-color: #f5f5f5;
    text-align: justify;
    font-style: italic;
    font-size: 8pt;
    display: block;
}

ul.most_read li {
    list-style: none;
    padding-bottom: 0px;
    font-size: 1.1rem;
}
.item.dates {
    font-size: 1.1rem;
    font-weight: bold;
}
.card {
    font-size: 1.1rem;
}

h3.media-heading.biography-author {
    font-size: 1.2rem;
}

.pkp_block .content {
    text-align: center;
    font-size: 1.1rem;
}
p#articlesBySimilaritySearch {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.428571429;
    color: #333;
    background-color: #f6f6f6;
    text-align: center;
    font-style: italic;
    font-size: 11pt;
    display: block;
    font-weight: bold;
    border: 5px double #071B28;
    background: linear-gradient(90deg, rgba(2, 0, 36, 0.11) 0%, rgba(103, 105, 104, 0.22) 35%, rgba(73, 74, 74, 0.11) 100%);
}

div.article_cover img.img-responsive {

    -webkit-box-shadow: 6px 6px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 5px 0px rgb(0 0 0 / 75%);
}

.iframe {
	max-width: 100%;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.galley_view iframe {
	position: fixed;
	top: 60;
	left: 0;
	width: 100%;
	height: 100%;
    border:none ;
}

.cb-identificadores{
    text-align: left;
    display: contents;

}
.cb-identificadores p {
    font-weight: 700;
    padding-left: 10px;
}