Encuesta Permanente de Circularidad Textil
Encuesta Permanente de Circularidad Textil · Hilanda * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: Arial, sans-serif; color: #222; } /* HERO */ .hero { position: relative; color: #fff; text-align: center; overflow: hidden; min-height: 420px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 3.5rem 1.5rem 3rem; } .hero-bg { position: absolute; inset: 0; background-image: url('https://hilanda.com.ar/site/wp-content/uploads/2024/04/HilandaCVT01-1024x686.jpg'); background-size: cover; background-position: center top; z-index: 0; } .hero-overlay { position: absolute; inset: 0; background: rgba(44,18,80,0.82); z-index: 1; } .hero-content { position: relative; z-index: 2; max-width: 560px; } .hero-eyebrow { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: #C4A8F5; font-weight: 600; margin-bottom: 1rem; } .hero-title { font-size: 2rem; font-weight: 700; line-height: 1.2; margin-bottom: 1rem; color: #fff; } .hero-title span { color: #7EDDB5; } .hero-sub { font-size: 1rem; color: #D4C4F0; line-height: 1.6; margin-bottom: 1.75rem; } /* BOTONES */ .btn-primary { display: inline-block; background: #2E7D5E; color: #fff !important; font-size: 1rem; font-weight: 600; padding: 0.85rem 2rem; border-radius: 8px; text-decoration: none; } .btn-primary:hover { background: #1D9E75; } .btn-outline { display: inline-block; background: transparent; color: #C4A8F5 !important; font-size: 0.9rem; padding: 0.7rem 1.5rem; border-radius: 8px; text-decoration: none; border: 1.5px solid #7B5FC0; margin-left: 0.75rem; } .btn-cta-large { display: inline-block; background: #2E7D5E; color: #fff !important; font-size: 1.05rem; font-weight: 600; padding: 0.9rem 2.25rem; border-radius: 8px; text-decoration: none; } /* SECCIONES */ .section { padding: 2.5rem 1.5rem; max-width: 680px; margin: 0 auto; } .section-title { font-size: 1.3rem; font-weight: 700; color: #5B3E8C; margin-bottom: 0.5rem; } .section-intro { font-size: 0.95rem; color: #555; line-height: 1.7; margin-bottom: 1.5rem; } .divider { border: none; border-top: 1px solid #eee; margin: 0; } /* STATS */ .stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin: 1.5rem 0; } .stat-card { background: #f7f4fc; border-radius: 10px; padding: 1rem; text-align: center; border: 1px solid #e2d9f3; } .stat-num { font-size: 1.6rem; font-weight: 700; color: #5B3E8C; } .stat-label { font-size: 0.78rem; color: #666; margin-top: 0.25rem; line-height: 1.3; } /* CAJA DESTACADA */ .why-box { background: #EDE7F6; border-radius: 12px; padding: 1.5rem; margin-bottom: 1rem; border-left: 4px solid #5B3E8C; } .why-box p { font-size: 0.95rem; line-height: 1.7; color: #3C2A6B; } .why-box strong { color: #5B3E8C; } /* PAÍSES */ .countries { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; } .country-tag { background: #E8F5E9; color: #2E7D5E; font-size: 0.85rem; font-weight: 600; padding: 0.4rem 0.9rem; border-radius: 20px; border: 1px solid #A5D6A7; } /* BLOQUE FOTO + TEXTO */ .hands-section { display: grid; grid-template-columns: 1fr 1fr; } .hands-img { overflow: hidden; min-height: 200px; } .hands-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; } .hands-text { background: #2E7D5E; padding: 2rem 1.5rem; display: flex; flex-direction: column; justify-content: center; } .hands-text h3 { color: #fff; font-size: 1.1rem; font-weight: 700; margin-bottom: 0.75rem; line-height: 1.4; } .hands-text p { color: #A8DFC8; font-size: 0.88rem; line-height: 1.6; } /* PASOS */ .steps { display: grid; gap: 1rem; } .step { display: flex; gap: 1rem; align-items: flex-start; background: #f9f9f9; border-radius: 10px; padding: 1rem 1.25rem; border: 1px solid #eee; } .step-num { min-width: 32px; height: 32px; border-radius: 50%; background: #5B3E8C; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem; flex-shrink: 0; } .step-title { font-weight: 700; font-size: 0.95rem; margin-bottom: 0.2rem; color: #222; } .step-desc { font-size: 0.88rem; color: #666; line-height: 1.5; } .step-simple { display: flex; gap: 1rem; align-items: center; background: #f9f9f9; border-radius: 10px; padding: 0.75rem 1rem; border: 1px solid #eee; } .step-simple .step-title { margin-bottom: 0; } /* FAQ */ .faq { border-top: 1px solid #eee; padding-top: 2rem; margin-top: 1rem; } .faq-item { margin-bottom: 1.25rem; } .faq-q { font-weight: 700; font-size: 0.95rem; color: #5B3E8C; margin-bottom: 0.35rem; } .faq-a { font-size: 0.9rem; color: #555; line-height: 1.6; } /* CTA FINAL */ .cta-section { background: #5B3E8C; padding: 2.5rem 1.5rem; text-align: center; } .cta-section h2 { color: #fff; font-size: 1.4rem; font-weight: 700; margin-bottom: 0.75rem; } .cta-section p { color: #D4C4F0; font-size: 0.95rem; margin-bottom: 1.5rem; line-height: 1.6; } /* FOOTER */ .footer { background: #2C1E50; padding: 1.5rem; text-align: center; } .footer p { color: #9980CC; font-size: 0.82rem; } .footer a { color: #C4A8F5; text-decoration: none; } /* RESPONSIVE */ @media (max-width: 520px) { .hero-title { font-size: 1.5rem; } .btn-outline { display: block; margin-left: 0; margin-top: 0.75rem; } .stat-row { grid-template-columns: repeat(3, 1fr); gap: 0.5rem; } .stat-num { font-size: 1.3rem; } .hands-section { grid-template-columns: 1fr; } .hands-img { min-height: 180px; } }
humanidad.org.ar · Hilanda

Tu trabajo con los textiles
merece ser visto y contado

Sumate a la Encuesta Permanente de Circularidad Textil — el primer registro regional de personas que trabajan día a día con la ropa y los materiales textiles.

Quiero participar ¿Cómo funciona?
5
preguntas por WhatsApp
1
vez por mes
5
países participantes

Los grandes informes sobre textiles en el mundo no incluyen a las personas que trabajan de manera independiente o en pequeña escala — las costureras, clasificadoras, reparadoras y revendedoras. Esta encuesta existe para cambiar eso.

Argentina Uruguay Bolivia Paraguay Perú
Manos trabajando con textiles

Un registro que nunca existió antes

Estamos documentando el trabajo de miles de mujeres en el Sur de América que mueven los textiles todos los días — y que hasta ahora son invisibles en los datos.


¿Cómo funciona?

No necesitás saber de tecnología ni de estadística. Solo tu experiencia.

1
Completás el formulario de inscripción
Unos datos básicos sobre tu actividad. Tarda 5 minutos.
2
Una vez por mes, respondés 5 preguntas
Te llegan por WhatsApp. Sin formularios complicados, sin plataformas nuevas.
3
Tus respuestas forman parte del registro regional
Los datos se publican como reporte de acceso libre. Tu experiencia queda documentada.
4
Al completar el año: capacitación con certificado
Quienes participan durante un año acceden sin costo a una capacitación en circularidad textil con certificado digital.

¿Quién puede participar?

Si hacés alguna de estas actividades, la encuesta es para vos:

✂️  Cosés, tejés o arreglás ropa
♻️  Clasificás, recolectás o transformás textiles
👕  Vendés ropa de segunda mano o hacés upcycling
🧵  Fabricás objetos nuevos a partir de descartes

No importa si trabajás sola, en familia o en un grupo. No importa si tu actividad está registrada o no.


Preguntas frecuentes

¿Es gratuito?

Sí, completamente. Participar no tiene ningún costo.

¿Qué hacen con mis datos?

Tus respuestas se usan solo para el análisis regional. Nunca se publican datos personales. Podés ver nuestra política de privacidad completa en el sitio.

¿Puedo dejar de participar cuando quiera?

Sí. No hay ningún compromiso forzoso. Podés darte de baja en cualquier momento sin ninguna consecuencia.

¿Cuánto tiempo me lleva cada mes?

Menos de 5 minutos. Son preguntas cortas que se responden directamente por WhatsApp.

Sumate a la Encuesta Permanente de Circularidad Textil

Ya hay personas de Argentina, Uruguay, Bolivia, Paraguay y Perú construyendo este registro juntas.

Quiero participar