/*
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;
}

#tituloLibreria .wpb_content_element {
  margin-bottom: 75px;
}

#topSellers.libreria {
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 0;
}
#topSellers.libreria .librosLoop {
  margin: 0 -15px;
}
#topSellers.libreria .libroWrapper.destacado {
  flex: 0 0 67%;
  margin-left: auto;
  margin-right: auto;
  border: none;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 108px;
  margin-top: 50px;
}
#topSellers.libreria .libroWrapper.destacado .libroContainer {
  align-items: center;
}
#topSellers.libreria .libroWrapper.destacado .libroContainer .titulo a {
  font-family: Lora;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.91;
  letter-spacing: 0.01px;
  text-align: center;
  color: #2c2a2a;
}
#topSellers.libreria .libroWrapper.destacado .libroContainer .imageWrapper {
  flex: 0 0 auto;
  margin-right: 60px;
  position: relative;
  z-index: 10;
  display: flex;
  margin-bottom: 60px;
}
#topSellers.libreria .libroWrapper.destacado .libroContainer .imageWrapper a img {
  max-width: none;
  max-height: none;
}
#topSellers.libreria .libroWrapper.destacado .libroContainer .imageWrapper img {
  z-index: 1;
}
#topSellers.libreria .libroWrapper.destacado .libroContainer .imageWrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: black;
  left: 10px;
  top: 10px;
  z-index: -1;
}
#topSellers.libreria .libroWrapper:not(.destacado) {
  border-bottom: none;
  padding: 0 35px;
}
#topSellers.libreria .libroWrapper:not(.destacado) .libroContainer {
  border-bottom: 3px solid #272525;
}

#recomendadosLibreria {
  border-bottom: 3px solid #272525;
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  #topSellers.libreria .librosLoop {
    margin-right: 0;
    margin-left: 0;
  }

  #topSellers.libreria .libroWrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #topSellers.libreria .libroWrapper:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #topSellers.libreria .libroWrapper .libroContainer {
    align-items: stretch;
  }
  #topSellers.libreria .libroWrapper.destacado .libroContainer {
    border-bottom: 3px solid #272525;
    align-items: flex-end;
  }
  #topSellers.libreria .libroWrapper.destacado .libroContainer .infoWrapper {
    margin-top: 0;
  }
  #topSellers.libreria .libroWrapper.destacado .libroContainer .titulo a {
    font-family: "Lora", serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.19;
    letter-spacing: 0.01px;
    text-align: center;
    color: #272525;
  }
  #topSellers.libreria .libroWrapper.destacado .libroContainer .imageWrapper {
    flex: 0 0 35%;
    max-width: 35%;
    margin-right: 15px;
    margin-bottom: 0;
  }
  #topSellers.libreria .libroWrapper.destacado .libroContainer .imageWrapper a img {
    max-width: 100%;
  }
  #topSellers.libreria .libroWrapper.destacado .libroContainer .imageWrapper::after {
    display: none;
  }
  #topSellers.libreria .libroWrapper.destacado .libroContainer .comprar {
    margin-top: 15px;
  }

  #tituloLibreria .wpb_content_element {
    margin-bottom: 35px;
  }

  #topSellers .topSellersSlider .slick-list .slick-track .slick-slide > div .libroWrapper:not(.destacado) .libroContainer {
    border-bottom: 0;
  }
  #topSellers .topSellersSlider .slick-list .slick-track .slick-slide > div .libroWrapper:not(.destacado) .libroContainer .infoWrapper {
    padding-bottom: 0;
  }
}

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