@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700,700i&display=swap');

/* VARIABLES */
:root {
  --color01: #c1000c;
  --color02: #012155;
  --color03: #2a2c2b;
  --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);
}

/*Reset: modern-css-reset by hankchizljaw*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd,
form {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  text-decoration: none;
}

/* Make images easier to work with */
img:not([class]) {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

html,
body{
  font-family: 'Ubuntu', sans-serif;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.btn-success {
  background: var(--color01) !important;
  box-shadow: none !important;
}

/*End reset*/

/* ESTILOS */
html {
  position: relative;
  overflow-x: hidden;
}

/* html::after {
  content: '';
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -2;
  background: url('../images/bkgBE.svg') no-repeat left center/contain;
}

@media (max-width: 800px) {
  html::after {
    background: url('../images/bkgBE.svg') no-repeat left 90% center/cover;
  }
} */

html::before {
  content: '';
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.85);
}

body {
  color: var(--color03) !important;
}

#wrap {
  padding: 0 !important;
}

.custom-footer {
  background: #ffffff;
}

.content-carrousel {
  position: absolute;
  width: 100%;
  height: 350px;
  background: var(--color03);
  overflow: hidden;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-carrousel::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(34, 14, 2, 0.5);
}

.content-carrousel .carousel {
  margin-top: 100px;
}

.content-carrousel .carousel-control {
  display: none;
}

#header-region{
  padding-top: 12px;
}

#header-region .navbar .navbar-inner {
  width: 97%;
  height: 70px;
  box-shadow: var(--sombra02);
  margin: 0 auto;
  border-radius: 4px;
  background: #ffffff;
  /* flex */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header-region .navbar .navbar-inner .container-fluid {
  width: 100% !important;
  /* flex */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header-region .navbar .navbar-inner .container-fluid ul.nav {
  margin-left: auto !important;
}

#logo {
  height: 60px;
  display: block;
  background: transparent url(../images/logo_colina.png) no-repeat center/contain !important;
}

@media (min-width: 1200px) {
  #logo {
    width: 150px !important;
  }
}

.navbar .brand {
  float: left;
  display: block;
  padding: 20px;
  font-size: 20px;
  font-weight: 200;
  color: var(--color01);
  text-shadow: none;
  width: 215px;
  line-height: 1.2;
}

#basketcount span {
  background-color: var(--color01) !important;

}

.lang {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.lang a {
  font-weight: bold;
  padding: 10px !important;
}

.lang a:first-child {
  border-right: 1px solid var(--color03);
}

.li-login {
  display: flex;
  justify-content: center;
  align-items: center;
}

.li-login #login-popup {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0#ffffff;
  cursor: pointer;
}

.iconlog {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/login.svg) no-repeat center/contain;
}

.custom-form #searchsubmit {
  background: url(../images/busqueda.svg) no-repeat center/90%;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 0;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

#moresearches {
  margin: 0 !important;
  padding: 0 !important;
}

#moresearches ul {
  width: 70%;
  margin: 0 auto !important;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

#moresearches li::after {
  content: '' !important;
}

#moresearches li {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  background: #e4e4e4;
  border-radius: 3px;
  width: calc(90% / 3);
  margin: 0 5px;
  transform: translateY(25px);
  box-shadow: var(--sombra01);
  transition: var(--transition);
}

@media (max-width: 800px) {
  #moresearches li {
    width: 100%;
    margin-bottom: 12px;
  }
}

#moresearches li:hover {
  box-shadow: var(--sombra02);
}

#moresearches li a {
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: var(--color01) !important;
  text-align: center;
}

#moresearches li:hover a {
  text-decoration: none !important;
  color: var(--color02) !important;
}

.navbar .nav>li>a,
#login-popup,
#cartlabel {
  color: var(--color02) !important;
}

.custom-h2 {
  position: relative;
  height: 100px;
  color: #ffffff;
  font-size: 2rem;
  line-height: 100px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: -32px;
}

.custom-h2 span {
  color: var(--color01)
}

.main #notloggedin.container-fluid .row-fluid #login {
  display: none;
}

/* Form */
.mastheadsearch {
  background: transparent !important;
  padding: 3.5em 0 0 !important;
}

.mastheadsearch .custom-form {
  position: relative;
  width: 80%;
  height: 40px;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .mastheadsearch .custom-form:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    top: 0;
    left: 1px;
    background: #e4e4e4;
    box-shadow: var(--sombra01);
    z-index: -1;
  }
}

.mastheadsearch .custom-form input.transl1 {
  width: 70% !important;
  height: 40px;
  border: none;
  border-radius: 0 !important;
  padding: 9px 16px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-right: 10px;
}

.mastheadsearch .masthead-select {
  order: 1;
}

.mastheadsearch .custom-form .transl1 {
  order: 2;
}

.mastheadsearch .custom-form .input-append {
  order: 3;
  display: flex;
}

.mastheadsearch .custom-form .input-append> :nth-child(1) {
  order: 2;
}

.mastheadsearch .custom-form .input-append> :nth-child(2) {
  order: 1;
}

.iconoMS {
  width: 32px;
  height: 32px;
  margin-left: 20px;
}

.iconoMSearch__nth0 {
  background: url(../images/busqueda_avanzada.png) no-repeat center/contain;
}

.iconoMSearch__nth1 {
  background: url(../images/busqueda_autoridad.png) no-repeat center/contain;
}

.iconoMSearch__nth2 {
  background: url(../images/busqueda_etiqueta.png) no-repeat center/contain;
}

/* Custom select */
label[for="masthead_search"] {
  display: none;
}

.custom-select {
  position: relative;
  width: 200px !important;
  font-size: 16px !important;
  text-align: center;
}

.custom-select select {
  display: none !important;
}

.select-selected {
  background-color: #e4e4e4;
}

.select-selected:after {
  position: absolute;
  content: '';
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: var(--color01) transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent var(--color01) transparent;
  top: 7px;
}

.select-items div,
.select-selected {
  color: var(--color01);
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font-size: .9rem;
}

.masthead-select .select-selected {
  border-radius: 20px 0 0 20px;
  width: 200px;
}

.masthead-select .select-items {
  width: 200px;
}

.select-library .select-items {
  width: 500px;
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.select-items {
  display: block;
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* Main */
.main {
  padding-top: 50px;
  border: none !important;
  margin: 0 !important;
}

.main.noBkg {
  background: transparent !important;
}

.breadcrumb {
  background: #ffffff !important;
  padding: 24px !important;
}

.breadcrumb li a {
  color: var(--color01);
}

.breadcrumb li a:hover {
  color: var(--color02);
  text-decoration: none;
}

#bibliodescriptions #descriptions,
#bibliodescriptions #comments {
  display: none;
}

.galleryTitles {
  font-size: 2rem;
  color: var(--color01);
  text-align: center;
  line-height: 1;
   margin: 0 0 10px; 
}

.breadcrumb+.container-fluid:not(#notloggedin) {
  background: #ffffff;
  padding-top: 12px;
}

/* SIDEBAR IZQUIERDA RESULTADOS */
#facetcontainer a {
  color: var(--color03);
  text-decoration: none !important;
}

#facetcontainer a:hover {
  color: var(--color01);
}

#facetcontainer h5 {
  color: var(--color01);
}

/* PAGINATION */
.pagination a {
  color: var(--color01);
}

.pagination a:hover,
.pagination a:focus {
  color: var(--color01);
}

/* RESULTADOS */
.title {
  color: var(--color01);
  font-size: 1.1rem;
  display: block;
}

.title+p {
  display: block;
  margin-bottom: 1rem;
}

.title:hover {
  color: var(--color02);
  text-decoration: none;
}

.available {
  color: var(--color02) !important;
  font-size: .8rem;
}

.actions {
  padding: 10px 20px;
  border: 1px solid var(--color02);
  border-radius: 3px;
  margin: 10px 0;
  display: inline-block;
}

.actions a {
  color: var(--color02);
}

.actions:hover {
  border-color: var(--color01);
  text-decoration: none;
}

.actions:hover a {
  color: var(--color01);
}

.toptabs ul {
  padding: 0 !important;
  margin: 0 !important;
}

.toptabs ul li {
  background-color: #e2e8e8;
  border: 1px solid #c9c9c9;
  border-bottom-width: 0;
  border-radius: 2px 2px 0 0;
  color: #727272;
  display: inline-block;
  padding: .5rem;
  white-space: nowrap;
}

.toptabs ul li:first-child {
  border-left: none !important;
}

.toptabs ul li>a {
  font-size: 87%;
  font-weight: 400;
  padding: 0;
  text-decoration: none;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background: var(--color01) !important;
}

/* Detalle */
.record .title {
  font-size: 140%;
  margin-top: 24px;
}

.record h5 {
  font-size: 100%;
  display: flex;
}

.record .authlink {
  padding-left: .25em;
}

.record .results_summary {
  color: #707070;
  display: block;
  font-size: 85%;
  padding: 0 0 .5em;
}

.record .results_summary.subjects {
  display: flex;
  align-items: center;
}

/* Busqueda avanzada */
/* #booleansearch {
  margin-bottom: 12px;
} */

.text-center {
  margin: 24px auto;
}

#booleansearch fieldset {
  display: flex;
  justify-content: space-evenly;
}

#booleansearch fieldset p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#booleansearch fieldset p label {
  margin-right: 12px;
}

#booleansearch fieldset p input {
  height: 2rem;
}

/* Footer */
#koha_url {
  display: none;
}

#myCredits {
  text-align: center;
  margin-top: 70px;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*-- Footer La colina --*/
.site-footer::after {
  clear: both;
}

.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
  table-layout: fixed;
}

footer#colophon {
  position: relative;
  width: 100%;
  color: #a0a0a0;
  float: left;
  padding-top: 10px;
}

.site-footer .site-info {
  width: 1360px;
  margin: 0 auto;
}

.logo_fotter {
  position: relative;
  width: 20%;
  float: left;
  padding-top: 5em;
}

.logo_fotter .widget_media_image {
  margin-bottom: 0px;
}

.widget {
  margin: 0 0 1.5em;
  margin-bottom: 1.5em;
}

.map-site {
  width: 24%;
  padding-left: 6%;
  padding-top: 5em;
}

.map-site,
.link-interes,
.contacto-footer {
  position: relative;
  float: left;
}

.link-interes {
  width: 26%;
  padding-left: 3%;
  padding-top: 5em;
}

.link-interes h2,
.map-site h2 {
  color:#011a54;
  font-size: 1.7em;
  line-height: 1.2em;
  margin-top: 0px;
  margin-bottom: 22.5px;
  clear: both;
  font-weight: bold;
}

.link-interes h2 span,
.map-site h2 span {
  display: block;
  line-height: 1em;
}

.link-interes li a:hover,
.map-site li a:hover {
  color: #e71519;
}

.map-site li .sub-menu {
  display: none;
}

.efqm {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 60px;
}

.efqm .widget {
  margin-bottom: 0px;
}

.efqm img {
  width: 178px;
  margin-left: -14px;
  border-style: none;
}

ul#menu-footer {
  margin-left: 0px;
  padding-left: 0px;
  list-style: disc;
}

footer ul#primary-menu {
  margin: 0 0 1.5em 0px;
  padding-left: 0;
  list-style: disc;
}

footer p {
  margin-bottom: 1em;
}

.link-interes li {
  list-style: none;
}

.map-site li {
  list-style: none;
}

.link-interes li::before,
.map-site li::before {
  content: '- ';
}

.map-site li a,
.link-interes li a {
  color: #a0a0a0;
  text-decoration: none;
}

.contacto-footer {
  width: 30%;
  background:#03173e;
  color:white !important;
  padding: 10px 50px;
  padding-bottom: 10px;
  font-weight: 700;
  padding-bottom: 35px;
}

.contacto-footer .widget:nth-child(1) {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-left: 29px;
}

.contacto-footer .widget:nth-child(1)::before {
  content: '\e90f';
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding: 5px;
  border-radius: 4px;
  top: -6px;
  right: 0;
  font-size: 4em;
  float: left;
  position: relative;
  margin-right: 10px;
  color:white;
}

.contacto-footer .widget:nth-child(1) h3 {
  margin-bottom: 0px;
  line-height: 1.3em;
  color: white !important;
  float: left;
  position: relative;
  clear: inherit;
  width: 68%;
  margin-top: 0px;
}

.contacto-footer .widget:nth-child(1) p {
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 1.1em;
}

.contacto-footer .widget:nth-child(1) .textwidget {
  vertical-align: top;
  clear: right;
  float: left;
  position: relative;
  clear: initial;
}

.contacto-footer .widget:nth-child(2) {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 16px;
}

.contacto-footer .widget:nth-child(2)::before {
  content: '\e908';
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding: 8px 8px;
  border-radius: 3px;
  top: 4px;
  right: 0;
  font-size: 1em;
  float: left;
  position: relative;
  margin-right: 10px;
  color: white;
  background: #bb000a;
}

.contacto-footer .widget:nth-child(2) h3 {
  margin-bottom: 0px;
  line-height: 1.3em;
  float: left;
  position: relative;
  clear: inherit;
  margin-top: 0px;
  display: none;
}

.contacto-footer .widget:nth-child(2) p {
  margin-top: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contacto-footer .widget a {
  text-decoration: none;
  color: #FFF;
}

.contacto-footer .widget:nth-child(3)::before {
  content: '\e90b';
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding: 8px 8px;
  border-radius: 3px;
  top: -4px;
  right: 0;
  font-size: 1em;
  float: left;
  position: relative;
  margin-right: 10px;
  color: white;
  background: #bb000a;
}

.contacto-footer .widget:nth-child(4)::before {
  content: '\e905';
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding: 8px 8px;
  border-radius: 3px;
  top: 4px;
  right: 0;
  font-size: 1em;
  float: left;
  position: relative;
  margin-right: 10px;
  color: white;
  background: #bb000a;
}

.contacto-footer .widget:nth-child(4) h3 {
  margin-bottom: 0px;
  line-height: 1.3em;
  float: left;
  position: relative;
  clear: inherit;
  margin-top: 0px;
  display: none;
}

.sfsi_widget {
  min-height: 55px;
}

.norm_row.sfsi_wDiv {
  text-align: center !important;
  width: 100% !important;
  position: relative !important;
  padding-top: 30px;
}

.norm_row {
  float: left;
  min-width: 25px;
}

.sfsi_wicons.shuffeldiv {
  text-align: center;
}

.sfsi_wicons {
  display: inline-block;
  color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 5px;
}

.inerCnt {
  position: relative;
  z-index: inherit !important;
  float: left;
  width: 100%;
  float: left;
}

.inerCnt,
.inerCnt:hover,
.inerCnt>a,
.inerCnt>a:hover,
.widget-area .widget a {
  outline: 0;
}

.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a,
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a.sficn {
  padding: 0px;
  margin: 0px;
  width: 100%;
  float: left;
  border: medium none;
}

/*-- Footer La colina --*/

@media screen and (max-width: 30em) {
  #logo {
    width: 100px !important;
  }

  .mastheadsearch+.row-fluid {
    margin-top: 32px;
  }

  .mastheadsearch .custom-form {
    width: 100%;
    height: auto;
    border-radius: 3px 3px 0 0;
    /* flex */
    flex-direction: column;
  }

  .mastheadsearch .custom-form input.transl1 {
    width: 85% !important;
  }

  .custom-form .input-append {
    padding: 0 5px;
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
  }

  .masthead-select {
    width: 260px !important;
  }

  .select-library .select-selected,
  .masthead-select .select-selected {
    border-radius: 20px;
  }

  .masthead-select .select-selected {
    width: 100%;
  }

  #moresearches ul {
    width: 100%;
  }

  #booleansearch fieldset {
    flex-wrap: wrap;
  }
}
