.cbexts_wgt_carousel_post {
  --border-radius: 16px;
  margin: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.cbexts_wgt_carousel_post .owl-stage {
  display: flex;
  transition: none !important;
}

.cbexts_wgt_carousel_post .owl-item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  /* margin-bottom: 3rem; */
}

.cbexts_wgt_carousel_post .carousel-item {
  width: 100%;
  transition: all 0.4s ease;
  position: relative;
  height: 100%;
  display: block;
  margin-right: 0;
  /* margin-bottom: 2rem; */
}

.cbexts_wgt_carousel_post .carousel-item.is-active {
  opacity: 1;
  z-index: 2;
}

.cbexts_wgt_carousel_post .carousel-item:not(.is-active) {
  opacity: 0.4;
  z-index: 1;
}

.cbexts_wgt_carousel_post .carousel-item img {
  width: 100%;
  min-height: 180px;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.cbexts_wgt_carousel_post .carousel-item .carousel-content {
  display: none;
}

.cbexts_wgt_carousel_post .carousel-item.is-active .carousel-content {
  opacity: 1;
  display: block;
  background: var(--gradient);
  color: white;
  padding: 20px;
  border-radius: var(--border-radius);
  margin-top: -25px;
  position: relative;
}

.cbexts_wgt_carousel_post .carousel-item .carousel-content .left {
  margin-bottom: 0.5rem;
}

.cbexts_wgt_carousel_post .carousel-item .carousel-content .tag {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 5px;
}

.cbexts_wgt_carousel_post .carousel-item h2 {
  font: normal normal normal 35px/35px Wix Madefor Display;
  margin-bottom: 15px;
  transition: none;
}

.cbexts_wgt_carousel_post .carousel-item:not(.is-active) h2 {
  opacity: 0;
}

.cbexts_wgt_carousel_post .carousel-item .carousel-content p {
  margin: 0;
  font-size: 1rem;
}

.cbexts_wgt_carousel_post .carousel-item .carousel-content .highlight-text {
  font: normal normal 600 24px/28px Segoe UI;
}

.cbexts_wgt_carousel_post .carousel-item .carousel-content .excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 77px;
}

.cbexts_wgt_carousel_post .carousel-item .carousel-content a {
  background: transparent;
  border: 1px solid #fff;
  padding: 13px 54px;
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
  text-wrap-mode: nowrap;
  width: 100%;
  text-decoration: none;
  display: block;
  font-family: var(--secondaryfont);
  text-align: center;
}

.cbexts_wgt_carousel_post .carousel-item .carousel-content a:hover {
  background: var(--brcolor);
  border-color: var(--brcolor);
  box-shadow: 0px 5px 12px #00000033;
}

/* Flechas */
.cbexts_wgt_carousel_post .owl-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1rem;
}

.cbexts_wgt_carousel_post .owl-nav .owl-next {
  margin-left: 3rem;
}

.cbexts_wgt_carousel_post .nav-prev,
.cbexts_wgt_carousel_post .nav-next {
  font-size: 30px;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  color: #9a2d28;
}

.cbexts_wgt_carousel_post .disabled span,
.cbexts_wgt_carousel_post .disabled span {
  color: #bfc0c5;
}

/* Responsive */
/* @media (min-width: 768px) { */
@media (min-width: 1025px) {
  .cbexts_wgt_carousel_post .carousel-item .carousel-content .left {
    max-width: 330px;
    margin-bottom: 0;
  }

  .cbexts_wgt_carousel_post .owl-item {
    margin-bottom: 3rem;
  }

  .cbexts_wgt_carousel_post .carousel-item {
    margin-bottom: 2rem;
  }

  .cbexts_wgt_carousel_post .carousel-item h2 {
    font-size: 48px;
    line-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 108px;
  }

  .cbexts_wgt_carousel_post .carousel-item img {
    min-height: 460px;
  }

  .cbexts_wgt_carousel_post::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 196px;
    height: 100%;
    background: transparent linear-gradient(90deg, #f4f5fb00 0%, #f2f2f3 100%) 0% 0% no-repeat padding-box;
  }

  .cbexts_wgt_carousel_post .carousel-item.is-active .carousel-content {
    display: inline-flex;
    align-items: end;
    position: absolute;
    bottom: -3rem;
    left: 0;
    width: auto;
    margin-top: 0px;
  }

  .cbexts_wgt_carousel_post .carousel-item .carousel-content h2 + p {
    display: block;
  }

  .cbexts_wgt_carousel_post .carousel-item .carousel-content a {
    width: fit-content;
  }

  .cbexts_wgt_carousel_post .owl-nav {
    left: calc(50% + 100px);
    margin-top: 0px;
    bottom: 45px;
  }
}
