
.book {
    width: 160px;
    height: 260px;
    position:relative;
    text-align: center;
    margin:2.5%;
    margin-left: 40px;
  }
  
/*.book.livros-carousel {
    position: relative;
    margin: 50px;
    padding-bottom: 100px !important;
    width: calc(100% + 25px);
}*/

  .book-cover {
    position: absolute;
    z-index:1;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    background: #111;
    background-size:cover;
    border-radius: 3px;
    box-shadow: 
      inset 4px 1px 3px #ffffff60,
      inset 0 -1px 2px #00000080;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
  }
  
  .cover1 {
    background: url('../img/Livros/O jeito Harvard de ser feliz.jpg');
  }
  
  .cover2 {
    background: url('../img/Livros/Fora de série - Outliers.jpg');
  }
  
  .cover3 {
    background: url('../img/Livros/Resiliência - O segredo da força psíquica.jpg');
  }
  
  .cover4 {
    background: url('../img/Livros/Atenção plena.jpg');
  }

  .cover5 {
    background: url('../img/Livros/Empatia.jpg');
  }

  .cover6 {
    background: url('../img/Livros/Faça o trabalho que precisa ser feito.jpg');
  }

  .cover7 {
    background: url('../img/Livros/Execução A disciplina para atingir resultados.jpg');
  }

  .cover8 {
    background: url('../img/Livros/Know-how as 8 competências que separam os que fazem dos que não fazem.jpg');
  }

  .cover9 {
    background: url('../img/Livros/Por tras da felicidade.jpg');
  }

  .cover10 {
    background: url('../img/Livros/Hábitos atômicos.jpg');
  }

  .cover11 {
    background: url('../img/Livros/Micro Hábitos.jpg');
  }

  .cover12 {
    background: url('../img/Livros/Gerenciando a si mesmo.jpg');
  }

  .cover13 {
    background: url('../img/Livros/Hiperfoco.jpg');
  }

  .cover14 {
    background: url('../img/Livros/A quietude é a chave.jpg');
  }

  .cover15 {
    background: url('../img/Livros/Inteligência Positiva.jpg');
  }

  .cover16 {
    background: url('../img/Livros/A boa sorte.jpg');
  }

  .cover17 {
    background: url('../img/Livros/O Jogo Interior.jpg');
  }

  .cover18 {
    background: url('../img/Livros/Encontre seu porquê.jpg');
  }

  .cover19 {
    background: url('../img/Livros/O propósito da sua vida.jpg');
  }

  .cover20 {
    background: url('../img/Livros/Flow.jpg');
  }

  .cover21 {
    background: url('../img/Livros/Trabalho focado.jpg');
  }

  .cover22 {
    background: url('../img/Livros/Força de Vontade não funciona.jpg');
  }

  .cover23 {
    background: url('../img/Livros/O metodo.jpg');
  }

  .cover24 {
    background: url('../img/Livros/O fim da procrastinação.jpg');
  }

  .book .book-cover {
    background-size: 100% 100%;
  }
  
  
  .effect {
    width: 20px;
    height: 100%;
    margin-left: 10px;
    border-left: 2px solid #00000010;
    background-image: linear-gradient(90deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    transition: all .5s ease;
  }
  
  .light {
    width: 90%;
    height: 100%;
    position: absolute;
    border-radius: 3px; 
    background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
    top: 0;
    right:0;
    opacity: .1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
  }
  
  .book:hover { cursor:pointer; }
  
  .book:hover .book-cover {
    transform: perspective(2000px) rotateY(-30deg);
    -webkit-transform: perspective(2000px) rotateY(-30deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    box-shadow: 
      inset 4px 1px 3px #ffffff60,
      inset 0 -1px 2px #00000080,
      10px 0px 10px -5px #00000030
  }
  
  .book:hover .effect {
    width: 40px;
   /** margin-left:13px;
    opacity: 0.5; **/
  }
  
  .book:hover .light {
    opacity: 1;
    width: 70%;
  }
  
  .book-inside{
    width: calc(100% - 2px);
    height:96%;
    position:relative;
    top: 2%;
    margin-bottom: 10px;
    padding-bottom: 40px !important;
    border: 1px solid grey;
    border-radius:3px;
    background: white;
    box-shadow: 
    10px 0px 20px -10px #00000030,
    inset -2px 0 0 grey,
    inset -3px 0 0 #dbdbdb,
    inset -4px 0 0 white,
    inset -5px 0 0 #dbdbdb,
    inset -6px 0 0 white,
    inset -7px 0 0 #dbdbdb,
    inset -8px 0 0 white,
    inset -9px 0 0 #dbdbdb;
  }
  
  .owl-carousel.livros-carousel.book.title p{
    font-size:20px;
    width: 100%;
    text-align: center;
    position: absolute;
    top:-30px;
    height: 1px;
    display: flex;
    align-items: flex-end;
    opacity: 0 !important;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
  }
  
  .owl-carousel.livros-carousel.book.title p {
    width: 100%;
    margin:0;
    line-height:1.3;
  }
  
  
  .bk .btn {
    position:relative;
    background: #aaa;
    color: #fff;
    height: 100%;
    font-weight: bold;
    padding: 15px 30px;
    font-size: 16px;
    letter-spacing:1px;
    border-radius: 50px;
    bottom: -50px;
    display: inline-block;
    opacity: 0 !important;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
  }
  
  .book:hover .btn, .book:hover  .title p:hover{
    opacity: 1 !important;
  }

  .book .title a.link {
    position: relative;
    top: 20px;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
    padding: 8px 22px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #d3d3d3;
    opacity: 0 !important;
    background: #092a49;
    border-radius: 2px;
    transition: .3s !important;
  }
  
  
  .book:hover  .title a.link  {
    opacity: 1 !important;
    transition: .4s ease-in-out !important;
  }

  @media (min-width: 100px) and (max-width: 579px) {
    .book .title a.link {
      margin-top: 15px;
      margin-bottom: 20px !important;
      padding: 8px 10px;
      font-size: 11px;
    }
  
  }

  .book-l{
    height: 100% !important;
  }
  .book-l .owl-nav {
    text-align:center ;
    width: 100px;
    margin-top: 50px !important ;
    margin: 5px auto 0 auto;
    display: flex;
}


.book-l .owl-nav .owl-prev,
.book-l .owl-nav .owl-next {
    margin-left:1px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;                                                                       
    color: #acacac;
    background: #092a49;
    font-size: 22px;
    transition: .3s;
}

.book-l .owl-nav .owl-prev:hover,
.book-l .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #074075;
}

.book-l .pagination .page-link {
    color: #092a49;
    border-radius: 0;
}

.book-l .pagination .page-link:hover,
.book-l .pagination .page-item.active .page-link {
    color: #acacac;
    background: #092a49;
}

.book-l .pagination .disabled .page-link {
    color: #999999;
}