:root{font-family:Roboto,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--content-max: 1200px}body{margin:0;font-family:Roboto,sans-serif;background:var(--bg-color);color:var(--text-color);line-height:1.6}img,video,svg{max-width:100%;height:auto;display:block}:root{--primary-color: #E32F2F;--secondary-color: #1D1D1D;--text-color: #333;--bg-color: #F9F5F0;--white: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}button{cursor:pointer;border:none;outline:none}a{text-decoration:none;color:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 15px}.header{position:fixed;top:0;left:0;right:0;background:#000a;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem}.logo{height:80px}.navigation ul{display:flex;gap:1.5rem;list-style:none;font-size:large}.navigation a{color:#fff;transition:color .3s}.navigation a:hover{color:var(--primary-color)}.burger{display:none;flex-direction:column;gap:5px;background:0 0;border:0;cursor:pointer}.burger span{width:26px;height:3px;background:#fff;transition:.3s}.burger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:768px){.burger{display:flex}.navigation{position:fixed;top:100px;left:0;right:0;background:#111;display:none;flex-direction:column;gap:1.25rem;padding:1.5rem 0;text-align:center}.navigation.open{display:flex}.navigation ul{flex-direction:column;gap:1rem}}.hero-section{min-height:calc(100vh - 70px);background:url(./hero-bg-Cdy6nQAK.jpg) center/cover fixed;display:flex;align-items:center;justify-content:center;padding-top:70px;text-align:center;background-position:70% center}.hero-content{max-width:var(--content-max);width:100%;display:flex;justify-content:flex-start;padding-left:clamp(4%,8vw,10px)}.hero-logo{width:min(60vw,620px);max-width:620px}@media (min-width:1400px){.hero-logo{max-width:680px}}@media (max-width:1200px){.hero-section{background-position:80% center}}@media (max-width:768px){.hero-section{background-position:85% center}}@media (max-width:480px){.hero-section{background-position:74% center}}.hero-section{background-attachment:fixed}@media (max-width:992px){.hero-section{background-attachment:scroll}}.carousel-section{padding:4rem 0;background-color:var(--bg-color)}h1{text-align:center;font-size:3rem;font-weight:800;margin-bottom:2rem;color:var(--secondary-color)}.carousel-slide{margin-bottom:2rem}.carousel-text{flex:1;background-color:var(--primary-color);color:var(--white);padding:3rem;height:100%;border-radius:20px 0 0 20px}.carousel-text h2{font-size:2.5rem;margin-bottom:1rem}.carousel-text p{font-size:1.1rem;margin-bottom:2rem}.btn-saiba-mais{background-color:var(--white);color:var(--primary-color);padding:.8rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;transition:all .3s ease}.btn-saiba-mais:hover{background-color:var(--secondary-color);color:var(--white)}.carousel-image{flex:1.15;height:400px;width:auto}.carousel-image img{width:100%;height:100%;transform:translate(-2%)}.carousel-dots{display:flex;justify-content:center;margin-top:1rem}.carousel-dot{width:15px;height:15px;border-radius:50%;background-color:#ccc;margin:0 5px;transition:background-color .3s ease;border:none}.carousel-dot.active{background-color:var(--primary-color)}.carousel-container{max-width:var(--content-max);margin:0 auto;padding:0 1rem}.carousel-content{display:flex;align-items:center;border-radius:10px;overflow:hidden}@media (max-width:992px){.carousel-content{flex-direction:column;gap:1rem}.carousel-image{height:auto;width:90%;max-height:60vh;max-width:560px}.carousel-text{border-radius:20px}}@media (max-width:480px){.carousel-content{gap:.75rem}.carousel-dots{margin-top:.75rem}.carousel-text{border-radius:20px}}.contact-section{padding:4rem 0;background-color:var(--bg-color)}.contact-form-container{max-width:600px;margin:0 auto;padding:2rem;border:2px dashed #333;border-radius:10px}.contact-form-container h2{text-align:center;margin-bottom:2rem;color:var(--secondary-color)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group input,textarea{padding:1rem;border:1px solid #ddd;border-radius:30px;font-size:1rem;background-color:var(--bg-color);transition:border-color .3s ease}.form-group input:focus,textarea:focus{outline:none;border-color:var(--primary-color)}.btn-enviar{background-color:var(--secondary-color);color:var(--white);padding:.8rem 2rem;font-size:1rem;font-weight:600;border-radius:30px;align-self:center;transition:background-color .3s ease;width:200px}.btn-enviar:hover{background-color:var(--primary-color)}@media (max-width: 768px){.contact-form-container{padding:1.5rem}}@media (max-width: 480px){.contact-form-container{padding:1rem}.form-group input{padding:.8rem}.btn-enviar{width:100%}}.footer{background-color:var(--secondary-color);color:var(--white);padding:3rem 0}.footer-content{max-width:1200px;margin:0 auto;padding:0 15px;display:flex;flex-direction:column;justify-content:center;position:relative}.footer-info{display:flex;flex-direction:row;justify-content:space-between;gap:2rem}.footer-hours h3,.footer-contact h3,.footer-address h3{margin-bottom:.5rem;font-size:1.2rem;text-align:center}.footer-hours p,.footer-contact p,.footer-address p{font-size:1rem;margin-bottom:.25rem;text-align:center}.footer-direitos{text-align:center;margin-top:2rem;font-size:.9rem}@media (max-width: 992px){.footer-content{flex-direction:column;justify-content:center;gap:2rem}.footer-info{flex-direction:column;justify-content:center}}@media (max-width:768px){.footer-content{flex-direction:column;gap:2rem}.footer-info{align-items:center}}@media (max-width: 480px){.footer{padding:2rem 0}}.Marcas-section{margin:12vh 0 10vh;text-align:center}.Marcas-container{display:flex;flex-wrap:wrap;justify-content:center;gap:8rem;width:95%;margin-inline:auto}.Marcas-container img{max-height:120px;width:auto;object-fit:contain}@media (max-width:1000px){#Quata,#Piccinini,#Apti{height:8vh,10vh,12vh;gap:1rem}}@media (max-width:480px){#Quata,#Piccinini,#Apti{height:8vh,10vh,12vh;gap:1rem}}.atuacao-section{padding:4rem 1rem;background-color:var(--bg-color);text-align:center}.atuacao-section h2{font-size:2.5rem;color:var(--secondary-color);margin-bottom:2rem}.map-container{display:flex;justify-content:center}.map-container img{max-width:100%;height:auto;border-radius:10px}
