.mapa-pin{cursor:pointer;filter:drop-shadow(0 2px 6px #00000040);flex-direction:column;align-items:center;transition:transform .15s,filter .15s;display:inline-flex;position:relative}.mapa-pin:hover{filter:drop-shadow(0 4px 10px #00000059);transform:translateY(-3px)scale(1.05);z-index:999!important}.mapa-pin-inner{color:#fff;white-space:nowrap;border-radius:8px;align-items:center;padding:5px 10px;display:flex}.mapa-pin-tipo{opacity:.85;letter-spacing:.02em;text-overflow:ellipsis;max-width:100%;font-size:10px;font-weight:500;overflow:hidden}.mapa-pin-valor{letter-spacing:-.01em;font-size:12px;font-weight:700}.mapa-pin-seta{border-left:7px solid #0000;border-right:7px solid #0000;border-top:8px solid var(--cor-destaque,#1d9e75);width:0;height:0}.mapa-pin-estrela{margin-right:3px;font-size:11px;line-height:1}.mapa-popup-container .leaflet-popup-content-wrapper{border:1px solid #e8e8e2;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px #00000024;padding:0!important}.mapa-popup-container .leaflet-popup-content{width:auto!important;margin:0!important}.mapa-popup-container .leaflet-popup-tip-container{display:none}.mapa-popup{min-width:220px;font-family:DM Sans,sans-serif}.mapa-popup-img-wrap{width:100%;height:140px;overflow:hidden}.mapa-popup-img{object-fit:cover;width:100%;height:100%;display:block}.mapa-popup-body{padding:12px 14px 14px}.mapa-popup-tipo{color:#9a9a90;text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px;font-size:11px;font-weight:600}.mapa-popup-titulo{color:#1a1a1a;margin-bottom:5px;font-size:14px;font-weight:600;line-height:1.3}.mapa-popup-local{color:#6b6b63;margin-bottom:10px;font-size:12px}.mapa-popup-valor{color:#1a1a1a;margin-bottom:12px;font-size:16px;font-weight:700}.mapa-popup-sob-consulta{color:#6b6b63;font-size:13px;font-style:italic}.mapa-popup-link{text-align:center;background:var(--cor-destaque,#1d9e75);color:#fff;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600;text-decoration:none;transition:filter .15s;display:block}.mapa-popup-link:hover{filter:brightness(.88)}.leaflet-container{font-family:DM Sans,sans-serif}.mapa-legenda{background:#fff;border:1px solid #e8e8e2;border-radius:10px;min-width:160px;padding:10px 14px;font-family:DM Sans,sans-serif;box-shadow:0 2px 12px #00000021}.mapa-legenda-titulo{text-transform:uppercase;letter-spacing:.05em;color:#9a9a90;margin-bottom:8px;font-size:11px;font-weight:700}.mapa-legenda-item{align-items:center;gap:8px;margin-bottom:5px;display:flex}.mapa-legenda-item:last-child{margin-bottom:0}.mapa-legenda-cor{border-radius:50%;flex-shrink:0;width:10px;height:10px}.mapa-legenda-label{color:#3a3a35;font-size:12px;font-weight:500}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{transition:transform .3s ease-out,opacity .3s ease-in}.marker-cluster-small,.marker-cluster-medium,.marker-cluster-large{background-clip:padding-box;border-radius:20px}.marker-cluster-small{background-color:#1d9e7540}.marker-cluster-small div{text-align:center;color:#fff;background-color:#1d9e75b3;border-radius:15px;width:30px;height:30px;margin-top:5px;margin-left:5px;font-size:12px;font-weight:700;line-height:30px}.marker-cluster-medium{background-color:#2563eb40}.marker-cluster-medium div{text-align:center;color:#fff;background-color:#2563ebb3;border-radius:15px;width:30px;height:30px;margin-top:5px;margin-left:5px;font-size:12px;font-weight:700;line-height:30px}.marker-cluster-large{background-color:#dc262640}.marker-cluster-large div{text-align:center;color:#fff;background-color:#dc2626b3;border-radius:15px;width:30px;height:30px;margin-top:5px;margin-left:5px;font-size:12px;font-weight:700;line-height:30px}.marker-cluster span{line-height:30px}.mapa-legenda-divisor{background:#e8e8e2;height:1px;margin:6px 0}.mapa-legenda-estrela{text-align:center;color:#d97706;flex-shrink:0;width:10px;font-size:12px}
:root{--cor-texto-cabecalho:#fff;--cor-bg-cabecalho:#1a1a2e;--cor-texto-rodape:#fff;--cor-bg-rodape:#1a1a2e;--cor-texto-formulario:#1a1a1a;--cor-bg-formulario:#f8f8f5;--cor-destaque:#1d9e75;--cor-destaque-fundo:#e1f5ee;--verde:var(--cor-destaque);--verde-claro:var(--cor-destaque-fundo);--whatsapp:#25d366;--whatsapp-hover:#1da851;--bg-page:#fff;--bg-card:#fff;--bg-sidebar:#fff;--border:#e8e8e2;--border-strong:#d0d0c8;--texto-primario:#1a1a1a;--texto-secundario:#6b6b63;--texto-hint:#9a9a90;--font-titulo:"Plus Jakarta Sans", sans-serif;--font-corpo:"Inter", sans-serif;--font-display:var(--font-titulo);--font-body:var(--font-corpo);--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--shadow-card:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-hover:0 4px 16px #0000001a;--transition:all .18s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--bg-page);color:var(--texto-primario);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body)}input,select,textarea{font-family:var(--font-body)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:10px}header{z-index:1000;position:sticky;top:0}
.Header-module__KHjLKa__header{z-index:1150;background:var(--cor-bg-cabecalho);color:var(--cor-texto-cabecalho);border-bottom:1px solid color-mix(in srgb, var(--cor-texto-cabecalho) 10%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0}.Header-module__KHjLKa__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:24px;max-width:1280px;height:68px;margin:0 auto;padding:0 32px;display:grid}.Header-module__KHjLKa__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.Header-module__KHjLKa__logoWrap,.Header-module__KHjLKa__logoWrapRetangular{flex-shrink:0;width:180px;height:44px;position:relative}.Header-module__KHjLKa__logoWrapMedia{flex-shrink:0;width:130px;height:52px;position:relative}.Header-module__KHjLKa__logoWrapQuadrada{flex-shrink:0;width:48px;height:48px;position:relative}.Header-module__KHjLKa__logoImg{object-fit:contain;object-position:left center;width:100%;height:100%}.Header-module__KHjLKa__logoTexto{font-family:var(--font-display);color:var(--cor-texto-cabecalho);letter-spacing:-.02em;white-space:nowrap;font-size:20px;font-weight:700}.Header-module__KHjLKa__navDesktop{justify-content:center;align-items:center;gap:4px;display:flex}.Header-module__KHjLKa__navLink{color:var(--cor-texto-cabecalho);opacity:.75;white-space:nowrap;padding:6px 16px;font-size:15px;font-weight:500;text-decoration:none;transition:opacity .15s;position:relative}.Header-module__KHjLKa__navLink:hover,.Header-module__KHjLKa__navLinkAtivo{opacity:1}.Header-module__KHjLKa__navLinkAtivo:after{content:"";background:var(--cor-texto-cabecalho);border-radius:2px;height:2px;position:absolute;bottom:-4px;left:16px;right:16px}.Header-module__KHjLKa__hamburguer{cursor:pointer;width:44px;height:44px;color:var(--cor-texto-cabecalho);background:0 0;border:none;border-radius:6px;flex-direction:column;flex-shrink:0;justify-content:center;gap:6px;padding:10px;transition:background-color .15s;display:flex}.Header-module__KHjLKa__hamburguer:hover{background:color-mix(in srgb, var(--cor-texto-cabecalho) 10%, transparent)}.Header-module__KHjLKa__hamLinha{background:currentColor;border-radius:2px;width:100%;height:2.5px;display:block}.Header-module__KHjLKa__overlay{z-index:1200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;position:fixed;inset:0}.Header-module__KHjLKa__overlayEntrando{animation:.25s forwards Header-module__KHjLKa__fadeIn}.Header-module__KHjLKa__overlaySaindo{animation:.3s forwards Header-module__KHjLKa__fadeOut}@keyframes Header-module__KHjLKa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Header-module__KHjLKa__fadeOut{0%{opacity:1}to{opacity:0}}.Header-module__KHjLKa__drawer{background:var(--cor-bg-cabecalho);width:380px;max-width:92vw;color:var(--cor-texto-cabecalho);z-index:1201;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:-8px 0 48px #0000004d}.Header-module__KHjLKa__drawerEntrando{animation:.32s cubic-bezier(.32,0,.16,1) forwards Header-module__KHjLKa__slideIn}.Header-module__KHjLKa__drawerSaindo{animation:.3s cubic-bezier(.32,0,.16,1) forwards Header-module__KHjLKa__slideOut}@keyframes Header-module__KHjLKa__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes Header-module__KHjLKa__slideOut{0%{transform:translate(0)}to{transform:translate(100%)}}.Header-module__KHjLKa__fecharBtn{width:44px;height:44px;color:var(--cor-texto-cabecalho);cursor:pointer;z-index:1;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .15s;display:flex;position:absolute;top:20px;right:24px}.Header-module__KHjLKa__fecharBtn:hover{background:color-mix(in srgb, var(--cor-texto-cabecalho) 10%, transparent)}.Header-module__KHjLKa__drawerNav{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:80px 40px 40px;display:flex}.Header-module__KHjLKa__drawerLink{color:var(--cor-texto-cabecalho);opacity:0;text-align:center;letter-spacing:.01em;padding:12px 24px;font-size:22px;font-weight:600;text-decoration:none;transition:transform .25s,opacity .15s;animation:.35s forwards Header-module__KHjLKa__linkEntrada;display:inline-block;position:relative}.Header-module__KHjLKa__drawerLink:hover{transform:scale(1.08);opacity:1!important}.Header-module__KHjLKa__drawerLinkAtivo{opacity:1!important}@keyframes Header-module__KHjLKa__linkEntrada{0%{opacity:0}to{opacity:.82}}.Header-module__KHjLKa__drawerLinkDestaque{border:1.5px solid var(--cor-texto-cabecalho);background:0 0;border-radius:8px;margin-top:8px;padding:10px 28px;transition:background .2s,color .2s,transform .25s;color:var(--cor-texto-cabecalho)!important;opacity:1!important}.Header-module__KHjLKa__drawerLinkDestaque:hover{transform:scale(1.08);background:var(--cor-texto-cabecalho)!important;color:var(--cor-bg-cabecalho)!important;opacity:1!important}.Header-module__KHjLKa__navLinkEmBreve{cursor:default;position:relative;opacity:.35!important}.Header-module__KHjLKa__badge{letter-spacing:.06em;text-transform:uppercase;background:color-mix(in srgb, var(--cor-texto-cabecalho) 15%, transparent);color:var(--cor-texto-cabecalho);vertical-align:middle;opacity:.7;border-radius:4px;margin-left:6px;padding:2px 6px;font-size:9px;font-weight:700;display:inline-block}.Header-module__KHjLKa__drawerLinkEmBreve{cursor:default;opacity:.3!important}.Header-module__KHjLKa__drawerBadge{letter-spacing:.06em;text-transform:uppercase;background:color-mix(in srgb, var(--cor-texto-cabecalho) 15%, transparent);color:var(--cor-texto-cabecalho);vertical-align:middle;border-radius:4px;margin-left:10px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.Header-module__KHjLKa__drawerRodape{border-top:1px solid color-mix(in srgb, var(--cor-texto-cabecalho) 10%, transparent);flex-direction:column;align-items:center;gap:12px;padding:24px 24px 32px;display:flex}.Header-module__KHjLKa__drawerRedes{flex-flow:wrap;justify-content:center;gap:10px;display:flex}.Header-module__KHjLKa__drawerRedeBotao{border:1px solid color-mix(in srgb, var(--cor-texto-cabecalho) 22%, transparent);width:40px;height:40px;color:var(--cor-texto-cabecalho);opacity:.7;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background .18s,opacity .18s,border-color .18s,color .18s;display:flex}.Header-module__KHjLKa__drawerRedeBotao:hover{background:var(--cor-texto-cabecalho);border-color:var(--cor-texto-cabecalho);color:var(--cor-bg-cabecalho);opacity:1}.Header-module__KHjLKa__drawerCreci{letter-spacing:.08em;text-transform:uppercase;opacity:.35;margin:0;font-size:11px;font-weight:600}@media (max-width:768px){.Header-module__KHjLKa__inner{justify-content:space-between;align-items:center;height:60px;padding:0 16px;display:flex}.Header-module__KHjLKa__navDesktop{display:none}.Header-module__KHjLKa__hamburguer{display:flex}.Header-module__KHjLKa__logoWrap,.Header-module__KHjLKa__logoWrapRetangular{width:160px;height:40px}.Header-module__KHjLKa__logoWrapMedia{width:110px;height:48px}.Header-module__KHjLKa__logoWrapQuadrada{width:44px;height:44px}.Header-module__KHjLKa__logoTexto{font-size:18px}.Header-module__KHjLKa__drawer{width:100vw}}
.Footer-module__yg9ahW__footer{background:var(--cor-bg-rodape);color:var(--cor-texto-rodape);margin-top:0}.Footer-module__yg9ahW__inner{flex-direction:column;gap:40px;max-width:1280px;margin:0 auto;padding:56px 48px 48px;display:flex}.Footer-module__yg9ahW__topo{justify-content:space-between;align-items:center;gap:24px;display:flex}.Footer-module__yg9ahW__logoWrap,.Footer-module__yg9ahW__logoWrapRetangular{flex-shrink:0;width:320px;height:72px;position:relative}.Footer-module__yg9ahW__logoWrapMedia{flex-shrink:0;width:240px;height:96px;position:relative}.Footer-module__yg9ahW__logoWrapQuadrada{flex-shrink:0;width:120px;height:120px;position:relative}.Footer-module__yg9ahW__logoImg{object-fit:contain;object-position:left center;width:100%;height:100%}.Footer-module__yg9ahW__logoTexto{font-family:var(--font-display);letter-spacing:-.02em;margin:0;font-size:36px;font-weight:700;line-height:1.1}.Footer-module__yg9ahW__redes{flex-wrap:wrap;flex-shrink:0;gap:8px;display:flex}.Footer-module__yg9ahW__redeBotao{border:1px solid color-mix(in srgb, var(--cor-texto-rodape) 65%, transparent);width:50px;height:50px;color:var(--cor-texto-rodape);opacity:.75;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:opacity .2s,border-color .2s,transform .25s;display:flex}.Footer-module__yg9ahW__redeBotao:hover{opacity:1;border-color:#0000;transform:scale(1.1)}.Footer-module__yg9ahW__contatos{flex-wrap:wrap;gap:24px 0;display:flex}.Footer-module__yg9ahW__contatoCard{border-right:1px solid color-mix(in srgb, var(--cor-texto-rodape) 12%, transparent);color:inherit;cursor:default;align-items:center;gap:16px;margin-right:48px;padding-right:48px;text-decoration:none;display:flex}a.Footer-module__yg9ahW__contatoCard{cursor:pointer}a.Footer-module__yg9ahW__contatoCard:hover .Footer-module__yg9ahW__contatoIco,div.Footer-module__yg9ahW__contatoCard:hover .Footer-module__yg9ahW__contatoIco{opacity:1;border-color:#0000;transform:scale(1.1)}.Footer-module__yg9ahW__contatoCard:last-child{border-right:none;margin-right:0;padding-right:0}.Footer-module__yg9ahW__contatoIco{border:1px solid color-mix(in srgb, var(--cor-texto-rodape) 65%, transparent);width:50px;height:50px;color:var(--cor-texto-rodape);opacity:.75;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .2s,border-color .2s,transform .25s;display:flex}.Footer-module__yg9ahW__contatoTexto{flex-direction:column;gap:3px;display:flex}.Footer-module__yg9ahW__contatoLabel{letter-spacing:.1em;text-transform:uppercase;opacity:.5;font-size:11px;font-weight:700;line-height:1}.Footer-module__yg9ahW__contatoValor{opacity:.92;font-size:15px;font-weight:600;line-height:1.3}.Footer-module__yg9ahW__bottom{border-top:1px solid color-mix(in srgb, var(--cor-texto-rodape) 12%, transparent);padding:18px 48px}.Footer-module__yg9ahW__bottomInner{justify-content:space-between;align-items:center;gap:16px;max-width:1280px;margin:0 auto;display:flex}.Footer-module__yg9ahW__dev{opacity:.45;white-space:nowrap;align-items:center;gap:12px;font-size:13px;font-weight:400;display:flex}.Footer-module__yg9ahW__devLogo{object-fit:contain;filter:brightness(0)invert();opacity:.6;flex-shrink:0;width:auto;height:26px}.Footer-module__yg9ahW__devLink{color:inherit;text-underline-offset:3px;font-weight:400;text-decoration:underline;transition:opacity .15s}.Footer-module__yg9ahW__devLink:hover{opacity:.7}.Footer-module__yg9ahW__bottomEsquerda{align-items:center;gap:12px;display:flex}.Footer-module__yg9ahW__creci{opacity:.4;font-size:13px;font-weight:400}.Footer-module__yg9ahW__sep{opacity:.2;font-size:13px}.Footer-module__yg9ahW__copy{opacity:.4;white-space:nowrap;margin:0;font-size:13px;font-weight:400}@media (min-width:901px){.Footer-module__yg9ahW__inner{gap:40px;padding:56px 48px 48px}.Footer-module__yg9ahW__bottom{padding:18px 48px}.Footer-module__yg9ahW__topo{flex-direction:row;align-items:center;gap:24px}.Footer-module__yg9ahW__logoWrap,.Footer-module__yg9ahW__logoWrapRetangular{width:320px;height:72px}.Footer-module__yg9ahW__logoWrapMedia{width:240px;height:120px}.Footer-module__yg9ahW__logoWrapQuadrada{width:120px;height:120px}.Footer-module__yg9ahW__logoTexto{font-size:36px}.Footer-module__yg9ahW__contatos{flex-direction:row}.Footer-module__yg9ahW__contatoCard{border-right:1px solid color-mix(in srgb, var(--cor-texto-rodape) 12%, transparent);border-bottom:none;margin-right:48px;padding:0 48px 0 0}.Footer-module__yg9ahW__contatoCard:last-child{border-right:none;margin-right:0;padding-right:0}.Footer-module__yg9ahW__bottomInner{flex-direction:row;align-items:center;gap:16px}.Footer-module__yg9ahW__bottomEsquerda{flex-direction:row;align-items:center;gap:12px}.Footer-module__yg9ahW__sep{display:inline}.Footer-module__yg9ahW__copy{white-space:nowrap}}@media (max-width:900px){.Footer-module__yg9ahW__inner{gap:32px;padding:44px 24px 36px}.Footer-module__yg9ahW__bottom{padding:16px 24px}.Footer-module__yg9ahW__topo{flex-direction:column;align-items:flex-start;gap:16px}.Footer-module__yg9ahW__logoWrap,.Footer-module__yg9ahW__logoWrapRetangular{width:320px;height:72px}.Footer-module__yg9ahW__logoWrapMedia{width:240px;height:120px}.Footer-module__yg9ahW__logoWrapQuadrada{width:120px;height:120px}.Footer-module__yg9ahW__logoTexto{font-size:26px}.Footer-module__yg9ahW__contatos{flex-direction:column;row-gap:20px}.Footer-module__yg9ahW__contatoCard{border-right:none;border-bottom:1px solid color-mix(in srgb, var(--cor-texto-rodape) 10%, transparent);margin-right:0;padding:0 0 20px}.Footer-module__yg9ahW__contatoCard:last-child{border-bottom:none;padding-bottom:0}.Footer-module__yg9ahW__bottomInner{flex-direction:column;align-items:flex-start;gap:6px}.Footer-module__yg9ahW__bottomEsquerda{flex-direction:column;align-items:flex-start;gap:4px}.Footer-module__yg9ahW__sep{display:none}.Footer-module__yg9ahW__copy{white-space:normal}}
.Contato-module__RLz16G__secao{padding:80px 0}.Contato-module__RLz16G__container{max-width:1100px;margin:0 auto;padding:0 24px}.Contato-module__RLz16G__grid{grid-template-columns:1fr 1px 1fr;align-items:start;gap:60px;display:grid}@media (max-width:768px){.Contato-module__RLz16G__grid{grid-template-columns:1fr;gap:40px}.Contato-module__RLz16G__divisor{display:none}}.Contato-module__RLz16G__dados{flex-direction:column;gap:28px;display:flex}.Contato-module__RLz16G__subtitulo{text-transform:uppercase;letter-spacing:.12em;color:var(--cor-destaque,#1d9e75);margin:0;font-size:.72rem;font-weight:600}.Contato-module__RLz16G__titulo{margin:0;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.2}.Contato-module__RLz16G__nomeImob{text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.78rem;font-weight:700}.Contato-module__RLz16G__itens{flex-direction:column;gap:20px;display:flex}.Contato-module__RLz16G__item{align-items:center;gap:16px;text-decoration:none;transition:opacity .2s;display:flex}.Contato-module__RLz16G__item:hover{opacity:.8}.Contato-module__RLz16G__itemIcone{border:1px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Contato-module__RLz16G__itemLabel{margin:0 0 2px;font-size:.75rem}.Contato-module__RLz16G__itemValor{margin:0;font-size:.95rem;font-weight:600}.Contato-module__RLz16G__divisor{align-self:stretch;width:1px}.Contato-module__RLz16G__formulario{flex-direction:column;gap:24px;display:flex}.Contato-module__RLz16G__tituloForm{margin:0;font-size:1.6rem;font-weight:700}.Contato-module__RLz16G__form{flex-direction:column;gap:20px;display:flex}.Contato-module__RLz16G__campo{flex-direction:column;gap:8px;display:flex}.Contato-module__RLz16G__campoLabel{font-size:.82rem}.Contato-module__RLz16G__input,.Contato-module__RLz16G__textarea{resize:none;background:0 0;border:none;border-bottom:1px solid;outline:none;width:100%;padding:8px 0;font-family:inherit;font-size:.92rem;transition:border-color .2s}.Contato-module__RLz16G__input::placeholder,.Contato-module__RLz16G__textarea::placeholder{opacity:.3}.Contato-module__RLz16G__input:focus,.Contato-module__RLz16G__textarea:focus{border-bottom-color:var(--cor-destaque,#1d9e75)!important}.Contato-module__RLz16G__btnEnviar{cursor:pointer;border:none;border-radius:8px;align-self:flex-start;margin-top:4px;padding:14px 40px;font-family:inherit;font-size:.92rem;font-weight:700;transition:filter .2s}.Contato-module__RLz16G__btnEnviar:hover{filter:brightness(.88)}.Contato-module__RLz16G__btnEnviar:disabled{opacity:.7;cursor:not-allowed}.Contato-module__RLz16G__obrigatorio{color:var(--cor-destaque,#1d9e75);margin-left:2px}.Contato-module__RLz16G__inputErro{border-bottom-color:#e05252!important}.Contato-module__RLz16G__erro{color:#e05252;font-size:.75rem;display:block}.Contato-module__RLz16G__erroEnvio{color:#e05252;background:#e052521a;border:1px solid #e052524d;border-radius:6px;margin:0;padding:10px 14px;font-size:.82rem}.Contato-module__RLz16G__sucessoEnvio{color:var(--cor-destaque,#1d9e75);background:#1d9e751a;border:1px solid #1d9e754d;border-radius:6px;margin:0;padding:14px 18px;font-size:.9rem;font-weight:500;line-height:1.5}.Contato-module__RLz16G__contadorWrap{justify-content:space-between;align-items:center;min-height:18px;display:flex}.Contato-module__RLz16G__contador{margin-left:auto;font-size:.72rem;transition:color .2s}.Contato-module__RLz16G__contadorInsuficiente{opacity:.3}.Contato-module__RLz16G__contadorOk{color:var(--cor-destaque,#1d9e75)}.Contato-module__RLz16G__itemValorLink{font-size:15px;font-weight:600;line-height:1.6;text-decoration:none;display:block}.Contato-module__RLz16G__itemValorLink:hover{text-decoration:underline}
.BotaoWhatsApp-module___BoX7W__btn{z-index:200;background:var(--whatsapp);color:#fff;width:56px;height:56px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 16px #25d36666}.BotaoWhatsApp-module___BoX7W__btn:hover{background:var(--whatsapp-hover);transform:scale(1.06);box-shadow:0 6px 24px #25d36680}@media (max-width:600px){.BotaoWhatsApp-module___BoX7W__btn{width:50px;height:50px;bottom:20px;right:20px}}
