/*** Generales ***/

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/*2023*/
#barra-menu-principal {
	margin-bottom: 0;
	min-height: auto;
	background-image: none;
	border: none;
	box-shadow: none;
	background-color: transparent;    
}

#barra-menu-principal .navbar-nav > li > a {
    padding: 6px 8px;
    color: white;
}

#barra-menu-principal .container {
    height: auto;
}

.top-unam-home .container {
	height: 102px;
	font-size: 15px;
}

#barra-menu-principal .dropdown-menu {
    z-index: 1050;
    border: none;
}

#barra-menu-principal .navbar-nav > .open > a {
    background-image: none;
    background-color: #eee;
    color: #1A2381;
}

#bs-example-navbar-collapse-1 {
    margin-top: 10px;
}

/*** Encabezado ***/

.top-unam-home {
    width: 100%;
    background-color: #1A2381;
    color: #fff;
    font-size: 13px;
}

.top-unam-home .container {
    height: 102px;
}

.top-unam-logo {
    padding-top: 5px;
}

.liga-iij-header-home {
    margin-left: 10px;
}

.img-iij-header-home {
    width: 80px;
}

.img-unam-header-home {
    width: 70px;
}

header#headerNavigationContainer {
    margin-bottom: 0px;
}

.en-vivo {
    padding: 5px;
    background-color: #9A2A29;
    border-radius: 10px;
    display: inline-block;
    box-shadow: none;
    animation: flickerAnimation 2s infinite;
    width: 5px;
    text-align: center;
    margin-right: 5px;
    z-index: -1;
}

.idiomas,
.btn-en-vivo {
    font-size: 18px;
    color: #fff;
}

.btn-en-vivo {
    margin-right: 40px;
    font-weight: bold;
}

.btn-en-vivo:hover {
    color: #fff;
    text-decoration: none;
}

.idiomas {
    display: inline-block;
    margin-left: 25px;
}

.idiomas a,
.idiomas a:hover,
.idiomas a:visited,
.btn-en-vivo {
    color: #fff;
    text-decoration: none;
}

.icono-red {
    margin-left: 15px;
}

.icono-red img,
.icono-buscar img {
    height: 30px;
}

.icono-buscar {
    margin: 0 25px;
}

.bg-azul {
    background-color: #3CB0BD;
}


/** NAVBAR **/

.custom-navbar.navbar {
    border: none;
}


/*** Menú **/

#menu-principal {
    display: none;
    background-color: #1A2381;
    width: 100%;
    padding-top: 30px;
    z-index: 100;
    overflow: hidden;
}

.hamburger {
    display: inline-block;
    background-color: transparent;
    width: 30px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    z-index: 1002;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamburger.is-active {
    background-color: none;
}

._layer {
    background: #fff;
    margin-bottom: 4px;
    border-radius: 2px;
    width: 28px;
    height: 4px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}

.hamburger.is-active .-top {
    -webkit-transform: translateY(200%) rotate(45deg) !important;
    -ms-transform: translateY(200%) rotate(45deg) !important;
    transform: translateY(200%) rotate(45deg) !important;
}

.hamburger.is-active .-mid {
    opacity: 0;
}

.hamburger.is-active .-bottom {
    -webkit-transform: translateY(-200%) rotate(135deg) !important;
    -ms-transform: translateY(-200%) rotate(135deg) !important;
    transform: translateY(-200%) rotate(135deg) !important;
}

.contenedor-menu {
    padding: 0 3rem;
    color: #cfd8dc;
}

.texto-menu,
#menu-principal .texto-menu a {
    color: #cfd8dc;
}

.seccion-menu {
    margin-bottom: 25px;
}

.titulo-menu {
    border-bottom: 2px solid #aeb6bf;
    padding-bottom: 3px;
    font-size: 24px;
}

.liga-menu {
    font-size: 16px;
}


/**Buscador*/

#search .button.defaultButton {
    color: #fff;
    background-color: #2d82aa;
    padding: 5px 10px;
    border: none;
}

.toggleExtras-inactive,
.toggleExtras-active {
    color: #fff !important;
    background-color: #2d82aa !important;
    padding: 5px 10px;
    border: none;
}

#results table th {
    background-color: #00B2C0;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
}

#results h4 {
    color: #00b2c0;
}


/*** Pie de página ***/

body {
    font-size: 15px;
    color: #3f3f3f;
}


/* Se quita la línea punteada gris */

a:focus {
    outline: 0;
}

.wrapper {
    background-color: #FFF;
    min-height: 700px;
    padding-top: 102px;
}


/*SITE INDEX*/

.img-revista-home {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 16%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.separacion-btn-1 {
    margin: 10px 0;
}

.borde-gris {
    border-bottom: 2px solid #ddd;
}

.nombre-revista {
    font-size: 20px;
}

.custom-btn.btn-primary {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

.separacion-gral-container {
    margin-top: 50px;
}


/****HOME DE LAS REVISTAS*****/

.borde-card.panel {
    border-radius: 0px;
    margin-bottom: 35px;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.20)!important;
}

.borde-card {
    border-bottom: 8px solid #e5e5e5;
}

.custom-col-1 {
    padding: 0px;
}

.custom-container {
    padding: 0px;
    background-color: #00B2C0;
}

.contenedor-banner {
    position: relative;
}

.texto-banner {
    position: absolute;
    top: 20%;
    left: 20%;
}

.texto-banner span {
    color: white;
    font-weight: bold;
    font-size: 80px;
    text-shadow: 2px 2px 4px #000000;
}

.justify {
    text-align: justify;
}

.separacion-1 {
    margin-top: 35px;
}

.separacion-2 {
    margin-bottom: 35px;
}

.enlace a {
    float: right;
}

.enlace {
    padding: 10px 0 35px 0;
}

.thumbnail {
    border: 0px;
}

.fondo-1 {
    background-color: #e5e5e5;
}


/***JOURNAL INDEX*/

p#video iframe {
    width: 100%;
    height: 300px;
}


/*#video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}*/


/*#video iframe,
#video object,
#video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}*/

.footer {
    padding: 10px 0;
    background-color: #1A2381;
    color: #fff;
}

.footer a,
.footer a:hover,
.footer a:focus,
.footer a:active {
    color: #fff;
}

.ligas-footer a {
    display: block;
    margin-bottom: 10px;
}

.ligas-footer p {
    margin-bottom: 10px;
}

.redes-sociales-footer {
    text-align: left;
    margin-bottom: 10px;
}

.redes-sociales-footer a {
    margin-right: 13px;
}

.redes-sociales-footer a:last-child {
    margin-right: 0;
}

.redes-sociales-footer a img {
    width: 25px;
}

.icono-map-footer {
    width: 20px;
    margin-right: 7px;
    vertical-align: top;
}

.icono-sub-footer {
    width: 20px;
    margin-right: 5px;
    margin-left: 3px;
}

.linea-blanca-footer {
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.firma-unam {
    margin-bottom: 15px;
}

.firma-unam img {
    width: 185px;
}

.bloque {
    display: inline-block;
}

.mb-sidebar-custom {
    display: none;    
}
.mb-sidebar-custom-int aside .block_language {
    display: none;    
}
.mb-sidebar-custom-int aside .block_information {
    display: none;    
}

@media (min-width: 1920px) {
    .img-big {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-15 {
        flex: 0 0 12.333333%;
        max-width: 12.333333%;
    }
}

@media screen and (max-width:768px) {
    .ligas-footer {
        margin-bottom: 20px;
    }
    .ligas-footer p {
        margin-bottom: 15px;
    }
    .linea-blanca-footer {
        margin-top: 30px;
    }
    .page .media-heading {
        padding-left: 140px;
    }
}


/* Menú top azul */

.top-unam {
    background-color: #265d99;
    color: #fff;
    font-size: 13px;
}

.top-unam-admin {
    background-color: #d69538;
}

.top-unam .container,
.top-unam .top-menu {
    height: 80px;
}

.top-unam-logo {
    padding-top: 9px;
}

.img-iij-header {
    width: 58px;
}

.img-unam-header {
    width: 50px;
}

.top-unam .navbar-brand,
.top-unam .navbar-nav>li>a {
    text-shadow: none;
    color: #fff;
}

.top-menu {
    position: relative;
    margin-top: 30px;
}

.top-menu>ul {
    position: absolute;
    bottom: 0;
    right: 30px;
}

.top-menu>ul>li>a {
    padding: 5px 10px;
    margin: 0 5px 15px 5px;
}

.top-menu>ul>li>a:focus,
.top-menu>ul>li>a:hover {
    background-color: #29477f;
    color: #fff;
}


/* Menú principal negro */

.menu-principal {
    background-color: #212121;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
}

.menu-principal .navbar-collapse,
.menu-principal-biblioteca .navbar-collapse {
    padding-right: 0px;
}


/* Menu principal morado */

.menu-principal-biblioteca {
    background-color: #392466;
    background-image: linear-gradient(to bottom, #392466 0, #392466 100%);
    color: #fff;
    border-radius: 0;
    font-size: 14px;
}

.ligaMenuPrincipal {
    margin-left: -30px;
}

#navbarPrincipal {
    margin-bottom: 0;
}

#navbarBiblioteca {
    margin-bottom: 0;
}

.pagination>li>span,
.pagination>li>a {
    color: #212121 !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #eee;
    border-color: #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    top: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    top: 0;
}

.menu-principal .navbar-toggle .icon-bar {
    background-color: #fff;
}

.menu-principal .navbar-brand,
.menu-principal .navbar-nav>li>a {
    text-shadow: none;
    color: #fff;
}

.menu-principal .nav>li>a:focus,
.menu-principal .nav>li>a:hover {
    background-color: #252525;
    color: #f0bd7f;
}

.menu-principal .nav .open>a,
.menu-principal .nav .open>a:focus,
.menu-principal .nav .open>a:hover {
    background-color: #252525;
    border-color: #337ab7;
}

.menu-principal .dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
}

.menu-principal .dropdown-menu>li>a {
    color: #d1d1d1;
    background-color: #333;
    background-image: none;
    border-bottom: 1px solid #666;
}

#navbarPrincipal .navbar-nav .open .dropdown-menu>li>a,
#navbarPrincipal .navbar-nav .open .dropdown-menu .dropdown-header {
    background-color: #252525;
    padding: 15px 15px 15px 25px;
}

.menu-principal .navbar-nav .open .dropdown-menu>li>a:hover,
.menu-principal .navbar-nav .open .dropdown-menu>li>a:focus {
    background-color: #252525;
    color: #f0bd7f;
}

.nav>li>.idioma-esp,
.nav>li>.idioma-eng {
    display: inline-block;
}

#navbarBiblioteca .nav>li>.idioma-esp {
    padding-left: 25px;
}

.nav>li>.idioma-esp {
    padding-left: 30px;
    padding-right: 8px;
}

.nav>li>.idioma-eng {
    padding-left: 8px;
}

.idiomas {
    font-size: 12px;
}


/* Estilos genéricos
-------------------------------------------------- */

.esconder {
    display: none;
}

.margen-top {
    margin-top: 20px;
}

.margen-top-min {
    margin-top: 10px;
}

.margen-top-lg {
    margin-top: 30px;
}

.margen-top-35 {
    margin-top: 35px;
}

.margen-bottom {
    margin-bottom: 20px;
}

.margen-bottom-min {
    margin-bottom: 10px;
}

.margen-bottom-lg {
    margin-bottom: 30px;
}

.margen-bottom-35 {
    margin-bottom: 35px;
}

.margen-cero {
    margin: 0 0 !important;
}

.very-small {
    font-size: 11px;
}

.margen-left {
    margin-left: 20px;
}

.margen-right {
    margin-right: 20px;
}

.spacer-lg {
    padding-top: 50px;
    padding-bottom: 50px;
}

.negrita {
    font-weight: bold;
}


/* Estilos para los <h>
-------------------------------------------------- */

h1 {
    font-size: 26px;
    color: #585858;
    font-weight: normal;
}


/* Color Aqua */

h2 {
    font-size: 18px;
    color: #2daab2;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    color: #7e7e7e;
}

h4 {
    font-size: 15px;
    color: #3f3f3f;
    font-weight: bold;
}

h5 {
    font-size: 15px;
    color: #df8345;
    font-weight: bold;
}


/* Estilo para las ligas */

a {
    color: #265d99;
}


/* Animación de cargando */

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


/* Animación hamburguesa */

.menu-principal-movil .navbar-toggle {
    border: none;
    background: transparent !important;
}

.menu-principal-movil .navbar-toggle:hover {
    background: transparent !important;
}

.menu-principal-movil .navbar-toggle .icon-bar {
    width: 40px;
    transition: all 0.2s;
}

.menu-principal-movil .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 16% 16%;
}

.menu-principal-movil .navbar-toggle .middle-bar {
    opacity: 0;
}

.menu-principal-movil .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 16% 84%;
}

.menu-principal-movil .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.menu-principal-movil .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.menu-principal-movil .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}


/* Estilo genérico de cabecera */

.cabecera-principal {
    background: #f2f2f2;
    height: 160px;
}

.cabecera-principal h1 {
    color: #3f3f3f;
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    text-shadow: 2px 4px 3px #fff;
    top: 60px;
}

.img-principal h1 {
    color: #FFF;
    font-weight: 700;
    font-size: 32px;
    position: absolute;
    top: 60px;
    text-shadow: 2px 4px 3px #111;
}

.dos-renglones h1 {
    top: 10px;
    line-height: 45px;
}

.busqueda-tematica {
    top: 45px;
    text-align: right;
}


/* Paginación */

.pagination {
    display: inline-block;
    margin: 0;
}

@media screen and (max-width:1199px) {
    .nav>li>.idioma-esp {
        padding-left: 15px;
    }
    .nav>li>a {
        padding: 10px 13px;
    }
}

@media screen and (max-width:768px) {
    .cabecera-principal h1 {
        top: 10px;
        font-size: 32px;
    }
    .pagination {
        margin: 0 auto;
    }
}


/* Color dorado UNAM */

.colorDorado,
.menu-principal .navbar-brand,
.menu-principal .navbar-nav>li>a.colorDorado {
    color: #f0bd7f;
    font-size: 15px;
}


/* para regresar al top en todas las páginas */

.scrollToTop {
    font-weight: bold;
    text-decoration: none;
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: none;
    border: none;
    border-radius: 3%;
    background-color: #444444 !important;
    color: white;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    z-index: 9999;
}

.scrollToTop:hover {
    text-decoration: none;
    background-color: #44b6df;
}

@media (max-width: 570px) {
    .scrollToTop {
        right: 5px;
        z-index: 9999;
    }
}


/* Estilo para centar la imagen apartir de las tablets hacia abajo */

@media screen and (max-width:768px) {
    #imagencentradagrid {
        margin-left: 35%;
    }
}

@media screen and (max-width: 450px) {
    #imagencentradagrid {
        margin-left: 30%;
    }
}

@media screen and (max-width: 400px) {
    #imagencentradagrid {
        margin-left: 30%;
    }
}

.tarjeta {
    padding: 20px;
    border-radius: 3px;
    background-color: #ededed;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


/* Estilos de google */

.paginaBusqueda {
    background-color: #676666;
    min-height: 700px;
}

.gsc-control-cse {
    background-color: #fff !important;
}

.gsc-input-box {
    height: 50px!important;
}

.gsc-adBlock,
.gcsc-branding {
    display: none !important;
}

.gsc-result-info {
    color: #fff !important;
}

.gsc-input {
    height: 45px!important;
}

.tituloBuscar {
    color: #fff;
    margin-bottom: 0;
    margin-left: 15px;
}


/* Eror 404 */


/*.contenedor404 {
    
}

.contenedor404 a, .contenedor404 a:hover, .contenedor404 a:focus {
    
}*/

.contenedor-principal {
    /*margin-bottom: 25px;*/
}

.bg-gris {
    background-color: #e5e5e5;
}

.page h2 {
    padding-left: 380px;
}

.tarjeta404 {
    margin: 50px 10%;
}

.error404 {
    text-align: center;
}

.logo404 {
    margin: 30px;
    max-width: 200px;
}

.error404 h2 {
    margin: 30px 0 20px;
    font-size: 30px;
}

/* Abstract */
.article-abstract p {
	font-size: 15px;
}

/* Plum X */
.PlumX-Details {
	margin-top: 25px;
	margin-bottom: 18px;
}
.PlumX-Details .ppd-border {
    padding: 15px 0 10px 0 !important;
    border-left: none !important;
    border-right: none !important;
}

/*2023*/
@media screen and (min-width: 992px) {
    .top-unam-home .container {
        height: 50px;
    }
}



@media (max-width: 991px) {
    .top-unam-logo {
        padding-top: 8px;
    }
    .menu-principal-movil {
        background-color: transparent;
    }
    .menu-principal-movil .navbar-toggle {
        margin-top: 20px;
        margin-right: 20px;
    }
    .menu-principal-movil .navbar-toggle .icon-bar {
        height: 5px;
        width: 40px;
    }
    #barraMenuPrincipal>.pull-right {
        float: none !important;
    }
    #navbarPrincipal {
        min-height: 0;
    }
    #navbarBiblioteca {
        min-height: 0;
    }
    .navbar-nav {
        margin: 0;
    }
    .ligaMenuPrincipal {
        margin-top: 7px;
        margin-left: -25px;
    }
    .img-principal h1 {
        top: 10px;
    }
    .busqueda-tematica {
        top: 110px;
        text-align: left;
    }
    .dos-renglones h1 {
        line-height: normal;
    }    
    .mb-sidebar-custom {
        display: inline;    
    }
    .mb-sidebar-custom aside .block_language {
        display: none;    
    }
    .mb-sidebar-custom aside .block_information {
        display: none;    
    }    
}

@media screen and (max-width:768px) {
    .logo404 {
        margin: 10px;
        max-width: 80px;
    }
    .error404 h2 {
        margin: 30px 0 20px;
        font-size: 20px;
    }
    .ligas-footer p {
        margin-bottom: 10px;
    }
}


/*** Media queries ***/

@media screen and (max-width:991px) {
    .liga-iij-header-home {
        margin-left: 0px;
    }
    .btn-en-vivo {
        margin-right: 30px;
    }
}

@media screen and (max-width:767px) {
    .liga-iij-header-home {
        margin-left: 0px;
    }
    .idiomas {
        display: block;
        margin-left: 0;
        margin-bottom: 25px;
    }
    .icono-buscar {
        margin: 19px;
    }
}