@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;
	}
}
@media only screen and (min-width:320px) and (max-width:600px)
{
/*Nuevo estilo tarjetas*/
    #lista-articulos > div.articuloN {
        display: block;
        padding: 40px 0;
    }

    #lista-articulos > div > div.data {
        display: block;
    }

    #lista-articulos > div > div.leer-descargar,
    #lista-articulos > div > div.metricasContainer {
        border-top: 1px solid #FF3333;
        padding: 10% 20px;
        margin: 10% 0;
    }

    #lista-articulos > div > div.data > div.imageArt
    {
        margin: 10% auto;
    }  
    
/*Nuevo estilo fin*/
	header.header{
		background-color: #ffffff;;
		width: 100%;
		height: auto;
		color: white;
		display: flex;
		flex-flow: row wrap;
	}
	div#redalyc-redes-idioma{
		height: 40px;
	    display: flex;
	    width: 90%;
	    margin-left: 0;
	    order: 2;
	    justify-content: normal;
	    align-items: center;
	    margin-top: 20px;
	    margin-bottom: 10px;
	    margin-left: 5%;
	}
	div#redalyc-redes-idioma img{
		height: 17px;
		margin-right: 5px;
	}
	div#redalyc-redes-idioma a:nth-child(2),div#redalyc-redes-idioma a:nth-child(3),
	div#redalyc-redes-idioma .idioma{
		margin-left: 8px;
	}
	div#redalyc-general{
		float: right;
	    height: fit-content;
	    width: 100%;
	    display: flex;
	    /*flex-flow: row wrap;*/
	    justify-content: center;
	    /*margin-right: 0;
	    order: 1;*/
	}
	img#logo-redalyc{
		height: 50px;
		width: auto;
	}

	div#redalyc-nombre{
		font-size: 11px;
	    display: block;
	    width: 100%;
	    text-align: center;
	}
	/*informacion de revista*/
	div#informacion-revista{
		width: 100%;
	    margin: 0 0;
	    position: relative;
	    padding: 10px 0px;
	    font-size: 11px;
	}
	div#informacion-revista #titulo-revista {
	    font-size: 17px;
	    font-weight: bold;
	    line-height: 23px !important;
	    margin-top: 5px;
	}
	div#datos-generales-revista{
		width: 100%;
	}
	div#datos-generales-revista p{
		font-size: 12px;
		padding: 0px 6px;
		line-height: 5px;
		width: 90%;
		margin-left: 5%;
	}
	div#datos-generales-revista p:nth-child(1){
		width:100%;
		padding: 0;
	    margin:0;
	    text-align: center;
	}
	/*div#datos-generales-revista p:nth-child(1) img{
		width: 49%;
		display: inline-block;
		vertical-align: top;
		height: 5em;
	}*/
	#logo-revista{
		width: 130px !important;
		height: 66px !important;
		border-top-left-radius: 10px;
	    border-top-right-radius: 10px;
	}
	#logo-institucion-revista{
		width: 131px;
	}
	div#datos-generales-revista p:nth-child(1) #logo-institucion-revista {
	    position: relative;
	    top: -15px;
	    left: 0px;
	    width: 130px;
	    height: 50px;
	    border-top-left-radius: 10px;
	    border-top-right-radius: 10px;
	}
	div#datos-generales-revista p span.boton-revista {
	    display: inline-block;
	    width: 37%;
	    background-color: white;
	    color: #6a747d;
	    font-size: 11px;
	    padding: 6px;
	    border-radius: 3px;
	    margin-right: 0px;
	    cursor: pointer;
	    line-height: 11px;
	    text-align: center;
	    margin-top: 15px;
	    margin-left: 5%;
	}
	div#servicios-revista{
		position: fixed;
	    right: 0;
	    top: 0px;
	    height: 87%;
	    width: 90%;
	    display: none;
	    justify-content: center;
	    background-color: #ffffff;;
	    z-index: 10;
	    padding: 30% 5% 0 5%;
	}
	div#servicios-revista > p {
	    line-height: 10px;
	    cursor: pointer;
	}
	div#datos-generales-revista a.btn-menu-movil{
		width: 40px;
		height: 40px;
		position: absolute;
	    background-color: rgba(0, 0, 0, 0);
	    right: 30px;
	    top:-13px;
	    cursor: pointer;
	    display: block;
	}
	div#datos-generales-revista a.btn-menu-movil div{
		font-size: 90px;
		height: 40px;
		width: 40px;
		position:absolute;
		left: 30px;
		font-weight: normal;
		transition-duration: 0.9s;
	}
	a.btn-menu-fixed{
		z-index: 20;
		position: fixed !important;
		right: 30px !important;
    	top: 40px !important;
	}
	div.tache-top{
        transform: rotate(-43deg) translate(-63px, -14px);
  		transition-duration: 0.9s;
	}
	div.tache-bottom{
		transform: rotate(44deg) translate(31px, -2px);
    	transition-duration: 0.9s;
	}
	div#datos-generales-revista a.btn-menu-movil div:nth-child(1){
		top:-98px;
	}
	div#datos-generales-revista a.btn-menu-movil div:nth-child(2){
		top:-85px;
	}
	/*container de revistas*/
	div#lista-articulos {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	    top: 30px;
	}
	div#lista-articulos div.productos-articulo {
	    position: absolute;
	    bottom: -9px;
	    width: 100%;
	    height: max-content;
	    left: 0%;
	    display: flex;
	    padding: 20px 0;
	    flex-flow: row wrap;
	    font-size: 13px;
	    justify-content: center;
	}
	div#lista-articulos div.productos-articulo span.producto {
	    display: inline-block;
	    width: 19.3%;
	    text-align: center;
	    cursor: pointer;
	    margin-top: 13px;
	    color: #37474f;
	}
	/*container de herramientas*/
	div#herramientas-tabs {
	    text-align: center;
	    margin: 0 auto;
	    width: 100%;
	    padding-top: 0;
	    position: relative;
	    margin-top: 25px;
	}
	div#herramientas-tabs > div {
	    position: relative;
	    height: 65px;
	    width: 24%;
	    font-size: 12px;
	    float: left;
	    display: flex;
	    align-items: center;
	    cursor: pointer;
	    justify-content: center;
	    flex-flow: row wrap;
	}
	div#herramientas-tabs > div > img {
	    margin-right: 10px;
	    order: 1;
	}
	div#herramientas-tabs > div > span {
	    margin-right: 10px;
	    order: 2;
	    font-size: 10px;
	}
	div#herramientas-tabs span#herramienta-indicador {
	    position: absolute;
	    width: 24%;
	    background-color: red;
	    height: 1px;
	    left: 72%;
	    bottom: -67px;
	}
	/*contenedores de herramientas*/
	div.herramienta {
	    width: 100%;
	    height: 250px;
	    /*position: absolute;*/
	    top: 95px;
	    background-color: white;
	    display: flex;
	    align-items: center;
	}
	div#herramientas-revista {
	    width: 100%;
	    height: 330px;
	    color: #6a747d;
	    background-color: white;
	    margin: 0 auto;
	    text-align: center;
	    position: relative;
	    overflow: hidden;
	    display: inline-grid;
	}
	div#herramientas-revista #contenido-buscador #buscador{
		width: 100%;
    	margin: 0 auto;
	}
	div#herramientas-revista #contenido-buscador #buscador > div:first-child {
	    position: unset;
	    width: 31%;
	    display: inline-grid;
	    vertical-align: top;
	}
	div#herramientas-revista #contenido-buscador #buscador #item-seleccionado {
	    width: 100%;
	    height: 30px;
	    background-color: #FF3333;;
	    color: #eaeef0;
	    border: none;
	    border-radius: 3px 0px 0px 3px;
	    text-indent: 10px;
	    background-image: none;
	    font-family: 'Titillium Web', sans-serif;
	}
	div#herramientas-revista #contenido-buscador #buscador > div {
	    display: inline-block;
	    width: 67%;
	    position: unset;
	    vertical-align: top;
	}
	div#herramientas-revista #contenido-buscador #buscador #input-articulo, #options {
	    width: 90%;
	    height: 26px;
	    border-radius: 0px 3px 3px 0px;
	    margin-left: -10px;
	    text-indent: 15px;
	    outline: 0 none;
	    background-color: #eaeef0;
	    font-family: 'Titillium Web', sans-serif;
	    border: none;
	}
	/*barra de años*/
	div.herramienta > div > span {
	    line-height: 40px;
	    padding: 8px;
	    transition-duration: 0.5s;
	}
	div#contenido-numeros > div {
	    width: 100%;
	    margin: 0;
	    font-size: 12px;
	}
	div#contenido-numeros #numeros-flotantes {
	    display: none;
	    background-color: white;
	    position: absolute;
	    width: 13%;
	    height: auto;
	    border: 1px solid lightgray;
	}
	/*indicadores*/
	div.scroll-indicadores{
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		height: 175px;
		/*scroll firefox*/
		scrollbar-color: red white !important;
  		scrollbar-width: thin !important;
	}
	div.scroll-indicadores::-webkit-scrollbar {
		width: 2px;
		height: 2px;
		background-color: #c7d2dc;
	}
	div.scroll-indicadores::-webkit-scrollbar-thumb{
		background-color: red;
		border-top-right-radius: 5px;
	}
	div.scroll-indicadores div#indicadores-revista{
		width: 1300px;
	    margin: 0 auto;
	    height: 150px;
	    /*position: relative;*/
	    display: flex;
/* 	    align-items: center; */
/* 	    justify-content: space-around;*/ 
	    /*padding: 0px 0px 15px 0px;*/
	    padding: 50px 0;
	    text-align: center;
	    display: none;
	}
	
	div.scroll-indicadores div#indicadores-revista div.indicador{
		width: 13%;
	    position: relative;
	    display: inline-block;
	    height: 150px;
	    text-align: center;
	    font-size: 12px;
	}
	/*elementos de indicadores*/
	div#indicadores-revista img.buble-image-full {
	    width: 250px;
	    height: 250px;
	    border-radius: 360px;
	    position: relative;
	    object-fit: contain;
	    left: 3%;
	    top: 23%;
	}
	div#indicadores-revista .buble-dona-full {
	    width: 290px;
	    height: 290px;
	    border: 4px solid white;
	    border-radius: 360px;
	    background-color: #fff;;
	    position: relative;
	    left: 0%;
	    top: 23%;
	    font-size: 27px;
	    font-weight: bold;
	}
	div#indicadores-revista .buble-full {
	    width: 290px;
	    height: 290px;
	    border-radius: 360px;
	    background-color: white;
	    position: relative;
	    left: 0;
	    top: 23%;
	}
	/*tarjetas*/
	div#lista-articulos .resumenes-articulo{
		overflow-y: scroll;
		font-size: 12px;
	}
	div#lista-articulos .compartir-articulo {
	    position: absolute;
	    left: 92%;
	    top: 7%;
	    width: 6%;
	    height: 70%;
	    display: flex;
	    justify-content: space-around;
	    flex-direction: column;
	    align-items: center;
	}
	.titulo-articulo{
		font-size: 13px;
	}
	.autores-articulo{
		font-size: 12px;
	}
	.autor-articulo{
		width: 85% !important;
	}
	/*plantilla indicadores*/
	div#indicadores{
		background-color: rgb(79, 85, 93);
		width: 100%;
	}
	
	div#indicadores-tabs{
		text-align: center;
	    margin: 0 auto;
	    width: 100%;
	    padding-top: 0px;
	    position: relative;
	    background-color: #ffffff;
	    height: 80px;
	    color: black;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	
	div#indicadores-tabs > div{
		position: relative;
	    height: 65px;
	    width: 33%;
	    font-size: 12px;
	    float: left;
	    display: flex;
	    align-items: center;
	    cursor: pointer;
	    justify-content: center;
	    flex-flow: row wrap;
	}
	div#indicadores-tabs > div span{
		order: 1;
	}
	div#indicadores-tabs > div span{
		width: 100%;
		order: 2;
		font-size: 10px;
		
	}
	div#indicadores-tabs  #indicadores-indicador {
	    position: absolute;
	    width: 33%;
	    background-color: red;
	    height: 1px;
	    left: 0%;
	    bottom: 7px;
	}
	/*modal de informacion*/
	div#criterios-evaluacion {
	    background-color: white;
	    position: absolute;
	    width: 100%;
	    height: 60%;
	    font-size: 13px;
	    border-radius: 5px;
	    overflow: hidden;
	}
	/*footer*/
    footer#pie-pagina {
    	height: 55vh;
    }
    div#informacion-redalyc {
    	font-size: 11px;
    }
    div#pie-logos {
        top: 25%;
    }
	div#paginador button{
	    margin-top: 25px;
	}
	/*modal de indicador red de banderas*/
	div#contenedorNetworkFixed .tittle-container .btn-close-modal{
	    right: 27%;
	}
	div#contenedorMapFixed div.row{
		width: 100%;
	}
	div.searchBox{
		left:0;
	}
	div.searchBox #busqueda{
		position:relative;
	}
	div.searchBox input {
		width:100%;
	}
	
	div.searchBox input:nth-child(2){
		position: absolute !important;
    	right: 20px !important;
	}
	div#buscador-articulo #paginador{
		flex-flow: row wrap;
		width: 100%;
		right: unset;
	}
	div#buscador-articulo #paginador #select-paginator{
		right: unset;
	    width: 100%;
	}
	div#buscador-articulo #paginador p {
	    position: relative;
	    width: 88%;
	    margin: 27px 0;
    }
	
	div.modal-dialog .modal-resumen{
		color: black;
	}
	div.responsive-tables{
		width: 100%;
    	overflow-x: auto;
	}
}
/*-------------------------------------------------------tablet-------------------------------------------------------------*/
@media only screen and (min-width:601px) and (max-width:1024px)
{
/*Nuevo estilo tarjetas*/
    #lista-articulos > div.articuloN {
        display: grid;
        grid-template-columns: 60% 20% 20%;
        column-gap: 10px;
        padding: 40px;
    }

    #lista-articulos > div > div.data {
        display: grid;
        grid-template-columns: 150px auto;
    }

    #lista-articulos > div > div.leer-descargar,
    #lista-articulos > div > div.metricasContainer {
        border-left: 1px solid #FF3333;
        padding: 0 20px;
    }

    #lista-articulos > div > div.data > div.imageArt > div
    {
        width: 100%;
        flex-shrink: 100%;
        height: 100%;
    }
/* Nuevo estilo tarjetas fin*/
	header.header{
		background-color: #fff;;
		width: 100%;
		height: auto;
		color: white;
		display: flex;
		flex-flow: row wrap;
	}
	div#redalyc-redes-idioma{
		height: 40px;
	    display: flex;
	    width: 100%;
	    order: 2;
	    justify-content: normal;
	    align-items: flex-start;
	}
	div#redalyc-redes-idioma a:nth-child(2),div#redalyc-redes-idioma a:nth-child(3),
	div#redalyc-redes-idioma .idioma{
		margin-left: 30px;
		font-size:16px;
	}
	div#redalyc-general{
		float: right;
	    height: fit-content;
	    width: 100%;
	    display: flex;
	    /*flex-flow: row wrap;*/
	    align-items: center;
	    justify-content: space-around;
	    /*margin-right: 0;
	    order: 1;*/
	}
	img#logo-redalyc{
		height: 50px;
		width: auto;
	}

	div#redalyc-nombre{
		font-size: 12px;
	    display: block;
	    width: 100%;
	    text-align: center;
	}
	/*informacion de revista*/
	div#informacion-revista{
		width: 100%;
	    margin: 0 0;
	    position: relative;
	    padding: 10px 0px;
	    font-size: 15px;
	}
	div#informacion-revista #titulo-revista {
	    font-size: 25px;
	    font-weight: bold;
	    line-height: 30px !important;
	    margin-top: 0px;
	}
	div#datos-generales-revista{
		width: 70%;
	    display: inline-block;
	    vertical-align: top;
	}
	div#datos-generales-revista p{
		font-size: 15px;
		padding: 0px 6px;
	}
	div#datos-generales-revista p:nth-child(1){
		width:100%;
		padding: 0;
	    margin: 0px 8px;
	}
	div#datos-generales-revista p:nth-child(1) img{
		width: 150px;
		height: 75px;
		display: inline-block;
		vertical-align: top;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	div#datos-generales-revista p:nth-child(1) #logo-institucion-revista {
	    position: relative;
	    top: 2px;
	    border-top-left-radius: 10px;
	    border-top-right-radius: 10px;
	    left: 0px;
	    width: 150px;
	    height: 57px;
	}
	div#datos-generales-revista p span.boton-revista {
	    display: inline-block;
	    width: 42%;
	    background-color: white;
	    color: #6a747d;
	    font-size: 12px;
	    padding: 10px;
	    border-radius: 3px;
	    margin-right: 0px;
	    cursor: pointer;
	}
	div#servicios-revista{
	    position: relative;
	    right: 0;
	    top: 0px;
	    height: 87%;
	    /*width: 29%;*/
	    display: inline-block;
	    justify-content: center;
	    background-color: #ffffff;
	    z-index: 10;
	    padding: 0;
	    vertical-align: top;
	    padding-left: 20px !important;
	}
	
	#servicios-revista {
    border-left: 2px solid #FF5722; 
    padding-left: 35px; 
    height: 100%; 
}

	div#servicios-revista > p {
	    line-height: 10px;
	    cursor: pointer;
	}
	div#datos-generales-revista a.btn-menu-movil{
		width: 40px;
		height: 40px;
		position: absolute;
	    background-color: rgba(0, 0, 0, 0);
	    right: 30px;
	    top:-30px;
	    cursor: pointer;
	    display: none;
	}
	div#datos-generales-revista a.btn-menu-movil div{
		font-size: 125px;
		height: 40px;
		width: 40px;
		position:absolute;
		left: -7px;
		font-weight: normal;
		transition-duration: 0.9s;
	}
	a.btn-menu-fixed{
		z-index: 20;
		position: fixed !important;
		right: 30px !important;
    	top: 40px !important;
	}
	div.tache-top{
        transform: rotate(-43deg) translate(-63px, -4px);
  		transition-duration: 0.9s;
	}
	div.tache-bottom{
		transform: rotate(44deg) translate(60px, -38px);
    	transition-duration: 0.9s;
	}
	div#datos-generales-revista a.btn-menu-movil div:nth-child(1){
		top:-98px;
	}
	div#datos-generales-revista a.btn-menu-movil div:nth-child(2){
		top:-82px;
	}
	/*container de revistas*/
	div#lista-articulos {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	    top: 30px;
	}
	div#lista-articulos div.productos-articulo {
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    height: 50px;
	    left: 0%;
	}
	div#lista-articulos div.productos-articulo span.producto {
	    display: inline-block;
	    width: 19.3%;
	    text-align: center;
	    cursor: pointer;
	    margin-top: 13px;
	    color: #37474f;
	}
	/*container de herramientas*/
	div#herramientas-tabs {
	    text-align: center;
	    margin: 0 auto;
	    width: 100%;
	    padding-top: 0;
	    position: relative;
	    margin-top: 25px;
	}
	div#herramientas-tabs > div {
	    position: relative;
	    height: 65px;
	    width: 24%;
	    font-size: 12px;
	    float: left;
	    display: flex;
	    align-items: center;
	    cursor: pointer;
	    justify-content: center;
	    flex-flow: row wrap;
	}
	div#herramientas-tabs > div > img {
	    margin-right: 10px;
	    order: 1;
	}
	div#herramientas-tabs > div > span {
	    margin-right: 10px;
	    order: 2;
	}
	div#herramientas-tabs span#herramienta-indicador {
	    position: absolute;
	    width: 24%;
	    background-color: red;
	    height: 1px;
	    left: 72%;
	    bottom: -67px;
	}
	/*contenedores de herramientas*/
	div#herramientas-revista #contenido-buscador #buscador{
		width: 100%;
    	margin: 0 auto;
	}
	div#herramientas-revista #contenido-buscador #buscador > div:first-child {
	    position: unset;
	    width: 31%;
	    display: inline-block;
	    vertical-align: top;
	}
	div#herramientas-revista #contenido-buscador #buscador #item-seleccionado {
	    width: 100%;
	    height: 30px;
	    background-color: #FF3333;;
	    color: #eaeef0;
	    border: none;
	    border-radius: 3px 0px 0px 3px;
	    text-indent: 10px;
	    background-image: none;
	    font-family: 'Titillium Web', sans-serif;
	    margin-left: 8%;
	}
	div#herramientas-revista #contenido-buscador #buscador > div {
	    display: inline-block;
	    width: 67%;
	    position: unset;
	    vertical-align: top;
	}
	div#herramientas-revista #contenido-buscador #buscador #input-articulo, #options {
	    width: 90%;
	    height: 26px;
	    border-radius: 0px 3px 3px 0px;
	    margin-left: -10px;
	    text-indent: 15px;
	    outline: 0 none;
	    background-color: #eaeef0;
	    font-family: 'Titillium Web', sans-serif;
	    border: none;
	}
	/*barra de años*/
	div#contenido-numeros > div {
	    width: 100%;
	    margin: 0;
	    height: 100%;
	    display: flex;
	    flex-flow: row wrap;
	    justify-content: space-between;
	    align-items: flex-start;
	    align-content: flex-start;
	}
	div#contenido-numeros #numeros-flotantes {
	    display: none;
	    background-color: white;
	    position: absolute;
	    width: 13%;
	    height: auto;
	    border: 1px solid lightgray;
	}
	/*indicadores*/
	div.scroll-indicadores{
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		height: 175px;
		/*scroll firefox*/
		scrollbar-color: red white !important;
  		scrollbar-width: thin !important;
	}
	div.scroll-indicadores::-webkit-scrollbar {
		width: 2px;
		height: 2px;
		background-color: #c7d2dc;
	}
	div.scroll-indicadores::-webkit-scrollbar-thumb{
		background-color: red;
		border-top-right-radius: 5px;
	}
	div.scroll-indicadores div#indicadores-revista{
		width: 1300px;
	    margin: 0 auto;
	    height: 150px;
	    /*position: relative;*/
	    display: flex;
/* 	    align-items: center; */
/* 	    justify-content: space-around;*/
	    /*padding: 0px 0px 15px 0px;*/
	    padding: 50px 0;
	    text-align: center;
	    display: none;
	}
	
	div.scroll-indicadores div#indicadores-revista div.indicador{
		width: 13%;
	    position: relative;
	    display: inline-block;
	    height: 150px;
	    text-align: center;
	    font-size: 12px;
	}
	/*elementos de indicadores*/
	div#indicadores-revista img.buble-image-full {
	    width: 250px;
	    height: 250px;
	    border-radius: 360px;
	    position: relative;
	    object-fit: contain;
	    left: 3%;
	    top: 23%;
	}
	div#indicadores-revista .buble-dona-full {
	    width: 290px;
	    height: 290px;
	    border: 4px solid white;
	    border-radius: 360px;
	    background-color: #c7d2dc;
	    position: relative;
	    left: 0%;
	    top: 23%;
	    font-size: 27px;
	    font-weight: bold;
	}
	div#indicadores-revista .buble-full {
	    width: 290px;
	    height: 290px;
	    border-radius: 360px;
	    background-color: white;
	    position: relative;
	    left: 0;
	    top: 23%;
	}
	/*tarjetas*/
	div#lista-articulos .resumenes-articulo{
		overflow-y: scroll;
	}
	div#lista-articulos .compartir-articulo {
	    position: absolute;
	    left: 92%;
	    top: 7%;
	    width: 6%;
	    height: 70%;
	    display: flex;
	    justify-content: space-around;
	    flex-direction: column;
	    align-items: center;
	}
	/*plantilla indicadores*/
	div#indicadores{
		background-color: rgb(79, 85, 93);
		width: 100%;
	}
	
	div#indicadores-tabs{
		text-align: center;
	    margin: 0 auto;
	    width: 100%;
	    padding-top: 20px;
	    position: relative;
	    background-color: rgb(79, 85, 93);
	    height: 80px;
	    color: white;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	
	div#indicadores-tabs > div{
		position: relative;
	    height: 65px;
	    width: 33%;
	    font-size: 12px;
	    float: left;
	    display: flex;
	    align-items: center;
	    cursor: pointer;
	    justify-content: center;
	    flex-flow: row wrap;
	}
	div#indicadores-tabs > div span{
		order: 1;
	}
	div#indicadores-tabs > div span{
		width: 100%;
		order: 2;
		
	}
	div#indicadores-tabs  #indicadores-indicador {
	    position: absolute;
	    width: 33%;
	    background-color: red;
	    height: 1px;
	    left: 0%;
	    bottom: 7px;
	}
	div#criterios-evaluacion {
	    position: absolute;
	    width: 90% !important;
	    height: 73%;
	    top: 8% !important;
    	left: 3% !important;
	    overflow-x: unset;
    	overflow-y: auto;
	}
	img#cerrar-evaluacion {
	    left: 90%;
	    top: 11px;
    }
    div#herramientas-revista {
    	overflow: hidden;
    }
    div#paginador {
	    width: 80%;
	    right: 0;
	    top: 60%;
    }
    
    #informacion-revista > div:nth-child(1) > p {
  width: min-content;
  text-align: end;
  margin-right: -140px;
}

#datos-generales-revista {
        margin-left: 185px;
        /* width: 70%; */
    }
}
/*-----------------------------------------------------------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: 18px;
    }
    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;
    }
}
/*--------------------------------------------------------------------------------------------------------------------------*/
body{
	margin: 0;
	overflow-x: hidden;
	font-family: 'Titillium Web', sans-serif;
}

a{
	text-decoration: none;
    color: inherit;
}
.Bnone{
	font-weight: initial;
}
/*       HEADER       */
header{
	background-color: #ffffff;;
	width: 100%;
	/*height: 100px;*/
	color: white;
	position:relative;
	/*padding-top: 14px;*/
}

#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: 17px;
}
#redalyc-nombre span:nth-child(1){
	font-size: 32px;
}

/*       MAIN       */
main{
	margin-top: 0pt;
}

#redalyc-revista{
	background-color: #ffffff;;
    color: white;
    width: 100%;
    position: relative;
    z-index: 1;
}

#informacion-revista{
	width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0px;
    font-size: 15px;
}

#datos-generales-revista{
	/*margin-left: 525px;*/
	/*width: 70%;*/
}

#datos-generales-revista > p{
	position: relative;
	/*line-height: 10px;*/
}
#datos-generales-revista  p:nth-child(3) span:nth-child(2){
	margin-left: 30px;
}

#logo-institucion-revista{
	position: relative;
    /*top: -20px;*/
    width: 190px;
    height: 75px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*left: 10px;*/
}

#logo-revista{
	width: auto;
	height: 95px;
}

#titulo-revista{
	font-size: 25px;
    font-weight: bold;
    /*line-height: 30px !important;
    margin-top: -15px;*/
}

#doaj{
	position: relative;
    top: 1pt;
    height: 17px;
    padding: 0px 3px;
}

.boton-revista{
	display: inline-block;
    background-color: white;
    color: #6a747d;
    font-size: 12px;
    padding: 10px;
    border-radius: 3px;
    margin-right: 15px;
    cursor: pointer;
}

#servicios-revista {
    /* position: absolute; */
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 45px;
}

#servicios-revista > p{
	line-height: 0px;
	cursor: pointer;
}

#rss{
	position: relative;
    top: 1pt;
    padding-left: 3px;
}

#indicadores-revista{
	width: 1300px;
    margin: 0 auto;
    /*position: relative;*/
    /*display: flex;
    align-items: center;
    justify-content: space-around;*/
	/*padding: 0px 0px 15px 0px;*/
	padding: 50px 0;
    text-align: center;
    color: black;
    display: none;
}

.indicador{
	width: 12%;
    position: relative;
    display: inline-block;
    height: 150px;
    text-align: center;
    font-size: 12px;
}

.indicador-titulo{
	position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.indicador-cerrar{
	background-image: url('../img/cerrarmdpi.png');
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    right: 15px;
    top: 0;
    cursor: pointer;
    z-index: 1;
    display: none;
}

.indicador-mas{
	background-image: url(../img/metodologia.png);
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
}

#tabs-revista{
	position: relative;
    /*width: 260px;*/
    margin: 0 auto;
    height: 81px;
    text-align: center;
    display: grid;    
    height: 100%;
    column-gap: 1px;
    margin: 15px 0 30px 0;
}

#tabs-revista > a div{
	width: 100%;
	/*display: inline-block;*/
	/**margin: 0px 15px;*/
	cursor: pointer;
	display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

#tabs-revista > a > div > p img{
	height: 49px;
    /*position: relative;*/
    /*top: 15px;*/
}

#tabs-revista > a > div > p span{
	font-size: 10px;
    position: relative;
    /*top: 17px;*/
    color: white;
}

#tab-acervo{
	background-color: #ff3333;
    /*border: 5px solid #6a747d;
    border-radius: 50px;*/
    height: 80px;
}

#tab-indicadores{
	/*border-radius: 50px 50px 0 0;*/
    height: 45px;
    background-color: #c7d2dc;
    border: none;   
}

#herramientas-revista{
	width: 100%;
	/*height: 330px;*/
    color: #6a747d;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: visible;
    display:inline-grid;
}

#herramientas-tabs{
	text-align: center;
    margin: 0 auto;
    width: 1000px;
    padding-top: 20px;
    position: relative;
}

#herramientas-tabs > div{
	position: relative;
    height: 65px;
    width: 210px;
    font-size: 12px;
    float: left;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

#herramientas-tabs > div > img{
    margin-right: 10px;
}

#buscador-revista > img{
	width: 18px;
}

#mapa-de-conocimiento > img, #numeros-revista > img{
	width: 25px;
}

#nube-de-palabras > img{
	width: 23px;
}

#herramienta-indicador{
	position: absolute;
    width: 210px;
    background-color: red;
    height: 1px;
    left: 640px;
    bottom: -59px;
}

.herramienta{
	width: 100%;
    height: 250px;
    /*position: absolute;*/
    top: 80px;
    background-color: white;
    display: flex;
    align-items: center;
    /*z-index: 10;*/
}

.herramienta > div{
	width: 900px;
	margin: 0 auto;
}

#nube-palabras,#nube-palabrasEN{
	height: 100%;
	/*width: 400px;*/
}
.herramienta > div > span{
	line-height: 40px;
    padding: 0px 0px;
    transition-duration: 0.5s;
}
.herramienta > div > span.anio{
	padding: 0px 1em !important;
}
.herramienta > div > span.anio:hover{
	height: 40px;
    border-radius: 30px;
    background-color: #ffd3d4;
    display: inline-block;
}

.herramienta > div > span > label{
	cursor: pointer;
	color: #37474f;
}

.herramienta > div > span > label:hover{
	color: red;
}

.herramienta > div > span > label > span > a{
	display: none;
}

#numeros-flotantes{
	display: none;
	background-color: white;
	position: absolute;
	width: auto;
    min-width: 60px;
    z-index: 10000000 !important;
}

#numeros-flotantes > a{
	display: block;
	padding: 5px 0px;
	border-bottom: 1px solid lightgray;
}

#numeros-flotantes > a:hover{
	color: red;
}

#contenido-numeros{
	left: 0;
	font-size: 14px;
}

#contenido-mapa, #contenido-nube, #contenido-buscador{
	left: -100%;
}


#buscador{
}

#buscador > div{
	display: inline-block;
}

#buscador > div:first-child{
	position: relative;
}

#item-seleccionado{
	width: 120px;
    height: 30px;
    background-color: #FF3333;;
    color: #eaeef0;
    border: none;
    border-radius: 3px 0px 0px 3px;
    text-indent: 10px;
    background-image: none;
    font-family: 'Titillium Web', sans-serif;
}

#input-articulo, #options{
	width: 470px;
    height: 26px;
    border-radius: 0px 3px 3px 0px;
    margin-left: -10px;
    text-indent: 15px;
    outline: 0 none;
    background-color: #eaeef0;
    font-family: 'Titillium Web', sans-serif;
    border: none;
}

#options{
	height: 30px;
}

#boton-buscar-articulo{
	position: relative;
    left: -26px;
    height: 15px;
    top: 2px;
}



#fondo-articulos{
	width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 50px;
}

#lista-articulos{
	width: 1000px;
    margin: 0 auto;
    position: relative;
    top: 30px;
}

.articulo{
	width: 100%;
    height: 280px;
    background-color: white;
    margin: 30px 0px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.tabs-articulo{
	width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span[class^='panel-']{
	display: inline-block;
	width: 20px;
	height: 5px;
	background-color: #9a9fa3;
	margin: 0px 5px;
    cursor: pointer;
}

.tab-tarjeta-visible{
	background-color: #37474f !important;
}

.productos-articulo{
	position: absolute;
    bottom: 0;
    width: 89%;
    height: 50px;
    left: 4%;
}

.wrapper .productos-articulo{
	position: initial;
    bottom: initial;
    width: initial;
    height: initial;
    left: initial;
    display: flex;
    align-items: baseline;
}

.producto{
	display:inline-block;
	width: auto;
	text-align: center;
	cursor: pointer;
	margin-top: 13px;
	color: #37474f;
	margin-right: 10px;
}

.informacion-articulo{
	position: absolute;
	top: 40px;
	bottom: 50px;
	width: 100%;
	color: #37474f;
}

.general{
	left: 0;
}

.imagen-articulo{
	position: absolute;
    left: 0;
    height: 100%;
    width: 20%;
}

.imagen-articulo > div{
	width: 70%;
    height: 70%;
    left: 30%;
    position: absolute;
    top: 11%;
    background-size: cover;
    background-position: center;
}

.datos-articulo, .resumenes-articulo{
	position: absolute;
    left: 23%;
    height: 100%;
    width: 65%;
    text-align: justify;
    font-size: 15px;
}

.titulo-articulo{
	font-weight: bold;
}

.compartir-articulo{
	position: absolute;
    left: 88%;
    top: 7%;
    width: 6%;
    height: 70%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.resumen, .autores{
	left:100%;
}

.resumenes-articulo{
	font-size: 14px;
}

.cambio-resumen{
	display: inline-block;
    padding: 0px 10px 3px 10px;
    border: 1px solid #9a9fa3;
    border-radius: 3px;
    margin-right: 15px;
    color: #9a9fa3;
    cursor: pointer;
}

.autores > div{
	width: 90%;
    margin: 0 auto;
    overflow-y: scroll;
    height: 100%;
}

.autor-articulo{
	display: inline-block;
    width: 350px;
    padding: 15px 20px;
}

.autor-articulo > *{
	display: inline-block;
}

.autor-articulo > img{
	padding-right: 10px;
}

.datos-autor > a{
	color: #9a9fa3;
}

/*       PIE DE PÁGINA       */
#pie-pagina{
	background-color: rgb(255, 255, 255);
	width: 100%;
	height: 50vh;
	position: relative;
	font-family: 'Titillium Web', sans-serif !important;
	color: rgb(34, 46, 52);
}

#pie-logos{
	position: relative;
    width: 100%;
    text-align: center;
    top: 20%;
}

#pie-logos img{
	padding: 0px;
}

#pie-uaemex{
	height: 60px;
}

#pie-redalyc{
	height: 30px;
	position: relative;
    top: -12px;
}

#pie-oa{
	height: 45px;
	position: relative;
    top: -5px;
}

#informacion-redalyc{
	position: relative;
    text-align: center;
    font-size: 12px;
    top: 32%;
}



/*       VENTANA FLOTANTE       */
#fondo-flotante{
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(34, 46, 52, 0.7);
    display: none;
    z-index: 20;
}

#ventana-flotante{
	background-color: #0000;
    position: absolute;
    width: 50%;
    height: 50%;
    font-size: 13px;
    text-align: center;
}

.table-flotante{
  background-color: #fff;;
  width: 100%;
  border: 2px solid white;
  border-radius: 7px;
  border-collapse: initial;
  height: 100%;
  height: -webkit-fill-available; 
}

.table-flotante td{
	border-bottom: none;
}

#titulo-flotante{
	width: 100%;
    height: 25px;
    font-size: 20px;
    font-weight: bold;
    display: table;
    position: relative;
    color: black;
    text-indent: 10px;
}

#titulo-flotante > span{
	display: table-cell;
    vertical-align: middle;
    position: relative;
}

#cierra-flotante{
	background-image: url('../img/cerrarmdpi.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 9px;
    position: absolute;
    right: 15px;
    top: 5px;
    height: 9px;
    cursor: pointer;
    border-radius: 15px;
    padding: 2px;
}

/*       CRITERIOS DE EVALUACIÓN       */
#fondo-criterios-evaluacion{
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(34, 46, 52, 0.7);
    display: none;
    z-index: 20;
}

#criterios-evaluacion{
	background-color: white;
    position: absolute;
    width: 50%;
    min-height: -webkit-fill-available;
    max-height: -webkit-fill-available;
    font-size: 13px;
    border-radius: 5px;
    overflow: hidden;
}

#titulo-criterios-evaluacion{
	background-color: #80b826;
    height: 40px;
    color: white;
    font-size: 20px;
    text-indent: 20px;
    position: relative;
}

#cerrar-evaluacion{
	position: absolute;
    right: 11px;
    top: 11px;
    width: 16px;
    cursor: pointer;
}

#titulo-criterios-evaluacion > span{
	position: relative;
    top: 4px;
}

#lista-criterios-evaluacion{
	position: absolute;
    bottom: 0;
    top: 50px;
    left: 0;
    right: 0;
}

.criterios{
	width: 93.5%;
    font-size: 18px;
    margin-left: 20px;
    position: relative;
    padding-bottom: 20px;
}

.criterios > span{
	position: relative;
    top: 10px;
    cursor: pointer;
}

.toogle-icon{
	position: absolute !important;
    right: 5%;
    font-size: 18px;
    font-weight: bold;
}

.toogle-icon:before{
	content: "\25bc";
}

.open:before{
	content: "\25b2" !important;
}

.criterios > div{
	font-size: 12px;
	margin-top: 20px;
    margin-left: 20px;
    display: none;
    height: 290px;
    overflow: auto;
}

.palomita{
	width: 15px;
	padding-right: 10px;
	position: relative;
    top: 2px;
}

.verificar{
	width: 14px;
	position: relative;
    top: 3px;
}

.criterios > div > table{
	width: 96%;
	border-collapse: collapse;
}

.criterios > div > table > tbody > tr{
	line-height: 25px;
}

.criterios > div > table > tbody > tr > td{
	border-bottom: 1px solid #9a9fa3;
	text-align: left;
}


/*       INDICADORES       */
#indicadores{
	background-color: rgb(79, 85, 93);
}

#indicadores-tabs{
	text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-top: 0px;
    position: relative;
    background-color: #ffffff;
    height: 80px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
}
.period{
	margin-left: 30px;
	width: 100%;
}
#indicadores-tabs > div{
	position: relative;
    height: 45px;
    width: 210px;
    font-size: 12px;
    float: left;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    flex-flow: row wrap;
}

#indicadores-tabs > div > img{
	margin-right: 10px;
}

#indicadores-indicador{
	position: absolute;
    width: 210px;
    background-color: red;
    height: 1px;
    left: 480px;
    bottom: 7px;
}

iframe{
	border: none;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------*/
div[id^="indicador-"]{
	position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
}
#indicadores-revista div:nth-child(6),#indicadores-revista div:nth-child(8){
	cursor:pointer;
}

#containerProdCiIns, #containerProdColab{
	height: 100%;
}

.buble-normal{
	width: 107px;
    height: 107px;
    border-radius: 90px;
    background-color: white;
    position: relative;
    left: 23px;
    top: 10px;
}
.buble-full{
	width: 550px;
	height: 420px; 
	border-radius: 0; 
	background-color: white; 
	position: relative;
	left: 0%;
	top: 0%;
}
.tittle-container{
	width: 100%;
    height: 25px;
    font-weight: bold;
    display: table;
    position: relative;
    color:black;
    background-color: #ffffff;
}
.tittle-container .btn-close-modal{
	    background-image: url(../img/cerrarmdpi.png);
	    background-repeat: no-repeat;
	    background-size: auto;
	    background-position: center;
	    width: 9px;
	    position: absolute;
	    right: 3px;
	    top: 4px;
	    height: 9px;
	    cursor: pointer;
	    border: 2px solid white;
	    border-radius: 15px;
	    padding: 2px;
}
.buble-dona-normal{
	width: 91px;
    height: 91px;
    /*border: 3px solid white;
    border-radius: 90px;*/
    border-bottom: 3px solid black;
    border-radius: 0 0 15px 15px;
    background-color: #fff;;
    position: relative;
    left: 27px;
    top: 14px;
    font-size: 27px;
    font-weight: bold;
}

.buble-dona-flotante{
	width: 91px;
    height: 91px;
    /*border: 3px solid white;*/
    border-radius: 0 0 15px 15px;
    border-bottom: 3px solid black;
    background-color: #fff;;
    position: relative;
    top: 14px;
    font-size: 27px;
    font-weight: bold;
}

.buble-dona-full{
	width: 420px;
	height: 420px; 
	border: 4px solid white;
	border-radius: 360px; 
	background-color: #fff;
	position: relative;
	left: 35%;
	top: 10%;
	font-size: 27px;
	font-weight: bold;
}
.buble-image-normal{
	width: 100px;
	height: 100px;
	position: relative;
	top: 12px;
}
.buble-image-full{
	width: 420px;
	height: 420px;
	border-radius: 360px;
	position: relative;
	object-fit: contain;
	left: 1%;
	top: 9%;
}
.btn-cerrar-modal{
	color: white;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: -1px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    text-align: left;
    cursor: pointer;
}
/*boton movil oculto*/
#datos-generales-revista a.btn-menu-movil{
		width: 40px;
		height: 40px;
		position: absolute;
	    background-color: rgba(0, 0, 0, 0);
	    right: 30px;
	    top:-30px;
	    cursor: pointer;
	    display: none;
}

.revision {
	width: 100%;
    height: 100%;
    /*background-image: url(../img/revision.png);*/
    position: relative;
    left: 11px;
    top: 6px;
    font-size: 27px;
    /*background-repeat: no-repeat;
    background-size: 110px 110px;*/
    cursor: auto;
    border-bottom: 3px solid black;
    border-radius: 0 0 15px 15px;
}

.texto {
    position: relative;
    left: -10%;
    top: 22%;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
}

#semanas {
	font-size: 15px;
}

/****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;
}

/*******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;
}

.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;
    overflow: hidden;
    height: 54px;
}
#pie-logos img{
	width: auto;
	height: 40px;
}
#pie-logos img:nth-child(1){
	margin: 0 20px;
    margin-bottom: 5px;
    height: 27px;
}


/****SIDEBAR****/
.sidebar {
    position: absolute;
    width: 25%;
    /*top: 9;*/
    left: 0;
    z-index: 1;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.4s;
    padding: 1rem 0;
    box-sizing:border-box;
    color:#000000;
}
.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: #2E88C7;
    font-size:1rem;   
}

#abrir {
	cursor: pointer;
}
#cerrar {
    display:none;
    cursor: pointer;
}

/****ARTÍCULO GRID****/

#contenido{
	margin-left: 25%;
    transition: all 0.4s ease 0s;
    position: relative;
}

#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 0 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;
  font-size: 15px;
}

.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;
  text-align: justify;
}

.card .title {
  color: #263238;
}

.wrapper > p{
	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;
}

.wrapper .compartir-articulo{
	position: absolute;
    top: 50px;
    right: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    left: initial;
    width: initial;
    height: initial;
    justify-content: initial;
}

.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;
  width: 90%;
}

.contentcard hr{
	opacity: 0.1;
}

.articulo-hover:hover{
	color: red;
}

.elemento-filtro, .elemento-filtro-hidden{
	font-size: 13px;
}

.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: 0 auto;
}

/*********TABLE************/
  table {
    width: 80%;
    border-collapse: collapse;
    margin:auto;
  }

  tr th {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #263238;
  }
  
  .customTD{
  	font-size: 13px;
  	padding: 0px;
  	height: 100%;
  }

  tr th.number {
    text-align: center;
  }

  tbody tr td {
    padding: 0px 14px;
    border-bottom: solid 1px #d6d6d6;
    text-align: center;
    font-size: 12px;
  }
  .responsive-tables table tbody tr td {
  	background-color: white !important;
  }
  
  tbody a {
    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*****************/
.modal {
  display: none; 
  position: fixed; 
  z-index: 99; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.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: 2px 16px;
  background-color: #f5f2f2;
  color: black;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #f5f2f2;
  color: black;
}

/*       PAGINADOR       */
.searchBox #select-paginator{
	position: absolute;
    top: 0;
    right: 45%;
}
.searchBox #select-paginator select{
	border: navajowhite;
    border-bottom: solid 1px lightgray;
}
#paginador{
	position: absolute;
    right: 5%;
    top: 50%;
    font-size: 14px;
    font-weight: lighter;
    color: #7f7f7f;
    width: 40%;
    display: flex;
    text-align: right;
}
#paginador p{
	width: 90%;
    margin: 0;
}

#paginador button, #paginador-bottom button{
	background: none;
    border: none;
    padding: 0px 5px;
    cursor: pointer;
}
/*año seleccionado*/
.text-red{
	color: red;
}
/*opciones de email*/
#servicios-revista .email-options{
	position: absolute;
	width: 150px;
	height: 33px;
    top: 64%;
    left: 33%;
	display: none;
	background-color: #fff;
	border: none;
	border-radius: 5px;
}
#servicios-revista .email-options a{
	height: 40px;
	width: 60px;
	margin: 0 auto;
}

#paginador-bottom {
    position: relative;
    right: 5%;
    bottom: 0;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
    text-align: right;
}
/*fondo negro al abrir tablas de indicadores*/
.modal-hidden{
	width: 100%;
    position: absolute;
    z-index: 0;
    height: 0%;
}
.tab-act{
	border-bottom: solid 1px red;
}
.border-red{
	border-bottom: solid 1px red;
}
.highcharts-background {
    fill: #fff;;
}
.pdf-idiomas-container{

}
.pdf-idiomas-container .column-pdfs{
	padding:5px 0;
	font-family: 'Titillium Web', sans-serif;
}

.pdf-option{
	margin: 0 0 !important;
}
.pdf-option:hover{
	color:red !important;
}
.pipe-pdf{
	margin: 0 2px;
	font-weight: normal;
}
.pdf-option:last-child .pipe-pdf{
	display:none;
}
.pdf-option:hover > .pipe-pdf{
	color: black;
}

/*Nuevo estilo 2024 */

#contenido-numeros > div:nth-child(1)
{
	font-weight: bold;	
}

#item-seleccionado
{
	background: #FF3333;
}

#input-articulo
{
	border:none;	
}

#contenido-numeros
{
	height: fit-content;
}

#herramientas-revista > h2:nth-child(4)
{
	margin-top: 100px;
}

h2{
	width: 100%;
	margin: 20px auto;
}

#informacion-revista
{
	color:black;
}

#tab-indicadores > a > img,#tab-indicadores > a > span
{
	/*top:-10px;*/
}

#textContainer
{
	width: 70%;
    background: #FF3333;
    padding: 10px 0;
}

#redalyc-nombre
{
	background: #FF3333;
    margin: 0 auto;
    width: fit-content;
}

#redalyc-general
{
	background:white;
}

#logoDiv
{
	width: 30%;
    text-align: right;
    margin-right: 43px;
}

#containerHeader
{
	display:grid;
	width: 100%;
}

@media only screen and (min-width:320px) and (max-width:600px) {
	div.cont-social {
		/*padding: 10px 0 0 10px;
		text-align: left;*/
		top: -55%;
		right: 25%;
	}
}


@media only screen and (max-width:450px){
	#input-articulo {
	    width: 90%;
	    height: 30px !important;
	    border-radius: 0px 3px 3px 0px;
	    margin-left: -10px;
	    text-indent: 15px;
	    outline: 0 none;
	    background-color: #eaeef0;
	    font-family: 'Titillium Web', sans-serif;
	    border: none;
	}
	
	#pie-logos {
		height:fit-content;
	}
	
	#informacion-revista > div:nth-child(1) {
	    display: flex;
	    justify-content: center !important;
	}
	
	#informacion-revista > div:nth-child(1) > p
	{
		text-align: center !important;
	}
	
	#informacion-revista, #datos-generales-revista > div
	{
		display: block !important;
		text-align: center !important;
	}
	
	#datos-generales-revista > div > div:nth-child(1) {
	    display: grid;
	    grid-row-gap: 10px;
	}
	
	#titulo-revista
	{
		margin: 10px 0 !important;
	}
	
	#datos-generales-revista > div > div:nth-child(1) > span:nth-child(4)
	{
		width: 100% !important;
	}
	
	#lista-articulos > div.articuloN
	{
		column-gap:0;
	}
	
	div#lista-articulos
	{
		width: 95% !important;
	}
	
	div#servicios-revista
	{
		justify-content: flex-start !important;
	}
	#servicios-revista > span
	{
		display:flow !important;
	}
}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
	div.cont-social {
		padding: 10px 0 0 0;
		display: block;
		width: 100%;
		text-align: right;
	}
}

/*-------------------------------------------------------------------------------movil landscape--------------------------------------------------------------------*/
@media screen and (min-width: 400px) and (max-width: 700px) and
	(orientation: landscape) {
	div.cont-social {
		display: block;
		width: 100%;
		text-align: right;
	}	
}

@media screen and (min-width: 701px) and (max-width: 1050px) and
	(orientation: landscape) {
	div.cont-social {
		padding: 10px 0 0 0;
		display: inline-block !important;
		vertical-align: top;
	}
	
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
	div.cont-social {
		right: 2%;
	}
}

/*-----------------------------------------------------------mac desktop large-------------------------------------------------------------*/
@media only screen and (min-width: 1700px) and (max-width: 2000px) {
	div.cont-social {
		right: 9%;
	}
}

.cont-social {
	padding: 35px;
	/*position: absolute;*/
	right: 5%;
	/*top: 10%;*/
	cursor: pointer;
	/*z-index: 50;*/
	/*width: 100%;*/
	text-align: right;
}

.cont-social span {
	padding: unset !important;
	border-right: unset;
	color:black;
}

.idiomas-redes-estaticas img {
	padding: 0px 4px;
	cursor: pointer;
}

.idioma {
    font-size: 12px;
    font-weight: bold;
    padding: 0px 2px;
    cursor: pointer;
    position: relative;
    top: -8px;
}

.twitter {
    padding-left: 8px !important;
    height: 1rem;
}

.facebook {
    height: 1rem !important;
    padding-left: 0px !important;
    position: relative;
    top: -1px;
    padding-right: 0px !important;
}

.imgHome
{
	position: relative;
	top:10px;
}

#datos-generales-revista > p:nth-child(1)
{
	display:grid;
}

#informacion-revista > div:nth-child(1) > p
{
	width: min-content;
    text-align: end;
    /*margin-right: -368px;*/
    align-content: end;
}

#informacion-revista
{
	display: grid;
    grid-template-columns: 30% 68%;
    width: 100%;
    grid-column-gap: 2%;
}

#datos-generales-revista > div > div:nth-child(1)
{
	display: grid;
	padding-right: 10px !important;
}

#datos-generales-revista > div
{
	display: grid;
    grid-template-columns: 39% 49%;
    grid-column-gap: 2%;
}

#informacion-revista > div:nth-child(1)
{
	display: flex;
    justify-content: end;
}

#lista-articulos > div > div.leer-descargar > div > span > span
{
	display:grid;
	margin-right: -479px;
}


#datos-generales-revista > div > div:nth-child(1) > span:nth-child(4)
{
	width: 70%;
}

/*ESTILOS TARJETAS*/
@media only screen and (max-width: 670px) {
    #lista-articulos > div.articuloN {
        display: block;
        padding: 40px 0;
    }

    #lista-articulos > div > div.data {
        display: block;
    }

    #lista-articulos > div > div.leer-descargar,
    #lista-articulos > div > div.metricasContainer {
        border-top: 1px solid #FF3333;
        padding: 10% 20px;
        margin: 10% 0;
    }

    #lista-articulos > div > div.data > div.imageArt
    {
        margin: 10% auto;
    }   
}

@media only screen and (min-width: 670px) {
    #lista-articulos > div.articuloN {
        display: grid;
        grid-template-columns: 60% 20% 20%;
        column-gap: 10px;
        padding: 40px;
    }

    #lista-articulos > div > div.data {
        display: grid;
        grid-template-columns: 150px auto;
    }

    #lista-articulos > div > div.leer-descargar,
    #lista-articulos > div > div.metricasContainer {
        border-left: 1px solid #FF3333;
        padding: 0 20px;
    }

    #lista-articulos > div > div.data > div.imageArt > div
    {
        width: 100%;
        flex-shrink: 100%;
        height: 100%;
    }
}

.articuloN
{
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    background: white;
    margin: 30px 0px;
}

.imageArt
{
    overflow: hidden;
    width: 140px;
    height: 140px;
}


.content
{
    padding: 0 20px;
    grid-row-gap: -59px;
}

.content > div{
    display: grid;
    grid-row-gap: 10px;
}

.autores{
    display: grid;
}

.autores > span
{
    display: flex;
    align-items: center;
}

.autores > span > a:nth-child(2)
{
    margin-left: 10px;
}

.autores > span > a > img
{
    height: 12px;
}

body > div > div.data > div.imageArt > div
{
    width: 100%;
    height: 100%;
}

.resumen{
    display: contents;
}

.titulo{
    border-bottom: 1px solid;
    margin-bottom: 5px;
}

.links
{
    display: grid;
    margin-top: 10px;
    grid-row-gap: 10px;
}

.links > a{
    display: flex;
}

.links > a > img, #lista-articulos > div > div.leer-descargar > div > span > span > span > img{
    height: 1rem;
    margin-right: 5px;
}

.seccion
{
    margin-bottom: 20px;
}

.titulo{
    border-bottom: 1px solid;
}

body > div > div.metricasContainer > div:nth-child(2) > div
{
    display: grid;
}

body > div > div.metricasContainer > div:nth-child(2) > div > a:nth-child(2) > img
{
    margin-right: 5px;
}

body > div > div.metricasContainer > div:nth-child(3) > div
{
    display: flex;
}

a:hover, button:hover{
    cursor: pointer;
}

#lista-articulos > div.articuloN > div.data > div.imageArt > div
{
	height: inherit;
}

/*MODALES DE LA TARJETA*/
/*Modal 2*/
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: .5s ease;
	z-index: -1;
}

.overlay.active {
	opacity: 1;
	z-index: 2;
}
 .modal2 {
      display: none;
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      /*overflow: auto;*/
      background-color: rgba(0,0,0,0.4);
    }
    .modal-contenido {
      background-color: #fefefe;
      margin: 15% auto;
      padding: 20px;
      border: 1px solid #888;
      width: 40%;
      border-radius: 15px;
    }
    .cerrarModal{
    	cursor: pointer;
    	padding-right: 20px;
    	font-weight: 600;
    	text-align: right;
    }
    .imgRed{
    	width: 17px ;
    }
    .modal-title{
    	text-align: center;
    	margin-block-start: -1.17em;
    	margin-block-end: -0.17em;
    }
    .modalContenido{
    	list-style: none;
    	padding-left: 12px;
    }
    
    #modal > div > div > h2
    {
    	width: 100%;
    }
    
    #openModalBtn
    {
    	background: none;
	    border: none;
	    font-size: 12px;
	    text-align: start;
	    padding: 0;
    }
    
    #openModalBtn > img
    {
    	height: 1rem;
    }
    
    img#logo-redalyc {
	    width: 120px !important;
	}
	
	#textContainer > div
	{
		width: fit-content;
		margin: 0 auto;
	}
	
	#textContainer > div > b
	{
		font-size:21px;
	}
	
	#textContainer > div > span
	{
		font-size: 14px;
	}
	
	#lista-articulos > div > div.data > div.content > div > div.autores > span > span
	{
		display:contents;
	}
	
	#contH
	{
		text-align:center;
	}
	
	/*Ventana citas*/
	
	#contenido-flotante > div:nth-child(1), #contenido-flotante, .customTD
	{
		height: 100% !important;
	}

@media only screen and (min-width:1024px)
{	
#servicios-revista {
    border-left: 2px solid #FF5722; 
    padding-left: 35px; 
    height: 100%; 
}

#textContainer
{
    background: #FF3333;
    color: white;
}

#textContainer > div
{
    width: fit-content;
    margin: 0 auto;
}

#textContainer > div > b
{
    font-size:21px;
}

#textContainer > div > span
{
    font-size: 14px;
}

#informacion-revista > div:nth-child(1) > p {
  width: min-content;
  text-align: end;
  margin-right: -368px;
}

#datos-generales-revista{
	margin-left: 525px;
	/*width: 70%;*/
}
}

@media only screen and (max-width:500px)
{
    #redalyc-general{
        display: block;
        text-align: center;
    }

    #textContainer
    {
        padding: 20px 10px;
    }

    #logoDiv
    {
        padding: 20px;
    }
}

@media only screen and (min-width:601px)
{
    #redalyc-general
    {
        display: flex;
    }

    #logoDiv
    {
        width: 30%;
        text-align: right;
        margin-right: 43px;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    #textContainer
    {
        width: 70%;
        padding: 10px 0;
    }
}

img#logo-redalyc {
    width: 120px !important;
}


@media only screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 1366px) {
    #informacion-revista > div:nth-child(1) > p {
        width: min-content;
        text-align: end;
        margin-right: -154px !important;
    }

    #datos-generales-revista {
        margin-left: 200px !important;
        /* width: 70%; */
    }
}

.fas.fa-bars {
  color: #000;
}

.row {
  display: grid;
  justify-content: flex-start;
  padding-left: 40px;
}

.filtro.ng-scope {
    text-align: left;
    padding-left: 40px;
}

h5.ng-binding {
    width: -2px;
}
	
	.active::before {
	    content: "";
	    width: 100px;
	    height: 100px;
	    position: absolute;
	    top: 100%;
	    width: 0;
	    height: 0;
	    border-left: 40px solid transparent;
	    border-right: 40px solid transparent;
	    border-top: 20px solid #ff3333;
	}
