.diglo-activos-recientes-container.gbb-row {
  min-height: 540px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.diglo-activos-recientes-container.gbb-row .bb-inner {
  padding: 10px 0;
}

.diglo-activos-recientes-container.gbb-row .bb-inner .gsc-heading h2,
.diglo-activos-recientes-container.gbb-row .bb-inner .gsc-heading h3 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.diglo-activos-recientes-container.gbb-row .bb-inner .gsc-heading .title-desc {
  padding-top: 0;
}

.diglo-activos-recientes-container.gbb-row .bb-inner .gsc-heading .title-desc h3 span {
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 1240px) {
  .diglo-activos-recientes-container.gbb-row .bb-inner .gsc-heading .title-desc h3 span {
    font-size: 21px;
  }
}

.diglo-activos-recientes-container.gbb-row .activos-header {
  margin-top: 16px;
  margin-bottom: 16px;
}

.activos-header:not(:has(.tab:nth-child(2))) {
  display: none;
}

.diglo-activos-recientes-container.gbb-row .activos-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .diglo-activos-recientes-container.gbb-row .activos-tabs {
    gap: 18px;
  }
}

.diglo-activos-recientes-container.gbb-row .activos-tabs .tab {
  min-width: 80px;
  appearance: none;
  border: 0;
  background: transparent;
  color: #757575;
  background: #f4f4f4;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}

@media (min-width: 768px) {
  .diglo-activos-recientes-container.gbb-row .activos-tabs .tab {
    min-width: 120px;
    font-size: 15px;
    padding: 8px 14px;
  }
}

@media (min-width: 1240px) {
  .diglo-activos-recientes-container.gbb-row .activos-tabs .tab {
    font-size: 16px;
  }
}

.diglo-activos-recientes-container.gbb-row .activos-tabs .tab:hover {
  color: #004b7a;
}

.diglo-activos-recientes-container.gbb-row .activos-tabs .tab.is-active {
  background: #aee4b5;
  color: #004b7a;
}

.diglo-activos-recientes-container.gbb-row .diglo-activos-recientes__empty {
  padding: 12px;
  margin-bottom: 8px;
  font-size: 16px;
  text-align: center;
}

.diglo-activos-recientes-container.gbb-row .link-landing-novedades {
  text-align: center;
}

.diglo-activos-recientes-container.gbb-row .link-landing-novedades a {
  font-size: 16px;
  color: #0076cf;
  transition: all .25s ease-in-out;
}

.diglo-activos-recientes-container.gbb-row .link-landing-novedades a::after {
  content: '\f061';
  font-family: "FontAwesome";
  position: relative;
  top: -1px;
  left: 6px;
  z-index: 1;
  line-height: 1;
  font-size: 13px;
  font-weight: 400;
}

.diglo-activos-recientes-container.gbb-row .link-landing-novedades a:hover {
  color: #aee4b5;
}

@media (min-width: 768px) {
  .diglo-activos-recientes-container.gbb-row .link-landing-novedades a {
    font-size: 18px;
  }

  .diglo-activos-recientes-container.gbb-row .link-landing-novedades a::after {
    left: 8px;
  }
}

.diglo-activos-recientes {
  min-height: 420px;
}

.diglo-activos-recientes.owl-carousel {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Diglo Aero";
}

@media (min-width: 768px) {
  .diglo-activos-recientes.owl-carousel {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 1240px) {
  .diglo-activos-recientes.owl-carousel {
    max-width: calc(100% - 120px);
  }
}

@media (min-width: 1540px) {
  .diglo-activos-recientes.owl-carousel {
    max-width: 1420px;
  }
}

.diglo-activos-recientes.owl-carousel .owl-stage-outer {
  display: flex;
  justify-content: space-around;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
  opacity: 1;
  transition: all .25s linear;
}

.diglo-activos-recientes.owl-carousel.is-fading .owl-stage-outer {
  opacity: 0;
}

.diglo-activos-recientes.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.diglo-activos-recientes.owl-carousel.is-start .owl-stage {
  padding-left: 0 !important;
}

.diglo-activos-recientes.owl-carousel.is-end .owl-stage {
  padding-right: 0 !important;
}

.diglo-activos-recientes.owl-carousel .owl-item {
  display: flex;
  height: auto;
  max-width: 620px;
  min-width: 120px;
  padding: 0;
}

@media (min-width: 768px) {
  .diglo-activos-recientes.owl-carousel .owl-item {
    padding: 6px;
  }
}

.diglo-activos-recientes.owl-carousel .owl-item img {
  height: 180px;
  width: 100%;
  filter: brightness(0.95);
  object-position: bottom;
}

@media (min-width: 1240px) {
  .diglo-activos-recientes.owl-carousel .owl-item img {
    height: 190px;
  }
}

.diglo-activos-recientes.owl-carousel .owl-item .inm-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.diglo-activos-recientes.owl-carousel .inm-card__media {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0.02));
  border-bottom: 1px solid #E6E8EB;
}

.diglo-activos-recientes.owl-carousel .inm-card__image {
  width: 100%;
  object-fit: cover;
  display: block;
}

.diglo-activos-recientes.owl-carousel .inm-card__image.--placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #fff, #F4F4F4, #fff);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.diglo-activos-recientes.owl-carousel .inm-card__image[src*="nophoto_new"] {
  object-fit: cover !important;
  background: #F4F4F4;
}

.diglo-activos-recientes.owl-carousel .inm-card__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 2;
}

.diglo-activos-recientes.owl-carousel .inm-card__badges .inm-card__badge {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 12.8px;
  line-height: 1.2;
  padding: 5px 10px;
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
  white-space: normal;
  max-width: 100%;
}

.diglo-activos-recientes.owl-carousel .inm-card__badge.obra-nueva {
  color: #444444;
  background: #AEE4B5;
}

.diglo-activos-recientes.owl-carousel .inm-card__badge.rebajado {
  background: #CA2702;
}

.diglo-activos-recientes.owl-carousel .inm-card__badge.ptp {
  background: #ff6824;
}

.diglo-activos-recientes.owl-carousel .inm-card__body {
  padding: 8px 14px;
  color: #444;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 2px;
}

@media (min-width: 1240px) {
  .diglo-activos-recientes.owl-carousel .inm-card__body {
    padding: 14px 16px;
  }
}

.diglo-activos-recientes.owl-carousel .inm-card.is-featured .inm-card__body {
  background: #0076CF26;
}

.diglo-activos-recientes.owl-carousel .inm-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-top: 4px;
  margin-bottom: 10px;
}

@media (min-width: 1240px) {
  .diglo-activos-recientes.owl-carousel .inm-card__price {
    margin-bottom: 12px;
  }
}

.diglo-activos-recientes.owl-carousel .inm-card__price .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #004B7A;
}

.diglo-activos-recientes.owl-carousel .inm-card__price .discount {
  color: #CA2702;
  font-weight: 400;
  font-size: 16px;
}

.diglo-activos-recientes.owl-carousel .inm-card__price .price-prev {
  color: #004B7A;
  font-size: 12.8px;
  font-weight: 500;
}

.diglo-activos-recientes.owl-carousel .inm-card__title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #444444;
  text-transform: none;
}

.diglo-activos-recientes.owl-carousel .inm-card__location {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #444444;
  text-transform: none;
}

.diglo-activos-recientes.owl-carousel .inm-card__details {
  margin-top: 12px;
}

.diglo-activos-recientes.owl-carousel .inm-card__details .inm-card__features--icons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  list-style: none;
}

.diglo-activos-recientes.owl-carousel .inm-card__details .inm-card__features--icons .feat {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 6px;
  background: #f4f4f4;
  border-radius: 8px;
  min-height: 36px;
}

.diglo-activos-recientes.owl-carousel .inm-card__details .inm-card__features--icons .feat img {
  width: 16px;
  height: 16px;
  flex: 0 0 22px;
  opacity: 0.9;
}

.diglo-activos-recientes.owl-carousel .inm-card__details .inm-card__features--icons .feat span {
  font-size: 11.8px;
  line-height: 1;
  font-weight: 400;
  color: #444444;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .diglo-activos-recientes.owl-carousel .inm-card__details .inm-card__features--icons .feat {
    gap: 4px;
    padding: 8px;
  }

  .diglo-activos-recientes.owl-carousel .inm-card__details .inm-card__features--icons .feat span {
    font-size: 12.8px;
  }
}

.diglo-activos-recientes.owl-carousel .inm-card__cta {
  margin-top: auto;
}

.diglo-activos-recientes.owl-carousel .btn.btn--cta {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 4px 14px;
  text-align: center;
  background: #aee4b5;
  color: #004b7a;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: all .25s ease-in-out
}

@media (min-width: 1240px) {
  .diglo-activos-recientes.owl-carousel .btn.btn--cta {
    margin-top: 12px;
  }
}

.diglo-activos-recientes.owl-carousel .btn.btn--cta:hover {
  background: #004b7a;
  color: #aee4b5;
}

.diglo-activos-recientes.owl-carousel .btn.btn--cta:focus {
  outline: 3px solid rgba(0, 75, 122, 0.25);
  outline-offset: 2px;
}

.diglo-activos-recientes.owl-carousel .owl-nav .owl-prev,
.diglo-activos-recientes.owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background: #ffffff;
  color: #004b7a;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}

.diglo-activos-recientes.owl-carousel .owl-nav .owl-prev {
  margin-left: 5px;
}

.diglo-activos-recientes.owl-carousel .owl-nav .owl-next {
  margin-right: 5px;
}

.diglo-activos-recientes.owl-carousel .owl-nav .owl-prev i,
.diglo-activos-recientes.owl-carousel .owl-nav .owl-next i {
  transition: all .25s ease-in-out;
}

@media (min-width: 1240px) {

  .diglo-activos-recientes.owl-carousel .owl-nav {
    opacity: 1;
  }

  .diglo-activos-recientes.owl-carousel .owl-nav .owl-prev,
  .diglo-activos-recientes.owl-carousel .owl-nav .owl-next {
    width: 80px;
    height: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

  .diglo-activos-recientes.owl-carousel .owl-nav .owl-prev {
    top: 16px;
    left: -65px !important;
    margin-left: 0;
  }

  .diglo-activos-recientes.owl-carousel .owl-nav .owl-next {
    top: 16px;
    right: -65px !important;
    margin-right: 0;
  }
}

.diglo-activos-recientes.owl-carousel .owl-nav .owl-prev i,
.diglo-activos-recientes.owl-carousel .owl-nav .owl-next i {
  padding: 16px;
  color: #004b7a;
  background-color: #aee4b5;
  font-size: 22px;
  line-height: 1;
  border-radius: 4px;
  transition: color .25s ease-in-out, background-color .25s ease-in-out;
}

.diglo-activos-recientes.owl-carousel .owl-nav .owl-prev:hover i,
.diglo-activos-recientes.owl-carousel .owl-nav .owl-next:hover i {
  background-color: #004b7a;
  color: #aee4b5;
}

.diglo-activos-recientes.owl-carousel .owl-nav .disabled {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 1240px) {

  .diglo-activos-recientes.owl-carousel .owl-nav .owl-prev.disabled i,
  .diglo-activos-recientes.owl-carousel .owl-nav .owl-next.disabled i {
    display: none;
  }

  .diglo-activos-recientes.owl-carousel .owl-nav .disabled {
    opacity: 1;
  }
}