/* ── DIFERENCIAIS ── */ .diferenciais-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 64px; } .diferencial { background: var(--card); padding: 48px 36px; transition: background 0.3s; } .diferencial:hover { background: #1e1e1e; } .diferencial-icon { width: 48px; height: 48px; border: 1px solid var(--border); border-radius: 2px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 24px; color: var(--accent); } .diferencial h3 { font-family: var(--font-head); font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 12px; } .diferencial p { font-size: 14px; line-height: 1.7; color: var(--gray); font-weight: 300; } /* ── CHAVE NA MÃO ── */ .chave { background: var(--accent); padding: 120px 60px; position: relative; overflow: hidden; } .chave::before { content: 'CHAVE NA MÃO'; position: absolute; font-family: var(--font-display); font-size: 200px; color: rgba(0,0,0,0.06); top: 50%; left: 50%; transform: translate(-50%, -50%); white-space: nowrap; letter-spacing: -0.02em; pointer-events: none; } .chave-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; } .chave-title { font-family: var(--font-display); font-size: clamp(52px, 7vw, 96px); line-height: 0.92; color: var(--black); letter-spacing: 0.01em; } .chave-right p { font-size: 18px; line-height: 1.7; color: rgba(0,0,0,0.75); font-weight: 300; margin-bottom: 40px; } .chave-right p strong { color: var(--black); font-weight: 600; } .chave-steps { display: flex; flex-direction: column; gap: 16px; } .chave-step { display: flex; align-items: center; gap: 16px; background: rgba(0,0,0,0.08); padding: 14px 20px; border-radius: 2px; } .chave-step-num { font-family: var(--font-display); font-size: 20px; color: var(--black); min-width: 28px; } .chave-step-text { font-size: 14px; color: rgba(0,0,0,0.8); font-weight: 500; } /* ── TIPOS DE ESTANDE ── */ .tipos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 64px; } .tipo-card { background: var(--card); border: 1px solid var(--border); overflow: hidden; position: relative; transition: border-color 0.3s; } .tipo-card:hover { border-color: rgba(232,255,60,0.5); } .tipo-header { padding: 40px 40px 0; } .tipo-badge { display: inline-block; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 600; padding: 5px 12px; border: 1px solid var(--border); border-radius: 1px; color: var(--gray); margin-bottom: 20px; } .tipo-title { font-family: var(--font-head); font-size: 32px; font-weight: 800; color: var(--white); margin-bottom: 16px; line-height: 1.1; } .tipo-desc { font-size: 15px; line-height: 1.7; color: rgba(245,245,240,0.55); font-weight: 300; padding-bottom: 40px; border-bottom: 1px solid var(--border); margin-bottom: 32px; } .tipo-features { padding: 0 40px 40px; list-style: none; display: flex; flex-direction: column; gap: 12px; } .tipo-features li { font-size: 14px; color: rgba(245,245,240,0.6); display: flex; align-items: center; gap: 12px; } .tipo-features li::before { content: '→'; color: var(--accent); font-size: 13px; flex-shrink: 0; } /* ── SERVIÇOS ── */ .servicos { background: var(--dark); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 120px 60px; } .servicos-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 64px; } .servico { background: var(--card); padding: 36px 28px; border-bottom: 2px solid transparent; transition: all 0.3s; } .servico:hover { background: #1a1a1a; border-bottom-color: var(--accent); } .servico-icon { font-size: 28px; margin-bottom: 20px; } .servico h4 { font-family: var(--font-head); font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 10px; } .servico p { font-size: 13px; line-height: 1.6; color: var(--gray); font-weight: 300; } /* ── CTA FINAL ── */ .cta-section { padding: 140px 60px; text-align: center; position: relative; overflow: hidden; } .cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 100%, rgba(232,255,60,0.08) 0%, transparent 60%), radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.02) 0%, transparent 50%); } .cta-tag { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 24px; display: flex; align-items: center; justify-content: center; gap: 10px; } .cta-tag::before, .cta-tag::after { content: ''; width: 32px; height: 1px; background: var(--accent); } .cta-title { font-family: var(--font-display); font-size: clamp(64px, 9vw, 120px); line-height: 0.92; color: var(--white); margin-bottom: 32px; position: relative; z-index: 1; } .cta-title .outline { -webkit-text-stroke: 1px rgba(245,245,240,0.3); color: transparent; } .cta-desc { font-size: 18px; line-height: 1.7; color: rgba(245,245,240,0.5); max-width: 560px; margin: 0 auto 48px; font-weight: 300; position: relative; z-index: 1; } .cta-buttons { display: flex; gap: 16px; justify-content: center; position: relative; z-index: 1; flex-wrap: wrap; } .btn-whatsapp { background: transparent; border: 1px solid rgba(245,245,240,0.2); color: var(--white); padding: 16px 36px; font-family: var(--font-head); font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: all 0.25s; display: flex; align-items: center; gap: 10px; } .btn-whatsapp:hover { border-color: var(--white); background: rgba(255,255,255,0.05); } /* ── CONTATO ── */ .contato { background: var(--dark); border-top: 1px solid var(--border); padding: 80px 60px; } .contato-inner { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 40px; align-items: start; } .contato-brand { grid-column: span 1; } .contato-logo { font-family: var(--font-head); font-size: 22px; font-weight: 800; color: var(--white); margin-bottom: 16px; letter-spacing: 0.05em; } .contato-logo span { color: var(--accent); } .contato-tagline { font-size: 13px; line-height: 1.6; color: var(--gray); font-weight: 300; } .contato-col h5 { font-family: var(--font-head); font-size: 12px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray); margin-bottom: 20px; } .contato-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; } .contato-col ul li { font-size: 14px; color: rgba(245,245,240,0.6); font-weight: 300; } .contato-col ul li a { color: inherit; text-decoration: none; transition: color 0.2s; } .contato-col ul li a:hover { color: var(--accent); } /* ── FOOTER ── */ .footer { background: var(--black); border-top: 1px solid var(--border); padding: 28px 60px; display: flex; align-items: center; justify-content: space-between; } .footer p { font-size: 12px; color: rgba(245,245,240,0.3); letter-spacing: 0.05em; } .footer-links { display: flex; gap: 32px; list-style: none; } .footer-links a { font-size: 12px; color: rgba(245,245,240,0.3); text-decoration: none; letter-spacing: 0.05em; transition: color 0.2s; } .footer-links a:hover { color: var(--white); } /* ── SCROLL ANIMATIONS ── */ .fade-up { opacity: 0; transform: translateY(32px); transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); } .fade-up.visible { opacity: 1; transform: translateY(0); } .fade-up:nth-child(2) { transition-delay: 0.1s; } .fade-up:nth-child(3) { transition-delay: 0.2s; } .fade-up:nth-child(4) { transition-delay: 0.3s; } .fade-up:nth-child(5) { transition-delay: 0.4s; } .fade-up:nth-child(6) { transition-delay: 0.5s; } .fade-up:nth-child(7) { transition-delay: 0.6s; } /* ── RESPONSIVE ── */ @media (max-width: 1024px) { nav { padding: 20px 30px; } .nav-links { display: none; } section, .sobre, .processo, .servicos, .chave, .contato { padding: 80px 30px; } .hero { padding: 0 30px 60px; } .sobre, .chave-inner, .processo-header, .divisoes-grid, .tipos-grid { grid-template-columns: 1fr; gap: 40px; } .steps-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; } .steps-grid::before { display: none; } .diferenciais-grid, .servicos-grid { grid-template-columns: 1fr 1fr; } .contato-inner { grid-template-columns: 1fr 1fr; } .footer { flex-direction: column; gap: 16px; text-align: center; } } @media (max-width: 640px) { .hero-title { font-size: 52px; } .hero-sub { flex-direction: column; gap: 32px; align-items: flex-start; } .diferenciais-grid, .servicos-grid { grid-template-columns: 1fr; } .steps-grid { grid-template-columns: repeat(2, 1fr); } .contato-inner { grid-template-columns: 1fr; } .sobre-stats { grid-template-columns: 1fr 1fr; } .cta-title { font-size: 52px; } }
Fortaleza · Nacional · 2026

ESTANDES
QUE
VENDEM

Projeto, produção, montagem e operação completa. A Kiosk One entrega presença de marca em feiras e eventos — do briefing à desmontagem, sem que você precise se preocupar com nada.

Estandes Modulares
Estandes Construídos
Projeto Chave na Mão
Kiosk One Retail
Kiosk One Expo
Feiras e Eventos
Expertise Técnica
Estandes Modulares
Estandes Construídos
Projeto Chave na Mão
Kiosk One Retail
Kiosk One Expo
Feiras e Eventos
Expertise Técnica

ESTRUTURAS QUE
EXPANDEM MARCAS

A Kiosk One é especializada no desenvolvimento de estruturas comerciais para marcas que desejam expandir sua presença física de forma organizada, profissional e escalável.

Com sede em Fortaleza e atuação em todo o território nacional, entregamos excelência de ponta a ponta — desde o primeiro briefing até a desmontagem final do estande.

7
Etapas de processo gerenciadas
2
Divisões especializadas
BR
Atuação nacional
360°
Operação Chave na Mão
KIOSK ONE EXPO
KIOSK ONE RETAIL
top of page

The purpose of the following template is to assist you in writing your accessibility statement. Please note that you are responsible for ensuring that your site's statement meets the requirements of the local law in your area or region.

*Note: This page currently has several sections. Once you complete editing the Accessibility Statement below, you need to delete this section.

To learn more about this, check out our article “Accessibility: Adding an Accessibility Statement to Your Site”.

Accessibility Statement

This statement was last updated on [enter relevant date].

 

We at [enter organization / business name] are working to make our site [enter site name and  address] accessible to people with disabilities.

What web accessibility is

An accessible site allows visitors with disabilities to browse the site with the same or a similar level of ease and enjoyment as other visitors. This can be achieved with the capabilities of the system on which the site is operating, and through assistive technologies.

Accessibility adjustments on this site

We have adapted this site in accordance with WCAG [2.0 / 2.1 / 2.2 - select relevant option] guidelines, and have made the site accessible to the level of [A / AA / AAA - select relevant option]. This site's contents have been adapted to work with assistive technologies, such as screen readers and keyboard use. As part of this effort, we have also [remove irrelevant information]:
 

  • Used the Accessibility Wizard to find and fix potential accessibility issues

  • Set the language of the site 

  • Set the content order of the site’s pages

  • Defined clear heading structures on all of the site’s pages

  • Added alternative text to images

  • Implemented color combinations that meet the required color contrast

  • Reduced the use of motion on the site

  • Ensured all videos, audio, and files on the site are accessible

Declaration of partial compliance with the standard due to third-party content [only add if relevant]

The accessibility of certain pages on the site depend on contents that do not belong to the organization, and instead belong to [enter relevant third-party name]. The following pages are affected by this: [list the URLs of the pages]. We therefore declare partial compliance with the standard for these pages.

Accessibility arrangements in the organization [only add if relevant]

[Enter a description of the accessibility arrangements in the physical offices / branches of your site's organization or business. The description can include all current accessibility arrangements  - starting from the beginning of the service (e.g., the parking lot and / or  public transportation stations) to the end (such as the service desk, restaurant table, classroom etc.). It is also required to specify any additional accessibility arrangements, such as disabled services and their location, and accessibility accessories (e.g. in audio inductions and elevators) available for use]

Requests, issues and suggestions

If you find an accessibility issue on the site, or if you require further assistance, you are welcome to contact us through the organization's accessibility coordinator:
 

  • [Name of the accessibility coordinator]

  • [Telephone number of the accessibility coordinator]

  • [Email address of the accessibility coordinator]

  • [Enter any additional contact details if relevant / available]

bottom of page
Nossas Divisões

DUAS LINHAS.
UMA EXCELÊNCIA.

01
Feiras & Eventos

KIOSK ONE
EXPO

Estandes para feiras, exposições e ativações de marca. Projetos pensados para gerar presença, conexão e conversão em eventos corporativos e comerciais. Do briefing à desmontagem, cuidamos de tudo.

02
Varejo & Shopping

KIOSK ONE
RETAIL

Quiosques para shopping centers, aeroportos e ambientes de varejo de alto fluxo. Atendemos marcas no primeiro ponto de venda, em expansões e estruturação de franquias.

DO BRIEFING À
DESMONTAGEM

A Kiosk One Expo gerencia todo o processo. Sua marca não precisa coordenar múltiplos fornecedores nem se preocupar com logística ou adequação técnica — nós cuidamos de tudo.

01
Briefing Estratégico
Entendimento profundo da sua marca e objetivos
02
Projeto 3D
Desenvolvimento técnico e visual completo
03
Aprovação
Mockups e ajustes até a perfeição
04
Produção
Fabricação com controle de qualidade
05
Logística
Planejamento e transporte coordenado
06
Montagem
Instalação técnica profissional no local
07
Suporte
Operação durante todo o evento
Por Que Kiosk One

NOSSOS
DIFERENCIAIS

Solução Integrada

Um único fornecedor responsável por todo o processo — eliminamos o estresse de coordenar múltiplos fornecedores durante a preparação para o evento.

🎯

Expertise Técnica

Profundo conhecimento de todas as normas técnicas e de segurança exigidas pelos pavilhões e centros de eventos em todo o Brasil.

📐

Projeto Personalizado

Designers e arquitetos dedicados a traduzir a essência da sua marca em cada detalhe arquitetônico e visual do estande.

🏗️

Portfólio Versátil

Soluções adaptáveis a qualquer dimensão e orçamento — de estandes modulares a construções personalizadas de alto impacto.

📋

Gestão Documental

Gerenciamos toda a documentação e aprovação junto às organizadoras e pavilhões, garantindo conformidade com todas as regulamentações.

🌐

Alcance Nacional

Sediados em Fortaleza, operamos em todo o território nacional — sua marca representada com excelência em qualquer feira do Brasil.

CHAVE
NA
MÃO.

No modelo Chave na Mão, a Kiosk One assume a responsabilidade integral por todas as etapas do processo. Você chega ao evento e seu estande está pronto, limpo e em perfeito funcionamento.

01 Concepção e design arquitetônico e visual
02 Aprovação técnica e gestão documental
03 Produção e montagem com alta qualidade
04 Infraestrutura: elétrica, iluminação, hidráulica
05 Entrega final pronta para uso
Nossas Soluções

ENCONTRE O
PROJETO IDEAL

Praticidade + Profissionalismo

Estandes Modulares

Sistemas construtivos modernos e versáteis para montagem rápida, eficiente e com acabamento impecável. Ideal para empresas que buscam praticidade sem abrir mão de uma apresentação profissional.

  • Montagem ágil e desmontagem rápida
  • Acabamento profissional e atrativo
  • Custo-benefício otimizado
  • Adaptável a diferentes tamanhos de espaço
  • Ideal para múltiplas feiras no ano
Impacto Visual Máximo

Estandes Construídos e Personalizados

Para marcas que desejam identidade exclusiva e impacto visual diferenciado. Nossa equipe desenvolve projetos sob medida, traduzindo a essência da marca em cada detalhe.

  • Design exclusivo e sob medida
  • Estruturas de alto impacto visual
  • Materiais premium e acabamentos especiais
  • Iluminação e audiovisual integrados
  • Identidade de marca em cada detalhe
Divisão de Serviços

TUDO QUE SEU
ESTANDE PRECISA

🪑

Mobiliário e Decoração

Locação de móveis ergonômicos e modernos, adequados para áreas de atendimento, negociação e exposição.

📺

Tecnologia e Audiovisual

TVs de alta definição, painéis de LED, sistemas de som e soluções tecnológicas para seu espaço.

👤

Hospitalidade e Atendimento

Recepcionistas bilíngues e promotores qualificados para garantir a melhor experiência aos visitantes.

A&B — Alimentos e Bebidas

Serviços completos de coffee break, catering e bar para receber seus clientes com excelência.

Comece Agora

PRONTO PARA
MARCAR
PRESENÇA?

Solicite seu orçamento agora e receba uma proposta personalizada. Vamos transformar sua participação no próximo evento.

Falar pelo WhatsApp ✉ vendas@kioskone.com.br

Estandes Profissionais para Feiras e Eventos. Projeto · Produção · Montagem · Operação Completa.

Divisões
  • Kiosk One Expo
  • Kiosk One Retail
Soluções
  • Estandes Modulares
  • Estandes Construídos
  • Projeto Chave na Mão
  • Divisão de Serviços