@charset "UTF-8";

@font-face {
    font-family: "Titillium Web";
    src: url('../font/Titillium-Web.woff2') format('woff2');
}

@media only screen and (min-width:320px) and (max-width:600px)
{
	div.c header {
	    height: auto !important;
	    width: 100%;
	    border-bottom: solid 1px #d1d1d1;
	    background-color: rgb(106,116,125);
	    position: unset;
	    top: 0px;
	    box-shadow: 1px 2px 15px rgba(0,0,0,0.1);
	    overflow: hidden;
	    z-index: 11;
	    display: block;
	    color: #F5F5F5;
	}
	div.menu {
	    display: flex;
	    vertical-align: middle;
	    width: 100%;
	    flex-flow: row wrap;
	}
	div.redes-sociales {
	    display: block !important;
	    width: 100% !important;
	    vertical-align: top;
	    order: 2 !important;
	
	}
	div.menu div:nth-child(2){
		display: block;
	    width: 100%;
	    vertical-align: top;
	    order: 1;
	    text-align: center;
	    white-space: normal;
    	font-size: 11px;
    	padding: 0;
	}
	div.logo-nombre {
	    text-align: right;
	    display: block;
	    width: 100%;
	}
	div.logo-redalyc {
	    display: flex;
	    vertical-align: middle;
	    width: 100%;
	    justify-content: center;
	}
	div.logo-redalyc>img {
	    width: auto;
	    /* max-height: 70px; */
	    float: none;
	    padding: 0;
	    margin: 0;
	    height: 50px !important;
	}
	/*opciones de citar*/
	div.container-acciones {
	    width: 100%;
	    margin: 0;
	    display: flex;
	    flex-direction: row;
	    margin-bottom: 10px;
	    justify-content: flex-start;
	    align-items: flex-end;
	    flex-wrap: wrap;
	    font-size: 13px;
	}
	a.accion-item {
	    padding: 0;
	    text-align: center;
	    color: #6A747D;
	    cursor: pointer;
	    text-decoration: none;
	    display: grid;
	    align-items: center;
	    height: 45px;
	    width: 25%;
	    position: relative;
	    margin-top: 10px;
	}
	a.accion-item img{
		margin-right: 0px !important;
	    height: 60px !important;
	    width: 60px !important;
	    top: -43px !important;
	    right: 13px !important;
	    position: absolute !important;
	}
	/*footer*/
    footer#pie-pagina {
    	height: 55vh;
    }
    div#informacion-redalyc {
    	font-size: 11px;
    }
    div#pie-logos {
        top: 25%;
    }
}
/*-----------------------------------------------tablet-------------------------------------------------------------------*/
@media only screen and (min-width:601px) and (max-width:1024px)
{
	div.c header {
	    height: auto !important;
	    width: 100%;
	    border-bottom: solid 1px #d1d1d1;
	    background-color: rgb(106,116,125);
	    position: unset;
	    top: 0px;
	    box-shadow: 1px 2px 15px rgba(0,0,0,0.1);
	    overflow: hidden;
	    z-index: 11;
	    display: block;
	    color: #F5F5F5;
	}
	div.menu {
	    display: flex;
	    vertical-align: middle;
	    width: 100%;
	    flex-flow: row wrap;
	}
	div.redes-sociales {
	    display: inline-block!important;
	    width: 100% !important;
	    vertical-align: top;
	    order: 2 !important;
	}
	div.menu div:nth-child(2){
		display: inline-block;
	    width: 100%;
	    vertical-align: top;
	    order: 1;
	}
	div.logo-nombre {
	    text-align: right;
	    display: block;
	    width: 100%;
	}
	div.logo-redalyc {
	    display: flex;
	    vertical-align: middle;
	    width: 100%;
	    justify-content: center;
	}
	div.nombre-redalyc{
		display: inline-block !important;
	    vertical-align: top !important;
	    width: 100% !important;
	    text-align: center;
	}
	div.logo-redalyc>img {
	    width: auto;
	    /* max-height: 70px; */
	    float: none;
	    padding: 0;
	    margin: 0;
	    height: 50px !important;
	}
	/*opciones de citar*/
	div.container-acciones {
	    width: 100%;
	    margin: 0;
	    display: flex;
	    flex-direction: row;
	    margin-bottom: 10px;
	    justify-content: flex-start;
	    align-items: flex-end;
	    flex-wrap: wrap;
	}
	a.accion-item {
	    padding: 0;
	    text-align: center;
	    color: #6A747D;
	    cursor: pointer;
	    text-decoration: none;
	    display: grid;
	    align-items: center;
	    height: 45px;
	    width: 25%;
	    position: relative;
	    margin-top: 10px;
	}
	a.accion-item img{
		margin-right: 0px !important;
	    height: 60px !important;
	    width: 60px !important;
	    top: -43px !important;
	    right: 32% !important;
	    position: absolute !important;
	}
	
}
/*-----------------------------------------------------------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--------------------------------------------------------*/
body {
	color: #6A747D;
	background-color: #fefefe;
	font-family: 'Titillium Web', sans-serif;
}

header {
	position: unset;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.menu {
	display: table;
	vertical-align: middle;
	width: 100%;
}

.menu>div {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.menu .right{
    width: 35%;
}
.redes-sociales {
	vertical-align: top;
}

.redes-sociales > a > img {
	float: none; 
	padding-bottom:0;
	height:30px;
}

.redes-sociales > a {
	color: #fff;
	text-decoration: none;
}

.redes-sociales > span {
	max-height: 30px;
	width: 30px;
	padding-top: 20px;
	margin-right: 10px;
	vertical-align: super;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

.logo-redalyc {
	display: table-cell; 
	vertical-align: middle; 
	width: 58%;
	padding: 10px 0;
}

.logo-nombre {
	text-align: right; 
	display: table; 
	width: 100%
}

.logo-redalyc>img {
	width: 200px;
	max-height: 70px;
	float: none;
}


.nombre-redalyc {
	display: table-cell; 
	vertical-align: middle; 
	text-align: left; 
	font-size: 0.8em;
	white-space: nowrap;
	padding-right: 3px;
}

.ficha-tecnica {
	text-align: center; 
	margin-top: 10px;
}
.ficha-tecnica p:nth-child(3) a{
	cursor: pointer;
	color: #F5F5F5;
	text-decoration: none;
}

.menu-acciones {
	width: 100%;
	margin-top: 40px;
}

.container-acciones {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}

.accion-item {
	padding: 0 10px 0 0;
    text-align: center;
    color: #6A747D;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 45px;
}
.pdf-acciones {
	width: 100%;
}

.pdf-item {
	box-sizing: border-box;
	flex: 1;
	padding: 28px;
	text-align: center;
	cursor: pointer;
}

.accion-item.active {
	border-bottom: 2px #D92219 solid;
}

a.accion-item:hover {
	color: red;
}
#pdf-descargar {
	background:url(../img/art-descargar.gif) 
	no-repeat center;
	text-indent:0;overflow:hidden;
}

#pdf-pantalla-completa {
	background:url(../img/art-pantalla-completa.gif) 
	no-repeat center;
	text-indent:0;overflow:hidden;
}

#pdf-imprimir {
	background:url(../img/art-imprimir.gif) 
	no-repeat center;
	text-indent:0;overflow:hidden;
}

/* estilos de style */

* {
    padding: 0px;
    margin: 0px;
    font-family: 'Titillium Web', sans-serif;
}
.todo {
    display: flex;
    flex-wrap: nowrap;
    background-color: #37474F;
}
/***background color of the page***/

.panelD {
    width: 100%;
    overflow: auto;
    max-height: 100vh;
    z-index: 11;
    background-color: #fefefe;
}
/****HEADER****/

header {
    height: 180px!important;
    width: 100%;
    border-bottom: solid 1px #d1d1d1;
    background-color: rgb(106, 116, 125);
    top: 0px;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 11;
    display: block;
    color: #F5F5F5;
}
header img {
    margin-right: 10px;
}
header img:hover {
    cursor: pointer;
}
/*******SEARCH PANEL & FILTERS*********/

.searchBox {
    height: 200px;
    width: 80%;
    background-color: #FFFFFF;
    margin: 35px 56px 30px 110px;
}
.searchBox input {
    font-family: 'Titillium Web';
    color: #000000;
    border: none;
    border-bottom: 2px solid red;
    width: 55%;
    padding: 10px;
}
/*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;
}

.form {
    margin: 5px;
    display: flex;
    justify-content: center;
    /*flex-direction:column;*/
}
/****SIDEBAR****/

.sidebar {
    position: absolute;
    height: 77%;
    width: 0;
    /*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: #2E88C7;
    font-size: 1rem;
}
#abrir {}
#cerrar {
    display: none;
}
/****REVISTA CARD****/

.card {
    width: 260px;
    padding: 30px;
    float: left;
    margin: 35px 56px 30px 10px;
}
.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: 380px;
    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;
}
.card .author {
    font-size: 12px;
    margin-left: 35px;
    text-align: left;
}
.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: 10%;
    height: 10%;
    margin-left: 80px;
}
.contentcard .thumb {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: -30px;
    top: -45px;
}
.contentcard .author {
    border-radius: 50%;
}
/****<p>****/

.parrafo {
    font-weight: bold;
    font-size: 1em;
    margin-right: 15px;
    text-align: right;
    padding: 8px;
    justify-content: right;
}
/*********TABLE************/

table {
    width: 80%;
    border-collapse: collapse;
    margin: auto;
}
.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;
}
/****RESPONSIVE MEDIA QUERIES****/

@media (max-width: 425px) {
    .nav .close {
        /*top: 50;*/
        right: 30px;
        margin-left: 10px;
        font-size: 20px;
        color: red;
    }
    .fooimg {
        margin-left: 2px;
        padding: 3px;
    }
    .searchBox {
        height: 200px;
        width: 80%;
        background-color: #FFFFFF;
        margin: 35px 56px 30px 10px;
    }
    .searchBox input {
        font-family: 'Titillium Web';
        color: #000000;
        border: none;
        border-bottom: 2px solid red;
        width: 55%;
        padding: 10px;
    }
    .card .wrapper {
        background-color: #fff;
        min-height: 380px;
        position: relative;
        overflow: hidden;
        margin-left: 0px;
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
    }
    .card .author {
        font-size: 12px;
        margin-left: 20px;
        text-align: left;
    }
    .card .title {
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
        text-align: left;
    }
    .card .text {
        height: 20px;
        margin-left: 20px;
    }
    .contentcard .thumb {
        width: 50px;
        height: 50px;
        overflow: hidden;
        border-radius: 50%;
        margin-left: 80px;
        top: -45px;
    }
    /**TABLE**/
    table {}
    thead {
        display: none;
    }
    tbody tr {
        display: flex;
        align-items: center;
        position: relative;
        flex-wrap: wrap;
        background-color: #fbfbfb;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    tbody tr td {
        padding: 10px;
        border-bottom: none;
    }
    tbody tr td[title="status"]>* {
        display: none;
    }
    tbody tr td[title="status"] {
        background-color: red;
        height: 100%;
        width: 2px;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
    }
    tbody tr td[title="status"].active {
        background-color: #2dc75f;
    }
    tbody tr td[title="id"] {
        width: 40px;
        font-size: 20px;
        color: #bebfc7;
    }
    tbody tr td[title="name"] {
        width: calc(100% - 40px);
    }
    tbody tr td[title="reports"], tbody tr td[title="companies"], tbody tr td[title="last-reports"] {
        width: calc(33.33%);
    }
    tbody tr td[title="last-reports"] span {
        justify-content: flex-end;
    }
    tbody tr td span {
        display: flex;
        font-size: 11px;
    }
    tbody tr td[title="reports"] span::before, tbody tr td[title="companies"] span::before {
        content: attr(title);
        margin-right: 10px;
    }
}