.book_image_list {
  max-height: 12rem;
  margin-bottom: 0px;
}

.resource_input {
  width: 3.5rem;
}

.resource_input_long {
  width: 6.5rem;
}

.active_catalogo_style i {
  color: #00a099;
}

.filters_container {
  min-height: 3rem;
}

.filter_section_container {
  max-height: 15rem;
  overflow-y: auto;
}

.filter_section_container::-webkit-scrollbar {
  display: none;
}

.filter_option_val {
  word-break: break-all;
}

.title-container-fit {
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#topics_section_container {
  max-height: 30rem;
  overflow-y: auto;
}

#topics_section_container::-webkit-scrollbar {
  display: none;
}

.book_portada_style {
  width: 100%;
}

.btnEditorMen {
  text-align: right;
}

.fa-download {
  color: #fff !important;
}

.bg_titulo {
  height: 120px;
  width: 100%;
  position: relative;
  background: url(../img/fondos/bg_simulab.jpg);
  background-position: center;
  background-size: cover;
}

.zoom_img {
  overflow: hidden;
}

.book_zoom_image {
  transition: 0.6s;
  object-fit: cover;
}

.book_zoom_image:hover {
  transform: scale(1.2);
}

.filter_option_author_selected {
  border-color: #fff;
  color: #fff;
}

.filter_option_author_selected:hover {
  border-color: #fff;
}

.filter_option_year_selected {
  border-color: #fff;
  color: #fff;
}

.filter_option_year_selected:hover {
  border-color: #fff;
}

.filter_option_topic_selected {
  border-color: #fff;
  color: #fff;
}

.filter_option_topic_selected:hover {
  border-color: #fff;
}

.btn-filters-search {
  background: #9c9b9b;
  border: 2px solid #9c9b9b;
  transition: 0.3 all ease;
}
.btn-filters-search:hover {
  background: #8b8b8b !important;
  border: 2px solid #9c9b9b !important;
}

.btn.show {
  background: #8b8b8b !important;
  border: 2px solid #9c9b9b !important;
}
