@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: none;
        background-color: #c8d0d5;
        position: unset;
        box-shadow: 0px 0px 0px;
        overflow: hidden;
        z-index: 11;
        display: block;
        color: #000;
        text-align: end;        
    }
    div.menu {
        display: flex;
        vertical-align: top;
        width: 100%;
        flex-flow: row wrap;
    }
    div.menu>div {
        display: block;
        width: 100%;
        vertical-align: middle;
    }
    div.redes-sociales {
        vertical-align: top;
        order: 2;
    }
    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: block;
        vertical-align: middle;
        text-align: center;
        font-size: 11px;
    	white-space: normal;
    }div#redalyc-nombre span:nth-child(1) {
	    font-size: 19px;
	}
    div.logo-redalyc>img {
        width: auto;
        max-height: 70px;
        float: none;
        padding: 0;
        margin: 0;
        height: 50px;
    }
    /*ficha autor*/
    div.main {
        width: 100%;
        margin: 0;
    }
    div.ficha-autor {
        display: block;
        width: 100%;
        padding: 0;
    }
    div.ficha-autor div:nth-child(1) {
        display: block !important;
        width: 100% !important;
    }
    div.ficha-autor div:nth-child(1) .content-autor {
        padding: 0;
        margin: 0;
    }
    div.comparte-autor {
        margin: 15px auto;
    }
    div.sesion {
        display: block;
        width: 100%;
        vertical-align: top;
        text-align: center;
    }
    div.content-sesion {
        display: block;
        width: 100%;
        padding: 0;
    }
    div.content-sesion div {
        padding: 0 !important;
    }
    div.content-sesion div p:nth-child(1) {
        font-size: 1.6em;
        font-weight: bold;
        margin-bottom: 10px;
        width: 23%;
        display: inline-block;
        vertical-align: top;
    }
    div.content-sesion div p:nth-child(2) {
        margin-bottom: 25px;
        font-size: 1.5em;
        width: 68%;
        display: inline-block;
        vertical-align: top;
        margin-top: 3px;
    }
    div.content-sesion div p:nth-child(3) {
        margin-top: 30px;
        font-size: .8em;
        color: #9a9fa3;
        width: 70%;
        margin-left: 30%;
    }
    a.boton-rojo {
        width: 30%;
        margin: 8px auto
    }
    /*paginador superior*/
    div.right-paginator-top {
        left: 50%;
        top: 0px;
    }
    /*container cards*/
    div.container-cards div:nth-child(1) {
        width: 100% !important;
        margin: 0 !important;
        padding: 30px 0 0 0 !important;
    }
    div.articulo-item {
        border: 0px solid #ccc;
        width: 100%;
        min-height: 200px;
        box-shadow: 0px 0px 8px #ccc;
        margin: 20px 0;
        padding: 0 !important;
    }
    table.table-articulo {
        width: 90%;
        padding: 0;
    }
    table.table-articulo td.img-articulo {
        display: none;
    }
    table.table-articulo td.img-articulo img {
        width: 100%;
    }
    table.table-articulo-datos tr:nth-child(2) {
        display: flex;
        flex-flow: row wrap;
    }
    table.table-articulo-datos tr:nth-child(2) td {
        width: 100% !important;
    }
    table.table-articulo td.td-compartir-redes {
        width: unset;
        margin-left: 10px;
    }
    a.boton-gris {
        background-color: #37474f;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-size: 12px;
        padding: 10px 15px;
        text-decoration: none;
        width: 38%;
        vertical-align: top;
    }
    /*indicadores de autor*/
    div#indicadores-tabs {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        padding-top: 20px;
        position: relative;
        background-color: #ffffff;
        height: 80px;
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    span#indicadores-indicador {
        position: absolute;
        width: 33%;
        background-color: red;
        height: 1px;
        left: 0;
        bottom: 7px;
    }
    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;
    }
    div.container-indicadores {
        width: 100%;
        padding: 0px;
        margin: 0 auto;
    }
    div.indicadores-options {
        width: 90%;
        margin: 5% auto 5% auto;
        display: flex;
        justify-content: center;
    }
    div#indicadores-tabs {
        width: unset;
    }
    button.boton-paginador {
    	margin: 0 !important;
    }
    div#paginador-bottom {
    	text-align: center;
    }
    /*footer*/
    footer#pie-pagina {
    	height: 55vh;
    }
    div#informacion-redalyc {
    	font-size: 11px;
    }
    div#pie-logos {
        top: 25%;
    }
    div.modal-resumen {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 100;
    }
    div.container-resumen {
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        width: 90%;
        height: 75%;
        overflow-y: auto;
    }
    div.head-left-modal {
        display: inline-block;
        vertical-align: top;
        width: 90%
    }
    div.head-right-modal {
        display: inline-block;
        vertical-align: top;
        width: 7%;
    }
    div.lista-articulos {
        margin-top: 100px;
    }
    div#paginador {
        top: 100%;
        flex-flow: row wrap;
        width: 55%;
    }
    div.container-paginator #select-paginator {
        right: unset;
        text-align: right;
        padding: 0 !important;
    }
    div#paginador p {
        width: 80%;
        margin-top: 32px;
    }
    div#paginador button {
        margin-top: 25px;
    }
}
/*--------------------------------------------tablet-------------------------------------------------------------------------*/

@media only screen and (min-width:601px) and (max-width:768px) {
    div.c header {
        height: auto !important;
        width: 100%;
        border-bottom: none;
        background-color: #c8d0d5;
        position: unset;
        box-shadow: 0px 0px 0px;
        overflow: hidden;
        z-index: 11;
        display: block;
        color: #37474f;
    }
    div.menu {
        display: flex;
        vertical-align: top;
        width: 100%;
        flex-flow: row wrap;
    }
    div.menu>div {
        display: block;
        width: 100%;
        vertical-align: middle;
    }
    div.redes-sociales {
        vertical-align: top;
        order: 2;
    }
    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: block;
        vertical-align: middle;
        text-align: center;
        font-size: 0.8em;
    }
    div.logo-redalyc>img {
        width: auto;
        max-height: 70px;
        float: none;
        padding: 0;
        margin: 0;
        height: 50px;
    }
    /*main*/
    div.main {
        width: 100%;
        margin: 0;
    }
    div.ficha-autor {
        display: table;
        width: 100%;
        padding: 0;
    }
    div.content-sesion {
        display: table;
        width: 100%;
        padding: 0;
    }
    div.content-sesion div {
        padding: 0 0 0 70px;
    }
    #flecha {
        margin-left: -10px;
    }
    /**/
    a.boton-rojo {
        -moz-box-shadow: 5px 10px 10px -3px #e67a73;
        -webkit-box-shadow: 5px 10px 10px -3px #e67a73;
        box-shadow: 5px 10px 10px -3px #e67a73;
        background-color: #ff1100;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-family: Arial;
        font-size: 12px;
        padding: 15px 40px;
        text-decoration: none;
        width: 85px;
        margin-bottom: 5px;
    }
    a.boton-gris {
        background-color: #37474f;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-size: 12px;
        padding: 10px 15px;
        text-decoration: none;
        width: 120px;
        margin: 5px 0;
    }
    div.container-resumen {
        background-color: white;
        border-radius: 5px;
        padding: 30px;
        width: 60%;
        height: 75%;
        overflow-y: auto;
    }
    /*opciones de indicadores*/
    div.container-indicadores {
        width: 100%;
        padding: 0px;
        margin: 0 auto;
    }
    div.indicadores-options {
        width: 90%;
        margin: 5% auto 0% auto;
        display: flex;
        justify-content: center;
    }
    div#indicadores-tabs {
        width: unset;
    }
    div.container-cards div:nth-child(1) {
        margin: 0 !important;
        padding-top: 30px!important;
    }
}
/*-----------------------------------------------------------laptop medium-------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1550px){
	footer#pie-pagina {
	    height: 35vh;
    }
    div.nombre-redalyc p:nth-child(1) {
        font-size: 22px;
    }
    div.nombre-redalyc p{
        font-size: 12px;
    }
    div.logo-redalyc>img {
        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;
    }
}
/*-----------------------------------------pc---------------------------------------------------*/
* {
    padding: 0px;
    margin: 0px;
    font-family: 'Titillium Web', sans-serif;
}
body {
    color: #37474f;
    background-color: #f5f5f5;
    font-family: 'Titillium Web', sans-serif;
}
a {
    color: #6a747d;
    text-decoration: none;
    cursor: pointer;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.main {
    width: 80%;
    margin: 0 auto;
}
header {
    height: 100px!important;
    width: 100%;
    border-bottom: none;
    /*background-color: #f5f5f5;*/
    background-color: #c8d0d5;
    position: unset;
    box-shadow: 0px 0px 0px;
    overflow: hidden;
    z-index: 11;
    display: block;
    color: #000;
    padding-top: 14px;
    text-align: end;
    
}
header img:hover {
    cursor: default;
}
.menu {
    display: table;
    vertical-align: middle;
    width: 99%;
    margin: 0 auto;
    padding: 0px 0 0 0;
}
.menu>div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    
}
.redes-sociales {
    vertical-align: top;
    position: relative;
}
.redes-sociales .tr{
	position: relative;
	top: 5px;
	cursor: pointer;
}
.redes-sociales>a>img {
    float: none;
    padding-bottom: 0;
    cursor: pointer;
}
.redes-sociales>a {
    color: #37474f;
    text-decoration: none;
}
.redes-sociales>a>span {
    max-height: 30px;
    width: 30px;
    padding-top: 20px;
    margin-right: 10px;
    vertical-align: super;
    font-weight: bold;
}
.logo-redalyc {
    display: table-cell;
    vertical-align: middle;
    width: 58%;
}
.logo-nombre {
    text-align: right;
    display: table;
    width: 100%
}
.logo-redalyc>img {
    width: auto;
    max-height: 70px;
    float: none;
    cursor: default;
}
.to-home {
    cursor: pointer;
}
.nombre-redalyc {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 17px;
    white-space: nowrap;
    padding: 0 7px;
}
.nombre-redalyc p:nth-child(1) {
    font-size: 32px;
}
.ficha-tecnica {
    text-align: center;
    margin-top: 10px;
}
.menu-acciones {
    width: 100%;
    margin-top: 15px;
}
.container-acciones {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    align-items: flex-end;
    flex-wrap: wrap;
}
.accion-item {
    box-sizing: border-box;
    flex: auto;
    padding: 8px;
    text-align: center;
    color: #6A747D;
    cursor: pointer;
}
.accion-item.active {
    border-bottom: 2px #D92219 solid;
}
a.accion-item:hover {
    border-bottom: 2px #D92219 solid;
}
/* Style the list */

ul.breadcrumb {
    padding: 5px 16px;
    list-style: none;
    background-color: #f5f5f5;
}
/* Display list items side by side */

ul.breadcrumb li {
    display: inline;
    font-size: 12px;
}
/* Add a slash symbol (/) before/behind each list item */

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #9a9fa3;
    content: ">";
}
/* Add a color to all links inside the list */

ul.breadcrumb li a {
    color: #9a9fa3;
    text-decoration: none;
    cursor: auto;
}
/* Add a color on mouse-over */

ul.breadcrumb li a:hover {
    color: #9a9fa3;
    text-decoration: none;
}
.ficha-autor {
    display: table;
    width: 100%;
    padding: 5px;
}
.content-autor {
    display: table;
    width: 100%;
    padding: 10px;
    -moz-box-shadow: 6px 0px 8px 3px #ccc;
    -webkit-box-shadow: 6px 0px 8px 3px #ccc;
    box-shadow: 6px 0px 8px 3px #ccc;
}
.content-sesion {
    display: table;
    width: 100%;
    padding: 10px;
}
.flecha-que-es {
    vertical-align: middle;
    position: relative;
    left: 20px;
}
.img-autor {
    display: table-cell;
    width: 7%;
}
.img-autor>.foto-autor {
    width: 80px;
    height: 120px;
}
.img-autor>.foto-inst {
    width: 80px;
    height: 40px;
}
.datos-autor {
    display: table-cell;
    width: 70%;
    vertical-align: top;
}
.nombre-autor {
    font-size: 1.5em;
    text-transform: uppercase;
}
.nombre-institucion {
    color: #6a747d;
}
.comparte-autor {
    margin-top: 45px;
    position: relative;
}
.comparte-autor>a {
    text-decoration: none;
}
.comparte-autor .email-options {
    position: absolute;
    width: 150px;
    height: 33px;
    top: 28px;
    left: 7%;
    display: none;
    background-color: white;
    border: none;
    border-radius: 5px;
}
.comparte-autor .email-options a {
    height: 40px;
    width: 60px;
    margin: 0 auto;
}
.comparte-autor>a>img {
    margin: 0 5px;
    width: 26px;
    height: 26px;
}
.compartir-redes {
    width: 320%;
}
.compartir-redes>p {
    display: inline;
    font-size: 0.8em;
    vertical-align: super;
}
.compartir-redes>a>img {
    margin: 0 5px;
}
.sesion {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
#flecha {
    margin-top: 30px;
    font-size: .8em;
    color: #9a9fa3;
}
.boton-rojo {
    -moz-box-shadow: 5px 10px 10px -3px #e67a73;
    -webkit-box-shadow: 5px 10px 10px -3px #e67a73;
    box-shadow: 5px 10px 10px -3px #e67a73;
    background-color: #ff1100;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    padding: 15px 40px;
    text-decoration: none;
    width: 85px;
    margin: 5px 0;
}
.boton-gris {
    background-color: #37474f;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 15px;
    text-decoration: none;
    width: 120px;
}
.boton-gris>img {
    vertical-align: middle;
}
.boton-redondo {
    width: 30px;
    height: 30px;
    margin: 5px;
    padding: 35px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 11px;
    line-height: 32px;
    text-transform: uppercase;
    float: left;
    z-index: 10;
}
.boton-redondo.activo {
    background-color: red;
    box-shadow: 0 9px 0px #f5f5f5;
}
.boton-redondo>a>img.trabajos {
    position: relative;
    top: 15px;
    left: 10px;
}
.boton-redondo>a>img.indicadores {
    position: relative;
    top: 10px;
    left: 15px;
}
.boton-redondo>a>img.info-indicadores {
    position: relative;
    top: -85px;
    right: -60px;
}
.boton-redondo>a {
    position: relative;
    top: -30px;
    left: -11px;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
.boton-redondo>a.trabajos {
    position: relative;
    top: -30px;
    left: -11px;
}
.boton-redondo>a.indicadores {
    position: relative;
    top: -26px;
    left: -14px;
}
.tooltip{
	position: absolute;
	background-color: red;
	border-radius: 20px;
	z-index: 5;
	padding: 5px 15px;
    color: white;
    font-family: 'Titillium Web', sans-serif;
    font-size: 9px;
    display: none;
    text-align: center;
}
.num-articulos {
    font-size: 1.5em;
    font-weight: bold;
}
.articulo-item {
    border: 0px solid #ccc;
    width: 100%;
    min-height: 200px;
    box-shadow: 0px 0px 8px #ccc;
    margin: 20px 0;
    padding: 20px 10px;
}
table {
    border: none;
}
tbody tr td {
    text-align: left;
    border: none;
}
.table-articulo {
    width: 100%;
    padding: 15px;
}
.img-articulo {
    vertical-align: top;
    text-align: center;
    width: 60px;
    padding: 20px;
}
.table-articulo-datos {
    width: 100%;
    text-align: left;
}
.td-resumen {
    width: 60%;
}
.titulo-articulo {
    text-transform: uppercase;
    font-weight: bold;
}
.autores-articulo {}
.revista-articulo {
    color: red;
}
.resumen {
    font-size: 0.8em;
    display: inline-block;
    margin: 0 10px;
}
.resumen span a {
    margin-left: 10px;
}
.resumen span a:nth-child(1) {
    margin: 0;
}
/*productos-articulo*/
.productos-articulo{
	display:inline-block;
}
.productos-articulo a {
    margin-left: 10px;
}
.productos-articulo a:nth-child(1) {
    margin: 0;
}
.td-compartir-redes {
    width: 30px;
}
/*       INDICADORES       */

#indicadores {
    background-color: #ffffff;
    position: relative;
}
#indicadores-tabs,#areas-indicadores-container{
    text-align: center;
    margin: 0 auto;
    width: 1100px;
    padding-top: 20px;
    background-color: #ffffff;
    height: 80px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    position: relative;
}
.bloque-negro{
	position:relative;
	width:100%;
	height: 10px;
	background-color: rgba(0,0,0,0.1);
}
.area-opciones{
	color:grey;
}
#areas-indicadores-container > div{
	position: relative;
    height: 65px;
    width: 315px;
    font-size: 16px;
    float: left;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
.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;
    color:grey;
    flex-flow:row wrap;
}
#btn-upgradeIndicators{
	position: absolute;
    background-color: red;
    border-radius: 20px;
    z-index: 5;
    padding: 5px 15px;
    color: white;
    font-family: 'Titillium Web', sans-serif;
    font-size: 10px;
    text-align: center;
    left: 85%;
    top: 21px;
    cursor: pointer;
}
#indicadores-tabs>div>img {
    margin-right: 10px;
}
.container-indicadores {
    width: 100%;
    padding: 25px 0px 0px 0px;
    margin: 0 auto;
}
.indicadores-options {
    position: relative;
    width: 360px;
    margin: 0 auto;
    height: 70px;
    text-align: center;
}
#sc-authors{
	white-space: nowrap;
    margin: 0 0 0 0px;
}
#indicadores-indicador {
    position: absolute;
    width: 210px;
    background-color: red;
    height: 1px;
    left: 185px;
    bottom: 7px;
}
iframe {
    border: none;
}
.modal-resumen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
.container-resumen {
    background-color: white;
    border-radius: 5px;
    padding: 30px;
    width: 60%;
    height: auto;
}
.head-left-modal {
    display: inline-block;
    vertical-align: top;
    width: 96%
}
.head-right-modal {
    display: inline-block;
    vertical-align: top;
    width: 3%;
}
/*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;
}
/*paginador de articulos*/

.container-paginator {
    position: relative;
}
.right-paginator-top {
    position: absolute;
    left: 87%;
    top: 20px;
    width: 180px;
}
#paginador {
    position: absolute;
    right: 6%;
    top: 55%;
    font-size: 14px;
    font-weight: lighter;
    width: 45%;
    display: flex;
    text-align: right;
    color: #7f7f7f;
}
#paginador p {
    width: 90%;
}
.container-paginator #select-paginator {
    position: absolute;
    top: 0;
    right: 45%;
}
.container-paginator #select-paginator select {
    border: navajowhite;
    border-bottom: solid 1px lightgray;
}
.paginador .btn-page {
    background: none;
    border: none;
    padding: 0px 20px;
    cursor: pointer;
}
#paginador-bottom {
    background: white;
    text-align: right;
}
.boton-paginador {
    cursor: pointer;
    font-size: 14px;
    background: none;
    border: none;
    padding: 0px 5px;
}
#paginador button {
    background-color: unset;
    border: unset;
    padding: 5px;
    cursor: pointer !important;
}
#container-no-Articles{
	width: 100%;
    height: auto;
    color: #6a747d;
    background: url(../img/home-autor-no-existen.jpg);
    text-align: center;
    padding: 8.5em 0 0 0;
}
#no-articles-title{
	color: white;
    height: max-content;
    font-size: 30px;
}
#buttons-back{
	margin: 0;
    height: max-content;
    padding: 40px 0;
}
#buttons-back a{
	webkit-box-shadow: 5px 10px 10px -3px #555;
    background-color: rgba(55,71,79,0.5);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    padding: 15px 30px;
    text-decoration: none;
    width: 85px;
    cursor: pointer;
}
.new-graphics-tituloPerfil {
    height: 25px;
    float: left;
    margin-left: 1%;
    font-family: 'Titillium Web', sans-serif;
    color: #ffffff;
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
}
.new-graphics-containerFull {
    width: 970px;
    height: auto;
    float: left;
    border-color: white;
    overflow: hidden;
}
.valorP {
    height: 25px;
    margin-left: 40%;
    color: #ffffff;
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}
.totalesTitulo {
    height: 25px;
    margin-left: 40%;
    color: #ffffff;
    font-size: 12px;
}
.new-graphics-no-borderTotales2 {
    width: 24%;
    height: 80px;
    float: left;
    margin-left: 1%;
    background-color: #91b73b;
    border-radius: 4px;
    background-image: url(../img/ind-paises.gif);
    background-repeat: no-repeat;
    background-position-x: 10%;
    background-position-y: 35%;
}
.pnl-tabla-colprod {
    width: 970px;
    height: auto;
    margin: 0 auto;
    border-width: 0px;
    overflow: hidden;
}
.new-graphics-button-pares {
    width: 24%;
    height: 80px;
    float: left;
    margin-left: 1%;
    background-color: #91b73b;
    border-radius: 4px;
    background-image: url('../img/icono revision por pares.png');
    background-repeat: no-repeat;
    background-position-x: 10%;
    background-position-y: 35%;
}

.toggle {
    position: relative;
    display: inline-block;
    margin-top: 0.5rem;
    width: 50px;
    height: 26px;
    background-color: hsl(0, 0%, 85%);
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.25s ease-in;
}
.toggle::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    background-color: white;
    border-radius: 50%;
    transition: all 0.25s ease-out;
}
#cb-toggle:checked + .toggle {
    background-color: hsl(102, 58%, 39%);
}
#cb-toggle:checked + .toggle::after {
    transform: translateX(24px);
}
.hide-me {
    opacity: 0;
    height: 0;
    width: 0;
}

/*-------------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;
    }
    
    #homePageAutor > div.c > header > div > div
    {
    	float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 230px;
    margin-left: 30px;
    }