Entre em Contato
Precisa de ajuda com um pedido, produto, tamanho, prazo de entrega ou outra dúvida?
Fale com nossa equipe pelo WhatsApp.
Atendimento pelo WhatsApp
Clique no botão abaixo para iniciar uma conversa com nossa equipe.
Falar pelo WhatsApp
Telefone: (11) 94522-3817
.pagina-contato,
.pagina-contato * {
box-sizing: border-box;
}
.pagina-contato {
padding: 60px 20px;
background: #f5f5f5;
color: #111111;
}
.contato-container {
width: 100%;
max-width: 850px;
margin: 0 auto;
}
.pagina-contato h1 {
margin: 0 0 16px;
text-align: center;
font-size: clamp(30px, 5vw, 44px);
line-height: 1.15;
font-weight: 600;
}
.contato-intro {
max-width: 680px;
margin: 0 auto 35px;
text-align: center;
font-size: 16px;
line-height: 1.7;
color: #555555;
}
.contato-card {
padding: 40px 30px;
background: #ffffff;
border: 1px solid #dedede;
text-align: center;
}
.contato-icone {
width: 54px;
height: 54px;
margin: 0 auto 20px;
}
.contato-icone svg {
display: block;
width: 100%;
height: 100%;
fill: #111111;
}
.contato-card h2,
.contato-informacoes h2 {
margin: 0 0 12px;
font-size: 22px;
line-height: 1.3;
font-weight: 600;
}
.contato-card p,
.contato-informacoes p {
margin: 0;
font-size: 15px;
line-height: 1.7;
color: #555555;
}
.botao-whatsapp {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
margin: 24px 0 16px;
padding: 14px 28px;
background: #111111;
color: #ffffff !important;
border: 1px solid #111111;
text-decoration: none;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
transition:
background-color 0.25s ease,
color 0.25s ease;
}
.botao-whatsapp:hover {
background: #ffffff;
color: #111111 !important;
}
.contato-telefone {
font-weight: 500;
color: #222222 !important;
}
.contato-informacoes {
margin-top: 24px;
padding: 28px;
background: #ffffff;
border: 1px solid #dedede;
}
@media (max-width: 600px) {
.pagina-contato {
padding: 40px 15px;
}
.contato-card {
padding: 32px 20px;
}
.botao-whatsapp {
width: 100%;
}
.contato-informacoes {
padding: 24px 20px;
}
}