.livros {
  background-image: url(../assets/img/fundo_escuro.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.livros h2 {
  padding: 20px 0;
  font-size: 26px;
  color: #ff7200;
  text-align: center;
}

.textoLivrosComplemento p {
  color: white;
  text-align: center;
  font: 300 12px/1.2 "Oswald", sans-serif;
  font-size: 30px;
  padding: 1em;
  padding-top: 0px;



}

.mySwiper {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 200px;
}

.mySwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
  background: #000;
  -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, #0006);
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
}


@media screen and (max-width: 800px) {
  .textoLivrosComplemento p {
    font-size: 20px;




  }
}