/*SID CSS */

.nav-link {
    color: white;
}

.nav-link:hover {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.bg-dark {
    background-color: #1F5393 !important;
}

.hover-brand {
    transition: transform 50ms, opacity 50ms;
    transition-timing-function: ease-in-out;
}

.hover-brand:hover {
    transform: scale(0.98);
    opacity: 0.7;
}

.hover-badge:hover {
   opacity: 0.7;
}

/* +*/

html {
    height: 100%;
}

body {
    font-family: poppins;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


/*#content {
flex: 1;
}*/

#footer {
    margin-top: auto !important;
}

.index-site-journal .index-site-journal-header h3 a {
    color: #1e6292;
}

.index-site-journal .index-site-journal-links a {
    color: darkslategrey;
}

.index-site-journal .index-site-journal-links a:hover {
    font-weight: bold;
}

h3 {
    font-size: 1.2em;
}

@media screen and (max-width:1400px) {
    h3 {
        font-size: 1.2em;
    }
}

@media screen and (max-width:1400px) {
    .index-site-journal-header {
        height: auto;
    }
}

.bg-uncuyo {
    background-color: rgb(89, 89, 89);
}


/*logos index*/

span.redib {
    content: url(/img/logos+/redib.webp);
     width: 80px;
    height: auto;
}

span.biblat {
    content: url(/img/logos+/biblat.webp);
     width: 80px;
    height: auto;
}

span.clase {
    content: url(/img/logos+/clase.webp);
     width: 80px;
    height: auto;
}

span.nucleo_básico {
    content: url(/img/logos+/nucleo_básico.webp);
     width: 80px;
    height: auto;
}


span.redalyc {
    content: url(/img/logos+/redalyc.webp);
     width: 80px;
    height: auto;
}

span.scielo {
    content: url(/img/logos+/scielo.webp);
     width: 80px;
    height: auto;
}

span.scopus {
    content: url(/img/logos+/scopus.webp);
     width: 80px;
    height: auto;
}


span.wos {
    content: url(/img/logos+/wos.webp);
     width: 80px;
    height: auto;
}


span.miar {
    content: url(/img/logos+/miar.webp);
     width: 80px;
    height: auto;
}


span.dialnet {
    content: url(/img/logos+/dialnet.webp);
     width: 80px;
    height: auto;
}


span.binpar {
    content: url(/img/logos+/binpar.webp);
     width: 80px;
    height: auto;
}


span.doaj {
    content: url(/img/logos+/doaj.webp);
     width: 80px;
    height: auto;
}


span.latindex {
    content: url(/img/logos+/latindex.webp);
     width: 80px;
    height: auto;
}


span.latinrev {
    content: url(/img/logos+/latinrev.webp);
     width: 80px;
    height: auto;
}


/**/
.modal-content {
    /*font-family: poppins;*/
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
}

.indexa span img {
    margin-right: 1em;
    width: 90px;
    height: auto;
}

/**/

.drop-scroll-sid {
    max-height: 400px; 
    overflow-y: auto; overflow-x: hidden;
}


 /*scrollbar style */
 ::-webkit-scrollbar-track
 {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   background-color: #F5F5F5; /* Color de fondo  */
 }
 
 ::-webkit-scrollbar
 {
   width: 6px;
   background-color: #F5F5F5;
 }
 
 ::-webkit-scrollbar-thumb
 {
   background-color: #1f5393; /*Color de barra*/
 }
/*FIN SID CSS*/