.container {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.wrapper {
  position: relative;
  width: 100%;
  height: fit-content;
  white-space: nowrap;
  font-size: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.wrapper .obj {
  position: relative;
  vertical-align: top !important;
}

.active .picture {
  background: black;
}

.livro {
  min-height: fit-content !important;
}

.obj {
  display: inline-block;
  width: 250px;
  margin-left: 2rem;
  margin-right: 2rem;
  text-align: center;
}

.obj:nth-of-type(1) {
  margin-left: 0;
}

.obj:nth-of-type(6),
.obj:nth-of-type(12) {
  margin-right: 0;
}

@media only screen and (max-width: 600px) {
  .obj {
    width: 70vw !important;
    margin-left: 1rem !important;
  }

  .wrapper {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll !important;
  }
}

.cover {
  position: absolute;
  width: 100%;
  height: 25vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  backface-visibility: hidden;
}

@media only screen and (max-width: 600px) {
  .cover {
    height: 80vw;
  }
}

.picture {
  background-color: #212121;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.picture .media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autor_livro {
  justify-content: left !important;
}

.autores {
  text-align: left;
}

.title {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 18vw;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 4vw;
  letter-spacing: .14vw;
  color: #fff;
  text-decoration: none;
  backface-visibility: hidden;
}

.quebra_linha {
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: normal;
}

.titulo_livro {
  margin-top: 1rem;
  text-align: left;
  font-weight: bold;
  font-size: 16px !important;
}

@media screen and (max-width: 768px) {
  .titulo_livro {
    font-size: 14px !important;
    text-align: left;
  }

  #arrow-right-impressos,
  #arrow-right-ebooks,
  #arrow-right-pockets,
  #arrow-left-impressos,
  #arrow-left-ebooks,
  #arrow-left-pockets {
    display: none;
  }
}

@media screen and (max-width: 1456px) {
  #arrow-right-impressos,
  #arrow-right-ebooks,
  #arrow-right-pockets {
    right: -4% !important;
    top: 30%;
    z-index: 10;
  }

  #arrow-left-impressos,
  #arrow-left-ebooks,
  #arrow-left-pockets {
    left: -4% !important;
    top: 30%;
    z-index: 10;
  }
}

.titulo_lancamento {
  color: #EB806E;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
}

.p_inicial_titulo {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}

.titulo_secao {
  color: #4C8398;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.btn-outros-destaques {
  gap: 8px;
  border-bottom: 1px solid #EB806E;
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 1rem;
}

@media screen and (max-width: 767px) {
  .wrapper {
    overflow-y: scroll !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .livro .obj {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

.ver_mais {
  color: #4C8398;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.destaque_ver_mais {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #EB806E;
  height: 100%;
}

.arrows {
  cursor: pointer;
  padding: 0;
  position: absolute;
  z-index: 100;
}

#arrow-left-impressos,
#arrow-left-ebooks,
#arrow-left-pockets {
  left: -10%;
  top: 30%;
  transform: translateY(-50%);
}

#arrow-right-impressos,
#arrow-right-ebooks,
#arrow-right-pockets {
  right: -10%;
  top: 30%;
  transform: translateY(-50%);
}

.carousel-livros {
  margin-bottom: 96px;
}
