    /*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.line-1 {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 10px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #9A9FA3; /* #7386D5; */
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -300px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #9A9FA3; /*#6d7fcc; */
    color: #fff;
}

#sidebar .sidebar-header h3{
    color: #fff;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /*background: #6d7fcc;*/
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #9a9fa3 /*#6d7fcc*/ !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -300px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

/* ////////////////////////////////////
@charset "UTF-8";

@font-face {
    font-family: "Titillium Web";
    src: url('../font/Titillium-Web.woff2') format('woff2');
}
@-moz-document url-prefix() {
	#filtros > label > span > img {
		filter: opacity(1) drop-shadow(2px 0px 0px red) !important;
	}
}
/*------------------------------------------------movil---------------------------------------*/
@media only screen and (min-width:320px) and (max-width:600px)
{
	header { 
		height: 200px!important;
	}
	
	header > div{
	    height: 200px;
	    display: flex;
	    flex-flow: row wrap;
	}
	div#redalyc-redes-idioma {
	    height: 2em;
	    align-items: center;
	    justify-content: flex-start;
	    width: 100%;
	    margin-left: 1pt;
	    margin-top: 75px;
	    order: 2;
	}
	span.idioma{
		margin-left: 5px;
	}
	div#redalyc-general {
	    height: 3em;
	    width: 100%;
	    display: block;
	    align-items: center;
	    justify-content: space-around;
	    margin: 0;
	    order: 1;
	    text-align: center;
	}
	img#logo-redalyc {
	    height: 50px;
	}
	div#redalyc-nombre {
	    font-size: 11px;
	}
	div#titulo-pagina {
	    height: auto;
	    font-size: 25px;
	    text-indent: 25%;
	    margin-top: 60px;
	    width: 100%;
	    display: block;
    }
    div#titulo-pagina span{
     	width:100%;
     	margin: 0; 
     	padding: 0;
     	position: absolute;
    	left: -24%;
    }
    /*opcion de vistas*/
    span.vistas {
	    color: #6a747d;
	    font-size: 14px;
	    display: inline-block;
	    width: 49%;
	    padding: 0px 0px 10px 0px;
	    cursor: pointer !important;
	}
	span.border-red{
		border-bottom: 1px solid red;
	}
    /*contenido*/
    div#contenido {
	    margin-left: 0;
	    transition: all 0.4s ease 0s;
	    position: relative;
	}
    div.searchBox {
	    width: 100%;
	    background-color: #FFFFFF;
	    position: relative;
	    left: 0;
	    border-bottom: none;
	}
	div.searchBox form{
		width: 100%;
		border-bottom: 1px solid lightgrey;
	}
	div.searchBox input {
	    font-family: 'Titillium Web';
	    color: #000000;
	    border: none;
	    width: 90%;
	    height: 30px;
	    outline: 0 none;
	}
	div#paginador {
	    position: absolute;
	    top: 55%;
	    font-size: 14px;
	    font-weight: bold;
	    width: 98%;
	    text-align: left;
	    flex-flow: row wrap;
	    padding: 0 1%;
	}
	div.searchBox #select-paginator {
	    position: relative;
	    top: 0;
	    left: 0;
	    width: 100%;
	    text-align: center;
	}
	div#paginador p {
	    width: 80%;
	    position: relative;
	}
	div.searchBox form:focus-within{
	  	border-bottom: solid 1px red;
	  }
	/*cards*/
	div.grid-view {
	    width: 100% !important;
	    margin: 0 auto;
	}
	div.card {
	    width: 90%;
	    padding: 15px;
	    margin: 0 auto;
	}
	.card a {
	    margin: 0px 0px 20px 15px !important;
	}
	div.card .wrapper {
	    background-color: #fff;
	    min-height: 220px;
	    position: relative;
	    overflow: hidden;
	    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.1);
	    border-radius: 5px;
	    padding: 15px 20px 15px 5px;
	}
	
	.wrapper > p {
	    font-size: 14px;
	}

	div.compartir-articulo {
	    position: absolute;
	    top: 25px;
	    right: -9px;
	    display: flex;
	    align-items: center;
	    flex-direction: column;
	    align-content: center;
	}
	/*table container*/
	div.responsive-tables{
	    width: 100%;
	    overflow-x: scroll;
	    overflow-y: unset;
	}
	.lowertd > td > a {
	    padding: 0px 15px !important;
	}
	div.sidebar{
		width: 0;
	}
	/*footer*/
    footer#pie-pagina {
    	height: 55vh;
    }
    div#informacion-redalyc {
    	font-size: 11px;
    }
    div#pie-logos {
        top: 25%;
    }
}

/*-------------------------------------------------------------------tablet---------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 768px) {
	header { 
		height: 200px!important;
	}
	
	header > div{
	    height: 200px;
	    display: flex;
	    flex-flow: row wrap;
	}
	div#redalyc-redes-idioma {
	    height: 2em;
	    display: block;
	    align-items: center;
	    justify-content: flex-start;
	    width: 100%;
	    margin-left: 5px;
	    margin-top: 75px;
	    order: 2;
	}
	div#redalyc-general {
	    height: 3em;
	    width: 100%;
	    display: block;
	    align-items: center;
	    justify-content: space-around;
	    margin: 0;
	    order: 1;
	    text-align: center;
	}
	img#logo-redalyc {
	    height: 50px;
	}
	div#redalyc-nombre {
	    font-size: 12px;
	}
	div#titulo-pagina {
	    height: auto;
	    font-size: 25px;
	    text-indent: 25%;
	    margin-top: 60px;
	    width: 100%;
	    display: block;
    }
    div#titulo-pagina span{
     	width:100%;
     	margin: 0; 
     	padding: 0;
     	position: absolute;
    	left: -24%;
    }
    div.sidebar {
    	width: 0;
    }
    /*contenido*/
    div#contenido {
	    margin-left: 0;
	    transition: all 0.4s ease 0s;
	    position: relative;
	}
	.lowertd > td > a {
	    padding: 0px 25px !important;
	}
	
	a#abrir {display:inline;}
	
	.wrapper > p {
	    font-size: 15px;
	}
}
/*-----------------------------------------------------------laptop medium-------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 2000px){
	footer#pie-pagina {
	    height: 35vh;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 768px){
	footer#pie-pagina {
	    height: 30vh;
    }
}
/*-------------------------------------------------------------------pc---------------------------------------*/

* {
  padding: 0px;
  margin: 0px;
  font-family: 'Titillium Web', sans-serif;
}

b, B{
	font-weight: bold;
}

.todo{
  display: flex;
  flex-wrap: nowrap;
  background-color:#37474F; 
}

/***background color of the page***/
.panelD{
  width: 100%;
  z-index: 11;
  background-color:#fefefe;
}

/****BUTTON****/
.button {
	background-color: #FFF;
    border: 1px solid #f5f5f5;
    color: black;
    font-weight: bold;
    padding: 5px 20px;
    text-align: center;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    flex-direction: column;
}

header{
	background-color: #6a747d;
	width: 100%;
	height: 150px;
	color: white;
	/*background-image:url(../img/b-art-IMG-cabecera.jpg);*/
	background-position: bottom;
    background-size: cover;
}

header > div{
	height: 100px;
}
.titulo-pagina-pandemics{
	text-indent: 14%;
}
#titulo-pagina{
	height: auto;
    font-size: 25px;
    text-indent: 25%;
    margin-top: 5px;
}

#redalyc-redes-idioma{
	float: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 230px;
    margin-left: 30px;
}

.idioma{
	cursor: pointer;
}

#redalyc-general{
	float: right;
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 30px;
}

#logo-redalyc{
	margin: 0 10px 0 0px;
}

#redalyc-nombre{
	font-size: 12px;
}

.searchBox{
	width: 98%;
    background-color: #FFFFFF;
    position: relative;
    left: 20px;
    border-bottom: 1px solid #9A9FA3;
}

.box-pandemics{
	padding-top: 80px;
	left: 3px;
}

.searchBox input{
	font-family: 'Titillium Web';
    color: #000000;
    border: none;
    border-bottom: 2px solid #9a9fa3;
    width: 55%;
    height: 30px;
    outline: 0 none;
}

.searchBox > h4{
	color: #6a747d;
    font-weight: normal;
}
/*select de paginador*/
.searchBox #select-paginator{
	position: absolute;
    top: 0;
    right: 52%;
}
.searchBox #select-paginator select{
	border: navajowhite;
    border-bottom: solid 1px lightgray;
}
.vistas{
	color: #6a747d;
    font-size: 14px;
    display: inline-block;
    width: 130px;
    padding: 0px 0px 10px 0px;
}

.vistas > img{
	margin-right: 7px;
}

/*footer*/
#pie-pagina{
	background-color: rgb(255, 255, 255);
	width: 100%;
	height: 39vh;
	position: relative;
	font-family: 'Titillium Web', sans-serif !important;
	color: rgb(34, 46, 52);
}
#informacion-redalyc{
	position: relative;
    text-align: center;
    font-size: 14px;
    top: 20%;
    color: #999999;
}
#pie-logos{
    position: relative;
    width: 80%;
    text-align: center;
    top: 25%;
    margin: 0 auto;
}
#pie-logos img{
	width: auto;
}
#pie-logos img:nth-child(1){
	margin: 0 30px;
}

/****SIDEBAR****/
.sidebar {
    position: absolute;
    /*height: 77%;*/
    width: 19%;
    /*top: 9;*/
    left: 0;
    z-index: 1;
    background-color: #9A9FA3;
    overflow-x: hidden;
    transition: 0.4s;
    padding: 1rem 0;
    box-sizing:border-box;
    color:#f5f5f5;
}
.sidebar .boton-cerrar {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 2rem;
    display: block;
    padding: 0;
    line-height: 1.5rem;
    margin: 0;
    height: 32px;
    width: 32px;
    text-align: center;
    vertical-align: top;
    color:#ff0000;
}

.sidebar a {
    display: block;
    font-size: 120%;
    color: #eee;
    text-decoration: none;
    
}

.sidebar

.abrir-cerrar {
    color: #444;
    font-size: 1rem;
    cursor: pointer;
}

#abrir {
	display:none;
	cursor: pointer;
}

#cerrar {
	cursor: pointer;
}

.border-red {
    border-bottom: 1px solid red;
}

/****ARTÍCULO GRID****/

#contenido{
	margin-left: 19%;
    transition: all 0.4s ease 0s;
    position: relative;
}
#contenido-pandemics{
	margin-left: 0%;
}
#filtros{
	background-color: #f5f5f5;
    font-size: 14px;
    padding: 10px 5%;
}

#filtros > label{
	padding-right: 25px;
}

#filtros > label > span{
	padding-right: 8px;
	padding-left: 3px;
}

#filtros > label > span > img{
	height: 10px;
    width: auto;
    filter: opacity(1) drop-shadow(0 0 0 red);
    cursor: pointer;
    padding-left: 1px;
}

.card {
  width: 90%;
  padding: 15px 15px 0px 15px;
  margin:auto;
}

.card .menu-content::after {
  clear: both;
}

.card .menu-content a {
  color: #fff;
}

.card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Titillium Web';
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.card .wrapper {
  background-color: #fff;
  min-height: 220px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px 40px;
}
.card-reci-autores{
	padding: 0 7% 0 0;
}
.wrapper-pandemics{
	min-height: 200px;
}

.card a{
	text-decoration: none;
    color: black;
    margin: 0px 0px 20px 30px;
    cursor:pointer;
}

.card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}

.card .author {
  color: #263238;
}

.card .title {
  color: #263238;
}
.container-pandemic-card-lts .card-full{
    margin: 5px 0 0 0;
    }
.card-full:hover{
 	font-weight: bold;
 }
.productos-articulo-pandemics{
	position: relative;
	top: 72px;
}
.wrapper > p{
	padding: 10px 0px;
	width: 90%;
    text-align: justify;
}

.card .summary{
	font-size: 14px;
    margin-top: 10px;
    text-align: left;
    text-align-last: justify;
    display: none;
}

.card .text {
  height: 20px;
  margin-left: 30px;
}

.contentcard .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}

.contentcard .title a {
  color: gray;
}

.contentcard .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}

.contentcard .menu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}

.contentcard .menu-button span::after, .contentcard .menu-button span::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}

.contentcard .menu-button span::before {
  left: -10px;
}

.contentcard .menu-button span::after {
  right: -10px;
}

.contentcard .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.contentcard .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
}

.contentcard .menu-content span {
  top: -10px;
}

.contentcard img{
  width: 100%;  
  height: 100%;  
  object-fit: cover;
}

.contentcard .ico{
    width: 80%;
    height: auto;
}

.compartir-articulo{
	position: absolute;
    top: 60px;
    right: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
}
.compartir-articulo-pandemics{
	right: 60px;
}

.contentcard .topimg{
	width: 60%;
    height: auto;
    margin-left: 12px;
    margin-bottom: 13px;
}

.contentcard .thumb{
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: 20px;
  top: -45px;
}

.contentcard .author{
  border-radius:50%;
  padding-bottom: 15px;
  text-align: justify;
  width: 90%;
}

.contentcard hr{
	opacity: 0.1;
}

.articulo-hover:hover{
	color: red;
}
.nomRevista-hover:hover{
	color: red;
}

.elemento-filtro, .elemento-filtro-hidden{
	font-size: 13px;
}

.elemento-filtro > label, .elemento-filtro-hidden > label{
	display: inline-block;
    width: 190px;
    text-align: left;
}

.elemento-filtro > span, .elemento-filtro-hidden > span{
	display: inline-block;
    text-align: left;/*left;*/
    width: 60px;
}

.elemento-filtro-hidden{
	display: none;
}

.ver-mas-menos{
	color: #263238;
    font-size: 14px;
    cursor: pointer;
}

.aplicar-filtro{
	cursor: pointer;
    width: 100px;
    padding: 5px;
    border: 1px solid #f5f5f5;
    border-radius: 7px;
    font-size: 13px;
   	margin: 0 auto;
}

  table {
    width: 85%;
    border-collapse: collapse;
    margin:auto;
  }

  tr th {
    text-align: center;
    border-bottom: solid 1px #263238;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #263238;
  }
  
  tr th a {
  	border-bottom: solid 1px #263238;
    padding: 10px 1px;
    font-size: 14px;
    font-weight: normal;
    color: #263238;
    text-decoration: none;
  }

  tr th.number {
    text-align: center;
  }
  
  table tbody:nth-child(even) {
  	background-color: #f5f5f5;
  }
  
  table > tbody > tr.r {
  	height: 79px;
  }
  
  tbody tr td {
    padding: 0px 14px;
    border-bottom: solid 1px #d6d6d6;
    text-align: left;
    font-size: 12px;
  }
  
  tbody a {
  	/*padding: 60px;*/ 
    text-align: left;
    text-decoration: none;
    color: #263238;
  }
  
  tbody a:hover{
  	color: red;
  }
  
  .lowertd > td{
  	font-size: 13px;
  	font-weight: bold;
  }
  
  .lowertd > td > a{
  	padding: 0px 40px;
  }
  
.modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    align-items: center;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 65%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  text-align:center;
}

.close {
  color: red;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  top: -11px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 10px 16px;
  background-color: #f5f2f2;
  color: black;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 5px 16px;
  background-color: #f5f2f2;
  color: black;
}

.modal-resumen {
	padding: 20px 15px;
    text-align: justify;
    height: 210px;
    overflow-x: unset;
    overflow-y: auto;
}

/*       PAGINADOR       */
#paginador {
	position: absolute;
    right: 1%;
    top: 55%;
    font-size: 14px;
    font-weight: lighter;
    display: flex;
    width: 51%;
    text-align: right;
    color: #7f7f7f;
}
#paginador p{
	width: 85%;
}

#paginador-bottom{
	position: relative;
    right: 6%;
    bottom: -2%;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    margin: 15px 0;
}

#paginador button, #paginador-bottom button{
	background: none;
    border: none;
    padding: 0px 5px;
    cursor: pointer;
}
.pdf-idiomas-container{
	position: relative;
	position: relative;
	display: flex;
	flex-flow: row;
	width: auto;
	align-items: baseline;
	margin: 0 0 0 10px;
}
.pdf-idiomas-container .column-pdfs{
	padding:5px 0;
	background-color: white;
	z-index: 20;
	display: flex;
	flex-flow: row wrap !important;
}

.pdf-option{
	margin: 0 0!important;
	padding: 0 !important;
}
.pdf-option:hover{
	color:red !important;
}
.productos-articulo {
   
    display: flex;
    align-items: baseline;
}
.pipe-pdf{
	margin: 0 2px;
	font-weight: normal;
}
.pdf-option:last-child .pipe-pdf{
	display:none;
}
.pdf-option:hover > .pipe-pdf{
	color: black;
}

@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

