
.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: 400px;
  height: 400px;
  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;
    
  
  
  
  }
}