@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
}

.site-header {
  position: relative;
  min-height: 100vh;
  background: #0b0b0b;
  overflow: hidden;
  /* antes: padding: 24px; */
  padding: 24px 68px;
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 300px at 20% 20%, rgba(255, 255, 255, 0.1), transparent 60%), radial-gradient(500px 250px at 80% 30%, rgba(255, 255, 255, 0.08), transparent 60%), radial-gradient(700px 350px at 60% 80%, rgba(255, 255, 255, 0.06), transparent 60%);
  filter: blur(24px);
  opacity: 0.9;
  pointer-events: none;
}
.site-header > * {
  position: relative;
  z-index: 1;
}

.navbar {
  padding: 8px 0;
}

.navbar-brand {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.35em;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  width: 144px;
  height: 24px;
}
.navbar-brand:hover, .navbar-brand:focus, .navbar-brand:active, .navbar-brand:visited {
  color: #fff !important;
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.nav-link {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
}
.nav-link:hover, .nav-link:focus {
  color: #fff !important;
  text-decoration: none;
}

/* toggler visible en fondo oscuro */
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.25);
}

.navbar-toggler-icon {
  filter: invert(1);
}

/* íconos */
.nav-icons span {
  color: #fff;
  cursor: pointer;
  opacity: 0.85;
}

.nav-icons span:hover {
  opacity: 1;
}

.desktop__hero {
  margin-top: 10px;
  padding-left: 8px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: auto 1fr;
  column-gap: 32px;
  row-gap: 18px;
  align-items: center;
  min-height: 75vh;
  position: relative;
}

.desktop__hero__title {
  grid-column: 1/-1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 130px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
  margin-top: 30px;
}

.desktop__hero__left {
  grid-column: 1;
  align-self: start;
  max-width: 420px;
  margin-top: 60px;
}

.desktop__hero__right {
  grid-column: 2;
  align-self: end;
  min-height: 420px;
  border-radius: 12px;
}

.desktop__hero__text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 14px 0 18px;
}

.desktop__hero__price {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 14px;
  color: #fff;
}

.desktop__hero__btn {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.desktop__hero__btn:hover {
  background: #fff;
  color: #000;
}

.desktop__hero__tag {
  position: absolute;
  left: 16px;
  bottom: 24px;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.2em;
  font-size: 12px;
}

.mobile__hero {
  display: none;
}

@media (max-width: 768px) {
  .site-header {
    background-image: url(/img/bg-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mobile__hero {
    display: block;
    color: #fff;
  }
  .mobile__hero .mobile__hero__title {
    font-size: 10vh;
  }
  .mobile__hero .mobile__hero__center img {
    width: 50vh;
  }
  .desktop__hero {
    display: none;
  }
}
.banner-promos {
  background-color: #e2e2e2;
}

.info-promo {
  display: flex;
  justify-content: center;
}

.new-in {
  background-color: #f9f9f9;
}

.new-in-title {
  text-align: center;
  font-size: 3rem;
  text-transform: uppercase;
  padding-top: 2rem;
}

.new-in-escena {
  position: relative;
  height: 35vw;
  min-height: 320px;
  max-height: 520px;
}
.new-in-escena .new-in-images-principal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 23%;
}
.new-in-escena .new-in-images-side-left {
  position: absolute;
  left: 30%;
  z-index: 1;
  width: 19%;
}
.new-in-escena .new-in-images-side-rigth {
  position: absolute;
  left: 52%;
  z-index: 1;
  width: 23%;
  transform: translateY(40%);
}

.new-in-article-info {
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .new-in {
    display: block;
  }
}
.destacados {
  background-color: #f9f9f9;
}

.destacados h2 {
  text-transform: uppercase;
  font-weight: 600;
  padding: 8rem;
  font-size: 2.3rem;
}

.articulos-destacados {
  display: flex;
  justify-content: space-around;
}
.articulos-destacados .articulo-destacado {
  padding: 0rem 2rem;
}
.articulos-destacados .articulo-destacado .articulo-fondo-imagen {
  background-color: #F4F4F4;
  height: 23.8rem;
  width: 20.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.articulos-destacados .articulo-destacado .articulo-title {
  text-transform: uppercase;
  font-weight: 400;
  margin: 1rem 0rem;
}
.articulos-destacados .articulo-destacado .articulo-price {
  font-weight: 600;
}

.articulo-fondo-imagen img {
  width: 16.1rem;
}

.arrow-svg {
  transform: rotate(180deg);
}

.articulo-unselected {
  background-color: #f2f2f2;
}

.section-categoria {
  background-color: #f9f9f9;
  padding-bottom: 5rem;
}

.categoria-title {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.25rem;
  padding: 4rem;
}

.panel-categorias {
  display: flex;
  justify-content: space-around;
}
.panel-categorias .categoria p {
  margin-top: 2rem;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
}
.panel-categorias .categoria .contenedor-categoria {
  background-color: #f2f2f2;
  width: 15rem;
  height: 17rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.panel-categorias .categoria .contenedor-categoria img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.newsletter {
  height: 17rem;
  background-color: #f2f2f2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter .newsletter-title {
  font-weight: 600;
  font-size: 1.3rem;
}
.newsletter .contenedor-newsletter-input {
  position: relative;
}
.newsletter .contenedor-newsletter-input .newsletter-input {
  width: 33rem;
  height: 3.5rem;
  border: none;
  padding-left: 1rem;
  padding-right: 5rem;
}

.newsletter-arrow {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}

.footer-container {
  background-color: #181818;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 20rem;
}
.footer-container .footer-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.1rem;
}
.footer-container .footer-info {
  font-weight: 400;
}
.footer-container .footer-info-title {
  text-transform: uppercase;
  font-weight: 700;
}

.footer-redes img {
  padding: 0.3rem;
}

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