.dcbs-enlaces {
  --jav-dots-inactive: transparent;
  --jav-dots-active: var(--jav-azul-4);
  padding: 37px 0 53px;
  background: var(--jav-azul-1-500);
  overflow: hidden;
}
.dcbs-enlaces__container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dcbs-enlaces__container {
    max-width: 992px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .dcbs-enlaces__container {
    max-width: 1440px;
  }
}
.dcbs-enlaces__container {
  max-width: 1226px;
}
.dcbs-enlaces__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  text-align: center;
  max-width: none;
  margin: 0 auto 28px;
}
.dcbs-enlaces__title {
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-h2);
  font-weight: 700;
  color: var(--jav-azul-4);
  margin: 0;
}
.dcbs-enlaces__desc {
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-body-sm);
  color: inherit;
}
.dcbs-enlaces__card {
  width: 100%;
  background: #ffffff;
  border-radius: 15px;
  padding: 24px 53px;
  height: 154px;
  min-height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.dcbs-enlaces__card-text {
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-body-sm);
  color: #000000;
  margin: 0;
}
.dcbs-enlaces__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--jav-font-family);
  font-weight: 700;
  font-size: var(--jav-font-body-sm);
  color: var(--jav-azul-2);
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
}
.dcbs-enlaces__card-link:hover {
  color: var(--jav-azul-4);
}
.dcbs-enlaces .owl-nav {
  position: absolute;
  top: 77px;
  right: -69px;
  bottom: auto;
  left: -69px;
  display: flex;
  justify-content: space-between;
  margin: 0;
  pointer-events: none;
  transform: translateY(-50%);
}
.dcbs-enlaces .owl-nav .owl-prev,
.dcbs-enlaces .owl-nav .owl-next {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.4) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 0;
  pointer-events: auto;
  transition: color 0.2s ease;
}
.dcbs-enlaces .owl-nav .owl-prev:hover, .dcbs-enlaces .owl-nav .owl-prev:focus-visible,
.dcbs-enlaces .owl-nav .owl-next:hover,
.dcbs-enlaces .owl-nav .owl-next:focus-visible {
  background: rgba(0, 0, 0, 0.55) !important;
  color: #ffffff;
}
.dcbs-enlaces .owl-nav .owl-prev:focus-visible,
.dcbs-enlaces .owl-nav .owl-next:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.dcbs-enlaces .owl-nav .owl-prev::before,
.dcbs-enlaces .owl-nav .owl-next::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.dcbs-enlaces .owl-nav .owl-prev::after,
.dcbs-enlaces .owl-nav .owl-next::after {
  content: none !important;
  display: none !important;
}
.dcbs-enlaces .owl-nav .owl-prev > span,
.dcbs-enlaces .owl-nav .owl-prev > img,
.dcbs-enlaces .owl-nav .owl-prev > svg,
.dcbs-enlaces .owl-nav .owl-next > span,
.dcbs-enlaces .owl-nav .owl-next > img,
.dcbs-enlaces .owl-nav .owl-next > svg {
  display: none !important;
}
.dcbs-enlaces .owl-nav .owl-prev::before {
  transform: rotate(-135deg);
}
.dcbs-enlaces .owl-nav .owl-next::before {
  transform: rotate(45deg);
}
.dcbs-enlaces .owl-dots {
  position: static;
  inset: auto;
  width: 100%;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin: 28px 0 0;
  transform: none;
}
.dcbs-enlaces .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  margin: 0;
  border: 0;
  background: transparent;
}
.dcbs-enlaces .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: 1px solid var(--jav-azul-4);
  border-radius: 50%;
  background: var(--jav-dots-inactive);
  display: block;
  margin: 0;
  transition: background 0.25s ease;
}
.dcbs-enlaces .owl-dots .owl-dot.active span {
  background: var(--jav-dots-active);
}
.dcbs-enlaces .owl-stage-outer {
  overflow: hidden;
}
.dcbs-enlaces .owl-stage {
  display: flex;
}
.dcbs-enlaces .owl-item {
  display: flex;
  min-width: 0;
}
.dcbs-enlaces .owl-carousel {
  position: relative;
}
@media (max-width: 1359px) {
  .dcbs-enlaces__container {
    padding-right: 70px;
    padding-left: 70px;
  }
  .dcbs-enlaces .owl-nav {
    right: -56px;
    left: -56px;
  }
}
@media (max-width: 767px) {
  .dcbs-enlaces {
    padding: 40px 0;
  }
  .dcbs-enlaces__container {
    padding-right: 0;
    padding-left: 0;
  }
  .dcbs-enlaces__header {
    min-height: 0;
    padding: 0 24px;
  }
  .dcbs-enlaces__card {
    height: 170px;
    min-height: 170px;
    padding: 28px 30px;
  }
  .dcbs-enlaces .owl-nav {
    display: none;
  }
}
