I WANT TO SPONSOR

Posiciona tu marca en el escenario donde se construye el futuro sostenible del retail

/* SECCIÓN CTA PATROCINADORES */ .cta-sponsors { background: linear-gradient(135deg, #f8f9f4 0%, #ffffff 100%); padding: 5rem 2rem; position: relative; overflow: hidden; } .cta-sponsors::before { content: ''; position: absolute; top: 0; right: 0; width: 500px; height: 500px; background: radial-gradient(circle, rgba(134, 161, 127, 0.08) 0%, transparent 70%); border-radius: 50%; transform: translate(30%, -30%); } .cta-container { max-width: 900px; margin: 0 auto; text-align: center; position: relative; z-index: 2; } .cta-eyebrow { font-family: 'Manrope', sans-serif; font-size: 0.875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #86A17F; margin-bottom: 1.5rem; } .cta-title { font-family: 'Spinnaker', sans-serif; font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 700; line-height: 1.2; color: #2C3E2F; margin-bottom: 1.5rem; } .cta-title .highlight { color: #86A17F; position: relative; display: inline-block; } .cta-description { font-family: 'Manrope', sans-serif; font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.7; color: #5A6C57; margin-bottom: 3rem; max-width: 750px; margin-left: auto; margin-right: auto; } .cta-value-props { display: flex; justify-content: center; gap: 2.5rem; margin-bottom: 3rem; flex-wrap: wrap; } .value-item { display: flex; align-items: center; gap: 0.75rem; font-family: 'Manrope', sans-serif; font-size: 0.95rem; font-weight: 600; color: #2C3E2F; } .value-icon { width: 24px; height: 24px; background: #86A17F; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 0.75rem; flex-shrink: 0; } .cta-buttons { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; } .btn-cta { display: inline-flex; align-items: center; gap: 0.75rem; padding: 1.3rem 2.5rem; font-family: 'Manrope', sans-serif; font-size: 1rem; font-weight: 700; text-decoration: none; border-radius: 50px; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; } .btn-primary-cta { background: #86A17F; color: #ffffff; box-shadow: 0 8px 25px rgba(134, 161, 127, 0.3); } .btn-primary-cta::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: left 0.5s ease; } .btn-primary-cta:hover::before { left: 100%; } .btn-primary-cta:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(134, 161, 127, 0.4); background: #749469; } .btn-secondary-cta { background: transparent; color: #86A17F; border: 2px solid #86A17F; } .btn-secondary-cta:hover { background: #86A17F; color: white; transform: translateY(-3px); box-shadow: 0 8px 20px rgba(134, 161, 127, 0.2); } .btn-icon-cta { font-size: 1.2rem; transition: transform 0.3s ease; } .btn-primary-cta:hover .btn-icon-cta { transform: translateX(5px); } .cta-note { margin-top: 1.5rem; font-family: 'Manrope', sans-serif; font-size: 0.875rem; color: #7A8A77; font-weight: 500; } .cta-note strong { color: #86A17F; font-weight: 700; } /* RESPONSIVE */ @media (max-width: 768px) { .cta-sponsors { padding: 4rem 1.5rem; } .cta-value-props { gap: 1.5rem; flex-direction: column; align-items: center; } .btn-cta { padding: 1.1rem 2rem; font-size: 0.95rem; } } @media (max-width: 480px) { .cta-sponsors { padding: 3rem 1rem; } .cta-eyebrow { font-size: 0.75rem; margin-bottom: 1rem; } .cta-title { margin-bottom: 1rem; } .cta-description { margin-bottom: 2rem; } .cta-value-props { margin-bottom: 2rem; } .cta-buttons { flex-direction: column; width: 100%; } .btn-cta { width: 100%; justify-content: center; } }

Connects with the sustainable future of retail in Spain

Boost your brand

SFW will be the protagonist in the III edition of the Retail Masters Summit on November 16, 2026 in Madrid, the largest sustainable retail scenario in Spain. A space where leaders, innovation and vision converge.

Visibility guaranteed
High level networking
Personalized proposal

Response in less than 24h - Limited places - Tailor-made proposal

/* SECCIÓN IMPACTO - DATOS CLAVE */ .impacto-section { background: linear-gradient(135deg, #86A17F 0%, #A8C69F 100%); padding: 4rem 2rem; position: relative; overflow: hidden; } .impacto-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%); } .impacto-container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; } .impacto-title { font-family: 'Spinnaker', sans-serif; font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 700; color: #ffffff; text-align: center; margin-bottom: 3rem; } .impacto-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2.5rem; } .impacto-item { text-align: center; padding: 1.5rem; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.2); transition: all 0.3s ease; } .impacto-item:hover { transform: translateY(-5px); background: rgba(255, 255, 255, 0.15); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); } .impacto-number { font-family: 'Spinnaker', sans-serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 700; color: #ffffff; line-height: 1; margin-bottom: 0.75rem; display: block; } .impacto-label { font-family: 'Manrope', sans-serif; font-size: clamp(0.9rem, 1.5vw, 1.05rem); font-weight: 500; color: rgba(255, 255, 255, 0.95); line-height: 1.4; } /* RESPONSIVE */ @media (max-width: 768px) { .impacto-section { padding: 3.5rem 1.5rem; } .impacto-title { margin-bottom: 2.5rem; } .impacto-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; } .impacto-item { padding: 1.25rem; } } @media (max-width: 480px) { .impacto-section { padding: 3rem 1rem; } .impacto-title { margin-bottom: 2rem; } .impacto-grid { grid-template-columns: 1fr; gap: 1.5rem; } .impacto-item { padding: 1.5rem 1rem; } }

Join SFW at the biggest retail event of the year:

+800

Retail ecosystem and sustainability attendees

+450

Retail brands from Europe and Latin America

+100

Speakers and industry experts

+500

ONE2ONE meetings scheduled via app

/* SECCIÓN BENEFICIOS 3 COLUMNAS - SIN PUNTOS */ .beneficios-columns-section { background: #ffffff; padding: 5rem 2rem; } .beneficios-columns-container { max-width: 1200px; margin: 0 auto; } .beneficios-columns-title { font-family: 'Spinnaker', sans-serif; font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 700; line-height: 1.2; color: #2C3E2F; text-align: center; margin-bottom: 1rem; } .beneficios-columns-divider { width: 80px; height: 4px; background: #86A17F; margin: 0 auto 4rem; border-radius: 2px; } .beneficios-columns-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; max-width: 1100px; margin: 0 auto; } .beneficios-column { display: flex; flex-direction: column; align-items: center; text-align: center; } .beneficios-column-title { font-family: 'Spinnaker', sans-serif; font-size: 1.4rem; font-weight: 700; color: #86A17F; margin-bottom: 2rem; text-align: center; text-transform: uppercase; letter-spacing: 1px; } .beneficios-column-list { list-style: none !important; list-style-type: none !important; padding: 0 !important; margin: 0 !important; width: 100%; max-width: 280px; } .beneficios-column-list li { font-family: 'Manrope', sans-serif; font-size: 0.95rem; color: #2C3E2F; padding: 0.75rem 0; border-bottom: 1px solid #E8EDE7; transition: all 0.3s ease; position: relative; padding-left: 0 !important; text-align: center; list-style: none !important; list-style-type: none !important; } .beneficios-column-list li::marker { display: none !important; content: none !important; } .beneficios-column-list li:last-child { border-bottom: none; } .beneficios-column-list li::before { content: '' !important; position: absolute; left: 50%; transform: translateX(-50%); bottom: -1px; width: 0; height: 2px; background: #86A17F; transition: width 0.3s ease; } .beneficios-column-list li:hover { color: #86A17F; padding-left: 10px !important; } .beneficios-column-list li:hover::before { width: 40px; } /* RESPONSIVE TABLET */ @media (max-width: 900px) { .beneficios-columns-grid { grid-template-columns: 1fr; gap: 3rem; } } @media (max-width: 768px) { .beneficios-columns-section { padding: 4rem 1.5rem; } .beneficios-columns-divider { margin-bottom: 3rem; } .beneficios-column-title { font-size: 1.3rem; margin-bottom: 1.5rem; } } @media (max-width: 480px) { .beneficios-columns-section { padding: 3rem 1rem; } .beneficios-columns-title { margin-bottom: 0.75rem; } .beneficios-columns-divider { width: 60px; margin-bottom: 2.5rem; } .beneficios-columns-grid { gap: 2.5rem; } .beneficios-column-title { font-size: 1.2rem; margin-bottom: 1.25rem; } .beneficios-column-list { max-width: 100%; } .beneficios-column-list li { font-size: 0.9rem; padding: 0.65rem 0; } } /* DESKTOP GRANDE */ @media (min-width: 1200px) { .beneficios-columns-section { padding: 6rem 2rem; } .beneficios-columns-grid { gap: 4rem; } .beneficios-column-list { max-width: 300px; } }

Benefits of sponsoring SFW

Visibility

  • Web and social media presence
  • Newsletter diffusion
  • Interview in specialized media
  • Promotional materials
  • 2,000m² of event space

Networking

  • Access to retail decision makers
  • Retail Masters Summit Invitations
  • C-Level and Executive Breakfast
  • ONE2ONE meetings via app
  • Connecting with investors and startups

Activation

  • Keynote at Agora
  • Branded corner
  • Exhibition space
  • Ambassadors on platform
  • Massive attendance of professionals
/* SECCIÓN CTA CON IMAGEN */ .cta-image-section { background: #F8F6F3 ; padding: 5rem 2rem; } .cta-image-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } .cta-image-wrapper { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); } .cta-image-wrapper img { width: 100%; height: auto; display: block; transition: transform 0.6s ease; } .cta-image-wrapper:hover img { transform: scale(1.05); } .cta-content-wrapper { padding: 2rem 0; } .cta-content-title { font-family: 'Spinnaker', sans-serif; font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 700; line-height: 1.2; color: #2C3E2F; margin-bottom: 1.5rem; } .cta-content-title .highlight-sfw { color: #86A17F; } .cta-content-text { font-family: 'Manrope', sans-serif; font-size: 1.05rem; line-height: 1.7; color: #5A6C57; margin-bottom: 2rem; } .cta-content-btn { display: inline-flex; align-items: center; gap: 0.75rem; padding: 1.25rem 2.5rem; font-family: 'Manrope', sans-serif; font-size: 1rem; font-weight: 700; text-decoration: none; color: #ffffff; background: #86A17F; border-radius: 50px; box-shadow: 0 8px 25px rgba(134, 161, 127, 0.3); transition: all 0.3s ease; } .cta-content-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(134, 161, 127, 0.4); background: #749469; } .cta-content-icon { font-size: 1.2rem; transition: transform 0.3s ease; } .cta-content-btn:hover .cta-content-icon { transform: translateX(5px); } /* RESPONSIVE */ @media (max-width: 900px) { .cta-image-container { grid-template-columns: 1fr; gap: 3rem; } .cta-image-wrapper { order: -1; } } @media (max-width: 768px) { .cta-image-section { padding: 4rem 1.5rem; } .cta-image-container { gap: 2.5rem; } .cta-content-wrapper { padding: 1rem 0; } .cta-content-text { font-size: 1rem; margin-bottom: 1.75rem; } } @media (max-width: 480px) { .cta-image-section { padding: 3rem 1rem; } .cta-image-container { gap: 2rem; } .cta-content-wrapper { padding: 0; } .cta-content-title { margin-bottom: 1.25rem; } .cta-content-text { font-size: 0.95rem; margin-bottom: 1.5rem; } .cta-content-btn { width: 100%; justify-content: center; padding: 1.15rem 2rem; font-size: 0.95rem; } }
Retail Masters Summit - SFW The Experience

Join the event of the year : discover unique opportunities

Participate in SFW The Experience and take your brand to the next level. Download our dossier to learn how you can benefit from the visibility, networking and exclusive opportunities we offer. Don't miss the opportunity to be part of an event that drives the global purpose of sustainable fashion!

Request personalized information
/* SECCIÓN FORMULARIO PATROCINADORES - TODO CENTRADO */ .form-section-sponsors { background: linear-gradient(135deg, #2C3E2F 0%, #3D5240 100%); padding: 4rem 2rem; position: relative; overflow: hidden; } .form-section-sponsors::before { content: ''; position: absolute; top: -50%; left: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(168, 198, 159, 0.15) 0%, transparent 70%); border-radius: 50%; animation: float 20s ease-in-out infinite; } .form-section-sponsors::after { content: ''; position: absolute; bottom: -30%; right: -5%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(168, 198, 159, 0.1) 0%, transparent 70%); border-radius: 50%; animation: float 15s ease-in-out infinite reverse; } @keyframes float { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(30px, 30px); } } .form-sponsors-container { max-width: 900px; margin: 0 auto; position: relative; z-index: 10; } /* HEADER DEL FORMULARIO */ .form-sponsors-header { text-align: center; margin-bottom: 2.5rem; } .form-sponsors-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: rgba(168, 198, 159, 0.2); backdrop-filter: blur(10px); border: 1px solid rgba(168, 198, 159, 0.3); border-radius: 50px; font-family: 'Manrope', sans-serif; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #A8C69F; margin-bottom: 1.25rem; } .form-sponsors-title { font-family: 'Spinnaker', sans-serif; font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 700; line-height: 1.2; color: #ffffff; margin-bottom: 1rem; } .form-sponsors-subtitle { font-family: 'Manrope', sans-serif; font-size: clamp(0.95rem, 2vw, 1.1rem); line-height: 1.6; color: rgba(255, 255, 255, 0.85); max-width: 700px; margin: 0 auto; } /* TARJETA DEL FORMULARIO */ .form-sponsors-card { background: #ffffff; border-radius: 20px; padding: 3rem; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); position: relative; overflow: hidden; } .form-sponsors-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, #86A17F 0%, #A8C69F 50%, #86A17F 100%); background-size: 200% 100%; animation: shimmer 3s ease-in-out infinite; } @keyframes shimmer { 0%, 100% { background-position: 200% 0; } 50% { background-position: -200% 0; } } .form-sponsors-intro { text-align: center; margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid #f8f9f4; } .form-sponsors-intro-title { font-family: 'Spinnaker', sans-serif; font-size: 1.5rem; font-weight: 700; color: #2C3E2F; margin-bottom: 0.75rem; } .form-sponsors-intro-text { font-family: 'Manrope', sans-serif; font-size: 0.95rem; color: #5A6C57; line-height: 1.6; max-width: 650px; margin: 0 auto; } /* ESTILOS GRAVITY FORMS - FORZAR TODO CENTRADO */ .form-sponsors-card .gform_wrapper { margin: 0 auto !important; max-width: 100% !important; } .form-sponsors-card .gform_wrapper .gform_heading { display: none !important; } .form-sponsors-card .gform_wrapper .gform_body { padding: 0 !important; margin: 0 auto !important; } .form-sponsors-card .gform_wrapper .gform_fields { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 1.25rem !important; list-style: none !important; padding: 0 !important; margin: 0 !important; width: 100% !important; } .form-sponsors-card .gform_wrapper .gfield { margin: 0 !important; padding: 0 !important; list-style: none !important; width: 100% !important; max-width: 100% !important; clear: both !important; display: flex !important; flex-direction: column !important; align-items: flex-start !important; } .form-sponsors-card .gform_wrapper .gfield_label { font-family: 'Manrope', sans-serif !important; font-size: 0.9rem !important; font-weight: 600 !important; color: #2C3E2F !important; margin-bottom: 0.5rem !important; display: block !important; width: 100% !important; text-align: left !important; float: none !important; } .form-sponsors-card .gform_wrapper .gfield_required { color: #86A17F !important; margin-left: 3px !important; } .form-sponsors-card .gform_wrapper .ginput_container { width: 100% !important; margin: 0 !important; padding: 0 !important; } .form-sponsors-card .gform_wrapper input[type="text"], .form-sponsors-card .gform_wrapper input[type="email"], .form-sponsors-card .gform_wrapper input[type="tel"], .form-sponsors-card .gform_wrapper input[type="url"], .form-sponsors-card .gform_wrapper select, .form-sponsors-card .gform_wrapper textarea { width: 100% !important; max-width: 100% !important; padding: 0.95rem 1.15rem !important; font-family: 'Manrope', sans-serif !important; font-size: 0.95rem !important; color: #2C3E2F !important; background: #F8F9F4 !important; border: 2px solid transparent !important; border-radius: 10px !important; transition: all 0.3s ease !important; box-sizing: border-box !important; margin: 0 !important; float: none !important; display: block !important; } .form-sponsors-card .gform_wrapper input[type="text"]:focus, .form-sponsors-card .gform_wrapper input[type="email"]:focus, .form-sponsors-card .gform_wrapper input[type="tel"]:focus, .form-sponsors-card .gform_wrapper input[type="url"]:focus, .form-sponsors-card .gform_wrapper select:focus, .form-sponsors-card .gform_wrapper textarea:focus { background: #ffffff !important; border-color: #86A17F !important; outline: none !important; box-shadow: 0 0 0 3px rgba(134, 161, 127, 0.1) !important; } .form-sponsors-card .gform_wrapper textarea { min-height: 100px !important; resize: vertical !important; } .form-sponsors-card .gform_wrapper select { appearance: none !important; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2386A17F' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important; background-repeat: no-repeat !important; background-position: right 1rem center !important; padding-right: 3rem !important; } /* Campos de nombre divididos en 2 columnas */ .form-sponsors-card .gform_wrapper .ginput_container_name { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 1rem !important; width: 100% !important; } .form-sponsors-card .gform_wrapper .name_first, .form-sponsors-card .gform_wrapper .name_last { width: 100% !important; margin: 0 !important; } .form-sponsors-card .gform_wrapper .name_first input, .form-sponsors-card .gform_wrapper .name_last input { width: 100% !important; } /* BOTÓN DE ENVÍO - CENTRADO */ .form-sponsors-card .gform_wrapper .gform_footer { margin: 1.75rem 0 0 0 !important; padding: 0 !important; width: 100% !important; text-align: center !important; clear: both !important; display: flex !important; justify-content: center !important; align-items: center !important; } .form-sponsors-card .gform_wrapper .gform_button, .form-sponsors-card .gform_wrapper input[type="submit"] { width: 100% !important; max-width: 100% !important; padding: 1.15rem 2.25rem !important; font-family: 'Manrope', sans-serif !important; font-size: 1.05rem !important; font-weight: 700 !important; color: #ffffff !important; background: linear-gradient(135deg, #86A17F 0%, #A8C69F 100%) !important; border: none !important; border-radius: 50px !important; cursor: pointer !important; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important; box-shadow: 0 8px 25px rgba(134, 161, 127, 0.4) !important; position: relative !important; overflow: hidden !important; display: block !important; margin: 0 !important; float: none !important; text-align: center !important; } .form-sponsors-card .gform_wrapper .gform_button::before, .form-sponsors-card .gform_wrapper input[type="submit"]::before { content: '' !important; position: absolute !important; top: 0 !important; left: -100% !important; width: 100% !important; height: 100% !important; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important; transition: left 0.6s ease !important; } .form-sponsors-card .gform_wrapper .gform_button:hover::before, .form-sponsors-card .gform_wrapper input[type="submit"]:hover::before { left: 100% !important; } .form-sponsors-card .gform_wrapper .gform_button:hover, .form-sponsors-card .gform_wrapper input[type="submit"]:hover { transform: translateY(-3px) !important; box-shadow: 0 12px 35px rgba(134, 161, 127, 0.5) !important; } /* Validación */ .form-sponsors-card .gform_wrapper .gfield_error .gfield_label { color: #E63946 !important; } .form-sponsors-card .gform_wrapper .gfield_error input, .form-sponsors-card .gform_wrapper .gfield_error select, .form-sponsors-card .gform_wrapper .gfield_error textarea { border-color: #E63946 !important; } .form-sponsors-card .gform_wrapper .validation_error { display: none !important; } .form-sponsors-card .gform_wrapper .validation_message { font-family: 'Manrope', sans-serif !important; font-size: 0.85rem !important; color: #E63946 !important; margin-top: 0.4rem !important; } .form-sponsors-card .gform_wrapper .gfield_description { font-family: 'Manrope', sans-serif !important; font-size: 0.85rem !important; color: #7A8A77 !important; margin-top: 0.4rem !important; } /* Nota final */ .form-sponsors-note { text-align: center; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid #f8f9f4; } .form-sponsors-note-text { font-family: 'Manrope', sans-serif; font-size: 0.9rem; color: #7A8A77; line-height: 1.6; margin-bottom: 1.25rem; } .form-sponsors-note-icons { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; } .note-icon-item { display: flex; align-items: center; gap: 0.5rem; font-family: 'Manrope', sans-serif; font-size: 0.85rem; color: #5A6C57; font-weight: 600; } .note-icon { width: 20px; height: 20px; background: #86A17F; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 0.7rem; } /* RESPONSIVE */ @media (max-width: 768px) { .form-section-sponsors { padding: 3.5rem 1.5rem; } .form-sponsors-container { max-width: 100%; } .form-sponsors-header { margin-bottom: 2rem; } .form-sponsors-card { padding: 2rem 1.75rem; } .form-sponsors-intro { margin-bottom: 1.5rem; padding-bottom: 1.5rem; } .form-sponsors-card .gform_wrapper .ginput_container_name { grid-template-columns: 1fr !important; } } @media (max-width: 480px) { .form-section-sponsors { padding: 3rem 1rem; } .form-sponsors-badge { font-size: 0.7rem; padding: 0.45rem 0.9rem; margin-bottom: 1rem; } .form-sponsors-header { margin-bottom: 1.75rem; } .form-sponsors-card { padding: 1.75rem 1.5rem; border-radius: 18px; } .form-sponsors-intro { margin-bottom: 1.5rem; padding-bottom: 1.5rem; } .form-sponsors-intro-title { font-size: 1.3rem; } .form-sponsors-intro-text { font-size: 0.9rem; } .form-sponsors-card .gform_wrapper .gform_fields { gap: 1rem !important; } .form-sponsors-card .gform_wrapper input[type="text"], .form-sponsors-card .gform_wrapper input[type="email"], .form-sponsors-card .gform_wrapper input[type="tel"], .form-sponsors-card .gform_wrapper input[type="url"], .form-sponsors-card .gform_wrapper select, .form-sponsors-card .gform_wrapper textarea { padding: 0.85rem 1rem !important; font-size: 0.9rem !important; } .form-sponsors-card .gform_wrapper .gform_button, .form-sponsors-card .gform_wrapper input[type="submit"] { padding: 1.05rem 1.85rem !important; font-size: 0.95rem !important; } .form-sponsors-note-icons { flex-direction: column; gap: 1rem; align-items: center; } }
Retail Masters Summit III Edition November 16, 2026

Know your sponsorship options

Complete the form and discover all the options you have to participate in SFW The Experience.

Request for information

Leave us your details and we will contact you as soon as possible to send you the complete dossier and design a proposal adapted to your brand.

Hidden

Pasos siguientes: Sincronizar una extensión de correo electrónico

Para sacar el máximo partido a tu formulario, te sugerimos que lo sincronices con unan extensión de correo electrónico. Para obtener más información sobre las opciones del extensiones de correo electrónico, visita la siguiente página (https://www.gravityforms.com/the-8-best-email-plugins-for-wordpress-in-2020/). Importante: Elimina este consejo antes de publicar el formulario.

Acerca de ti

Tu nombre(Required)

¿Cómo podemos contactar contigo?

Nos encantaría charlar contigo. ¿Cómo podemos ponernos en contacto?

Información sobre el tratamiento de sus datos personales

Responsable: SFW FASHION COMPANY, S.L.

Finalidad: Responder a sus consultas y solicitudes.

Derechos: Tiene derecho a retirar su consentimiento en cualquier momento / Enviarle información comercial de nuestras actividades y servicios, por medios electrónicos o por vía telefónica en el caso de que marque la casilla opcional correspondiente. Tiene derecho a acceder, rectificar, oponerse y suprimir sus datos, así como a la portabilidad y limitación a su tratamiento, dirigiendo comunicación a info@sfwcompany.com También tiene derecho a presentar una reclamación ante la Autoridad de control competente (www.aepd.es)

Para más información, consulta nuestra política de privacidad.

We analyze your profile and offer you the package that best suits your objectives.

Personalized attention
No commitment
Limited places