.home-featured-offers {
  padding: 0;
}
.mkt-home-TituloCalugas {
  margin-bottom: 0.85rem;
}
.mkt-h3.dev_banner_texto_1,
.home-branch-map__title {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #171717;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.01em;
}
.mkt-h3.dev_banner_texto_1::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 180px;
  height: 1px;
  margin-top: 0.55rem;
  background-color: rgba(0, 0, 0, 0.18);
}
.dev-calugas {
  row-gap: 1rem;
}
.home-caluga-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid #d5d5d5;
  background-color: #000;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}
.home-caluga-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 379 / 197;
  height: auto;
  object-fit: cover;
  transform: scale(1);
  opacity: 1;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}
.home-caluga-card__caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem;
  text-align: center;
  background: rgba(58, 52, 42, 0);
  transition: background 0.35s ease;
}
.home-caluga-card__caption::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  bottom: 24px;
  left: 24px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  transform: scale(0);
  transform-origin: center;
  opacity: 0;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}
.home-caluga-card__content {
  position: relative;
  z-index: 1;
  max-width: 260px;
}
.home-caluga-card__title {
  margin: 0 0 0.5rem;
  color: #d7b08a;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(-10px);
  opacity: 0;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}
.home-caluga-card__description {
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: translateY(10px);
  opacity: 0;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}
.home-caluga-card__button-text,
.mkt-boton.home-caluga-card__button-text {
  display: inline-block;
  min-width: 108px;
  margin: 0;
  padding: 0.18rem 0.7rem;
  background-color: rgba(255, 255, 255, 0.95);
  color: #555;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateY(10px);
  opacity: 0;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}
.home-caluga-card__link {
  position: absolute;
  inset: 0;
  z-index: 2;
  text-indent: -9999px;
}
.home-caluga-card:hover .home-caluga-card__image {
  transform: scale(1.05);
  opacity: 0.92;
}
.home-caluga-card:hover .home-caluga-card__caption {
  background: rgba(58, 52, 42, 0.42);
}
.home-caluga-card:hover .home-caluga-card__caption::before {
  transform: scale(1);
  opacity: 1;
}
.home-caluga-card:hover .home-caluga-card__title,
.home-caluga-card:hover .home-caluga-card__description,
.home-caluga-card:hover .home-caluga-card__button-text {
  transform: translateY(0);
  opacity: 1;
}
/* SUCURSALES */
.home-branch-map {
  padding: 0;
}
.home-branch-map__heading {
  margin-bottom: 0.8rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  text-align: left;
}
.home-branch-map__title {
  display: inline-block;
  color: #6b6b6b;
}
.home-branch-map__title::after {
  display: none;
}
.home-branch-map__box {
  overflow: hidden;
  border: 1px solid #dddddd;
  background-color: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
}
.home-branch-map__nav {
  height: 100%;
  background-color: #fafafa;
  border-right: 1px solid #e2e2e2;
}
.home-branch-map__nav-item {
  display: block;
  width: 100%;
  min-height: 54px;
  padding: 0.95rem 1rem;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fafafa;
  color: #4b4b4b;
  font-size: 0.94rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
}
.home-branch-map__nav-item.is-active {
  background-color: #ffffff;
  color: #171717;
}
.home-branch-map__content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.home-branch-map__info {
  padding: 0.95rem 1.2rem;
  background-color: #2f2f2f;
  color: #fff;
}
.home-branch-map__address,
.home-branch-map__phone {
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.45;
}
.home-branch-map__phone {
  margin-top: 0.2rem;
}
.home-branch-map__phone strong {
  font-weight: 700;
}
.home-branch-map__map-wrap {
  background-color: #fff;
}
.home-branch-map__map {
  display: block;
  width: 100%;
  height: 402px;
  border: 0;
}
@media (max-width: 991.98px) {
  .home-branch-map__nav {
    border-right: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .home-branch-map__heading {
    text-align: center;
  }
  .home-branch-map__map {
    height: 336px;
  }
}
@media (max-width: 767.98px) {
  .mkt-h3.dev_banner_texto_1,
  .home-branch-map__title {
    font-size: 1.3rem;
  }
  .home-caluga-card__caption {
    padding: 1rem 0.9rem;
  }
  .home-caluga-card__title {
    font-size: 1.25rem;
  }
  .home-caluga-card__description {
    font-size: 0.88rem;
  }
  .home-branch-map__map {
    height: 307px;
  }
}
@media (max-width: 575.98px) {
  .mkt-h3.dev_banner_texto_1::after {
    max-width: 120px;
  }
  .home-branch-map__nav-item {
    min-height: 50px;
    padding: 0.85rem 1rem;
    font-size: 0.92rem;
  }
  .home-branch-map__info {
    padding: 12px 16px;
  }
  .home-branch-map__address,
  .home-branch-map__phone {
    font-size: 13px;
  }
  .home-branch-map__map {
    height: 255px;
  }
}
