:root{--accent-primary: #ffd100;--accent-primary-hover: #ffdc3d;--neutral-primary: #ffffff;--neutral-secondary: #f7f7f7;--neutral-inverse: #40180c;--text-primary: #40180c;--text-secondary: rgba(64, 24, 12, .6);--text-inverse-primary: #ffffff;--text-inverse-secondary: rgba(255, 255, 255, .6);--text-on-accent-primary: #3f1a0f;--bg-primary: #ffffff;--bg-secondary: #f7f7f7;--bg-inverse: #40180c;--border-primary: rgba(64, 24, 12, .1);--border-secondary: rgba(64, 24, 12, .2);--dark-brown: #40180c;--yellow: #ffd100;--white: #ffffff;--light-gray: #E8E8E8;--light-beige: #F5F1EB;--medium-gray: #999999;--dark-gray: #2C2C2C;--text-gray: rgba(64, 24, 12, .6)}html{scroll-behavior:smooth;width:100%;margin:0;padding:0;overflow-x:hidden}body{font-family:Instrument Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;font-weight:400;letter-spacing:0em;line-height:1.6rem;color:var(--text-primary);margin:0;padding:0;width:100%;overflow-x:hidden}.main-container{width:100%;overflow-x:hidden;margin:0;padding:0}.main-header{background:transparent;padding:2.5rem 0;position:sticky;top:0;z-index:1000;width:100%;margin:0}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 4rem;gap:3rem;position:relative;z-index:1}.header-logo{display:flex;align-items:center;gap:.75rem}.logo-img{height:120px;width:auto;object-fit:contain}.logo-text{font-size:18.08px;font-family:Instrument Sans,sans-serif;font-weight:600;color:#fff}.header-right{display:flex;flex-direction:row;align-items:center;gap:2rem}.main-nav{display:flex;flex-direction:row;align-items:center;gap:1.5rem}.main-nav a{color:#fff;opacity:.6;text-decoration:none;font-weight:400;font-size:1rem;padding:0;border-radius:.5rem;transition:all .3s ease}@media(min-width:769px){.main-nav a{padding:.5rem 0;position:relative}.main-nav a:hover{color:var(--text-inverse-primary);opacity:1}.main-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--yellow);transition:width .3s ease}.main-nav a:hover:after{width:100%}}.mobile-menu-toggle{display:none;position:relative;width:24px;height:26px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-toggle span{width:100%;height:3px;background:#fff;border-radius:2px;transition:all .3s ease;position:absolute;left:0;margin:0}.mobile-menu-toggle span:nth-child(1){top:5.5px}.mobile-menu-toggle span:nth-child(2){top:50%;margin-top:-1.5px}.mobile-menu-toggle span:nth-child(3){bottom:5.5px}.mobile-menu-toggle.active span:nth-child(1){top:50%;margin-top:-1.5px;transform:rotate(45deg)}.mobile-menu-toggle.active span:nth-child(2){opacity:0;transform:scale(0)}.mobile-menu-toggle.active span:nth-child(3){bottom:auto;top:50%;margin-top:-1.5px;transform:rotate(-45deg)}.orcamento-btn{background:var(--yellow);color:var(--dark-brown);border:none;padding:.9rem 2rem;border-radius:6px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;width:auto}.orcamento-btn:hover{background:#fd3;transform:translateY(-2px);box-shadow:0 4px 12px #ffd10066}.hero-section{background:#fff;padding:0 0 5rem;min-height:70vh;width:100%;margin:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;position:relative;overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:right bottom;z-index:0;opacity:.9;transform:scaleX(-1)}.hero-video-mobile{transform:scaleX(1);object-position:right center}.hero-section:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,209,0,.08) 0%,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite;z-index:0}.hero-section:after{content:"";position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,209,0,.06) 0%,transparent 70%);border-radius:50%;animation:float 25s ease-in-out infinite reverse;z-index:0}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.hero-container{max-width:1400px;margin:0 auto;width:100%;padding:3rem 4rem 0;display:flex;align-items:flex-start;justify-content:space-between;position:relative;z-index:2;gap:4rem}.hero-decoration{position:absolute;z-index:1;pointer-events:none;opacity:.4}.hero-decoration-1{top:15%;right:15%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,209,0,.1) 0%,transparent 60%);border-radius:50%;animation:float 18s ease-in-out infinite;filter:blur(40px)}.hero-decoration-2{bottom:20%;right:25%;width:200px;height:200px;background:linear-gradient(135deg,rgba(255,209,0,.08) 0%,transparent 100%);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;animation:float 22s ease-in-out infinite reverse;filter:blur(30px)}.hero-decoration-3{top:50%;left:10%;width:250px;height:250px;background:radial-gradient(ellipse,rgba(255,209,0,.06) 0%,transparent 70%);border-radius:50%;animation:float 24s ease-in-out infinite;filter:blur(35px);transform:rotate(45deg)}.hero-content{text-align:left;position:relative;z-index:1;max-width:800px;margin-left:6rem;flex:1}.hero-badge{display:inline-block;margin-bottom:1rem}.hero-badge-logo{height:40px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.6;transition:opacity .3s ease}.hero-badge-logo:hover{opacity:1}.hero-badge-text{font-size:.9rem;font-family:Instrument Sans,sans-serif;font-weight:400;letter-spacing:.01em;line-height:1.3em;color:#fff;opacity:.6;text-transform:uppercase}.hero-testimonial{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;max-width:400px;margin-right:6rem;position:relative;transition:all .3s ease}.hero-testimonial:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.hero-testimonial-header{font-size:14px;font-family:Instrument Sans,sans-serif;font-weight:600;color:#ffd100;text-transform:uppercase;letter-spacing:.1em;margin-bottom:-.5rem}.hero-testimonial-quote{font-size:64px;font-family:Instrument Sans,sans-serif;font-weight:700;color:#ffd100;line-height:1;opacity:.3}.hero-testimonial-text{font-size:18px;font-family:Instrument Sans,sans-serif;font-weight:400;color:#fff;line-height:1.6;margin:0}.hero-testimonial-author{display:flex;flex-direction:column;gap:.25rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1)}.hero-testimonial-name{font-size:16px;font-family:Instrument Sans,sans-serif;font-weight:600;color:#fff;text-decoration:none;display:inline-block}.hero-testimonial-role{font-size:14px;font-family:Instrument Sans,sans-serif;font-weight:400;color:#fff;opacity:.6}.hero-brands{width:100%;max-width:1400px;margin:5rem auto 0;padding:0 4rem;position:relative;z-index:2}.hero-brands-label{font-size:.9rem;font-weight:400;letter-spacing:.01em;line-height:1.3em;color:#fff9;margin-bottom:.5em;text-transform:uppercase;text-align:center}.hero-brands-carousel{width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.hero-brands-track{display:flex;gap:3rem;align-items:center;animation:scroll-brands 30s linear infinite;width:fit-content}@keyframes scroll-brands{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-brand-logo{width:120px;height:60px;object-fit:contain;filter:brightness(0) invert(1);opacity:.6;transition:opacity .3s ease;flex-shrink:0}.hero-brand-vaillant{width:110px;height:50px}.hero-brand-ariston{width:160px;height:70px}.hero-brand-baxi{width:100px;height:50px}.hero-brand-bosch{width:120px;height:60px}.hero-brand-junkers{width:125px;height:55px}.hero-brand-roca{width:115px;height:50px}.hero-brand-saunier{width:140px;height:55px}.hero-brand-vulcano{width:180px;height:85px;object-fit:cover;object-position:center center;transform:scale(1.4)}.hero-brand-edesa{width:180px;height:85px;object-fit:cover;object-position:center center;transform:scale(1.6)}.hero-brand-fagor{width:160px;height:70px}.hero-title{font-size:60px;font-family:Instrument Sans,sans-serif;font-weight:600;letter-spacing:0em;line-height:1.05;margin:0 0 20.208px;color:#fff;text-align:left}.hero-description{font-size:18px;font-family:Instrument Sans,sans-serif;font-weight:400;letter-spacing:0em;line-height:1.6;margin:0 0 20px;color:#fff;opacity:.6;text-align:left;max-width:100%}.hero-buttons{display:flex;gap:.75rem;justify-content:flex-start;margin-top:2rem;width:fit-content}.hero-buttons .btn-primary{display:none}.hero-image-wrapper{flex:1;display:flex;align-items:center;justify-content:center;position:relative;padding:2rem;max-width:600px}.hero-image-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(255,209,0,.1) 0%,transparent 70%);border-radius:1rem;z-index:0}.hero-image{width:100%;max-width:650px;height:auto;object-fit:contain;border-radius:1rem;position:relative;z-index:1;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));transition:transform .3s ease}.hero-image:hover{transform:translateY(-5px)}.hero-brands{width:100%}.hero-brands-label{font-size:.9rem;font-weight:400;letter-spacing:.01em;line-height:1.3em;color:#fff;opacity:.6;margin-bottom:2rem;text-transform:uppercase;text-align:center}.hero-brands-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:center;justify-items:center}.hero-brand-logo{max-width:100px;max-height:50px;width:auto;height:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.7;transition:all .3s ease}.hero-brand-logo:hover{opacity:1}.btn-primary{background:#ffd100;color:#3f1a0f;padding:.9rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem;font-family:Instrument Sans,sans-serif;transition:all .3s ease;display:inline-block;border:none;cursor:pointer;text-align:center}.btn-primary:hover{background:#fd3;transform:translateY(-2px);box-shadow:0 4px 12px #ffd10066}.btn-secondary{background:transparent;color:#fff;padding:.9rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem;font-family:Instrument Sans,sans-serif;border:1px solid rgba(255,255,255,.3);transition:all .3s ease;display:inline-block;text-align:center;cursor:pointer}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.services-section{background:var(--white);padding:3.5rem 0;width:100%;margin:0}.services-container{max-width:1400px;margin:0 auto;padding:0 4rem}.services-header-text{margin-bottom:2.5rem;max-width:700px}.services-label{font-size:.9rem;font-weight:400;letter-spacing:.01em;line-height:1.3em;color:var(--text-secondary);margin-bottom:.5em;text-transform:uppercase}.services-title{font-size:2.37rem;font-weight:600;letter-spacing:-.01em;line-height:1.04em;margin-bottom:.35em;color:var(--text-primary)}.services-description{font-size:1rem;font-weight:400;letter-spacing:0em;line-height:1.6rem;color:var(--text-primary);margin-bottom:.7em}.services-main-content{display:grid;grid-template-columns:1.8fr 1fr;gap:2rem;margin-bottom:2rem;align-items:start}.services-image-large{position:relative;overflow:hidden;height:450px;border-radius:10px}.technician-working-image{position:absolute;top:0;left:0;width:100%;height:450px;max-height:450px;background:var(--light-gray);border-radius:10px;object-fit:cover;object-position:center;opacity:0;transform:translate(-100%);transition:opacity .4s ease,transform .6s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:1}.technician-working-image.active{opacity:1;transform:translate(0);pointer-events:auto;z-index:2;position:absolute}.technician-working-image.slide-out-right{opacity:1;transform:translate(100%);z-index:1;transition:opacity .4s ease,transform .6s cubic-bezier(.4,0,.2,1);pointer-events:none}.technician-working-image:not(.active):not(.slide-out-right){transform:translate(-100%);opacity:0;transition:none}.service-card-featured{background:#ffd1000d;border-left:none;border-top:none;padding:2.25rem;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:300px;align-self:start;margin-top:0;position:relative;overflow:hidden}.service-card-featured:before{content:"";position:absolute;top:0;left:0;width:0;height:2px;background:var(--yellow);animation:slideRightBorderFeatured .6s ease forwards;z-index:1}.service-card-featured:after{content:"";position:absolute;top:0;left:0;width:2px;height:0;background:var(--yellow);animation:slideDownBorderFeatured .6s ease forwards;z-index:1}@keyframes slideRightBorderFeatured{0%{width:0}to{width:100%}}@keyframes slideDownBorderFeatured{0%{height:0}to{height:100%}}.service-card-featured h3{font-size:1.78rem;font-weight:600;letter-spacing:-.01em;line-height:1.04em;margin-bottom:.5em;color:var(--text-primary);text-align:left;width:100%;transition:all .3s ease}.service-card-featured p{font-size:1rem;font-weight:400;letter-spacing:0em;line-height:1.6rem;color:var(--text-primary);margin-bottom:2rem;text-align:left;width:100%;flex:1;transition:all .3s ease}.service-action-section{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;width:100%;margin-top:auto}.service-price{display:flex;align-items:baseline;gap:.5rem;flex-shrink:0}.btn-contratar{background:var(--yellow);color:var(--dark-brown);border:none;padding:.9rem 2rem;border-radius:6px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;display:inline-block;width:auto;margin-top:auto}.btn-contratar:hover{background:#fd3;transform:translateY(-2px);box-shadow:0 4px 12px #ffd10066}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem}.service-card{background:var(--white);padding:0;border-radius:0;cursor:pointer;transition:all .3s ease;border-top:1px solid var(--light-gray);padding-top:1.5rem;position:relative;overflow:hidden}.service-card:hover{opacity:.8}.service-card.active{padding-top:1.5rem!important;background:#ffd1000d;padding-left:1rem;margin-left:-1rem;border-top:none;border-left:none;overflow:visible}.service-card.active:before{content:"";position:absolute;top:0;left:-1rem;width:2px;height:0;background:var(--yellow);z-index:10;display:block;animation:slideDownBorder .6s ease forwards;animation-fill-mode:forwards;will-change:height}.service-card.active:after{content:"";position:absolute;top:0;left:-1rem;width:0;height:2px;background:var(--yellow);z-index:1;display:block;animation:slideRightBorder .6s ease forwards;animation-fill-mode:forwards}@keyframes slideDownBorder{0%{height:0}to{height:100%}}@keyframes slideRightBorder{0%{width:0}to{width:calc(100% + 1rem)}}.service-card h3{font-size:1.33rem;font-weight:600;letter-spacing:-.01em;line-height:1.3em;margin-bottom:.5em;color:var(--text-primary);transition:color .3s ease}.service-card.active h3{color:var(--dark-brown);font-weight:700}.service-card p{font-size:1rem;font-weight:400;letter-spacing:0em;line-height:1.6rem;color:var(--text-secondary);transition:color .3s ease}.cta-banner{background:#910000;padding:0;width:100%;margin:0}.cta-banner-content{width:100%;margin:0;position:relative;border-radius:0;overflow:hidden;min-height:400px;display:flex;align-items:center}.cta-text h2{font-size:2.37rem;font-weight:600;letter-spacing:-.01em;line-height:1.04em;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3)}.btn-cta{background:var(--yellow);color:var(--dark-brown);border:none;padding:.9rem 2rem;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-cta:hover{background:#fd3;transform:translateY(-2px);box-shadow:0 4px 12px #ffd10066}.cta-actions{display:flex;align-items:center;gap:1rem;margin-top:1.5rem}.cta-link-text{font-size:.95rem;color:var(--text-secondary);margin:0}.cta-link{color:var(--dark-brown);text-decoration:underline;transition:color .3s ease}.cta-link:hover{color:var(--accent-primary)}.carrinhas-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:1}.cta-banner-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#0009,#0000004d);z-index:2}.cta-text{position:relative;z-index:3;color:#fff;max-width:1400px;margin:0 auto;padding:3.5rem 4rem;width:100%}.history-item{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.history-year{font-size:2.37rem;font-weight:600;letter-spacing:-.01em;line-height:1.04em;color:var(--yellow);margin-bottom:0}.history-label{font-size:1rem;font-weight:400;letter-spacing:0em;line-height:1.6rem;color:var(--text-primary)}.faq-section{background:var(--white);padding:3.5rem 0;width:100%;margin:0}.faq-container{max-width:1400px;margin:0 auto;padding:0 4rem}.faq-label{font-size:.9rem;font-weight:400;letter-spacing:.01em;line-height:1.3em;color:var(--text-secondary);margin-bottom:.5em;text-transform:uppercase}.faq-title{font-size:2.37rem;font-weight:600;letter-spacing:-.01em;line-height:1.04em;margin-bottom:.35em;color:var(--text-primary)}.faq-subtitle{font-size:1rem;font-weight:400;letter-spacing:0em;line-height:1.6rem;color:var(--text-secondary);margin-bottom:2.5rem}.faq-content{display:flex;flex-direction:column;gap:2.25rem}.faq-row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding-bottom:1.75rem;border-bottom:1px solid var(--light-gray)}.faq-row:last-child{border-bottom:none;padding-bottom:0}.faq-item{padding:0;border-bottom:none}.faq-item h3{font-size:1.05rem;font-weight:600;color:var(--dark-brown);line-height:1.4;margin:0}.faq-answer{padding:0;border-bottom:none}.faq-answer p{font-size:.95rem;line-height:1.6;color:var(--text-gray)}.testimonial-contact-section{background:#ffd1000d;padding:3.5rem 0;width:100%;margin:0}.testimonial-contact-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:0 4rem}.testimonial-card{background:var(--white);padding:2.5rem;border-radius:10px;position:absolute;top:0;left:0;width:100%;opacity:0;transform:translate(-100vw);transition:opacity .4s ease,transform .6s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:1;box-sizing:border-box}.testimonial-card.active{opacity:1;transform:translate(0);pointer-events:auto;z-index:2;position:relative}.testimonial-card.slide-out-right{opacity:1;transform:translate(100vw);z-index:1;transition:opacity .4s ease,transform .6s cubic-bezier(.4,0,.2,1);pointer-events:none}.testimonial-card:not(.active):not(.slide-out-right){transform:translate(-100vw);opacity:0;transition:none}.testimonial-label{font-size:.75rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-gray);margin-bottom:.5rem;font-weight:500}.testimonial-text{font-size:1.35rem;font-weight:500;line-height:1.6;color:var(--dark-brown);margin-bottom:2rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:48px;height:48px;border-radius:50%;background:var(--medium-gray);flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-avatar svg{width:100%;height:100%}.author-name{font-weight:600;color:var(--dark-brown);margin-bottom:.25rem;font-size:.95rem}.author-location{font-size:.85rem;color:var(--text-gray)}.contact-column{padding:0}.contact-map-column{width:100%;height:100%;min-height:400px;border-radius:10px;overflow:hidden}.contact-map-column .leaflet-container{border-radius:10px;height:100%;min-height:400px}.contact-map-column .leaflet-control-attribution{display:none!important}.contact-label{font-size:.9rem;font-weight:400;letter-spacing:.01em;line-height:1.3em;color:var(--text-secondary);margin-bottom:.5em;text-transform:uppercase}.contact-title{font-size:2.37rem;font-weight:600;letter-spacing:-.01em;line-height:1.04em;margin-bottom:.35em;color:var(--text-primary)}.contact-description{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem;max-width:500px}.contact-subtitle{font-size:1.78rem;font-weight:600;letter-spacing:-.01em;line-height:1.04em;margin-bottom:.5em;color:var(--text-primary)}.contact-email{font-size:.95rem;color:var(--dark-brown);margin-bottom:.5rem;line-height:1.6}.contact-email a{color:var(--dark-brown);text-decoration:underline}.contact-info{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}.contact-item{display:flex;flex-direction:column;gap:.5rem}.contact-item strong{font-size:.9rem;font-weight:600;color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px}.contact-item a,.contact-item span{font-size:1.1rem;color:var(--dark-brown)}.contact-note{font-size:.8rem;color:var(--text-secondary);font-weight:400;font-style:normal;opacity:.7;line-height:1.2;margin:0}.contact-item a{text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:var(--accent-primary);text-decoration:underline}.contact-priority{margin-top:.5rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1)}.contact-divider{display:flex;align-items:center;gap:1rem;margin:2rem 0;width:100%}.divider-line{flex:1;height:1px;background:#0003}.divider-text{color:var(--text-secondary);font-size:.9rem;text-transform:lowercase;font-weight:400}.btn-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:.5rem;margin-bottom:1.5rem}.btn-buk{background:var(--yellow);color:var(--dark-brown);border:none;padding:.9rem 2rem;border-radius:6px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;margin:0}.btn-buk:hover{background:#fd3;transform:translateY(-2px);box-shadow:0 4px 12px #ffd10066}.coverage-areas{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-primary)}.coverage-areas strong{font-size:.9rem;font-weight:600;color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:.5rem}.coverage-areas p{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin:0}.testimonial-section{background:#fff;padding:3.5rem 0;width:100%;overflow:visible;margin-bottom:0}.testimonial-header{margin-bottom:2.5rem;text-align:center}.testimonial-label{font-size:.9rem;font-weight:400;letter-spacing:.01em;line-height:1.3em;color:var(--text-secondary);margin-bottom:.5em;text-transform:uppercase}.testimonial-title{font-size:2.37rem;font-weight:600;letter-spacing:-.01em;line-height:1.04em;color:var(--text-primary);margin-bottom:0}.testimonial-container{max-width:800px;margin:0 auto;padding:0 4rem;overflow:visible;width:100%}.testimonial-slider{position:relative;width:100%;overflow:visible}.testimonial-slider:after{content:"";display:block;clear:both}.footer{background:#910000;color:var(--white);width:100%;margin:0;padding:0}.footer-main{padding:4rem 0;width:100%}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 5fr;gap:4rem;padding:0 4rem;width:100%;box-sizing:border-box}.footer-brand{display:flex;align-items:flex-start}.footer-logo{max-width:350px;height:auto;max-height:150px;object-fit:contain}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{font-size:.9rem;font-weight:600;color:#ffffffb3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.75rem;color:#ffffffb3;font-size:.9rem}.footer-column ul li a{color:var(--yellow);text-decoration:none;transition:color .3s ease}.footer-column ul li a:hover{color:#fd3;text-decoration:underline}.footer-bottom{padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);width:100%}.footer-bottom-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 4rem;width:100%;box-sizing:border-box}.footer-copyright{color:#ffffffb3;font-size:.9rem}.footer-copyright p{margin-bottom:.25rem}.developer-link{color:var(--yellow);text-decoration:none;transition:color .3s ease}.developer-link:hover{color:#fd3;text-decoration:underline}.footer-social{display:flex;gap:1rem;align-items:center}.social-facebook{width:50px;height:50px;background:var(--yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--dark-brown);font-size:1.5rem;font-weight:700;text-decoration:none;transition:all .3s ease}.social-facebook:hover{background:#fd3;transform:scale(1.1)}.social-instagram{width:50px;height:50px;background:var(--yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--dark-brown);font-size:1.5rem;font-weight:700;text-decoration:none;transition:all .3s ease}.social-instagram:hover{background:#fd3;transform:scale(1.1)}@media(max-width:1200px){.services-main-content{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,1fr)}.footer-container{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(3,1fr)}.hero-container{gap:2rem}.hero-content{margin-left:2rem;max-width:600px}.hero-testimonial{max-width:350px;margin-right:2rem}}@media(max-width:900px){.hero-container{gap:2rem}.hero-content{margin-left:1rem;max-width:500px}.hero-testimonial{max-width:300px;margin-right:1rem;padding:1.5rem}}@media(max-width:768px){.main-header{padding:.5rem 0}.header-container{padding:0 1.5rem;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.header-logo{flex-shrink:0}.logo-text{font-size:.95rem}.mobile-menu-toggle{display:flex;position:relative;z-index:1002}.main-nav{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000f2;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;z-index:1000;transform:translate(-100%);transition:transform .3s ease;padding:5rem 1.5rem 2rem;margin:0;box-sizing:border-box}.main-nav.mobile-open{transform:translate(0)}.main-nav a{font-size:1rem;opacity:.6;color:#fff;padding:.75rem 0;width:100%;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.main-nav a:hover{opacity:1;color:var(--text-inverse-primary)}.header-right{display:flex;align-items:center;gap:1rem}.orcamento-btn{display:none}.hero-section{padding:2rem 0;min-height:auto;background:#ffffffe6}.hero-video-mobile{transform:scaleX(1);object-position:right center}.hero-badge{margin-bottom:.75rem}.hero-badge-logo{height:35px}.hero-container{flex-direction:column;padding:2rem 1.5rem 0;gap:2rem;align-items:stretch}.hero-content{width:100%;max-width:100%;margin-left:0;text-align:left;flex:none}.hero-testimonial{width:100%;max-width:100%;margin-right:0;margin-left:0;padding:1.5rem}.hero-image-wrapper{width:100%;order:-1}.hero-image{max-width:100%}.hero-content{text-align:left}.hero-title{font-size:2.5rem;margin-bottom:.5em;line-height:1.2}.hero-description{font-size:1rem;margin-bottom:1em;line-height:1.6}.hero-buttons{flex-direction:row;gap:.75rem;width:fit-content;justify-content:flex-start;flex-wrap:wrap}.hero-buttons .btn-primary{display:inline-block}.btn-primary,.btn-secondary{width:auto;text-align:center;padding:.85rem 1.5rem}.hero-testimonial{width:100%;max-width:100%;margin-right:0}.logo-img{height:80px}.hero-brands{margin:3rem auto 0;padding:0 1.5rem}.hero-brands-label{margin-bottom:.5em}.hero-brands-track{gap:4rem}.services-section{padding:2rem 0}.services-container{padding:0 1.5rem}.services-header-text{margin-bottom:.5rem}.services-title{font-size:1.89rem;margin-bottom:.35em}.services-description{font-size:.95rem;margin-bottom:0}.services-main-content{grid-template-columns:1fr;gap:1.25rem;margin-bottom:.5rem}.services-image-large{height:300px}.technician-working-image{height:300px;max-height:300px}.service-card-featured{padding:1.75rem;min-height:auto}.service-card-featured h3{font-size:1.2rem;margin-bottom:.75rem}.service-card-featured p{margin-bottom:1.25rem}.services-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem}.cta-banner{background:transparent}.cta-banner-content{margin:0;min-height:350px;overflow:hidden}.cta-banner-content:before{display:block}.cta-text{padding:2rem 1.5rem;max-width:100%;margin:0}.cta-text h2{font-size:1.75rem;margin-bottom:1.25rem}.technician-image{height:240px}.faq-section{padding:2rem 0}.faq-container{padding:0 1.5rem}.faq-title,.testimonial-title{font-size:1.75rem;margin-bottom:.5rem}.faq-subtitle{margin-bottom:2rem}.faq-content{grid-template-columns:1fr;gap:1.5rem}.faq-column{gap:1.25rem}.faq-item,.faq-answer{padding-bottom:1.25rem}.testimonial-contact-section{padding:2rem 0}.testimonial-contact-container{grid-template-columns:1fr;gap:1.5rem;padding:0 1.5rem}.testimonial-card{padding:1.75rem}.testimonial-label{margin-bottom:1rem}.testimonial-text{font-size:1.15rem;margin-bottom:.5rem}.contact-title{font-size:1.89rem;margin-bottom:.35em}.contact-subtitle{font-size:1.4rem;margin-bottom:1rem}.contact-email{margin-bottom:.5rem}.footer-subscribe{padding:2rem 0;width:100%}.subscribe-content{flex-direction:column;align-items:flex-start;gap:1rem;padding:0 1.5rem;width:100%;box-sizing:border-box}.subscribe-form{width:100%;flex-direction:column;gap:.75rem}.subscribe-form input{min-width:100%;flex:1}.footer-main{padding:2rem 0;width:100%}.footer-container{padding:0 1.5rem;width:100%;box-sizing:border-box}.footer-links{grid-template-columns:repeat(2,1fr);gap:1.25rem}.footer-bottom{padding:1.5rem 0;width:100%}.footer-bottom-content{flex-direction:column;gap:1rem;padding:0 1.5rem;width:100%;box-sizing:border-box}}@media(max-width:480px){.main-header{padding:.5rem 0}.header-container{padding:0 1rem;flex-wrap:nowrap}.header-right{display:flex;align-items:center;gap:1rem}.mobile-menu-toggle{display:flex;position:relative;z-index:1002}.header-right{display:flex;align-items:center;gap:1rem;flex-direction:row}.mobile-menu-toggle{width:24px;height:26px}.logo-text{font-size:.85rem}.logo-icon-wrapper{width:32px;height:32px}.logo-icon{font-size:16px}.main-nav{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000f2;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;z-index:1000;transform:translate(-100%);transition:transform .3s ease;padding:5rem 1rem 2rem;margin:0;box-sizing:border-box}.main-nav a{font-size:1rem;opacity:.6;color:#fff;padding:.75rem 0;width:100%;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.main-nav a:hover{opacity:1;color:var(--text-inverse-primary)}.main-nav.mobile-open{transform:translate(0)}.main-nav a{font-size:.8rem}.orcamento-btn{display:none}.hero-section{padding:1.25rem 0 1.75rem;min-height:auto;background:#ffffffe6}.hero-video-mobile{transform:scaleX(1);object-position:right center}.hero-badge{margin-bottom:.5rem}.hero-badge-logo{height:30px}.hero-container{padding:1.5rem 1rem 0;gap:1.5rem;align-items:stretch}.hero-content{width:100%;max-width:100%;margin-left:0;text-align:left;padding:0;flex:none}.hero-testimonial{width:100%;max-width:100%;margin-right:0;margin-left:0;padding:1.25rem}.hero-title{font-size:1.75rem;margin-bottom:.5rem;line-height:1.2}.hero-description{font-size:.9rem;margin-bottom:1rem;line-height:1.5}.hero-buttons{flex-direction:row;gap:.75rem;margin-bottom:1.25rem;width:fit-content;justify-content:flex-start;flex-wrap:wrap}.hero-buttons .btn-primary{display:inline-block}.btn-primary,.btn-secondary{padding:.8rem 1.25rem;font-size:.9rem;width:auto;text-align:center}.hero-brands{margin:2rem auto 0;padding:0 1rem}.hero-brands-label{margin-bottom:.5em}.hero-brands-track{gap:4rem}.services-section{padding:1.75rem 0}.services-container{padding:0 1rem}.services-header-text{margin-bottom:1.25rem}.services-title{font-size:1.5rem;margin-bottom:.5rem}.services-description{font-size:.9rem;margin-bottom:0}.services-main-content{gap:1rem;margin-bottom:1.25rem}.services-image-large{height:280px}.technician-working-image{height:280px;max-height:280px}.service-card-featured{padding:1.5rem}.service-card-featured h3{font-size:1.1rem;margin-bottom:.65rem}.service-card-featured p{font-size:.9rem;margin-bottom:1rem}.services-grid{gap:1.25rem;margin-top:1.25rem;padding-top:1.25rem}.service-card h3{font-size:1rem;margin-bottom:.5rem}.service-card p{font-size:.85rem}.cta-banner{background:transparent}.cta-banner-content{margin:0;min-height:300px;overflow:hidden}.cta-banner-content:before{display:block}.cta-text{padding:1.75rem 1.25rem;max-width:100%;margin:0}.cta-text h2{font-size:1.5rem;margin-bottom:1rem}.btn-cta{padding:.8rem 1.75rem;font-size:.95rem}.technician-image{height:200px}.faq-section{padding:1.75rem 0}.faq-container{padding:0 1rem}.faq-title,.testimonial-title{font-size:1.52rem;margin-bottom:.5em}.faq-subtitle{font-size:.9rem;margin-bottom:.5rem}.faq-content{gap:1.25rem}.faq-column{gap:1rem}.faq-item{padding-bottom:1rem}.faq-item h3{font-size:1rem}.faq-answer{padding-bottom:1rem}.faq-answer p{font-size:.9rem}.testimonial-contact-section{padding:1.75rem 0}.testimonial-contact-container{gap:1.25rem;padding:0 1rem}.testimonial-card{padding:1.5rem}.testimonial-label{margin-bottom:.75rem}.testimonial-text{font-size:1.05rem;margin-bottom:1.25rem}.author-avatar{width:42px;height:42px}.contact-title{font-size:1.52rem;margin-bottom:.5em}.contact-subtitle{font-size:1.25rem;margin-bottom:.75rem}.contact-email{font-size:.9rem;margin-bottom:1.25rem}.contact-form{gap:1.25rem}.footer-subscribe{padding:1.5rem 0;width:100%}.subscribe-content{padding:0 1rem;gap:.75rem;width:100%;box-sizing:border-box}.subscribe-form{gap:.65rem;width:100%}.footer-main{padding:1.5rem 0;width:100%}.footer-container{padding:0 1rem;width:100%;box-sizing:border-box}.footer-links{grid-template-columns:1fr;gap:1rem}.footer-column{margin-bottom:.5rem}.footer-column h4{margin-bottom:.75rem}.footer-column ul li{margin-bottom:.5rem}.footer-bottom{padding:1.25rem 0;width:100%}.footer-bottom-content{padding:0 1rem;text-align:center;gap:.75rem;width:100%;box-sizing:border-box}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}*{margin:0;padding:0;box-sizing:border-box}:root{--yellow: #FFE500;--red: #E52421;--dark-red: #C41E1B}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;scroll-behavior:smooth}#root{width:100%;min-height:100vh}
