@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--red: #ed1c24;--red-hover: #c9151d;--text: #555555;--title: #333333;--bg-light: #f6f6f6;--footer-bg: #222222;--white: #ffffff;--max-w: 1140px;--font: "Montserrat", sans-serif}html{font-family:var(--font);color:var(--text);scroll-behavior:smooth}body{overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:1.25rem}.btn{display:inline-block;background:var(--red);color:var(--white);font-family:var(--font);font-weight:700;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;padding:12px 28px;border-radius:4px;border:none;cursor:pointer;transition:background .2s}.btn:hover,.btn:focus-visible{background:var(--red-hover)}.btn:focus-visible{outline:3px solid var(--red);outline-offset:2px}.site-header{position:sticky;top:0;z-index:100;background:var(--white);box-shadow:0 2px 8px #00000014;height:72px}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:100%}.logo img{height:48px;width:auto}.logo-text{font-size:1.7rem;font-weight:700;color:var(--title);letter-spacing:.02em}.logo-text span{color:var(--red)}nav.desktop-nav ul{display:flex;gap:1.5rem;align-items:center}nav.desktop-nav a{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text);padding:4px 2px;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}nav.desktop-nav a:hover,nav.desktop-nav a[aria-current=page]{color:var(--red);border-color:var(--red)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:200}.hamburger span{display:block;width:26px;height:2px;background:var(--title);transition:all .3s}.hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;inset:72px 0 0;background:var(--white);z-index:99;padding:2rem 1.5rem;overflow-y:auto}.mobile-nav.open{display:block}.mobile-nav ul{display:flex;flex-direction:column;gap:0}.mobile-nav a{display:block;padding:1rem 0;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text);border-bottom:1px solid #eee;transition:color .2s}.mobile-nav a:hover{color:var(--red)}.hero{position:relative;width:100%;min-height:480px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#b40a0ad1,#1e0a0ab8);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:var(--white);padding:3rem 1.25rem;max-width:700px}.hero-content h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-content p{font-size:1rem;line-height:1.7;margin-bottom:1.8rem;opacity:.95}.hero-slide{display:none}.hero-slide.active{display:flex;align-items:center;justify-content:center}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s;pointer-events:none}.hero-slide.active{position:relative;opacity:1;pointer-events:auto;min-height:480px}.hero-dots{position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:8px}.hero-dot{width:10px;height:10px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:background .2s}.hero-dot.active{background:var(--white)}.section-quem-somos{padding:80px 0;background:var(--white)}.quem-somos-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.quem-somos-img img{border-radius:8px;width:100%;height:340px;object-fit:cover}.quem-somos-text h2{font-size:1.7rem;font-weight:700;color:var(--title);margin-bottom:1.25rem}.quem-somos-text p{font-size:.95rem;line-height:1.8;margin-bottom:.9rem;color:var(--text)}.quem-somos-text .btn{margin-top:.5rem}.section-cards{padding:80px 0;background:var(--bg-light)}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 2px 16px #00000014;display:flex;flex-direction:column}.card-img{width:100%;aspect-ratio:16/9;object-fit:cover}.card-body{padding:1.4rem 1.5rem 1.8rem;flex:1;display:flex;flex-direction:column;gap:.6rem;text-align:center}.card-body h3{font-size:1rem;font-weight:700;color:var(--red)}.card-body p{font-size:.88rem;color:var(--text);line-height:1.6;flex:1}.card-body .btn{align-self:center;margin-top:.6rem}.section-depoimentos{background:var(--red);padding:80px 0;text-align:center;color:var(--white)}.section-depoimentos h2{font-size:1.7rem;font-weight:700;margin-bottom:2.5rem}.depo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.depo-item p{font-size:.9rem;line-height:1.8;opacity:.95;margin-bottom:1rem}.depo-author{font-weight:700;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.page-hero{background:url(/images/page-hero-bg.png) center/cover no-repeat;position:relative;padding:3.5rem 0;text-align:center;color:var(--white)}.page-hero:before{content:"";position:absolute;inset:0;background:#b40a0ab8}.page-hero .container{position:relative;z-index:1}.page-hero h1{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700}.inner-section{padding:70px 0}.inner-section+.inner-section{padding-top:0}.inner-intro{max-width:820px;margin:0 auto 3rem;text-align:center;font-size:.97rem;line-height:1.8;color:var(--text)}.service-blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.service-block{background:var(--bg-light);border-radius:8px;padding:2rem 1.5rem;text-align:center}.service-block h3{font-size:1rem;font-weight:700;color:var(--red);text-transform:uppercase;margin-bottom:.8rem}.service-block p{font-size:.9rem;line-height:1.7}.product-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.product-item{display:flex;gap:1.25rem;align-items:flex-start;background:var(--bg-light);border-radius:8px;padding:1.5rem}.product-item-img{width:110px;min-width:110px;height:110px;object-fit:cover;border-radius:6px;background:#ddd}.product-item-text h3{font-size:.95rem;font-weight:700;color:var(--title);margin-bottom:.5rem;text-transform:uppercase}.product-item-text p{font-size:.87rem;line-height:1.7;color:var(--text)}.simple-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.simple-list-item{background:var(--bg-light);border-left:4px solid var(--red);padding:1rem 1.25rem;border-radius:0 6px 6px 0;font-size:.92rem;font-weight:600;color:var(--title)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:70px 0}.contact-info h2{font-size:1.3rem;font-weight:700;color:var(--title);margin-bottom:1.5rem}.contact-info-item{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.95rem;color:var(--text)}.contact-info-item svg{flex-shrink:0;color:var(--red)}.contact-form h2{font-size:1.3rem;font-weight:700;color:var(--title);margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.4rem;color:var(--title)}.form-group input,.form-group textarea{width:100%;padding:10px 14px;border:1px solid #ddd;border-radius:4px;font-family:var(--font);font-size:.9rem;color:var(--text);transition:border-color .2s;background:var(--white)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px #ed1c241f}.form-group textarea{resize:vertical;min-height:120px}.form-notice{font-size:.75rem;color:#999;margin-top:.5rem}.site-footer{background:var(--footer-bg);color:#ccc;padding:60px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.2fr 1.6fr;gap:2.5rem;padding-bottom:2.5rem}.footer-logo{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:1rem}.footer-logo span{color:var(--red)}.footer-col p{font-size:.85rem;line-height:1.8}.footer-col h4{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--white);margin-bottom:1rem}.footer-col ul li{margin-bottom:.5rem}.footer-col ul a{font-size:.85rem;color:#ccc;transition:color .2s}.footer-col ul a:hover{color:var(--red)}.footer-contact-item{display:flex;align-items:center;gap:.6rem;margin-bottom:.65rem;font-size:.85rem}.footer-contact-item svg{color:var(--red);flex-shrink:0}.footer-contact-item a{color:#ccc}.footer-contact-item a:hover{color:var(--red)}.footer-social{display:flex;gap:.75rem;margin-top:1rem}.footer-social a{width:34px;height:34px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);transition:background .2s}.footer-social a:hover{background:var(--red-hover)}.footer-map iframe{width:100%;height:180px;border-radius:6px;border:0}.footer-bar{border-top:1px solid #333;padding:1.1rem 0;text-align:center;font-size:.78rem;color:#888}.whatsapp-btn{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #00000040;transition:transform .2s,background .2s}.whatsapp-btn:hover{transform:scale(1.1);background:#1eb85a}.whatsapp-btn svg{width:30px;height:30px}@media(max-width:900px){.cards-grid{grid-template-columns:1fr}.depo-grid{grid-template-columns:1fr;gap:2.5rem}.product-list{grid-template-columns:1fr}.simple-list{grid-template-columns:repeat(2,1fr)}.service-blocks{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){nav.desktop-nav{display:none}.hamburger{display:flex}.quem-somos-grid{grid-template-columns:1fr}.quem-somos-img img{height:240px}.contact-grid,.footer-grid,.simple-list,.cards-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}
