.hero-categoria {
  width: 100%;
  min-height: 500px;
  border-radius: 12px;
  padding: 24px 32px;
  margin-bottom: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-categoria .hero-categoria-top {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-categoria .hero-categoria-volver {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 16px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #001417;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 0.972vw, 15px);
  line-height: 1;
  cursor: pointer;
}
.hero-categoria .hero-categoria-volver .hero-categoria-volver-icono {
  width: 14px;
  height: auto;
}
.hero-categoria .hero-categoria-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  border-radius: 8px;
  background: #fff;
  color: #001417;
  font-family: "Barlow", sans-serif;
  font-size: clamp(14px, 0.972vw, 15px);
  line-height: 1;
}
.hero-categoria .hero-categoria-breadcrumb .hero-categoria-breadcrumb-padre {
  color: #001417;
  text-decoration: underline;
}
.hero-categoria .hero-categoria-breadcrumb .hero-categoria-breadcrumb-padre:hover {
  text-decoration: none;
}
.hero-categoria .hero-categoria-breadcrumb .hero-categoria-breadcrumb-actual {
  color: #001417;
}
.hero-categoria .hero-categoria-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
}
.hero-categoria .hero-categoria-texto {
  max-width: 100%;
}
.hero-categoria .hero-categoria-titulo {
  margin: 0 0 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: clamp(80px, 5.6vw, 119px);
  line-height: 1;
  letter-spacing: -0.07em;
}
.hero-categoria .hero-categoria-descripcion {
  max-width: 70%;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.25vw, 22px);
  line-height: 1.3;
}
.hero-categoria .hero-categoria-descripcion p {
  margin: 0 0 8px;
}
.hero-categoria .hero-categoria-cta {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 320px;
  min-height: 130px;
  padding: 16px;
  border: 0.8px solid #001417;
  border-radius: 6px;
  background: #fff;
  color: #001417;
  cursor: pointer;
}
.hero-categoria .hero-categoria-cta .hero-categoria-cta-flecha {
  width: 80px;
  height: auto;
  margin-bottom: 48px;
}
.hero-categoria .hero-categoria-cta .hero-categoria-cta-texto {
  margin: 0;
  align-self: flex-end;
  text-align: right;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 1.667vw, 28px);
  line-height: 26.4px;
  letter-spacing: -0.03em;
}
.hero-categoria .hero-categoria-cta .hero-categoria-cta-texto a {
  color: inherit;
  text-decoration: none;
}
.hero-categoria .hero-categoria-cta .hero-categoria-cta-texto a:hover {
  text-decoration: none;
}
.hero-categoria.hero-categoria--texto-oscuro .hero-categoria-titulo,
.hero-categoria.hero-categoria--texto-oscuro .hero-categoria-descripcion {
  color: #001417;
}
.hero-categoria.hero-categoria--texto-claro .hero-categoria-titulo,
.hero-categoria.hero-categoria--texto-claro .hero-categoria-descripcion {
  color: #FFF;
}

@media (max-width: 768px) {
  .hero-categoria {
    min-height: auto;
    margin-top: 50px;
    padding: 16px 20px;
  }
  .hero-categoria .hero-categoria-top {
    margin-bottom: 32px;
  }
  .hero-categoria .hero-categoria-content {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .hero-categoria .hero-categoria-texto {
    max-width: 100%;
  }
  .hero-categoria .hero-categoria-descripcion {
    max-width: 100%;
  }
  .hero-categoria .hero-categoria-titulo {
    font-size: 48px;
  }
  .hero-categoria .hero-categoria-cta {
    width: 100%;
  }
}

/*# sourceMappingURL=hero-categoria.css.map */
