/* ============================================================  
   PROYECTO: Morenox
   ARCHIVO:  style_index.css
   MÓDULO:   Estilo Index + Menú Animado
   VERSIÓN:  V4.8 + Mancuerna Perfecta: exterior + inner alineado
   ============================================================ */

/* ================= RESET ================= */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ================= BODY ================= */
html, body {
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
  background: url("/assets/img/fondo.webp") center/cover no-repeat fixed;
}

/* ================= WRAPPER ================= */
.morenox-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}