.swiper-container-destacados {
  width: 100%;
  height: 300px !important;
}

.swiper-container-destacados .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px !important;
}

.swiper-button-next,
.swiper-button-prev {
  top: 64% !important;
  color: black !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: 20vw !important;
  left: auto !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: 25vw !important;
}

.carousel-control-prev-icon {
  background-image: url(/assets/website/images/carousel/prev.svg);
  fill: red !important;
  right: 0 !important;
}

.carousel-control-next-icon {
  background-image: url(/assets/website/images/carousel/next.svg);
  right: 0 !important;
}

.card-destacados {
  border: none !important;
}

.card-header-highlighted {
  position: relative;
  height: 150px !important;
  background-position: center;
  background-size: cover;
  padding: 0;
  border: 0 !important;
  border-radius: 16px 16px 0 0 !important;
}

.card-body-highlighted {
  /*height: 170px !important;*/
  background-color: black;
  border: 0 !important;
  border-radius: 0 0 16px 16px !important;
  text-align: left !important;
}

.card-body-highlighted h6 {
  color: #8F8F8F !important;
  font-size: 12px !important;
}

.card-body-highlighted h4 {
  display: block;
  height: 3em;
  line-height: 1.5em;
}

.card-body-highlighted .btn {
  position: absolute;
  right: 10px !important;
  top: 125px !important;
  padding: 0px 15px !important;
}

.card-body-highlighted .btn-white {
  background-color: white;
  color: black;
  border-radius: 7px !important;
}

.card-body-highlighted .btn-white .h3 {
  font-size: 1.5rem !important;
}

.card-body-highlighted .font-sm {
  font-size: 14px;
  font-weight: 700;
}

.card-body-highlighted .h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 700;
}

.card.highlighted {
  border-radius: 16px !important;
  width: 100% !important;
}

.highlighter-marker {
  position: absolute;
  top: 10px;
  right: 10px !important;
  font-size: 12px !important;
  padding: 8px 10px !important;
  font-weight: 700 !important;
}

.overlay-black {
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  border-radius: 16px 16px 0 0 !important;
  background-image: linear-gradient(0deg, black, transparent 40%);
}

@media screen and (max-width: 700px) {
  .card-body-highlighted {
    height: 137px !important;
  }

  .card-header-highlighted {
    height: 174px !important;
  }
}

