@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: auto;
	    display: flex;
	    flex-flow: row wrap;
	}
	
	div#redalyc-redes-idioma {
	    height: 2em;
	    align-items: center;
	    justify-content: flex-end;
	    width: 100%;
	    margin-left: -10pt;
	    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;
	}
	span.idioma{
		margin-left: 5px;
	}
	img#logo-redalyc {
	    height: 50px;
	}
	div#redalyc-nombre {
	    font-size: 11px;
	}
	div#redalyc-nombre span:nth-child(1) {
	    font-size: 19px;
	}
	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;
	    padding: 0 0 10% 0;
	}
	div#paginador-bottom {
    	bottom: 0%;
    }
    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: lighter;
	    width: 100%;
	    text-align: end;
	    left: 0;
	}
	div.searchBox #select-paginator {
	    left: 0;
	    right: unset;
	}
	div.searchBox form:focus-within{
	  	border-bottom: solid 1px red;
	  }
	/*cards*/
	div.grid-view {
	    width: 95% !important;
	    margin: 0 auto;
	}
	
	div.card {
	    width: 100%;
	    display: inline-block;
	    padding: 0;
	    margin: 10px 0
	}
	/*footer*/
    footer#pie-pagina {
    	height: 55vh;
    }
    div#informacion-redalyc {
    	font-size: 11px;
    }
    div#pie-logos {
        top: 25%;
    }
	
	.card-articulos {
		width: unset !important;
	}
}
/*-------------------------------------------------------------------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;
	}
	
	div#container-cards {
		margin: 0 auto;
    	width: 100%;
	}
	div.grid-view {
	    width: 100%;
	    padding-left: 25px;
    }
	div.card {
    	width: 350px;
    }
	.lowertd > td > a {
	    padding: 0px 25px !important;
	}
	
	a#abrir {display:inline;}
	
	.wrapper > p {
	    font-size: 15px;
	}
	/*searchBox*/
	div.searchBox {
	    width: 100%;
	    left: 0;
    }
	/*paginador bottom*/
	div#paginador-bottom {
	}
}
/*-----------------------------------------------------------laptop medium-------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1550px){
	footer#pie-pagina {
	    height: 35vh;
    }
    div#redalyc-nombre span:nth-child(1) {
        font-size: 22px;
    }
    div#redalyc-nombre span{
        font-size: 12px;
    }
    img#logo-redalyc {
        width: 120px !important;
    }
    div#pie-logos img:nth-child(1) {
	    margin: 0 10px;
	    width: 120px;
    }
}
/* 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;
    }
}
/*-------------------------------------------------------------------tablet---------------------------------------*/


*{
	padding: 0px;
	margin: 0px;
	font-family: 'Titillium Web', sans-serif;
}

a {
	text-decoration: none;
	color: black;
}

.todo {
	display: flex;
	flex-wrap: nowrap;
	background-color: #37474F;
}

.bold {
	font-weight: bold;
}

/***background color of the page***/
.panelD {
	width: 100%;
	z-index: 11;
	background-color: #fefefe;
}

/****HEADER****/
header {
	background-color: #c8d0d5;
	width: 100%;
	height: 150px;
	color: black;
	/*background-image: url(../img/b-art-IMG-cabecera.jpg);
	background-position: bottom;
	background-size: cover;
	padding-top: 14px;*/
}

header img:hover {
	cursor: pointer;
}

header>div {
	height: 100px;
}

#titulo-pagina {
	height: auto;
	font-size: 25px;
	text-indent: 25%;
	margin-top: 5px;
}

#redalyc-redes-idioma {
	float: right;
	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: 17px;
}
#redalyc-nombre span:nth-child(1){
	font-size: 32px;
}
/*******SEARCH PANEL & FILTERS*********/
.searchBox {
	width: 98%;
	background-color: #FFFFFF;
	position: relative;
	left: 20px;
	border-bottom: 1px solid #9A9FA3;
}

.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;
}

.vistas {
	color: #6a747d;
	font-size: 14px;
	display: inline-block;
	width: 130px;
	padding: 0px 0px 10px 0px;
}
/*paginador*/
.searchBox #select-paginator{
	position: absolute;
    top: 0;
    right: 51%;
}
.searchBox #select-paginator select{
	border: navajowhite;
    border-bottom: solid 1px lightgray;
}
.vistas>img {
	margin-right: 7px;
}
.border-red{
	border-bottom: 1px solid red;
}

/*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 20px;
    width: 217px;
    margin-bottom: 5px;
}

/**scroll**/
.fixedHeightContainer {
/* 	float: right; */
	height: 180px;;
	overflow: auto;
/* 	width: 325px; */
/* 	padding: 3px; */
}

.skrull {
/* 	height: 180px; */
    overflow: hidden;
    background: #fff;
    text-align: justify;
    padding: 0 15px;
    font-size: .9em;
    margin-bottom: 15px;
}

/****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;
}

.abrir-cerrar {
	color: #444;
	font-size: 1rem;
}

#abrir {
	display: none;
}

#cerrar {}

#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;
}

/****REVISTA CARD****/
#contenido {
	margin-left: 19%;
	transition: all 0.4s ease 0s;
	position: relative;
}

.card {
	width: 370px;
    display: inline-block;
    padding: 0px 15px 30px 0;
}

.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: 200px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3), 0 10px 7px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.card .data .content {
	padding: 1em;
	position: relative;
	z-index: 1;
}

.container-card-options {
	width: 100%;
}

.container-card-options .row {
	width: 100%;
	display: flex;
	justify-content: center;
}

.container-card-options .row .card-option {
	width: 5%;
	height: 5px;
	margin: 10px 0 0 5px;
	cursor: pointer;
	position: relative;
}

.card-info {
	margin-top: 15px;
	padding: 0px 10px 0px 25px;
}
.card-about:hover .about{
	display: block !important;
    background-color: red;
    position: absolute;
    color: white;
    border-radius: 5px;
    left: 23px;
    top: -5px;
    margin: 0;
    z-index: 5;
    padding: 0 3px;
}.card-cloud:hover .cloud{
	display: block !important;
    background-color: red;
    position: absolute;
    color: white;
    border-radius: 5px;
    left: 23px;
    top: -5px;
    margin: 0;
    z-index: 5;
    padding: 0 3px;
}
.card-articles:hover .articles{
	display: block !important;
    background-color: red;
    position: absolute;
    color: white;
    border-radius: 5px;
    left: 23px;
    top: -5px;
    margin: 0;
    z-index: 5;
    padding: 0 3px;
}
.border-card-option {
	border-bottom: solid 5px lightgrey;
}

.border-card-option-grey {
	border-bottom: solid 5px grey;
}

.grid-view {
	width: 95%; 
	margin: 0 auto;
}
#container-cards{
	display: flex;
	justify-content: normal;
	flex-flow: row wrap;
}
.card .author {
	font-size: 13px;
}

.card .authorbold {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}
.card .authorbold a {
	text-decoration: none;
	color: black;
}

.card p {
	font-size: 14px;
	text-align: left;
	margin: 10px 5px 0px 85px;
}

.card .title {
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 10px;
	text-align: left;
	text-align: justify;
}

.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: 5%;
	height: 5%;
	margin-left: 5px;
}

.contentcard .socialicon {
	width: 6.5%;
	height: 6.5%;
	margin-left: 360px;
	margin-top: -90px;
}

.img-autor {
	width: 80px;
	height: 120px;
/* 	overflow: hidden; */
	float: left;
	margin-right: 20px;
}
.contentcard .thumb {
	width: 80px;
	height: 120px;
	overflow: hidden;
	float: left;
}

.contentcard .foto-inst {
	width: 80px;
    height: 40px;
	overflow: hidden;
	float: left;
}

.contentcard .artimg {
	width: 54px;
    height: 75px;
    overflow: hidden;
    margin: 5px 10px 0px 10px;
    float: left;
}

.contentcard hr {
	opacity: 0.1;
}

.datos-autor a:hover {
	color: red;
}

.redes-autor {
	position: absolute;
    width: 100%;
    left: 115px;
    bottom: 35px;
}

.articulo-hover:hover {
	color: red;
}

.elemento-filtro, .elemento-filtro-hidden {
	font-size: 13px;
	margin: 1px 0 1px;
}

.elemento-filtro > label, .elemento-filtro-hidden > label {
    display: inline-block;
    width: 120px;
    text-align: left;
}

.elemento-filtro>span, .elemento-filtro-hidden>span {
	display: inline-block;
	text-align: left;
	width: 50px;
}

.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: auto;
}

/*       PAGINADOR       */
#paginador {
	position: absolute;
    right: 6%;
    top: 55%;
    font-size: 14px;
    font-weight: lighter;
    width: 40%;
    display: flex;
    text-align: right;
    color: #7f7f7f;
}
#paginador p{
	width: 90%;
}

#paginador-bottom{
	position: absolute;
    right: 6%;
    bottom: -2%;
    font-size: 14px;
    font-weight: bold;
}

#paginador button, #paginador-bottom button {
	background: none;
	border: none;
	padding: 0px 5px;
	cursor: pointer;
}

@keyframes animatetop {
	from {top: -300px;opacity: 0}
	to {top: 0;opacity: 1}
}

/*********TABLE************/
table {
	width: 80%;
	border-collapse: collapse;
	margin: auto;
	background-color: #fff;
}

.cage {
	display: flex;
	align-items: center;
}

.img-box {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
}

.img-box img {
	width: 100%;
}

.text-box {
	flex-grow: 1;
	padding-left: 10px;
}

.text-box h4 {
	margin: 0;
	font-weight: 500;
}

.text-box h5 {
	margin: 0;
	font-weight: normal;
}

tr th {
	text-align: center;
	border-bottom: solid 2px;
	padding: 10px;
}

tr th.number {
	text-align: center;
}

tbody tr td[title="status"]>* {
	width: 14px;
	height: auto;
}

tbody tr td {
	padding: 10px;
	border-bottom: solid 1px #d6d6d6;
	text-align: center;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.container-table{
  	width: 100%;
  }
  .container-table table{
  	background-color: white;
  	border-radius: 5px;
  	border-collapse: collapse;
  	width: 100%;
  }
  .container-table table thead{
  	border-bottom: solid 2px #e4e4e4;
  }
   .container-table table thead tr{
   	height: 55px;
   }
  .container-table table thead tr th{
  	color: #737781;
  	text-align:center;
  	font-size: 15px;
    font-weight: normal;
  }
  .container-table table tbody tr{
  	border-bottom: solid 2px #e4e4e4;
  	height: 70px;
  }
  .container-table table tbody tr td{
  	color: #636466;
  	text-align: left;
  	font-size: 13px;
  }
  .container-table table tbody tr td img{
  	width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
  }
  
 .container-table table tbody a {
  	/*padding: 60px;*/ 
    text-align: left;
    text-decoration: none;
    color: #263238;
  }
  
  .container-table table tbody  a:hover{
  	color: red;
  }

.acordeon {
  width: 100%;
  margin: 0;
  /*padding: 10px;*/
}

.acordeon-titulo, .acordeon-titulo-c {
  color: #fff;
  padding: 1em;
  font-size: 1em;
  margin: 0;
  cursor: pointer;
  position: relative;
  display: block;
}

.acordeon-titulo {
  background: #f5f5f5;
  color: #263238;
}

#acordeon-titulo-c {
	background: #e66010;
}

.acordeon-titulo span.toggle-icon:before, .acordeon-titulo-c span.toggle-icon:before {
    content:"\25bc";
}
 
.acordeon-titulo.open span.toggle-icon:before, .acordeon-titulo-c.open span.toggle-icon:before {
    content:"\25b2";
}
 
.acordeon-titulo span.toggle-icon, .acordeon-titulo-c span.toggle-icon {
    position: absolute;
    top: 6px;
    right: 5%;
    font-size: 20px;
    font-weight:bold;
}

.acordeon-contenido {
  display: none;
  margin: 0;
  background: #fff;
  padding: 1em 1em 1.5em;
  text-align: justify;
}

/*-------------Header nuevo 07-05-2024-------------*/

#redalyc-generall {
    float: right;
    height: fit-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: white;
    color:white;
}

#textContainer {
    width: 70%;
    background: #FF3333;
    padding: 10px 0;
}

#textContainer > div {
    width: fit-content;
    margin: 0 auto;
}

#logoDiv {
    width: 30%;
    text-align: right;
    margin-right: 43px;
}

#containerHeader {
    display: grid;
    width: 100%;
}

#textContainer > div > b > span{
    font-size: 21px;
}

#textContainer > div > span {
    font-size: 14px;
    color: #FFF;
}

img#logo-redalyc {
        width: 120px !important;
        height: auto !important;
    }
