.logo-menu-wrap img {
  max-height: 80px;
}

.lista-assinatura li:not(:last-child) {
  margin-bottom: 40px;
}

.lista-assinatura li label {
  display: flex;
  gap: 10px;
  align-items: stretch;
  cursor: pointer;
}

.lista-assinatura .selector {
  display: flex;
  align-items: center;
}

.lista-assinatura .selector input {
  width: 20px;
  height: 20px;
}

.lista-assinatura .block {
  background-color: #1e272d;
  flex: 1;
  color: #fff;
  font-size: 20px;
  padding: 14px 16px;
}

.lista-assinatura .preco-normal {
  text-decoration: line-through;
  font-size: 16px;
  display: block;
}

.lista-assinatura .preco-desconto {
  display: block;
  color: #54ed00;
}

.btns-assinatura {
  text-align: center;
  padding-top: 40px;
}

.btns-assinatura .btn {
  background-color: #198754;
  font-size: 26px;
  border-radius: 4px;
}

.cupom-assinatura {
  display: flex;
  justify-content: center;
  gap: 11px;
  padding-top: 40px;
}

.cupom-assinatura input {
  background-color: #1e272d;
  font-size: 17px;
  color: #fff;
  padding: 4px 10px;
}

.cupom-assinatura .btn {
  background-color: #198754;
}

.whatsapp-fixed {
  width: 60px;
  position: fixed;
  top: 150px;
  right: 5px;
  width: 227px;
  font-size: 13px;
  background-color: #e4e4e4;
  text-align: center;
  padding: 4px 5px;
  border-radius: 17px;
  color: black;
  z-index: 9999;
}

.whatsapp-fixed a {
  color: #4e4e4e;
}

.whatsapp-fixed a:hover {
  text-decoration: none;
}

.whatsapp-fixed img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .whatsapp-fixed {
    top: 82px;
    width: 50px;
  }
}

.testimonials2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  gap: 16px;
}

.testimonials2 .item {
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 10px;
}

.testimonials2 h3 {
  font-size: 17px;
  color: #404040;
}

.testimonials2 h4 {
  font-size: 15px;
  color: #8b8b8b;
}

.testimonials2 p {
  margin-top: 20px;
  color: #808080;
}

.testimonials2 .footer-b {
  display: flex;
  justify-content: space-between;
}

.testimonials2 .footer-b .stars i {
  font-size: 18px;
  color: #ffce00;
}

.testimonials2 .footer-b .date {
  font-size: 11px;
  color: #FFF;
  background-color: #2f2f2f;
  border-radius: 15px;
  padding: 0px 11px;
}

@media (max-width: 1200px) {
  .testimonials2 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .testimonials2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
  .testimonials2 {
    grid-template-columns: 1fr;
  }
}

.movie-list .movie-slider-active:not(:first-of-type) {
  margin-top: 40px;
}

.movie-list .movie-slider-active:not(:first-of-type) .slick-prev,
.movie-list .movie-slider-active:not(:first-of-type) .slick-next {
  top: -35px;
}

.movie-list .movie-wrap .movie-price {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.62);
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 19px;
  padding: 11px 2px;
  text-align: center;
}

.movie-list-custom {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 36px;
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  .movie-list-custom {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 800px) {
  .movie-list-custom {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .movie-list-custom {
    padding: 0px 28px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}