@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700,700i&display=swap');
:root {
  --color01: #4a4a48;
  --color02: #fcb515;
  --blanco: #ffffff;
  --gris: #1b1817;
  --rgba01: rgba(120, 47, 64, 0.7);
  --fontfamily: 'Montserrat', sans-serif;
  --sombra01: 0 1px 3px rgba(49, 47, 48, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  --sombra02: 0 3px 6px rgba(49, 47, 48, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  --transition: all 0.3s cubic-bezier(0.68, 0.12, 0.24, 0.91);
}

body {
  font-family: var(--fontfamily);
}
.txt-bienvenida {
  max-width: 85%;
  margin: -20px auto 10px;
  background: var(--blanco);
  padding: 30px 60px;
  border-radius: 5px;
  box-shadow: var(--sombra01);
}
.txt-bienvenida h1 {
  text-align: center;
  color: var(--color01);
  text-shadow: none;
  line-height: 1.2em;
}
.txt-bienvenida p {
  width: 80%;
  margin: 0 auto 10px;
  text-align: justify;
  font-size: 1.1em;
  line-height: 1.5em;
}
.txt-bienvenida a {
  color: var(--color01);
  text-decoration: none;
}
.txt-bienvenida a:hover {
  color: var(--color02);
}
.resaltado {
  color: var(--color01);
}
#header {
  background: url(/assets/images/public/logo-ibero.jpg) no-repeat center/contain
    var(--blanco);
}
#header {
  position: relative;
  padding: 6em 0;
}
.wrapper-full {
  margin: 70px auto;
}
.nav-ibero {
  display: none;
}
#menu {
  position: fixed;
  display: flex;
  width: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #191818;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#menu.active {
  width: 100vw;
}
#menu,
.menu-link {
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.menu-link {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  background: var(--color01);
  background: var(--rgba01);
  font-size: 10px;
  z-index: 1001;
  width: 2em;
  height: auto;
  padding: 2.1em 1.6em;
}
.menu-link:hover,
.menu-link:focus {
  background: var(--color01);
}
.menu-link span {
  position: relative;
  display: block;
}
.menu-link span,
.menu-link span:before,
.menu-link span:after {
  background-color: var(--color02);
  width: 100%;
  height: 0.2em;
  transition: var(--transition);
}
.menu-link span:before,
.menu-link span:after {
  position: absolute;
  margin-top: -0.6em;
  content: ' ';
}
.menu-link span:after {
  margin-top: 0.6em;
}
.menu-link.active span {
  background: transparent;
}
.menu-link.active span::before {
  transform: rotate(45deg);
  margin-top: -0.3em;
}
.menu-link.active span::after {
  transform: rotate(-45deg);
  margin-top: -0.3em;
}
.ibero-menu .pure-menu {
  width: 90%;
  margin: 30px auto 0;
}
.ibero-menu .pure-menu ul {
  left: 0;
  top: 0;
  visibility: visible;
}
.ibero-menu .pure-menu-heading,
.ibero-menu .pure-menu-item {
  text-align: center;
  font-size: 1.5em;
  padding: 10px 0;
}
.ibero-menu .pure-menu-heading,
.pure-menu-item a {
  color: var(--blanco);
  text-decoration: none;
}
.ibero-menu .pure-menu-link,
.pure-menu-item a:hover {
  color: var(--color02);
}
/* Letters */
#selected_letter {
  background-color: var(--color01) !important;
}
#letterhead a:hover {
  background-color: var(--color02);
}
#letterhead #select_format,
#letterhead #select_subject {
  width: 40%;
  display: inline-block;
  margin: 20px auto !important;
}
/* Titlebars */
.titlebar {
  color: var(--blanco);
  background-color: var(--color01) !important;
  border-radius: 3px 3px 0 0;
}
.titlebar_text {
  color: var(--blanco);
}
#topsearch_button {
  background: var(--color01);
}
.pluslet li {
  list-style: disclosure-closed;
}
.pluslet li a {
  color: var(--color01);
  font-size: 1.1em;
  font-weight: bold;
}
.pluslet li a:hover {
  color: var(--color02);
  text-decoration: none;
}
/* Tabla */
.zebra td {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid rgb(204, 204, 204) !important;
}
.db-note strong,
.zebra td:first-child {
  display: none;
  visibility: hidden;
}
.zebra td:nth-child(2) {
  padding: 15px 30px 15px 14px;
}
.zebra td:nth-child(2) a.no-decoration.default {
  color: var(--color01);
  font-size: 1.3em;
  line-height: 2em;
  font-weight: bold;
}
.evenrow,
.even {
  background-color: rgba(204, 204, 204, 0.4) !important;
}
.description .pure-button {
  border-radius: 3px;
  background: var(--color01);
  color: var(--blanco);
  box-shadow: var(--sombra01);
  height: 40px;
  padding: 0 20px 0 5px;
  line-height: 40px;
  margin-bottom: 10px;
}
.description .pure-button:hover {
  text-decoration: none;
  color: var(--color02);
}
.content-description {
  margin-bottom: 10px;
}
.login-btn {
  display: block;
  text-decoration: none;
}
/* Logo */
.logoDB {
  display: block;
  width: 100%;
  height: 100px;
  margin: 0 0 30px;
}
.icon-rigth {
  position: relative;
  display: inline-block;
  width: 30px;
  font-size: 2em;
  line-height: 1em;
  margin-right: 10px;
  height: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#ebsco {
  background: url(/assets/images/public/ebscohost-logo.png) no-repeat center
    left/contain;
}
#alfaomega {
  background: url(/assets/images/public/logo_alfaomegacloud.png) no-repeat
    center left/contain;
}
#asha {
  background: url(/assets/images/public/ASHAWire.svg) no-repeat center
    left/contain;
}
#dialnet {
  background: url(/images/plus.png) no-repeat center
    left/contain;
}
#ebooks {
  background: url(/assets/images/public/logo_ebooks724.png) no-repeat center
    left/contain;
}
#ebookcentral {
  background: url(/assets/images/public/e-Libro-logo.jpg) no-repeat center
    left/contain;
}
#ebookcentral2 {
  background: url(/assets/images/public/Logo-eLibro.png) no-repeat center
    left/contain;
}
#eureka {
  background: url(/assets/images/public/logo_eureka.jpg) no-repeat center
    left/contain;
}
#magisterio {
  background: url(/assets/images/public/logo_magisterio.png) no-repeat center
    left/contain;
}
#notinet {
  background: url(/assets/images/public/logo_notinet.png) no-repeat center
    left/contain;
}
#virtualpro {
  background: url(/assets/images/public/vprosvglogo.svg) no-repeat center
    left/contain;
}
#simagebase {
  background: url(/assets/images/public/Imagebaselogo.jpg) no-repeat center
    left/contain;
}
#psychology {
  background: url(/assets/images/public/psychology.png) no-repeat center
    left/contain;
}
#rehabilitationrc {
  background: url(/assets/images/public/rehabilitation.png) no-repeat center
    left/contain;
}
#rehabilitationrc {
  background: url(/assets/images/public/rehabilitation.png) no-repeat center
    left/contain;
}
#wos {
  background: url(/assets/images/public/wos-logo.png) no-repeat center
    left/contain;
    min-width: 139px;
}
#aclandanatomy {
  background: url(/assets/images/public/Aclands_logo.png) no-repeat center
    left/contain;
    min-width: 139px;
}
#ovid {
  background: url(/assets/images/public/wkh_ovidsp_new_logo.png) no-repeat center
    left/contain;
    min-width: 139px;
    max-width: 139px;
}
#bioatlas {
  background: url(/assets/images/public/Logo_BioAtlas.png) no-repeat center
    left/contain;
}
#computersciencedatabase {
  background: url(/assets/images/public/proquest_logo.jpg) no-repeat center
    left/contain;
}

#Research_Complete_Gale {
  background: url(/assets/images/public/Research_Complete_Gale.png) no-repeat center
    left/contain;
}

#Academic_OneFile_Gale {
  background: url(/assets/images/public/Academic_OneFile_Gale.png) no-repeat center
    left/contain;
}

#Engineering_Plus_Gale {
  background: url(/assets/images/public/Engineering_Plus_Gale.png) no-repeat center
    left/contain;
}

#Computer_Science_Gale {
  background: url(/assets/images/public/Computer_Science_Gale.png) no-repeat center
    left/contain;
}

#Economics_and_Theory_Gale {
  background: url(/assets/images/public/Economics_and_Theory_Gale.png) no-repeat center
    left/contain;
}

#General_OneFile_Gale {
  background: url(/assets/images/public/General_OneFile_Gale.png) no-repeat center
    left/contain;
}

#Informe_Academico_Gale {
  background: url(/assets/images/public/Informe_Academico_Gale.png) no-repeat center
    left/contain;
}

#Business_Insights_Gale {
  background: url(/assets/images/public/Business_Insights_Gale.png) no-repeat center
    left/contain;
}

#eBooks_Gale {
  background: url(/assets/images/public/eBooks_Gale.png) no-repeat center
    left/contain;
}

#Literature_Gale {
  background: url(/assets/images/public/Literature_Gale.png) no-repeat center
    left/contain;
}

#OneFile_News_Gale {
  background: url(/assets/images/public/OneFile_News_Gale.png) no-repeat center
    left/contain;
}

#Archives_Unbound_Gale {
  background: url(/assets/images/public/Archives_Unbound_Gale.png) no-repeat center
    left/contain;
}

#Psychology_Gale {
  background: url(/assets/images/public/Psychology_Gale.png) no-repeat center
    left/contain;
}

#Education_Database_Proquest {
  background: url(/assets/images/public/Education_Database_Proquest.jpg) no-repeat center
    left/contain;
}

#Emerald {
  background: url(/assets/images/public/Emerald.jpg) no-repeat center
    left/contain;
}

#Eric_logo {
  background: url(/assets/images/public/ERIC.jpg) no-repeat center
    left/contain;
}

#Business_Source_Premier{
  background: url(/assets/images/public/Business_Source_Premier.png) no-repeat center
    left/contain;
}

#DynaMed_Plus{
  background: url(/assets/images/public/DynaMed_Plus.jpeg) no-repeat center
    left/contain;
}

#MedicLatina{
  background: url(/assets/images/public/MedicLatina.jpg) no-repeat center
    left/contain;
}

#Professional_Development_Collection{
  background: url(/assets/images/public/Professional_Development_Collection.png) no-repeat center
    left/contain;
}

#Psychology_and_Behavioral_Sciences_Collection{
  background: url(/assets/images/public/Psychology_and_Behavioral_Sciences_Collection.jpg) no-repeat center
    left/contain;
}

#Read_It{
  background: url(/assets/images/public/Read_It.png) no-repeat center
    left/contain;
}

#Regional_Business_News{ 
  background: url(/assets/images/public/Regional_Business_News.png) no-repeat center
    left/contain;
}

#Rehabilitation_Reference_Center{
  background: url(/assets/images/public/Rehabilitation_Reference_Center.jpg) no-repeat center
    left/contain;
}

#Logo_Tirant_Lo_Blanch {
  background: url(/assets/images/public/Logo_Tirant_Lo_Blanch.png) no-repeat center
    left/contain;
}

/* Credits footer */
.ibero-info-footer {
  background: rgba(0, 0, 0, .125);
  color: var(--blanco);
  text-align: center;
  font-size: 0.9em;
  padding: 2em 0;
}
.ibero-info-footer p {
  margin: 0 auto;
  font-size: 1.5em;
}
.ibero-info-footer p a {
  color: var(--color02) !important;
}
.ibero-info-footer .fa {
  margin-right: 10px;
  color: var(--color02);
}
.credits {
  display: flex;
  justify-content: center;
  align-items: baseline;
  background: #4a4848;
  padding: 15px 0;
}
.credits a,
.credits span {
  font-size: 1.2em;
  margin: 0 10px;
}
.credits a {
  color: var(--blanco) !important;
}
.credits span {
  color: #ccc;
}
#img-metab {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#img-metab img {
  margin-left: 5px;
}

.container-footer{
  padding: 15px 110px;
  background-color: #222;
  color: #fff;
  font-size: .875rem;
}
.container-footer .pure-u-1-4{
  padding: 15px;
}
.container-footer p, .container-footer h3{
  text-align: left!important;
}
.container-footer p {
  color: #fff!important;
}
.container-footer h3{
  color: var(--color02)!important;
}
#block-footercolumnasedeprincipal a, #block-footercolumnaservicioalestudiante a{
  color: #fff!important;
  text-decoration: none;
}
.footer-main-logo {
    margin-bottom: 35px;
}
.footer-main-legal {
    display: flex;
    flex-direction: column;
}
.footer-main-legal a {
    display: inline-block;
    vertical-align: top;
    color: var(--global-color-alt1-grey);
    line-height: 1.4;
    font-size: .79rem;
    text-decoration: none;
}
.footer-main-legal a {
    margin-bottom: 10px;
}
.container-footer h3 {
    margin-top: 11px;
    margin-bottom: 18px;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
}
.block-block-content p {
    line-height: 1.5;
    margin-bottom: 18px;
}
.menu--footer li {
    padding: 0px 0;
}
.menu--footer li a {
    padding: 0;
    display: inline;
}
.container-footer .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: block;
}
.container-footer .nav>li {
    position: relative;
    display: block;
}
.container-footer .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff !important;
    text-decoration: none;
}
@media screen and (max-width: 760px) {
  #footer .pure-u-1-4{
    width: 45%;
  }
}
@media screen and (max-width: 538px) {
  #footer .pure-u-1-4{
    width: 95%;
  }
}

@media screen and (max-width: 35.5em) {
  .login-btn {
    display: none;
  }
  .zebra td:nth-child(2) a.no-decoration.default {
    line-height: 1.3em;
  }
  .txt-bienvenida {
    padding: 10px;
  }
  .txt-bienvenida p {
    text-align: center;
  }
}

@media screen and (min-width: 80em) {
  #header {
    background: url(/assets/images/public/header_ibero.jpg) no-repeat ;
    background-size: contain;
  }
  #menu,
  .menu-link {
    display: none;
  }
  .nav-ibero {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    left: 0;
    right: 0;
    margin: 94px auto 0;
    background: var(--color01);
    box-shadow: var(--sombra01);
    border-radius: 3px;
    overflow: hidden;
    transition: var(--transition);
  }
  .sticky {
    position: fixed;
    width: 100%;
    height: 50px;
    top: -94px;
    border-radius: 0;
    z-index: 100;
  }
  .nav-ibero ul {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3em;
  }
  .pure-menu-item {
    padding: 0 2em;
    list-style: none;
  }
  .login-btn {
    padding: 0.51em 1.1em;
    color: var(--color02) !important;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .description {
    position: relative;
    padding: 10px 20px !important;
  }
  .description .pure-button {
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .content-description {
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .content-description p br {
    margin-bottom: 20px;
  }
  .logoDB {
    display: block;
    width: 500px;
    height: 100px;
    margin-right: 30px;
  }
}


.ibero-info-footer img {
  width: 90px;
}

#footer p {
  color: var(--color01);
}

p {
  font-size: 15px!important;
}