.user-section {
  margin-bottom: 3rem;
}

#encabezadopersonaliza {
  font-weight: 700;
  margin-bottom: 1rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #212529;
}

header {
  position: relative;
  background-image: url("../img/header-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
header nav {
  position: relative;
  z-index: 1;
}
header {
  min-height: 120px;
}
@media (min-width: 768px) {
  header {
    min-height: 200px;
  }
}
@media (min-width: 992px) {
  header {
    min-height: 260px;
  }
}

footer {
  background-color: #f8f9fa;
  padding: 2rem;
  text-align: center;
}
footer .social a {
  color: #0d6efd;
  margin: 0 0.5rem;
  font-size: 1.3rem;
}

.category-bg {
  height: 200px;
  border-radius: 0.5rem;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  color: white;
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 220px;
  border-radius: 0.75rem;
  overflow: hidden;
  text-decoration: none;
  color: white;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}
.category-bg:hover {
  transform: scale(1.03);
}
.category-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
}

.category-bg-title {
  position: relative;
  z-index: 1;
  font-size: 1.3rem;
  font-weight: 700;
}

.category-bg {
  height: 180px;
}
@media (min-width: 768px) {
  .category-bg {
    height: 240px;
  }
}

.zapatillas {
  background-image: url("../img/zapatillas.jpg");
}

.indumentaria {
  background-image: url("../img/indumentaria.jpg");
}

.accesorios {
  background-image: url("../img/accesorios.jpg");
}

.equipamiento {
  background-image: url("../img/equipamiento.jpg");
}

#encabezadopersonaliza {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  position: relative;
}
#encabezadopersonaliza::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #0d6efd;
  margin: 1rem auto 0;
  border-radius: 2px;
}

.personaliza-tu-equipo {
  background: linear-gradient(180deg, #81b8ee 0%, #3d30eb 100%);
  padding: 3rem 1rem;
  border-radius: 1rem;
}

.personaliza-tu-equipo article {
  background-color: #eed3b0;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 3rem;
}

#PropuestaSponsor {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  #PropuestaSponsor {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
#PropuestaSponsor img {
  border-radius: 1rem;
}

.personaliza ol {
  counter-reset: paso;
  padding-left: 0;
}
.personaliza ol li {
  list-style: none;
  counter-increment: paso;
  padding-left: 3rem;
  position: relative;
  margin-bottom: 1rem;
}
.personaliza ol li::before {
  content: counter(paso);
  position: absolute;
  left: 0;
  top: 0;
  background: #0d6efd;
  color: rgb(240, 81, 81);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: bold;
}

/*# sourceMappingURL=style.min.css.map */
