:root{--theme-bg:#fff;--theme-surface:#fff;--theme-surface-alt:#f7f0ed;--theme-text:#111;--theme-muted:#64748b;--theme-border:#e2e8f0;--theme-accent:#b77457;--theme-on-accent:#fff;--theme-pill-bg:rgba(183,116,87,.1);--theme-pill-border:rgba(183,116,87,.2);--theme-divider:#ddd;--theme-tag-bg:#f1f5f9;--theme-hero-surface:hsla(0,0%,100%,.9);--theme-hero-border:hsla(0,0%,100%,.3);--space-b80:clamp(48px,6vw,80px);--space-b60:clamp(36px,5vw,60px);--space-b40:clamp(28px,4vw,40px);--space-b30:clamp(20px,3vw,30px);--space-b25:clamp(16px,2.5vw,24px);--pad-card:clamp(18px,2.5vw,30px);--pad-card-lg:clamp(22px,3vw,34px);--pad-panel:clamp(16px,2vw,24px);--gap-text:clamp(8px,1.5vw,16px);--gap-block:clamp(12px,2vw,20px);--premium-navy:#0f1f3a;--premium-champagne:#b77457;--premium-surface:var(--theme-surface);--premium-border:var(--theme-border);--premium-shadow:0 18px 44px rgba(15,23,42,.08)}body{margin:0;padding:0;background-color:var(--theme-bg);color:var(--theme-text);transition:background-color .2s ease,color .2s ease;overflow-x:hidden}@media (max-width:991px){body,html{font-size:17px!important;line-height:1.65}}@keyframes stFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.st-page-fade{animation:stFadeIn .6s ease both}.st-height-b80{height:var(--space-b80)}.st-height-b60{height:var(--space-b60)}.st-height-b40{height:var(--space-b40)}.st-height-b30{height:var(--space-b30)}.st-height-b25{height:var(--space-b25)}.st-height-b0{height:0}@media (max-width:991px){.st-height-lg-b80{height:var(--space-b60)}.st-height-lg-b60{height:var(--space-b40)}.st-height-lg-b40{height:var(--space-b30)}.st-height-lg-b30{height:var(--space-b25)}.st-height-lg-b25{height:var(--gap-block)}.st-height-lg-b0{height:0}}.w-100{width:100%!important}.overflow-hidden{overflow:hidden!important}.text-center{text-align:center!important}.theme-toggle{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text);font-size:.75rem;font-weight:700;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.theme-toggle:hover{border-color:var(--theme-accent)}.theme-toggle-icon{font-size:.9rem}.st-site-header.st-style1{position:-webkit-sticky;position:sticky;top:0;z-index:1200;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:hsla(0,0%,100%,.85);border-bottom:1px solid rgba(15,23,42,.08);box-shadow:0 10px 30px rgba(15,23,42,.08)}.st-mobile-menu-toggle{display:none;border:none;background:transparent;color:var(--theme-text);width:40px;height:40px;align-items:center;justify-content:center;border-radius:999px}.st-mobile-menu,.st-mobile-menu-overlay{display:none}@media (max-width:991px){.st-site-header.st-style1{position:-webkit-sticky;position:sticky;top:0;z-index:1200;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:hsla(0,0%,100%,.85);border-bottom:1px solid rgba(15,23,42,.08)}.st-mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:hsla(0,0%,100%,.8);color:var(--theme-text);box-shadow:0 10px 20px rgba(15,23,42,.12)}.st-mobile-menu-overlay{display:block;position:fixed;inset:64px 0 0;background:rgba(15,23,42,.5);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:998}.st-mobile-menu-overlay.is-open{opacity:1;pointer-events:auto}.st-mobile-menu{display:block;position:fixed;inset:70px 16px auto 16px;border-radius:18px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 24px 40px rgba(15,23,42,.2);transform:translateY(-6px);opacity:0;pointer-events:none;transition:all .2s ease;z-index:999;padding:18px 18px 22px}.st-mobile-menu.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.st-mobile-menu-nav{display:flex;flex-direction:column;gap:10px}.st-mobile-menu-nav a{text-decoration:none;color:var(--theme-text);font-size:1.02rem;font-weight:600;padding:10px 12px;border-radius:12px;border:1px solid transparent;background:hsla(0,0%,100%,.7)}}.st-hero-title-line{display:block}.st-hero-trust{margin:18px 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:12px}.st-hero-trust li{display:inline-flex;align-items:center;gap:8px;padding:.625rem 1.25rem;background:hsla(0,0%,100%,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:999px;font-weight:500;font-size:.9rem;color:#fff;transition:all .4s cubic-bezier(.165,.84,.44,1);letter-spacing:.02em;box-shadow:0 4px 15px rgba(0,0,0,.1)}.st-hero-trust li:hover{transform:translateY(-3px);background:var(--theme-accent);border-color:var(--theme-accent);color:#fff;box-shadow:0 10px 25px rgba(183,116,87,.4)}@media (max-width:991px){.st-hero-trust{display:flex!important;justify-content:center;margin-top:25px;display:none!important}.st-hero-wrap{padding-top:0;display:flex;flex-direction:column;position:relative}.st-hero-wrap:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,10,24,.8),rgba(8,10,24,.55) 45%,rgba(8,10,24,.9));z-index:1;pointer-events:none}.st-hero.st-style1 .st-hero-title{font-size:clamp(2rem,7.5vw,2.7rem);line-height:1.1;text-align:center;color:#f8fafc;text-shadow:0 8px 20px rgba(0,0,0,.45)}.st-hero.st-style1 .st-hero-subtitle{font-size:1.1rem;margin-bottom:22px;text-align:center;color:rgba(248,250,252,.85);text-shadow:0 6px 16px rgba(0,0,0,.35)}.st-hero-text{text-align:center;padding:0 8px;border-radius:0;max-width:560px;margin:0 auto}.st-hero-btn,.st-hero-btn2{display:flex;justify-content:center;margin-top:10px}}@media (max-width:575px){.st-hero.st-style1{min-height:420px;height:420px;padding:0;display:flex;align-items:center;justify-content:center;width:100%;position:relative;z-index:2}.st-hero-wrap .st-hero-slider2 .st-hero-img{height:420px!important;width:100%}.st-hero-wrap .st-hero-slider2 .st-hero-img img{height:420px!important;object-fit:cover!important}.st-hero-text{padding:0 20px;margin:0;width:100%}.st-hero.st-style1 .st-hero-title{font-size:2rem;margin-bottom:12px;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5)}.st-hero.st-style1 .st-hero-subtitle{font-size:.95rem;margin-bottom:25px;line-height:1.5;color:#fff;text-shadow:0 1px 5px rgba(0,0,0,.5)}}.st-mobile-cta{position:fixed;bottom:24px;left:20px;right:20px;z-index:1000;display:none;animation:slideUp .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:991px){.st-mobile-cta{display:block}}.st-mobile-cta-btn{display:flex;align-items:center;justify-content:center;height:60px;background:var(--theme-accent);color:#fff;text-decoration:none;border-radius:16px;font-weight:700;font-size:1.05rem;box-shadow:0 12px 30px rgba(0,0,0,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease;border:1px solid hsla(0,0%,100%,.1)}.st-mobile-cta-btn:active{transform:scale(.96)}.st-mobile-cta-btn:before{content:"\f232";font-family:Font Awesome\ 5 Brands;margin-right:10px;font-size:1.3rem}.posts-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-bottom:4rem}@media (min-width:768px){.posts-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.posts-grid{grid-template-columns:repeat(3,1fr)}}.post-card{background-color:var(--theme-surface);border:1px solid var(--theme-border);border-radius:1.5rem;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .3s,transform .3s;text-align:left}.post-image-wrapper{position:relative;width:100%;padding-top:68.75%;overflow:hidden}.post-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;transition:transform .7s}.article-badge,.post-tag{font-size:.7rem;padding:.2rem .6rem;letter-spacing:.04em}.post-content{padding:2rem;flex:1 1;display:flex;flex-direction:column}.post-title{font-size:1.4rem;font-weight:700;margin-bottom:.75rem;line-height:1.25}.post-excerpt{color:var(--theme-muted);font-size:1.125rem;line-height:1.625;margin-bottom:1.5rem}.st-post-details-text{font-size:1.1rem;line-height:1.8;color:var(--theme-text)}.st-post-details-text h2{font-size:1.8rem;margin-top:2rem;margin-bottom:1rem}.btn-filter{background-color:var(--theme-surface);color:var(--theme-muted);border:1px solid var(--theme-border);padding:.5rem 1.25rem;border-radius:2rem;font-weight:600;transition:all .2s;cursor:pointer}@media (max-width:991px){.st-home-blog-grid{display:flex;flex-direction:column;gap:16px;margin:0}.st-home-blog-item:first-child{display:block}}.blog-hero{position:relative;min-height:450px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:80px}.blog-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.blog-hero-content-wrapper{position:relative;z-index:10;width:100%;padding:2rem;display:flex;justify-content:center;align-items:center}.blog-hero-card{background-color:var(--theme-hero-surface);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:1.5rem;padding:3rem 4rem;box-shadow:0 10px 30px -5px rgba(0,0,0,.1);max-width:750px;width:100%;border:1px solid var(--theme-hero-border);text-align:center}.blog-hero-tag{color:var(--theme-accent);font-weight:800;text-transform:uppercase;letter-spacing:.1em;display:block;margin-bottom:.5rem}.blog-hero-title{font-weight:900;line-height:1.1;margin:1rem 0;color:var(--theme-text);font-size:clamp(2rem,5vw,3.5rem)}.blog-hero-description{color:var(--theme-muted);line-height:1.6;max-width:100%;font-weight:500;margin:0 auto}.blog-newsletter{display:flex;align-items:center;justify-content:space-between;gap:4rem;padding:4rem;background-color:#f8fafc;border-radius:1.5rem;margin-top:4rem;flex-wrap:wrap}.blog-newsletter-content{flex:1 1;min-width:300px}.blog-newsletter-actions{display:flex;gap:1rem;width:100%;max-width:500px}.blog-newsletter-input{flex:1 1;padding:1rem;border-radius:.5rem;border:1px solid var(--theme-border);outline:none;background-color:var(--theme-surface);color:var(--theme-text)}.blog-newsletter-btn{background-color:var(--theme-accent);color:var(--theme-on-accent);border:none;padding:1rem 2rem;border-radius:.5rem;font-weight:700;cursor:pointer;transition:opacity .2s}.blog-newsletter-btn:hover{opacity:.9}@media (max-width:991px){.blog-hero{min-height:auto;padding-top:100px;padding-bottom:60px;align-items:flex-end}.blog-hero-card{padding:2rem;margin-top:2rem}.blog-newsletter{padding:2rem;gap:2rem}.blog-newsletter-actions{flex-direction:column}}.st-link-card{display:block;color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.st-link-card .st-iconbox-icon{background:var(--theme-pill-bg);border-radius:18px;display:inline-flex;align-items:center;justify-content:center;padding:10px}.st-before-after-frame{max-width:930px;margin:0 auto;width:100%;height:450px;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.2)}.st-gallery-carousel{display:none}@media (max-width:991px){.st-before-after-frame{height:clamp(280px,70vw,420px)}.st-gallery-grid-desktop{display:none!important}.st-gallery-carousel{display:block;padding:0 10px}.st-gallery-carousel-item{padding:4px;background:none;border:none;outline:none;width:100%}.st-gallery-carousel-item img{width:100%;border-radius:8px;aspect-ratio:1/1;object-fit:cover;box-shadow:0 4px 10px rgba(0,0,0,.1)}}.st-iconbox.st-style1{padding:var(--pad-card-lg);border-radius:22px;background-color:var(--theme-surface);box-shadow:0 10px 30px rgba(15,23,42,.08)}.st-iconbox .st-iconbox-icon img{display:block;width:80px;height:80px;object-fit:contain}#procedimentos .st-imagebox,#procedimentos .st-tab,#procedimentos .st-tabs,#procedimentos .st-tabs .tab-content{background-color:var(--theme-bg)}.st-services-premium{position:relative;background:linear-gradient(180deg,rgba(15,31,58,.04),rgba(15,31,58,.01))}.st-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;margin-top:32px}.st-service-card{background:var(--premium-surface);border:1px solid var(--premium-border);border-radius:24px;padding:22px;box-shadow:var(--premium-shadow);display:flex;align-items:center;gap:16px;text-decoration:none;transition:all .2s ease;color:var(--theme-text)}.st-service-icon{width:56px;height:56px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:hsla(37,36%,66%,.18);color:var(--premium-navy);flex-shrink:0}@media (max-width:991px){.st-services-grid{grid-template-columns:1fr;gap:16px}.st-service-card{padding:22px;align-items:flex-start;flex-direction:row}.st-iconbox.st-style1{text-align:left;border-radius:22px;padding:22px}.st-logo-carousel-section .slick-slide{display:flex;justify-content:center;height:auto!important}.st-logo-carousel-section .slick-track{display:flex;align-items:center}.st-logo-carousel.st-style1{min-height:100px;height:100%;width:100%!important;margin:0 auto;display:flex!important;align-items:center;justify-content:center}.st-logo-carousel.st-style1 img{max-width:80%!important;height:auto!important;display:block!important;margin:0 auto!important}}.st-testimonial.st-style1{padding:var(--pad-card-lg);background-color:var(--theme-surface)}.st-testimonial-slide{padding:0 12px;box-sizing:border-box}@media (max-width:991px){.st-testimonial-slide{padding:0 10px}.st-testimonial.st-style1{border-radius:18px;padding:18px 16px;background:var(--theme-surface);border:1px solid var(--theme-border);box-shadow:0 10px 22px rgba(15,23,42,.07)}.st-testimonial.st-style1 .st-testimonial-info{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;margin-bottom:14px}}.st-focus-page{background:var(--theme-surface-alt);min-height:100vh;padding-top:clamp(96px,10vw,120px)}.st-focus-hero .st-section-heading,.st-focus-hero>.container{max-width:1160px;margin:0 auto;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:22px;padding:clamp(24px,3vw,36px);box-shadow:0 18px 40px rgba(15,23,42,.08)}.st-focus-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.st-focus-card{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:22px;padding:clamp(20px,2.8vw,26px);box-shadow:0 12px 28px rgba(15,23,42,.06)}@media (max-width:991px){.st-focus-page{padding-top:clamp(88px,9vw,112px)}.st-focus-grid{grid-template-columns:1fr;gap:18px}.st-focus-card-wide{flex-direction:column;align-items:flex-start}}.st-site-footer{background-color:var(--theme-bg)}.st-map-address{display:none;padding:32px 0;background:var(--theme-surface);border-top:1px solid var(--theme-border)}.maps-btn-container{display:flex;gap:12px;justify-content:flex-start;align-items:center;margin-top:10px;flex-wrap:wrap}.maps-btn-card{display:flex;align-items:center;justify-content:space-between;width:140px;height:54px;padding:0 15px;border-radius:14px;text-decoration:none;box-shadow:0 4px 10px rgba(0,0,0,.08);transition:transform .2s}.maps-btn-card:hover{transform:translateY(-2px)}.google-maps{background-color:#fff;border:1px solid #ececed}.waze{background-color:#3cf}@media (max-width:991px){.st-main-footer{padding:28px 0 20px}.st-google-map iframe{display:none!important}.st-footer-widget-nav{display:flex;flex-wrap:wrap;gap:8px 14px;justify-content:center;padding:0}.st-footer-contact-list,.st-footer-text{font-size:.95rem;text-align:center}.maps-btn-container{justify-content:center!important}}@media (max-width:350px){.maps-btn-container{flex-direction:column}}.st-site-branding img{transition:transform .3s ease}.st-site-branding img:hover{transform:scale(1.02)}