@charset "UTF-8";
/*
  Color palette
  Color 1 (main): #1F3F5E
  Color 2 (soft): #b6c8d9
  Color 3 (face): #fffffe
  Color 4 (link): #337ab7
*/
header.navbar {
  border: 0;
  border-radius: 0;
  min-height: 0;
  box-shadow: none;
  margin-bottom: 0; }

.navbar-toggle {
  padding: 25px 10px 5px 15px; }
  .navbar-toggle .icon-bar {
    background-color: #fff; }

.navbar-collapse {
  background: #1F3F5E;
  right: 0; }

.navbar-nav > li > a {
  padding: 10px 14px 6px 14px;
  margin-top: 20px; }
  .navbar-nav > li > a:hover {
    color: #fffffe;
    background-color: transparent !important; }
.navbar-nav > .active > a {
  background-color: transparent !important;
  border-bottom: 3px solid #fff; }

.nav .open > a {
  background-color: transparent !important;
  color: #fffffe;
  font-weight: bold; }

.dropdown-menu > li > a:hover {
  background-color: #b6c8d9;
  background-image: none; }

#header-identity {
  z-index: 1031;
  background-color: #1F3F5E;
  height: 86px;
  box-sizing: border-box; }
  #header-identity .container {
    height: 100%; }
    #header-identity .container .row {
      display: flex;
      height: 100%; }
  #header-identity .col1 {
    text-align: left;
    flex: 1;
    display: flex; }
    #header-identity .col1 > div {
      display: inline-block;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      height: 100%; }
    #header-identity .col1 .logo-unam-cnt {
      position: relative;
      width: 90px; }
    #header-identity .col1 .logo-entidad-cnt {
      position: relative;
      width: 90px; }
    #header-identity .col1 .repo-name {
      flex: 1;
      padding: 4px 10px;
      position: relative; }
      #header-identity .col1 .repo-name h1 {
        position: absolute;
        font-size: 2em;
        color: #fffffe;
        margin: 0;
        padding: 0;
        top: 50%;
        transform: translateY(-50%);
        line-height: 110%; }

#logo-unam {
  position: absolute;
  display: block;
  height: 86%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#logo-entidad {
  position: absolute;
  display: block;
  height: 86%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.language {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-top: -7px;
  top: 3px; }
  .language::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url("../img/language.png") no-repeat center center/100% 100%; }

.breadcrumb-cnt {
  display: block;
  background-color: #b6c8d9; }

ol.breadcrumb {
  display: block;
  border-radius: 0;
  padding: 5px 0 5px 5px;
  margin: 0 auto;
  background-color: transparent;
  color: #111111; }
  ol.breadcrumb li {
    color: #111111;
    font-style: italic;
    font-size: 0.9em; }
    ol.breadcrumb li a {
      color: dodgerblue;
      font-weight: normal;
      font-style: normal; }
  ol.breadcrumb > li + li:before {
    color: #111111; }

body.undernavigation {
  padding-top: 0; }

main#content {
  padding-top: 30px; }

.container {
  width: 100%; }

.contents {
  padding-left: 0;
  padding-right: 0; }

.row-title {
  margin: 15px -15px;
  max-height: 80px;
  overflow: hidden; }

.carousel-box {
  display: block;
  overflow: hidden; }

#discovery-toggle {
  background-color: #b6c8d9;
  position: absolute;
  top: 140px;
  right: 1px;
  left: auto;
  width: 28px;
  height: 30px;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px; }
  #discovery-toggle:hover.desktop.open {
    background-color: #1F3F5E; }
    #discovery-toggle:hover.desktop.open::after {
      filter: invert(100%); }
  #discovery-toggle:hover.desktop.closed {
    background-color: #1F3F5E; }
    #discovery-toggle:hover.desktop.closed::after {
      filter: invert(100%); }
  #discovery-toggle:active.mobile.open {
    background-color: #1F3F5E; }
    #discovery-toggle:active.mobile.open::after {
      filter: invert(100%); }
  #discovery-toggle:active.mobile.closed {
    background-color: #1F3F5E; }
    #discovery-toggle:active.mobile.closed::after {
      filter: invert(100%); }

#discovery-toggle.desktop.open::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url("../img/dtoggle-close.png") no-repeat center center/22px 22px; }

#discovery-toggle.desktop.closed::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url("../img/dtoggle-open.png") no-repeat center center/22px 22px; }

#discovery-toggle.mobile.open::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url("../img/dtoggle-mobile-close.png") no-repeat center center/22px 22px; }

#discovery-toggle.mobile.closed::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url("../img/dtoggle-mobile-open.png") no-repeat center center/22px 22px; }

.discovery h3 {
  margin-top: 10px; }
.discovery .facetName {
  display: block;
  padding-left: 5px; }
.discovery .panel {
  margin-bottom: 15px; }
.discovery .list-group .list-group-item .badge {
  border-radius: 4px;
  background-color: #eee;
  color: #333; }
.discovery .facet .list-group:last-child {
  margin-bottom: 5px; }

#scrollup {
  background-color: #b6c8d9;
  position: fixed;
  bottom: 10px;
  right: 1px;
  left: auto;
  width: 28px;
  height: 30px;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px;
  z-index: 10; }
  #scrollup::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url("../img/scrollup.png") no-repeat center center/22px 22px; }
  #scrollup:hover {
    background-color: #1F3F5E; }
    #scrollup:hover::after {
      filter: invert(100%); }

#scrollup.hidden {
  display: none; }

.item-carousel-cnt {
  width: 100%;
  margin: 0 auto; }

.item-carousel-commands {
  box-sizing: border-box;
  overflow: hidden; }

.item-carousel-viewall {
  position: relative;
  top: 0;
  margin: 0; }

.thumbnail {
  padding: 0; }

.item-card {
  display: inline-block;
  min-height: 100px;
  min-width: 260px;
  max-width: 320px;
  width: 260px;
  margin: 0 20px 0 0; }
  .item-card .row {
    margin-left: 0;
    margin-right: 0; }
    .item-card .row .col-xs-12 {
      padding: 0; }
    .item-card .row .col-md-12 {
      padding: 0; }
  .item-card .thumbnail .caption {
    padding: 0; }
  .item-card .item-card-thumb-cnt {
    width: 100%;
    height: 150px;
    height: 240px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .item-card .info-box {
    padding: 0 15px;
    min-height: 120px; }
    .item-card .info-box .thumbnail-label {
      font-size: 1.1em;
      font-weight: bold;
      margin-top: 4px;
      margin-bottom: 4px; }
    .item-card .info-box .thumbnail-creator {
      font-size: 0.9em;
      font-weight: bold; }
    .item-card .info-box .thumbnail-description {
      line-height: 1.1em;
      font-size: 0.85em;
      min-height: 40px; }
  .item-card .card-footer {
    border-top: 1px solid #ccc;
    font-size: 0.85em; }
    .item-card .card-footer li {
      width: 30%;
      line-height: 1em;
      vertical-align: middle;
      padding: 10px 0 0 0; }
      .item-card .card-footer li:nth-child(2) {
        font-weight: bold; }

.item-card-thumb-stub {
  width: 100%;
  background-color: #d9eafa;
  color: rgba(0, 0, 0, 0.35);
  height: 100%;
  padding-top: calc(40% - 0px);
  text-align: center; }

.debug {
  background-color: blueviolet;
  color: #fff; }

.glider-prev {
  position: relative;
  display: inline;
  font-size: 16px;
  opacity: 1;
  margin: 0 5px;
  vertical-align: top;
  color: #204870;
  padding: 4px;
  border-radius: 2px;
  background-color: #fff;
  transition: none;
  left: 0;
  right: auto;
  top: 0; }
  .glider-prev:hover {
    background-color: #1F3F5E;
    color: #fffffe; }

.glider-next {
  position: relative;
  display: inline;
  font-size: 16px;
  opacity: 1;
  margin: 0 5px;
  vertical-align: top;
  color: #204870;
  padding: 4px;
  border-radius: 2px;
  background-color: #fff;
  transition: none;
  right: 5px;
  left: auto;
  top: 0px; }
  .glider-next:hover {
    background-color: #1F3F5E;
    color: #fffffe; }

.glider-dot {
  width: 10px;
  height: 10px;
  margin: 3px 10px 7px 0;
  background-color: #b6c8d9; }
  .glider-dot:hover {
    background-color: rgba(31, 63, 94, 0.75); }

.glider-dot.active {
  background-color: #1F3F5E; }

#communities-carousel-cnt {
  display: block;
  padding: 15px 0;
  margin-bottom: 40px; }

.collection-cnt {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 365px;
  min-height: 240px;
  overflow: hidden;
  vertical-align: top;
  margin: 0 15px 0 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid #ddd;
  border-radius: 12px; }
  .collection-cnt .col-title {
    padding: 10px 0 9px 13px;
    font-weight: bold;
    background-color: rgba(25, 64, 92, 0.85);
    margin: 0px 0 0 0; }
  .collection-cnt .bg {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -2;
    background-color: #135589;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(2px); }
  .collection-cnt .subcoms {
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 84%;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: auto;
    scrollbar-width: thin; }
    .collection-cnt .subcoms::-webkit-scrollbar {
      width: 2px;
      background-color: #fff; }
    .collection-cnt .subcoms::-webkit-scrollbar-thumb {
      background-color: #ccc; }
  .collection-cnt .subcoms.no-bg-img {
    background-color: transparent; }
    .collection-cnt .subcoms.no-bg-img + .bg {
      filter: none; }
    .collection-cnt .subcoms.no-bg-img li a {
      color: #ffffff !important; }
  .collection-cnt a {
    color: #fffffe; }
  .collection-cnt .list-group {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0; }
    .collection-cnt .list-group .list-group-item {
      background-color: transparent;
      padding: 5px 10px; }
      .collection-cnt .list-group .list-group-item:hover {
        background-color: transparent; }
      .collection-cnt .list-group .list-group-item .icon {
        color: #337ab7; }
      .collection-cnt .list-group .list-group-item a {
        color: #337ab7 !important;
        display: inline-block;
        max-width: 87%;
        vertical-align: top; }
      .collection-cnt .list-group .list-group-item .badge {
        background-color: #fbfbfb;
        color: #135589;
        border-radius: 4px; }

.facetsBox.panel {
  box-shadow: none;
  border: 0;
  background-color: transparent; }

.search-box .form-group {
  width: calc(100% - 60px); }
  .search-box .form-group input {
    width: 100%; }

#side-bar-collections a {
  color: #337ab7; }
#side-bar-collections .list-group {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0; }
  #side-bar-collections .list-group .list-group-item {
    background-color: transparent;
    padding: 5px 0; }
    #side-bar-collections .list-group .list-group-item:hover {
      background-color: transparent; }
    #side-bar-collections .list-group .list-group-item .icon {
      color: #337ab7;
      zoom: 0.7;
      position: relative;
      top: -4px; }
      #side-bar-collections .list-group .list-group-item .icon:hover {
        color: #1F3F5E; }
    #side-bar-collections .list-group .list-group-item a {
      display: inline-block;
      max-width: 77%;
      vertical-align: top;
      color: #337ab7 !important;
      font-size: 0.9em; }
    #side-bar-collections .list-group .list-group-item .badge {
      background-color: #eee;
      color: #333;
      border-radius: 4px;
      font-size: 0.8em; }

.treeview span.indent {
  margin-left: 6px !important;
  margin-right: 6px !important; }

#display-item-cnt {
  display: inline-block;
  width: 70%;
  overflow: hidden;
  text-align: left;
  margin: 0 0 5px 7px; }
  #display-item-cnt .inner {
    height: 60vh;
    margin-top: 20px;
    background-color: #222; }
    #display-item-cnt .inner:nth-child(1) {
      margin-top: 0; }
  #display-item-cnt .inner.download-panel {
    height: fit-content;
    padding: 10px;
    max-width: 100%;
    border: 2px solid #dfe4ea;
    border-radius: 4px;
    text-align: left;
    font-size: 2em;
    background-color: #ffffff;
    width: fit-content;
    display: inline-block;
    margin: 3px; }
    #display-item-cnt .inner.download-panel .icon {
      width: 78px;
      height: 100px;
      display: inline-block;
      background-color: #ffffff;
      vertical-align: middle;
      margin: 0 10px 0 0; }
      #display-item-cnt .inner.download-panel .icon img {
        width: 100%; }
    #display-item-cnt .inner.download-panel i.glyphicon-circle-arrow-down {
      margin: 0 0 0 10px;
      top: 9px;
      font-size: 1.2em; }
    #display-item-cnt .inner.download-panel .bitstream-info {
      display: block;
      font-size: 0.5em;
      color: #333; }
  #display-item-cnt .inner.epub {
    min-height: 800px; }
  #display-item-cnt .download-link {
    display: block;
    padding: 4px 6px;
    width: fit-content;
    background-color: #222;
    text-align: left; }
    #display-item-cnt .download-link i.glyphicon-circle-arrow-down, #display-item-cnt .download-link i.glyphicon-link {
      margin: 0 3px 0 0;
      top: 2px; }
    #display-item-cnt .download-link a {
      color: #ccc; }
    #display-item-cnt .download-link a:hover {
      color: #fff; }
  #display-item-cnt .inner.audio {
    height: 75px;
    padding: 10px;
    max-width: 600px;
    background-color: #1F3F5E; }
  #display-item-cnt iframe {
    border: 0; }

.metadata-cnt h1 {
  margin-top: 10px;
  font-size: 28px; }
.metadata-cnt h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 21px; }

.metadataFieldValue {
  word-break: break-word; }

.navbar-bottom {
  min-height: 175px;
  height: auto;
  border: 0;
  margin-bottom: 0;
  background-color: #1F3F5E;
  background-image: none;
  border-radius: 0;
  color: #b6c8d9;
  padding: 50px 80px;
  font-size: 0.8em; }

#footer_feedback {
  text-align: right;
  padding-top: 0;
  color: #b6c8d9; }

#designedby {
  margin-top: 50px;
  color: #b6c8d9; }

@media only screen and (max-width: 767px) {
  .navbar-collapse {
    position: absolute !important; }
    .navbar-collapse .navbar-nav > li.dropdown.open {
      background-color: #b6c8d9; }
    .navbar-collapse .navbar-nav > li > a {
      margin-top: 0; }

  .glider-contain {
    width: 100%; }

  .glider-prev {
    display: none; }

  .glider-next {
    display: none; }

  #display-item-cnt {
    display: block;
    float: none;
    width: calc(100vw - 15px);
    margin: 0 -30px; }

  footer {
    text-align: center; }

  #footer_feedback {
    text-align: center; }

  .navbar-form .form-group {
    display: inline-block; } }
@media (max-width: 790px) {
  #header-identity .col1 .repo-name h1 {
    font-size: 1em; } }
@media (max-width: 766px) {
  #header-identity .col1 .repo-name h1 {
    font-size: 1.8em; } }
@media (orientation: portrait) and (max-width: 599px) {
  #header-identity .col1 .logo-unam-cnt {
    width: 60px; }
  #header-identity .col1 .logo-entidad-cnt {
    width: 60px; }
  #header-identity .col1 .repo-name h1 {
    font-size: 1em; } }
@media (max-width: 600px) {
  .row-title h3 {
    font-size: 21px; }

  .container {
    width: 100%; }

  .contents {
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 992px) {
  #discovery-toggle {
    position: fixed; }

  .discovery-cnt {
    box-sizing: border-box;
    overflow: hidden; }

  .discovery {
    transition: all .5s ease;
    float: right;
    margin: 0 0 0 2px;
    border-left: 1px solid #ccc; } }
@media (max-width: 991px) {
  #discovery-toggle {
    width: 36px;
    height: 36px;
    background-size: 32px 32px; }

  #scrollup {
    width: 36px;
    height: 36px;
    background-size: 32px 32px;
    bottom: 30px; }
    #scrollup:hover {
      background-color: #b6c8d9; }
      #scrollup:hover::after {
        filter: none; }
    #scrollup:active {
      background-color: #1F3F5E; }
      #scrollup:active::after {
        filter: invert(100%); } }
@media only screen and (min-width: 768px) {
  .treeview span.icon {
    margin-right: 2px !important; } }
body {
  background-color: #e7e7e7c2;
  font-family: 'DM Sans';
  color: #233e42; }

a {
  color: #214b5e; }
  a:focus {
    outline: none; }
  a:hover {
    opacity: 0.7; }

.navbar-toggle .icon-bar {
  background-color: #4a6a6e; }

.navbar-collapse {
  background: #233e42; }

.navbar-nav li a {
  text-shadow: none; }
  .navbar-nav li a:hover {
    background-color: transparent !important; }
.navbar-nav .active a {
  background-color: transparent !important;
  border-bottom: none; }

.nav .open > a {
  background-color: transparent !important;
  font-weight: bold; }

.dropdown-menu {
  background-color: #4a6a6e; }
  .dropdown-menu li a {
    color: #e7e7e7c2 !important; }

#header-identity {
  z-index: 1031;
  background-color: #233e42;
  height: 80px;
  box-sizing: border-box; }
  #header-identity .container {
    height: 100%; }
    #header-identity .container .row {
      display: flex;
      height: 100%; }
  #header-identity .col1 {
    align-self: center; }
    #header-identity .col1 .logo-entidad-cnt {
      position: relative;
      width: 100%; }
    #header-identity .col1 #logo-entity {
      width: auto;
      max-height: 60px;
      margin-left: 9%; }
    #header-identity .col1 .repo-name {
      flex: 1;
      padding: 4px 10px;
      position: relative; }
      #header-identity .col1 .repo-name h1 {
        position: absolute;
        font-size: 2em;
        color: #fffffe;
        margin: 0;
        padding: 0;
        top: 50%;
        transform: translateY(-50%);
        line-height: 110%; }
  #header-identity .col2 {
    font-size: large; }
    #header-identity .col2 li a {
      color: #ffffff;
      font-weight: 400; }
  #header-identity .col3 {
    align-items: center;
    width: 33%; }
    #header-identity .col3 .logo-unam {
      margin-top: 4%; }
      #header-identity .col3 .logo-unam a > img {
        height: 70px; }
    #header-identity .col3 .redes {
      margin-top: 4%; }
      #header-identity .col3 .redes a > img {
        height: 25px;
        margin-left: 20px; }
      #header-identity .col3 .redes :hover {
        filter: saturate(0.5); }

footer {
  background-image: none !important;
  background-color: #44666b !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 200; }
  footer a {
    color: #7fabb1; }
    footer a:hover {
      color: #7fabb1;
      opacity: 0.8;
      text-decoration: none; }
  footer .footer-logo {
    margin-right: 20px;
    width: 150px; }
  footer .contacto {
    text-align: center;
    position: relative;
    justify-content: center;
    display: flex;
    font-size: 14px;
    margin-top: 20px; }

#description {
  display: block;
  overflow: hidden;
  padding: 0 0 50px 0; }
  #description img {
    width: 90%;
    margin: 30px; }
  #description p {
    margin: 20px;
    font-size: 1.2em;
    text-align: justify;
    font-weight: 400; }

.search-ent {
  background: url("../img/rutic_fondo.png");
  background-size: cover;
  background-position-x: center;
  background-position-y: center; }
  .search-ent .bg-content {
    background: #00000087;
    opacity: 0.9;
    place-items: center; }
  .search-ent .banner-ent {
    margin: 4%;
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
    text-align: center; }
    .search-ent .banner-ent img {
      width: auto;
      max-width: 300px; }
    .search-ent .banner-ent span {
      font-size: clamp(25px, 6vw, 40px);
      color: #ffffff;
      font-weight: 200; }
  .search-ent .search-box {
    border-radius: 22px;
    height: 50px;
    border: 0;
    opacity: 0.5;
    width: 100%;
    color: #01121a;
    font-size: medium;
    padding-left: 10px;
    box-shadow: 0 4px 8px 0 #4a6a6e, 0 6px 20px 0 #4a6a6e; }
    .search-ent .search-box:focus {
      outline: none; }
  .search-ent .navbar-form {
    border-top: 0 !important;
    border-bottom: 0 !important; }
  .search-ent button[type="submit"] {
    background-color: transparent;
    margin-left: -40px;
    border: none;
    color: #f7f8fa;
    position: absolute;
    top: 25%; }
  .search-ent .communities {
    display: flex;
    flex-wrap: wrap;
    gap: 8%;
    justify-content: center;
    margin: 3% 0 5% 0;
    text-align: center; }
    .search-ent .communities button {
      margin: 0;
      background-color: transparent;
      border: none;
      width: 200px;
      padding: 10px; }
    .search-ent .communities a {
      font-size: 1.7rem;
      color: #ffffff; }

#facets .list-group-item {
  border-top-right-radius: 3px; }
#facets .panel-success {
  border: none; }
#facets .panel-heading {
  background-image: none;
  background-color: #e7e7e7c2;
  color: #233e42;
  font-weight: 600; }
#facets #statistics {
  padding: 0 15px; }

#logo-entidad {
  position: absolute;
  display: block;
  height: 86%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.language {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-top: -7px;
  top: 3px; }
  .language::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url("../img/language.png") no-repeat center center/100% 100%; }

.breadcrumb-cnt {
  display: block;
  background-color: #fffffe;
  border-bottom: 1px solid #4a6a6e; }

ol.breadcrumb {
  display: block;
  border-radius: 0;
  padding: 5px 0 5px 5px;
  margin: 0 auto;
  background-color: transparent; }
  ol.breadcrumb li {
    color: #111111;
    font-style: italic;
    font-size: 0.9em; }
    ol.breadcrumb li a {
      color: #233e42;
      font-weight: 700; }
      ol.breadcrumb li a:hover {
        text-decoration: none; }
  ol.breadcrumb > li + li:before {
    color: #4a6a6e; }

body.undernavigation {
  padding-top: 0; }

main#content {
  padding-top: 0 !important; }

.contents {
  padding-left: 0;
  padding-right: 0; }

.row-title {
  margin: 15px -15px;
  max-height: 80px;
  overflow: hidden; }

.carousel-box {
  display: block;
  overflow: hidden; }

#discovery-toggle {
  background-color: #e7e7e7c2;
  position: absolute;
  top: 140px;
  right: 1px;
  left: auto;
  width: 28px;
  height: 30px;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px; }
  #discovery-toggle:hover.desktop.open {
    background-color: #e7e7e7c2; }
    #discovery-toggle:hover.desktop.open::after {
      filter: invert(100%); }
  #discovery-toggle:hover.desktop.closed {
    background-color: #4a6a6e; }
    #discovery-toggle:hover.desktop.closed::after {
      filter: invert(100%); }
  #discovery-toggle:active.mobile.open {
    background-color: #e7e7e7c2; }
    #discovery-toggle:active.mobile.open::after {
      filter: invert(100%); }
  #discovery-toggle:active.mobile.closed {
    background-color: #4a6a6e; }
    #discovery-toggle:active.mobile.closed::after {
      filter: invert(100%); }

#discovery-toggle.desktop.open::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f0f3f5 url("../img/dtoggle-close.png") no-repeat center center/22px 22px; }

#discovery-toggle.desktop.closed::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f0f3f5 url("../img/dtoggle-open.png") no-repeat center center/22px 22px; }

#discovery-toggle.mobile.open::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f0f3f5 url("../img/dtoggle-mobile-close.png") no-repeat center center/22px 22px; }

#discovery-toggle.mobile.closed::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f0f3f5 url("../img/dtoggle-mobile-open.png") no-repeat center center/22px 22px; }

.discovery h3 {
  margin-top: 10px;
  color: #233e42;
  font-weight: 600; }
.discovery .facetName {
  margin-top: 15px;
  font-weight: 600;
  color: #233e42; }
.discovery .panel {
  margin-bottom: 15px; }
.discovery .list-group .list-group-item .badge {
  border-radius: 4px;
  background-color: #eee;
  color: #333; }
.discovery .facet .list-group:last-child {
  margin-bottom: 5px; }

#scrollup {
  background-color: #f0f3f5;
  position: fixed;
  bottom: 10px;
  right: 1px;
  left: auto;
  width: 28px;
  height: 30px;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px;
  z-index: 10; }
  #scrollup::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url("../img/scrollup.png") no-repeat center center/22px 22px; }
  #scrollup:hover {
    background-color: #090624;
    /*BSM¨*/ }
    #scrollup:hover::after {
      filter: invert(100%); }

#scrollup.hidden {
  display: none; }

.item-carousel-cnt {
  width: 100%;
  margin: 0 auto; }

.item-carousel-commands {
  box-sizing: border-box;
  overflow: hidden; }

.item-carousel-viewall {
  background-image: none !important;
  background-color: #4a6a6e !important;
  -webkit-box-shadow: none; }

.thumbnail {
  padding: 0; }

.item-card {
  display: inline-block;
  min-height: 100px;
  min-width: 260px;
  max-width: 320px;
  width: 260px;
  margin: 0 20px 0 0; }
  .item-card .row {
    margin-left: 0;
    margin-right: 0; }
    .item-card .row .col-xs-12 {
      padding: 0; }
    .item-card .row .col-md-12 {
      padding: 0; }
  .item-card .thumbnail .caption {
    padding: 0; }
  .item-card .item-card-thumb-cnt {
    width: 100%;
    height: 150px;
    height: 240px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .item-card .info-box {
    padding: 0 15px;
    min-height: 120px; }
    .item-card .info-box .thumbnail-label {
      font-size: 1.1em;
      font-weight: bold;
      margin-top: 4px;
      margin-bottom: 4px; }
    .item-card .info-box .thumbnail-creator {
      font-size: 0.9em;
      font-weight: bold; }
    .item-card .info-box .thumbnail-description {
      line-height: 1.1em;
      font-size: 0.85em;
      min-height: 40px; }
  .item-card .card-footer {
    border-top: 1px solid #ccc;
    font-size: 0.85em; }
    .item-card .card-footer li {
      width: 30%;
      line-height: 1em;
      vertical-align: middle;
      padding: 10px 0 0 0; }
      .item-card .card-footer li:nth-child(2) {
        font-weight: bold; }

.item-card-thumb-stub {
  width: 100%;
  background-color: #a6d0d5;
  color: rgba(0, 0, 0, 0.35);
  height: 100%;
  padding-top: calc(40% - 0px);
  text-align: center; }

.glider-prev, .glider-next {
  color: #233e42;
  background-color: transparent; }
  .glider-prev:hover, .glider-next:hover {
    opacity: 0.8;
    background-color: transparent;
    color: #4a6a6e; }

.glider-dot {
  width: 10px;
  height: 10px;
  margin: 3px 10px 7px 0;
  background-color: #b6c8d9; }
  .glider-dot:hover {
    background-color: rgba(31, 63, 94, 0.75); }

.glider-dot.active {
  background-color: #4a6a6e; }

#communities-carousel-cnt {
  display: block;
  padding: 15px 0;
  margin-bottom: 40px; }

.collection-cnt {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 365px;
  min-height: 240px;
  overflow: hidden;
  vertical-align: top;
  margin: 0 15px 0 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid #ddd;
  border-radius: 12px; }
  .collection-cnt .col-title {
    padding: 10px 0 9px 13px;
    font-weight: bold;
    background-color: rgba(25, 64, 92, 0.85);
    margin: 0px 0 0 0; }
  .collection-cnt .bg {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -2;
    background-color: #135589;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(2px); }
  .collection-cnt .subcoms {
    left: 0;
    bottom: 0;
    right: 0;
    position: relative !important;
    height: 84%;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: auto;
    scrollbar-width: thin; }
    .collection-cnt .subcoms::-webkit-scrollbar {
      width: 2px;
      background-color: #fff; }
    .collection-cnt .subcoms::-webkit-scrollbar-thumb {
      background-color: #ccc; }
  .collection-cnt .subcoms.no-bg-img {
    background-color: transparent; }
    .collection-cnt .subcoms.no-bg-img + .bg {
      filter: none; }
    .collection-cnt .subcoms.no-bg-img li a {
      color: #ffffff !important; }
  .collection-cnt a {
    color: #fffffe; }
  .collection-cnt .list-group {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0; }
    .collection-cnt .list-group .list-group-item {
      background-color: transparent;
      padding: 5px 10px; }
      .collection-cnt .list-group .list-group-item:hover {
        background-color: transparent; }
      .collection-cnt .list-group .list-group-item a {
        display: inline-block;
        max-width: 87%;
        vertical-align: top; }
      .collection-cnt .list-group .list-group-item .badge {
        background-color: #fbfbfb;
        color: #135589;
        border-radius: 4px; }

.facetsBox.panel {
  box-shadow: none;
  border: 0;
  background-color: transparent; }

.search-box .form-group {
  width: calc(100% - 60px); }
  .search-box .form-group input {
    width: 100%; }

.list-group-item a {
  color: #214b5e; }
.list-group-item a:hover {
  text-decoration: none;
  opacity: 0.7; }

#side-bar-collections a {
  color: #214b5e; }
#side-bar-collections .list-group {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0; }
  #side-bar-collections .list-group .list-group-item {
    background-color: transparent;
    padding: 5px 0; }
    #side-bar-collections .list-group .list-group-item:hover {
      background-color: transparent; }
    #side-bar-collections .list-group .list-group-item .icon {
      color: #214b5e;
      zoom: 0.7;
      position: relative;
      top: -4px; }
      #side-bar-collections .list-group .list-group-item .icon:hover {
        color: #e7e7e7c2; }
    #side-bar-collections .list-group .list-group-item a {
      display: inline-block;
      max-width: 77%;
      vertical-align: top;
      color: #214b5e !important;
      font-size: 0.9em; }
    #side-bar-collections .list-group .list-group-item .badge {
      background-color: #eee;
      color: #333;
      border-radius: 4px;
      font-size: 0.8em; }

.treeview span.indent {
  margin-left: 6px !important;
  margin-right: 6px !important; }

.metadataFieldValue.dc_identifier_bibliographiccitation {
  width: 70%;
  margin: 0 auto 45px;
  border-left: 1px solid #214b5e;
  padding: 20px 0 10px 10px; }

#display-item-cnt {
  padding-top: 35px;
  float: right; }
  #display-item-cnt .metadata-cnt {
    width: 100%; }
  #display-item-cnt .dc_rights {
    text-align: justify; }
  #display-item-cnt .inner {
    height: 60vh;
    margin-top: 20px;
    background-color: #222;
    width: 100%; }
    #display-item-cnt .inner:nth-child(1) {
      margin-top: 20px; }
  #display-item-cnt .inner.download-panel {
    font-size: 1.5em; }
    #display-item-cnt .inner.download-panel .icon {
      width: 78px;
      height: 100px;
      display: inline-block;
      background-color: #ffffff;
      vertical-align: middle;
      margin: 0 10px 0 0; }
      #display-item-cnt .inner.download-panel .icon img {
        width: 100%; }
    #display-item-cnt .inner.download-panel i.glyphicon-circle-arrow-down {
      margin: 0 0 0 10px;
      top: 9px;
      font-size: 1.2em; }
    #display-item-cnt .inner.download-panel .bitstream-info {
      display: block;
      font-size: 0.5em;
      color: #333; }
  #display-item-cnt .inner.epub {
    min-height: 800px; }
  #display-item-cnt .download-link {
    display: block;
    padding: 4px 6px;
    width: fit-content;
    background-color: #222;
    text-align: left; }
    #display-item-cnt .download-link i.glyphicon-circle-arrow-down, #display-item-cnt .download-link i.glyphicon-link {
      margin: 0 3px 0 0;
      top: 2px; }
    #display-item-cnt .download-link a {
      color: #ccc; }
    #display-item-cnt .download-link a:hover {
      color: #fff; }
  #display-item-cnt .inner.audio {
    height: 75px;
    padding: 10px;
    max-width: 600px;
    background-color: #e7e7e7c2; }
  #display-item-cnt iframe {
    border: 0; }

.panel-info {
  border-color: #e7e7e7c2; }

.panel-heading {
  background-image: none !important;
  background-color: #fbfbfb !important;
  color: #233e42;
  font-weight: 600; }

.metadata-cnt {
  padding-top: 35px;
  width: 28%; }
  .metadata-cnt h1 {
    margin-top: 10px;
    font-size: 28px;
    padding-top: 10px; }
  .metadata-cnt h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 21px; }
  .metadata-cnt .label {
    background-color: transparent;
    color: #233e42;
    padding: 0;
    font-size: 15px;
    color: #4a6a6e; }
  .metadata-cnt .dc_title.label {
    display: none; }
  .metadata-cnt .metadataFieldValue {
    margin-bottom: 20px; }
  .metadata-cnt .dc_type {
    padding-bottom: 10px;
    border-bottom: 1px solid #b6c8d9; }
  .metadata-cnt .dc_description_abstract {
    text-align: justify; }

.metadataFieldValue {
  word-break: break-word; }

.panel-primary > .panel-heading {
  background-image: none;
  background-color: #749ca1 !important; }

.panel-primary {
  border-color: #749ca1; }

#footer_feedback {
  text-align: right;
  padding-top: 0;
  color: #ffffff; }

#designedby {
  margin-top: 20px;
  font-size: 12px;
  color: #b6c8d9; }

.alert-info {
  background-image: linear-gradient(to bottom, #e4ebef 0, #e1f0f7 100%) !important; }

.dgtic-admin a {
  color: #e7e7e7c2; }

/*Estadisticas*/
body main .container .statsTable {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  text-align: center; }
  body main .container .statsTable th {
    border-bottom: 1px solid #337ab7;
    text-align: center;
    text-transform: capitalize; }

/*____________________________________ Estadísticas _________________________*/
body main .container .statsTable:nth-child(3), .statsTable:nth-child(7), .statsTable:nth-child(9) {
  width: 20%;
  margin-left: 20%;
  margin-right: auto; }

body main .container .tatsTable td:nth-child(1) {
  padding-right: 20px;
  text-align: left; }

.statistics {
  font-size: 22px;
  margin-left: 20%;
  margin-top: 50px;
  font-weight: bold; }

@media only screen and (max-width: 767px) {
  .navbar-collapse {
    width: 100%; }
    .navbar-collapse .navbar-nav {
      width: 100%; }
      .navbar-collapse .navbar-nav li.dropdown.open {
        background-color: #4a6a6e; } }

/*# sourceMappingURL=global.css.map */
