.owl-nav {
  top: 0 !important;

  @media only screen and (min-width: 767px) {
    display: flex !important;
    justify-content: space-between;
    gap: 13px;
    position: relative !important;
    margin-top: 0 !important;

    .owl-next {
      right: -43px;
    }

    .owl-prev {
      left: -51px;
    }

    button {
      position: relative;
      top: -200px;
    }
  }
}

form {
  margin-top: 60px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;

  select {
    width: 100%;
    max-width: 730px;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    color: #9A9A9A;
    font-size: 20px;
    font-weight: 600;
    padding: 0 20px;
    --bs-form-select-bg-img: url('/wp-content/themes/px-poupex/assets/images/icons/arrow-down2.svg');
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    appearance: none;
  }
}

.btn-light-card-cultural {
  flex-direction: column;

  .content {
    padding: 30px;

    .precos {
      display: flex;
      flex-direction: row;
    }

    h5 {
      color: #282828;
      font-size: 24px;
      font-weight: 600;
    }

    .subtitle {
      color: #5B5B5B;
      font-size: 14px;
      margin-bottom: 0;
    }

    .precos {
      gap: 8px;

      .preco {
        color: #5B5B5B;
        font-size: 20px;
        font-weight: 700;
        line-height: 17px;

        span {
          text-decoration: line-through #DD5B66;
        }
      }
    }
  }
}