.banner-historia {
  height: 60vh;
}

.banner-historia .owl-carousel .item {
  width: 100%;
}

.banner-historia .owl-carousel .item .bg-historia {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: 0% 0% !important;

  height: 65vh;

  width: 100% !important;
}

.banner-historia .owl-nav {
  display: none;
}

.banner-historia .owl-dots {
  display: flex;
  justify-content: flex-start;
  position: relative;
  top: -4rem;

  width: 84%;
  margin: 0 auto;
}

.banner-historia .owl-dots .owl-dot span {
  background: #fff !important;
}

.banner-historia .owl-dots .owl-dot.active span {
  background: var(--bg-primary) !important;
}

#slider-historia .owl-dots {
  display: none;
}

/* HISTÓRIA */
.content-historia {
  position: relative;
  margin-block: 5rem;
}

/* INFO HISTÓRIA */
.banner-historia-info {
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.banner-historia-content {
  width: 82%;
  height: 100%;
  margin: 0 auto;
}

.content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.banner-historia-content .header-banner-content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;

  width: 60%;
}

.banner-historia-content .buttons-blog-info a {
  background: var(--bg-primary);
  display: flex;
  width: 30%;

  justify-content: center;
  padding: 0.8rem;

  text-decoration: none;
  border-radius: 50px;

  color: #fff;
}

.title-info-episode h2 {
  font-size: 1.2rem;
  font-weight: 300;
}

.title-info-episode h2 strong {
  font-weight: bold;
}

.aside-content-episode {
  border-right: 1px solid #ccc;

  margin-top: 4rem;
}

.items-info-episode {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding-right: 1rem;
}

.item-episode {
  display: flex;
  justify-content: space-between;
  gap: 1rem;

  color: #000;
  text-decoration: none;

  padding-right: 1rem;
  padding-block: 0.6rem;

  border-top: 1px solid #ccc;

  align-items: center;
  transition: background, 0.2s all;
}

.item-episode:hover {
  background: #fff;
  color: #000;
}

.info-episode {
  display: flex;
  width: 100%;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}

.item-episode ul {
  display: flex;
}

.item-episode .number-episode h3 {
  font-size: 3rem;
  font-weight: 300;
}

.status {
  width: 20%;
}

.status .free {
  color: var(--bg-primary);
  border: 1px solid var(--bg-primary);

  padding: 0.3rem;

  text-decoration: none;
}

.status .pago {
  border: 1px solid var(--bg-secondary);
  color: var(--bg-secondary);

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0.3rem;

  text-decoration: none;
}

/* SUGESTÕES */
.aside-sugestoes {
  margin-block: 4rem;
}

.items-commics {
  display: flex;
  gap: 1rem;
  flex-direction: column;

  margin-top: 1rem;
}

.item {
  display: flex;
  gap: 1rem;
  justify-content: space-between;

  text-decoration: none;
}

.item .photo {
  width: 30%;
}

.item img {
  width: 100%;
}

.content-item {
  width: 70%;

  color: #383737;
}

.content-item h3 {
  font-size: 1rem;
  color: #000;
}

.item-episode .content-item p {
  margin-top: 1rem;
  font-size: 0.9rem;
}

@media (min-width: 720px) and (max-width: 1024px) {
}

@media (max-width: 640px) {
  .owl-carousel .item .bg-historia {
    height: 50vh !important;
  }

  .content-historia {
    margin-block: 0rem;
  }

  .slider-container .slide {
    background-size: cover !important;
    background-position: center !important;
  }

  .banner-historia-info {
    height: 45vh;
  }

  .aside-content-episode {
    border: 0;
  }

  .item-episode .bg-episode,
  .banner-historia-content .header-banner-content,
  .banner-historia-content .buttons-blog-info a {
    width: 100%;
  }

  .item-episode {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .item-episode .info-episode {
    flex-direction: column;
  }

  .item-episode .bg-episode {
    width: 100%;
  }

  .item-episode .bg-episode img {
    width: 105%;
    height: 28vh;
  }
}
