
  @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300..700&display=swap');
          
  @import url('https://fonts.googleapis.com/css2?family=Open Sans:wght@300;400;500;600;700&display=swap');

  html, body {
      float:left;
      position: relative;
      width:100% !important;
      height: 100%;
      background-color: #ffffff;
      margin,padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #231F20;
    font-size: 14px;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

    scroll-behavior: smooth;
  }

  .color_pl {
      color: rgb(214, 6, 18) !important;
  }

  .navbar-brand {
      padding-top: 0;
      padding-bottom: 0;
  }


  .navbar-brand h1 {
    font-size: 26px;
    margin: 0;
    font-weight: 500;
  }

  header {
    float: left;
    position: fixed;
    width: 100%;
    /*width: calc(100% - 10px);*/
    background-color: #fff;
    height: 75px;
    clear: both;
    display: block;
    z-index: 5;
  }

  header.scrolled {
    box-shadow: 0 1px 3px 0 rgba(105,105,105, .1);
    background-color: rgba(255,255,255, .95);
  }


  /* Search icon */

  #nav-link-search {

  }

  #nav-link-search .bi-search {
    margin-right: 20px;
    line-height: 15px;
    font-size: 20px;
  }
 
  #nav-link-search-mobile {
    position: absolute;top: 24px;right: 95px;background: none !important;border: 0 !important;
    display: none;
  }

  #nav-link-search-mobile .bi-search {
    margin-right: 0;
    margin-top: 4px;
    font-size: 26px;
  }

  @media (max-width: 992px) {

    #nav-link-search {
      display: none;
    }

    #nav-link-search-mobile { 
      display: block;
    }

  }


  /* Search bar */

  #search_bar {
    float:left;position:absolute;height:75px;width:100%;background-color: #fff; z-index: 2;
    display: none;
  }

  #search_txt {
    width: 80%;height: 100%;padding: 15px;font-size: 18px;background-color: #fff;border: 0;margin:0;
  }

  #search_txt {
    outline-offset: -3px;
    outline-color: #eee;
    outline-width: thin;
  }

  #search_txt:focus, #search_txt:focus-visible, #search_txt:focus-within {
    outline: none !important; 
    border: none !important;
  }

  .search_txt_btn {
    width: 15%;height: 100%;padding: 15px;font-size: 16px;border: 0;float: right; margin:0;
    color: #444;
  }

  .search_txt_close {
    cursor: pointer;width: 5%;height: 100%;padding: 15px;font-size: 16px;background-color: #fff;border: 0;
    float: right;line-height: 100%;text-align: center;margin:0;
    color: #444;
  }

  @media (max-width: 768px) {
    #search_txt {
      width: 60%;
    }

    .search_txt_btn {
      width: 25%;
    }

    .search_txt_close {
      width: 15%;
    }
  }


  #banner_container {
        background-color: #e20710 !important;
        float: left;
        /*margin: 0 -15px;
        width: calc(100% + 25px);*/
        margin-bottom: 30px;
  }

  #banner_pl {
    position: relative;
    height: 105px;
    width: auto;
    margin: 0;
    float: left;
    display: inline-block;
  }

  #banner_pl_title {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 26px;
    position: relative;
    margin-top: 50px;
    color: #fff;
    float: left;
    margin-left: 20px;

    font-size: 18px;
    margin-top: 59px;
  }

  @media (max-width: 768px) {


    #banner_pl {
      position: relative;
      height: 86px;
    }

    #banner_pl_title {
      float: right;
      margin-top: 49px;
      font-size: 14px;
    }

  }


  main {
    float: left;
    position: relative;
    width: 100%;
    clear: both;
    display: block;
    margin-top: 75px;
    background: #fff;
  }

  #header_container {
    /*padding-right: 45px;
    padding-left: 45px;*/
  }

  #header_logo {
    max-width: 150px;
    height: auto;
  }

  #header_logo:hover {
    transform: scale(1.01);
  }

  #header_logo_vv {
    max-height: 25px;
    width: auto;
  }

  .navbar {
    padding-top: 1.45rem !important;
    padding-bottom: 1.45rem !important;
  }

  .navbar-nav .nav-link {
    font-weight: 400;
    color: #231F20 !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .navbar-nav .nav-link:hover,.navbar-nav .nav-link.active  {
    color: rgb(214, 6, 18) !important;
    border-bottom: 1px solid rgb(214, 6, 18);
    line-height: 1rem;
  }


  @media (max-width: 992px) {

      #header_container {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 1px 3px 0 rgba(105, 105, 105, .1);
      }

      #header_logo_vv {
        display: none;
      }

      .navbar-nav {
        margin-top: 15px !important;
        margin-bottom: 0 !important;
      }

      .navbar-nav .nav-link {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
        line-height: unset !important
      }
  }



  .navbar-toggler {
    border: 0;
    padding-right: 0;
    outline-width: 0 !important;
    box-shadow: none !important;
  }

  .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  #nav-link-mi-plan {
      margin-right: 20px;
      color: rgb(214, 6, 18) !important;
      border-color:rgb(214, 6, 18) !important;
      background-color: #fff !important;
      position: relative;
      display: block;

      border-radius: 50px 50px 50px 50px !important;
  }

  #nav-link-mi-plan:hover,#nav-link-mi-plan.active {
      color: #fff !important;
      background-color: rgb(214, 6, 18) !important;
  }

  #nav-link-mi-plan .count, #nav-link-mi-plan-mobile .count {
    position: absolute;
    vertical-align: text-top;
    padding: 5px 6px;
    border-radius: 10px;
    line-height: 10px;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    top: -6px;
    right: unset !important;
    left: -8px !important;
    letter-spacing: 0;
    color: #fff;
    background-color: #231F20;
    min-width: 14px;
  }

  #nav-link-mi-plan .bi-heart {
    margin-right: 8px;
    margin-top: -1px;
    font-size: 17px;
  }


  #nav-link-mi-plan-mobile {
    position: absolute;
    top: 24px;
    right: 40px;
    background: none !important;
    border: 0 !important;
    display: none;
    color: rgb(214, 6, 18) !important;
  }

  #nav-link-mi-plan-mobile .bi-heart-fill {
    margin-right: 8px;
    margin-top: 4px;
    font-size: 27px;
  }

  #nav-link-mi-plan-mobile .count {
    line-height: 9px;
    font-size: 11px;
    top: -7px;
    left: -12px !important;
  }


  @media (max-width: 992px) {

    #nav-link-mi-plan-mobile {
        display: block;
    }

    #nav-link-mi-plan {
        display: none;
    }

  }
          


  #nav-back {
    float: right;
    display: block;
    margin-left: 15px;
    border-radius: 50px 50px 50px 50px !important;
    position: relative;
    margin: 10px auto;
  }

  #nav-back .bi-arrow-left {
    margin-right: 8px;
    margin-top: 3px;
    font-size: 17px;
    position: relative;
    float: left;
  }

  .btn {
    padding: .4rem 1.2rem !important;
    border-radius: .5rem !important;
  }

  .btn-primary {
    color: #fff;
    background-color: rgb(214, 6, 18);
    border-color: rgb(214, 6, 18);
  }

  .btn-primary:hover, .btn-primary.active {
    color: #fff;
    background-color: #f44d37 !important;
    border-color: #f44d37 !important;
  }

  .btn-secondary {
    color: #FF4B33;
    background-color: #fff;
    border-color: #FF4B33;
  }

  .btn-anyadido {
    color: var(--bs-btn-hover-color) !important;
    background-color: var(--bs-btn-hover-bg) !important;
    border-color: var(--bs-btn-hover-border-color) !important;
    cursor: default !important;
  }
  

  #boton_buscar  { 
      width: 210px;
      border-radius: 50px 50px 50px 50px !important;
      padding-bottom: 12px !important;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 12px !important;
      color: #FFFFFF;
      background-color: rgb(214, 6, 18);
      color: #fff !important;
      background-color: rgb(214, 6, 18) !important;
      border-color:rgb(214, 6, 18) !important;
      display: block;
  }

  #boton_buscar:hover,#boton_buscar.active {
      color: rgb(214, 6, 18) !important;
      border-color:rgb(214, 6, 18) !important;
      background-color: #fff !important;
  }

  #boton_contacta {
      width: 210px;
      border-radius: 50px 50px 50px 50px !important;
      padding-bottom: 12px !important;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 12px !important;
      color: #FFFFFF;
      color: #fff !important;
      background-color: #ff5b5b !important;
      border-color:#ff5b5b !important;
      display: block;
  }

  #boton_contacta:hover,#boton_contacta.active {
      color:#ff5b5b !important;
      border-color: #ff5b5b !important;
      background-color: #fff !important;
  }

  @media (max-width: 768px) {
    
    #boton_buscar,#boton_contacta  { 
      width: 100%;
    }

  }

.loading_img {
  display: none;
      float: left;
    position: relative;
    height: 50px;
    width: auto;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    margin-top: -3px;
}

  .product {
    /*filter: drop-shadow(-8px 7px 12px rgba(0, 0, 0, 0.25));*/
  }

  .product h5 a {
      cursor: pointer;
      color: #231F20 !important;
      text-decoration: none; !important;
  }

  .product h5 a:hover {
      cursor: pointer;
      color: rgb(214, 6, 18) !important;
      text-decoration: underline !important;
  }   

  .product-image-wrapper {
    margin: auto;
    display: block;
    display: flex;
    /*margin-bottom: 15px;*/
    margin-bottom: 5px;
    text-align: center;
    clear: both;
    height: 310px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-image {
      cursor: pointer;
      margin: auto;
      /*max-width: 195px;*/
      width: 100%;
      height: auto;
      max-height: 270px;
      filter: drop-shadow(-8px 7px 12px rgba(0, 0, 0, 0.25));
  }

  .product .btn {
    border-radius: 50px 50px 50px 50px !important;
    padding-bottom: 12px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 12px !important;
  }

  @media (max-width: 768px) {

      .product-image-wrapper {
          margin: auto;
          padding: 15px 0;
          display: flex;
          text-align: center;
          clear: both;
          vertical-align: middle;
          height: unset;
          min-height: 220px;
      }

      .product-image {
          cursor: pointer;
          margin: auto;
          width: 100%;
          height: auto;
          width: calc(100% - 30px);
          max-width: unset;
          max-height: unset;
          /*filter:unset;*/
      }

  }

  .card-body {
    background: #f9f9f9;
    border-top: 1px solid #ccc;
    padding: 20px;
    -webkit-border-bottom-right-radius: 0.375rem;
    -webkit-border-bottom-left-radius: 0.375rem;
    -moz-border-radius-bottomright: 0.375rem;
    -moz-border-radius-bottomleft: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .pagination {
      overflow-x: auto;
      padding: 25px 0;
  }

  .pagination .page-link {
      color: rgb(214, 6, 18) !important;
      cursor: pointer;
  }

  .pagination .active > .page-link, .pagination .page-link.active {
      background-color: rgb(214, 6, 18) !important;
      border-color: rgb(214, 6, 18) !important;
      color: #fff !important;
  }
  



  /* Home
  -------------------------------------------------- 
  */


.planlector_tabs_header .planlector_tabs_header_item {
  /*display: inline-flex;
  align-items: center;*/
  display: inline-block;

  position: relative;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  padding: 0;
  margin: 0 25px;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 30px;
  cursor: pointer;
  outline: 0;
  border: none;
  color: #444;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  text-decoration: none;

}

@media screen and (max-width:768px) {

  .planlector_tabs_header .planlector_tabs_header_item {
     font-size: 15px;
    line-height: 1.1;
  }

}


.planlector_tabs_header .planlector_tabs_header_item:hover, 
.planlector_tabs_header .planlector_tabs_header_item.planlector_tab_activo {
    color: #000000;
}

.planlector_tabs_header .planlector_tabs_header_item:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -5px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
    background-color: #d60612;
}

.planlector_tabs_header .planlector_tabs_header_item:hover:after, 
.planlector_tabs_header .planlector_tabs_header_item.planlector_tab_activo:after {
    opacity: 1;
    transform: scale(1);
}


.planlector_tabs_content {
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
  margin-top: 35px;
  padding:0;
  display: none;
}

.planlector_tab_content_activo {
  display: block;
}


/**** CATEGORIAS ********************************************************************************************/

.coles_categoria_wrapper {
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
  padding:0;
  display: none;
}

.categoria_literatura_wrapper, .categoria_idiomas_wrapper {
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
  padding:0;
  display: block;
}
  
.categoria_titulo_wrapper {
  float: left;
  position: relative;
  width: 100%;
  border-bottom: solid 1px #9fb5c8;

  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}

.categoria_titulo_separador {
  float: left;
  position: relative;
  width: auto;
  font-family: Arial;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #171717;
  background-color: #fff;
  padding: 0;
  padding-right: 25px;
  margin: 0;
  margin-bottom: -0.8rem;
}

@media screen and (max-width:768px) {

  .categoria_titulo_separador {
    font-size: 1.2rem;
  }

}

.categoria_content_wrapper {
  float: left;
  position: relative;
  width: 100%;

  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}



/* 3 col / fila */
.categoria_content_columna {
  float: left;
  position: relative;
  display: block;
  width: 31%;

  margin: 0;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
.categoria_content_columna:nth-child(3n) {
  margin-right: 0;
}
.categoria_content_columna:nth-child(3n+1) {
  clear: left;
}

/* 2 col / fila */
@media screen and (max-width:768px) {

  .categoria_content_columna, .categoria_content_columna:nth-child(3n) {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .categoria_content_columna:nth-child(2n) {
    margin-right: 0;
  }
  .categoria_content_columna:nth-child(2n+1) {
    clear: left;
  }
  .categoria_content_columna:nth-child(3n+1) {
    clear: unset;
  }

}

/* 1 col / fila */
@media screen and (max-width:500px) {

  .categoria_content_columna, .categoria_content_columna:nth-child(3n) {
    float: left;
    width: 100%;
    clear: both;
  }

}

.categoria_content_columna_portada {
  float: left;
  position: relative;
  width: 47%;

  margin: 0;
  margin-right:15px;
  margin-bottom: 15px;

  border-radius: 25px;
  border: solid 1px #979797;
  
  -o-transition:all .05s linear;
  -webkit-transition:all .05s linear;
  -moz-transition:all .05s linear;
  transition:all .05s linear;
/*
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;*/

}

.categoria_idiomas_wrapper .categoria_content_columna_portada {
  width: 100%;
  margin-right: 0;
}

.categoria_content_columna_portada:hover {
  -o-filter: drop-shadow(2px 4px 6px #aaa);
  -webkit-filter: drop-shadow(2px 4px 6px #aaa);
  -moz-filter: drop-shadow(2px 4px 6px #aaa);
  filter: drop-shadow(2px 4px 6px #aaa);
  width: calc(47% + 4px);
  margin-left: -2px;
  margin-top: -2px;
  margin-right:13px;
  margin-bottom: 11px;
}

.categoria_idiomas_wrapper .categoria_content_columna_portada:hover {
  width: calc(100% + 4px);
  margin-bottom: 17px;
}

.categoria_content_columna_titulo {
  float: left;
  position: relative;
  width: calc(53% - 15px);

  font-family: Arial;
  font-size: 1.1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3rem;
  letter-spacing: normal;
  color: #d60612;
  padding: 0;

  margin: 0;
  margin-top:20px;
  margin-bottom:10px;

  text-decoration: none;
}


.categoria_content_columna_titulo:hover {
  text-decoration: underline;
}

.categoria_idiomas_wrapper .categoria_content_columna_titulo {
  width: 100%;
  margin-top: 0;
  margin-bottom: 3px;
}

.categoria_content_columna_info {
  float: left;
  position: relative;
  width: calc(53% - 15px);


  /*font-family: GlacialIndifference;*/
  font-family: Arial;
  font-size: 0.85rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2rem;
  letter-spacing: normal;
  color: #171717;
  padding: 0;

  margin: 0;
  margin-bottom:10px;
}

.categoria_content_columna_info b {
  font-size: 1rem;
}

.categoria_idiomas_wrapper .categoria_content_columna_info {
  width: 100%;
}


@media screen and (max-width:768px) {

  .categoria_content_columna_titulo {
     font-size: 1rem;
     line-height: 1.1rem;
  }

  .categoria_content_columna_info {
    font-size: 0.7rem;
    line-height: 1rem;
  }

  .categoria_content_columna_info b {
    font-size: 0.85rem
  }

}

.categoria_idiomas_wrapper .categoria_content_columna_info br:not(.br) {
  display: none;
}

.categoria_titulo_btn_ver_todo_wrapper {
    float: right;
    position: absolute;
    right: 0;
    top: -9px;
    
    /*max-width: 35%;
    width: 200px;*/
    
    background-color: #fff;

    padding: 0;
    padding-left: 25px;
    margin: 0;
}

.categoria_titulo_btn_ver_todo {
  float: right;
  position: relative;
  width: 100%;

  /*font-family: GlacialIndifference;*/
  font-family: Arial;
  font-size: 1.05rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-decoration: none;

  padding: 15px 40px;
  border-radius: 30px;
  background-color: #ff5b5b;
  border:1px solid #ff5b5b;
}

.categoria_titulo_btn_ver_todo:hover {
  background-color: #fff;
  color: #ff5b5b;
}



  /* Buscador
  -------------------------------------------------- 
  */


.buscador_2025 #buscador_wrapper {
    float: left;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 50px;

    padding: 15px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 400;
    margin: 0 0 40px;
    background-color: #ffffff;
    border: 1px solid #aaa !important;
}

#filtros_extra {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.buscador_2025 #filtros_extra {
  display: block;
}

.buscador_2025 #filtros_extra_open {
    cursor: pointer;
    
    /*font-size: 12px;*/
    font-size: 13px;
    width: 100%;
    text-align: right;

    float: none;
    position: relative; 
    width: auto; 
    display: inline-block;
    margin: 8px auto 0;
   text-decoration: none;
   /*color: #231F20;*/
   color: rgb(214, 6, 18) !important;
}

.buscador_2025 #filtros_extra_open:hover {
   text-decoration: underline;
}

/*
.buscador_2025 #boton_buscar {
  width: 210px;
  cursor: pointer;
  padding: 14px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  color:#fff;
  text-align:center;
  display:block;
}
*/

.buscador_2025 .form_btn_buscar_wrapper {
    position: relative;
    background-color: #fff;
    padding: 0;
    align-self: unset;
    width: 100%;
    text-align: right;

    display:block;
    float:none; 
    margin: 0;
    margin-top: 20px;

    display: none !important;
}


.buscador_2025 .multiselect-wrapper {
  float: left;
  position: relative;
  width: 20%;
  margin-bottom: 10px;

  visibility: hidden;
}

.buscador_2025 #filtros_extra .multiselect-wrapper {
  width: 12.5%;
  /* sin campo "materia" */
  width: 14.28%;
} 

.buscador_2025 .multiselect-wrapper .btn-group {
  width: calc(100% - 10px);
}

.buscador_2025 .multiselect-wrapper.last .btn-group {
  width: 100%;
}

@media screen and (max-width:768px) {

  .buscador_2025 .multiselect-wrapper, .buscador_2025 #filtros_extra .multiselect-wrapper {
    float: left;
    width: 100% !important;
  }

  .buscador_2025 .multiselect-wrapper .btn-group {
    width: 100%;
  }

}

.buscador_2025 .multiselect-container .multiselect-group,
.buscador_2025 .multiselect-container .multiselect-group:hover {
    cursor: default !important;
    float: left;
    background-color: #fff !important;
    margin-top: 7px;
}


.buscador_2025 .multiselect-option.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem !important;
    clear: both;
    font-weight: 400 !important;
    color: #212529 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent !important;
    border: 0;
    cursor: pointer;
    border-radius: 0 !important;
  }

  .buscador_2025 .multiselect.custom-select {
    display: inline-block;
    width: 100%;
    min-width: 100px;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
    line-height: 1.5;
    color: #212529 !important;
    font-size: 13px;
    font-weight: 300;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right 0.75rem center !important;
    background-color: #fff !important;
    background-size: 8px 10px;
    border: 1px solid #aaa !important;
    border-radius: 5px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
    background-origin :padding-box;
    background-position-x: calc(100% - 10.5px);
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 8px 10px;
    background-attachment: scroll;
    background-clip: border-box;

}

.buscador_2025 #lomloe_container .multiselect.custom-select,
.buscador_2025 #cuaderno_valores_container .multiselect.custom-select {
  font-size: 11px;
    padding-right: 10px !important;
}

@media screen and (max-width:768px) {

  .buscador_2025 #lomloe_container .multiselect.custom-select, 
  .buscador_2025 #cuaderno_valores_container .multiselect.custom-select {
    font-size: 13px;
  }

}

.buscador_2025 .selected-tags {
  float: left;
    position: relative;
    /*width: 100%;*/
    width: calc(100% - 110px);
    padding: 10px 0 0;

    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.buscador_2025 .selected-tags__item {
  float: left;
    position: relative;
    width: auto;
    margin: 3px !important;
    padding: 4px 6px !important;
    
    background: #d8d8d8 !important;
    border-radius: 5px !important;
    color: #212529 !important;
    font-size: 11px !important;
    cursor: pointer;
}

.buscador_2025 .selected-tags__item .close-tag {
  color: #212529 !important;
    margin-right: 5px;
    margin-left: 2px;
    text-align: center;
    cursor: pointer;
}

.buscador_2025 .selected-tags__item .close-tag:hover {
  text-decoration: none;
  font-weight: bold;
}

/* General 
.per-page-title {
  margin-bottom: 0px;
    margin-right: 4px;
}
.bookory-sorting {
  
}
*/


.buscador_2025 .delete-tags {
  float: right;
  position: relative;
  width: 110px;
  padding: 10px 0 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;

  display: flex !important;
}


.buscador_2025 .delete-tags .selected-tags__delete {
  float: left;
    position: relative;
    width: auto;
    margin: 3px !important;
    padding: 4px 6px !important;
    
    font-size: 11px !important;
    cursor: pointer;

    background: #212529 !important;
    border-radius: 5px !important;
    color: #d8d8d8 !important;
}


.buscador_2025 .selected-tags__delete .close-tag {
   color: #d8d8d8 !important;
    margin-right: 5px;
    margin-left: 2px;
    text-align: center;
    cursor: pointer;
}

.buscador_2025 .selected-tags__delete .close-tag:hover {
  text-decoration: none;
  font-weight: bold;
}



@media (max-width: 768px) {

  .buscador_2025 .selected-tags, .buscador_2025 .delete-tags {
    width: 100%;
  }

}


  /* Catálogos
  -------------------------------------------------- 
  */

.catalogos {

}

.catalogos #catalogos_wrapper {

}

.catalogos div.catalogo-image a img {
  width: 100%; 
  height: auto;
}


.catalogos div.catalogo-caption h3 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.25;
    min-height: 2.5rem;
    display: -webkit-box;
    /* -webkit-line-clamp: 1; */
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
  }




/* Ficha libro
-------------------------------------------------- 
*/

.libro {

}

.libro a.libro_detalle_a {
  color: #231F20;
  text-decoration: underline;
}

.libro a.libro_detalle_a:hover {
  text-decoration: none;
}

.libro div.ficha-image img {
  width: 95%;
  height: auto;
  max-width: 400px;
  /*filter: drop-shadow(-8px 7px 12px rgba(0, 0, 0, 0.25));*/
}


@media (max-width: 575px) {

    .libro div.ficha-image img {
      width: 100%;
      height: auto;
      max-width: 250px;
      margin-left: auto;
      margin-right: auto;
      display: inline-block;
    }

 } 


.libro div.ficha-texto h3 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
    font-weight: 600;
}


.libro .ficha-texto h2, .libro .ficha-image h2 {

  padding-bottom: 10px;
  margin-bottom: 23px;
  border-bottom: 1px solid #e6e6e6;

  height: auto;
    float: left;
    line-height: 45px;
    width: 100%;
    position: relative;

}


@media (max-width: 768px) {

  .libro .ficha-texto h2, .libro .ficha-image h2 {
      line-height: unset;
  }

}

.libro .ficha_contenido_col1 {
  color: #999999;
    width: 21%;
    float: left;
    text-align: right;
    margin-right: 1%;
    /* clear: both; */
    position: relative;
    margin-bottom: 8px;
}

.libro .ficha_contenido_col2 {
  width: 77%;
    float: right;
    text-align: left;
    /*margin-right: 1%;*/
    position: relative;
    margin-bottom: 8px;
    display: block;
}

.libro .btns_libro {
  float:right;
  border-radius: 50px 50px 50px 50px !important;
    padding-bottom: 12px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 12px !important;
}

  @media (max-width: 768px) {

    .libro .ficha_contenido_col1 {
      width: 38%;
    }

    .libro .ficha_contenido_col2 {
      width: 59%;
    }


    .libro .btns_libro {
      width: 100% !important;
    }

  }

.libro .ficha-texto-campos-extra {
    border-left: 1px solid #e20710 !important;
    padding-left: 30px;
}

@media (max-width: 768px) {
  .libro .ficha-texto-campos-extra {
    border-left: 0 !important;
    border-top: 1px solid #e6e6e6 !important;
    padding-top: 30px;
  }
}

a.social-icon {
  opacity: 1 !important;
}

a.social-icon:hover {
  opacity: 0.75!important;;
}


  /* Mi Plan
  -------------------------------------------------- 
  */

#mi-plan-tabla-wrapper {
  display: none;
}

table.mi-plan-items {

    border-spacing: 0;
    width: 100%;
    border-collapse: collapse;

    margin: 0;
    padding: 0;

    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
}

table.mi-plan-items tr td {
    vertical-align: middle;
    padding: 10px;
}

table.mi-plan-items tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.03);
}

table.mi-plan-items td, table.mi-plan-items th {
    border: 1px solid;
    border-color: #e6e6e6;
}

table.mi-plan-items tr td.mi-plan-item--remove, table.mi-plan-items tr td.mi-plan-item--add {
    width: 14px;
    flex: 0 0 14px;
    font-size: 0;
}

table.mi-plan-items tr td.mi-plan-item--remove span:hover, table.mi-plan-items tr td.mi-plan-item--remove span:hover svg {
  color: rgb(214, 6, 18) !important;
  cursor: pointer;
}

.mi-plan-item .mi-plan-item--image {
    width: 100px;
}

.mi-plan-item .mi-plan-item--image img {
    width: 80px;
    height: auto;
    border-radius: 2px;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}


#print_wishlist {
  float:left; 
  position:relative; 
  cursor:pointer; 
  margin-top:10px; 
  /*margin-bottom:-15px;*/
  margin-bottom: 0;
}

#print_wishlist:hover, #print_wishlist:hover svg {
  color: rgb(214, 6, 18) !important;
  cursor: pointer;
}

#mi_plan_counter {
  float: left;
  font-size: 11px;
  text-align: right;
  position: relative;
  width: 100%;
  margin-top: -10px;
  color: #666;
  font-style: italic;
  padding-right: 5px;
}



  /* FOOTER
  -------------------------------------------------- 
  */



  footer {
    float:left;
    position: relative;
    width:100%;
    background-color: rgb(40, 40, 40);
    color: #fff;
  }

  footer #footer_logo {
    max-width: 180px;
    height: auto;
  } 

  footer .border-top {
    border-top: 1px solid #ccc !important;
  }

  footer .link-secondary {
    color: #fff !important;
    text-decoration: none;
    font-weight: 300;
  }

  footer .link-secondary:focus, 
  footer .link-secondary:hover ,
  footer .link-secondary.active {
    text-decoration: underline !important;
  }

  footer a img {
    opacity: 1 !important;
  }

  footer a img:hover {
    opacity: 0.75 !important;
  }

  footer #footer_sublogo1 {
    max-width: 200px;
    height: auto;
  }

  footer #footer_sublogo2 {
    max-width: 145px;
    height: auto;
  }

  footer .footer_legal {
    font-size: 0.9rem;
    font-weight: 400;
  }

  footer .footer_legal > div {
    padding-left: 0;
    padding-right: 0;
  }
   
  footer .footer_legal .link-secondary {
    color: #fff !important;
    text-decoration: none;
    font-weight: 400;
  }

  footer .footer_legal .link-secondary:focus, 
  footer .footer_legal .link-secondary:hover ,
  footer .footer_legal .link-secondary.active {
    text-decoration: underline !important;
  }

  footer .footer_social {
      color: #fff;
      text-decoration: unset;
      height: 20px;
      font-size: 1.3rem;
      margin-right: 10px;
      opacity: 1;
  }

  footer .footer_social:hover {
      opacity: .85;
  }


  /* BACK TO TOP
  -------------------------------------------------- */

  @media (max-width: 768px) {
    
    #back-to-top {
        position: fixed;
        z-index: 1000;
        bottom: 0px;
        right: 24px;
        display: none;
    }

    #back-to-top a {
      position: relative;
      display: block;
      width: 54px;
      height: 48px;
      background: #000000;
      color: #ffffff;
      font-size: 14px;
      line-height: 50px;
      text-align: center;
      border-radius: 3px 3px 0 0;
      opacity: 0.8;
    }

     #back-to-top a i {
      margin-top: 15px;
     }
    
    #back-to-top a {
      -webkit-transition: all 0.2s;
         -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
          transition: all 0.2s;
    }

    #back-to-top a:hover {
      background-color:rgba(214, 6, 18, 0.8);
    }

  }


  @media (min-width: 768px) {
    
    #back-to-top {
      display:none !important;
    }
  }
