/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 11 feb. 2020, 11:50:03
    Author     : iiast
*/
/* Colores */
/* Fuentes etc */
nav {
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01px;
  text-align: center;
  color: #272525;
}

p {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.01px;
  color: #272525;
}

.fichaWrapper {
  display: flex;
  flex-wrap: wrap;
  /*border-bottom: 1px solid $brown-grey;*/
}
.fichaWrapper .banner {
  flex: 0 0 25%;
  max-width: 25%;
}
.fichaWrapper .innerFicha {
  flex: 0 0 41%;
  max-width: 41%;
}

.comentariosSlider {
  margin-bottom: 65px;
}
.comentariosSlider .slick-track {
  display: flex !important;
}
.comentariosSlider .slick-track .slick-slide {
  height: inherit !important;
  display: flex !important;
}
.comentariosSlider .slick-track .slick-slide > div {
  display: flex !important;
}
.comentariosSlider .comentarioContainer {
  padding: 0 30px;
  /*margin: 0 -30px;*/
  display: flex !important;
  flex-direction: column;
}
.comentariosSlider .comentarioContainer .comentario {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.38;
  letter-spacing: 0.01px;
  color: #312f2f;
  margin-bottom: 35px;
}
.comentariosSlider .comentarioContainer .comentario .more-text {
  display: none;
}
.comentariosSlider .comentarioContainer .comentario .read-more {
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0.01px;
  text-align: right;
  color: #272525;
  text-decoration: underline;
  display: block;
  margin-top: 13px;
}
.comentariosSlider .comentarioContainer .autor {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01px;
  color: #484645;
  border-top: 1px solid #272525;
  padding-top: 20px;
  position: relative;
  margin-top: auto;
}
.comentariosSlider .comentarioContainer .autor:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7.5px 0 7.5px;
  border-color: #272525 transparent transparent transparent;
  top: 0;
  left: 10px;
}
.comentariosSlider .comentarioContainer .autor:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  top: -2px;
  left: 10px;
}
.comentariosSlider .comentarioContainer .lugar {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01px;
  color: #484645;
}

.slick-dots {
  display: flex !important;
  list-style: none;
  justify-content: center;
  margin-top: 60px;
  /*width: calc(100% - 60px);*/
}
.slick-dots li {
  margin-left: 0;
  width: 19px;
  height: 19px;
  display: flex;
  margin-right: 12px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li a {
  width: 19px;
  height: 19px;
  background-color: #e8e8e8;
  color: #e8e8e8;
}
.slick-dots li.slick-active a {
  background-color: #555555;
  color: #555555;
}

.dataWrapper {
  padding-top: 80px;
  text-align: center;
  margin-bottom: 60px;
}
.dataWrapper .titulo {
  font-size: 35px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.91;
  letter-spacing: 0.01px;
  text-align: center;
  color: #2c2a2a;
  margin-bottom: 50px;
}
.dataWrapper .autor {
  margin-bottom: 50px;
}
.dataWrapper .autor a {
  font-family: "Lora", serif;
  font-size: 22px;
  letter-spacing: 0.01px;
  text-align: center;
  color: #272525;
}
.dataWrapper .buttonsWrapper {
  display: flex;
  justify-content: center;
}
.dataWrapper .buttonsWrapper > div {
  margin-right: 30px;
}
.dataWrapper .buttonsWrapper > div a {
  width: 120px;
}
.dataWrapper .buttonsWrapper > div:last-child {
  margin-right: 0;
}

.comprarWrapper {
  padding-top: 50px;
  flex: 0 0 25%;
  max-width: 25%;
  margin-left: auto;
  margin-bottom: 65px;
}
.comprarWrapper .generosWrapper {
  margin-bottom: 30px;
  font-family: "Lora", serif;
  font-size: 16px;
  letter-spacing: 0.01px;
  text-align: center;
  color: #272525;
  text-align: center;
}
.comprarWrapper .generosWrapper a {
  font-family: "Lora", serif;
  font-size: 16px;
  letter-spacing: 0.01px;
  text-align: center;
  color: #272525;
  text-transform: uppercase;
}
.comprarWrapper .imageWrapper {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.comprarWrapper .imageWrapper img {
  z-index: 1;
}
.comprarWrapper .imageWrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: black;
  left: 10px;
  top: 10px;
  z-index: -1;
}
.comprarWrapper .comprar {
  text-align: center;
  position: relative;
}

.librosLoop.related .libroWrapper {
  margin-bottom: 65px;
}

.librosAutorTitulo {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01px;
  text-align: center;
  color: #2c2a2a;
  margin-bottom: 68px;
}

.single-libros .otrosLibrosContainer {
  padding: 0 0;
}
.single-libros .otrosLibrosContainer .masContainer {
  margin-top: 0;
}

.rowBloquesComunes {
  display: flex;
}
.rowBloquesComunes > .td-pb-span4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.rowBloquesComunes > .td-pb-span8 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.rowBloquesComunes #novedades {
  margin-top: 0;
}
.rowBloquesComunes #novedades .titulosBloque {
  margin-top: 25px;
  margin-bottom: 40px;
}

body .losMasLeidosComun {
  display: flex;
  border: 1px solid #272525;
  margin-top: 83px;
  padding: 25px 50px 60px 50px !important;
}
body .losMasLeidosComun .tb-pb-span4 {
  flex: 0 0 28%;
  max-width: 28%;
}
body .losMasLeidosComun .tb-pb-span8 {
  flex: 0 0 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
body .losMasLeidosComun .tb-pb-span8 .librosLoop {
  display: block;
}
body .losMasLeidosComun .tb-pb-span8 .destacado {
  padding: 0 !important;
  border: none !important;
  border-bottom: 3px solid #272525 !important;
  margin-bottom: 50px !important;
}
body .losMasLeidosComun .tb-pb-span8 .destacado .big.btnComprar {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: solid 4px #272525;
  background-color: #272525;
  font-size: 15px;
  font-weight: bold;
  line-height: 1em;
  padding: 8px;
  text-align: center;
}
body .losMasLeidosComun .tb-pb-span8 .destacado .big.btnComprar i {
  font-size: 17px;
}
body .losMasLeidosComun .tb-pb-span8 .slick-track {
  display: flex !important;
}
body .losMasLeidosComun .tb-pb-span8 .slick-slide {
  height: inherit !important;
  display: flex;
  justify-content: center;
}
body .losMasLeidosComun .tb-pb-span8 .slick-slide > div {
  display: flex;
  flex-direction: column;
}
body .losMasLeidosComun .tb-pb-span8 .masLeidosSlider {
  display: flex;
  align-items: flex-start;
  /*justify-content: center;*/
  border-bottom: solid 3px #272525;
  padding-bottom: 50px;
}
body .losMasLeidosComun .tb-pb-span8 .masLeidosSlider .slick-arrow {
  font-size: 22px;
  color: #cccccc;
  margin-top: 125px;
}
body .losMasLeidosComun .tb-pb-span8 .masLeidosSlider .libroWrapper {
  max-width: none;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  /*height: 100%;*/
  display: flex !important;
  flex-direction: column !important;
  flex: 0 0 100% !important;
}
body .losMasLeidosComun .tb-pb-span8 .masLeidosSlider .libroWrapper .numberWrapper.slickOnly {
  display: block;
  margin-bottom: 10px;
}
body .losMasLeidosComun .tb-pb-span8 .masLeidosSlider .libroWrapper .numberWrapper {
  display: none;
}
body .losMasLeidosComun .tb-pb-span8 .masLeidosSlider .libroWrapper .libroContainer {
  flex-direction: column !important;
  align-items: center !important;
  height: 100%;
  /*padding-bottom: 70px;*/
}
body .losMasLeidosComun .tb-pb-span8 .masLeidosSlider .libroWrapper .libroContainer .infoWrapper {
  flex: 1 0 auto !important;
}

.capaSinopsis {
  background-color: rgba(39, 37, 37, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  justify-content: center;
  z-index: 99999999;
  padding: 130px 0;
  /* overflow: hidden; */
  align-items: stretch;
}
.capaSinopsis .sinopsisWrapper {
  background: #ffffff;
  padding-top: 54px;
  padding-bottom: 35px;
  padding-left: 54px;
  padding-right: 54px;
  position: relative;
  overflow-y: scroll;
}
.capaSinopsis .sinopsisWrapper i {
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #555555;
  right: 29px;
  top: 20px;
  cursor: pointer;
}
.capaSinopsis .sinopsisWrapper .tituloLibro {
  font-size: 35px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.91;
  letter-spacing: 0.01px;
  text-align: center;
  color: #2c2a2a;
  margin-bottom: 53px;
}
.capaSinopsis .sinopsisWrapper .commentKind {
  font-family: "Lora", serif;
  font-size: 16px;
  letter-spacing: 0.01px;
  text-align: center;
  color: #272525;
  margin-bottom: 38px;
}
.capaSinopsis .sinopsisWrapper .comentarioContainer {
  margin-bottom: 38px;
}
.capaSinopsis .sinopsisWrapper .lugar {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01px;
  color: #484645;
}
.capaSinopsis .sinopsisWrapper .comentario {
  font-family: Lora;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.38;
  letter-spacing: 0.01px;
  color: #312f2f;
}
.capaSinopsis .sinopsisWrapper .comentario.sinopsis {
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0.01px;
  color: #272525;
  font-style: normal;
}

.capaSinopsis .autor {
  position: relative;
  border-top: 1px solid #272525;
  display: block;
  margin-top: 40px;
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01px;
  color: #484645;
}
.capaSinopsis .autor::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  top: -2px;
  left: 10px;
}
.capaSinopsis .autor::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7.5px 0 7.5px;
  border-color: #272525 transparent transparent transparent;
  top: 0;
  left: 10px;
}

@media (max-width: 991px) {
  .fichaWrapper {
    justify-content: space-around;
  }
  .fichaWrapper .banner {
    display: none;
  }
  .fichaWrapper .comprarWrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .fichaWrapper .resenasLoop.horizontal .resenaWrapper[class*=col] .dataContainer {
    padding: 0 10px;
  }

  .single-libros #topSellers .rowBloquesComunes {
    flex-wrap: wrap;
  }
  .single-libros #topSellers .rowBloquesComunes > .td-pb-span4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-libros #topSellers .rowBloquesComunes > .td-pb-span8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body .losMasLeidosComun {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: none !important;
  }
}
@media (max-width: 600px) {
  .fichaWrapper {
    flex-direction: column;
  }
  .fichaWrapper .innerFicha {
    flex: 0 0 auto;
    max-width: 100%;
    order: 2;
  }
  .fichaWrapper .comprarWrapper {
    flex: 0 0 auto;
    max-width: none;
    margin-bottom: 0;
  }
  .fichaWrapper .comprarWrapper .imageWrapper {
    max-width: 225px;
    margin-left: auto;
    margin-bottom: 40px;
    margin-right: auto;
  }
  .fichaWrapper .dataWrapper {
    padding-top: 35px;
  }
  .fichaWrapper .dataWrapper .autor {
    margin-bottom: 45px;
  }
  .fichaWrapper .titulo {
    font-family: "Lora", serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.07;
    letter-spacing: 0.01px;
    text-align: center;
    color: #272525;
    margin-bottom: 23px;
  }

  .otrosLibrosContainer {
    padding-top: 0;
  }
  .otrosLibrosContainer .imageWrapper img {
    max-height: 140px;
  }

  .librosAutorTitulo {
    margin-bottom: 30px;
  }

  /*    .librosLoop.related .libroWrapper {
          margin-bottom: 0;
      }*/
  .otrosLibrosContainer .related .masContainer {
    margin-top: 0;
  }

  .rowBloquesComunes {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rowBloquesComunes > .td-pb-span4 {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 3px solid #272525;
    padding-bottom: 25px;
  }
  .rowBloquesComunes > .td-pb-span8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rowBloquesComunes #novedades {
    margin-left: 0;
    margin-right: 0;
  }
  .rowBloquesComunes #novedades .titulosBloque {
    margin-top: 60px;
  }

  .single-libros .novedadesSlider .slick-list {
    flex: 0 0 85%;
  }
  .single-libros .novedadesSlider .slick-list #topSellers {
    display: flex;
    justify-content: center;
  }
  .single-libros .novedadesSlider .slick-list #topSellers .rowBloquesComunes {
    /*margin: 0 -20px;*/
    width: 100vw;
  }

  body .losMasLeidosComun {
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: wrap;
  }
  body .losMasLeidosComun .tb-pb-span4 {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .losMasLeidosComun .tb-pb-span8 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 60px;
  }

  .capaSinopsis {
    padding: 15px;
  }
  .capaSinopsis .sinopsisWrapper {
    padding: 75px 24px 30px;
  }
  .capaSinopsis .sinopsisWrapper i {
    top: 15px;
    right: 15px;
  }
  .capaSinopsis .sinopsisWrapper .tituloLibro {
    font-family: "Lora", serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: 0.01px;
    text-align: center;
    color: #272525;
  }
}

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