@charset "UTF-8";
/* Base */
/* ==========================================================
   PALETA
   ========================================================== */
/* ==========================================================
   COLORES SEMÁNTICOS (DERIVADOS)
========================================================== */
/* ==========================================================
   TIPOGRAFÍA
   ========================================================== */
/* Fuente principal de la interfaz
   Pendiente de confirmar con el diseñador */
/* Pesos */
/* Escala tipográfica */
/* ==========================================================
   ESPACIADOS
   ========================================================== */
/* ==========================================================
   BORDES
   ========================================================== */
/* ==========================================================
   TRANSICIONES
   ========================================================== */
body {
  font-family: "Poppins", sans-serif;
}

.intro__title {
  font-weight: 600;
}

.intro__description {
  font-weight: 500;
}

.intro__accent {
  font-style: italic;
  font-weight: 500;
}

/* Layout */
/* Components */
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn {
  margin-top: 3rem;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #FF9536;
  border-color: #FF9536;
  color: #FFFFFF;
}

.btn-primary:hover {
  background: #104730;
  border-color: #104730;
  color: #FFFFFF;
}

.btn-primary:focus,
.btn-primary:active {
  background: #104730 !important;
  border-color: #104730 !important;
  box-shadow: none;
}

/* Scenes */
/* ==========================================================
   INTRO
========================================================== */
.intro {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #FFFFFF;
}

/* ==========================================================
   MEDIA
========================================================== */
.intro__media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.intro__background {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro__overlay {
  position: absolute;
  inset: 0;
  /* Cuando agreguemos el video ajustaremos este valor */
  background: rgba(255, 255, 255, 0.15);
}

/* ==========================================================
   WRAPPER
========================================================== */
.intro__wrapper {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.intro__wrapper .container {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 6rem;
}

/* ==========================================================
   BRAND
========================================================== */
.intro__brand {
  margin-bottom: 3.5rem;
}

.intro__logo {
  display: block;
  width: 220px;
  max-width: 70vw;
  height: auto;
}

/* ==========================================================
   CONTENT
========================================================== */
.intro__content {
  max-width: 760px;
}

.intro__title {
  margin-bottom: 1.5rem;
  font-size: clamp(2rem, 3.8vw, 3.3rem);
  font-weight: 700;
  line-height: 1.12;
  color: #000000;
}

.intro__description {
  max-width: 680px;
  margin: 0 auto 2.5rem;
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
}

.intro__button {
  min-width: 240px;
}

/* ==========================================================
   SCROLL INDICATOR
========================================================== */
.intro__scroll {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  z-index: 20;
}

.intro__scroll-text {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(0, 0, 0, 0.7);
}

.intro__mouse {
  position: relative;
  width: 28px;
  height: 46px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.intro__wheel {
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.7);
}

.story {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #ffffff;
  position: relative;
}

.story__content {
  opacity: 0;
  transform: translateY(100px);
}

.story__content {
  text-align: center;
}

.story__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--color-primary);
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.story__title {
  margin-bottom: 2rem;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1.2;
}

.story__text {
  max-width: 720px;
  margin: 0 auto 1.5rem;
  font-size: 1.2rem;
  line-height: 1.9;
  color: #666;
}

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