@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@100;200;300;400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--color-primary: #171717;--color-secondary: #555555;--color-bg: #ffffff;--color-surface: #f5f3ef;--color-border: #e0e0e0;--color-muted: #bdbdbd;--font-sans: "Space Grotesk", sans-serif;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 32px;--spacing-xl: 64px}body{background:var(--color-bg);color:var(--color-primary);font-family:var(--font-sans);font-size:16px;line-height:1.5;margin:0}h1,.heading-1{font-size:32px;font-weight:700;font-family:var(--font-sans);color:var(--color-primary);line-height:2.5rem}h2,.heading-2{font-size:24px;font-weight:600;font-family:var(--font-sans);color:var(--color-primary);line-height:2rem}.text-body{font-size:16px;font-weight:400;color:var(--color-secondary)}.text-small{font-size:14px;font-weight:400;color:var(--color-secondary)}.btn-primary{background-color:var(--color-primary);color:var(--color-bg);padding:12px 24px;font-family:var(--font-sans);font-weight:600;border:none;border-radius:4px;cursor:pointer;text-transform:uppercase;transition:background .2s}.btn-primary:hover{background-color:var(--color-secondary)}.input,input,textarea{width:100%;border:1px solid var(--color-border);border-radius:4px;padding:12px;font-family:var(--font-sans);font-size:14px;color:var(--color-primary)}input:focus,textarea:focus{outline:none;border-color:var(--color-primary)}::-webkit-scrollbar{width:10px;background:#181818}::-webkit-scrollbar-thumb{background:#444;border-radius:8px;border:2px solid #181818;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:#888}::-webkit-scrollbar-corner{background:#181818}html{scrollbar-width:thin;scrollbar-color:#444 #181818}html,body{margin:0;padding:0;box-sizing:border-box}.header{position:sticky;top:0;width:100%;background:linear-gradient(to bottom,rgba(0,0,0,.7),transparent);z-index:100;transition:height .3s,padding .3s;margin-top:0!important;padding-top:0!important}.header__container{display:flex;align-items:flex-start;justify-content:space-between;padding:2.5rem 1.5rem 1.5rem;transition:padding .3s;max-width:100vw}.header__logo{display:flex;align-items:center}.header__logo img{height:2.2rem;width:auto;display:block;filter:drop-shadow(0 0 8px rgba(0,0,0,.5))}.header__nav{display:flex;gap:1.2rem;align-items:center;margin-left:auto;margin-right:2rem}.header__nav-item{color:#fff;font-size:1rem;text-decoration:none;transition:all .2s;font-weight:100;letter-spacing:.02em}.header__nav-item:hover{color:#fff;text-shadow:0 0 12px rgba(0,0,0,.8)}.header__nav-item--active{color:#fff!important;font-weight:500;text-shadow:1px 1px 20px rgba(0,0,0,.8)}.header__i18n{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;font-size:.85rem;margin-left:2rem;text-shadow:0 0 8px rgba(0,0,0,.8)}.header__lang{cursor:pointer;opacity:.8}.header__lang:hover{opacity:1}.header__divider{margin:0 .5rem;color:#ffffffb3;text-shadow:0 0 8px rgba(0,0,0,.8)}.header__restricted{font-size:.85rem;color:#ffffffe6;margin-left:.5rem;cursor:pointer;text-shadow:0 0 8px rgba(0,0,0,.8)}.header--top .header__container{padding-top:2.5rem;padding-bottom:1.5rem}.header--top .header__i18n{opacity:1;pointer-events:auto;transition:opacity .3s}.header--top .header__divider{color:#ffffffb3}.header--scrolled .header__container{padding-top:.7rem;padding-bottom:.7rem;align-items:center}.header--scrolled .header__i18n{opacity:0;pointer-events:none;transition:opacity .3s}.header__lang--active{color:#fff!important;text-shadow:0 0 12px rgba(25,25,25,.8);font-weight:700}@media (max-width: 900px){.header__container{flex-direction:row;padding:.5rem 1rem!important}.header__nav{display:none}.header__menu-mobile{display:flex!important;align-items:center;cursor:pointer;margin-left:auto;margin-right:1rem;z-index:200}.header__logo img{height:1.8rem}}@media (max-width: 600px){.header__container{padding:.3rem .5rem!important}.header__logo img{height:1.5rem}}.header__nav-mobile{display:flex;flex-direction:column;position:fixed;top:0;right:0;width:70vw;max-width:320px;height:100vh;background:linear-gradient(135deg,#1e1e1eeb 60%,#3c3c3cd9);z-index:300;padding:2rem 1.5rem;box-shadow:-2px 0 16px #0003;gap:1.5rem;animation:slideIn .3s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-left:1.5px solid rgba(255,255,255,.07);overflow-y:auto;max-height:100vh}@keyframes slideIn{0%{right:-100vw}to{right:0}}.header__nav-mobile a{color:#fff;font-size:1.2rem;margin-bottom:.8rem;text-decoration:none;font-weight:400;padding:.5rem 0;transition:color .2s}.header__nav-mobile a:not(:last-child){border-bottom:1px solid rgba(255,255,255,.08)}.header__nav-mobile .header__divider-menu{width:100%;height:1px;background:#ffffff1a;margin:.5rem 0}.header__nav-mobile .header__i18n{display:flex;justify-content:center;align-items:center;gap:.7rem;margin-top:0rem;margin-left:0;font-size:1.1rem;color:#fff;opacity:.85}.header__menu-mobile{display:none}._footer_2xzzu_1{background:#181818;color:#e6e6e6;padding:48px 0 24px;font-family:Space Grotesk,Montserrat,Barlow,Poppins,Rubik,Nunito Sans,Quicksand,sans-serif;border-top:1px solid #232323}._container_2xzzu_9{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:32px;align-items:flex-start;padding:0 2rem}._brand_2xzzu_19{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:.04em;opacity:.7}._logo_2xzzu_29{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.5rem;letter-spacing:.04em;color:#fff;opacity:.7;height:2.2rem;width:auto;display:block}._nav_2xzzu_41{display:flex;flex-direction:column;gap:10px}._link_2xzzu_47{color:#e6e6e6;text-decoration:none;font-size:1rem;opacity:.85;transition:color .2s,opacity .2s}._link_2xzzu_47:hover{color:#fff;opacity:1}._contact_2xzzu_60{display:flex;flex-direction:column;gap:6px;font-size:1rem;opacity:.85}._contact_2xzzu_60 a{color:#e6e6e6;text-decoration:none;transition:color .2s}._contact_2xzzu_60 a:hover{color:#fff}._socials_2xzzu_78{display:flex;gap:18px;align-items:center;justify-content:flex-end}._socials_2xzzu_78 a{opacity:.85;transition:opacity .2s,transform .2s}._socials_2xzzu_78 a:hover{opacity:1;transform:scale(1.12)}._socials_2xzzu_78 svg{stroke:#fff;fill:none}._socials_2xzzu_78 svg *{stroke:#fff;fill:#fff}._credits_2xzzu_105{margin-top:36px;text-align:center;font-size:.88rem;color:#888;opacity:.85;display:flex;flex-direction:column;gap:4px}._creditsLink_2xzzu_116{font-size:.78rem}@media (max-width: 900px){._container_2xzzu_9{grid-template-columns:1fr 1fr;gap:24px;padding:0 1rem}._socials_2xzzu_78{justify-content:flex-start;margin-top:12px}}@media (max-width: 600px){._footer_2xzzu_1{padding:32px 0 16px}._container_2xzzu_9{grid-template-columns:1fr;gap:18px;padding:0 .5rem}._brand_2xzzu_19,._nav_2xzzu_41,._contact_2xzzu_60,._socials_2xzzu_78{justify-content:center;align-items:center;text-align:center}._socials_2xzzu_78{margin-top:10px}._credits_2xzzu_105{margin-top:24px;font-size:.93rem}}._embla_1ax3f_1{width:100%;height:100vh;overflow:hidden;margin-top:-100px;position:relative;z-index:1}._embla__container_1ax3f_10{display:flex;height:100%}._embla__slide_1ax3f_15{flex:0 0 100%;min-width:0;height:100vh;position:relative}._embla__slide_1ax3f_15>span{display:block!important;width:100%!important;height:100%!important}._embla__slide__img_1ax3f_28{width:100%;height:100vh;object-fit:cover}@media (max-width: 900px){._embla_1ax3f_1{height:60vh;margin-top:-60px}._embla__slide_1ax3f_15,._embla__slide__img_1ax3f_28{height:60vh}}@media (max-width: 600px){._embla_1ax3f_1{height:38vh;margin-top:-40px}._embla__slide_1ax3f_15,._embla__slide__img_1ax3f_28{height:38vh}}._servicosSection_1fcs7_1{display:flex;align-items:center;justify-content:center;gap:3rem;padding:4rem 11rem;max-width:1200px;flex-wrap:wrap;margin:0 auto}._servicosLista_1fcs7_12{flex:1 1 350px;min-width:320px}._titulo_1fcs7_17{font-size:2.5rem;font-weight:600;margin-bottom:2rem;letter-spacing:.01em}ul{list-style:none;padding:0;margin:0}li{font-size:1.5rem;color:#bdbdbd;margin-bottom:1.5rem;font-weight:400;transition:color .2s}._ativo_1fcs7_38{color:#171717;font-weight:600}._servicoTitulo_1fcs7_43{display:flex;align-items:center;gap:.5rem}._numero_1fcs7_49{font-size:1rem;color:#bdbdbd;font-weight:300;margin-left:.5rem}._servicoDescricao_1fcs7_56{font-size:1rem;color:#555;margin-top:.5rem;max-width:350px}._servicosImagemContainer_1fcs7_63{flex:1 1 350px;min-width:320px;display:flex;align-items:center;justify-content:center;aspect-ratio:1}._servicosImagem_1fcs7_63{width:100%;height:100%;border-radius:8px;object-fit:cover;box-shadow:0 4px 24px #00000014}._ativoTitulo_1fcs7_80{color:#171717!important;font-weight:700}@media (min-width: 1600px){._servicosSection_1fcs7_1{max-width:1400px;gap:6rem;padding:4rem 0}}@media (min-width: 2200px){._servicosSection_1fcs7_1{max-width:1800px;gap:10rem;padding:4rem 0}}@media (max-width: 900px){._servicosSection_1fcs7_1{flex-direction:row;align-items:flex-start;justify-content:center;gap:1.5rem;padding:2rem 1rem;max-width:100%}._servicosLista_1fcs7_12{display:block;text-align:left;min-width:0;width:50%}._servicosImagemContainer_1fcs7_63{margin-top:0;margin-bottom:0;width:100%;height:auto;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box}._servicosImagem_1fcs7_63{width:100%;height:auto;max-width:100%;max-height:none;border-radius:6px;margin:0;box-shadow:0 4px 24px #00000014;display:block}}@media (max-width: 600px){._servicosSection_1fcs7_1{padding:1rem .5rem;gap:.7rem;max-width:100%;flex-direction:column;align-items:center;justify-content:center}._servicosLista_1fcs7_12{display:flex;flex-direction:column;align-items:center;width:100%}._servicosLista_1fcs7_12 ul{width:100%;padding:0;margin:0}._servicosImagemContainer_1fcs7_63{margin-top:0;margin-bottom:0;width:100%;height:auto;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box}._servicosImagem_1fcs7_63{width:100%;height:auto;max-width:100%;max-height:none;border-radius:6px;margin:0;box-shadow:0 4px 24px #00000014;display:block}._titulo_1fcs7_17{font-size:1.3rem;margin-bottom:1rem}li{font-size:1rem;margin-bottom:1rem}._servicoDescricao_1fcs7_56{font-size:.95rem;max-width:100%}}._contatoSection_1y0e0_1{background:#f6f4f1;padding:64px 0}._container_1y0e0_6{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:48px;flex-wrap:wrap;padding:0 2rem}._infoArea_1y0e0_17{flex:1 1 320px;min-width:300px}._infoArea_1y0e0_17 h2{font-size:2rem;margin-bottom:16px;color:#333}._infoArea_1y0e0_17 p,._infoArea_1y0e0_17 a{font-size:1rem;color:#555;margin-bottom:8px;display:block;text-decoration:none}._formArea_1y0e0_37{flex:1 1 400px;min-width:340px;display:flex;justify-content:flex-end}._formCard_1y0e0_44{background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000012;padding:32px 24px;width:100%;max-width:400px}._formCard_1y0e0_44 h3{font-size:1.3rem;margin-bottom:8px;color:#333}._formCard_1y0e0_44 p{font-size:.95rem;color:#666;margin-bottom:20px}form{display:flex;flex-direction:column;gap:12px}._row_1y0e0_71{display:flex;gap:12px}._input_1y0e0_76{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:1rem;background:#fafafa;transition:border .2s;box-sizing:border-box}._input_1y0e0_76:focus{border:1.5px solid #bfa16a;outline:none}._select_1y0e0_92{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fafafa url('data:image/svg+xml;utf8,<svg fill="%23bfa16a" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right .75em center/1.2em 1.2em;padding-right:2.5em;border:1px solid #ddd;border-radius:6px;font-size:1rem;color:#333;transition:border .2s}._select_1y0e0_92:focus{border:1.5px solid #bfa16a;outline:none}button{background:#bfa16a;color:#fff;border:none;border-radius:6px;padding:12px;font-size:1rem;cursor:pointer;opacity:.7;margin-top:8px}button:hover{opacity:1;background:#bfa16a}._submitBtn_1y0e0_124{background:linear-gradient(90deg,#bfa16a 60%,#e7d3b0);color:#fff;border:none;border-radius:6px;padding:12px;font-size:1rem;cursor:pointer;opacity:.85;margin-top:8px;font-family:var(--font-sans);font-weight:600;letter-spacing:.02em;box-shadow:0 2px 12px #bfa16a14;transition:all .2s cubic-bezier(.4,0,.2,1)}._submitBtn_1y0e0_124:hover{opacity:1;background:linear-gradient(90deg,#bfa16a 80%,#e7d3b0);box-shadow:0 4px 24px #bfa16a21}@media (max-width: 900px){._container_1y0e0_6{flex-direction:column;gap:32px;align-items:center;padding:0 2rem}._formArea_1y0e0_37{justify-content:center;width:100%;display:flex}._formCard_1y0e0_44{margin:0 auto;width:100%;max-width:400px}}@media (max-width: 600px){._contatoSection_1y0e0_1{padding:32px 0 24px}._container_1y0e0_6{padding:0 .5rem;gap:20px}._formArea_1y0e0_37{width:100%;justify-content:center}._formCard_1y0e0_44{padding:18px 8px;max-width:100%;border-radius:8px;margin:0 auto}input,textarea{font-size:.98rem;padding:9px 8px;width:100%;box-sizing:border-box}._row_1y0e0_71{flex-direction:column;gap:8px}button{font-size:1rem;padding:10px;width:100%}}._error_1y0e0_199{color:#e57373;font-size:.92rem;margin-top:2px;margin-bottom:4px;display:block;text-align:left}._sobre-container_ev7hn_1{display:flex;align-items:flex-start;justify-content:space-around;min-height:30vh;padding:6rem 2rem;position:relative;background:#fff;flex-wrap:wrap;gap:2rem;max-width:1600px;margin:0 auto}._sobre-img-wrapper_ev7hn_15{position:relative;width:480px;height:320px;margin-right:80px;flex-shrink:0;display:flex;align-items:flex-start;justify-content:flex-start;min-width:320px;min-height:200px}._sobre-img_ev7hn_15{width:100%;height:100%;object-fit:cover;border-radius:0;box-shadow:none;display:block;filter:brightness(.96)}._sobre-title-overlap_ev7hn_38{position:absolute;top:42px;left:380px;color:#1f1f1f;font-size:4rem;font-weight:600;line-height:1.05;z-index:2;white-space:pre-line;text-align:left;letter-spacing:.01em;background:transparent;padding-left:0;padding-right:12px;width:240px;line-height:1.3;transition:all .4s ease-out}._sobre-title-overlap_ev7hn_38 ._slash_ev7hn_58{color:#eae6e1;font-weight:600}._sobre-content_ev7hn_63{max-width:520px;margin-top:1.5rem;min-width:220px}._sobre-content_ev7hn_63 p{margin-top:18px;font-size:1.08rem;color:#444;line-height:1.7}@media (max-width: 1200px){._sobre-title-overlap_ev7hn_38{left:300px;font-size:3.2rem;width:200px}._sobre-img-wrapper_ev7hn_15{width:380px;height:260px;margin-right:60px}}@media (max-width: 1100px){._sobre-container_ev7hn_1{padding:4rem 2rem}._sobre-title-overlap_ev7hn_38{left:260px;font-size:2.8rem;width:180px}._sobre-img-wrapper_ev7hn_15{width:320px;height:220px;margin-right:32px}._sobre-content_ev7hn_63{max-width:420px}}@media (max-width: 900px){._sobre-container_ev7hn_1{flex-direction:column;padding:3rem 2rem;min-height:auto;align-items:center;gap:0}._sobre-img-wrapper_ev7hn_15{position:relative;margin:0 auto 4rem;width:90%;max-width:540px;height:260px}._sobre-title-overlap_ev7hn_38{font-size:3rem;top:auto;bottom:-30px;left:20px;width:auto;padding:0;white-space:nowrap}._sobre-content_ev7hn_63{max-width:90%;width:100%;margin:2rem auto 0;padding:0 1rem}}@media (max-width: 600px){._sobre-container_ev7hn_1{padding:2rem 1rem 3rem}._sobre-img-wrapper_ev7hn_15{width:100%;height:180px;margin-bottom:3rem}._sobre-title-overlap_ev7hn_38{font-size:2.2rem;bottom:-24px;left:10px}._sobre-content_ev7hn_63{width:100%;max-width:100%;padding:0 .5rem}._sobre-content_ev7hn_63 p{font-size:1rem}}._bigNumbersSection_6ux2f_1{width:100%;margin:48px 0 96px;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;background:#fff;position:relative}._row_6ux2f_10{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;width:100%}._bigNumberItem_6ux2f_18{flex:1 1 33%;max-width:33%;min-width:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 0 24px;box-sizing:border-box}._divider_6ux2f_30{width:100%;height:1px;background:#eaeaea;margin:0}._value_6ux2f_37{font-size:2.1rem;font-weight:400;color:#1f1f1f;margin-bottom:12px;letter-spacing:.01em}._label_6ux2f_45{font-size:1rem;color:#222;opacity:.7;text-align:center;font-weight:300;line-height:1.2}@media (max-width: 900px){._bigNumberItem_6ux2f_18{flex:1 1 100%;max-width:100%;padding:24px 0 16px}}._mvvSection_15ecb_1{width:100%;max-width:1600px;margin:80px auto 128px;display:flex;flex-direction:column;gap:0;padding:0;box-sizing:border-box;background:#fff}._mvvItem_15ecb_13{display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:0;width:100%;margin:0 auto;background:#fff;position:relative;padding:0}._mvvItemFullImage_15ecb_26{height:380px;width:100%;margin:0 0 20px;position:relative;overflow:hidden}._mvvImg_15ecb_34{width:50%;height:320px;object-fit:cover;border-radius:0;box-shadow:none;flex-shrink:0;margin:0}._mvvFullImg_15ecb_44{width:100%;height:100%;object-fit:cover}._mvvTextBlock_15ecb_50{width:50%;min-width:320px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:transparent;border-radius:0;padding:40px 64px;box-shadow:none;position:relative;z-index:2}._mvvTitle_15ecb_65{font-size:1.8rem;font-weight:600;color:#444;margin-bottom:18px;letter-spacing:.01em;line-height:1.1;position:relative;display:inline-block}._mvvText_15ecb_50{font-size:1rem;color:#666;font-weight:400;line-height:1.7;max-width:100%}._mvvSectionGroup_15ecb_84{display:flex;flex-direction:column;width:100%;margin:80px 0}@media (min-width: 1101px){._mvvItem_15ecb_13:not(:last-child){margin-bottom:40px}._mvvItemFullImage_15ecb_26{height:380px;margin:80px 0}}@media (max-width: 1100px) and (min-width: 769px){._mvvSection_15ecb_1{gap:0;margin:60px auto 80px}._mvvItem_15ecb_13{flex-direction:row!important}._mvvImg_15ecb_34{width:50%;height:280px}._mvvTextBlock_15ecb_50{width:50%;padding:30px 40px}._mvvTitle_15ecb_65{font-size:1.6rem;margin-bottom:15px}._mvvText_15ecb_50{font-size:.95rem;line-height:1.6}._mvvItemFullImage_15ecb_26{height:300px;margin:60px 0}}@media (max-width: 768px){._mvvSection_15ecb_1{margin:40px auto 60px;gap:40px}._mvvItem_15ecb_13{flex-direction:column!important;max-width:100%;margin-bottom:60px}._mvvImg_15ecb_34{width:100%;height:240px;order:-1}._mvvTextBlock_15ecb_50{width:100%;min-width:0;padding:25px 20px;text-align:left;align-items:flex-start}._mvvTitle_15ecb_65{font-size:1.4rem;margin-bottom:12px}._mvvText_15ecb_50{font-size:.9rem;line-height:1.6}._mvvItemFullImage_15ecb_26{height:240px;margin:40px 0}}@media (max-width: 600px){._mvvSection_15ecb_1{margin:30px auto 50px;gap:30px}._mvvItem_15ecb_13{margin-bottom:40px}._mvvImg_15ecb_34{height:180px}._mvvTextBlock_15ecb_50{padding:20px 15px}._mvvTitle_15ecb_65{font-size:1.3rem;margin-bottom:10px}._mvvItemFullImage_15ecb_26{height:200px;margin:30px 0}}._placeholder_1kqtt_2{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px dashed rgba(212,165,116,.3);border-radius:12px;position:relative;overflow:hidden;transition:all .3s ease}._placeholder_1kqtt_2:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(212,165,116,.05) 10px,rgba(212,165,116,.05) 20px);pointer-events:none}._placeholder_1kqtt_2:hover{border-color:#d4a57480;transform:translateY(-2px);box-shadow:0 8px 25px #d4a57426}._placeholder_1kqtt_2._small_1kqtt_28{min-height:200px;width:100%}._placeholder_1kqtt_2._small_1kqtt_28 ._icon_1kqtt_32{width:60px;height:60px}._placeholder_1kqtt_2._small_1kqtt_28 ._title_1kqtt_36{font-size:1rem}._placeholder_1kqtt_2._small_1kqtt_28 ._subtitle_1kqtt_39{font-size:.875rem}._placeholder_1kqtt_2._medium_1kqtt_42{min-height:300px;width:100%}._placeholder_1kqtt_2._medium_1kqtt_42 ._icon_1kqtt_32{width:80px;height:80px}._placeholder_1kqtt_2._medium_1kqtt_42 ._title_1kqtt_36{font-size:1.25rem}._placeholder_1kqtt_2._medium_1kqtt_42 ._subtitle_1kqtt_39{font-size:1rem}._placeholder_1kqtt_2._large_1kqtt_56{min-height:400px;width:100%}._placeholder_1kqtt_2._large_1kqtt_56 ._icon_1kqtt_32{width:120px;height:120px}._placeholder_1kqtt_2._large_1kqtt_56 ._title_1kqtt_36{font-size:1.5rem}._placeholder_1kqtt_2._large_1kqtt_56 ._subtitle_1kqtt_39{font-size:1.125rem}._content_1kqtt_71{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;position:relative;z-index:1}._icon_1kqtt_32{margin-bottom:1.5rem;filter:drop-shadow(0 4px 12px rgba(212,165,116,.2));transition:transform .3s ease}._placeholder_1kqtt_2:hover ._icon_1kqtt_32{transform:scale(1.05)}._text_1kqtt_91{color:#6c757d}._title_1kqtt_36{margin:0 0 .5rem;font-weight:500;color:#495057;font-family:inherit}._subtitle_1kqtt_39{margin:0;opacity:.7;font-weight:400}@keyframes _gentle-pulse_1kqtt_1{0%,to{opacity:.8}50%{opacity:1}}._placeholder_1kqtt_2{animation:_gentle-pulse_1kqtt_1 3s ease-in-out infinite}@media (max-width: 768px){._placeholder_1kqtt_2._large_1kqtt_56{min-height:300px}._placeholder_1kqtt_2._large_1kqtt_56 ._icon_1kqtt_32{width:80px;height:80px}._placeholder_1kqtt_2._large_1kqtt_56 ._title_1kqtt_36{font-size:1.25rem}._placeholder_1kqtt_2._large_1kqtt_56 ._subtitle_1kqtt_39{font-size:1rem}._placeholder_1kqtt_2._medium_1kqtt_42{min-height:250px}._placeholder_1kqtt_2._medium_1kqtt_42 ._icon_1kqtt_32{width:60px;height:60px}._placeholder_1kqtt_2._medium_1kqtt_42 ._title_1kqtt_36{font-size:1.125rem}._placeholder_1kqtt_2._medium_1kqtt_42 ._subtitle_1kqtt_39{font-size:.875rem}._content_1kqtt_71{padding:1.5rem}}._loadingContainer_1gcuh_2{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;min-height:50vh}._loadingContainer_1gcuh_2._fullHeight_1gcuh_10{min-height:80vh}._spinner_1gcuh_14{position:relative;width:50px;height:50px;margin-bottom:1.5rem}._spinnerInner_1gcuh_21{width:100%;height:100%;border:3px solid rgba(212,165,116,.2);border-top:3px solid #D4A574;border-radius:50%;animation:_spin_1gcuh_14 1s linear infinite}@keyframes _spin_1gcuh_14{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingMessage_1gcuh_38{color:#666;font-size:1rem;font-weight:400;margin:0;opacity:.8;text-align:center}._loadingContainer_1gcuh_2{animation:_fadeIn_1gcuh_1 .3s ease-in-out}@keyframes _fadeIn_1gcuh_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){._loadingContainer_1gcuh_2{padding:3rem 1rem;min-height:40vh}._loadingContainer_1gcuh_2._fullHeight_1gcuh_10{min-height:70vh}._spinner_1gcuh_14{width:40px;height:40px;margin-bottom:1rem}._loadingMessage_1gcuh_38{font-size:.9rem}}._projetosMain_nex1w_1{max-width:1400px;margin:0 auto;padding:0 24px 48px}@media (max-width: 768px){._projetosMain_nex1w_1{padding:0 16px 48px}}._grid_nex1w_12{display:flex;flex-direction:column;gap:48px}._linha_nex1w_18{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}._cardGrande_nex1w_24{grid-row:span 1;grid-column:span 1;background:#fff;box-shadow:0 2px 16px #0000000f;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;min-height:340px;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}._cardGrande_nex1w_24:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}._cardPequeno_nex1w_43{background:#fff;box-shadow:0 2px 12px #0000000a;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;min-height:180px;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}._cardPequeno_nex1w_43:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}._imgWrapper_nex1w_60{width:100%;height:180px;overflow:hidden;border-radius:4px}._imgWrapper_nex1w_60 img{width:100%;height:100%;object-fit:cover;display:block}._imgWrapper_nex1w_60>div{width:100%;height:100%;border-radius:4px}._cardGrande_nex1w_24 ._imgWrapper_nex1w_60{height:260px}._info_nex1w_82{padding:18px 16px 10px}._categoria_nex1w_86{font-size:.9rem;color:#b6b6b6;text-transform:uppercase;letter-spacing:.04em}._titulo_nex1w_93{font-size:1.2rem;font-weight:600;margin:8px 0 4px}._meta_nex1w_99{font-size:.95rem;color:#888;display:flex;justify-content:space-between}._cardVazio_nex1w_106{background:none}._loadingContainer_nex1w_110{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#666}._spinner_nex1w_119{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #b8a082;border-radius:50%;animation:_spin_nex1w_119 1s linear infinite;margin-bottom:1rem}@keyframes _spin_nex1w_119{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorContainer_nex1w_137{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#d32f2f}._emptyContainer_nex1w_146{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;min-height:60vh}._emptyContainer_nex1w_146 h2{font-size:1.5rem;color:#495057;margin-bottom:1rem}._emptyContainer_nex1w_146 p{color:#6c757d;font-size:1rem;margin-bottom:2rem}._retryButton_nex1w_166{padding:.75rem 1.5rem;background:#b8a082;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;margin-top:1rem;transition:background .3s ease}._retryButton_nex1w_166:hover{background:#a68a6e}._filtrosContainer_nex1w_181{display:flex;justify-content:center;margin-bottom:3rem;padding:0 1rem}._filtros_nex1w_181{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}._filtroBtn_nex1w_195{padding:.75rem 1.5rem;background:transparent;border:2px solid #b8a082;color:#b8a082;border-radius:25px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}._filtroBtn_nex1w_195:hover{background:#b8a0821a;transform:translateY(-2px)}._filtroBtn_nex1w_195._active_nex1w_210{background:#b8a082;color:#fff;box-shadow:0 4px 12px #b8a0824d}._emptyState_nex1w_216{display:flex;justify-content:center;align-items:center;padding:4rem 2rem;color:#666;font-size:1.1rem}._destaque_nex1w_225{position:absolute;top:12px;right:12px;background:#b8a082;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500;z-index:2}._area_nex1w_238{margin-top:.5rem}._area_nex1w_238 span{font-size:.9rem;color:#b8a082;font-weight:500}@media (max-width: 768px){._filtrosContainer_nex1w_181{margin-bottom:2rem}._filtros_nex1w_181{gap:.5rem}._filtroBtn_nex1w_195{padding:.5rem 1rem;font-size:.8rem}._loadingContainer_nex1w_110,._errorContainer_nex1w_137{padding:2rem 1rem}._emptyState_nex1w_216{padding:2rem 1rem;font-size:1rem}}@media (max-width: 900px){._linha_nex1w_18{grid-template-columns:1fr;gap:32px}._cardGrande_nex1w_24,._cardPequeno_nex1w_43{min-height:180px}._cardGrande_nex1w_24 ._imgWrapper_nex1w_60,._imgWrapper_nex1w_60{height:160px}}._filtrosContainer_xcrvb_2{max-width:1400px;margin:0 auto;padding:0 24px}@media (max-width: 480px){._filtrosContainer_xcrvb_2{padding:0 16px}}._filtrosHeader_xcrvb_13{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;border-bottom:1px solid #e1d5c7;margin-bottom:2rem}@media (max-width: 768px){._filtrosHeader_xcrvb_13{flex-direction:column;align-items:stretch;gap:1.5rem}}._resultadosInfo_xcrvb_29{display:flex;align-items:baseline;gap:.5rem}@media (max-width: 768px){._resultadosInfo_xcrvb_29{justify-content:center}}._count_xcrvb_40{font-size:1.75rem;font-weight:400;color:#1a1a1a;letter-spacing:-.02em;font-family:Space Grotesk,Inter,Montserrat,Barlow,Poppins,Rubik,Nunito Sans,Quicksand,sans-serif}@media (max-width: 480px){._count_xcrvb_40{font-size:1.5rem}}._label_xcrvb_53{font-size:.875rem;color:#6b6b6b;font-weight:400;letter-spacing:.01em;text-transform:lowercase}._headerControls_xcrvb_61{display:flex;align-items:center;gap:1.5rem}@media (max-width: 768px){._headerControls_xcrvb_61{justify-content:center}}@media (max-width: 480px){._headerControls_xcrvb_61{flex-direction:column;gap:1rem;width:100%}}._btnLimpar_xcrvb_79{padding:12px 24px;background:transparent;color:#6b6b6b;border:1px solid #e1d5c7;font-size:.8rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;font-family:Space Grotesk,Inter,Montserrat,Barlow,Poppins,Rubik,Nunito Sans,Quicksand,sans-serif}._btnLimpar_xcrvb_79:hover{color:#1a1a1a;border-color:#b8a082;background:#b8a0820d}._btnLimpar_xcrvb_79:active{transform:translateY(1px)}@media (max-width: 480px){._btnLimpar_xcrvb_79{width:100%;justify-content:center}}._toggleFiltros_xcrvb_107{padding:12px 24px;background:#1a1a1a;color:#fff;border:none;font-size:.8rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-family:Space Grotesk,Inter,Montserrat,Barlow,Poppins,Rubik,Nunito Sans,Quicksand,sans-serif}._toggleFiltros_xcrvb_107:hover{background:#1a1a1a;box-shadow:0 4px 16px #1a1a1a14}._toggleFiltros_xcrvb_107:active{transform:translateY(1px)}@media (max-width: 480px){._toggleFiltros_xcrvb_107{width:100%;justify-content:center}}._chevron_xcrvb_137{transition:transform .3s ease}._chevron_xcrvb_137._expanded_xcrvb_140{transform:rotate(180deg)}._buscaContainer_xcrvb_144{margin-bottom:3rem}._buscaWrapper_xcrvb_148{position:relative;max-width:600px;margin:0 auto}@media (max-width: 768px){._buscaWrapper_xcrvb_148{max-width:none}}._buscaInput_xcrvb_159{width:100%;padding:16px 20px 16px 56px;border:1px solid #e1d5c7;background:#f8f6f3;font-size:1rem;font-weight:400;color:#1a1a1a;letter-spacing:-.01em;transition:all .3s ease;font-family:Space Grotesk,Inter,Montserrat,Barlow,Poppins,Rubik,Nunito Sans,Quicksand,sans-serif}._buscaInput_xcrvb_159:focus{outline:none;border-color:#b8a082;background:#fff;box-shadow:0 0 0 3px #b8a0821a}._buscaInput_xcrvb_159::placeholder{color:#8a8a8a;font-weight:400}@media (max-width: 480px){._buscaInput_xcrvb_159{padding:14px 18px 14px 48px;font-size:.95rem}}._buscaIcon_xcrvb_188{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#8a8a8a;pointer-events:none}@media (max-width: 480px){._buscaIcon_xcrvb_188{left:16px;width:18px;height:18px}}._clearButton_xcrvb_204{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:32px;height:32px;background:none;border:none;color:#8a8a8a;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._clearButton_xcrvb_204:hover{background:#8a8a8a1a;color:#1a1a1a}._filtrosExpandidos_xcrvb_226{overflow:hidden}._filtrosContent_xcrvb_230{padding:3rem 0;border-top:1px solid #e1d5c7}._filtrosGrid_xcrvb_235{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem 2rem;margin-bottom:3rem}@media (max-width: 768px){._filtrosGrid_xcrvb_235{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem}}@media (max-width: 480px){._filtrosGrid_xcrvb_235{grid-template-columns:1fr;gap:2rem}}._filtroGroup_xcrvb_254 ._filtroLabel_xcrvb_254{display:block;font-size:.75rem;font-weight:600;color:#1a1a1a;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-family:Space Grotesk,Inter,Montserrat,Barlow,Poppins,Rubik,Nunito Sans,Quicksand,sans-serif}._selectWrapper_xcrvb_265{position:relative}._filtroSelect_xcrvb_269{width:100%;padding:14px 40px 14px 16px;border:1px solid #e1d5c7;background:#f8f6f3;font-size:.9rem;font-weight:400;color:#1a1a1a;cursor:pointer;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;font-family:Space Grotesk,Inter,Montserrat,Barlow,Poppins,Rubik,Nunito Sans,Quicksand,sans-serif}._filtroSelect_xcrvb_269:focus{outline:none;border-color:#b8a082;background:#fff;box-shadow:0 0 0 3px #b8a0821a}._filtroSelect_xcrvb_269 option{padding:8px;font-weight:400;background:#fff;color:#1a1a1a}._areaInputs_xcrvb_300{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center}@media (max-width: 480px){._areaInputs_xcrvb_300{grid-template-columns:1fr;gap:.5rem}}._areaInput_xcrvb_300{padding:14px 16px;border:1px solid #e1d5c7;background:#f8f6f3;font-size:.9rem;font-weight:400;color:#1a1a1a;text-align:center;transition:all .3s ease;font-family:Space Grotesk,Inter,Montserrat,Barlow,Poppins,Rubik,Nunito Sans,Quicksand,sans-serif}._areaInput_xcrvb_300:focus{outline:none;border-color:#b8a082;background:#fff;box-shadow:0 0 0 3px #b8a0821a}._areaInput_xcrvb_300::placeholder{color:#8a8a8a;font-weight:400}._areaSeparator_xcrvb_335{font-size:.8rem;color:#8a8a8a;font-weight:400;text-align:center}@media (max-width: 480px){._areaSeparator_xcrvb_335{display:none}}._destaqueSection_xcrvb_347{border-top:1px solid rgba(225,213,199,.5);padding-top:3rem;margin-bottom:3rem}._destaqueSection_xcrvb_347 ._filtroLabel_xcrvb_254{font-size:.75rem;font-weight:600;color:#1a1a1a;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;display:block;font-family:Space Grotesk,Inter,Montserrat,Barlow,Poppins,Rubik,Nunito Sans,Quicksand,sans-serif}._radioGroup_xcrvb_363{display:flex;gap:2rem}@media (max-width: 480px){._radioGroup_xcrvb_363{flex-direction:column;gap:1rem}}._radioOption_xcrvb_374{display:flex;align-items:center;cursor:pointer;gap:.5rem}._radioInput_xcrvb_381{width:18px;height:18px;cursor:pointer;accent-color:#b8a082}._radioLabel_xcrvb_388{font-size:.9rem;font-weight:400;color:#1a1a1a;cursor:pointer;font-family:Space Grotesk,Inter,Montserrat,Barlow,Poppins,Rubik,Nunito Sans,Quicksand,sans-serif}._tagsSection_xcrvb_396{border-top:1px solid rgba(225,213,199,.5);padding-top:3rem}._tagsSection_xcrvb_396 ._filtroLabel_xcrvb_254{font-size:.75rem;font-weight:600;color:#1a1a1a;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;display:block;font-family:Space Grotesk,Inter,Montserrat,Barlow,Poppins,Rubik,Nunito Sans,Quicksand,sans-serif}._tagsGrid_xcrvb_411{display:flex;flex-wrap:wrap;gap:.5rem}._tagButton_xcrvb_417{padding:8px 16px;border:1px solid #e1d5c7;background:#f8f6f3;color:#6b6b6b;font-size:.8rem;font-weight:400;letter-spacing:.02em;cursor:pointer;transition:all .3s ease;text-transform:capitalize;font-family:Space Grotesk,Inter,Montserrat,Barlow,Poppins,Rubik,Nunito Sans,Quicksand,sans-serif}._tagButton_xcrvb_417:hover{border-color:#b8a082;color:#1a1a1a;background:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #1a1a1a0f}._tagButton_xcrvb_417._tagSelected_xcrvb_437{background:#b8a082;color:#fff;border-color:#b8a082}._tagButton_xcrvb_417._tagSelected_xcrvb_437:hover{background:#a3926f;border-color:#a3926f}@media (max-width: 480px){._tagButton_xcrvb_417{font-size:.75rem;padding:6px 12px}}@keyframes _fadeInUp_xcrvb_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}input:focus,select:focus{outline:none;border-color:#b8a082;box-shadow:0 0 0 3px #b8a0821a}@media (max-width: 1200px){._filtrosContainer_xcrvb_2{padding:0 20px}._filtrosGrid_xcrvb_235{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem 1.5rem}._buscaWrapper_xcrvb_148{max-width:500px}}@media (max-width: 960px){._headerControls_xcrvb_61{gap:1rem}._btnLimpar_xcrvb_79,._toggleFiltros_xcrvb_107{padding:10px 20px;font-size:.75rem}._filtrosGrid_xcrvb_235{grid-template-columns:repeat(2,1fr)}._destaqueSection_xcrvb_347 ._radioGroup_xcrvb_363{flex-wrap:wrap}}@media (max-width: 640px){._filtrosContainer_xcrvb_2{padding:0 16px}._filtrosHeader_xcrvb_13{padding:1.5rem 0;margin-bottom:1.5rem}._count_xcrvb_40{font-size:1.4rem}._buscaContainer_xcrvb_144{margin-bottom:2rem}._buscaInput_xcrvb_159{padding:12px 16px 12px 48px;font-size:.9rem}._filtrosGrid_xcrvb_235{grid-template-columns:1fr;gap:1.5rem}._filtrosContent_xcrvb_230{padding:2rem 0}._areaInputs_xcrvb_300{grid-template-columns:1fr}._areaInputs_xcrvb_300 ._areaSeparator_xcrvb_335:before{content:"até"}._radioGroup_xcrvb_363{flex-direction:column;gap:1rem}._tagsGrid_xcrvb_411{justify-content:center}}@media (max-width: 480px){._filtrosContainer_xcrvb_2{padding:0 12px}._resultadosInfo_xcrvb_29{flex-direction:column;align-items:center;gap:2px}._count_xcrvb_40{font-size:1.3rem}._label_xcrvb_53{font-size:.8rem}._headerControls_xcrvb_61{width:100%;flex-direction:column;gap:.5rem}._btnLimpar_xcrvb_79,._toggleFiltros_xcrvb_107{width:100%;padding:12px;justify-content:center}._buscaInput_xcrvb_159{padding:10px 14px 10px 42px;font-size:.85rem}._buscaIcon_xcrvb_188{left:14px;width:16px;height:16px}._clearButton_xcrvb_204{right:10px;width:28px;height:28px}._filtroSelect_xcrvb_269,._areaInput_xcrvb_300{padding:12px 14px;font-size:.85rem}._tagButton_xcrvb_417{padding:6px 12px;font-size:.7rem}}._filtroSelect_xcrvb_269:hover,._areaInput_xcrvb_300:hover,._buscaInput_xcrvb_159:hover{border-color:#b8a08299}._filtroSelect_xcrvb_269:disabled,._areaInput_xcrvb_300:disabled,._buscaInput_xcrvb_159:disabled{background:#f8f6f380;color:#8a8a8a;cursor:not-allowed}._toggleFiltros_xcrvb_107:active,._btnLimpar_xcrvb_79:active,._tagButton_xcrvb_417:active{transform:translateY(1px) scale(.98)}._filtroSelect_xcrvb_269:focus,._areaInput_xcrvb_300:focus,._buscaInput_xcrvb_159:focus{transform:translateY(-1px)}._filtroGroup_xcrvb_254{position:relative}._filtroGroup_xcrvb_254:has(select:focus):after,._filtroGroup_xcrvb_254:has(input:focus):after{content:"";position:absolute;top:0;left:-4px;right:-4px;bottom:-4px;border:2px solid rgba(184,160,130,.2);border-radius:2px;pointer-events:none;animation:_focusGlow_xcrvb_1 .3s ease}@keyframes _focusGlow_xcrvb_1{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-color-scheme: dark){._filtrosContainer_xcrvb_2{color-scheme:light}}@media print{._filtrosContainer_xcrvb_2{display:none}}._projetoDetalhes_1my4h_2{background-color:#f8f6f3;min-height:100vh}._notFound_1my4h_7{padding:4rem;text-align:center}._notFound_1my4h_7 h2{color:#1a1a1a;font-size:2rem;margin-bottom:2rem}._backButton_1my4h_17{background-color:#b8a082;color:#1a1a1a;border:1px solid #e1d5c7;transition:all .3s ease;padding:1rem 2rem;border-radius:8px}._backButton_1my4h_17:hover{background-color:#a3926f;box-shadow:0 4px 20px #b8a08226}._header_1my4h_30{padding:2rem 0;border-bottom:1px solid #e1d5c7;background-color:#fff}._header_1my4h_30 ._container_1my4h_35{max-width:1400px;margin:0 auto;padding:0 2rem}._backBtn_1my4h_41{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#2d2d2d;font-size:.95rem;cursor:pointer;transition:color .3s ease}._backBtn_1my4h_41:hover{color:#b8a082}._main_1my4h_56 ._container_1my4h_35{max-width:1400px;margin:0 auto;padding:0 2rem}._heroSection_1my4h_62{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem 0;align-items:start}@media (max-width: 768px){._heroSection_1my4h_62{grid-template-columns:1fr;gap:2rem}}._heroImage_1my4h_76 ._heroImageContainer_1my4h_76{width:100%;height:600px;border-radius:0;overflow:hidden;cursor:pointer;transition:transform .3s ease}._heroImage_1my4h_76 ._heroImageContainer_1my4h_76:hover{transform:scale(1.02)}._heroImage_1my4h_76 ._heroImageContainer_1my4h_76 img{width:100%;height:100%;object-fit:cover}._heroImage_1my4h_76 ._heroImageContainer_1my4h_76>div{width:100%;height:100%}@media (max-width: 768px){._heroImage_1my4h_76 ._heroImageContainer_1my4h_76{height:400px}}._heroContent_1my4h_102{padding:2rem 0}._projectInfo_1my4h_106 ._title_1my4h_106{font-size:2.5rem;font-weight:400;color:#1a1a1a;margin-bottom:.5rem;line-height:1.2}@media (max-width: 768px){._projectInfo_1my4h_106 ._title_1my4h_106{font-size:2rem}}._projectInfo_1my4h_106 ._subtitle_1my4h_118{color:#6b6b6b;font-size:1.1rem;margin-bottom:2rem;text-transform:uppercase;letter-spacing:1px;font-weight:500}._clienteInfo_1my4h_127{margin-top:2rem;padding:1.5rem;background-color:#b8a0820d;border-left:3px solid #b8a082;color:#2d2d2d;font-size:.95rem}._metaInfo_1my4h_136{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}._metaItem_1my4h_143{display:flex;align-items:center;gap:1rem;color:#2d2d2d;font-size:.95rem}._metaItem_1my4h_143 svg{color:#b8a082}._description_1my4h_154 p{font-size:1.1rem;line-height:1.7;color:#2d2d2d;margin-bottom:1.5rem}._gallerySection_1my4h_161{padding:4rem 0}._galleryGrid_1my4h_165{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,300px);gap:1.5rem}@media (max-width: 768px){._galleryGrid_1my4h_165{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,250px)}}@media (max-width: 480px){._galleryGrid_1my4h_165{grid-template-columns:1fr;grid-template-rows:repeat(6,200px)}}._galleryItem_1my4h_184{overflow:hidden;cursor:pointer!important}._galleryItem_1my4h_184 img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}._galleryItem_1my4h_184 img:hover{transform:scale(1.05)}._galleryItem_1my4h_184:nth-child(1){grid-row:span 2}@media (max-width: 768px){._galleryItem_1my4h_184:nth-child(1){grid-row:span 1}}._galleryItem_1my4h_184:nth-child(4){grid-row:span 2}@media (max-width: 768px){._galleryItem_1my4h_184:nth-child(4){grid-row:span 1}}._aboutSection_1my4h_214{display:grid;grid-template-columns:2fr 1fr;gap:4rem;padding:4rem 0;border-top:1px solid #e1d5c7}@media (max-width: 768px){._aboutSection_1my4h_214{grid-template-columns:1fr;gap:2rem}}._aboutContent_1my4h_228 ._aboutTitle_1my4h_228{font-size:2rem;font-weight:400;color:#1a1a1a;margin-bottom:2rem}._aboutText_1my4h_235{margin-bottom:2.2rem}._aboutText_1my4h_235 h3{font-size:1.3rem;font-weight:500;color:#1a1a1a;margin-bottom:1rem;margin-top:2rem}._aboutText_1my4h_235 h3:first-child{margin-top:0}._aboutText_1my4h_235 p{font-size:1.18rem;line-height:1.8;color:#6b6b6b;letter-spacing:.01em;font-family:Space Grotesk,Inter,Montserrat,Barlow,Poppins,Rubik,Nunito Sans,Quicksand,sans-serif;font-weight:400;text-align:justify;background:none;border-radius:0;padding:0;box-shadow:none}._aboutText_1my4h_235 ul{list-style:none;padding:0;margin:1rem 0}._aboutText_1my4h_235 ul li{font-size:1rem;line-height:1.6;color:#2d2d2d;padding:.5rem 0 .5rem 1.5rem;position:relative}._aboutText_1my4h_235 ul li:before{content:"•";color:#b8a082;position:absolute;left:0;font-weight:700}._aboutImage_1my4h_282 img{width:100%;height:400px;object-fit:cover;cursor:pointer;transition:transform .3s ease}._aboutImage_1my4h_282 img:hover{transform:scale(1.02)}@media (max-width: 768px){._aboutImage_1my4h_282 img{height:300px}}._aboutImages_1my4h_298{display:flex;flex-direction:column;gap:2rem}._aboutImageItem_1my4h_304{width:100%;max-width:420px;border-radius:0;overflow:hidden;box-shadow:0 4px 24px #2a2a2a1a;border:none;background:none;transition:box-shadow .3s ease,transform .3s ease}._aboutImageItem_1my4h_304 img{width:100%;height:270px;object-fit:cover;display:block;transition:transform .3s ease;border-radius:0;background:none;cursor:pointer}._aboutImageItem_1my4h_304:hover{box-shadow:0 8px 32px 0 4px 20px #b8a08226;transform:translateY(-4px) scale(1.02)}._aboutImageItem_1my4h_304:hover img{transform:scale(1.03)}@media (max-width: 768px){._aboutImageItem_1my4h_304{max-width:100%}._aboutImageItem_1my4h_304 img{height:180px}}._contactSection_1my4h_340{background-color:#ede7dc;padding:4rem 0;border-top:1px solid #e1d5c7}._contactSection_1my4h_340 ._container_1my4h_35{max-width:1200px;margin:0 auto;padding:0 2rem}._contactContent_1my4h_351{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media (max-width: 768px){._contactContent_1my4h_351{grid-template-columns:1fr;gap:2rem}}._contactInfo_1my4h_364 h2{font-size:1rem;text-transform:uppercase;letter-spacing:1px;color:#6b6b6b;margin-bottom:1rem;font-weight:500}._contactInfo_1my4h_364 h3{font-size:2rem;font-weight:400;color:#1a1a1a;margin-bottom:2rem;line-height:1.3}@media (max-width: 768px){._contactInfo_1my4h_364 h3{font-size:1.75rem}}._contactInfo_1my4h_364 p{font-size:1.1rem;line-height:1.6;color:#2d2d2d;margin-bottom:3rem}._contactDetails_1my4h_391 p{color:#1a1a1a;font-size:1rem;margin-bottom:1rem;font-weight:500}._contactForm_1my4h_398{background-color:#fff;padding:3rem;border-radius:0;box-shadow:0 2px 8px #1a1a1a0f}._form_1my4h_405{display:flex;flex-direction:column;gap:2rem}._formGroup_1my4h_411{display:flex;flex-direction:column}._formInput_1my4h_416,._formTextarea_1my4h_417{padding:1.5rem;border:1px solid #e1d5c7;border-radius:0;font-size:1rem;font-family:Space Grotesk,Inter,Montserrat,Barlow,Poppins,Rubik,Nunito Sans,Quicksand,sans-serif;background-color:#f8f6f3;transition:border-color .3s ease}._formInput_1my4h_416:focus,._formTextarea_1my4h_417:focus{outline:none;border-color:#b8a082}._formInput_1my4h_416::placeholder,._formTextarea_1my4h_417::placeholder{color:#8a8a8a}._formTextarea_1my4h_417{resize:vertical;min-height:120px}._formButton_1my4h_441{background-color:#b8a082;color:#1a1a1a;border:1px solid #e1d5c7;transition:all .3s ease;padding:1.5rem 3rem;font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;border-radius:0;cursor:pointer}._formButton_1my4h_441:hover{background-color:#a3926f;box-shadow:0 4px 20px #b8a08226}._formButton_1my4h_441:hover{transform:none}@media (max-width: 480px){._heroSection_1my4h_62{padding:2rem 0}._projectInfo_1my4h_106 ._title_1my4h_106{font-size:1.75rem}._gallerySection_1my4h_161,._aboutSection_1my4h_214,._contactSection_1my4h_340{padding:2rem 0}._contactForm_1my4h_398{padding:2rem}}._overlay_1740y_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#14110ee0;z-index:1000;display:flex;align-items:center;justify-content:center;font-family:var(--font-family, "Montserrat", "Inter", sans-serif)}._modal_1740y_12{position:relative;background:var(--cor-fundo, #f8f6f3);border-radius:18px;box-shadow:0 8px 32px #14110e2e;padding:2.5rem 2.5rem 2rem;display:flex;align-items:center;flex-direction:row;gap:.5rem;min-width:720px;min-height:540px;width:70vw;height:75vh;max-width:90vw;max-height:90vh}._imageWrapper_1740y_30{width:100%;height:100%;min-width:480px;min-height:320px;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center;background:var(--cor-galeria, #e9e4db);border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #14110e1a}._imageWrapper_1740y_30 img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;border-radius:12px;background:transparent;box-shadow:none}._closeBtn_1740y_57{position:absolute;top:1.2rem;right:1.2rem;background:none;border:none;color:var(--cor-preto, #181511);cursor:pointer;z-index:2;padding:.2rem;border-radius:50%;transition:background .18s}._closeBtn_1740y_57:hover{background:#14110e12}._navBtn_1740y_74{background:none;border:none;color:var(--cor-preto, #181511);cursor:pointer;padding:.5rem;border-radius:50%;position:relative;z-index:2;transition:background .18s}._navBtn_1740y_74:hover{background:#14110e12}._prev_1740y_89{margin-right:1.2rem}._next_1740y_93{margin-left:1.2rem}._counter_1740y_97{position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%);color:var(--cor-preto, #181511);font-size:1rem;font-weight:500;letter-spacing:.04em;background:#ffffffd9;border-radius:8px;padding:.2em .8em;box-shadow:0 1px 4px #14110e12}@media (max-width: 900px){._modal_1740y_12{min-width:0;min-height:0;width:98vw;height:60vw;max-width:98vw;max-height:98vh;padding:1.2rem .5rem}._imageWrapper_1740y_30,._imageWrapper_1740y_30 img{width:98vw;height:60vw;min-width:0;min-height:0;max-width:98vw;max-height:60vw}}._contato_hbaup_1{font-family:Space Grotesk,sans-serif;color:#181818;background-color:#f8f6f2;min-height:100vh}._heroSection_hbaup_8{padding:8rem 0 6rem;background:linear-gradient(135deg,#f8f6f2,#ede7db);text-align:center}._container_hbaup_14{max-width:1200px;margin:0 auto;padding:0 2rem}._title_hbaup_20{font-size:3.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem;color:#181818}._subtitle_hbaup_28{font-size:1.25rem;font-weight:400;line-height:1.6;color:#6b6b6b;max-width:600px;margin:0 auto}._tabsWrapper_hbaup_37{padding:2rem 0;background:#f8f6f2;border-bottom:1px solid #ede7db}._tabs_hbaup_37{display:flex;gap:2rem;justify-content:center}._tab_hbaup_37{background:none;border:none;font-size:1.1rem;font-weight:500;color:#6b6b6b;cursor:pointer;padding:1rem 2rem;border-radius:8px;transition:all .3s ease}._tab_hbaup_37:hover{background:#ede7db;color:#181818}._activeTab_hbaup_65{background:#b8a082;color:#fff}._activeTab_hbaup_65:hover{background:#a68a6e}._main_hbaup_73{padding:6rem 0}._contentGrid_hbaup_77{display:grid;grid-template-columns:1fr 1.5fr;gap:6rem;align-items:start}._officePhoto_hbaup_84{position:relative}._officePhoto_hbaup_84 img{width:100%;height:400px;object-fit:cover;border-radius:16px;box-shadow:0 8px 32px #14110e1f}._photoCaption_hbaup_95{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:2rem;border-radius:0 0 16px 16px}._photoCaption_hbaup_95 h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}._photoCaption_hbaup_95 p{margin:0;font-size:.95rem;opacity:.9}._formSection_hbaup_116{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #14110e14}._sectionTitle_hbaup_123{font-size:2.25rem;font-weight:600;letter-spacing:-.01em;margin-bottom:2rem;color:#181818}._contactForm_hbaup_131{display:flex;flex-direction:column;gap:2rem}._formGroup_hbaup_137{display:flex;flex-direction:column;gap:.5rem;width:100%}._formRow_hbaup_144{display:flex;flex-direction:column;gap:2rem;width:100%}._formGroup_hbaup_137 label{font-weight:500;color:#181818;font-size:.95rem}._formGroup_hbaup_137 input,._formGroup_hbaup_137 select,._formGroup_hbaup_137 textarea{width:100%;padding:1rem;border:1px solid #ede7db;border-radius:8px;font-size:1rem;font-family:Space Grotesk,sans-serif;transition:border-color .3s ease;background:#f8f6f2;color:#181818;box-sizing:border-box}._formGroup_hbaup_137 input:focus,._formGroup_hbaup_137 select:focus,._formGroup_hbaup_137 textarea:focus{outline:none;border-color:#b8a082;box-shadow:0 0 0 3px #b8a0821a}._formGroup_hbaup_137 input[type=file]{padding:.75rem;cursor:pointer}._formGroup_hbaup_137 input[type=file]::file-selector-button{padding:.5rem 1rem;margin-right:1rem;background:#b8a082;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .3s ease}._formGroup_hbaup_137 input[type=file]::file-selector-button:hover{background:#a68a6e}._formGroup_hbaup_137 textarea{resize:vertical;min-height:120px;line-height:1.6}._error_hbaup_205{color:#d32f2f;font-size:.875rem;margin-top:.25rem}._submitBtn_hbaup_211{width:100%;padding:1.25rem 2rem;background:#b8a082;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;box-sizing:border-box}._submitBtn_hbaup_211:hover{background:#a68a6e;transform:translateY(-2px);box-shadow:0 8px 20px #b8a0824d}._infoSection_hbaup_234{padding:6rem 0;background:#ede7db}._infoGrid_hbaup_239{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}._infoCard_hbaup_245{background:#fff;padding:2rem;border-radius:16px;text-align:center;box-shadow:0 4px 20px #14110e14;transition:transform .3s ease}._infoCard_hbaup_245:hover{transform:translateY(-4px)}._infoIcon_hbaup_257{width:60px;height:60px;background:#b8a082;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}._infoCard_hbaup_245 h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#181818}._infoCard_hbaup_245 p{color:#6b6b6b;line-height:1.6;margin:0}._mapSection_hbaup_282{padding:6rem 0;background:#f8f6f2}._mapContainer_hbaup_287{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #14110e1f}@media (max-width: 768px){._title_hbaup_20{font-size:2.5rem}._contentGrid_hbaup_77{grid-template-columns:1fr;gap:3rem}._formRow_hbaup_144{flex-direction:column;gap:2rem}._formSection_hbaup_116{padding:2rem}._infoGrid_hbaup_239{grid-template-columns:1fr}._tabs_hbaup_37{flex-direction:column;align-items:center;gap:1rem}._tab_hbaup_37{width:100%;max-width:300px;text-align:center}}._notFound_1yqng_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f6f3,#ede7dc,#f8f6f3);font-family:Space Grotesk,Inter,Montserrat,Barlow,Poppins,Rubik,Nunito Sans,Quicksand,sans-serif;color:#1a1a1a;position:relative;overflow:hidden}._notFound_1yqng_1:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(184,160,130,.05) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(184,160,130,.03) 0%,transparent 50%);pointer-events:none}._container_1yqng_23{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem;position:relative;z-index:1}._content_1yqng_32{text-align:center;max-width:600px;margin:0 auto;position:relative}._numberContainer_1yqng_39{position:relative;margin-bottom:3rem}._number_1yqng_39{font-size:clamp(8rem,20vw,16rem);font-weight:700;color:#b8a082;margin:0;line-height:.8;letter-spacing:-.05em;text-shadow:0 4px 20px rgba(184,160,130,.2);position:relative;z-index:2}._numberDecoration_1yqng_56{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;border:2px solid rgba(184,160,130,.15);border-radius:50%;z-index:1}._numberDecoration_1yqng_56:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;border:1px solid rgba(184,160,130,.08);border-radius:50%}._messageContainer_1yqng_78{margin-bottom:3rem}._title_1yqng_82{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.2}._subtitle_1yqng_91{font-size:1.2rem;color:#6b6b6b;line-height:1.6;max-width:480px;margin:0 auto}._actions_1yqng_100{display:flex;gap:1.5rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}._primaryButton_1yqng_108{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 2rem;background:#b8a082;color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 20px #b8a08240}._primaryButton_1yqng_108:hover{background:#a3926f;transform:translateY(-2px);box-shadow:0 8px 30px #b8a08259}._secondaryButton_1yqng_128{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 2rem;background:transparent;color:#b8a082;text-decoration:none;border:2px solid #b8a082;border-radius:12px;font-weight:600;font-size:1.1rem;transition:all .3s ease}._secondaryButton_1yqng_128:hover{background:#b8a082;color:#fff;transform:translateY(-2px);box-shadow:0 8px 30px #b8a08240}._quickLinks_1yqng_149{margin-bottom:3rem}._quickLinksTitle_1yqng_153{font-size:1rem;color:#6b6b6b;margin-bottom:1rem}._linksList_1yqng_159{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}._quickLink_1yqng_149{display:inline-flex;align-items:center;gap:.5rem;color:#6b6b6b;text-decoration:none;font-weight:500;transition:all .3s ease;padding:.75rem 1.5rem;border-radius:8px}._quickLink_1yqng_149:hover{color:#b8a082;background:#b8a0821a;transform:translateY(-1px)}._decorativeElement_1yqng_183{position:absolute;top:20%;right:-10%;width:300px;height:300px;opacity:.3;z-index:0}@media (max-width: 768px){._decorativeElement_1yqng_183{display:none}}._architecturalShape_1yqng_198{width:100%;height:100%;background:linear-gradient(45deg,transparent 30%,rgba(184,160,130,.1) 50%,transparent 70%);border-radius:50% 20%;position:relative}._architecturalShape_1yqng_198:before{content:"";position:absolute;top:20%;left:20%;width:60%;height:60%;background:#b8a08214;border-radius:20% 50%;transform:rotate(45deg)}._architecturalShape_1yqng_198:after{content:"";position:absolute;top:35%;left:35%;width:30%;height:30%;background:#b8a0821f;border-radius:50%;transform:rotate(-45deg)}@media (max-width: 768px){._container_1yqng_23{padding:0 1rem}._content_1yqng_32{max-width:100%}._actions_1yqng_100{flex-direction:column;align-items:center;gap:1rem}._actions_1yqng_100 ._primaryButton_1yqng_108,._actions_1yqng_100 ._secondaryButton_1yqng_128{width:100%;max-width:300px;justify-content:center}._linksList_1yqng_159{flex-direction:column;align-items:center;gap:1rem}._quickLink_1yqng_149{width:100%;max-width:200px;justify-content:center}._numberContainer_1yqng_39,._messageContainer_1yqng_78,._actions_1yqng_100,._quickLinks_1yqng_149{margin-bottom:2rem}}@media (max-width: 480px){._subtitle_1yqng_91{font-size:1.1rem}._primaryButton_1yqng_108,._secondaryButton_1yqng_128{padding:1rem 1.5rem;font-size:1rem}._quickLink_1yqng_149{padding:.5rem 1rem;font-size:.9rem}}@keyframes _float_1yqng_1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(2deg)}}._numberDecoration_1yqng_56{animation:_float_1yqng_1 6s ease-in-out infinite}._architecturalShape_1yqng_198{animation:_float_1yqng_1 8s ease-in-out infinite reverse}
