:root{--ink:#151719;--ink-2:#24272a;--orange:#ff831f;--paper:#f7f8f8;--muted:#60656a;--line:#dce0e1;--white:#fff;--radius:5px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}img{max-width:100%;display:block}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:5px}.container{width:min(1280px,calc(100% - 96px));margin-inline:auto}.skip-link{position:fixed;top:-100px;left:20px;z-index:99;padding:12px;background:white;color:black}.skip-link:focus{top:10px}.site-header{background:var(--ink);color:white;border-bottom:1px solid #ffffff20;position:sticky;top:0;z-index:30}.header-inner{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;flex-direction:column;line-height:1}.brand-small{font-size:12px;letter-spacing:4px;color:#fff;font-weight:700}.brand-name{font-weight:900;font-size:35px;letter-spacing:-1px;color:var(--orange)}.brand-name span{margin-left:7px;font-size:22px;color:#f34328}.nav{display:flex;gap:26px}.nav a{font-size:14px;color:#e0e2e3;transition:color .2s}.nav a:hover{color:var(--orange)}.header-phone{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:700;white-space:nowrap}.header-phone small{display:block;color:#aaaeb1;font-size:12px;letter-spacing:.2px;font-weight:400}.phone-icon{width:36px;height:36px;border:1px solid #ffffff30;border-radius:50%;display:grid;place-items:center;color:var(--orange)}.hero{background:var(--ink);color:#fff;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.08fr 1fr;min-height:668px;gap:55px}.hero-copy{padding:72px 0 58px;position:relative;z-index:2}.eyebrow{display:flex;align-items:center;gap:10px;font-size:12px;letter-spacing:1.8px;font-weight:700;margin:0 0 23px;color:#c9cccf}.eyebrow>span{width:22px;height:3px;display:inline-block;background:var(--orange)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,5.35vw,76px);line-height:1.035;letter-spacing:-3.2px;font-weight:800;margin-bottom:27px}em{font-style:normal;color:var(--orange)}.hero-description{font-size:19px;line-height:1.65;color:#c9cccf;max-width:440px;margin-bottom:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:58px;padding:15px 24px;border:1px solid transparent;border-radius:var(--radius);font-size:15px;line-height:1.4;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn span{font-size:23px;line-height:1}.btn-orange{background:var(--orange);color:#171a1c}.btn-orange:hover{background:#ff963f;box-shadow:0 6px 24px #ff831f22}.hero-call{display:inline-block;margin:20px 0 0;color:#b9bdc0;font-size:14px}.hero-call strong{color:white;margin-left:5px}.hero-call>span{margin-left:5px}.hero-notes{display:flex;flex-wrap:wrap;gap:22px;margin-top:34px;font-size:12px;color:#b9bdc0}.hero-notes span:before{content:'✓';color:var(--orange);margin-right:7px}.hero-visual{position:relative;min-width:0;margin-right:calc((min(1280px,100vw - 96px) - 100vw)/2);background:#202326;min-height:590px;overflow:hidden}.hero-brand-panel{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--orange);line-height:1}.hero-brand-panel>span{font-size:180px;font-weight:900;letter-spacing:-12px}.hero-brand-panel strong{font-size:64px;letter-spacing:4px;color:#fa472c}.hero-brand-panel p{font-size:16px;letter-spacing:4px;line-height:1.7;margin-top:28px;color:#bfc4c5}.photo-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000b);display:flex;align-items:center;justify-content:space-between;padding:80px 32px 26px;color:#fff}.photo-caption>span{font-size:11px;letter-spacing:2px;font-weight:700}.photo-caption a{font-size:28px;width:42px;height:42px;display:grid;place-items:center;border:1px solid #ffffff55;border-radius:50%}.service-index{background:var(--orange)}.service-index-inner{min-height:105px;display:grid;grid-template-columns:.9fr 1.3fr 1.1fr;align-items:center;gap:28px}.service-index-inner>span{font-size:11px;letter-spacing:1px;font-weight:800;max-width:155px}.service-index a{display:flex;gap:14px;align-items:center;border-left:1px solid #15171940;padding:15px 0 15px 28px;font-size:16px;font-weight:700;line-height:1.3}.service-index b{font-size:13px;opacity:.6}.service-index a>span{margin-left:auto;font-size:26px}.section{padding-block:105px}.dark{color:#63676a}h2{font-size:clamp(34px,3.9vw,54px);line-height:1.12;letter-spacing:-1.9px;margin-bottom:25px}.lead{font-size:19px;line-height:1.7;max-width:530px;color:var(--muted)}.tires-section{background:var(--ink);color:white}.tires-section .lead{color:#c9cccf}footer{border-top:1px solid var(--line);padding:30px 0}.footer-inner{display:flex;justify-content:space-between;gap:24px;align-items:center;font-size:12px;color:#5d6266}.footer-inner strong{color:var(--ink);font-size:14px}.footer-inner a{white-space:nowrap}
@media(min-width:1600px){.hero-grid{min-height:740px}.hero-copy{padding-top:90px}}@media(max-width:1150px){.container{width:calc(100% - 56px)}.nav{gap:17px}.nav a{font-size:12px}.header-phone{font-size:14px}.hero-grid{gap:25px}.hero-visual{margin-right:-28px}h1{font-size:58px}.hero-notes{gap:12px}.service-index-inner{grid-template-columns:.75fr 1.5fr 1.1fr;gap:12px}.service-index a{padding-left:20px;font-size:14px}}@media(max-width:850px){.nav{display:none}.hero-grid{grid-template-columns:1fr 1fr;gap:20px}.hero-copy{padding-top:55px}h1{font-size:49px;letter-spacing:-2px}.hero-description{font-size:17px}.hero-copy .btn{padding-inline:18px;font-size:13px;gap:10px}.hero-notes{display:block}.hero-notes span{display:block;margin-top:6px}.eyebrow{font-size:10px;letter-spacing:1px}.service-index-inner{grid-template-columns:1fr 1fr;padding-block:20px}.service-index-inner>span{grid-column:1/-1;max-width:none}.service-index a{border-left:0;padding:4px 0}.service-index a+a{border-left:1px solid #15171940;padding-left:20px}}@media(max-width:600px){.container{width:calc(100% - 40px)}.header-inner{min-height:78px;gap:15px}.brand-name{font-size:28px}.brand-name span{font-size:18px}.brand-small{font-size:10px}.header-phone{font-size:12px}.header-phone small{font-size:10px}.phone-icon{display:none}.hero-grid{grid-template-columns:1fr;gap:0}.hero-copy{padding:42px 0 34px}.eyebrow{font-size:10px;letter-spacing:1.3px;margin-bottom:20px}h1{font-size:clamp(43px,12vw,64px);letter-spacing:-2px;line-height:1.05;margin-bottom:23px}.hero-description{font-size:17px;margin-bottom:25px;max-width:360px}.hero-copy .btn{font-size:14px;min-height:56px;width:100%;gap:20px}.hero-call{font-size:13px;margin-top:17px}.hero-notes{display:flex;gap:12px;margin-top:24px;font-size:10px}.hero-notes span{margin:0}.hero-visual{min-height:330px;margin-inline:-20px;max-height:360px}.hero-brand-panel>span{font-size:120px}.hero-brand-panel strong{font-size:36px}.hero-brand-panel p{display:none}.photo-caption{padding:55px 20px 20px}.service-index-inner{gap:16px;min-height:120px}.service-index a{font-size:13px;gap:8px}.service-index a>span{font-size:22px}.service-index a+a{padding-left:15px}.service-index b{font-size:11px}.section{padding-block:68px}h2{font-size:38px;letter-spacing:-1.4px}.lead{font-size:17px}.footer-inner{flex-wrap:wrap;font-size:11px;gap:10px}.footer-inner span{width:100%;order:3}}
@font-face{font-family:Barlow;src:url('assets/barlow-regular.ttf') format('truetype');font-weight:400;font-display:swap}@font-face{font-family:Barlow;src:url('assets/barlow-bold.ttf') format('truetype');font-weight:700;font-display:swap}@font-face{font-family:'Barlow Condensed';src:url('assets/barlow-condensed-bold.ttf') format('truetype');font-weight:700;font-display:swap}
body{font-family:Barlow,Arial,Helvetica,sans-serif}.brand{width:210px;flex-shrink:0}.brand img{width:100%;height:auto;border-radius:2px}.header-inner{min-height:96px}.nav a{font-size:15px}.header-phone small{font-size:13px}.icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.header-phone>.icon{color:var(--orange);width:21px;height:21px}h1,h2,h3{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:700}h1{font-size:clamp(64px,6.6vw,94px);letter-spacing:-.8px;line-height:.99;margin-bottom:26px}h2{font-size:clamp(42px,4.4vw,62px);letter-spacing:-.4px;line-height:1.05}h3{font-size:31px;line-height:1.1;letter-spacing:0}.hero-copy{padding-top:61px}.hero-description{font-size:20px;max-width:410px}.eyebrow{font-size:13px;letter-spacing:1.5px}.hero-notes{font-size:14px;gap:18px}.hero-call{font-size:16px}.hero-photo{position:absolute;width:100%;height:100%;object-fit:cover;object-position:57% center}.hero-visual:after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#15171918,transparent 40%)}.image-note{position:absolute;right:16px;top:16px;font-size:12px;color:#fff;background:#15171999;padding:3px 7px;z-index:1}.photo-caption{z-index:2}.photo-caption>span{font-size:12px}.service-index-inner>span{font-size:13px;line-height:1.5}.service-index a{font-size:18px}.btn{font-size:16px}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:#303438}.section-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.alignment-section{background:#fff}.service-details{padding-top:10px}.service-detail{border-top:1px solid #cdd2d4;padding:25px 0}.detail-heading{display:flex;align-items:center;gap:16px;margin-bottom:14px}.detail-heading h3{margin:0}.detail-heading>.icon{margin-left:auto;color:#696f73}.detail-number{font-size:13px;color:#767d80;font-weight:700}.service-detail p{font-size:17px;line-height:1.65;margin:0 0 17px;color:#60666a}.signal{font-size:14px;color:#51585b;background:#f0f2f2;padding:9px 13px;display:block;border-left:2px solid var(--orange)}.service-help{font-size:14px;color:#6c7175;line-height:1.6;margin:1px 0 0}.benefit-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding-top:36px;margin-top:55px;border-top:1px solid var(--line)}.benefit-strip>span{font-size:16px;color:#70767a}.benefit-strip b{display:block;color:var(--ink);font-size:19px;margin-bottom:3px}.tires-section{position:relative}.tires-section h2{font-size:clamp(48px,5vw,72px);line-height:1.04}.tires-section .eyebrow{color:#b8bec1}.tires-section .lead{max-width:440px;margin-bottom:28px}.availability{font-size:14px;color:#a9b0b3;margin:15px 0 0}.quote-panel{background:#222629;padding:37px 40px;border-top:3px solid var(--orange)}.panel-label{font-size:12px;font-weight:700;letter-spacing:1.5px;color:#aeb5b9;margin-bottom:20px}.quote-panel h3{font-size:44px;color:#fff;line-height:1.04;margin-bottom:28px}.quote-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:23px}.quote-steps li{display:flex;gap:18px}.quote-steps li>span{font-size:13px;font-weight:700;flex-shrink:0;border:1px solid #ffffff30;width:29px;height:29px;border-radius:50%;color:var(--orange);display:grid;place-items:center;margin-top:3px}.quote-steps strong{font-size:17px;display:block;font-weight:700;margin-bottom:4px}.quote-steps p{color:#bbc1c5;font-size:16px;line-height:1.5;margin:0}.tires-footer{display:flex;gap:25px;justify-content:space-between;align-items:center;margin-top:65px;padding-top:30px;border-top:1px solid #ffffff24}.tires-footer>span{font-size:12px;letter-spacing:1.7px;color:#939ca1}.tires-footer p{font-size:16px;line-height:1.7;margin:0;color:#aeb5b9}.tires-footer strong{color:white;font-weight:400}.location-section{background:#f1f3f3}.location-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:40px}.location-heading h2{margin-bottom:0}.location-heading>p{color:#6c7377;font-size:18px;line-height:1.7;margin-bottom:5px}.location-grid{display:grid;grid-template-columns:420px 1fr;background:white;border:1px solid #e0e4e5;border-radius:5px;overflow:hidden}.location-info{padding:38px}.location-tag{font-size:12px;font-weight:700;letter-spacing:1.2px;color:#6c7377}.location-info h3{font-size:38px;margin:20px 0 18px}.location-info address{font-style:normal;font-size:18px;line-height:1.6;margin-bottom:26px;color:#60666a}.location-info .btn{padding:14px 18px;width:100%;font-size:15px;gap:12px}.map-profile{display:block;font-size:14px;margin-top:14px;text-decoration:underline;text-underline-offset:4px}.location-contact{display:flex;gap:25px;border-top:1px solid var(--line);margin-top:26px;padding-top:24px}.location-contact span{display:block;font-size:11px;letter-spacing:1.2px;color:#747b7e;margin-bottom:4px}.location-contact strong{font-size:16px}.hours-note{font-size:14px;color:#777e82;margin:22px 0 0}.map-wrap{background:#e5e9e8;min-height:520px;position:relative}.map-wrap iframe{border:0;display:block;width:100%;height:100%;min-height:520px}.footer-inner{font-size:14px}.footer-inner strong{font-size:16px}.mobile-contact{display:none}.will-reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.will-reveal.is-visible{opacity:1;transform:translateY(0)}
@media(max-width:1150px){.brand{width:176px}.nav{gap:18px}.nav a{font-size:14px}.header-phone{gap:7px;font-size:14px}.hero-grid{grid-template-columns:1fr 1fr}.hero-copy{padding-top:55px}.hero-notes{display:block}.hero-notes span{display:block;margin-top:4px}.hero-description{font-size:19px}.hero-call{font-size:15px}h1{font-size:76px}.section-grid{gap:60px}.location-grid{grid-template-columns:380px 1fr}.location-info{padding:30px}.location-contact{gap:20px}.service-index a{font-size:16px}.eyebrow{font-size:12px}}
@media(max-width:850px){h1{font-size:67px}.hero-copy .btn{font-size:15px;gap:14px;padding-inline:16px}.hero-call{font-size:14px}.hero-description{font-size:18px}.hero-notes{font-size:13px}.section-grid{gap:40px}.quote-panel{padding:28px}.section{padding-block:80px}.location-grid{grid-template-columns:340px 1fr}.location-info{padding:25px}.location-contact{flex-direction:column;gap:14px}.map-wrap,.map-wrap iframe{min-height:570px}.service-index-inner>span{font-size:12px}.benefit-strip{gap:25px}.benefit-strip b{font-size:17px}.benefit-strip>span{font-size:15px}.location-heading>p{font-size:16px}.tires-footer>span{max-width:210px}}
@media(max-width:600px){.header-inner{min-height:78px}.brand{width:150px}.header-phone{font-size:14px}.header-phone small{font-size:12px}.header-phone>.icon{display:none}.hero-copy{padding:39px 0 34px}h1{font-size:clamp(59px,17vw,85px);letter-spacing:-.4px;line-height:1}.hero-description{font-size:19px;max-width:350px}.hero-copy .btn{font-size:16px}.hero-call{font-size:15px}.hero-notes{display:block;margin-top:22px;font-size:13px}.hero-notes span{display:inline-block;margin-right:12px;margin-top:4px}.hero-visual{min-height:340px}.hero-photo{object-position:center 48%}.eyebrow{font-size:12px;letter-spacing:1px}.service-index-inner{gap:12px;padding-block:22px}.service-index a{font-size:15px}.service-index a b{display:none}.section-grid{grid-template-columns:1fr;gap:35px}.section{padding-block:66px}h2{font-size:46px;line-height:1.06}.lead{font-size:18px;margin-bottom:25px}.btn{font-size:15px;padding-inline:18px;gap:15px}.service-detail{padding-block:24px}.service-detail p{font-size:17px}.detail-heading h3{font-size:32px}.service-help{font-size:15px}.benefit-strip{grid-template-columns:1fr;gap:23px;margin-top:32px;padding-top:30px}.benefit-strip>span{padding-left:16px;border-left:2px solid var(--orange);font-size:16px}.benefit-strip b{font-size:19px}.tires-section h2{font-size:52px}.quote-panel{padding:30px 25px}.quote-panel h3{font-size:42px}.quote-steps{gap:25px}.quote-steps strong{font-size:18px}.quote-steps p{font-size:17px}.availability{font-size:14px}.tires-footer{margin-top:37px;padding-top:25px;display:block}.tires-footer>span{font-size:11px;letter-spacing:1.2px;max-width:none}.tires-footer p{margin-top:16px;font-size:17px}.location-heading{display:block;margin-bottom:28px}.location-heading>p{font-size:17px;margin-top:22px}.location-grid{grid-template-columns:1fr}.location-info{padding:28px 24px}.location-info h3{font-size:36px}.location-info address{font-size:18px}.location-info .btn{font-size:15px}.location-contact{flex-direction:row;gap:24px}.location-contact strong{font-size:16px}.map-wrap,.map-wrap iframe{min-height:340px;height:340px}.map-profile{font-size:14px}.footer-inner{font-size:13px;gap:15px}.footer-inner span{font-size:13px}.footer-inner strong{font-size:14px}footer{padding-bottom:105px}.mobile-contact{display:grid;grid-template-columns:1fr 1fr;position:fixed;bottom:0;left:0;right:0;z-index:40;background:var(--ink);padding:10px 12px calc(10px + env(safe-area-inset-bottom));gap:8px;box-shadow:0 -5px 22px #0002}.mobile-contact a{min-height:47px;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:14px;font-weight:700;font-size:16px}.mobile-call{border:1px solid #ffffff44;color:white}.mobile-whatsapp{background:var(--orange);color:var(--ink)}html{scroll-padding-top:92px}}
@media(max-width:600px){.hero-grid{grid-template-columns:1fr}}
@media(max-width:370px){.brand{width:133px}.header-phone{font-size:12px}.header-phone small{font-size:11px}.eyebrow{font-size:11px}.hero-notes{font-size:12px}.location-contact{gap:15px}.location-contact strong{font-size:14px}.btn{font-size:14px}.hero-copy .btn{font-size:15px}.service-index a{font-size:14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.will-reveal{opacity:1;transform:none}}
/* MN Pneus visual refinement: restrained mineral tones keep orange and red as brand details. */
:root{--ink:#18252c;--ink-2:#24363e;--orange:#c5a672;--paper:#f3f5f4;--muted:#58666b;--line:#d6dede}
.site-header{background:#151719}.hero,.tires-section{background:var(--ink)}.service-index{background:linear-gradient(105deg,#cfb486,#b59a6c);color:#18252c}.service-index a{border-color:#18252c38}.btn-orange{background:#c5a672;color:#18252c}.btn-orange:hover{background:#d7bc89;box-shadow:0 8px 24px #8064352b}.btn-dark{background:#18252c}.btn-dark:hover{background:#2b414a}.mobile-contact{background:#151719}.mobile-whatsapp{background:#c5a672;color:#18252c}.quote-panel{background:#24363e;border-top-color:#c5a672}.quote-steps li>span{color:#d7bc89}.service-detail .signal{border-color:#c5a672}.hero-visual:after{background:linear-gradient(90deg,#18252c22,transparent 40%)}.hero-notes span:before{color:#d7bc89}.eyebrow>span{background:#c5a672}.photo-caption a{border-color:#ffffff66}.location-section{background:#edf1f0}.map-profile{text-decoration-color:#c5a672}.mobile-call{border-color:#ffffff55}
.theme-red{--orange:#f1262f}.theme-red .service-index{background:linear-gradient(105deg,#b82f39,#8e2630);color:#fff}.theme-red .service-index a{border-color:#ffffff2b}.theme-red .btn-orange{background:#f1262f;color:#fff}.theme-red .btn-orange:hover{background:#ff3e46;box-shadow:0 8px 24px #b51e263b}.theme-red .mobile-whatsapp{background:#f1262f;color:#fff}.theme-red .quote-panel{border-top-color:#d33a43}.theme-red .quote-steps li>span{color:#e66a70}.theme-red .service-detail .signal{border-color:#d33a43}.theme-red .hero-notes span:before,.theme-red .eyebrow>span{color:#f1262f;background:#f1262f}.theme-red .hero-notes span:before{background:transparent}.theme-red .mobile-call{border-color:#ffffff55}
.btn[data-contact="whatsapp"]:before,.mobile-whatsapp:before,.location-contact a[data-contact="whatsapp"]:before,.mobile-call:before,.location-contact a[data-contact="telefone"]:before{content:"";display:inline-block;flex:0 0 20px;width:20px;height:20px;background-color:currentColor;background-position:center;background-repeat:no-repeat;background-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-position:center;mask-repeat:no-repeat;mask-size:contain}.btn[data-contact="whatsapp"]:before,.mobile-whatsapp:before,.location-contact a[data-contact="whatsapp"]:before{background-image:none;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.5 11.5a8.5 8.5 0 0 1-12.7 7.4L4 20l1.2-3.8A8.5 8.5 0 1 1 20.5 11.5Zm-4.1 2.8c-.2-.1-1.4-.7-1.6-.8-.2-.1-.4-.1-.6.1l-.7.9c-.1.2-.3.2-.5.1-1.8-.9-3-1.7-4-3.8-.2-.3 0-.5.1-.6l.4-.5c.2-.2.2-.4.2-.6l-.6-1.5c-.2-.4-.4-.4-.6-.4h-.5c-.2 0-.5.1-.7.3-.9.9-1.1 2.2-.5 3.5 1.1 2.6 3.3 4.6 6 5.6 1.1.4 2 .4 2.8-.2.4-.3.7-.8.8-1.3.1-.2 0-.3-.2-.4Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.5 11.5a8.5 8.5 0 0 1-12.7 7.4L4 20l1.2-3.8A8.5 8.5 0 1 1 20.5 11.5Zm-4.1 2.8c-.2-.1-1.4-.7-1.6-.8-.2-.1-.4-.1-.6.1l-.7.9c-.1.2-.3.2-.5.1-1.8-.9-3-1.7-4-3.8-.2-.3 0-.5.1-.6l.4-.5c.2-.2.2-.4.2-.6l-.6-1.5c-.2-.4-.4-.4-.6-.4h-.5c-.2 0-.5.1-.7.3-.9.9-1.1 2.2-.5 3.5 1.1 2.6 3.3 4.6 6 5.6 1.1.4 2 .4 2.8-.2.4-.3.7-.8.8-1.3.1-.2 0-.3-.2-.4Z'/%3E%3C/svg%3E")}.mobile-call:before,.location-contact a[data-contact="telefone"]:before{background-image:none;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 2.5 9.1 2c.6-.1 1.2.2 1.4.8l1.2 3.1c.2.5.1 1-.3 1.4L10 8.7a14.5 14.5 0 0 0 5.3 5.3l1.4-1.4c.4-.4.9-.5 1.4-.3l3.1 1.2c.6.2.9.8.8 1.4l-.5 2.5c-.1.7-.7 1.1-1.3 1.1C10.7 18.5 5.5 13.3 5.5 5.8c0-.6.4-1.2 1.1-1.3Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 2.5 9.1 2c.6-.1 1.2.2 1.4.8l1.2 3.1c.2.5.1 1-.3 1.4L10 8.7a14.5 14.5 0 0 0 5.3 5.3l1.4-1.4c.4-.4.9-.5 1.4-.3l3.1 1.2c.6.2.9.8.8 1.4l-.5 2.5c-.1.7-.7 1.1-1.3 1.1C10.7 18.5 5.5 13.3 5.5 5.8c0-.6.4-1.2 1.1-1.3Z'/%3E%3C/svg%3E")}.hero-call:before{content:"";display:inline-block;width:16px;height:16px;margin-right:5px;vertical-align:-3px;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 2.5 9.1 2c.6-.1 1.2.2 1.4.8l1.2 3.1c.2.5.1 1-.3 1.4L10 8.7a14.5 14.5 0 0 0 5.3 5.3l1.4-1.4c.4-.4.9-.5 1.4-.3l3.1 1.2c.6.2.9.8.8 1.4l-.5 2.5c-.1.7-.7 1.1-1.3 1.1C10.7 18.5 5.5 13.3 5.5 5.8c0-.6.4-1.2 1.1-1.3Z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 2.5 9.1 2c.6-.1 1.2.2 1.4.8l1.2 3.1c.2.5.1 1-.3 1.4L10 8.7a14.5 14.5 0 0 0 5.3 5.3l1.4-1.4c.4-.4.9-.5 1.4-.3l3.1 1.2c.6.2.9.8.8 1.4l-.5 2.5c-.1.7-.7 1.1-1.3 1.1C10.7 18.5 5.5 13.3 5.5 5.8c0-.6.4-1.2 1.1-1.3Z'/%3E%3C/svg%3E") center/contain no-repeat}
.btn[data-contact="whatsapp"]:before,.mobile-whatsapp:before,.location-contact a[data-contact="whatsapp"]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.5 14.4c-.3-.1-1.8-.9-2.1-1-.3-.1-.5-.1-.7.2l-.9 1.2c-.2.2-.3.3-.6.1-1.1-.5-2.1-1.2-2.9-2.1-.7-.8-1.2-1.6-1.5-2.1-.1-.3 0-.5.1-.6l.5-.6c.2-.2.2-.4.3-.6.1-.2 0-.4 0-.6l-.9-2.2c-.2-.5-.5-.5-.7-.5h-.6c-.2 0-.5.1-.7.3-.7.7-1.1 1.6-1.1 2.6 0 1.6 1.2 3.1 1.3 3.3.2.2 2.3 3.5 5.6 4.9 2.7 1.2 2.7.8 3.2.7.5 0 1.7-.7 1.9-1.4.2-.7.2-1.3.2-1.4-.1-.1-.3-.2-.6-.3Z M12 2a9.5 9.5 0 0 0-8.2 14.3L2.5 21.5l5.3-1.3A9.5 9.5 0 1 0 12 2Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.5 14.4c-.3-.1-1.8-.9-2.1-1-.3-.1-.5-.1-.7.2l-.9 1.2c-.2.2-.3.3-.6.1-1.1-.5-2.1-1.2-2.9-2.1-.7-.8-1.2-1.6-1.5-2.1-.1-.3 0-.5.1-.6l.5-.6c.2-.2.2-.4.3-.6.1-.2 0-.4 0-.6l-.9-2.2c-.2-.5-.5-.5-.7-.5h-.6c-.2 0-.5.1-.7.3-.7.7-1.1 1.6-1.1 2.6 0 1.6 1.2 3.1 1.3 3.3.2.2 2.3 3.5 5.6 4.9 2.7 1.2 2.7.8 3.2.7.5 0 1.7-.7 1.9-1.4.2-.7.2-1.3.2-1.4-.1-.1-.3-.2-.6-.3Z M12 2a9.5 9.5 0 0 0-8.2 14.3L2.5 21.5l5.3-1.3A9.5 9.5 0 1 0 12 2Z'/%3E%3C/svg%3E")}
.btn[data-contact="whatsapp"]:before,.mobile-whatsapp:before,.location-contact a[data-contact="whatsapp"]:before{background-color:transparent;-webkit-mask-image:none;mask-image:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.3 11.2a8.3 8.3 0 0 1-12.4 7.2L4 20l1.4-3.7A8.3 8.3 0 1 1 20.3 11.2Z'/%3E%3Cpath d='M8.5 8.7c.2-.5.5-.8.9-.8h.5c.2 0 .4.2.5.4l.7 1.6c.1.2 0 .5-.2.7l-.5.5c.6 1.2 1.4 1.9 2.6 2.5l.6-.5c.2-.2.4-.2.6-.1l1.5.7c.2.1.3.4.2.6-.2.8-.8 1.3-1.6 1.3-2 0-4.8-2.2-5.8-4-.5-.9-.7-2-.5-2.9Z'/%3E%3C/svg%3E");background-size:20px 20px}
.btn[data-contact="whatsapp"]:before,.mobile-whatsapp:before,.location-contact a[data-contact="whatsapp"]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.3 11.2a8.3 8.3 0 0 1-12.4 7.2L4 20l1.4-3.7A8.3 8.3 0 1 1 20.3 11.2Z'/%3E%3Cpath fill='%23fff' stroke='none' d='M8.1 6.5c.2-.5.7-.8 1.2-.6l2 .8c.5.2.7.8.4 1.2l-.8 1.1c.6 1.1 1.5 2 2.6 2.6l1.1-.8c.4-.3 1-.1 1.2.4l.8 2c.2.5-.1 1-.6 1.2-1 .4-2.1.3-3-.2-2.4-1.2-4.4-3.2-5.6-5.6-.5-1-.6-2-.2-3Z'/%3E%3C/svg%3E");background-size:20px 20px}
