@charset "UTF-8";
/* ==========================================================================
   MAIN.SCSS — Archivo maestro de estilos del sitio (global)
   Compilar: sass css/main.scss css/main.css
   (o: npx sass css/main.scss css/main.css)
   Blog: blog/sass/style.scss → blog/sass/style.css (independiente)
   Migración gradual desde style.css y new-css-layer.css.
   Orden: variables → layout → header → float-panel → (resto al migrar)
   ========================================================================== */
/* --------------------------------------------------------------------------
   VARIABLES — tokens globales del sitio (no genera CSS)
   Origen: style.css color list. Unificar con blog/sass cuando convenga.
   -------------------------------------------------------------------------- */
/* ==========================================================================
   MAIN.SCSS — Archivo maestro de estilos del sitio (global)
   Compilar: sass css/main.scss css/main.css
   (o: npx sass css/main.scss css/main.css)
   Blog: blog/sass/style.scss → blog/sass/style.css (independiente)
   Migración gradual desde style.css y new-css-layer.css.
   Orden: variables → layout → header → float-panel → (resto al migrar)
   ========================================================================== */
/* --------------------------------------------------------------------------
   LAYOUT — contenedor principal .main
   Migrado desde style.css. Más secciones (grid, etc.) al migrar.
   -------------------------------------------------------------------------- */
.main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* --------------------------------------------------------------------------
   FLOAT PANEL — .float-container, .float-content, .highlight-feature
   Migrar aquí desde new-css-layer.css sección FLOAT CONTAINER cuando proceda.
   -------------------------------------------------------------------------- */
/* ==========================================================================
   MAIN.SCSS — Archivo maestro de estilos del sitio (global)
   Compilar: sass css/main.scss css/main.css
   (o: npx sass css/main.scss css/main.css)
   Blog: blog/sass/style.scss → blog/sass/style.css (independiente)
   Migración gradual desde style.css y new-css-layer.css.
   Orden: variables → layout → header → float-panel → (resto al migrar)
   ========================================================================== */
.main-footer {
  background: #021017;
  color: #ccc;
  padding: 80px 0 20px;
}
.main-footer .logo {
  color: #075682;
}
.main-footer .footer-brand {
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
}
.main-footer .footer-brand .logo-img {
  height: 28px;
}
.main-footer .footer-brand .logo-text {
  font-size: 1rem;
  display: block;
  color: #ccc;
  font-weight: 800;
}
.main-footer .footer-brand .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_footer {
  justify-content: center;
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: rgb(248, 252, 252);
  gap: 0.5rem;
  text-decoration: none;
  margin-bottom: 1rem;
}
.logo_footer:hover {
  opacity: 0.7;
  transform: translateX(5px);
}

.container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 4rem;
  margin-bottom: 60px;
}

.footer-label {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #ccc;
}

.mt-small {
  margin-top: 1.5rem;
}

.a-links {
  color: #fff;
  display: block;
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
  opacity: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  font-weight: 550;
  text-decoration: none;
  text-transform: uppercase;
}
.a-links:hover {
  opacity: 0.7;
  transform: translateX(5px);
  color: #38bdf8;
}

.footer-links {
  margin: 0 auto;
}

.footer-legal {
  margin: 0 auto;
}

.footer-social {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.footer-social .social-icons {
  justify-content: start;
  display: flex;
  gap: 1.5rem;
  margin-top: 0.5rem;
  max-width: 100%;
}
.footer-social .icon-circle {
  display: block;
  color: #075682;
  width: 2rem;
  height: 2rem;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.footer-social .icon-circle:hover {
  opacity: 0.7;
  transform: translateX(5px);
}

.text-center {
  text-align: center;
}

.eyebrow-text {
  font-family: "Lato", sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}

/* ==========================================================================
   MAIN.SCSS — Archivo maestro de estilos del sitio (global)
   Compilar: sass css/main.scss css/main.css
   (o: npx sass css/main.scss css/main.css)
   Blog: blog/sass/style.scss → blog/sass/style.css (independiente)
   Migración gradual desde style.css y new-css-layer.css.
   Orden: variables → layout → header → float-panel → (resto al migrar)
   ========================================================================== */
/*-------------------------------------------------
                S E R V I C E S
---------------------------------------------------*/
/*seccion principal donde se muestran los servicios(o secciones como en index o press)*/
.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-bottom: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.hero .locations_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 90vh;
  min-width: 110vw;
  padding-top: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.hero .locations_wrapper .spot_wrapper {
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 8vh;
  padding-bottom: 17vh;
  padding-left: 30vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}
.hero .locations_wrapper .spot_wrapper .spot_wrapper.press {
  padding-left: 30vw;
}
.hero .locations_wrapper .spot_wrapper .spot_date-place {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: none;
}
.hero .locations_wrapper .spot_wrapper .spot_date-place.press {
  font-size: 18px;
}
.hero .locations_wrapper .spot_wrapper .spot_name {
  margin-top: 20px;
  margin-left: 4vw;
  font-size: 5.6rem;
  line-height: 5rem;
  font-weight: 900;
  text-transform: uppercase;
}
.hero .locations_wrapper .spot_wrapper .spot_name:hover {
  color: hsla(0, 0%, 100%, 0.55);
  transition: all ease 400ms;
  transform: scale(1.01);
}
.hero .locations_wrapper .spot_wrapper .spot_name.press {
  margin-top: 0px;
  font-size: 41px;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .hero .locations_wrapper .spot_wrapper {
    padding-left: 20vw;
  }
  .hero .locations_wrapper .spot_wrapper .spot_wrapper.press {
    padding-left: 20vw;
  }
  .hero .locations_wrapper .spot_wrapper .spot_date-place {
    margin-bottom: 0px;
    font-size: 0.9rem;
    font-weight: 400;
  }
  .hero .locations_wrapper .spot_wrapper .spot_name {
    margin-top: 0px;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .hero .locations_wrapper .spot_wrapper .spot_name.press {
    line-height: 30px;
  }
}
@media screen and (max-width: 425px) {
  .hero .locations_wrapper .spot_wrapper {
    padding-left: 15vw;
  }
  .hero .locations_wrapper .spot_wrapper .spot_wrapper.press {
    padding-right: 10vw;
  }
  .hero .locations_wrapper .spot_wrapper .spot_date-place {
    margin-bottom: 5px;
    font-size: 0.7rem;
    font-weight: 400;
  }
  .hero .locations_wrapper .spot_wrapper .spot_name {
    margin-top: 0px;
    font-size: 2rem;
    line-height: 1.8rem;
  }
  .hero .locations_wrapper .spot_wrapper .spot_name.press {
    font-size: 18px;
    line-height: 25px;
  }
}

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