/*
------------
 * © Francisco José Caballero Cerezo 2025
 * Queda expresamente prohibida la reproducción, transmisión a otro equipo informático,
 * modificación, adaptación, mantenimiento, corrección de errores, cesión, venta,
 * arriendo, préstamo, cesión de uso ni parcial ni total, transmisión del derecho de uso,
 * divulgación, publicación, etc., del presente código informático sin
 * la autorización expresa del AUTOR.
------------
*/

html,
body {
  height: 100%;
  font-family: Helvetica, "Noto Sans", Helvetica, sans-serif;
  font-family: "Raleway", sans-serif;
}

/* Libro 3D  */

#qrcode img {
  border: 2px solid transparent;
}
/*
a:has(.libro-canvas:hover) .book_title {
  opacity: 0;
}*/

.book_title {
  transition: all 100ms ease-in-out;
}

.libro-canvas {
  width: 139px;
  height: 200px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.libro {
  width: 139px;
  height: 200px;
  position: relative;
  margin: 0 auto;
  left: -21px;
  left: -13px;
  -moz-transform: scaleX(0.88) scaleY(0.95);
  -moz-perspective: 150px;
  -moz-perspective-origin: right center;
  -webkit-perspective: 150px;
  -webkit-perspective-origin: right center;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: scaleX(0.88) scaleY(0.95);
  -o-perspective: 150px;
  -o-perspective-origin: right center;
  -o-transform-style: preserve-3d;
  -o-transform: scaleX(0.88) scaleY(0.95);
  -ms-perspective: 150px;
  -ms-perspective-origin: right center;
  -ms-transform-style: preserve-3d;
  -ms-transform: scaleX(0.88) scaleY(0.95);
  perspective: 150px;
  perspective-origin: right center;
  transform-style: preserve-3d;
  transform: scaleX(0.88) scaleY(0.95);
  text-align: center;
  position: relative;
  transition: all 500ms ease-in-out;
}

.container-item .libro-canvas {
  transition: all 200ms ease-in-out;
}

.container-item .shelf {
  transition: all 200ms ease-in-out;
}

@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .container-main-web a:hover:has(.libro-canvas) .shelf {
    margin-top: 7px;
  }
  .container-main-web a:hover .libro-canvas {
    /*
  -o-perspective: 470px;
  perspective: 470px;

  left: -10px;*/

    margin-top: -15px;
    opacity: 0.92;
  }

  .container-main-web .libro-canvas:hover .cover {
    box-shadow:
      2px 4px 8px rgba(0, 0, 0, 0.1),
      8px 20px 20px rgba(0, 0, 0, 0.1);
  }
}
/*
.libro:hover:before {
  height: 97%;
  right: -20px;
  top: 2px;
  -moz-transform: rotateY(-1deg) translateZ(0px);
  -webkit-transform: rotateY(-1deg) translateZ(0px);
  -o-transform: rotateY(-1deg) translateZ(0px);
  -ms-transform: rotateY(-1deg) translateZ(0px);
  transform: rotateY(-1deg) translateZ(0px);
}

.libro:hover:after {
  height: 97%;
  width: 17px;
  right: -14px;
  -moz-perspective: 5px;
  -moz-transform: rotateY(30deg) translateZ(5px);
  -webkit-perspective: 5px;
  -webkit-transform: rotateY(30deg) translateZ(5px);
  -o-perspective: 5px;
  -o-transform: rotateY(30deg) translateZ(5px);
  -ms-perspective: 5px;
  -ms-transform: rotateY(30deg) translateZ(5px);
  perspective: 1000px;
  transform: rotateY(60deg) translateZ(10px);
}*/

/*.libro {
    display: none;
}*/

.libro .cover {
  background-image: url("../img/default_cover1.png");
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  height: 200px;
  width: 150px;
  position: absolute;
  left: 12px;
  left: 0.5px;
  border-radius: 1px;
  z-index: 12 !important;
  -moz-transform: rotateY(-4deg) translateZ(0px);
  -webkit-transform: rotateY(-4deg) translateZ(0px);
  -o-transform: rotateY(-4deg) translateZ(0px);
  -ms-transform: rotateY(-4deg) translateZ(0px);
  transform: rotateY(-4deg) translateZ(1px);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  color: transparent;
}

.libro .cover0 {
  background-image: url("../img/default_cover1.png");
}

.libro .cover1 {
  background-image: url("../img/default_cover2.png");
}

.libro .cover2 {
  background-image: url("../img/default_cover3.png");
}

.libro .cover3 {
  background-image: url("../img/default_cover4.png");
}

.libro .cover4 {
  background-image: url("../img/default_cover5.png");
}

.libro .cover5 {
  background-image: url("../img/default_cover6.png");
}

.libro .cover6 {
  background-image: url("../img/default_cover7.png");
}

.cover .book-title {
  font-weight: 700;
  background: #b98d67;
  background: rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  padding: 2px 1px;
}

.cover .book-author {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.8;
  margin-top: 8px;
}

.cover .book-separator {
  height: 5px;
}

.cover p {
  margin: 11px 10px 0 32px;
  font-size: 15px !important;
  color: #302319 !important;
  text-decoration: none;
  font-family: "Alegreya", serif;
  word-break: break-word;
}

.libro:before,
.libro:after {
  content: "";
  position: absolute;
  transition: all 150ms ease-in-out;
}

.libro:before {
  height: 100%;
  width: 14px;
  position: absolute;
  right: -25px;
  top: 0%;
  background: #5f1e1e;
  z-index: 2;
  -moz-transform: rotateY(-4deg) translateZ(0px);
  -webkit-transform: rotateY(-4deg) translateZ(0px);
  -o-transform: rotateY(-4deg) translateZ(0px);
  -ms-transform: rotateY(-4deg) translateZ(0px);
  transform: rotateY(-4deg) translateZ(0px);
}

.libro:after {
  background: #f5f5f5;
  box-shadow:
    0 1px 4px rgba(0, 0, 0, 0.1),
    18px 3px 20px rgba(0, 0, 0, 0.25) inset;
  height: 98%;
  width: 10px;
  right: -19px;
  top: 1%;
  z-index: 3;
  -moz-perspective: 5px;
  -moz-transform: rotateY(20deg) translateZ(5px);
  -webkit-perspective: 5px;
  -webkit-transform: rotateY(20deg) translateZ(5px);
  -o-perspective: 5px;
  -o-transform: rotateY(20deg) translateZ(5px);
  -ms-perspective: 5px;
  -ms-transform: rotateY(20deg) translateZ(5px);
  perspective: 5px;
  transform: rotateY(20deg) translateZ(5px);
  /*box-shadow: 5px 12px 15px 5px rgba(0, 0, 0, 1);*/
}

.libro .book-shadow {
  background: green;
  position: absolute;
  height: 200x;
  width: 149px;
}

.book-l {
  width: 264px;
  height: 360px;
  display: block;
  position: relative;
  margin: 0 auto;
  transform: scaleX(0.93) scaleY(0.97);
  transform-style: preserve-3d;
}

.book-l:after {
  right: -30px;
}
.book-l:before {
  right: -37px;
}

.book-l .cover {
  width: 275px;
  height: 360px;
  position: absolute;
  left: 10px;
  -moz-transform: rotateY(-2deg) translateZ(1px);
  -webkit-transform: rotateY(-2deg) translateZ(1px);
  -o-transform: rotateY(-2deg) translateZ(1px);
  -ms-transform: rotateY(-2deg) translateZ(1px);
  transform: rotateY(-2deg) translateZ(1px);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
}

.book-l .cover .book-title {
  padding: 15px 18px;
}

.book-l .cover p {
  margin: 26px 22px 0 70px;
  margin: 20px 22px 0 70px;
  font-size: 25px !important;
  text-shadow: none !important;
}

.book-l .cover0 {
  background-image: url("../img/default_cover1l.png");
}

.book-l .cover1 {
  background-image: url("../img/default_cover2l.png");
}

.book-l .cover2 {
  background-image: url("../img/default_cover3l.png");
}

.book-l .cover3 {
  background-image: url("../img/default_cover4l.png");
}

.book-l .cover4 {
  background-image: url("../img/default_cover5l.png");
}

.book-l .cover5 {
  background-image: url("../img/default_cover6l.png");
}

.book-l .cover6 {
  background-image: url("../img/default_cover7l.png");
}

body {
  /*background: #54546c;
  background: -webkit-linear-gradient(#000000, #54546c);
  background: -o-linear-gradient(#000000, #54546c);
  background: -moz-linear-gradient(#000000, #54546c);
  background: linear-gradient(#000000, #54546c);
  background-attachment: fixed;
  background-image: url(../img/blur/bg1.jpg);*/

  /*background: radial-gradient(#afcad5, #7f8583, #866441);*/
  /*background-repeat: no-repeat;
  background-position: center center fixed;*/
  /* no-repeat center center fixed*/
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  /*transition: background 0.03s linear;
    will-change: transform;*/
  /*background: linear-gradient(to right, rgb(103, 174, 217), rgb(224, 230, 210));*/

  background: #cddde8;
  background: #517db0;

  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.text-white {
  color: white;
}

.text-white a {
  color: rgba(255, 255, 255, 0.75);
}

.text-white a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.select {
  cursor: pointer;
  margin-bottom: 5px;
  opacity: 0.92;
}

.select:hover {
  opacity: 0.7;
}

.book_shelf {
  padding: 15px 15px 0 15px;
  margin: auto;
  text-align: center;
  color: white;
  height: 330px;
}

.book_shelf-kiosk {
  padding-left: 15px;
  padding-right: 15px;
}

.book_shelf-kiosk a {
  cursor: none;
}

.main-view-web .book_shelf-kiosk a {
  cursor: pointer;
}

.main-view-web .book_shelf-kiosk a:hover,
.main-view-web .book_shelf-kiosk a:active,
.main-view-web .book_shelf-kiosk a:focus {
  text-decoration: none;
}

.book_title {
  color: white;
  font-size: 1.16em;
  font-weight: 800;
  font-weight: 700;
  min-height: 50px;
  margin-bottom: 46px;
  text-shadow:
    1px 1px 1px black,
    1px 1px 1px rgba(0, 0, 0, 0.3),
    0px 1px 1px black,
    1px 1px 10px rgba(0, 0, 0, 0.3);
  text-shadow:
    1px 1px 1px rgba(0, 0, 0, 1),
    1px 1px 1px rgba(0, 0, 0, 0.4),
    0px 1px 1px rgba(0, 0, 0, 0.3),
    0px 0px 1px rgba(0, 0, 0, 0.3),
    0px 0px 2px black,
    1px 1px 10px rgba(0, 0, 0, 0);
  line-height: 21px;
  font-size: 1.28em;
  text-shadow:
    1px 1px 1px rgba(0, 0, 0, 0.8),
    1px 1px 0px rgba(0, 0, 0, 0.4),
    0px 1px 1px rgba(0, 0, 0, 0.2),
    0px 0px 1px rgba(0, 0, 0, 0.2),
    0px 0px 2px black,
    1px 1px 10px rgba(0, 0, 0, 0);
}

.book_cover {
  height: 200px;
  width: 149px;
  /*box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.6);*/
  background-image: url("../img/default_cover.png");
  background-repeat: no-repeat;
  background-position: center;
  clear: both;
  text-align: center;
}

.book-cover-canvas {
  height: 200px;
  width: 149px;
  clear: both;
  text-align: center;
}

.book-cover-canvas .not-available {
  height: 200px;
  width: 149px;
  background-image: url("../img/not_available_book.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  opacity: 0.82;
  z-index: 250;
}

.digital-resource {
  background: rgba(213, 213, 213, 0.85);
  border-radius: 5px;
  color: darkslategrey;
  font-size: 0.8em;
  padding: 3px;
  position: absolute;
  right: 20px;
  top: 6px;
  z-index: 255;
}

.information-bar {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.78);
  height: 40px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 10px;
}

.information-bar-kiosk {
  margin: 16px;
}

.information-bar .information-current {
  display: inline;
  font-weight: bold;
  margin-right: 10px;
}

.information-bar .information-delete {
  float: right;
  margin-right: -10px;
  margin-top: -10px;
  padding: 10px;
}

.information-bar .information-delete a {
  color: inherit;
}

.information-bar .information-delete:hover {
  background: rgba(0, 0, 0, 0.09);
}

.introduction-panel {
  border: 2px solid rgba(255, 255, 255, 0.57) !important;
  border: 0 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  color: white;
  font-size: 19px;
  font-weight: 400;
  opacity: 0.95;
  padding: 25px;
  text-align: left !important;
  min-height: 245px !important;
  /*text-shadow: 1px 2px 2px black;*/
  z-index: -9999;
}

.introduction-panel .panel-text {
  background: rgba(255, 255, 255, 0.65);
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  padding: 7px 15px;
  font-size: 18px;
  /*text-shadow: 0 0px 1px rgba(255, 255, 255, .7);*/
  width: auto;
}

.introduction-panel .panel-text strong {
  font-weight: 600;
}

.introduction-panel .brand,
.brand {
  padding: 0;
}

.introduction-panel .brand img,
.brand img {
  height: 195px;
  opacity: 0.65;
  padding: 16px 16px 18px 16px;
  background: rgba(0, 0, 0, 0.52);
  border-radius: 3px;
}

.main-view-web .introduction-panel .brand img,
.brand img {
  height: 125px;
  opacity: 0.65;
  padding: 13px 13px 15px 13px;
}

.panel-1 {
  background-image: url(../img/bg1.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(26, 52, 70, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/bg1.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-2 {
  background-image: url(../img/bg2.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(26, 52, 70, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/bg2.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-3 {
  background-image: url(../img/bg3.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(26, 52, 70, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/bg3.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-4 {
  background-image: url(../img/bg4.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(26, 52, 70, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/bg4.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-5 {
  background-image: url(../img/bg5.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(26, 52, 70, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/bg5.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-6 {
  background-image: url(../img/bg6.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(26, 52, 70, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/bg6.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-7 {
  background-image: url(../img/bg7.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(26, 52, 70, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/bg7.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-8 {
  background-image: url(../img/bg8.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(26, 52, 70, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/bg8.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-9 {
  background-image: url(../img/bg9.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(26, 52, 70, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/bg9.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-10 {
  background-image: url(../img/bg10.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(26, 52, 70, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/bg10.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-11 {
  background-image: url(../img/bg11.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(26, 52, 70, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/bg11.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-12 {
  background-image: url(../img/bg12.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(26, 52, 70, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/bg12.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-13 {
  background-image: url(../img/bg13.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(26, 52, 70, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/bg13.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-14 {
  background-image: url(../img/bg14.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(26, 52, 70, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/bg14.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-15 {
  background-image: url(../img/bg15.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(26, 52, 70, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/bg15.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-16 {
  background-image: url(../img/bg16.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(26, 52, 70, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/bg16.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-17 {
  background-image: url(../img/bg17.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(26, 52, 70, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/bg17.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

/*
.introduction-panel:hover {
  opacity: 0.95 !important;
}*/

#keyboardModal .btn,
#keyboardModal input {
  cursor: none;
}

.margin-auto {
  margin: auto;
}

a:hover {
  text-decoration: none;
}

.shelf {
  border-bottom: 30px solid #968474;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  top: -15px;
  z-index: -1;
}

.shelf:after {
  content: "";
  background: #756659;
  height: 6px;
  /*width: calc(140%);*/
  /*IE9+*/
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 -20px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  height: 85px;
  width: 200px;
}

.footer-logo {
  position: absolute;
  padding: 11px 20px 13px 62px;
  bottom: 0px;
  left: 0px;
  margin-right: 159.984px;
  opacity: 0.58;
  z-index: 9999999;
}

.footer-logo img {
  height: 28px;
}

.footer-library-logo {
  position: absolute;
  bottom: 13px;
  right: 216px;
  opacity: 0.58;
  z-index: 9999999;
}

.footer-legalnotice {
  position: absolute;
  padding: 11px 15px 13px 0px;
  bottom: 3px;
  left: 207px;
  opacity: 0.58;
  z-index: 9999999;
  color: white;
  font-weight: 600;
  text-shadow:
    1px 1px 1px rgba(0, 0, 0, 0.5),
    1px 1px 1px rgba(0, 0, 0, 0.5),
    0px 1px 1px rgba(0, 0, 0, 0.5);
}

.watermark-web {
  clear: both;
  width: 100%;
  display: block;
}

.watermark-web .footer-logo,
.watermark-web .footer-library-logo,
.watermark-web .footer-legalnotice {
  position: relative;
  display: inline;
}

.watermark-web .footer-logo {
  margin-right: 0;
}

.watermark-web .footer-legalnotice {
  bottom: 0;
  left: 0;
  font-size: 0.9em;
}

.watermark-web .footer-library-logo {
  bottom: 0;
  right: 0;
  padding-bottom: 3px;
  height: 24px;
}

.back-btn {
  background: rgba(255, 255, 255, 0.8);
  width: 150px;
  height: auto;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 1.5em;
  margin: -20px 0 0 50px;
}

.main-canvas {
}

.main-view {
  height: 100%;
  margin: 0;
  padding: 45px;
}

.main-view .information-delete {
  cursor: none;
}

.main-view .information-delete:hover {
  background: rgba(0, 0, 0, 0);
  cursor: none;
}

.main-view .information-delete:active {
  cursor: none;
}

.container-main-web {
  padding-top: 80px;
  padding-top: 91px;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .container.container-main-web {
    padding-top: 92px;
  }
}

@media (min-width: 1650px) {
  .container.container-main-webb {
    padding-top: 40px;
  }
}

@media (min-width: 1920px) {
  .container.container-main-web {
    padding-top: 18px;
  }
}

.scroll-top-btn,
.scroll-back-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  background: rgba(46, 50, 55, 1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  z-index: 999999999;
  font-size: 28px;
  padding: 0px 0px 3px 1.5px;
}

.scroll-back-btn {
  right: 24px;
  opacity: 0.6;
  cursor: pointer;
  pointer-events: auto;
  display: none;
  padding: 0 0 3px 0;
}

.scroll-top-btn:hover,
.scroll-back-btn:hover {
  opacity: 0.8;
}

.scroll-top-btn-visible {
  opacity: 0.6;
  pointer-events: auto;
}

.scroll-back-btn {
  display: inline-flex;
  /*bottom: 12px;*/
  left: 24px;
  right: auto;
}
.scroll-top-btn {
  right: 24px;
  left: auto;
}

@media (max-width: 768px) {
  .scroll-top-btn,
  .scroll-back-btn {
    right: 14px;
    bottom: 21px;
  }
  .scroll-top-btn {
    right: 14px;
    left: auto;
  }
  .scroll-back-btn {
    /*bottom: 9px;*/
    left: 14px;
    right: auto;
  }
}

@media (hover: hover) and (pointer: fine) {
  .scroll-top-btn,
  .scroll-back-btn {
    transition:
      opacity 0.2s ease-in-out,
      transform 0.2s ease-in-out;
  }
  .container-main-web .scroll-top-btn,
  .container-main-web .scroll-back-btn {
    transform: translateY(0);
  }

  .scroll-top-btn:active {
    transform: translateY(2px);
  }
  .scroll-top-btn-visible {
    transform: translateY(0);
  }
  .scroll-back-btn:active {
    transform: translateY(2px);
  }
}

@media (min-width: 1450px) {
  .container-main-web {
    padding-left: 6em;
    padding-right: 6em;
  }
}

.main-view-web {
  height: 100%;
  height: calc(100% - 60px);
  width: 100%;
  padding: 70px 42px 70px 42px;

  height: 0;
  padding: 10px 55px;
}

@media screen and (max-width: 576px) {
  .main-view-web {
    padding: 0;
  }
}

.modal {
  text-align: center;

  background: linear-gradient(to right, rgb(103, 174, 217), rgb(224, 230, 210));
  z-index: 20000;
  height: 100dvh;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-header .close {
  font-size: 122px;
  font-weight: 200;
  height: 120px;
  margin-bottom: -27px;
  margin-top: -45px;
  opacity: 0.3;
}

.modal-header .close-sm {
  font-size: 60px;
  margin-top: -10px;
  height: auto;
  margin-bottom: -5px;
}

.modal-header .modal-title {
  padding-left: 4px;
  padding-top: 10px;
  text-transform: uppercase;
}

.modal-backdrop.in {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.8);
  background-image: url(../img/blur/bg10.jpg);
  background-repeat: no-repeat;
  background-position: center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 19990 !important;
}

.modal-body {
  background: #f1f1f1;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0s ease-out;
  -o-transition: -o-transform 0s ease-out;
  transition: transform 0s ease-out;
}

.navbar {
  height: 100%;
  background: white;
  margin-bottom: 10px;
  text-align: center;
  /*text-transform: uppercase;*/
  padding: 0;
  padding-top: 65px;
  background: rgba(255, 255, 255, 0.72);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.78);
}
.top-z-index {
  z-index: 999999999999;
}

.navbar-button,
.navbar-button a {
  color: rgba(0, 0, 0, 0.78);
  cursor: none;
  display: block;
  padding: 30px 15px 30px 15px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.001);
}

.navbar-button-highlighted {
  box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.09);
  background: rgba(24, 26, 30, 0.08);
  background: rgba(24, 26, 30, 0.09);
}

/*.navbar-detailtabs .navbar-button:active {
    background: rgba(197, 230, 195, .55);
    background: rgba(24, 26, 30, .25);
}

.navbar-button-change {
    background: rgba(197, 230, 195, .55);
    background: rgba(24, 26, 30, .25);

}*/

.navbar-arrows {
  bottom: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.navbar-arrows .navbar-button {
  padding-top: 15px;
  padding-bottom: 15px;
  padding: 0;
}

.navbar-arrows .navbar-button a {
  padding-top: 42px;
  padding-bottom: 42px;
}

.navbar-arrows .navbar-button span {
  font-size: 30px;
}

.navbar .filter {
  background: gray;
  border-radius: 4px;
}

.navbar .filter-active {
  color: rgba(51, 78, 204, 0.78);
}

.navbar-line {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 0.35),
    rgba(0, 0, 0, 0)
  );
  border: 0;
  display: block;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
  margin: 0;
}

.navbar-button span {
  font-size: 25px;
}

.navbar-button .text {
  display: block;
  margin-top: 17px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.navbar-button:active {
  background: rgba(0, 0, 0, 0.09);
  /*background: rgba(207, 240, 205, .6);*/

  color: rgba(0, 0, 0, 0.78);
  cursor: none;
}

.navbar-button:visited {
  background: rgba(0, 0, 0, 0);
  cursor: none;
  pointer-events: none;
}

.top-navbar .navbar-button:hover {
  background: rgba(0, 0, 0, 0.09);
  color: rgba(0, 0, 0, 0.78);
}

.top-navbar .navbar-button:active {
  background: rgba(0, 0, 0, 0.09);
  color: rgba(0, 0, 0, 0.78);
  cursor: default;
}

.top-navbar .navbar-button:visited {
  background: rgba(0, 0, 0, 0);
  cursor: default;
}

navbar .navbar-logo {
  display: none;
}

.top-navbar .navbar-logo {
  display: inline;
}

.top-navbar .navbar-logo img {
  height: 100%;
  cursor: pointer;
}

.top-navbar {
  background: white;
  border: 0;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  height: 50px;
  height: 6.5rem;
  text-align: left;
  width: 100%;
  padding: 13px 20px 10px 20px;
  padding: 18px 30px;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;

  height: 60px;
  padding: 5px 30px;
}

.top-navbar::after {
  bottom: -5px;
  box-shadow: inset 0px 4px 8px -3px rgba(17, 17, 17, 0.06);
  content: "";
  height: 5px;
  left: 0px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0px;
  width: 100%;
  /*transition: opacity 0.4s;
    will-change: opacity;*/
  z-index: 2050;
}

.top-navbar .input-group,
.top-navbar .form-control,
.top-navbar .input {
  display: inline;
}

.top-navbar input {
  height: 33px;
  width: 200px !important;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px !important;
  color: dimgray;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
}

.top-navbar .navbar-button {
  cursor: pointer;
  height: 100%;
  display: inline;
  padding: 18px;
}

.top-navbar .navbar-button:hover {
  background: transparent;
}

.top-navbar .navbar-line {
  display: none;
}

.top-navbar span {
  font-size: 17px;
}

.top-navbar .text {
  display: inline;
  padding-left: 6px;
}

@media (min-width: 568px) and (max-width: 991px) {
  .top-navbar {
    padding: 5px 3px;
  }
}

@media screen and (max-width: 576px) {
  .top-navbar {
    padding: 5px 3px;
  }

  .top-navbar .navbar-button {
    padding: 16px 5px 16px 5px;
  }

  .top-navbar .form-control {
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  .top-navbar [data-toggle="tooltip"] + .tooltip,
  .tooltip.top-navbar-tooltip {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .navbar-collapse,
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:active,
  .navbar-inverse .navbar-toggle:focus {
    background: #19283d;
  }
  .navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: 0;
  }
  .navbar-search-toggle {
    float: right;
    margin-right: 15px;
    margin-left: 0;
    margin-top: 8px;
    padding: 4px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    color: #ffffff;
  }
  .navbar-search-toggle span {
    padding-top: 1.5px;
  }
  .navbar-inverse .navbar-search-toggle:hover,
  .navbar-inverse .navbar-search-toggle:focus {
    background: #19283d;
  }
  .navbar-form {
    float: none !important;
    border: 0 !important;
    padding: 10px 15px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.container-main-web .libro,
.container-main-web .libro:before,
.container-main-web .libro:after,
.container-main-web .libro .cover {
  z-index: 1 !important;
}

.safari .container-main-web .libro .cover {
  /* Keep navbar above 3D cards on Safari */
  z-index: 8 !important;
}

.loading {
  opacity: 1;
  width: 100%;
  height: 100%;
  height: 100dvh;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.loading object,
.loading .lds-css,
.loading img,
.loading .text {
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  /* Half the height */
  margin-left: -40px;
  /* Half the width */
}

.loading-absolute .loading {
  /*background-image: url(../img/blur/bg4.jpg);
  background-repeat: no-repeat;
  background-position: center center fixed;*/
  /* no-repeat center center fixed*/
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999998;

  background: linear-gradient(to right, rgb(103, 174, 217), rgb(224, 230, 210));
  */
}

.loading-absolute {
  display: none;
}

.container-main-web .loading-absolute .loading::before,
.container-main-totem .loading-absolute .loading::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
}

@media (min-width: 1450px) {
  .container {
    width: 1450px;
  }
}

.error {
  color: white;
  height: 100%;
  padding-top: 0;
  text-align: center;
  text-shadow: 1px 1px 2px black;
  width: 100%;
}

.error img {
  height: 260px;
  padding-top: 23px;
}

.error .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 200px;
  margin-top: -125px;
  /* Half the height */
  margin-left: -450px;
  /* Half the width */
}

.pagination-control a {
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  height: 48px;
  position: fixed;
  top: 50%;
  z-index: 255;

  font-size: 30px;
  top: 57%;
  top: 52%;
  z-index: 255;
  background: rgba(255, 255, 255, 0.88);
  color: rgba(0, 0, 0, 0.65);
  border-radius: 100%;
  width: 48px;
  text-align: center;
  padding-top: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

  height: 40px;
  width: 40px;
  font-size: 24px;

  height: 60px;
  width: 60px;
  font-size: 38px;

  padding-top: 7px;
}

.pagination-control a:hover {
  color: rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.pagination-left a {
  left: 10px;
  left: 20px;
}

.pagination-right a {
  right: 10px;
  right: 20px;
}

@media screen and (max-width: 576px) {
  .pagination-left a {
    left: -3px;
  }

  .pagination-right a {
    right: -3px;
  }
}

.reload-btn {
  cursor: pointer;
  font-size: 3.5em;
  margin-top: 35px;
  opacity: 0.9;
}

.reload-btn:hover {
  opacity: 0.45;
}

.panel-canvas {
  padding: 20px;
}

.main-view-web .panel-canvas {
  padding: 10px;
  padding: 10px 20px;
  padding: 8px 22px;
  padding: 9px 22px;
}
.panel {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(236, 240, 245, 0.57);
  border: 1.5px solid rgba(236, 240, 245, 0.67);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.85);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.95);
  box-shadow: 0 0px 20px rgba(255, 255, 255, 0.05);
  min-height: 195px;
  margin: auto;
  text-align: center;
}

.panel-filter {
  /*-webkit-filter: grayscale(20%);*/
}

.main-view .panel a {
  cursor: none;
}

.main-view-web .panel a {
  cursor: pointer;
}

.main-view-web .panel,
.main-view-web .panel a,
.main-view-web .panel .panel-heading,
.main-view-web .panel .panel-subheading {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-view-web .panel:focus,
.main-view-web .panel:active,
.main-view-web .panel a:focus,
.main-view-web .panel a:active,
.main-view-web .panel .panel-heading:focus,
.main-view-web .panel .panel-heading:active,
.main-view-web .panel .panel-subheading:focus,
.main-view-web .panel .panel-subheading:active {
  outline: none;
}

@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .main-view-web .panel:hover {
    opacity: 0.8;
  }
}

.main-view-web .panel a:hover,
.main-view-web .panel a:active,
.main-view-web .panel a:focus {
  text-decoration: none;
}

.main-view-web .panel {
  min-height: 164px;
  min-height: 154px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);

  box-shadow: 0 0 13px rgba(73, 75, 122, 0.15);
  border-radius: 7px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.1s ease;
  position: relative; /* importante si usas z-index */
}

.main-view-web .panel .panel-heading {
  padding: 0 20px 0 20px;
  padding: 0 58px;
  height: 125px;
  height: 115px;
  height: 135px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.1);
  /*font-weight: 500;*/
  transition:
    padding 0.2s ease,
    font-size 0.2s ease;
}

.main-view-web .panel .panel-heading .panel-title {
  transition: font-size 0.2s ease;
}

@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .main-view-web .panel:hover {
    transform: translateY(-10px);
    z-index: 5;
    box-shadow: 0 10px 13px rgba(73, 75, 122, 0.2);
  }

  .main-view-web .panel:hover .panel-heading .panel-title {
    /*font-size: 16.2px;*/
    line-height: 20px;
  }

  .main-view-web .panel:hover .panel-heading {
    /*padding: 0 42.5px;*/
  }
}

@media (min-width: 1200px) and (hover: hover) and (pointer: fine) {
  .main-view-web .panel:hover .panel-heading .panel-title {
    /*font-size: 17.5px;*/
    line-height: 24px;
  }
  .main-view-web .panel:hover .panel-heading {
    /*padding: 0 40.9px;*/
  }
}
@media (min-width: 1450px) and (hover: hover) and (pointer: fine) {
  .main-view-web .panel:hover .panel-heading {
    /*padding: 0 39.5px;*/
  }
}

.main-view-web .panel:hover .panel-heading {
  /*background: transparent*/
}

/* estilo base */
.main-view-web .panel .panel-heading {
  padding: 0 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .main-view-web .panel .panel-heading {
    font-size: 18px;
    font-size: 16.8px;
    font-size: 17.5px;
  }
}

.main-view-web .introduction-panel {
  font-size: 15px;
  padding: 14px;
  height: auto;
  min-height: 150px !important;
}

@media screen and (max-width: 415px) {
  /*
  .main-view-web .panel {
    min-height: auto;
  }

  .main-view-web .panel-canvas {
    padding-bottom: 9px;
    padding-top: 9px;
  }

  .main-view-web .panel-heading {
    height: auto !important;
    font-size: 15px !important;
    padding: 0 !important;
  }

  .main-view-web .panel-title {
    padding: 15px 10px;
    transform: none;
  }

  .main-view-web .panel-subheading {
    display: none;
  }*/
}

.panel:active {
  opacity: 0.6;
}

.panel .panel-heading {
  padding: 0 32px 0 32px;
  height: 156px;
  text-align: center;
  text-transform: uppercase;
  color: #0e0e0e;
  color: rgba(255, 255, 255, 0.99);
  font-weight: 700;
  font-size: 22px;
  font-size: 21px;
  text-shadow: 1px 1px 2px #001a33;

  text-shadow:
    1px 1px 2px rgba(0, 26, 51, 0.85),
    1px 1px 1px rgba(0, 26, 51, 0.5);

  /*-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);*/
  /*text-shadow: 1px 1px 3px rgba(0, 0, 0, .3), 0px 0px 1px rgba(0, 0, 0, .3), 0px 0px 1px rgba(0, 0, 0, .7), 1px 1px 1px 0px 0px 1px rgba(0, 0, 0, .3);*/
}

.panel .panel-heading h5 {
  font-weight: 700;
  opacity: 0.95;
  text-shadow:
    0px 0px 1px rgba(0, 0, 0, 0.3),
    0px 0px 1px rgba(0, 0, 0, 0.7),
    1px 1px 1px 0px 0px 1px rgba(0, 0, 0, 0.3);
}
.main-view-web .panel .panel-heading h5 {
  font-weight: 600;
  margin-top: 7px;
  opacity: 0.85;
}

.panel-librarylogo {
  position: absolute;
  z-index: -1;
  width: 34%;
  bottom: 35px;
  margin: auto;
  opacity: 0.99;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
}

.panel-title {
  font-size: 100%;
  position: relative;
  top: 51%;
  transform: translateY(-51%);
  text-transform: uppercase;
}

.panel .panel-subheading {
  border-bottom: 1px solid lightgray;
  border-top: 1px solid lightgray;
  background: rgba(236, 240, 245, 0.87);
  clear: both;
  color: rgba(31, 49, 101, 0.9);
  color: rgba(31, 49, 101, 0.55);
  color: rgba(0, 0, 0, 0.59);
  height: 25px;
  font-size: 11.8px;
  font-weight: 600;
}

.main-view-web .panel .panel-subheading {
  font-size: 9.75px;
  color: rgba(0, 0, 0, 0.48);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: 2px solid #0000001c !important;
  margin-bottom: -2px;
}

@media (min-width: 1024px) {
  .panel .panel-subheading {
    font-size: 10.8px;
  }
  .main-view-web .panel .panel-subheading {
    font-size: 9.75px;
    font-size: 10.2px;
  }
}

.panel-itemdetail {
  color: white;
  text-align: left;
  padding: 20px;
  margin: 30px 0;
}

.panel-itemdetail:active,
.panel-itemdetail-column:active {
  opacity: 1;
}

.panel-itemdetail h3 {
  font-size: 1.65em;
  margin-top: 0;
}

.panel-itemdetail h4 {
  clear: both;
  border-radius: 4px;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 1.44em;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.85);
  line-height: 24px;
  padding: 15px 20px;
}

.panel-itemdetail hr {
  opacity: 0.6;
  margin: 14px 0;
}

.panel-itemdetail p {
  font-size: 1.08em;
}

.panel-itemdetail-column {
  min-height: 340px;
  padding: 65px 130px;
  font-size: 1.44em;
}

.panel-itemdetail-column h4,
.panel-itemdetail-column p {
  color: rgba(0, 0, 0, 0.85);
  color: white;
}

,
.panel-itemdetail-column p a {
  color: rgba(255, 255, 255, 0.85) !important;
}

.panel-itemdetail-right {
  padding-right: 0;
}

.panel-itemdetail-right .panel-itemdetail-column {
  padding: 78px 80px;
}

.panel-itemdetail-right {
  padding-right: 0;
}

.panel-itemdetail-column p {
  font-size: 1.44em;
}

.panel-s {
  width: 65%;
}

.panel-dark-canvas {
  /*padding-bottom: 41px !important;
    padding-top: 41px !important;*/
}

.panel-dark {
  /*border: 1px solid rgba(0, 0, 0, .07);
    /-webkit-filter: sepia(10%) grayscale(40%);*/
}

.panel-dark .panel-heading {
  /*font-size: 1.46em;
    /*height: 232px;*/
  padding: 30px;
  /*font-weight: 700;*/
}

f .panel-dark .panel-subheading {
  /*margin-bottom: 16px;*/
}

.blue {
  /*color: rgba(17, 24, 64, .9);
    color: rgba(0, 0, 0, .67);*/
}

.font-thin {
  font-weight: 500;
  text-shadow:
    1px 1px 3px rgba(0, 0, 0, 0.1),
    0px 0px 1px rgba(0, 0, 0, 0.3),
    0px 0px 1px rgba(0, 0, 0, 0.9),
    1px 1px 1px 0px 0px 1px rgba(0, 0, 0, 0.3);
}

.intro-text {
  opacity: 1;
  font-weight: 800;
  font-size: 1.36em;
  /*text-shadow: 1px 1px 2px black;*/
  line-height: 42px;

  background: rgba(0, 0, 0, 0.15);
  height: 195px;
  border-radius: 3px;
  margin-left: 177px;
  padding: 53px 52px 0 52px;
  text-shadow:
    1px 1px 3px black,
    1px 1px 1px black;
}

@media (max-width: 991px) {
  .intro-text {
    text-shadow:
      1px 1px 3px rgb(0, 0, 0, 0.7),
      1px 1px 1px rgb(0, 0, 0, 0.55);
  }
}

.intro-text h1,
.intro-text .h1 {
  font-size: 1.27em;
  font-size: 1.16em;
  font-size: 39px;
  margin-top: 0;
  padding-top: 0;
  font-weight: 600;
}

.intro-text h2,
.intro-text .h2 {
  margin-top: 0;
  padding-top: 0;
  font-weight: 800;
  z-index: 99999;
}

.intro-panel-canvas-web .intro-text h2,
.intro-panel-canvas-web .intro-text .h2 {
  font-size: 26px;
}

.intro-text p {
  font-size: 35px;
  z-index: 99999;
}
.intro-panel-canvas-web .intro-text p {
  font-size: 26px;
}
. .intro-text hr {
  margin-top: 9px;
  margin-bottom: 10px;
  opacity: 0.5;
}

.main-view-web .intro-text {
  font-size: 1em;
  line-height: 30px;
  padding: 28px 52px 0 52px;
  height: 125px;
  margin-left: 114px;
}

.main-view-web .intro-text h1 {
  font-size: 1.07em;
}

.main-view-web .intro-text h2 {
  font-size: 23px;
}

.main-view-web .intro-text p {
  font-size: 15px;
  z-index: 99999;
}

.change-library {
  float: right;
  height: 245px;
  width: 150px;
  background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.carousel,
.slide,
.carousel-inner,
.carousel .item {
  height: 100%;
  width: 100%;
}

.carousel .item {
  color: white;
  height: 100%;
  width: 100%;
  padding: 90px 115px;
  width: 99.5%;
  height: 98.9%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -99;
  background: white;
  border-radius: 5px;
}

.carousel .item .item-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  border-radius: 20px;
  text-align: center;
}
.carousel .item .item-bg-container {
  width: 94.8%;
  height: 91%;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  border-radius: 20px;
  background-position: center;
  background-size: 100% auto;
  box-shadow: inset 0 0 300px rgba(0, 0, 0, 0.35);
}

.carousel .item h1 {
  font-size: 5em;
  text-shadow: 1px 1px 2px black;
  text-align: right;
}

.carousel .item h2 {
  font-size: 4.8em;
  text-shadow: 1px 1px 2px black;
  font-weight: 800;
  margin-bottom: 5px;
  text-align: right;
  text-shadow:
    1px 1px 2px black,
    5px 5px 1px rgba(0, 0, 0, 0.55),
    0 0 40px rgba(0, 0, 0, 0.4);
}

.carousel .item h3 {
  font-size: 2.9em;
  text-shadow: 1px 1px 2px black;
  font-weight: 800;
  margin-top: 10px;
  text-align: right;
  text-shadow:
    1px 1px 2px black,
    3px 3px 1px rgba(0, 0, 0, 0.6),
    0 0 30px rgba(0, 0, 0, 0.2);
}

.carousel .start {
  font-size: 3.4em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  height: 195px;
  opacity: 1;
  padding: 63px 50px 16px 38px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  position: absolute;
  bottom: 110px;
  right: 110px;
}

.carousel .start .glyphicon {
  margin-top: 4px;
  opacity: 0.95;
  font-size: 0.8em;
}

.carousel .inverse {
  color: white;
  opacity: 0.85;
  background: rgba(0, 0, 0, 0.55);
}

.carousel .item .welcome-img {
  width: 70%;
  margin-top: 50px;
  z-index: -9999;
}

.startup-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  background-attachment: fixed;
  background-image: url(../img/blur/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center center fixed;
  /* no-repeat center center fixed*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 89998;
  /*background: linear-gradient(to right, rgb(103, 174, 217), rgb(224, 230, 210));*/
}

.startup-container h1 {
  color: white;
  /*padding-top: 300px;
    padding-bottom: 40px;*/
  font-size: 3.5em;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.85);
  font-size: 21px;
  text-align: left;
  padding-left: 2px;
  position: absolute;
  bottom: 25px;
  left: 60px;
}

.progress {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

.startup-container img {
  margin-top: 265px;
  margin-bottom: 55px;
  width: 350px;
  background: rgba(255, 255, 255, 0.89);
  padding: 33px;
  border-radius: 20px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.panel-library {
  background: lightgray;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-library .panel-heading {
  height: 110px;
}

.panel-library .panel-subheading {
  height: 60px;
  opacity: 0.95;
  /* -webkit-filter: grayscale(100%);*/
}

.panel-blur {
  /*-webkit-filter: blur(8px);
    filter: blur(8px);*/
}

.switch {
  cursor: pointer;
  margin: auto;
  margin-top: 10px;
  width: 148px;
}

.filter-form {
  padding: 0 0 53px 0;
}

.filter-form .btn,
.filter-form .form-control {
  border-radius: 0;
  height: 50px;
}

.filter-form .btn {
  font-size: 1.1em;
  text-transform: uppercase;
}

.filter-form .form-control {
  background: white;
  border: 1px solid #ccc;
  box-shadow: none;
  font-size: 1.1em;
  padding: 6px 20px;
  opacity: 0.85;
}

.filter-form .btn {
  border-radius: 0;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
}

.filter-form .btn-submit {
  background-color: springgreen;
  color: white;
  font-weight: 600;
}

.filter-description {
  padding-top: 6px;
}

.filter-description p {
  margin: 0;
}

.body-textsize {
  font-size: 1.5em;
}

.body-textsize .panel-title {
  font-size: 1.25em;
}

.body-textsize .panel .panel-heading {
  padding: 0 6px;
  min-height: 195px;
}

.body-textsize .panel-subheading {
  display: none;
}

.body-textsize .panel-itemdetail-column {
  padding: 60px 64px;
}

.body-textsize .panel-itemdetail-column h4 {
  font-size: 1.2em;
}

.body-textsize .introduction-panel .intro-text {
  font-size: 2.1em;
}

.body-textsize .navbar-button .text {
  font-size: 1.18em;
}

.body-textsize .book_shelf-kiosk {
  padding-left: 10px;
  padding-right: 10px;
}

.body-textsize .book_title {
  font-size: 1.35em;
  font-size: 26px;
  line-height: 26.5px;
  padding: 0;
  letter-spacing: -0.65px;
}

.body-textsize .detail-title h2 {
  font-size: 36px;
}

.body-textsize .modal h4 {
  font-size: 1.43em;
}

.body-textsize .modal h5 {
  font-size: 1.43em;
}

.body-textsize .modal p {
  font-size: 1.12em;
}

.body-textsize .book-record p {
  font-size: 1.6em;
}

.body-textsize .book-record h5 {
  font-size: 1.6em;
}

.body-textsize .book-record .abstract {
  line-height: 26px;
  margin-top: -15px;
}

.modal-title small {
  font-size: 22px;
}

.body-textsize .modal-title small {
  font-size: 25px;
}

.body-grayscale {
  background: lightgray !important;
}

.body-grayscale .loading-absolute .loading {
  background: lightgray !important;
}

.body-grayscale .main-view {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.body-grayscale .modal {
  background: lightgray !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.body-highcontrast {
  background: #1a222c !important;
}

.body-highcontrast .loading-absolute .loading {
  background: #1a222c !important;
}

.body-highcontrast .modal {
  background: #1a222c !important;
}

.body-highcontrast .panel-filter {
  background: #f1f1f1 !important;
  color: #353535 !important;
  text-shadow: none !important;
}

.body-highcontrast .panel-filter h4,
.body-highcontrast .panel-filter p,
.body-highcontrast .panel-filter .text-white,
.body-highcontrast .panel-filter .text-white a {
  color: #353535 !important;
}

.body-highcontrast .panel-heading {
  color: #353535 !important;
  text-shadow: none !important;
}

.body-highcontrast .panel-subheading {
  background: white;
  color: #353535 !important;
  text-shadow: none !important;
}

.body-highcontrast .intro-text {
  background: rgba(255, 255, 255, 0.65);
  color: rgba(0, 0, 0, 0.9) !important;
  text-shadow: none !important;
}

.body-highcontrast .panel-itemdetail h4 {
  background: white;
}

.body-highcontrast .panel-1 {
  background-image: url(../img/bg1.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(42, 58, 70, 0.57) 40%,
      rgba(41, 57, 65, 0.52) 100%
    ),
    url("../img/bg1.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-highcontrast .panel-2 {
  background-image: url(../img/bg2.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(42, 58, 70, 0.57) 40%,
      rgba(41, 57, 65, 0.52) 100%
    ),
    url("../img/bg2.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-highcontrast .panel-3 {
  background-image: url(../img/bg3.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(42, 58, 70, 0.57) 40%,
      rgba(41, 57, 65, 0.52) 100%
    ),
    url("../img/bg3.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-highcontrast .panel-4 {
  background-image: url(../img/bg4.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(42, 58, 70, 0.57) 40%,
      rgba(41, 57, 65, 0.52) 100%
    ),
    url("../img/bg4.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-highcontrast .panel-5 {
  background-image: url(../img/bg5.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(42, 58, 70, 0.57) 40%,
      rgba(41, 57, 65, 0.52) 100%
    ),
    url("../img/bg5.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-highcontrast .panel-6 {
  background-image: url(../img/bg6.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(42, 58, 70, 0.57) 40%,
      rgba(41, 57, 65, 0.52) 100%
    ),
    url("../img/bg6.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-highcontrast .panel-7 {
  background-image: url(../img/bg7.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(42, 58, 70, 0.57) 40%,
      rgba(41, 57, 65, 0.52) 100%
    ),
    url("../img/bg7.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-highcontrast .panel-8 {
  background-image: url(../img/bg8.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(42, 58, 70, 0.57) 40%,
      rgba(41, 57, 65, 0.52) 100%
    ),
    url("../img/bg8.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-highcontrast .panel-9 {
  background-image: url(../img/bg9.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(42, 58, 70, 0.57) 40%,
      rgba(41, 57, 65, 0.52) 100%
    ),
    url("../img/bg9.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-highcontrast .panel-10 {
  background-image: url(../img/bg10.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(42, 58, 70, 0.57) 40%,
      rgba(41, 57, 65, 0.52) 100%
    ),
    url("../img/bg10.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-highcontrast .panel-11 {
  background-image: url(../img/bg11.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(42, 58, 70, 0.57) 40%,
      rgba(41, 57, 65, 0.52) 100%
    ),
    url("../img/bg11.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-highcontrast .panel-12 {
  background-image: url(../img/bg12.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(42, 58, 70, 0.57) 40%,
      rgba(41, 57, 65, 0.52) 100%
    ),
    url("../img/bg12.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-highcontrast .panel-13 {
  background-image: url(../img/bg13.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(42, 58, 70, 0.57) 40%,
      rgba(41, 57, 65, 0.52) 100%
    ),
    url("../img/bg13.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-highcontrast .panel-14 {
  background-image: url(../img/bg14.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(42, 58, 70, 0.57) 40%,
      rgba(41, 57, 65, 0.52) 100%
    ),
    url("../img/bg14.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-highcontrast .panel-15 {
  background-image: url(../img/bg15.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(42, 58, 70, 0.57) 40%,
      rgba(41, 57, 65, 0.52) 100%
    ),
    url("../img/bg15.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-highcontrast .panel-16 {
  background-image: url(../img/bg16.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(42, 58, 70, 0.57) 40%,
      rgba(41, 57, 65, 0.52) 100%
    ),
    url("../img/bg16.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-highcontrast .panel-17 {
  background-image: url(../img/bg17.jpg);
  background:
    linear-gradient(
      to right,
      rgba(26, 52, 70, 0.45) 0%,
      rgba(42, 58, 70, 0.57) 40%,
      rgba(41, 57, 65, 0.52) 100%
    ),
    url("../img/bg17.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-grayscalehighcontrast {
  background: #252525 !important;
  background: lightgray !important;
}

.body-grayscale .loading-absolute .loading {
  background: #252525 !important;
  background: lightgray !important;
}

.body-grayscalehighcontrast .modal {
  background: #252525 !important;
  background: lightgray !important;
}

.book-record {
  width: 100%;
  height: auto;
  padding: 30px 75px 45px 20px;
  background: rgba(0, 0, 0, 0.52);

  background: linear-gradient(to right, #1a3446, #133852);
  background: linear-gradient(
    to right,
    rgba(26, 52, 70, 0.25) 0%,
    rgba(42, 58, 70, 0.37) 40%,
    rgba(41, 57, 65, 0.32) 100%
  );

  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
  margin-top: 50px;
  max-height: 857px;
  min-height: 857px;
  min-height: 995px;
  min-height: 1080px;
  padding: 30px 30px 30px 20px;
  background: rgba(0, 0, 0, 0);
  padding: 25px 60px;
  margin-top: 0;
}

.book-record p {
  font-size: 1.39em;
  font-weight: 500;
  margin-bottom: 3px;
  margin-bottom: 10px;
}

/*@media (min-width: 992px) {
    .book-record .col-md-4 {
        width: 30%;
    }

    .book-record .col-md-8 {
        width: 70%;
    }
}*/

.book-record p strong {
  text-shadow: 1px 1px 1px black;
  font-weight: 800;
}

.book-record h2 {
  text-shadow: 1px 1px 1px black;
}

.book-record hr {
  margin-top: 8px;
  margin-bottom: 8px;
}

.book-record .abstract {
  text-align: justify;
  /*line-height: 21px;*/
}

.whatis {
  /*font-size: 12px !important;
    margin-top: 6px;
    margin-bottom: 0 !important;*/
  font-size: 16px !important;
  margin-top: 8px;
  margin-bottom: 0 !important;
  opacity: 0.9;
}

.phone-absolute {
  position: absolute;
  /*right: -110px;
    bottom: 0;*/
  right: -500px;
  bottom: -500px;
  width: 600px;
  z-index: 1;
  display: none;
  will-change: right, bottom;
  transition: all linear 0.7s;
}

.shelving-location {
  background: #0082b5;
  padding: 1px 6px 1px 6px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 15px;
}

.shelving-location .glyphicon {
  padding-right: 4px;
}

.tabs {
  background: linear-gradient(
    to right,
    rgba(26, 52, 70, 0.25) 0%,
    rgba(42, 58, 70, 0.37) 40%,
    rgba(41, 57, 65, 0.32) 100%
  );
  border-bottom: 0px solid black;
  margin-bottom: -50px;
  background: rgba(0, 0, 0, 0.3);
  /*background: rgba(255, 255, 255, .17);*/
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 50px;
  padding: 0 6px;
  /*padding-left: 496px;*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);

  background: rgba(43, 46, 50, 0.4);
}

.tabs-top {
  height: 900px;
  padding: 0;
  margin-top: 53px;
  /*border-top: 1 px solid rgba(255, 255, 255, .55);*/
  background: transparent;
}

.tabs .tab {
  display: inline-block;
  padding: 20px 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  /*border-radius: 6px;
    /*background: rgba(255, 255, 255, .2);*/
  text-shadow: 1px 1px 1px black;
  margin-right: 7px;
  /*border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;*/
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  margin: 0;
  width: 215px;
  position: relative;
  margin-left: -6px !important;
  padding: 18px 40px 8px 40px;
  border-top: 1px solid transparent;
}

.tabs .tab:first-child {
  border-top-left-radius: 4px;
  border-top-left-radius: 0;
  /*border-left: 1px solid rgba(255, 255, 255, .4);*/

  border-top: 10px solid green;
}

.tabs-top .tab:first-child {
}

.tabs .tab .glyphicon {
  display: block;
  margin-bottom: 12px;
  font-size: 35px;
}

.tabs-top .tab {
  width: 100%;
  margin: 0 !important;
  border-right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tabs .active {
  /*border-top: 10px solid transparent;*/
  background: rgba(255, 255, 255, 0.65);
  background: #c6c6c6;
  background: #e7e7e5;
  background: #4b5057;
  background: rgba(80, 90, 97, 0.7);
  /*border-right: none;
    /*padding: 0px 40px;
    margin: 0;*/
}

.tabs-top .active {
  border-top: 1px solid #2b2e32;
  border-bottom: 1px solid #2b2e32;
}

/*.tabs .tab.active:after {
    width: 0;
    height: 0;
    content: " ";
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #c6c6c6;
    border-top: 20px solid #e7e7e5;
    border-top: 20px solid #4b5057;
    top: 128px;
    top: 112px;
    left: 107px;
    top: 92px;
    top: 101px;
    left: 89px;
}*/

/*.tabs-top .active:after {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    display: inline-block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #4b5057;
    top: 32px;
    right: -19px;
}*/

.tabs .title {
  text-shadow: 1px 1px 1px black;
  font-size: 20px;
  margin: 0 60px 0 20px;
}

.shelving-map {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  width: 100%;
}

/*.modal-body .shelving-map {
    position: absolute;
    top: 0

}*/

.white-block {
  background: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.68);
  border-radius: 6px;
  padding: 20px 60px 50px 60px;
  /*width: 100%;*/
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  color: rgba(0, 0, 0, 0.7);
}
.main-view-web .row-custom-items .white-block.white-block-delayed {
  position: relative;
  background: transparent;
}
@media (min-width: 992px) {
  .main-view-web-item .white-block {
    background: rgba(255, 255, 255, 0.48);
  }
}
.safari .main-view-web-item .white-block {
  background: rgba(255, 255, 255, 0.68);
}
.main-view-web-item .white-block.white-block-delayed::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.28);
  opacity: 0;
  animation: white-block-fadein 1100ms ease-out 0.2s forwards;
  z-index: 0;
}
.main-view-web-item .white-block.white-block-delayed > * {
  position: relative;
  z-index: 1;
}
.low-perf .main-view-web-item .white-block.white-block-delayed::before {
  opacity: 1;
  animation: none !important;
}

.white-block h2,
.white-block strong {
  text-shadow:
    1px 1px 1px rgba(255, 255, 255, 0.9),
    1px 1px 1px rgba(255, 255, 255, 0.2),
    1px 1px 2px rgba(255, 255, 255, 0.2) !important;
}
.main-view-web .white-block,
.main-view-web .white-block h2,
.main-view-web .white-block strong {
  text-shadow: none !important;
}

.shelving-map img {
  max-height: 756px;
  min-height: 756px;
  height: 100%;
  width: 100%;
  margin: auto;
}

.shelving-map .map-key {
  height: auto;
  width: auto;
}

.modal-body .shelving-map .map-key {
  bottom: 17px;
}

.main-view-web .shelving-map .map-key {
  bottom: 9px;
}

.shelving-map .powered {
  position: absolute;
  bottom: 64px;
  width: 100%;
  top: auto;
  text-align: left;
  left: 16px;
  font-size: 12px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
  color: #2f3339;
  opacity: 0.75;
  text-align: center;
  text-shadow: 1px 0px 1px rgba(255, 255, 255, 0.3);
}

.shelving-map .powered img,
.bibliomaps-modal-web .shelving-map .powered img {
  min-height: inherit;
  max-height: inherit;
  display: inline;
  height: 23px;
  width: auto;
  margin: 0 0 3px 4px;
}

/*.left-panel,
.tabs,
.book-record {
    transition: background-color 0.5s ease;
}*/

.left-panel {
  background: rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.14),
    rgba(120, 120, 120, 0.1),
    rgba(255, 255, 255, 0.2)
  );
  border-right: 1px solid rgba(220, 220, 220, 0.6) !important;

  background: linear-gradient(
    to right,
    rgba(200, 200, 200, 0.2),
    rgba(120, 120, 120, 0.2),
    rgba(60, 60, 60, 0.3)
  );
  background: linear-gradient(
    to right,
    rgba(225, 225, 225, 0.5),
    rgba(190, 190, 190, 0.5),
    rgba(190, 190, 190, 0.2)
  );
  background: linear-gradient(
    to right,
    rgba(43, 46, 50, 0.9),
    rgba(43, 46, 50, 0.8),
    rgba(43, 46, 50, 0.7)
  );
  background: rgba(43, 46, 50, 0.7);
  background: rgba(255, 255, 255, 0.72);
  /*background: linear-gradient(to right, rgba(255, 255, 255, .72), rgba(245, 245, 245, .72), rgba(235, 235, 235, .72));*/
  background: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.book-record {
  background: transparent;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.24),
    rgba(0, 0, 0, 0.1),
    rgba(255, 255, 255, 0.05)
  );
  background: linear-gradient(
    to right,
    rgba(50, 50, 50, 0.2),
    rgba(0, 0, 0, 0.07),
    rgba(255, 255, 255, 0.15)
  );
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.left-panel .on-top {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.left-panel .text-center {
  z-index: 999;
  position: absolute;
  left: 20px;
  right: 20px;
}

.tabs .on-top {
  background: rgba(0, 0, 0, 0.14);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 103px;
  display: none;
}

big {
  font-size: 1.7em;
}

#map_key_canvas,
.map-key {
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  bottom: 0px;
}

.map-key {
  bottom: 12px;
  bottom: 65px;
  width: 55%;
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  padding: 6px;
  min-height: auto !important;
  width: 55%;
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  padding: 6px 8px;
  max-height: 51px !important;
}

.not-found {
  background-image: url("../img/not-found.jpg");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 800px;
  width: 100%;

  border-radius: 6px;
  padding: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}

.location-error {
  background-image: url("../img/sorry.jpg");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 796px;
  width: 100%;

  border-radius: 6px;
  padding: 20px 60px;
  text-align: center;
  color: white;
  opacity: 0.94;
}

.location-error small {
  color: white;
}

.warehouse {
  background-image: url("../img/warehouse.jpg");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 796px;
  width: 100%;
  border-radius: 6px;
  padding: 50px 60px;
  text-align: center;
  color: white;
  opacity: 0.94;
}

.warehouse strong {
  text-shadow:
    1px 1px 1px black,
    1px 1px 1px black,
    1px 1px 2px black !important;
}

.bookshelf {
  background: #2d4fe2;
  padding: 4px 7px;
  color: white;
  display: inline-block;
  text-align: center;
}

.bookshelf-white {
  background: white;
  color: #202020;
}

.bookshelf span {
  padding-right: 12px;
  font-size: 0.8em;
}

.callnumber {
  border: 1px solid rgba(0, 0, 0, 0.01);
  padding: 10px;
  background: white;
  color: black;
  display: inline-block;
  text-align: center;
}

.detail-title {
  margin-bottom: 38px;
  margin-top: 0;
  background: rgba(0, 0, 0, 0.27);
  padding: 40px 35px;
  border-radius: 6px;
}

.detail-title h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
}

.detail-title h3 {
  font-size: 26px;
}

.navbar-detailtabs {
  /*bottom: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;*/
  /* margin-top: 100px; */
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.025);
  height: 800px;
}

.right-panel {
  /*border-left: 5.5px solid rgba(236, 240, 245, .67);
    border-right: 5.5px solid rgba(236, 240, 245, .67) !important;
    border: 3.5px solid rgba(236, 240, 245, .67) !important;
    border: 3.5px solid rgba(236, 240, 245, .87) !important;
    border-radius: 25px;*/
  text-align: center;
  /*border-left: 1px solid lightgray;*/
}

.right-panel h2 {
  color: rgba(0, 0, 0, 0.78);
  /*text-shadow: 1px 1px 1px black, 1px 1px 1px rgba(0, 0, 0, .3), 0px 1px 1px black, 1px 1px 10px rgba(0, 0, 0, .3);
*/
  margin-top: 30px;
  padding: 0 20px;
  font-weight: 800;
  text-shadow: 1px 1px 1px black !important;
}

.book-tag {
  position: absolute;
  background: darkred;
  font-weight: 800;
  color: white;
  z-index: 999;
  border-radius: 3px;
}

.book-item-available {
  background: lightgreen;
  background: #7ae783;
  top: -6px;
  right: 0px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 1.3px 7px 1px 7px;
  padding: 2px 7px;
  font-size: 18px;
  text-shadow:
    1px 1px 1px #386b3d,
    1px 1px 1px #386b3d,
    1px 1px 2px #386b3d;
  right: -8px;
}
.book-item-error {
  background: #e3514d !important;
  text-shadow: 1px 1px 1px #6c2725;
}

.book-item-online {
  /*background: darkred !important;
  text-shadow: 1px 1px 1px #400000;*/
  background: #aabbf5;
  text-shadow: 1px 1px 1px rgba(12, 0, 64, 0.6);
}

.book-online-s {
  left: 55px;
  top: 183px;
  color: white;
  padding: 2px 5px;
  font-size: 17px;
}

.book-online-xl {
  padding: 4px 10px;
  font-size: 30px;
  bottom: 0;
  left: -20px;
}

.book-data {
  background: #1a3446;
  background: rgba(0, 0, 0, 0.1);
  height: 900px;
  margin-top: 2px;
  color: white;
  padding-top: 10px;
  margin-top: 46px;
  border-top: 1px solid darkgray;
}

.book-top-data {
  height: 125px;
  margin-top: -20px;
  margin-top: 30px;
  margin-bottom: 40px;
  background: transparent;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}

.book-data hr {
  border-color: darkgray;
  margin: 32px 0;
}

.book-data h2 {
  color: white;
  margin-top: 22px;
  font-size: 27px;
}

.book-data h4 {
  font-size: 20px;
  text-shadow: 1px 1px 1px black !important;
  font-weight: 800;
  padding: 0 12px;
}

.qr-wrapper {
  border-top: 1px solid darkgray;
  background: rgba(0, 0, 0, 0.07);
  padding: 32px 50px 0 50px;
  /*border-radius: 7px;*/
  margin: auto;
  margin-top: 39px;
  width: 100%;
  height: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.qr-wrapper h5 {
  margin-top: 2px;
  line-height: 22px;
  font-size: 20px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px black !important;
  font-weight: 800;
}

.detail-title-location {
  padding: 30px 45px 20px 45px;
  background: rgba(255, 255, 255, 0.72);
}

.detail-title-location h2,
.detail-title-location h4 {
  color: rgba(0, 0, 0, 0.68);
  text-shadow: 1px 1px 1px white;
  font-weight: 600;
}

.display-item {
  display: block;
  background: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.68);
  border-radius: 6px;
  padding: 9px 15px;
  margin-bottom: 10px;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 20px;
  /*box-shadow: 0px 1px 10px rgba(0, 0, 0, .1);*/

  position: relative;
}

.display-item small {
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  text-shadow:
    0px 0px 1px white,
    0px 1px 7px rgba(255, 255, 255, 0.05);
}

.display-item-title {
  margin-top: 14px;
  margin-top: 5px;
  font-weight: 600;
  font-size: 18px;
}

.display-item-column {
  display: block;
  color: rgba(0, 0, 0, 0.68);
  text-shadow: none;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  padding: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .display-item-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .row-items-web .display-item-column {
    min-height: 110px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .row-items-web .display-item-column {
    min-height: 130px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
/*
@media (min-width: 992px) and (max-width: 1199px) and (hover: hover) and (pointer: fine) {
  .row-items-web .display-item:hover .display-item-column {
    padding-left: 14px;
    padding-right: 14px;
  }
}*/

@media (min-width: 1200px) {
  .row-items-web .display-item-column {
    min-height: 110px;
  }
}

.display-item-available {
  padding-top: 7px;
}

.detail-title .brand {
  position: absolute;
  top: 57px;
  left: 61px;
  /*top: 11px;
    left: 17px;*/
}

.detail-title-text {
  margin-left: 105px;
}

.powered {
  font-size: 18px;
  position: absolute;
  top: 85px;
  color: rgba(0, 0, 0, 0.68);
  right: 90px;
  color: white;
  text-shadow: 1px 1px 1px black;
  font-weight: 600;
  opacity: 1;
}

.dark-block {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 6px;
  width: 100%;
}

.dark-block .brand img {
  background: rgba(255, 255, 255, 1);
  opacity: 0.75;
}

.dark-block h2,
.dark-block h4 {
  color: white;
  text-shadow: 1px 1px 1px black;
  font-weight: 800;
}

.no-padding {
  padding: 0;
}

.display-error {
  background: #e3514d;
  width: 96%;
  height: 90%;
  top: 0;
  left: 9px;
  z-index: 998;
  text-align: center;
  color: white;
  font-size: 22px;
  text-shadow: 1px 1px 1px black;
  font-weight: 800;
  padding-top: 51px;
  border-radius: 6px;
  position: absolute;
  display: none;

  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .display-error {
    /*width: 97%;
    height: 89%;*/
    padding-top: 49px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .display-error {
    /*width: 95%;
    height: 91%;*/
    padding-top: 58px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .display-error {
    /*width: 94%;
    height: 92%;*/
    padding-top: 65px;
  }
}

@media (min-width: px) and (max-width: 991px) {
  .display-error {
    /*width: 95%;
    height: 91%;*/
    padding-top: 58px;
  }
}

@media (min-width: 1200px) {
  .display-error {
    /*width: 96%;
    height: 91%;*/
    padding-top: 57.5px;
  }
}
.white-block hr {
  margin: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.info-block {
  font-weight: 500;
}

.info-block h2,
.info-block h1 {
  font-weight: 600;
  line-height: 38px;
  font-size: 30px;
}

.info-block p strong {
  font-weight: 800;
}

.more-catalog {
  position: absolute;
  bottom: 47px;
  bottom: 15px;
  right: 47px;
  font-weight: 800;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 16px;
}

.block-column {
  height: 796px;
  padding: 40px 60px 40px 60px;
}

.block-column h2 {
  margin-top: 0;
  font-weight: 600;
}

.block-column img {
  height: 100%;
  margin: auto;
}

.block-column hr {
  margin: 35px 0;
}

.main-message {
  background: #e3514d;
  width: 1231px;
  height: 149px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 998;
  text-align: center;
  color: white;
  font-size: 35px;
  text-shadow: 1px 1px 1px black;
  font-weight: 800;
  padding-top: 49px;
  border-radius: 6px;
  position: absolute;
  text-transform: uppercase;
  display: none;
}

.qr-error {
  border-radius: 0;
  margin-top: -15px;
  margin-bottom: -15px;
}

.panel-initial {
  position: absolute;
  background: white;
  padding: 1px 7px;
  color: rgba(0, 0, 0, 0.83);
  font-weight: 800;
  top: 14px;
  left: 14px;
  border: 1px solid rgba(236, 240, 245, 0.67);
  border-radius: 3px;
  font-size: 19px;
  background: rgba(236, 240, 245, 1);
  color: rgba(0, 0, 0, 0.75);
  color: rgba(0, 0, 0, 0.83);
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .panel-initial {
    left: -5px;
  }
}

.container-main-web .panel-initial {
  top: 6px;
  left: 6px;
  font-size: 14.5px;
}
.panel-notification {
  background: mediumvioletred;
  background: #b14c8c;
  color: white;
  left: initial;
  right: 14px;
  font-weight: 500;
}
.container-main-web .panel-notification {
  font-size: 14px;
  font-size: 13.5px;
  z-index: 9999;
  left: auto;
  right: 6px;

  right: -1px;
  top: -11px;
  box-shadow: 0 6px 3px rgba(0, 0, 0, 0.13);
  /* background: #b14c8ce0; */
  /* opacity: .9; */
  border-color: rgba(255, 255, 255, 0.5);
}
.container-main-web .panel-notification.panel-notification-bookshelf {
  bottom: auto;
  top: -8px;
  right: auto;
  left: -18px;
}

.container-main-web .panel-notification.panel-notification-bookshelf-xl {
  font-size: 16.5px;
  top: -14px;
}

.ebooks-banner-container {
  /* margin-right: 11px; */
  padding-right: 40px;
  padding: 0 3.5% 0 2.75%;
}

.ebooks-banner {
  background: white;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 390px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;

  padding-top: 87px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.05),
    0 0 8px rgba(0, 0, 0, 0.1);

  margin-top: -90px;
  transition: all 1s ease;
  margin-top: -500px;
}

.ebooks-banner-container-web {
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
}

.ebooks-banner-container-web .ebooks-banner {
  margin-top: -150px;
  height: auto;
  opacity: 0;
  z-index: 0;
  position: inherit;
  border: 0;

  padding-bottom: 7px;
  padding-left: 83px;
  padding-top: 7px;
  padding: 9px 34px 8.5px 74px;
  font-weight: 600;
  background: #e9edf0;
  color: rgba(0, 0, 0, 0.65);

  transition: all 1s ease;
}

@media (max-width: 767px) {
  .ebooks-banner-container-web .ebooks-banner {
    margin-top: -50px;
  }
}

.ebooks-banner-container-web .ebooks-banner strong {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.ebooks-banner p {
  padding-top: 30px;
  font-size: 1.15em;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.ebooks-banner-container-web .ebooks-banner p {
  padding-top: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.ebooks-banner p strong {
  color: black;
  color: rgba(0, 0, 0, 0.75);
}

.ebooks-banner .qr img,
.ebooks-banner .qr canvas {
  border: 5px solid transparent;
  display: inline-block;
}

.ebooks-banner .panel-notification {
  left: 0;
  right: auto;
  top: -20px;
  transition: all 1s ease;
  opacity: 0;
}

.ebooks-banner-container-web .panel-notification {
  left: -20px;
  top: 5.5px;
  font-size: 15px;
}

@media (max-width: 767px) {
  .ebooks-banner-container-web {
    position: inherit;
    width: 100%;
    /*margin-bottom: 16px;*/
  }
  .ebooks-banner-container-web .ebooks-banner {
    padding-left: 60px;
    padding-right: 60px;
    cursor: pointer;
    margin-top: -24px !important;
  }

  .ebooks-banner-container-web .panel-notification {
    left: 0;
    top: -9px;
    display: none;
  }
}

.phone-animation {
  transition: all 1.75s ease;
  position: absolute;
  z-index: 999;
  width: 600px;

  margin: auto;
  top: 300px;
  left: -900px;
}

.phone-animation-rotated {
  transform: rotate(20deg);
}

.modal-qr-container {
  background: rgba(0, 0, 0, 0.05);
  background: rgb(97 99 80 / 5%);
  padding: 25px 0;
  text-align: center;
  margin-top: 3px;
  opacity: 0;
  transition: all 1s ease;
}

.modal-qr-container .qr {
  border: 4.5px solid rgba(0, 0, 0, 0.2);
  padding-left: 3px;
  background: white;
  width: 194px;
  display: inline-block;
  margin-right: 20px;
}

.modal-qr-container .ficha {
  height: 189px;
  border: 4.5px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  background: white;
}

.modal-body .alert {
  margin-bottom: 0;
  font-size: 20px;
}

.publisher-logo {
  float: right;
  margin: 0 0 30px 30px;
  height: 70px;
  border-radius: 2px;
}

.container-main-web .publisher-logo {
  height: 55px;
}

.body-textsize .map-key {
  width: 80%;
  bottom: 75px;
}

.body-textsize .shelving-map {
  padding-top: 10px;
}

.body-textsize .book-data h2 {
  font-size: 38px;
  margin-top: 12px;
}

.body-textsize .book-data hr {
  margin: 22px 0;
}

.body-textsize .qr-wrapper {
  margin-top: 29px;
  padding: 22px 50px 0 50px;
}

.body-textsize .qr-wrapper h5 {
  line-height: 27px;
  font-size: 25px;
}

.body-textsize .whatis,
.body-textsize .powered,
.body-textsize .span-shelf,
.body-textsize .span-itype,
.body-textsize .span-qrtext {
  display: none;
}

.body-textsize .book-data h4 {
  font-size: 30px;
}

.body-textsize .dark-block h4 big {
  font-size: inherit;
}

.body-textsize .dark-block h4 {
  font-size: 26px !important;
  padding-top: 4px !important;
  height: 36px !important;
}

.body-textsize .dark-block h2 small {
  font-size: 22px !important;
}

.body-textsize .display-item {
  /*min-height: 185px;*/
  padding: 0px 15px;
}

.body-textsize .navbar-arrows strong {
  font-size: 20px;
}

.body-textsize .navbar-button.navbar-detail {
  padding-left: 6px;
  padding-right: 6px;
}

.body-textsize .display-item-column {
  min-height: 145px;
}

.body-textsize .display-item-title {
  font-size: 24px;
}

.body-textsize .display-item small {
  font-size: 21px;
}

.body-textsize .book-item-available {
  font-size: 21px;
}

.body-textsize .panel-initial {
  font-size: 24px;
}

.body-textsize .info-block h1 {
  font-size: 43px;
}

.body-highcontrast .shelving-map,
.body-highcontrast .white-block,
.body-highcontrast .display-item,
.body-highcontrast .navbar {
  background: rgba(255, 255, 255, 0.95);
}

.body-highcontrast .warehouse,
.body-highcontrast .location-error {
  background: rgba(0, 0, 0, 0.35);
  color: white;
}

.body-highcontrast .panel-initial {
  background: rgba(0, 0, 0, 0.83);
  background: #1a222c;
  color: white;
}

.body-highcontrast .introduction-panel {
  background: rgba(255, 255, 255, 0.75) !important;
}

.body-highcontrast .book-item-available {
  background: #0d751f;
}

.body-highcontrast .dark-block {
  background: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.9);
}

.body-highcontrast .dark-block h1,
.body-highcontrast .dark-block h2,
.body-highcontrast .dark-block h3,
.body-highcontrast .dark-block h4,
.body-highcontrast .dark-block p,
.body-highcontrast small {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 0.8) !important;
}

.body-highcontrast .modal-body .alert {
  color: rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.45);
}

.display-item-details-row {
  padding: 15px 15px;
  position: absolute;
  bottom: 37px;
  width: 95.5%;
}
.display-item-details-row .display-item {
  background: rgba(0, 0, 0, 0.35);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 5%,
    rgba(255, 255, 255, 0.55) 100%
  );
  background: rgba(255, 255, 255, 0.72);
  padding: 30px 20px 38px 20px;
}

.display-item-details-row .display-item h2 {
  color: rgba(0, 0, 0, 0.45);
  text-shadow: none;
  text-align: center;
  /* font-weight: 300; */
  text-transform: uppercase;
  font-size: 25px;
  text-shadow:
    0 0 2px rgba(255, 255, 255, 0.12),
    0 2px 2px rgba(255, 255, 255, 0.2);
}
/*
.animate-repeat-panel {
    transition: all linear 4s;
}

.animate-repeat-panel.ng-move,
.animate-repeat-panel.ng-enter {
    transition: all linear 4s;
}

.animate-repeat-panel.ng-leave.ng-leave-active,
.animate-repeat-panel.ng-move,
.animate-repeat-panel.ng-enter {
    opacity: 0;
}

.animate-repeat-panel.ng-leave,
.animate-repeat-panel.ng-move.ng-move-active,
.animate-repeat-panel.ng-enter.ng-enter-active {
    opacity: 1;
}

.animate-repeat-panel.ng-leave,
.animate-repeat-panel.ng-leave.ng-leave-active {
    transition: all 0s;
}
*/

/* The switch - the box around the slider */

.introduction-panel-canvas-web,
.introduction-panel-canvas-totem {
  padding: 0;
  /*margin-top: 64px;*/
  padding: 90px 75px 20px 75px;
  padding: 0 77px 13px 77px;
  height: auto;
  margin: 0 auto;
}

.introduction-panel-canvas-web,
.introduction-panel-canvas-totem,
.introduction-panel-canvas-web .intro-text,
.introduction-panel-canvas-totem .intro-text,
.introduction-panel-canvas-web .introduction-panel,
.introduction-panel-canvas-totem .introduction-panel {
  min-height: auto !important;
  height: auto !important;
  z-index: 0;
}

.introduction-panel-canvas-web.animated-fade,
.introduction-panel-canvas-totem.animated-fade {
  opacity: 0;
  /*transform: translateY(20px);*/
  animation: fadeInUp 0.2s ease forwards;
}

.introduction-panel-canvas-web.animated-fade.ng-leave,
.introduction-panel-canvas-totem.animated-fade.ng-leave,
.introduction-panel-canvas-web.animated-fade.ng-leave-active,
.introduction-panel-canvas-totem.animated-fade.ng-leave-active {
  animation: none !important;
  opacity: 0;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .introduction-panel-canvas-web.animated-fade,
  .introduction-panel-canvas-totem.animated-fade {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.container-item .introduction-panel-canvas-web,
.container-item .introduction-panel-canvas-totem {
  z-index: 999;
}

.introduction-panel-canvas-web img,
.introduction-panel-canvas-totem img {
  height: 104px;
  float: left;
  background: white;
  border-radius: 3px;
  opacity: 0.67;
  padding: 11px 5px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .introduction-panel-canvas-web img,
  .introduction-panel-canvas-totem img {
    margin-right: 0;
  }
}
.introduction-panel-canvas-web img.client-logo-dark,
.introduction-panel-canvas-totem img.client-logo-dark {
  background: rgba(0, 0, 0, 0.52);
}
.introduction-panel-canvas-web .intro-text,
.introduction-panel-canvas-totem .intro-text {
  margin: 0;
  padding: 8px;
}

.introduction-panel-canvas-web .intro-text h1,
.introduction-panel-canvas-web .intro-text .h1,
.introduction-panel-canvas-totem .intro-text h1,
.introduction-panel-canvas-totem .intro-text .h1 {
  font-size: 0.975em;
  letter-spacing: -0.3px;
  text-shadow:
    1px 1px 3px rgba(0, 0, 0, 0.75),
    1px 1px 1px rgba(0, 0, 0, 0.65);
}

.introduction-panel-canvas-web .intro-text h2,
.introduction-panel-canvas-web .intro-text .h2,
.introduction-panel-canvas-totem .intro-text h2,
.introduction-panel-canvas-totem .intro-text .h2 {
  font-size: 0.7em;
  font-weight: 500;
  text-shadow:
    1px 1px 3px rgba(0, 0, 0, 0.6),
    1px 1px 1px rgba(0, 0, 0, 0.85);
}

.introduction-panel-canvas-web .introduction-panel,
.introduction-panel-canvas-totem .introduction-panel {
  padding: 15px;
}

@media (max-width: 767px) {
  .introduction-panel-canvas-web .introduction-panel,
  .introduction-panel-canvas-totem .introduction-panel {
    padding: 5px;
  }
}

@media (min-width: 1200px) and (min-height: 850px) {
  .container.container-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 34vh;
    text-align: center;
  }
}

@media (min-width: 1200px) and (min-height: 910px) {
  .container.container-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 39vh;
    text-align: center;
  }
}

@media (min-height: 1500px) {
  .container.container-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 39vh;
    text-align: center;
  }
  .container.container-main-totem {
    margin: auto;
  }
}

.body-gradient .ng-view:has(.container-main-web)::before,
.body-gradient .ng-view:has(.container-main-totem)::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
}
.safari .body-gradient .ng-view:has(.container-main-web)::before,
.safari .body-gradient .ng-view:has(.container-main-totem)::before {
  display: none;
}

/* Reducir animaciones y transiciones en dispositivos low-perf (sin afectar navbar/modales) */

.low-perf .ng-view:has(.container-main-web)::before,
.low-perf .ng-view:has(.container-main-totem)::before,
.low-perf .container-main-web .loading-absolute .loading::before,
.low-perf .container-main-totem .loading-absolute .loading::before {
  content: none !important;
  display: none !important;
}
.low-perf .animated-fade,
.low-perf .animated-fade-standby,
.low-perf [class*="animated-delay-"] {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.low-perf .modal,
.low-perf .modal *,
.low-perf .modal-backdrop,
.low-perf .modal-backdrop * {
  transition: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  backface-visibility: hidden;
}

.low-perf .modal-header .close {
  position: relative;
  z-index: 20050;
  pointer-events: auto;
  cursor: pointer;
}

/* Asegurar modal y backdrop en top stack en low-perf */
.low-perf .modal-backdrop.in {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19990 !important;
}

.low-perf .modal {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 20000 !important;
  height: 100dvh;
}

.low-perf .modal-dialog {
  position: relative;
  z-index: 20010;
}

/*
.ng-view:has(.main-view-web) {
  background: rgba(236, 250, 255, 0.23);
  background: rgb(219 243 255 / 23%);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}*/

.web-watermark {
  position: fixed;
  bottom: 40px;
  width: 100%;
  z-index: 999999;
  position: relative;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;

  margin: 110px 0;
  padding: 0 20px;
  /*margin-top: 15px;
  text-align: center;*/

  text-align: center;
  line-height: 27px;
}
@media (min-width: 1200px) {
  .web-watermark {
    text-align: left;
  }
}
.web-watermark .footer-logo {
  opacity: 0.98;
  padding-left: 0;
  position: relative;
  display: inline;
  margin: 0;
  /*
  display: inline-block;
  margin-bottom: -12px;
  text-align: center;*/
}

.web-watermark .footer-logo img {
  margin-top: -10px;
}

@media (max-width: 767px) {
  .web-watermark .footer-logo {
    display: block;
    width: 100%;
  }
}

.web-watermark .footer-legalnotice {
  opacity: 0.98;
  position: relative;
  display: inline;
  left: 0;
  text-shadow:
    0.5px 0.5px 0.5px rgba(0, 0, 0, 0.8),
    1px 1px 1px rgba(0, 0, 0, 0.26),
    2px 2px 2px rgba(0, 0, 0, 0.05);
  text-shadow:
    0.5px 0.5px 0.5px rgba(0, 0, 0, 1),
    1px 1px 1px rgba(0, 0, 0, 0.36),
    2px 2px 2px rgba(0, 0, 0, 0.07);
  font-size: 15.1px;
  font-weight: 700;
  /*
  display: block;
  margin-bottom: 40px;*/
}

.web-watermark .footer-logo:hover,
.web-watermark .footer-legalnotice:hover {
  opacity: 0.65;
  cursor: pointer;
}

.row-custom {
  margin: 0;
}

.main-view-web .row-custom-items {
  padding: 26px 9px 0 9px;
  padding: 0;
}
.main-view-web .row-custom-items .white-block {
  display: inline-block;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.28);
  width: 100%;
}
@media (max-width: 767px) {
  .main-view-web .row-custom-items {
    padding-top: 0;
    padding: 0;
  }
}

@supports (display: flex) {
  .main-view-web .row-custom {
    display: block;
  }
  .main-view-web .row-custom > [class*="col-"] {
    display: block;
    float: left;
  }
  .main-view-web .row-custom .panel-canvas {
    display: flex;
    height: 100%;
  }
  .main-view-web .row-custom .panel {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

.introduction-panel-canvas-web .intro-text.introduction-col-text,
.introduction-panel-canvas-totem .intro-text.introduction-col-text {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.introduction-panel-canvas-web .intro-text img,
.introduction-panel-canvas-totem .intro-text img {
  height: 94px;
  width: auto;
}

.introduction-panel-canvas-web .text-block,
.introduction-panel-canvas-totem .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.introduction-panel-canvas-web .text-block h1,
.introduction-panel-canvas-web .text-block h2,
.introduction-panel-canvas-web .text-block .h1,
.introduction-panel-canvas-web .text-block .h2,
.introduction-panel-canvas-totem .text-block h1,
.introduction-panel-canvas-totem .text-block h2,
.introduction-panel-canvas-totem .text-block .h1,
.introduction-panel-canvas-totem .text-block .h2 {
  margin: 0;
  width: 100%;
  line-height: 21px;
  line-height: 24px;
  margin: 5px 0;
}

.introduction-panel-canvas-web .text-block h1,
.introduction-panel-canvas-web .text-block .h1,
.introduction-panel-canvas-totem .text-block h1,
.introduction-panel-canvas-totem .text-block .h1 {
  margin-bottom: 7px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .introduction-panel-canvas-web .text-block h1,
  .introduction-panel-canvas-web .text-block .h1,
  .introduction-panel-canvas-totem .text-block h1,
  .introduction-panel-canvas-totem .text-block .h1 {
    font-size: 17px;
    margin-top: -1px;
  }
  .introduction-panel-canvas-web .text-block h2,
  .introduction-panel-canvas-web .text-block .h2,
  .introduction-panel-canvas-totem .text-block h2,
  .introduction-panel-canvas-totem .text-block .h2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .introduction-panel-canvas-web .intro-text.introduction-col-text,
  .introduction-panel-canvas-totem .intro-text.introduction-col-text {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .introduction-panel-canvas-web .text-block,
  .introduction-panel-canvas-totem .text-block {
    width: 100%;
    align-items: center;
  }

  .introduction-panel-canvas-web
    .text-block
    h1
    .introduction-panel-canvas-web
    .text-block
    .h1,
  .introduction-panel-canvas-totem
    .text-block
    h1
    .introduction-panel-canvas-totem
    .text-block
    .h1 {
    text-align: center;
    font-size: 16px;
    margin-top: -5px;
    margin-bottom: 5px;
  }
  .introduction-panel-canvas-web .text-block h2,
  .introduction-panel-canvas-web .text-block .h2,
  .introduction-panel-canvas-totem .text-block h2,
  .introduction-panel-canvas-totem .text-block .h2 {
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    margin-top: -5px;
  }
}

.main-view-web .panel-heading .panel-title {
  font-size: 15px;
  font-size: 16px;
  font-size: 16.8px;
  text-shadow:
    1px 1px 2px rgba(0, 26, 51, 0.85),
    1px 1px 1px rgba(0, 26, 51, 0.5);
  line-height: 23.5px;
  text-shadow:
    1.5px 1.5px 1px rgba(12, 22, 32, 0.22),
    1px 1px 1px rgba(78, 88, 108, 0.56),
    1.5px 1.5px 3px rgba(145, 160, 190, 0.66),
    1.5px 1.5px 1px rgba(12, 22, 32, 0.12),
    1px 1px 1px rgba(78, 88, 108, 0.46),
    1.5px 1.5px 3px rgba(145, 160, 190, 0.46),
    rgba(14, 24, 34, 0.55) 1px 1px 2px,
    rgba(14, 24, 34, 0.3) 1px 1px 1px;
  transition: all 0.3s ease-in-out;
}

.main-view-web .panel-heading .panel-title .font-thin {
  text-shadow:
    1.5px 1.5px 1px rgba(12, 22, 32, 0.22),
    1px 1px 1px rgba(78, 88, 108, 0.56),
    1.5px 1.5px 3px rgba(145, 160, 190, 0.66),
    1.5px 1.5px 1px rgba(12, 22, 32, 0.12),
    1px 1px 1px rgba(78, 88, 108, 0.46),
    1.5px 1.5px 3px rgba(145, 160, 190, 0.46),
    rgba(14, 24, 34, 0.55) 1px 1px 2px,
    rgba(14, 24, 34, 0.3) 1px 1px 1px;
  font-weight: 600;
  opacity: 0.85;
}

@media (min-width: 992px) {
  .main-view-web .panel:hover .panel-heading .panel-title,
  .main-view-web .panel:hover .panel-title .font-thin {
    text-shadow:
      1.5px 1.5px 1px rgba(12, 22, 32, 0.12),
      1px 1px 1px rgba(78, 88, 108, 0.46),
      1.5px 1.5px 3px rgba(145, 160, 190, 0.56),
      1.5px 1.5px 1px rgba(12, 22, 32, 0.02),
      1px 1px 1px rgba(78, 88, 108, 0.36),
      1.5px 1.5px 3px rgba(145, 160, 190, 0.36),
      rgba(14, 24, 34, 0.55) 1px 1px 2px,
      rgba(14, 24, 34, 0.2) 1px 1px 1px;
  }
}

@media (max-width: 767px) {
  .main-view-web .panel-heading .panel-title {
    text-shadow:
      1.5px 1.5px 1px rgba(12, 22, 32, 0.15),
      1.5px 1.5px 1px rgba(12, 22, 32, 0.04),
      1.5px 1.5px 3px rgba(145, 160, 190, 0.4),
      rgba(14, 24, 34, 0.5) 1px 1px 2px,
      rgba(14, 24, 34, 0.23) 1px 1px 1px;
    font-weight: 700;
  }

  .main-view-web .panel-heading .panel-title .font-thin {
    text-shadow:
      1.5px 1.5px 1px rgba(12, 22, 32, 0.09),
      1.5px 1.5px 1px rgba(12, 22, 32, 0.03),
      1.5px 1.5px 3px rgba(145, 160, 190, 0.3),
      rgba(14, 24, 34, 0.42) 1px 1px 2px,
      rgba(14, 24, 34, 0.16) 1px 1px 1px;
  }
  .main-view-web .panel .panel-heading h5 {
    margin-top: 5px;
  }
}

@media (max-width: 1199px) {
  .main-view-web .panel-canvas {
    padding: 8px;
  }
  .introduction-panel-canvas-web,
  .introduction-panel-canvas-totem {
    padding: 0 63px 13px 63px;
  }

  .main-view-web .panel-heading .panel-title,
  .main-view-web .panel-heading .panel-title {
    font-size: 14px;
    font-size: 15.75px;
    line-height: 20px;
  }
}

@media (max-width: 576px) {
  .introduction-panel-canvas-web,
  .introduction-panel-canvas-totem {
    padding: 0 8px 23px 8px;
  }
}

.top-navbar {
  background: #2c3a4e;
  background: #1f314b;

  padding-top: 3px;
  border-bottom: 3px solid #ffffff;
  border-bottom: 3px solid #e8f3fb;
  box-shadow: 0 8px 6px -6px rgb(165 199 242 / 50%);
  box-shadow: 0 8px 6px -4px rgba(173, 201, 237, 40%);
  box-shadow: 0 8px 6px -4px rgb(149 170 197 / 40%);

  z-index: 99999999;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background: #1f314b;
}

.navbar-nav > li > .dropdown-menu {
  background: #1f314b;
  color: white;
  border-top: none;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li > a {
  color: white;
}

.top-navbar a,
.navbar-inverse .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.85);
}

.has-feedback .glyphicon {
  color: white;
}

.navbar-brand {
  padding: 4px 10px;
}

.navbar-brand > img {
  display: block;
  padding: 6px 14px;
  border-radius: 4px;
  height: 42px;
}

@media (max-width: 275px) {
  .navbar-brand > img {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    left: 65px;
    right: 65px;
  }
  .navbar-brand img {
    margin: auto;
    padding-right: 25px;
  }
}

.introduction-panel-canvas-web,
.introduction-panel-canvas-totem {
  padding-top: 0 !important;
}

.introduction-panel-web {
  opacity: 1;
}

.loading {
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* HTML: <div class="loader"></div> */
.loader {
  height: 80px;
  aspect-ratio: 1;
  padding: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  mask:
    conic-gradient(#000 0 0) content-box exclude,
    conic-gradient(#000 0 0);
  filter: blur(12px);
}
.loader:before {
  content: "";
  position: absolute;
  inset: 0;
  background: conic-gradient(#0000 35%, #ffffff, #0000 65%);
  animation: l1 1.5s linear infinite;
}
@keyframes l1 {
  to {
    rotate: 1turn;
  }
}

.uppercase {
  text-transform: uppercase;
}
/*
.container-item.container-main-web {
  width: 100%;
  margin: 0;
  padding-left: inherit;
  padding-right: inherit;
}*/
/*
@media (min-width: 1200px) {
  .container-item.container-main-web {
    padding-top: 0;
  }
}*/
.container-main-web .book_title {
  max-height: 104px;
  padding-left: 0;
  padding-right: 0;
}

.container-main-web .book_title_title {
  padding: 0 10px;
  transition: padding 0.2s ease;
}

.container-main-web .book_title_additional {
  display: block;
  margin-top: 3px;
}

@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .container-main-web a .book_title_additional {
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    font-size: 15px;
    padding: 0 5px;
    transition:
      max-height 0.3s ease-in-out,
      opacity 0.5s ease-in-out,
      margin-top 0.3s ease-in-out;
    line-height: 17px;

    font-size: 14.5px;
    line-height: 17px;
  }

  .container-main-web a:hover .book_title_additional {
    height: auto;
    opacity: 0.8;
    margin-top: 3px;
  }
  /*.container-main-web a .book_title_title {
    transition: all 1s ease-in-out;
  }

  .container-main-web a:hover .book_title_title {
    padding: 0 8px;
  }*/

  .container-main-web a:hover .book_title {
    background: rgba(0, 0, 0, 0.1);
    /*font-size: 15.6px;
    line-height: 18.5px;*/
  }
}

.book_title_additional {
  opacity: 0.8;
}

.container-main-web .shelf {
  margin: -8px 0 -4px 0;
}

.book_title {
  font-size: 15px;
  line-height: 17.5px;
  background: rgba(0, 0, 0, 0.04);
  background:;
  padding: 2px 5px 4px 5px;
  padding: 2px 9px 4px 9px;
  border-radius: 2px;
  margin-top: -12px;
  /*margin-bottom: 0;
  min-height: auto;*/
  clear: both;
  /*background: rgba(255, 255, 255, 0.72);
  color: #000000b2;
  text-shadow: none;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
  font-weight: 500;*/
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  font-family: sans-serif;
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.6),
    1px 1px 0px rgba(0, 0, 0, 0.5),
    1px 1px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.06);
  transition:
    padding 0.2s ease,
    font-size 0.2s ease;

  /*background: rgba(255, 255, 255, 0.15);
  height: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  box-shadow: none;
  text-shadow: none;*/
}

.container-main-web .book_title {
  font-size: 14.5px;
  line-height: 17px;
}

.no-link {
  opacity: 0.7;
  color: white;
}

.no-link:hover {
  opacity: 0.7;
  color: white;
  cursor: default;
}
/*
.ebooks-banner-container-web .ebooks-banner:hover::after {
  content: "Descúbrelos";
  text-transform: uppercase;
  padding-top: 50px;
  font-size: 16px;
  font-weight: bold;
  opacity: 0.7;
}*/

.ebooks-banner-container-web .ebooks-banner:hover {
  cursor: pointer;
  opacity: 0.7 !important;
  transition: none;
}

.tooltip,
.tooltip.in,
body > .tooltip {
  z-index: 9999999999 !important;
}
.tooltip .tooltip-inner {
  max-width: 240px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #e2e8f0;
  background: rgba(15, 23, 42, 1);
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.35);
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgba(15, 23, 42, 0.92);
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(15, 23, 42, 0.92);
}
.tooltip.left .tooltip-arrow {
  border-left-color: rgba(15, 23, 42, 0.92);
}
.tooltip.right .tooltip-arrow {
  border-right-color: rgba(15, 23, 42, 0.92);
}

.book-m {
  width: 168px;
  height: 240px;
  display: block;
}

.book-m .cover {
  background-image: url("../img/default_cover1m.png");
  height: 240px;
  width: 180px;
  left: 0px;
  -moz-transform: rotateY(-2deg) translateZ(0px);
  -webkit-transform: rotateY(-2deg) translateZ(0px);
  -o-transform: rotateY(-2deg) translateZ(0px);
  -ms-transform: rotateY(-2deg) translateZ(0px);
  transform: rotateY(-2deg) translateZ(0px);
}

.book-m .cover .book-title {
  padding: 5px 4.5px;
}

.book-m .cover p {
  margin: 12px 14px 0 39px !important;
  font-size: 16.5px !important;
  text-shadow: none !important;
}

.book-m .cover0 {
  background-image: url("../img/default_cover1m.png");
}

.book-m .cover1 {
  background-image: url("../img/default_cover2m.png");
}

.book-m .cover2 {
  background-image: url("../img/default_cover3m.png");
}

.book-m .cover3 {
  background-image: url("../img/default_cover4m.png");
}

.book-m .cover4 {
  background-image: url("../img/default_cover5m.png");
}

.book-m .cover5 {
  background-image: url("../img/default_cover6m.png");
}

.book-m .cover6 {
  background-image: url("../img/default_cover7m.png");
}

.row-items-web {
  clear: both;
  margin-top: 31px;
  margin-left: -15px;
  margin-right: -15px;
}
.row-items-web small {
  font-size: 14.5px;
}
.row-items-web .display-item-title {
  font-size: 14.5px;
}
.row-items-web .book-item-available {
  font-size: 14px;
}

.main-view-web-item {
  padding-left: 63px;
  padding-right: 63px;
}

@media (min-width: 1200px) {
  .main-view-web-item {
    padding-left: 77px;
    padding-right: 77px;
  }
}

@media (max-width: 576px) {
  .main-view-web-item {
    padding-left: 9px;
    padding-right: 9px;
  }
}

.web-watermark-item {
  margin: 0;
  margin-top: 102px;
  padding-bottom: 40px;
}

.modal-fade-in .modal-dialog,
.modal-fade-in .modal-content {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
.modal-fade-in.in .modal-dialog,
.modal-fade-in.in .modal-content {
  opacity: 1;
  transform: translateY(0);
}

.map-preload {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.map-preload.map-loaded {
  opacity: 1;
}
.watermark-fade {
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.watermark-visible {
  opacity: 1;
  pointer-events: auto;
}
.low-perf .web-watermark-item.watermark-fade {
  opacity: 1;
  pointer-events: auto;
  transition: none;
}

.btn-catalog-canvas {
  min-height: 56px;
}

.btn-catalog-canvas:has(.btn-catalog:hover) {
  min-height: 56px;
}

.btn-catalog {
  margin-top: 24px;
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-wrap: balance;
  font-weight: 400;
  background: transparent;

  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.03);
  border: 0;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);

  background: rgba(252, 231, 205, 0.85);

  background: rgba(177, 76, 140, 0.85);
  color: white;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);

  padding-bottom: 4px;

  transition: all 0.2s ease-in-out;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

.btn-catalog strong {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.4) !important;
}

.btn-catalog:hover,
.btn-catalog:focus,
.btn-catalog:active {
  background: rgba(252, 231, 205, 0.85);
  background: rgba(177, 76, 140, 0.85);
  color: white;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .btn-catalog {
    padding: 6px 16px 4px 16px;
  }
}

@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .btn-catalog:hover {
    transform: translateY(-5px);
    /*font-size: 1.04em;
    line-height: 20px;
    padding: 6px 12px 4px 12px;*/
    opacity: 0.7;
  }
}

@media (max-width: 576px) {
  .main-view-web-item .white-block {
    padding: 35px 24px 30px 24px;
  }
}

@media (max-width: 991px) {
  .main-view-web-item .white-box-right {
    text-align: center;
  }
}

.main-view-web-item .white-block {
  margin-top: 8px;
}

@media (min-width: 992px) {
  .main-view-web-item .white-block {
    padding-left: 40px;
    padding-bottom: 40px;
  }
  .main-view-web-item .white-block .white-box-left {
    padding-right: 25px;
    padding-top: 17px;
    padding-bottom: 0;
  }

  .main-view-web-item .white-block .white-box-left p {
    margin-bottom: 5.5px;
  }
}

@media (min-width: 1199px) {
  .main-view-web-item .white-block {
    padding-left: 65px;
  }
  .main-view-web-item .white-block .white-box-left {
    width: 35%;
    padding-right: 33px;
    border-radius: 4px;
  }
  .main-view-web-item .white-block .white-box-right {
    width: 63%;
    padding-left: 33px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.main-view-web-item .display-item {
  transition: all 0.3s ease;
  position: relative;
}

.main-view-web-item.bibliomaps-active .display-item:hover {
  cursor: pointer;
}

.main-view-web-item .display-item-online-resource:hover {
  cursor: pointer;
}
@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .main-view-web-item .display-item {
    transition:
      transform 0.3s ease,
      font-size 0.3s ease;
  }

  .main-view-web-item .display-item small,
  .main-view-web-item .display-item .display-item-title {
    transition: font-size 0.2s ease;
  }

  .main-view-web-item.bibliomaps-active .display-item:hover {
    cursor: pointer;
    transform: translateY(-6px);
  }

  .main-view-web-item .display-item-online-resource:hover {
    transform: translateY(-6px);
  }
  /*
  .main-view-web-item .display-item:hover small {
    font-size: 14.8px;
  }

  .main-view-web-item .display-item:hover .display-item-title {
    font-size: 14.8px;
  }*/

  .main-view-web-item .display-item .book-item-available {
    right: -8px;
  }

  .main-view-web-item.bibliomaps-active
    .display-item:hover
    .display-item-column {
    color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
  }

  .main-view-web-item .display-item-online-resource:hover .display-item-column {
    color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
  }
}

.online-incidents-btn {
  margin-top: 18px;
  margin-bottom: 6px;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 10px 18px;
}

.online-incidents-btn .glyphicon {
  margin-right: 8px;
}
/*
@media (min-width: 1200px) and (hover: hover) and (pointer: fine) {
  .main-view-web-item .display-item:hover .display-item-title {
    font-size: 14.8px;
  }
}*/
/*
.row .tooltip-inner {
  transition: all 1s ease-in-out;
  background: rgba(0, 0, 0, 0.16);
  padding: 2px 10px 4px 10px;
  border-radius: 2px;
  font-family: Lato, sans-serif;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.06);

  color: white;
  font-size: 1.28em;
  font-weight: 700;
  line-height: 20px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 1px 1px 0px rgba(0, 0, 0, 0.5),
    1px 1px 1px rgba(0, 0, 0, 0.09);
  font-size: 15px;

  margin: 10px 15px 0 15px;
}*/

.bibliomaps-modal-web .map-key {
  max-height: 41px !important;
  max-width: 97% !important;
}
.bibliomaps-modal-web .modal-header h2 {
  font-size: 20px;
}
.bibliomaps-modal-web .modal-header h2 small {
  font-size: 15.5px;
}
.bibliomaps-modal-web .modal-header .close {
  font-size: 85px;
  margin-bottom: -50px;
  margin-top: -28px;
}
.bibliomaps-modal-web .modal-body .map-svg:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .bibliomaps-modal-web .modal-body .map-svg:hover {
    opacity: 0.82;
  }
}

.bibliomaps-modal-web .shelving-map img {
  min-height: 550px;
  max-height: 575px;
}

.bibliomaps-modal-web .modal-dialog {
  width: 60% !important;
  margin-top: 65px;
}
.bibliomaps-modal-web .location-error,
.bibliomaps-modal-web .warehouse {
  height: 525px;
}
.bibliomaps-modal-web .location-error h1,
.bibliomaps-modal-web .warehouse h1 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}

@media (max-width: 767px) {
  .bibliomaps-modal-web .modal-dialog {
    margin-top: 90px;
  }
}

@media (min-width: 1299px) {
  .bibliomaps-modal-web .modal-dialog {
    width: 50% !important;
  }
}

@media (max-width: 991px) {
  .bibliomaps-modal-web .modal-dialog {
    width: 80% !important;
  }
}
@media (max-width: 767px) {
  .bibliomaps-modal-web .modal-dialog {
    width: 95% !important;
  }
  .bibliomaps-modal-web .shelving-map img {
    min-height: 450px;
    min-height: 350px;
    min-height: 50dvh;
  }
}

@media (min-width: 1080px) and (min-height: 1900px) {
  .bibliomaps-modal-web .modal-dialog,
  .modal-dialog {
    width: 975px !important;
  }
}
@media (max-width: 767px) {
  .publisher-logo {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1f314b;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  background: rgba(0, 0, 0, 0.03);
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2s infinite ease-in-out !important;
  animation: sk-bounce 2s infinite ease-in-out !important;
}

.double-bounce2 {
  -webkit-animation-delay: -1s !important;
  animation-delay: -1s !important;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.main-view-web .animated-fade-standby {
  opacity: 0;
}

.main-view-web .animated-fade {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
}

@supports not (animation-name: fadeInUp) {
  .main-view-web .animated-fade {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.main-view-web .row-custom-animated-none .animated-fade,
.main-view-totem .animated-fade {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .main-view-web .animated-fade {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes white-block-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animated-done {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}
.main-view-web .animated-fade-standby.animated-delay-0 {
  animation-delay: 0s;
}
.main-view-web .animated-fade-standby.animated-delay-1 {
  animation-delay: 0.1s;
}
.main-view-web .animated-fade-standby.animated-delay-2 {
  animation-delay: 0.2s;
}
.main-view-web .animated-fade-standby.animated-delay-3 {
  animation-delay: 0.3s;
}
.main-view-web .animated-fade-standby.animated-delay-4 {
  animation-delay: 0.4s;
}
.main-view-web .animated-fade-standby.animated-delay-5 {
  animation-delay: 0.5s;
}
.main-view-web .animated-fade-standby.animated-delay-6 {
  animation-delay: 0.6s;
}
.main-view-web .animated-fade-standby.animated-delay-7 {
  animation-delay: 0.7s;
}
.main-view-web .animated-fade-standby.animated-delay-8 {
  animation-delay: 0.8s;
}
.main-view-web .animated-fade-standby.animated-delay-9 {
  animation-delay: 0.9s;
}
.main-view-web .animated-fade-standby.animated-delay-10 {
  animation-delay: 1s;
}
.main-view-web .animated-fade-standby.animated-delay-11 {
  animation-delay: 1.1s;
}
.main-view-web .animated-fade-standby.animated-delay-12 {
  animation-delay: 1.2s;
}
.main-view-web .animated-fade-standby.animated-delay-13 {
  animation-delay: 1.3s;
}
.main-view-web .animated-fade-standby.animated-delay-14 {
  animation-delay: 1.4s;
}
.main-view-web .animated-fade-standby.animated-delay-15 {
  animation-delay: 1.5s;
}
.main-view-web .animated-fade-standby.animated-delay-16 {
  animation-delay: 1.6s;
}
.main-view-web .animated-fade-standby.animated-delay-17 {
  animation-delay: 1.7s;
}
.main-view-web .animated-fade-standby.animated-delay-18 {
  animation-delay: 1.8s;
}
.main-view-web .animated-fade-standby.animated-delay-19 {
  animation-delay: 1.9s;
}
.main-view-web .animated-fade-standby.animated-delay-20 {
  animation-delay: 2s;
}
.main-view-web .animated-fade-standby.animated-delay-21 {
  animation-delay: 2.1s;
}
.main-view-web .animated-fade-standby.animated-delay-22 {
  animation-delay: 2.2s;
}
.main-view-web .animated-fade-standby.animated-delay-23 {
  animation-delay: 2.3s;
}
.main-view-web .animated-fade-standby.animated-delay-24 {
  animation-delay: 2.4s;
}
.main-view-web .animated-fade-standby.animated-delay-25 {
  animation-delay: 2.5s;
}
.main-view-web .animated-fade-standby.animated-delay-26 {
  animation-delay: 2.6s;
}
.main-view-web .animated-fade-standby.animated-delay-27 {
  animation-delay: 2.7s;
}
.main-view-web .animated-fade-standby.animated-delay-28 {
  animation-delay: 2.8s;
}
.main-view-web .animated-fade-standby.animated-delay-29 {
  animation-delay: 2.9s;
}
.main-view-web .animated-fade-standby.animated-delay-30 {
  animation-delay: 3s;
}
.main-view-web .animated-fade-standby.animated-delay-31 {
  animation-delay: 3.1s;
}
.main-view-web .animated-fade-standby.animated-delay-32 {
  animation-delay: 3.2s;
}
.main-view-web .animated-fade-standby.animated-delay-33 {
  animation-delay: 3.3s;
}
.main-view-web .animated-fade-standby.animated-delay-34 {
  animation-delay: 3.4s;
}
.main-view-web .animated-fade-standby.animated-delay-35 {
  animation-delay: 3.5s;
}
.main-view-web .animated-fade-standby.animated-delay-36 {
  animation-delay: 3.6s;
}
.main-view-web .animated-fade-standby.animated-delay-37 {
  animation-delay: 3.7s;
}
.main-view-web .animated-fade-standby.animated-delay-38 {
  animation-delay: 3.8s;
}
.main-view-web .animated-fade-standby.animated-delay-39 {
  animation-delay: 3.9s;
}
.main-view-web .animated-fade-standby.animated-delay-40 {
  animation-delay: 4s;
}
.main-view-web .animated-fade-standby.animated-delay-41 {
  animation-delay: 4.1s;
}
.main-view-web .animated-fade-standby.animated-delay-42 {
  animation-delay: 4.2s;
}
.main-view-web .animated-fade-standby.animated-delay-43 {
  animation-delay: 4.3s;
}
.main-view-web .animated-fade-standby.animated-delay-44 {
  animation-delay: 4.4s;
}
.main-view-web .animated-fade-standby.animated-delay-45 {
  animation-delay: 4.5s;
}
.main-view-web .animated-fade-standby.animated-delay-46 {
  animation-delay: 4.6s;
}
.main-view-web .animated-fade-standby.animated-delay-47 {
  animation-delay: 4.7s;
}
.main-view-web .animated-fade-standby.animated-delay-48 {
  animation-delay: 4.8s;
}
.main-view-web .animated-fade-standby.animated-delay-49 {
  animation-delay: 4.9s;
}
.main-view-web .animated-fade-standby.animated-delay-50 {
  animation-delay: 5s;
}
.main-view-web .animated-fade-standby.animated-delay-51 {
  animation-delay: 5.1s;
}
.main-view-web .animated-fade-standby.animated-delay-52 {
  animation-delay: 5.2s;
}
.main-view-web .animated-fade-standby.animated-delay-53 {
  animation-delay: 5.3s;
}
.main-view-web .animated-fade-standby.animated-delay-54 {
  animation-delay: 5.4s;
}
.main-view-web .animated-fade-standby.animated-delay-55 {
  animation-delay: 5.5s;
}
.main-view-web .animated-fade-standby.animated-delay-56 {
  animation-delay: 5.6s;
}
.main-view-web .animated-fade-standby.animated-delay-57 {
  animation-delay: 5.7s;
}
.main-view-web .animated-fade-standby.animated-delay-58 {
  animation-delay: 5.8s;
}
.main-view-web .animated-fade-standby.animated-delay-59 {
  animation-delay: 5.9s;
}
.main-view-web .animated-fade-standby.animated-delay-60 {
  animation-delay: 6s;
}
.main-view-web .animated-fade-standby.animated-delay-61 {
  animation-delay: 6.1s;
}
.main-view-web .animated-fade-standby.animated-delay-62 {
  animation-delay: 6.2s;
}
.main-view-web .animated-fade-standby.animated-delay-63 {
  animation-delay: 6.3s;
}
.main-view-web .animated-fade-standby.animated-delay-64 {
  animation-delay: 6.4s;
}
.main-view-web .animated-fade-standby.animated-delay-65 {
  animation-delay: 6.5s;
}
.main-view-web .animated-fade-standby.animated-delay-66 {
  animation-delay: 6.6s;
}
.main-view-web .animated-fade-standby.animated-delay-67 {
  animation-delay: 6.7s;
}
.main-view-web .animated-fade-standby.animated-delay-68 {
  animation-delay: 6.8s;
}
.main-view-web .animated-fade-standby.animated-delay-69 {
  animation-delay: 6.9s;
}
.main-view-web .animated-fade-standby.animated-delay-70 {
  animation-delay: 7s;
}
.main-view-web .animated-fade-standby.animated-delay-71 {
  animation-delay: 7.1s;
}
.main-view-web .animated-fade-standby.animated-delay-72 {
  animation-delay: 7.2s;
}
.main-view-web .animated-fade-standby.animated-delay-73 {
  animation-delay: 7.3s;
}
.main-view-web .animated-fade-standby.animated-delay-74 {
  animation-delay: 7.4s;
}
.main-view-web .animated-fade-standby.animated-delay-75 {
  animation-delay: 7.5s;
}
.main-view-web .animated-fade-standby.animated-delay-76 {
  animation-delay: 7.6s;
}
.main-view-web .animated-fade-standby.animated-delay-77 {
  animation-delay: 7.7s;
}
.main-view-web .animated-fade-standby.animated-delay-78 {
  animation-delay: 7.8s;
}
.main-view-web .animated-fade-standby.animated-delay-79 {
  animation-delay: 7.9s;
}
.main-view-web .animated-fade-standby.animated-delay-80 {
  animation-delay: 8s;
}

.main-view-web .animated-delay-0 {
  animation-delay: 0s;
}
.main-view-web .animated-delay-1 {
  animation-delay: 0.05s;
}
.main-view-web .animated-delay-2 {
  animation-delay: 0.1s;
}
.main-view-web .animated-delay-3 {
  animation-delay: 0.15s;
}
.main-view-web .animated-delay-4 {
  animation-delay: 0.2s;
}
.main-view-web .animated-delay-5 {
  animation-delay: 0.25s;
}
.main-view-web .animated-delay-6 {
  animation-delay: 0.3s;
}
.main-view-web .animated-delay-7 {
  animation-delay: 0.35s;
}
.main-view-web .animated-delay-8 {
  animation-delay: 0.4s;
}
.main-view-web .animated-delay-9 {
  animation-delay: 0.45s;
}
.main-view-web .animated-delay-10 {
  animation-delay: 0.5s;
}
.main-view-web .animated-delay-11 {
  animation-delay: 0.55s;
}
.main-view-web .animated-delay-12 {
  animation-delay: 0.6s;
}
.main-view-web .animated-delay-13 {
  animation-delay: 0.65s;
}
.main-view-web .animated-delay-14 {
  animation-delay: 0.7s;
}
.main-view-web .animated-delay-15 {
  animation-delay: 0.75s;
}
.main-view-web .animated-delay-16 {
  animation-delay: 0.8s;
}
.main-view-web .animated-delay-17 {
  animation-delay: 0.85s;
}
.main-view-web .animated-delay-18 {
  animation-delay: 0.9s;
}
.main-view-web .animated-delay-19 {
  animation-delay: 0.95s;
}
.main-view-web .animated-delay-20 {
  animation-delay: 1s;
}
.main-view-web .animated-delay-21 {
  animation-delay: 1.05s;
}
.main-view-web .animated-delay-22 {
  animation-delay: 1.1s;
}
.main-view-web .animated-delay-23 {
  animation-delay: 1.15s;
}
.main-view-web .animated-delay-24 {
  animation-delay: 1.2s;
}
.main-view-web .animated-delay-25 {
  animation-delay: 1.25s;
}
.main-view-web .animated-delay-26 {
  animation-delay: 1.3s;
}
.main-view-web .animated-delay-27 {
  animation-delay: 1.35s;
}
.main-view-web .animated-delay-28 {
  animation-delay: 1.4s;
}
.main-view-web .animated-delay-29 {
  animation-delay: 1.45s;
}
.main-view-web .animated-delay-30 {
  animation-delay: 1.5s;
}
.main-view-web .animated-delay-31 {
  animation-delay: 1.55s;
}
.main-view-web .animated-delay-32 {
  animation-delay: 1.6s;
}
.main-view-web .animated-delay-33 {
  animation-delay: 1.65s;
}
.main-view-web .animated-delay-34 {
  animation-delay: 1.7s;
}
.main-view-web .animated-delay-35 {
  animation-delay: 1.75s;
}
.main-view-web .animated-delay-36 {
  animation-delay: 1.8s;
}
.main-view-web .animated-delay-37 {
  animation-delay: 1.85s;
}
.main-view-web .animated-delay-38 {
  animation-delay: 1.9s;
}
.main-view-web .animated-delay-39 {
  animation-delay: 1.95s;
}
.main-view-web .animated-delay-40 {
  animation-delay: 2s;
}
.main-view-web .animated-delay-41 {
  animation-delay: 2.05s;
}
.main-view-web .animated-delay-42 {
  animation-delay: 2.1s;
}
.main-view-web .animated-delay-43 {
  animation-delay: 2.15s;
}
.main-view-web .animated-delay-44 {
  animation-delay: 2.2s;
}
.main-view-web .animated-delay-45 {
  animation-delay: 2.25s;
}
.main-view-web .animated-delay-46 {
  animation-delay: 2.3s;
}
.main-view-web .animated-delay-47 {
  animation-delay: 2.35s;
}
.main-view-web .animated-delay-48 {
  animation-delay: 2.4s;
}
.main-view-web .animated-delay-49 {
  animation-delay: 2.45s;
}
.main-view-web .animated-delay-50 {
  animation-delay: 2.5s;
}
.main-view-web .animated-delay-51 {
  animation-delay: 2.55s;
}
.main-view-web .animated-delay-52 {
  animation-delay: 2.6s;
}
.main-view-web .animated-delay-53 {
  animation-delay: 2.65s;
}
.main-view-web .animated-delay-54 {
  animation-delay: 2.7s;
}
.main-view-web .animated-delay-55 {
  animation-delay: 2.75s;
}
.main-view-web .animated-delay-56 {
  animation-delay: 2.8s;
}
.main-view-web .animated-delay-57 {
  animation-delay: 2.85s;
}
.main-view-web .animated-delay-58 {
  animation-delay: 2.9s;
}
.main-view-web .animated-delay-59 {
  animation-delay: 2.95s;
}
.main-view-web .animated-delay-60 {
  animation-delay: 3s;
}
.main-view-web .animated-delay-61 {
  animation-delay: 3.05s;
}
.main-view-web .animated-delay-62 {
  animation-delay: 3.1s;
}
.main-view-web .animated-delay-63 {
  animation-delay: 3.15s;
}
.main-view-web .animated-delay-64 {
  animation-delay: 3.2s;
}
.main-view-web .animated-delay-65 {
  animation-delay: 3.25s;
}
.main-view-web .animated-delay-66 {
  animation-delay: 3.3s;
}
.main-view-web .animated-delay-67 {
  animation-delay: 3.35s;
}
.main-view-web .animated-delay-68 {
  animation-delay: 3.4s;
}
.main-view-web .animated-delay-69 {
  animation-delay: 3.45s;
}
.main-view-web .animated-delay-70 {
  animation-delay: 3.5s;
}
.main-view-web .animated-delay-71 {
  animation-delay: 3.55s;
}
.main-view-web .animated-delay-72 {
  animation-delay: 3.6s;
}
.main-view-web .animated-delay-73 {
  animation-delay: 3.65s;
}
.main-view-web .animated-delay-74 {
  animation-delay: 3.7s;
}
.main-view-web .animated-delay-75 {
  animation-delay: 3.75s;
}
.main-view-web .animated-delay-76 {
  animation-delay: 3.8s;
}
.main-view-web .animated-delay-77 {
  animation-delay: 3.85s;
}
.main-view-web .animated-delay-78 {
  animation-delay: 3.9s;
}
.main-view-web .animated-delay-79 {
  animation-delay: 3.95s;
}
.main-view-web .animated-delay-80 {
  animation-delay: 4s;
}
.main-view-web .animated-delay-81 {
  animation-delay: 4.05s;
}
.main-view-web .animated-delay-82 {
  animation-delay: 4.1s;
}
.main-view-web .animated-delay-83 {
  animation-delay: 4.15s;
}
.main-view-web .animated-delay-84 {
  animation-delay: 4.2s;
}
.main-view-web .animated-delay-85 {
  animation-delay: 4.25s;
}
.main-view-web .animated-delay-86 {
  animation-delay: 4.3s;
}
.main-view-web .animated-delay-87 {
  animation-delay: 4.35s;
}
.main-view-web .animated-delay-88 {
  animation-delay: 4.4s;
}
.main-view-web .animated-delay-89 {
  animation-delay: 4.45s;
}
.main-view-web .animated-delay-90 {
  animation-delay: 4.5s;
}
.main-view-web .animated-delay-91 {
  animation-delay: 4.55s;
}
.main-view-web .animated-delay-92 {
  animation-delay: 4.6s;
}
.main-view-web .animated-delay-93 {
  animation-delay: 4.65s;
}
.main-view-web .animated-delay-94 {
  animation-delay: 4.7s;
}
.main-view-web .animated-delay-95 {
  animation-delay: 4.75s;
}
.main-view-web .animated-delay-96 {
  animation-delay: 4.8s;
}
.main-view-web .animated-delay-97 {
  animation-delay: 4.85s;
}
.main-view-web .animated-delay-98 {
  animation-delay: 4.9s;
}
.main-view-web .animated-delay-99 {
  animation-delay: 4.95s;
}
.main-view-web .animated-delay-100 {
  animation-delay: 5s;
}
.main-view-web .animated-delay-101 {
  animation-delay: 5.05s;
}
.main-view-web .animated-delay-102 {
  animation-delay: 5.1s;
}
.main-view-web .animated-delay-103 {
  animation-delay: 5.15s;
}
.main-view-web .animated-delay-104 {
  animation-delay: 5.2s;
}
.main-view-web .animated-delay-105 {
  animation-delay: 5.25s;
}
.main-view-web .animated-delay-106 {
  animation-delay: 5.3s;
}
.main-view-web .animated-delay-107 {
  animation-delay: 5.35s;
}
.main-view-web .animated-delay-108 {
  animation-delay: 5.4s;
}
.main-view-web .animated-delay-109 {
  animation-delay: 5.45s;
}
.main-view-web .animated-delay-110 {
  animation-delay: 5.5s;
}
.main-view-web .animated-delay-111 {
  animation-delay: 5.55s;
}
.main-view-web .animated-delay-112 {
  animation-delay: 5.6s;
}
.main-view-web .animated-delay-113 {
  animation-delay: 5.65s;
}
.main-view-web .animated-delay-114 {
  animation-delay: 5.7s;
}
.main-view-web .animated-delay-115 {
  animation-delay: 5.75s;
}
.main-view-web .animated-delay-116 {
  animation-delay: 5.8s;
}
.main-view-web .animated-delay-117 {
  animation-delay: 5.85s;
}
.main-view-web .animated-delay-118 {
  animation-delay: 5.9s;
}
.main-view-web .animated-delay-119 {
  animation-delay: 5.95s;
}
.main-view-web .animated-delay-120 {
  animation-delay: 6s;
}
.main-view-web .animated-delay-121 {
  animation-delay: 6.05s;
}
.main-view-web .animated-delay-122 {
  animation-delay: 6.1s;
}
.main-view-web .animated-delay-123 {
  animation-delay: 6.15s;
}
.main-view-web .animated-delay-124 {
  animation-delay: 6.2s;
}
.main-view-web .animated-delay-125 {
  animation-delay: 6.25s;
}
.main-view-web .animated-delay-126 {
  animation-delay: 6.3s;
}
.main-view-web .animated-delay-127 {
  animation-delay: 6.35s;
}
.main-view-web .animated-delay-128 {
  animation-delay: 6.4s;
}
.main-view-web .animated-delay-129 {
  animation-delay: 6.45s;
}
.main-view-web .animated-delay-130 {
  animation-delay: 6.5s;
}
.main-view-web .animated-delay-131 {
  animation-delay: 6.55s;
}
.main-view-web .animated-delay-132 {
  animation-delay: 6.6s;
}
.main-view-web .animated-delay-133 {
  animation-delay: 6.65s;
}
.main-view-web .animated-delay-134 {
  animation-delay: 6.7s;
}
.main-view-web .animated-delay-135 {
  animation-delay: 6.75s;
}
.main-view-web .animated-delay-136 {
  animation-delay: 6.8s;
}
.main-view-web .animated-delay-137 {
  animation-delay: 6.85s;
}
.main-view-web .animated-delay-138 {
  animation-delay: 6.9s;
}
.main-view-web .animated-delay-139 {
  animation-delay: 6.95s;
}
.main-view-web .animated-delay-140 {
  animation-delay: 7s;
}
.main-view-web .animated-delay-141 {
  animation-delay: 7.05s;
}
.main-view-web .animated-delay-142 {
  animation-delay: 7.1s;
}
.main-view-web .animated-delay-143 {
  animation-delay: 7.15s;
}
.main-view-web .animated-delay-144 {
  animation-delay: 7.2s;
}
.main-view-web .animated-delay-145 {
  animation-delay: 7.25s;
}
.main-view-web .animated-delay-146 {
  animation-delay: 7.3s;
}
.main-view-web .animated-delay-147 {
  animation-delay: 7.35s;
}
.main-view-web .animated-delay-148 {
  animation-delay: 7.4s;
}
.main-view-web .animated-delay-149 {
  animation-delay: 7.45s;
}
.main-view-web .animated-delay-150 {
  animation-delay: 7.5s;
}
.main-view-web .animated-delay-151 {
  animation-delay: 7.55s;
}
.main-view-web .animated-delay-152 {
  animation-delay: 7.6s;
}
.main-view-web .animated-delay-153 {
  animation-delay: 7.65s;
}
.main-view-web .animated-delay-154 {
  animation-delay: 7.7s;
}
.main-view-web .animated-delay-155 {
  animation-delay: 7.75s;
}
.main-view-web .animated-delay-156 {
  animation-delay: 7.8s;
}
.main-view-web .animated-delay-157 {
  animation-delay: 7.85s;
}
.main-view-web .animated-delay-158 {
  animation-delay: 7.9s;
}
.main-view-web .animated-delay-159 {
  animation-delay: 7.95s;
}
.main-view-web .animated-delay-160 {
  animation-delay: 8s;
}
.main-view-web .animated-delay-161 {
  animation-delay: 8.05s;
}
.main-view-web .animated-delay-162 {
  animation-delay: 8.1s;
}
.main-view-web .animated-delay-163 {
  animation-delay: 8.15s;
}
.main-view-web .animated-delay-164 {
  animation-delay: 8.2s;
}
.main-view-web .animated-delay-165 {
  animation-delay: 8.25s;
}
.main-view-web .animated-delay-166 {
  animation-delay: 8.3s;
}
.main-view-web .animated-delay-167 {
  animation-delay: 8.35s;
}
.main-view-web .animated-delay-168 {
  animation-delay: 8.4s;
}
.main-view-web .animated-delay-169 {
  animation-delay: 8.45s;
}
.main-view-web .animated-delay-170 {
  animation-delay: 8.5s;
}
.main-view-web .animated-delay-171 {
  animation-delay: 8.55s;
}
.main-view-web .animated-delay-172 {
  animation-delay: 8.6s;
}
.main-view-web .animated-delay-173 {
  animation-delay: 8.65s;
}
.main-view-web .animated-delay-174 {
  animation-delay: 8.7s;
}
.main-view-web .animated-delay-175 {
  animation-delay: 8.75s;
}
.main-view-web .animated-delay-176 {
  animation-delay: 8.8s;
}
.main-view-web .animated-delay-177 {
  animation-delay: 8.85s;
}
.main-view-web .animated-delay-178 {
  animation-delay: 8.9s;
}
.main-view-web .animated-delay-179 {
  animation-delay: 8.95s;
}
.main-view-web .animated-delay-180 {
  animation-delay: 9s;
}
.main-view-web .animated-delay-181 {
  animation-delay: 9.05s;
}
.main-view-web .animated-delay-182 {
  animation-delay: 9.1s;
}
.main-view-web .animated-delay-183 {
  animation-delay: 9.15s;
}
.main-view-web .animated-delay-184 {
  animation-delay: 9.2s;
}
.main-view-web .animated-delay-185 {
  animation-delay: 9.25s;
}
.main-view-web .animated-delay-186 {
  animation-delay: 9.3s;
}
.main-view-web .animated-delay-187 {
  animation-delay: 9.35s;
}
.main-view-web .animated-delay-188 {
  animation-delay: 9.4s;
}
.main-view-web .animated-delay-189 {
  animation-delay: 9.45s;
}
.main-view-web .animated-delay-190 {
  animation-delay: 9.5s;
}
.main-view-web .animated-delay-191 {
  animation-delay: 9.55s;
}
.main-view-web .animated-delay-192 {
  animation-delay: 9.6s;
}
.main-view-web .animated-delay-193 {
  animation-delay: 9.65s;
}
.main-view-web .animated-delay-194 {
  animation-delay: 9.7s;
}
.main-view-web .animated-delay-195 {
  animation-delay: 9.75s;
}
.main-view-web .animated-delay-196 {
  animation-delay: 9.8s;
}
.main-view-web .animated-delay-197 {
  animation-delay: 9.85s;
}
.main-view-web .animated-delay-198 {
  animation-delay: 9.9s;
}
.main-view-web .animated-delay-199 {
  animation-delay: 9.95s;
}
.main-view-web .animated-delay-200 {
  animation-delay: 10s;
}

.panel-reset {
}

.panel-reset:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media (max-width: 1199px) {
  /*.panel .panel-initial {
    font-size: 16px;
    left: -2px;
    top: 0;
  }
  .panel .panel-initial.panel-notification {
    font-size: 14px;
    top: 1.5px;
    left: auto;
    right: 4px;
    padding: 1px 4px;
  }*/
}

@media (max-width: 767px) {
  .white-block,
  .display-item {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  }

  .main-view-web .panel {
    min-height: auto;
  }

  .main-view-web .panel .panel-heading {
    height: 80px;
    height: 115px;
    padding: 0 30px;
    padding: 0 42px;
  }

  .main-view-web .panel .panel-subheading {
    margin-bottom: 9px;
    margin-bottom: -2px;
  }
  .panel .panel-initial.panel-notification {
    z-index: 9999;
    right: 0;
  }

  .container-item .tooltip {
    display: none !important;
  }
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

.container-main-totem .main-view {
  flex: 1;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
}

.container-main-totem .main-view-items {
  flex: none;
  padding-top: 195px;
}

.ng-view:has(.container-main-totem) {
  display: flex;
}

.container-main-totem .book_shelf-kiosk {
  width: 25%;
}

.ebooks-banner-container-totem {
  position: absolute;
  top: 100px;
  width: 100%;
  padding: 0 60px;
}

.ebooks-banner-container-totem .ebooks-banner .panel-notification {
  left: 25px;
}

.main-view-totem {
  padding: 10px 55px;
}

.main-view-totem.main-view-totem-center .row-custom-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  column-gap: 10px;
}

.main-view-totem.main-view-totem-center .book_shelf {
  float: none !important; /* Anula el float de Bootstrap */
  margin: 0 !important; /* Elimina márgenes laterales */
  padding: 10px 5px; /* Pequeño padding opcional */
  max-width: 170px; /* Controla el tamaño máximo */
  flex: 0 0 auto; /* No crecer ni reducir */
}

.main-view-totem .book_shelf {
  height: 365px;
}

.count-panel-canvas {
  margin: 0;
  padding: 18px 16px 0 16px;
}

.count-panel {
  background: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.68);
  border-radius: 12px;
  /* margin-bottom: 20px; */
  font-size: 14.1px;
  height: auto;
  padding: 22px 14px 40px 14px;
  color: rgba(0, 0, 0, 0.52);
  font-weight: 600;
  min-height: 255px;
  padding: 10px 14px 31px 14px;
  min-height: 267px;
  /*text-shadow: 1px 1px rgba(255, 255, 255, 0.9),
    1px 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 2px rgba(255, 255, 255, 0.2);*/
  color: rgba(0, 0, 0, 0.7);

  word-wrap: break-word;
  text-wrap: auto;
  line-break: strict;
}

.count-panel-canvas-ebooks .count-panel {
  transition: all 0.2s ease-in-out;
  background: rgba(31, 49, 75, 0.81);
  color: white;
  padding-top: 35px;
}

.count-panel .count {
  font-size: 60px;
  font-weight: bolder;
  margin-right: 4px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-bottom: -3px;
}

.count-panel .count-course {
  font-weight: bold;
  display: block;
  margin-top: 5px;
  font-size: 13.5px;
  color: rgba(0, 0, 0, 0.6);
}
.container-main-web .count-panel .panel-notification {
  bottom: auto;
  top: auto;
  left: auto;
  /* box-shadow: none; */
  right: auto;
  position: relative;
  margin-bottom: -13px;
  margin-top: 14px;
  /* margin-bottom: -13px; */
  margin: 22px 6px;
  font-size: 15px;
  opacity: 1 !important;
  display: block !important;
  transition: all 0.2s ease-in-out;
}

.count-panel .text-muted {
  color: rgba(255, 255, 255, 0.87);
  font-weight: 500;
}

.count-panel-canvas-ebooks .count-panel:hover {
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .count-panel-canvas .count-panel {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .count-panel-canvas-ebooks .count-panel:hover {
    cursor: pointer;
    opacity: 0.7;
    transform: translateY(-10px);
    /*font-size: 14.55px;*/
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
  }

  .count-panel-canvas-ebooks .count-panel:hover .panel-notification {
    /*font-size: 16px;
    padding-bottom: 2px;*/
    margin-top: 20px;
  }
}

.logo-bibliobooks-bg {
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: 7.5%;
  opacity: 0.055;
}

.top-navbar a,
.navbar-inverse .navbar-nav > li > a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
  }
}

.top-navbar input::placeholder {
  color: white;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .main-view-items .book_shelf-kiosk:nth-child(odd) {
    padding-right: 0;
    padding-left: 15px;
  }

  .main-view-items .book_shelf-kiosk:nth-child(even) {
    padding-left: 0;
    padding-right: 15px;
  }
  /*
  .main-view-items-ebooks .book_shelf-kiosk:nth-child(odd) {
    padding-left: 0;
    padding-right: 15px;
  }

  .main-view-items-ebooks .book_shelf-kiosk:nth-child(even) {
    padding-right: 0;
    padding-left: 15px;
  }*/
  .main-view-items .book_shelf-kiosk:nth-child(odd).count-panel-canvas,
  .main-view-items .book_shelf-kiosk:nth-child(even).count-panel-canvas {
    padding: 18px 16px 0 16px;
  }

  .info-block h1 {
    font-size: 22px;
    margin: 15px 0 0px 0;
    line-height: 29px;
  }
  .navbar-collapse {
    margin-left: -4px;
    width: 104%;
  }
}

.container-main-web .error {
  /* width: auto; */
  max-width: 470px;
  max-width: 593px;
  height: auto;
  text-align: center;
  margin: 200px auto 0 auto;
  margin: auto;
  clear: both;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .container-main-web .error {
    max-width: 300px;
  }
}

.container-main-web .error .content {
  /* position: absolute; */
  /* top: 50%; */
  left: 50%;
  /* width: 900px; */
  /* height: 200px; */
  /* margin-top: -125px; */
  /* margin-left: -450px; */
  left: auto;
  top: auto;
  right: auto;
  position: relative;
  background: rgba(255, 255, 255, 0.68);
  border-radius: 6px;
  margin: auto;
  text-align: center;
  width: initial;
  height: auto;
  color: rgba(0, 0, 0, 0.7);
  padding: 7px 25px 30px 25px;
}

.container-main-web .error .content h1,
.container-main-web .error .content h2,
.container-main-web .error .content h3,
.container-main-web .error .content h4 {
  line-break: normal;
  color: inherit;
  text-shadow: none;
  font-size: 1.4em;
}
.container-main-web .error img {
  height: 220px;
}

.container-main-web .error .panel-filter {
  background: lightblue;
  min-height: fit-content;
  height: fit-content;
  border-color: #0000001a;
  border-radius: 32px;
}

.container-main-web .error .panel-heading {
  height: fit-content;
}

.container-main-web .error .panel-title {
  top: 0;
  transform: none;
}

.container-main-web .error .content .panel-filter h1 {
  margin: 20px 0;
  font-size: 21px;
}

@media (max-width: 767px) {
  .container-main-web .error .content .panel-s {
    width: 100%;
  }
}

.content .text-muted {
  color: white;
}

.container-main-web .error .content h2.text-muted {
  opacity: 0.6;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .introduction-panel-error {
    padding-top: 0px !important;
  }
}

.bibliomaps-modal-web .location-error h1,
.bibliomaps-modal-web .warehouse h1 {
  font-size: 27px;
}

#bibliobooksModal .modal-body a {
  color: #001a33;
}

#bibliobooksModal h2 {
  font-size: 21px;
}

#bibliobooksModal .modal-body a:hover {
  opacity: 0.7;
}

#bibliobooksModal .modal-body img {
  max-width: 225px;
  width: 100%;
  margin: auto;
}

@media (max-width: 991px) {
  .select:hover,
  .select:active,
  .select:focus,
  .scroll-top-btn:hover,
  .scroll-top-btn:active,
  .scroll-back-btn:hover,
  .scroll-back-btn:active,
  .reload-btn:hover,
  .reload-btn:active,
  .web-watermark .footer-logo:hover,
  .web-watermark .footer-logo:active,
  .web-watermark .footer-legalnotice:hover,
  .web-watermark .footer-legalnotice:active,
  .ebooks-banner-container-web .ebooks-banner:hover,
  .ebooks-banner-container-web .ebooks-banner:active,
  .panel-reset:hover,
  .panel-reset:active,
  .main-view-web .panel:hover,
  .main-view-web .panel:focus,
  .main-view-web .panel:active,
  #bibliobooksModal .modal-body a:hover,
  #bibliobooksModal .modal-body a:active,
  .panel:hover,
  .panel:focus,
  .panel:active {
    opacity: 1 !important;
  }
}

/* Eliminar estas animaciones opacity en cualquier pantalla táctil */
@media (hover: none) and (pointer: coarse) {
  .select:hover,
  .select:active,
  .select:focus,
  .scroll-top-btn:hover,
  .scroll-top-btn:active,
  .scroll-back-btn:hover,
  .scroll-back-btn:active,
  .reload-btn:hover,
  .reload-btn:active,
  .web-watermark .footer-logo:hover,
  .web-watermark .footer-logo:active,
  .web-watermark .footer-legalnotice:hover,
  .web-watermark .footer-legalnotice:active,
  .ebooks-banner-container-web .ebooks-banner:hover,
  .ebooks-banner-container-web .ebooks-banner:active,
  .panel-reset:hover,
  .panel-reset:active,
  .main-view-web .panel:hover,
  .main-view-web .panel:focus,
  .main-view-web .panel:active,
  #bibliobooksModal .modal-body a:hover,
  #bibliobooksModal .modal-body a:active,
  .panel:hover,
  .panel:focus,
  .panel:active {
    opacity: 1 !important;
  }
}

@media (max-width: 767px) {
  .main-view-web .panel {
    border-radius: 13px;
    margin-bottom: 5px;
  }
  .main-view-web .panel .panel-heading {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
  }
  .main-view-web .panel .panel-subheading {
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
  }
}

.introduction-panel:hover,
introduction-panel:active,
introduction-panel:focus,
.introduction-panel:visited {
  opacity: 1 !important;
}

.body-textsize .intro-text h2,
.body-textsize .intro-text .h2,
.body-textsize .intro-text h1,
.body-textsize .intro-text .h1 {
  font-size: 1.03em;
}
.body-textsize .intro-text p {
  font-size: 0.88em;
}

/* Mejoras en encabezados web */
.introduction-panel-canvas-web .introduction-panel,
.introduction-panel-canvas-totem .introduction-panel {
  position: relative;
  border: 1.5px solid #b9cbe1 !important;
  border-radius: 7px !important;
}
.introduction-panel-canvas-web .introduction-panel:before,
.introduction-panel-canvas-totem .introduction-panel:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #e9faff 0%, transparent);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.33;
  z-index: 1;
  border-radius: 7px !important;
  /* opacity: 0; */
  opacity: 0;
}
.introduction-panel-canvas-web .introduction-panel:after,
.introduction-panel-canvas-totem .introduction-panel:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #001924 0%, transparent 70%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.48;
  z-index: 1;
  border-radius: 7px !important;
}

.introduction-panel-canvas-web .intro-text.introduction-col-text,
.introduction-panel-canvas-totem .intro-text.introduction-col-text {
  background: transparent;
  position: relative;
  z-index: 999999;
}
.introduction-panel-canvas-web,
.introduction-panel-canvas-totem {
  z-index: 9999;
}
p.branches-hero-instructions {
  color: white;
  position: absolute;
  left: 19px;
  top: 12px;
  font-size: 13.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  opacity: 0.97;
}
.branches-hero-steps {
  margin: 0 auto;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  width: 100%;
  max-width: min-content;
  background: rgba(255, 255, 255, 0.68);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: 0 12px 32px rgb(95 124 187 / 16%);
  backdrop-filter: blur(10px);
  z-index: 0;
}
.branches-hero-steps:hover {
  transform: translateY(0);
}
.branches-hero-steps-text {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.02em;
  margin: 0 0 4px;
}
.branches-hero-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 150px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 200ms ease;
}
.branches-hero-steps:not(.is-ready) .branches-hero-step,
.branches-hero-steps:not(.is-ready) .branches-hero-step.is-active {
  opacity: 0;
  animation: none;
}
.branches-hero-steps.is-ready .branches-hero-step {
  opacity: 0.8;
  animation: branches-step-in 800ms ease-out both;
}
.branches-hero-steps.is-ready .branches-hero-step:nth-child(1) {
  animation-delay: 400ms;
}
.branches-hero-steps.is-ready .branches-hero-step:nth-child(3) {
  animation-delay: 1200ms;
}
.branches-hero-steps.is-ready .branches-hero-step:nth-child(5) {
  animation-delay: 2000ms;
}
.branches-hero-steps.is-ready .branches-hero-step-line:nth-of-type(2) {
  animation-delay: 3000ms;
}
.branches-hero-steps.is-ready .branches-hero-step-line:nth-of-type(4) {
  animation-delay: 3000ms;
}
.branches-hero-step.is-active {
  opacity: 1;
  animation: branches-step-bounce 2.6s ease-in-out infinite;
}
.branches-hero-step.is-active .branches-hero-step-icon {
  background: #3b82f6;
  background: #4f7dc4;
  background: #4f71a4;
  box-shadow: 0 4px 15px rgb(47 91 162 / 40%);
}
.branches-hero-step.is-active .branches-hero-step-text {
  color: #2563eb;
  color: #485f83;
  color: #2b4468;
}
.branches-hero-step.is-secondary .branches-hero-step-icon {
  background: #6366f1;
  background: #63b8f1;
  background: #4f7dc4;
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.4);
}
.branches-hero-step.is-secondary .branches-hero-step-text {
  color: #4f46e5;
  color: #326289;
  color: #2d4364;
}
.branches-hero-step.is-accent .branches-hero-step-icon {
  background: rgba(177, 76, 140, 0.85);
  box-shadow: 0 4px 15px rgba(177, 76, 140, 0.4);
}
.branches-hero-step.is-accent .branches-hero-step-text {
  color: #b14c8c;
  color: #71335a;
}

.low-perf .branches-hero-step,
.low-perf .branches-hero-step.is-active {
  animation: none !important;
}
.low-perf .branches-hero-step {
  opacity: 0.8;
}
.low-perf .branches-hero-step-line {
  animation: none !important;
  opacity: 1;
}
.branches-hero-steps.is-no-anim .branches-hero-step {
  animation: none !important;
  opacity: 0.8;
}
.branches-hero-steps.is-no-anim .branches-hero-step.is-active {
  animation: none !important;
  opacity: 1;
}
.branches-hero-steps.is-no-anim .branches-hero-step-line {
  animation: none !important;
  opacity: 1;
}
.branches-hero-step-line {
  flex: 1 1 auto;
  height: 2px;
  background-image: linear-gradient(to right, #cbd5e13d 50%, transparent 50%);
  background-size: 10px 2px;
  margin: 0 12px;
  align-self: center;
  opacity: 0;
  animation: branches-line-fade 600ms ease-out both;
}
.branches-hero-steps:not(.is-ready) .branches-hero-step-line {
  opacity: 0;
  animation: none;
}
.branches-hero-panel {
  padding: 10px 12% 14px 12%;
  background: rgba(255, 255, 255, 0.68);
  background: #1f314b;
  min-height: auto !important;
  margin-bottom: 20px;
  margin-bottom: 14px;
  transition: none;
  transform: none;
  border: 1px solid #b9cbe1;
}
@media (max-width: 767px) {
  .branches-hero-panel {
    padding-top: 1.8rem;
    padding-bottom: 1.25rem;
    margin-top: -10px;
  }
}
.branches-hero-panel:after {
  right: -2px;
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  background: #274387b8;
  background: #324577;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 767px) {
  .branches-hero-panel:after {
    width: 99%;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.branches-hero-panel:hover,
.main-view-web .branches-hero-panel:hover,
.main-view-web .panel.branches-hero-panel:hover {
  transform: none !important;
  box-shadow: 0 0 13px rgba(73, 75, 122, 0.15);
  opacity: 1;
}
.branches-hero-steps-panel {
  margin: 0;
  width: 100%;
  max-width: none;
  padding: 4px 6px;
  padding: 4px 3%;
  background: transparent;
  border: 0;
  box-shadow: none;
  justify-content: center;
  backdrop-filter: none;
}
.branches-hero-panel .branches-hero-step-icon {
  transition: none;
}
.branches-hero-panel
  .branches-hero-step:not(.is-active):hover
  .branches-hero-step-icon {
  transform: none;
}
.branches-hero-panel
  .branches-hero-step.is-active:hover
  .branches-hero-step-icon {
  transform: none;
}
.branches-hero-step-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #3b82f6;
  border: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
  transition: transform 200ms ease;
}
.branches-hero-step-icon .glyphicon {
  font-size: 20px;
  top: 0;
}
.branches-hero-step-icon.is-accent {
  background: rgba(177, 76, 140, 0.85);
  box-shadow: 0 4px 15px rgba(177, 76, 140, 0.4);
}
.branches-hero-step:hover .branches-hero-step-icon {
  transform: scale(1.08);
}
.branches-hero-step-text {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #475569;
  text-align: center;
  margin-top: 0px;
  color: white !important;
}
.branches-hero-step-text.is-accent {
  color: #0f766e;
}
.branches-hero-cta {
  margin-top: 20px;
}
.branches-hero-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #bae6fd;
  text-decoration: none;
  transition: color 200ms ease;
}
.branches-hero-cta-link:hover {
  color: #ffffff;
  text-decoration: none;
}

@keyframes branches-step-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}
@keyframes branches-step-in {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  100% {
    opacity: 0.8;
    transform: translateY(0);
  }
}
@keyframes branches-line-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .branches-hero-inner {
    padding: 22px 18px;
    border-radius: 14px;
  }
  .branches-hero-title {
    font-size: 24px;
  }
  .branches-hero-subtitle {
    font-size: 14px;
  }
  .branches-hero-steps {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    margin-top: -18px;
  }
  .branches-hero-steps-panel {
    padding: 12px 8px;
  }
  .branches-hero-step-line {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .branches-hero-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 16px 18px;
    align-items: start;
  }
  .branches-hero-steps-text {
    grid-column: 1 / -1;
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 6px;
  }
  .branches-hero-step {
    min-width: 0;
  }
  .branches-hero-step-line {
    display: none;
  }
}
@media (max-width: 991px) {
  .branches-hero-steps {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
  }
  .branches-hero-steps-text {
    font-size: 12px;
    line-height: 1.45;
    max-width: 320px;
    margin-bottom: 8px;
  }
  .branches-hero-step {
    min-width: 0;
  }
  .branches-hero-step-line {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .branches-hero-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 16px 18px;
    align-items: start;
  }
  .branches-hero-steps-text {
    grid-column: 1 / -1;
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 6px;
  }
  .branches-hero-step {
    min-width: 0;
  }
  .branches-hero-step-line {
    display: none;
  }
}
/* -- */
/* Sombra en web */
.body-gradient .container-main-web:before,
.body-gradient .container-main-totem:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #c3cde2, transparent);
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.18;
  pointer-events: none;
  /* opacity: 0;*/
  opacity: 0;
}
.body-gradient .container-main-web .loading-absolute .loading:after,
.body-gradient .container-main-totem .loading-absolute .loading:after,
.body-gradient .container-main-web:after,
.body-gradient .container-main-totem:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0, transparent 60%);
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.16;
  pointer-events: none;
  /* opacity: 0;*/
}
.low-perf .container-main-web:before,
.low-perf .container-main-totem:before,
.low-perf .container-main-web:after,
.low-perf .container-main-totem:after,
.low-perf .container-main-web .loading-absolute .loading:after,
.low-perf .container-main-totem .loading-absolute .loading:after {
  display: none;
}
.safari .container-main-web:before,
.safari .container-main-totem:before,
.safari .container-main-web:after,
.safari .container-main-totem:after,
.safari .container-main-web .loading-absolute .loading:after,
.safari .container-main-totem .loading-absolute .loading:after,
.safari .container-main-web .loading-absolute .loading:before,
.safari .container-main-totem .loading-absolute .loading:before {
  display: none;
}

/* Mapa bibliotecas (solo web) */
.container-main-web .branches-web-row {
  padding-left: 22px;
  padding-right: 22px;
  margin-top: 2rem;
}
.container-main-web .branches-map-section {
  margin: 24px 0 44px;
}
.container-main-web .branches-map-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.container-main-web .row-items-web .branches-map-header {
  padding-left: 9px;
  padding-right: 9px;
}
@media (max-width: 1199px) {
  .container-main-web .branches-web-row .col-md-12 {
    padding: 0;
  }
}
.branches-quicklinks-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.branches-quicklink {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
  transition:
    box-shadow 400ms ease,
    border-color 400ms ease,
    transform 400ms ease,
    background-color 400ms ease,
    color 400ms ease;
  text-decoration: none;
  color: inherit;
}
.branches-quicklink:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}
.branches-quicklink-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition:
    background-color 250ms ease,
    color 250ms ease,
    transform 250ms ease;
}
.branches-quicklink-icon .glyphicon,
.branches-quicklink-icon .fa,
.branches-quicklink-icon .fas,
.branches-quicklink-icon .far,
.branches-quicklink-icon .fal,
.branches-quicklink-icon .fab {
  color: inherit;
  transition: color 250ms ease;
}
.branches-quicklink-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
}
.branches-quicklink-title {
  font-size: 14px;
  font-weight: 700;
  color: #334155;
  transition: color 250ms ease;
}
.branches-quicklink-subtitle {
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
  transition: color 250ms ease;
}
.branches-quicklink-arrow {
  margin-left: auto;
  font-size: 12px;
  color: #cbd5f5;
  transition:
    color 250ms ease,
    transform 250ms ease;
}
.branches-quicklink.is-sky .branches-quicklink-icon {
  background: #e0f2fe;
  color: #0284c7;
}
.branches-quicklink.is-sky:hover {
  border-color: #60b4e0;
}
.branches-quicklink.is-sky:hover .branches-quicklink-icon {
  background: #6bb6e1;
  color: #ffffff;
}
.branches-quicklink.is-sky:hover .branches-quicklink-arrow {
  color: #38bdf8;
}
.branches-quicklink.is-amber .branches-quicklink-icon {
  background: #fef3c7;
  color: #b45309;
}
.branches-quicklink.is-amber:hover {
  border-color: #eeb55a;
}
.branches-quicklink.is-amber:hover .branches-quicklink-icon {
  background: #f6c56b;
  color: #ffffff;
}
.branches-quicklink.is-amber:hover .branches-quicklink-arrow {
  color: #f59e0b;
}
.branches-quicklink.is-emerald .branches-quicklink-icon {
  background: #d1fae5;
  color: #059669;
}
.branches-quicklink.is-emerald:hover {
  border-color: #5fc9a6;
}
.branches-quicklink.is-emerald:hover .branches-quicklink-icon {
  background: #7ed6b7;
  color: #ffffff;
}
.branches-quicklink.is-emerald:hover .branches-quicklink-arrow {
  color: #34d399;
}
.branches-quicklink.is-indigo .branches-quicklink-icon {
  background: #e0e7ff;
  color: #4f46e5;
}
.branches-quicklink.is-indigo:hover {
  border-color: #9aa9f2;
}
.branches-quicklink.is-indigo:hover .branches-quicklink-icon {
  background: #a5b4fc;
  color: #ffffff;
}
.branches-quicklink.is-indigo:hover .branches-quicklink-arrow {
  color: #818cf8;
}
@media (max-width: 991px) {
  .branches-quicklinks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .branches-quicklinks-grid {
    grid-template-columns: 1fr;
  }
  .branches-quicklink {
    transform: none;
  }
  .branches-quicklink:hover {
    transform: none;
  }
}
.container-main-web .branches-map-title {
  font-size: 24px;
  font-weight: 700;
  color: #1f2a37;
  margin: 0;
  letter-spacing: 0.2px;
  color: white;
  letter-spacing: -0.3px;
  text-shadow:
    1px 1px 3px rgba(0, 0, 0, 0.35),
    1px 1px 1px rgba(0, 0, 0, 0.6);
}

.container-main-web .branches-map-divider {
  height: 3px;
  flex: 1 1 auto;
  background: rgba(31, 42, 55, 0.12);
  border-radius: 999px;
  background: white;
  border-radius: 0;
  border-radius: 0;
  margin-top: 5px;
  box-shadow:
    1px 1px 3px rgba(0, 0, 0, 0.05),
    1px 1px 1px rgba(0, 0, 0, 0.25);
}
.container-main-web .branches-map-shell {
  position: relative;
  width: 100%;
  height: 470px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(9, 16, 28, 0.16);
  background: #e6ebf2;
}
.container-main-web .branches-map-geolocate {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1001;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(15, 23, 42, 0.45);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(9, 16, 28, 0.2);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    background 200ms ease,
    border-color 200ms ease,
    opacity 200ms ease;
}
.container-main-web .branches-map-geolocate:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(9, 16, 28, 0.25);
  background: rgba(15, 23, 42, 0.65);
  border-color: rgba(255, 255, 255, 0.9);
}
.container-main-web .branches-map-geolocate:disabled,
.container-main-web .branches-map-geolocate.is-loading {
  cursor: default;
  opacity: 0.7;
  transform: none;
  box-shadow: 0 8px 18px rgba(9, 16, 28, 0.18);
}
.container-main-web .branches-map-geolocate .glyphicon {
  font-size: 14px;
}
.container-main-web .branches-map-geolocate-text {
  line-height: 1;
}
.container-main-web .branches-map-canvas {
  width: 100%;
  height: 100%;
  border: 9px solid rgba(255, 255, 255, 0.9);
  border-radius: 17px;
  transition: opacity 240ms ease;
}
.container-main-web .branches-map-shell.is-loading .branches-map-canvas {
  opacity: 0;
  pointer-events: none;
}
.container-main-web .branches-map-shell.is-ready .branches-map-canvas {
  opacity: 1;
}
.branches-map-shell {
  min-height: 360px;
  background: #e6ebf2;
}
.branches-map-canvas {
  min-height: 360px;
}
.container-main-web .branches-map-shell .leaflet-container {
  font-family: "Raleway", sans-serif;
}
.container-main-web .branches-map-shell .leaflet-control-attribution {
  font-size: 10px;
  opacity: 0.7;
}
.container-main-web .branches-map-legend {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(31, 42, 55, 0.12);
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 10px 24px rgba(9, 16, 28, 0.12);
  z-index: 1000;
  max-width: 300px;
  opacity: 0.7;
}
.container-main-web .branches-map-legend-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #495060;
  margin-bottom: 12px;
  text-align: left;
}
.container-main-web .branches-map-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #374151;
  margin-bottom: 6px;
  font-size: 11.5px;
  font-weight: 500;
}
.container-main-web .branches-map-legend-item:last-child {
  margin-bottom: 0;
}
.container-main-web .branches-map-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
}
.container-main-web .branches-map-tooltip {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(31, 42, 55, 0.18);
  color: #1f2937;
  box-shadow: 0 8px 18px rgba(9, 16, 28, 0.18);
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}
.leaflet-control-attribution svg {
  display: none !important;
}
.container-main-web .branches-map-tooltip.leaflet-tooltip-top:before,
.container-main-web .branches-map-tooltip.leaflet-tooltip-bottom:before,
.container-main-web .branches-map-tooltip.leaflet-tooltip-left:before,
.container-main-web .branches-map-tooltip.leaflet-tooltip-right:before {
  display: none;
}
@media (max-width: 767px) {
  .container-main-web .branches-map-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .container-main-web .branches-map-divider {
    width: 100%;
  }
  .container-main-web .branches-map-shell {
    height: 360px;
    border-radius: 14px;
  }
  .container-main-web .branches-map-geolocate {
    top: 12px;
    right: 12px;
    font-size: 10px;
    padding: 6px 10px;
  }
}

@media (max-width: 417px) {
  .book_shelf {
    width: 100%;
  }
  .count-panel-canvas,
  .count-panel {
    height: auto;
    min-height: auto;
  }
  .count-panel-canvas {
    margin-bottom: 20px;
  }
  .count-panel-canvas-ebooks .count-panel {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.incidencias-online {
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-shadow:
    0.5px 0.5px 0.5px rgba(0, 0, 0, 0.2),
    1px 1px 1px rgba(0, 0, 0, 0.36),
    2px 2px 2px rgba(0, 0, 0, 0.01);
  padding-top: 16px;
  display: block;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.12);
  padding: 13px;
  border-radius: 8px;
  display: block;
  margin-top: 11px;
  margin: 16px 9px;
}

.incidencias-online .glyphicon {
  padding-right: 8px;
}

.incidencias-online .text-muted {
  color: white;
  padding-left: 4px;
  overflow: 0.7;
}

.incidencias-online:hover,
.incidencias-online:hover .text-muted,
.incidencias-online:active,
.incidencias-online:visited {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
