.livros{
    background: #111;
}
.livros h2{
    position: relative;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-top: 15px;
    font: 500 45px/1.2 "Oswald", sans-serif;
}

.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;
    
  
  
  
  }
}