@charset "UTF-8";
/* Colores */
/* Font Faces */
@font-face {
  font-family: "AmsiPro-Regular";
  src: url(../assets/fonts/AmsiPro-Regular.woff2) format("woff2"), url(../assets/fonts/AmsiPro-Regular.woff) format("woff");
}
@font-face {
  font-family: "AmsiPro-Bold";
  src: url(../assets/fonts/AmsiPro-Bold.woff2) format("woff2"), url(../assets/fonts/AmsiPro-Bold.woff) format("woff");
}
@font-face {
  font-family: "AmsiPro-Black";
  src: url(../assets/fonts/AmsiPro-Black.woff2) format("woff2"), url(../assets/fonts/AmsiPro-Black.woff) format("woff");
}
@font-face {
  font-family: "AmsiPro-UltraItalic";
  src: url(../assets/fonts/AmsiPro-UltraItalic.woff2) format("woff2"), url(../assets/fonts/AmsiPro-UltraItalic.woff) format("woff");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@view-transition {
  navigation: auto;
}
body {
  line-height: 1.5;
  background-color: #000000;
  font-family: "AmsiPro-Regular";
  font-size: 18px;
  padding: 0 !important;
  color: #FFFFFF;
  animation: entradaSuave 1s ease-out;
}

@keyframes entradaSuave {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero__section {
  background: url("../assets/images/bg-header-lg.webp") no-repeat center center;
  background-size: cover;
  height: 90vh;
  background-attachment: fixed;
  overflow: hidden;
  display: grid;
  grid-template-columns: 45% 55%;
  position: relative;
}
.hero__section--logo {
  position: absolute;
  top: clamp(2rem, 4vw, 4rem);
  left: clamp(1rem, 3vw, 3rem);
  width: clamp(12rem, 15vw, 17rem);
  z-index: 10;
}
.hero__section--mando {
  position: absolute;
  bottom: clamp(2rem, 8vh, 12rem);
  width: clamp(15rem, 40vw, 50rem);
  left: 22%;
  transform: translateX(0%);
  z-index: 5;
}
.hero__section--legal {
  position: absolute;
  bottom: clamp(8rem, 25vh, 30rem);
  left: clamp(1rem, 3vw, 3rem);
  font-size: clamp(10px, 0.8vw, 12px);
  transform: rotate(-90deg);
  transform-origin: left bottom;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  color: #fff;
  z-index: 10;
}
.hero__section--product {
  width: clamp(8rem, 25vw, 30rem);
  max-width: 100%;
}
.hero__section--logo-right {
  width: clamp(8rem, 20vw, 25rem);
  max-width: 100%;
}
.hero__section--bg {
  background: url("../assets/images/bg-col-lg.png") no-repeat center left;
  background-size: cover;
  height: 100%;
  grid-column: 2;
  position: relative;
}
.hero__section-text-img {
  width: clamp(10rem, 18vw, 20rem);
  max-width: 100%;
}
.hero__section--wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  grid-column: 1/-1;
}

@media screen and (max-width: 768px) {
  .hero__section {
    height: auto;
    background: url("../assets/images/bg-header-sm.webp") no-repeat top center;
    background-size: cover;
    display: flex;
    flex-direction: column;
  }
  .hero__section--logo {
    position: relative;
    width: clamp(18rem, 35vw, 15rem);
    left: 0;
    margin: 0 auto;
    display: block;
    margin-bottom: clamp(1rem, 1vh, 3rem);
    top: clamp(1rem, 7vw, 2rem);
  }
  .hero__section--mando {
    position: relative;
    bottom: -5%;
    width: clamp(12rem, 40vw, 20rem);
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
  }
  .hero__section--legal {
    position: relative;
    bottom: clamp(0rem, 1vh, 5rem);
    left: 1rem;
    font-size: clamp(6px, 1vw, 11px);
    transform: rotate(-90deg);
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    color: #fff;
  }
  .hero__section--bg {
    background: url("../assets/images/bg-col-sm.webp") no-repeat top left;
    background-size: cover;
    height: auto;
    z-index: 1;
    width: 100%;
  }
  .hero__section--product {
    width: clamp(15rem, 30vw, 18rem);
  }
  .hero__section--logo-right {
    width: clamp(15rem, 25vw, 15rem);
  }
  .hero__section-text-img {
    width: clamp(22rem, 28vw, 16rem);
  }
  .hero__section-text {
    font-size: clamp(2rem, 10vw, 16rem) !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .hero__section {
    height: 90vh;
  }
  .hero__section--mando {
    left: 17%;
    width: clamp(18rem, 30vw, 45rem);
    bottom: clamp(1.5rem, -1vh, 10rem);
  }
  .hero__section--legal {
    bottom: clamp(10rem, 30vh, 35rem);
  }
  .hero__section--wave {
    height: 100px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .hero__section {
    height: 89vh;
  }
  .hero__section--mando {
    left: 15%;
    width: clamp(20rem, 30vw, 48rem);
    bottom: clamp(1rem, 0vh, 8rem);
  }
  .hero__section--legal {
    bottom: clamp(12rem, 28vh, 32rem);
  }
  .hero__section--logo-right {
    width: clamp(10rem, 18vw, 20rem);
  }
}
@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .hero__section {
    height: 80vh;
  }
  .hero__section--logo {
    width: clamp(18rem, 16vw, 22rem);
  }
  .hero__section--mando {
    left: 15%;
    width: clamp(25rem, 30vw, 55rem);
    bottom: clamp(0.5rem, 0vh, 6rem);
  }
  .hero__section--legal {
    bottom: clamp(15rem, 30vh, 38rem);
    font-size: clamp(11px, 0.7vw, 13px);
  }
  .hero__section--product {
    width: clamp(12rem, 22vw, 40rem);
  }
  .hero__section--logo-right {
    width: clamp(12rem, 16vw, 22rem);
  }
  .hero__section-text-img {
    width: clamp(14rem, 16vw, 22rem);
  }
}
@media screen and (min-width: 2561px) {
  .hero__section {
    height: 85vh;
  }
  .hero__section--logo {
    width: clamp(20rem, 14vw, 25rem);
    top: clamp(3rem, 3.5vw, 5rem);
  }
  .hero__section--mando {
    left: 18%;
    width: clamp(30rem, 38vw, 60rem);
    bottom: clamp(0rem, 3vh, 5rem);
  }
  .hero__section--legal {
    bottom: clamp(18rem, 32vh, 45rem);
    font-size: clamp(12px, 0.6vw, 14px);
  }
  .hero__section--product {
    width: clamp(15rem, 20vw, 40rem);
  }
  .hero__section--logo-right {
    width: clamp(14rem, 14vw, 25rem);
  }
  .hero__section-text-img {
    width: clamp(16rem, 14vw, 25rem);
  }
}
/* Button Component: Estilos específicos para los botones de la interfaz */
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background-color: #FFD103;
  border: 4px solid #FFFFFF;
  border-radius: 90px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #FFD103;
  box-shadow: 4px 5px 30px 0 #FFD103;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/* Construcción de circulos para sección de Mecánica */
.card__sm--icon {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 108px;
  height: 108px;
  align-items: center;
  border-radius: 146.939px;
  border: 5px solid #FFD103;
  background: linear-gradient(202deg, #026E2C -3.58%, #005E2A 37.91%, #023612 63.84%, #0B140F 87.41%);
}
.card__sm--text {
  font-family: "AmsiPro-Bold";
  text-shadow: 3.339px 2.226px 0 rgba(255, 255, 255, 0.25);
  /* font-family: Mandalore; */
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 61.218px; /* 85.937% */
}

@media screen and (max-width: 768px) {
  .card__sm--icon {
    width: 70px;
    height: 70px;
  }
  .card__sm--text {
    font-size: 3rem;
  }
}
/* Construcción de Cards para la sección de premios */
.card__lg {
  padding: 20px 15px;
  border-radius: 30px;
  border: 1px solid #FFD103;
  background: rgba(23, 23, 23, 0.7);
}

/* Tipografía */
.h1 {
  font-family: "AmsiPro-Black";
  font-size: 3.815rem;
}

.h2 {
  font-family: "AmsiPro-UltraItalic";
  font-size: 3.052rem;
}

.h3 {
  font-family: "AmsiPro-Bold";
  font-size: 2.441rem;
}

.h4 {
  font-family: "AmsiPro-Bold";
  font-size: 1.953rem;
}

.h5 {
  font-family: "AmsiPro-Bold";
  font-size: 1.563rem;
}

.h6 {
  font-family: "AmsiPro-Bold";
  font-size: 1.25rem;
}

.text-small {
  font-size: 0.777rem;
}

.text-extra-small {
  font-size: 0.625rem;
}

/* Colores de texto */
.text-white {
  color: #FFFFFF;
}

.text-dark {
  color: #000000;
}

.text-yellow {
  color: #FFD103;
}

/* Sombras */
.text-shadow {
  text-shadow: 3px 2px 0 rgba(218, 218, 218, 0.25);
}

/* Fondos */
.bg-01 {
  background: url("../assets/images/bg-stars.webp") no-repeat center left;
  background-size: cover;
}

.bg-02 {
  background: url("../assets/images/bg-fluid.webp") no-repeat center right;
  background-size: cover;
}

.bg-black {
  background-color: #000000;
}

/* Links */
.btn-link {
  color: #FFFFFF;
  text-decoration: underline;
  font-family: "AmsiPro-Regular";
  font-size: 1rem;
  transition: all 0.3s ease;
}
.btn-link:hover {
  color: #FFD103;
  text-decoration: none;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/* Composición de imagenes de producto */
.composition--circle {
  width: 359px;
  height: 359px;
  border-radius: 359px;
  border: 0.957px solid rgba(255, 255, 255, 0.2);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.composition--img {
  width: 243.337px;
  height: 442.138px;
  transform: rotate(-9.612deg);
  aspect-ratio: 71/129;
}

.img__composition {
  position: relative;
}
.img__composition-img {
  position: relative;
  width: 20vw;
  max-width: 360px;
  height: auto;
  transform: rotate(13.41deg);
  aspect-ratio: 30/61;
  z-index: 1;
}
.img__composition-sparkles {
  position: absolute;
  width: 17vw;
  max-width: 380px;
  height: auto;
  top: 25%;
  left: 20%;
  transform: translate(10%, 10%) rotate(76.594deg);
  aspect-ratio: 46/41;
  z-index: 0;
  -webkit-transform: translate(10%, 10%) rotate(76.594deg);
  -moz-transform: translate(10%, 10%) rotate(76.594deg);
  -ms-transform: translate(10%, 10%) rotate(76.594deg);
  -o-transform: translate(10%, 10%) rotate(76.594deg);
}
.img__composition-circle {
  position: absolute;
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  border: 0.957px solid rgba(255, 255, 255, 0.2);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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