/*
  Color palette
  Color 1 (main): #1F3F5E
  Color 2 (soft): #b6c8d9
  Color 3 (face): #fffffe
  Color 4 (link): #337ab7
*/
body {
  background-color: #F0F0F3;
  background-image: url("../img/hex.png");
}

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: 170px;
  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;
  float: right;
  width: 70%;
  overflow: hidden;
  text-align: right;
  margin: 0 0 5px 7px;
}
#display-item-cnt .inner {
  height: 60vh;
  margin-top: 20px;
  background-color: #222;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#display-item-cnt .inner:nth-child(1) {
  margin-top: 0;
}
#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 0.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;
  }
}
.hover-underline-animation {
  position: relative;
  color: #0087ca;
  overflow: hidden;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

* {
  font-family: "Raleway";
}

body {
  background-color: #faf7f7;
  background-image: none !important;
}
body main {
  padding-top: 10px !important;
}
body main .container h1 {
  color: #121948;
  font-size: 1.6em;
}
body main .container table {
  width: 100%;
}
body main .container table .evenRowOddCol td:nth-child(1) {
  width: 20%;
  padding-right: 20px;
}
body main .container table .oddRowOddCol td:nth-child(1) {
  width: 20%;
  padding-right: 20px;
}

#display-item-cnt, .metadata-cnt {
  padding-top: 35px;
}

div.dc_identifier_bibliographiccitation {
  width: 90%;
  padding: 20px 4%;
  border-left: solid;
  border-color: #020342;
  border-width: 1px;
  font-size: 1.1em;
  color: #8c8b8b;
  text-align: left;
}

td.metadataFieldLabel {
  color: #102b40;
  font-weight: 600;
}

table.itemDisplayTable td.metadataFieldLabel {
  width: 15%;
}

.metadata-cnt {
  padding-top: 35px;
  padding-bottom: 30px;
  width: 28%;
}
.metadata-cnt h1 {
  margin-top: 10px;
  font-size: 28px;
  border-top: 1px solid #b29d5f;
  padding-top: 10px;
}
.metadata-cnt .metadataFieldLabel.dc_title {
  display: none;
}
.metadata-cnt .metadataFieldLabel.dc_identifier_bibliographiccitation {
  display: none;
}

.itemDisplayTable .metadataFieldValue.dc_identifier a,
.itemDisplayTable .metadataFieldValue.dc_identifier_url a {
  color:blue;
  font-size:1em;
}

.metadata-cnt .metadataFieldLabel.label {
  background-color: transparent;
  padding: 0;
  color: #575c78;
  font-size: 1em;
  font-weight: 200;
}
.metadata-cnt .metadataFieldValue {
  margin-right: 30px;
  margin-bottom: 20px;
}
.metadata-cnt .metadataFieldValue .author {
  padding-left: 0;
  font-size: 1em;
  font-weight: 400;
}
.metadata-cnt .dc_title, .metadata-cnt .dc_creator, .metadata-cnt .author, .metadata-cnt .dc_date_issued, .metadata-cnt .dcterms_extent, .metadata-cnt .dc_title_alternative, .metadata-cnt .dc_identifier_url {
  color: #121948;
}
.metadata-cnt .dc_title a, .metadata-cnt .dc_creator a, .metadata-cnt .author a, .metadata-cnt .dc_date_issued a, .metadata-cnt .dcterms_extent a, .metadata-cnt .dc_title_alternative a, .metadata-cnt .dc_identifier_url a {
  color: #121948;
}
.metadata-cnt .dc_date_issued, .metadata-cnt .dcterms_extent, .metadata-cnt .dc_creator, .metadata-cnt .author, .metadata-cnt .dc_title_alternative {
  font-size: 1.1em;
}
.metadata-cnt .dc_title {
  padding-top: 20px;
  font-size: 1.4em;
  font-weight: bolder;
}
.metadata-cnt .dc_source, .metadata-cnt .dc_identifier_isbn {
  margin-top: 25px;
  font-weight: bold;
  font-size: 1.2em;
  color: #464646;
}
.metadata-cnt .dc_type {
  color: #121948;
  font-size: 1.2em;
  padding-bottom: 10px;
  border-bottom: 1px solid #121948;
}
.metadata-cnt .dc_identifier_uri a {
  color: #8f7b3a;
}
.metadata-cnt .dc_format {
  padding: 25px 0;
}
.metadata-cnt .dc_rights {
  padding: 0 5%;
  text-align: justify;
}

.center-text {
  text-align: center;
}

.navbar-bottom {
  background-color: #1B276C;
  padding: 10px;
}
.navbar-bottom .icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  background-color: #1B276C;
  flex-wrap: wrap;
  transition: all 500ms ease-out;
}
.navbar-bottom .icons a {
  background-color: #1B276C;
  transition: all 500ms ease-out;
}
.navbar-bottom .icons a i {
  color: #6565A0;
  font-size: 25px;
  background-color: #1B276C;
  transition: all 500ms ease-out;
  padding: 10px;
}
.navbar-bottom .icons a .fab {
  font-weight: 400;
  font-family: "Font Awesome 5 Brands";
}
.navbar-bottom .icons a i:hover {
  color: white;
  transition: all 500ms ease-out;
}
.navbar-bottom .extern {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  background-color: #1B276C;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.navbar-bottom .extern ul {
  display: flex;
  flex-direction: row;
  color: #6565A0;
  background-color: #1B276C;
  flex-wrap: nowrap;
  align-content: center;
}
.navbar-bottom .extern ul li {
  display: flex;
  flex-direction: row;
  color: #6565A0;
  align-content: center;
  padding: 25px;
  background-color: #1B276C;
  min-width: 10px;
  max-width: 315px;
  height: 90px;
  text-align: center;
  align-self: center;
  border-left: solid 1px #6565A0;
  border-right: solid 1px #6565A0;
}
.navbar-bottom .extern ul li a {
  display: flex;
  color: #6565A0;
  text-decoration: none;
  background-color: #1B276C;
  align-self: center;
  align-items: center;
  transition: all 500ms ease-out;
}
.navbar-bottom .extern ul li a #iconFooter {
  color: white;
  font-size: 35px;
  text-align: center;
  padding: 5px;
  background-color: #1B276C;
}
.navbar-bottom .extern ul li a p {
  background-color: #1B276C;
  transition: all 300ms ease-out;
  font-size: 15px;
  padding: 15px 0;
  align-self: center;
}
.navbar-bottom .extern ul li a p:hover {
  background-color: #1B276C;
  transition: all 300ms ease-out;
  padding: 15px 0;
  align-self: center;
  color: white;
}
.navbar-bottom .extern ul li a img {
  padding-right: 5px;
  background-color: #1B276C;
}
.navbar-bottom .extern .announcement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #1B276C;
}
.navbar-bottom .extern .announcement p {
  color: #6565A0;
  transition: all 300ms ease-out;
  font-size: 1.3em;
}
.navbar-bottom .extern .announcement p a {
  background-color: #1B276C;
  color: white;
  font-size: 16px;
  transition: all 200ms ease-out;
}
.navbar-bottom .extern .announcement p:hover {
  background-color: #1B276C;
  transition: all 200ms ease-out;
}
.navbar-bottom .extern p {
  padding: 20px;
  background-color: #1B276C;
  font-size: 1.3em;
}
.navbar-bottom .extern .mail {
  background-color: #1B276C;
}
.navbar-bottom .extern .mail a {
  color: #6565A0;
  background-color: #1B276C;
  font-size: 25px;
  transition: all 500ms ease-out;
  text-decoration: none;
}
.navbar-bottom .extern .mail a:hover {
  color: white;
  background-color: #1B276C;
  transition: all 500ms ease-out;
}

.parallax {
  background-image: url("../img/mobile.png");
  background-size: auto;
  min-height: 50px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-ent {
  height: 40px;
}

.breadcrumb-cnt {
  background-color: #d5cabd;
}
.breadcrumb-cnt .container {
  display: flex;
}
.breadcrumb-cnt .container div > .navbar-form {
  margin-top: 3px !important;
  margin-bottom: 0 !important;
}
.breadcrumb-cnt .container div > .navbar-form .search-box {
  border-radius: 4px;
  border: 1px solid #121948;
  color: #4c3102;
  height: 30px;
  background-color: #f8f6f1;
}
.breadcrumb-cnt .container div > .navbar-form .btn-primary {
  background-image: linear-gradient(to bottom, #d5cabd, #d5cabd);
  background-color: #d5cabd;
  border-color: #d5cabd;
  box-shadow: none !important;
}
.breadcrumb-cnt .container div > .navbar-form .btn-primary span {
  color: #102b40;
}
.breadcrumb-cnt .container div > .navbar-form .btn-primary span:hover {
  opacity: 0.7;
}
.breadcrumb-cnt .container div > .navbar-form .btn-primary:hover {
  background-color: #adafb0;
  background-position: 0;
}
.breadcrumb-cnt .container div > .navbar-form .search-box::placeholder {
  color: #121948;
}
.breadcrumb-cnt .container .container-fluid {
  margin: 0;
  align-self: center;
  height: 40px;
}
.breadcrumb-cnt .container .container-fluid .navbar-collapse {
  background-color: #d5cabd;
  width: 100%;
}
.breadcrumb-cnt .container .container-fluid .navbar-collapse .navbar-nav > li.dropdown.open {
  background-color: #d5cabd;
}
.breadcrumb-cnt .container .container-fluid .navbar-collapse .navbar-nav li {
  align-self: center;
  padding: 0;
}
.breadcrumb-cnt .container .container-fluid .navbar-collapse .navbar-nav li a {
  margin: 0;
  color: #102b40;
  padding-right: 35px;
  padding-left: 5px;
  font-size: 13px;
  text-shadow: 0 0 0;
}
.breadcrumb-cnt .container .container-fluid .navbar-collapse .navbar-nav li a .fa-home {
  font-size: 25px;
}
.breadcrumb-cnt .container .container-fluid .navbar-collapse .navbar-nav li .dropdown-menu {
  right: auto !important;
  background-color: #f9ecdd;
}
.breadcrumb-cnt .container .container-fluid .navbar-collapse .navbar-nav li .dropdown-menu > li > a {
  color: #102b40;
}
.breadcrumb-cnt .container .container-fluid .navbar-collapse .navbar-nav li:hover {
  transition: all 500ms ease-out;
}
.breadcrumb-cnt .container .container-fluid .navbar-collapse .navbar-nav li:hover .dropdown-menu {
  right: auto !important;
}
.breadcrumb-cnt .container .container-fluid .navbar-collapse .navbar-nav li:hover .dropdown-menu li:hover a {
  background-color: #d5cabd;
  color: #102b40;
}
.breadcrumb-cnt .container .breadcrumb-cnt {
  width: 70%;
  justify-items: last baseline;
  align-self: center;
}
.breadcrumb-cnt .container .breadcrumb-cnt .breadcrumb {
  text-align: end;
  padding-right: 2%;
}
.breadcrumb-cnt .container .breadcrumb-cnt .breadcrumb li a {
  color: navy;
}
.breadcrumb-cnt ol li {
  color: navy;
}

.navbar-toggle {
  float: left;
  padding: 5px;
}
.navbar-toggle .icon-bar {
  background-color: #fbfbfa;
}

#side-bar-collections a {
  color: #102b40;
}
#side-bar-collections a:hover {
  text-decoration: none;
}
#side-bar-collections #collections-treeview .list-group li {
  background-color: #121948 !important;
}
#side-bar-collections #collections-treeview .list-group li a, #side-bar-collections #collections-treeview .list-group li span {
  color: #4c3102 !important;
}

.discovery {
  border-left: 0 !important;
  margin-left: 0 !important;
  background-color: transparent;
  float: left;
}
.discovery h3 {
  color: #102b40;
  font-weight: 600;
  margin-top: 5px;
}
.discovery .facetName {
  color: #102b40;
  font-weight: 600;
  margin-top: 10px;
}
.discovery .facetsBox {
  background: transparent;
}
.discovery .list-group-item {
  border-color: #102b40;
}
.discovery .list-group-item a {
  color: #3d372a;
}
.discovery .list-group-item a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.discovery #facet_subject {
  margin-top: 15px;
}
.discovery #facet_dateIssued {
  margin-top: 15px;
}
.discovery #facet_has_content_in_original_bundle {
  margin-top: 15px;
}
.discovery #statistics {
  padding: 0 15px;
}
.discovery #statistics a {
  color: #3d372a;
  padding-top: 10px;
}
.discovery #statistics a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.carousel-box h3 {
  color: #121948;
}

.label-primary {
  background-color: transparent;
}

.submitFormHelp {
  display: none;
}

#recent-submissions-carousel {
  display: none;
}

.panel-primary {
  border-color: transparent;
}

/* BSM */
.item-card-thumb-stub {
  background-color: #e2d3c2;
}

.info-box .thumbnail-label a {
  color: #121948;
}

footer {
  border-top: 1px solid #d9c483 !important;
  background-color: #ffffff !important;
  color: #102b40 !important;
  font-size: 14px !important;
  padding-top: 0;
}
footer .footer-ruem {
  grid-template-columns: 50% 50%;
  align-self: center;
  display: grid;
  justify-content: center;
  grid-template-rows: 100%;
  background-color: #ffffff;
}
footer .footer-ruem .art img {
  width: 100%;
}
footer .footer-ruem .legal {
  width: 50%;
  margin-top: 12%;
  float: left;
}
footer .footer-ruem .legal a:hover {
  text-decoration: none;
  opacity: 0.6;
}
footer .footer-ruem .legal p {
  margin-top: 10px;
  text-align: justify;
}
footer .footer-ruem .legal .footer-unam {
  width: 70px;
  margin-right: 15px;
}
footer .footer-ruem .legal .footer-accion {
  width: 110px;
}
footer .footer-ruem .social {
  width: 40%;
  float: left;
  margin-top: 20%;
}
footer .footer-ruem .social img {
  width: 30px;
}
footer a {
  color: #d5cabd;
}
footer a :hover {
  color: #ffffff;
}
footer .contacto {
  grid-template-columns: 16% 20%;
  align-self: center;
  display: grid;
  justify-content: center;
  text-align: left;
}
footer .contacto a {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 800;
}
footer .contacto a:hover {
  text-decoration: none !important;
  opacity: 0.5;
}
footer .redes {
  justify-content: left;
  text-align: left;
}
footer .redes a {
  margin-right: 20px;
  color: #d5cabd;
}
footer .redes a :hover {
  opacity: 0.5;
}
footer .redes a > i {
  font-size: 15px;
}
footer #designedby {
  margin-top: 0;
}
footer #footer_feedback {
  color: #d5cabd;
  font-size: 10px;
}
footer #footer_feedback a {
  color: #d5cabd;
}

ol.breadcrumb {
  padding-left: 40px;
}
ol.breadcrumb li > a {
  color: #3d372a;
}
ol.breadcrumb li > a:hover {
  text-decoration: none;
  opacity: 0.6;
}

#display-item-cnt .metadata-cnt {
  width: 100%;
}
#display-item-cnt .metadata-cnt .dc_rights {
  width: 100%;
  text-align: justify;
}

#display-item-cnt .inner.download-panel {
  height: fit-content;
  padding: 10px;
  max-width: 100%;
  border: 2px solid #24548e;
  border-radius: 4px;
  text-align: left;
  font-size: 18px;
  background-color: #ffffff;
  width: fit-content;
  display: inline-block;
  margin: 3px;
}

header > div {
  background-color: #3d372a;
}
header > div .titulo a {
  color: #121948;
  text-decoration: none;
}
header > div .titulo a :hover {
  color: #121948;
  text-decoration: none;
}

.hd-logos {
  display: flex;
  height: 120px;
  padding: 0;
}
.hd-logos .logo-unam {
  clear: none;
  display: blocK;
  float: left;
  width: auto;
  height: auto;
  margin: 0 0% 0 1.7%;
  padding: 0 3% 0 0;
  align-self: center;
}
.hd-logos .logo-unam img {
  display: block;
  max-height: 90px;
  max-width: 100%;
  width: auto;
  height: auto;
  filter: saturate(0.9);
}
.hd-logos .logo-entidad {
  clear: none;
  display: blocK;
  float: left;
  width: auto;
  height: auto;
  padding: 0 3% 0 2%;
  align-self: center;
}
.hd-logos .logo-entidad img {
  display: block;
  max-height: 90px;
  max-width: 90%;
  width: auto;
  height: auto;
}

#bg-hd {
  background-image: linear-gradient(to left, #6a5143, #102b40);
}

.title-ent {
  width: 73%;
  text-align: right;
  margin-right: 2%;
}
.title-ent h2 {
  color: #f9ecdd;
  letter-spacing: 1px;
  font-size: 2.5rem;
}
.title-ent h3 {
  color: #f9ecdd;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 2em;
  margin-top: 0;
}
.title-ent a:hover {
  color: transparent;
  text-decoration: none !important;
}

.navbar-collapse {
  background: #d5cabd;
}

.navbar-nav > li > a {
  margin-top: 7px;
  color: #3d372a;
}
.navbar-nav > li > a:hover {
  opacity: 0.6;
}

#discovery-toggle {
  top: 200px;
  background-color: #ebe1d7;
  z-index: 10;
}
#discovery-toggle:hover.desktop.open {
  background-color: #cec090;
}
#discovery-toggle:hover.desktop.open::after {
  filter: invert(100%);
}

#scrollup {
  background-color: #ebe1d7;
}
#scrollup:hover {
  background-color: #cec090;
}
#scrollup:hover::after {
  filter: invert(100%);
}

ol.breadcrumb {
  background-color: #f9ecdd;
}

.glider-next {
  color: #4c3102;
}

.glider-prev {
  color: #4c3102;
}

.btn-primary {
  background-image: linear-gradient(to bottom, #121948, #121948);
  border-color: #121948;
}

a {
  color: #574d2d;
}

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

.glider-dot {
  background-color: #c6c6c6;
}

.thumbnail .caption {
  color: #10121b;
}

.dropdown-menu > li > a:hover {
  background-color: #d5cabd;
}

.index-cm {
  margin-top: 5%;
}
.index-cm div {
  display: inline-block;
  margin: 11px;
  font-size: 19px;
  color: #9f6f2b;
}
.index-cm div a:hover {
  text-decoration: none !important;
  color: #d1be9d;
}

.index-subcommunities {
  text-align: center;
}

.index-search {
  width: 100%;
  margin-top: 2%;
}
.index-search #index-query {
  border: 1px solid #9f6f2b;
  border-radius: 20px;
  height: 50px;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding-left: 20px;
}
.index-search input:focus-visible {
  outline: 1px solid #09090240;
}
.index-search button {
  background-color: #fbfbfa00;
  border: none;
  box-shadow: none !important;
}
.index-search button span {
  font-size: x-large;
  top: 7px;
}

.index-community {
  display: inline-block;
  box-sizing: border-box;
  margin: 2%;
  text-align: center;
}
.index-community :hover {
  text-decoration: none !important;
  opacity: 0.7;
}
.index-community a {
  color: #121948;
  margin: 5px;
}
.index-community a img {
  max-width: 150px;
}
.index-community a span {
  display: none;
}
.index-community a :hover {
  opacity: 0.7;
}

.well {
  background-image: linear-gradient(to bottom, #ffffff 0, #f9f6f3 100%) !important;
  margin-top: 25px;
}

.panel-primary > .panel-heading {
  background-image: linear-gradient(to bottom, #3e425a 0, #5b6187 100%);
}

ol.breadcrumb {
  padding: 8px 15px 8px 40px !important;
}

.logo-comm {
  max-width: 150px;
}

.alert-info {
  color: #fffdfd;
  background-image: linear-gradient(to bottom, #3e425a 0, #5b6187 100%);
}

.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #5b6187;
  border-color: #3e425a;
  background-image: linear-gradient(to bottom, #3e425a 0, #5b6187 100%);
}

.panel-success > .panel-heading {
  color: #121948;
  background-color: #121948;
  border-color: #d6e9c6;
  background-image: linear-gradient(to bottom, #ebd9bb 0, #eee7bf 100%);
}

#description-collections {
  width: 96vw;
  margin: 0 2vw;
  display: block;
  position: relative;
}
#description-collections .ruem-description {
  margin-top: 4vmin;
  align-items: center;
}
#description-collections .logo-ru {
  display: grid;
  place-items: center;
  height: 30vh;
  max-height: 300px;
}
#description-collections .logo-ru img {
  height: 100%;
  max-width: 94%;
  max-height: 94%;
  object-fit: contain;
}
#description-collections .intro {
  padding: 2vh 2vw;
  margin: 0 0 3% 0;
  text-align: justify;
  background-color: #102b40;
  color: #ffffff;
  font-size: calc(14px + 6 * (100vw - 320px) / 680) !important;
}
#description-collections .box {
  margin-bottom: 3%;
}
#description-collections .box form {
  text-align: center;
}
#description-collections .box button {
  background-color: transparent;
  margin: 0 0 0 -55px;
  border: none;
  color: #f08a48;
  font-size: 2.75rem;
}
#description-collections .box input::placeholder {
  color: #102b40;
}
#description-collections .search-box {
  border-radius: 6px;
  height: 65px;
  border: 1px solid #102b40;
  background-color: #ffffff;
  width: 98%;
  color: #000000;
  font-size: 3rem;
  margin: 5vh 0 3vh -1vw;
  padding: 0 20px;
}
#description-collections .expl {
  margin-right: 30px;
}
#description-collections .coll-cnt {
  margin-top: 44px;
}
#description-collections .coll-cnt a.collection-ent {
  display: block;
  overflow: hidden;
  font-size: clamp(1rem, 4vmin, 2rem);
  color: #102b40;
}
#description-collections .coll-cnt a.collection-ent:hover {
  opacity: 0.8;
  text-decoration: none;
}
#description-collections .coll-cnt a.collection-ent img {
  width: 150px;
  border-radius: 6px;
}
#description-collections .coll-cnt .list-group-item {
  border: 1px solid #102b40;
  padding: 7px 12px;
}
#description-collections .coll-cnt .list-group-item a {
  color: #102b40;
  font-weight: 600;
}
#description-collections .coll-cnt .list-group-item a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.count div {
  display: inline-block;
  vertical-align: middle;
}
.count .res-vis {
  border: 2px solid #102b40;
  border-radius: 10px;
  padding: 20px;
  margin: 0 1% 0 1%;
  font-size: 1.2em;
  width: 240px;
}

.counts {
  border: 1px solid #102b40;
  border-radius: 6px;
  padding: 20px;
  margin: 20px 2vw;
  background-color: #ffffff;
}
.counts .total {
  font-size: 2rem;
  color: #102b40;
  font-weight: 600;
  text-align: center;
  font-size: clamp(1rem, 5vw, 3rem);
}
.counts .count-label {
  font-size: 1rem;
  color: #102b40;
  text-align: center;
  font-size: clamp(0.1rem, 4vw, 2rem);
}

.standard .btn-primary:focus {
  background-color: #102b40;
}
.standard .btn-primary:hover {
  background-position: 0;
}

/* mobile*/
@media (min-width: 200px) and (max-width: 450px) {
  #description-collections .ruem-description {
    width: 100%;
    margin: 0;
  }
  #description-collections .search-box {
    font-size: 2rem;
    height: 50px;
  }
  #description-collections .box button {
    font-size: 2.4rem;
    margin: 0 0 0 -40px;
  }
  #description-collections .coll-cnt {
    margin: 10vmin default;
  }
  #description-collections .coll-cnt a.collection-ent {
    margin: 3vmin 0;
  }
  #description-collections .coll-cnt a.collection-ent img {
    width: 24vmin;
  }

  footer .legal {
    margin-top: 1% !important;
    width: 80% !important;
  }
  footer .legal b {
    font-size: 5px !important;
  }
  footer .legal p {
    margin-top: 0 !important;
    font-size: 4px !important;
  }
  footer .legal .footer-unam {
    width: 20px !important;
  }
  footer .legal .footer-accion {
    width: 35px !important;
  }
  footer .social {
    margin-top: 0 !important;
    width: 15% !important;
  }
  footer .social img {
    width: 15px !important;
  }
}
@media (min-width: 451px) and (max-width: 768px) {
  #description-collections .ruem-description {
    display: block !important;
  }

  .res-vis {
    margin-top: 1% !important;
  }

  #description-collections .col {
    display: block !important;
    width: auto !important;
  }

  .ds-home-explorer h2 {
    margin-left: 5px;
  }

  footer .legal {
    text-align: left;
    margin-top: 2% !important;
    width: 80% !important;
  }
  footer .legal .footer-unam {
    width: 25px !important;
  }
  footer .legal .footer-accion {
    width: 40px !important;
  }
  footer .legal b {
    font-size: 0.6rem;
  }
  footer .legal p {
    font-size: 0.5rem;
    margin-top: 0 !important;
  }
  footer .social {
    margin-top: 3% !important;
    width: 15% !important;
  }
  footer .social img {
    width: 15px !important;
  }
}
@media (min-width: 580px) and (max-width: 768px) {
  .metadata-cnt .dc_title, .metadata-cnt .dc_title_alternative, .metadata-cnt .dc_creator, .metadata-cnt .author, .metadata-cnt .dc_date_issued, .metadata-cnt .dcterms_extent,
.metadata-cnt .dc_identifier_uri, .metadata-cnt .dc_identifier_url, .metadata-cnt .dc_source, .metadata-cnt .dc_identifier_isbn, .metadata-cnt .dc_format {
    width: 100%;
  }
}
@media (min-width: 1537px) {
  .index-all {
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media (min-width: 1001px) and (max-width: 1370px) {
  footer .legal {
    margin-top: 5% !important;
    width: 60% !important;
  }
  footer .footer-unam {
    width: 50px !important;
  }
  footer p {
    font-size: 10px;
  }
}
@media (max-width: 920px) {
  .description {
    font-size: 12px;
  }

  .index-search #index-query {
    height: 35px;
  }

  .index-cm {
    display: none;
    font-size: 11px;
    text-align: center;
  }
  .index-cm a {
    margin-left: 3%;
    margin-right: 3%;
  }

  .index-community a img {
    width: 100px;
    margin: 10px;
  }
  .index-community a span {
    display: contents;
  }

  .index-subcommunities {
    text-align: center;
  }

  footer .contacto {
    display: block;
    text-align: center;
  }
  footer .contacto div {
    font-weight: 500;
    margin: 10px;
  }
  footer .contacto div a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  footer .redes {
    text-align: center;
  }

  .text-commun {
    display: contents !important;
  }
}
@media (max-width: 800px) {
  .breadcrumb-cnt .container .container-fluid .navbar-collapse .navbar-nav li a {
    padding-right: 10px;
  }

  .breadcrumb-cnt .container div {
    margin: 0;
  }
  .breadcrumb-cnt .container div .navbar-form {
    padding: 0;
    margin-right: 0;
  }
  .breadcrumb-cnt .container div .navbar-form > button {
    position: fixed;
    padding-left: 6px;
  }

  #discovery-toggle {
    top: 180px;
    background-color: #626ba5 !important;
  }

  #footer_feedback {
    margin-top: 70px;
  }

  .breadcrumb-cnt .container .container-fluid .navbar-collapse .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .metadata-cnt {
    width: 100% !important;
  }
}
@media (min-width: 1371px) and (max-width: 1800px) {
  footer .footer-ruem .legal {
    margin-top: 7%;
  }
  footer .footer-ruem .legal .footer-unam {
    margin-right: 50px;
  }
}
@media (min-width: 1801px) {
  footer .footer-ruem .legal {
    margin-top: 7%;
  }
  footer .footer-ruem .legal .footer-unam {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  footer .footer-ruem .legal .footer-accion {
    margin-bottom: 50px;
  }

  footer .footer-ruem .social img {
    width: 40px;
  }

  .breadcrumb-cnt .container .container-fluid {
    width: 75%;
  }
}
@media (max-width: 627px) {
  .title-ent h2 {
    font-size: 1.7rem;
  }
  .title-ent h3 {
    font-size: 1.7rem;
  }
}
@media (min-width: 588px) and (max-width: 768px) {
  footer .legal {
    margin-top: 4% !important;
    text-align: left;
  }
  footer .legal b {
    font-size: 0.9rem;
  }
  footer .legal p {
    font-size: 8px;
  }
  footer .social {
    margin-top: 12% !important;
    margin-left: 2%;
    width: 10% !important;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  footer .legal {
    margin-top: 4% !important;
    width: 65% !important;
  }
  footer .legal .footer-unam {
    width: 40px !important;
  }
  footer .legal .footer-accion {
    width: 70px !important;
  }
  footer .legal b {
    font-size: 9px;
  }
  footer .legal p {
    font-size: 9px;
  }
  footer .social {
    width: 35% !important;
  }
  footer .social img {
    width: 25px !important;
  }
}
@media (min-width: 992px) {
  #description-collections .ruem-description {
    margin-top: 4vmin;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1073px) {
  .breadcrumb-cnt .container .container-fluid .navbar-collapse .navbar-nav li a {
    font-size: 11px;
    padding-right: 10px;
  }

  .breadcrumb-cnt .container div > .navbar-form .search-box {
    width: 160px;
  }
}

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