Tu bienestar, tu evolución, tu momento es ahora.
Productos naturales, conocimiento real y oportunidades para transformar tu vida.
Descubre MultyHealth¿Qué es MultyHealth?
Un ecosistema de bienestar diseñado para ayudarte a vivir con más energía, claridad y propósito.
🛒
Elige tu bienestar
Compra nuestros productos desde la tienda online.
⚡
Vive la transformación
Experimenta cambios reales en tu energía.
💰
Comparte y gana
Recomienda y gana bonos en efectivo.
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Poppins', sans-serif; color: #333; line-height: 1.6; }
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 20px 5%; background: #fff; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.logo { font-size: 24px; font-weight: bold; color: #2ecc71; }
.logo span { color: #27ae60; }
.nav-links { list-style: none; display: flex; }
.nav-links li { margin-left: 20px; }
.nav-links a { text-decoration: none; color: #333; font-weight: 500; }
.hero { height: 80vh; background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('images/hero-bg.jpg') center/cover; display: flex; align-items: center; justify-content: center; text-align: center; color: white; padding: 0 20px; }
.hero h1 { font-size: 3rem; margin-bottom: 20px; }
.btn-primary { background: #2ecc71; color: white; padding: 15px 30px; text-decoration: none; border-radius: 30px; font-weight: bold; }
.about { padding: 80px 10%; text-align: center; background: #f9f9f9; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; padding: 60px 10%; text-align: center; }
.step .icon { font-size: 40px; margin-bottom: 15px; }
footer { background: #333; color: white; text-align: center; padding: 20px; margin-top: 40px; }