.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;
  }
}