.title-rifa-destaque {
  /* position: relative; */
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: -10px;
}

.title-rifa-destaque.dark {
  background: #222222;
}

.title-rifa-destaque.dark h1 {
  color: #fff;
}

.title-rifa-destaque.dark p {
  color: #fff;
}

.valor.dark {
  color: #fff;
}

.d-flex.py-3:last-child {
  border-bottom: none !important;
}

.desc {
  border: none;
  border-radius: 10px;
  background-color: #fff;
  max-height: 250px;
  padding: 10px;
  margin-bottom: 0px;
  overflow: scroll;
}

.desc.dark {
  background: #222222;
}

.desc.dark p {
  color: #fff;
}

.data-sorteio.dark {
  color: #fff !important;
}

.splide {
  height: fit-content;
}

/* .splide__track {
  max-height: 340px;
} */

.splide__slide img {
  margin-top: 15px;
  width: 100% !important;
  object-fit: cover;
  border-radius: 12px;
}

.splide__pagination {
  display: none !important;
}

/* @media screen and (max-width: 992px) {
  .splide {
    height: 28%;
  }
}

@media screen and (max-width: 768px) {
    .splide {
      height: 35%;
    }
  } */
