@charset "UTF-8";
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
/* ESTILOS PARA BOTON DETECCIÓN VOZ*/
#voicedetect {
  position: relative;
  display: inline-block;
  line-height: initial;
}
#voicedetect .circlebtnBars {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c6c6c6;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  right: calc(4px + 1px);
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  transition: all 0.5s;
}
#voicedetect .circlebtnBars:before {
  content: "";
  display: none;
}
#voicedetect .circlebtnBars:hover {
  background-color: #d41919;
  color: #fff;
}
#voicedetect .circlebtnBars.listening {
  background: #d41919;
}
#voicedetect .circlebtnBars.listening:before {
  content: "";
  background: #d41919;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  display: block;
}
#voicedetect .circlebtnBars.listening i {
  display: none;
}
#voicedetect .circlebtnBars.listening .bar {
  display: block;
}

.bar {
  display: none;
  background: #fff;
  bottom: 1px;
  height: 3px;
  width: 4px;
  margin: 0px 1.5px;
  border-radius: 5px;
  animation: sound 0ms -600ms linear infinite alternate;
}

/* Animación para las barras de sonido.*/
@keyframes sound {
  0% {
    opacity: 0.35;
    height: 10%;
  }
  100% {
    opacity: 1;
    height: 50%;
  }
}
.bar:nth-child(1) {
  left: 1px;
  animation-duration: 474ms;
}

.bar:nth-child(2) {
  left: 15px;
  animation-duration: 433ms;
}

.bar:nth-child(3) {
  left: 29px;
  animation-duration: 407ms;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-11-20 12:28:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: $cssanimista
 * ---------------------------------------------- */
.circlebtnBars::before {
  -webkit-animation: scale-up-center 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite normal both;
  animation: scale-up-center 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite normal both;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(0.1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
/*------------------------------ Visualizador de libros no-flash-------------------------------*/
:root {
  --header-bg:#f8f9fa;
  --header-border:#e7ebee;
  --footer-bg:var(--header-bg);
  --divider: #cfd4da;
  --icon-color:#868e96;
  --icon-color-hover:#1a4971;
  --button-bg-hover:#e7edf3;
  --color-font-primary:#485056;
  --icon-color-hover:rgb(129.7171428571, 7.0328571429, 47.6671428571);
}

#nosvg {
  height: 200px;
}

#viewerFull {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  background-color: #C8C8C8;
  position: relative;
}
#viewerFull #viewer_wrapper {
  min-height: 100%;
  *height: 100%;
}
#viewerFull #viewer_footer {
  background-color: var(--footer-bg);
  border-top: 1px solid var(--header-border);
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
}
#viewerFull #viewer_right, #viewerFull #viewer_left {
  height: 100%;
  position: relative;
}
#viewerFull #viewer_right {
  width: 100%;
  overflow: hidden;
}
#viewerFull #viewer_right ul {
  padding: 0;
  white-space: nowrap;
}
#viewerFull #viewer_right li {
  list-style: none;
  float: left;
}
#viewerFull #viewer_left {
  float: left;
  display: none;
  width: 250px;
  background-color: #E4E6E7;
}

#viewer {
  height: 600px;
}
#viewer #viewer_wrapper {
  min-height: 600px;
}
#viewer #viewer_right, #viewer #viewer_left {
  height: 600px;
}

#viewer_left_header, #viewer_right_header {
  background: var(--header-bg);
  height: 36px;
  position: relative;
}

#viewer_left_header_title {
  top: 10px;
  left: 5px;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
}

#viewer_left_header_close {
  top: 0px;
  right: 0px;
  position: absolute;
}

#viewer_left_content {
  width: 100%;
  overflow: auto;
}
#viewer_left_content ul {
  list-style: none;
  padding: 0;
}
#viewer_left_content ul li {
  padding: 5px 0 5px 5px;
  font-size: 11px;
  font-weight: normal;
}
#viewer_left_content ul li ul li {
  margin-left: 5px;
  border-bottom: none;
  border-top: 1px dashed #CCCCCC;
}

.jstree ul {
  display: inline-block;
}

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border: 1px solid #d8f0fa;
  padding: 0 2px 0 1px;
}

.jstree-default .jstree-clicked {
  background: #beebff;
  border: 1px solid #99defd;
  padding: 0 2px 0 1px;
}

#viewer_left_content ul li a:hover, #viewer_left_content ul li a:active {
  color: #000;
}

#viewer_left_preview, #viewer_left_search, #viewer_left_content, #viewer_left_notasInformativas, #viewer_left_bookmarks {
  width: 100%;
}

#viewer_left_preview, #viewer_left_search, #viewer_left_content, #viewer_right_content, #viewer_left_notasInformativas, #viewer_left_bookmarks {
  position: absolute;
  top: 36px;
  bottom: 0;
}

#viewer_right_content {
  bottom: 40px;
}

#viewer_left_preview {
  overflow: auto;
  background-color: #E4E6E7;
}
#viewer_left_preview a {
  text-decoration: none;
  text-align: center;
  width: 100px;
  margin: 10px;
  float: left;
}
#viewer_left_preview a img {
  border: none;
}
#viewer_left_preview span {
  font-size: 10px;
  display: block;
  width: 100px;
}

.cerrar {
  margin: 6px 4px;
  float: right;
}

/* --------------------- MENU HEADER -------------------------- */
#viewer_right_header {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  z-index: 100;
  border-bottom: 1px solid var(--header-border);
}
#viewer_right_header #viewer_actions_toolbar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 4px;
  margin-bottom: 0;
  padding-bottom: 5;
}
#viewer_right_header #viewer_actions_toolbar #voicedetect {
  position: relative;
  display: inline-block;
  line-height: initial;
}
#viewer_right_header #viewer_actions_toolbar #voicedetect .circlebtnBars {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c6c6c6;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  right: calc(4px + 1px);
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  transition: all 0.5s;
}
#viewer_right_header #viewer_actions_toolbar #voicedetect .circlebtnBars:before {
  content: "";
  display: none;
}
#viewer_right_header #viewer_actions_toolbar #voicedetect .circlebtnBars:hover {
  background-color: #d41919;
  color: #fff;
}
#viewer_right_header #viewer_actions_toolbar #voicedetect .circlebtnBars.listening {
  background: #d41919;
}
#viewer_right_header #viewer_actions_toolbar #voicedetect .circlebtnBars.listening:before {
  content: "";
  background: #d41919;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  display: block;
}
#viewer_right_header #viewer_actions_toolbar #voicedetect .circlebtnBars.listening i {
  display: none;
}
#viewer_right_header #viewer_actions_toolbar #voicedetect .circlebtnBars.listening .bar {
  display: block;
}
#viewer_right_header #viewer_actions_toolbar #micro {
  margin-top: 10x;
}

.dropdownactions .dropdownactions-button {
  padding: 0 10px;
  display: flex;
  align-items: center;
  display: none;
}
.dropdownactions .dropdownactions-button svg {
  width: 28px;
  height: 28px;
  fill: var(--icon-color);
}
.dropdownactions .dropdownactions-menu {
  display: flex;
  align-items: center;
}

.btn_header, .btn_footer {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin: 0 6px;
  transition: all 0.25s ease;
}
.btn_header:hover, .btn_header.toolmodeselected, .btn_footer:hover, .btn_footer.toolmodeselected {
  background-color: var(--button-bg-hover);
}
.btn_header:hover .icon_header, .btn_header.toolmodeselected .icon_header, .btn_footer:hover .icon_header, .btn_footer.toolmodeselected .icon_header {
  color: var(--icon-color-hover);
}
.btn_header .icon_header, .btn_header .icon_footer, .btn_footer .icon_header, .btn_footer .icon_footer {
  width: 22px;
  height: 22px;
  color: var(--icon-color);
}
.btn_header .icon_header svg, .btn_header .icon_footer svg, .btn_footer .icon_header svg, .btn_footer .icon_footer svg {
  fill: currentColor;
}
.btn_header.avisoNotas svg, .btn_footer.avisoNotas svg {
  -webkit-animation: color-change-2x 1s ease-out infinite alternate both;
  animation: color-change-2x 1s ease-out infinite alternate both;
}
.btn_header span, .btn_footer span {
  display: none;
}

.divider {
  width: 1px;
  height: 20px;
  margin: 0 16px;
  background: var(--divider);
  flex-shrink: 0;
}

.search_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

#viewer_actions_toolbar_mini {
  display: none;
}

.buttonVisor a {
  display: flex;
  align-items: center;
  color: #fff;
}
.buttonVisor a span {
  margin-left: 5px;
}

@-webkit-keyframes color-change-2x {
  0% {
    fill: var(--icon-color);
  }
  100% {
    fill: orange;
  }
}
@keyframes color-change-2x {
  0% {
    fill: var(--icon-color);
  }
  100% {
    fill: orange;
  }
}
@media (max-width: 1300px) {
  .divider {
    margin: 0 6px;
  }
  .btn_header {
    margin: 0 2px;
  }
}
@media (max-width: 1000px) {
  .dropdownactions .dropdownactions-button {
    display: flex;
  }
  .dropdownactions .dropdown-backdrop {
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 36px;
  }
  .dropdownactions .dropdownactions-menu {
    position: absolute;
    top: 36px;
    left: -300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1000;
    background: var(--header-bg);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .dropdownactions .dropdownactions-menu .divider {
    display: none;
  }
  .dropdownactions .dropdownactions-menu .btn_header {
    width: auto;
    text-decoration: none;
    justify-content: flex-start;
    margin: 4px;
    padding: 0 8px;
  }
  .dropdownactions .dropdownactions-menu .btn_header span {
    display: block;
    margin-left: 4px;
    font-size: 0.9rem;
    color: #adb5bd;
  }
  .dropdownactions.open > .dropdownactions-menu {
    opacity: 1;
    left: 0;
  }
  .dropdownactions.open > .dropdownactions-menu li {
    width: 100%;
  }
  .list_item_search {
    width: 100%;
  }
  .buttonVisor a span {
    display: none;
  }
  #voicedetect input {
    width: 40vw;
    max-width: 220px;
  }
  #maszoom, #menoszoom {
    display: none;
  }
}
#viewer_right_content {
  width: 100%;
  overflow: none;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#viewer_right_content_print {
  width: 100%;
  height: 100%;
  text-align: center;
}

/*---------------- Diseño Marcadores-----------------------------------------------------*/
#viewer_left_bookmarks_input_title, #viewer_left_bookmarks_data_title {
  font-size: 12px;
  padding: 5px 0 5px 15px;
  height: 15px;
  text-shadow: 1px 1px #dcdcdc;
  clear: both;
}

#viewer_left_bookmarks_input {
  margin: 10px 0 10px 15px;
}
#viewer_left_bookmarks_input #bookmarkImg {
  float: left;
  margin-right: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
#viewer_left_bookmarks_input input {
  width: auto;
}
#viewer_left_bookmarks_input form {
  margin: 0;
}

#viewer_left_bookmarks_data {
  bottom: 0;
  overflow-y: auto;
  position: absolute;
  top: 150px;
  width: 100%;
}
#viewer_left_bookmarks_data ul {
  padding: 0;
}
#viewer_left_bookmarks_data li {
  list-style: none;
  border-bottom: 1px solid #cacaca;
  border-top: 1px solid #ffffff;
}
#viewer_left_bookmarks_data a {
  display: block;
  padding: 10px;
}
#viewer_left_bookmarks_data a img {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
}
#viewer_left_bookmarks_data a span {
  vertical-align: middle;
  margin-left: 10px;
}

#viewer_left_bookmarks_input_edit input, #viewer_left_bookmarks_input_add input {
  float: left;
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
  margin-right: 5px;
}

/*-----------------CONTENT FOOTER-----------------------*/
.paginationViewer {
  display: flex;
  margin: 0 auto;
  align-items: center;
}
.paginationViewer input {
  width: auto;
}

.paginateBook {
  display: flex;
  align-items: center;
}

/*------------------------------------------------------*/
.previsual {
  background: transparent url(images/previsualizar.png) no-repeat 0 0;
}

.pcompleta {
  background: transparent url(images/pcompleta.png) no-repeat 0 0;
}

.cerrar {
  background: transparent url(images/cerrar.png) no-repeat 0 0;
}

.open_modal {
  background: transparent url(images/modal.png) no-repeat 0 0;
}

.toolcopy {
  background: transparent url(images/copy.png) no-repeat 0 0;
}

.toolbarbackinfo {
  background: transparent url(images/back.png) no-repeat 0 0;
}

.citasatol {
  background: transparent url(images/citasatol.png) no-repeat 0 0;
}

.previsual:hover,
.toolcopy:hover,
.toolbarbackinfo:hover,
.citasatol:hover {
  background-position: 0 -30px;
}

.cerrar:hover, .open_modal:hover {
  background-position: 0 -24px;
}

.toolcopy, .toolbarbackinfo, .citasatol {
  text-indent: -9999px;
  display: block;
  float: left;
  outline: none;
  height: 30px;
  width: 30px;
  margin: 3px 1px;
  border: none;
}

#viewer_left_search a {
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 10px;
  padding: 5px;
  float: left;
}
#viewer_left_search a b {
  font-size: 13px;
  color: #A6093D;
}
#viewer_left_search a:link, #viewer_left_search a:visited, #viewer_left_search a:hover {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
#viewer_left_search a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#viewer_left_search a span {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
#viewer_left_search .btn.moreResults {
  margin: 10px;
  padding: 5px;
}

#viewer_left_search .citaatolSearchContainer {
  text-align: left;
  background-color: #e9ecef;
  margin: 10px;
  padding: 5px 5px 30px;
  float: left;
  position: relative;
}
#viewer_left_search .citaatolSearchContainer .botoneraCitas {
  position: absolute;
  bottom: 0;
  right: 0;
  list-style-type: none;
}
#viewer_left_search .citaatolSearchContainer .botoneraCitas li {
  display: inline;
}
#viewer_left_search .citaatolSearchContainer .botoneraCitas a {
  display: block;
  width: 16px;
  height: 16px;
  margin: 5px;
  padding: 0;
  text-decoration: none;
  box-shadow: none;
}
#viewer_left_search .citaatolSearchContainer .botoneraCitas a.citaatolLink {
  background: transparent url(images/latinajo_peq.png) no-repeat center top;
}
#viewer_left_search .citaatolSearchContainer .botoneraCitas a.citaatolLink:hover {
  background-position: center bottom;
}
#viewer_left_search .citaatolSearchContainer .botoneraCitas a.resaltarLink {
  background: transparent url(images/resaltar_peq.png) no-repeat center top;
}
#viewer_left_search .citaatolSearchContainer .botoneraCitas a.resaltarLink:hover {
  background-position: center bottom;
}
#viewer_left_search .citaatolSearchContainer .botoneraCitas a.buscarLink {
  background: transparent url(images/search_peq.png) no-repeat center top;
}
#viewer_left_search .citaatolSearchContainer .botoneraCitas a.buscarLink:hover {
  background-position: center bottom;
}

#viewer_left_notasInformativas {
  width: 100%;
  overflow: auto;
}
#viewer_left_notasInformativas ul {
  list-style: none;
  padding: 0;
}
#viewer_left_notasInformativas li {
  font-size: 12px;
  border-top: none;
  border-bottom: 1px solid var(--color-gray-3);
}
#viewer_left_notasInformativas li a {
  padding: 12px 8px;
  display: block;
  text-decoration: none;
  color: var(--outline-color);
}
#viewer_left_notasInformativas li a:hover {
  background-color: rgb(236.1, 237.5, 238.2);
}
#viewer_left_notasInformativas li a.notaSeleccionada {
  background-color: #e9ecef;
  font-weight: bold;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.narrate-player.disabled {
  pointer-events: none;
}
.narrate-player.disabled:after {
  content: "";
  position: absolute;
  top: 0;
  background-color: #ccc;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

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