@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@300;400;600&family=Roboto+Slab:wght@400;500;600&display=swap";:root{--verde-floresta: #2C5F2D;--marrom-madeira: #97712B;--bege-claro: #F5F0E1;--verde-claro: #97BC62;--marrom-escuro: #5E4B2C;--cinza-neutro: #E8E8E8;--texto-primario: #333333;--texto-secundario: #666666;--texto-claro: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Open Sans,sans-serif;color:var(--texto-primario);background-color:var(--bege-claro);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:1rem;color:var(--verde-floresta)}p{margin-bottom:1rem}a{color:var(--verde-floresta);text-decoration:none;transition:color .3s ease}a:hover{color:var(--verde-claro)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;text-align:center;cursor:pointer;transition:all .3s ease}.btn-primary{background-color:var(--verde-floresta);color:var(--texto-claro);border:2px solid var(--verde-floresta)}.btn-primary:hover{background-color:transparent;color:var(--verde-floresta)}.btn-secondary{background-color:var(--marrom-madeira);color:var(--texto-claro);border:2px solid var(--marrom-madeira)}.btn-secondary:hover{background-color:transparent;color:var(--marrom-madeira)}.section{padding:4rem 0}.section-title{text-align:center;margin-bottom:3rem;position:relative}.section-title:after{content:"";display:block;width:80px;height:3px;background-color:var(--verde-floresta);margin:1rem auto}@media (max-width: 767px){.section{padding:2rem 0}.section-title{margin-bottom:2rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .8s ease forwards}.header{background-color:var(--bege-claro);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header-container{display:flex;justify-content:space-between;align-items:center;padding:1rem;flex-wrap:wrap}.logo{display:flex;align-items:center}.logo a{display:flex;flex-direction:column;text-decoration:none}.logo h1{color:var(--verde-floresta);font-size:1.8rem;margin:0;line-height:1.2}.logo span{color:var(--marrom-madeira);font-size:1rem;font-family:Roboto Slab,serif}.contact-info{display:flex;flex-direction:column;margin-right:2rem}.phone{display:flex;align-items:center;margin-bottom:.25rem;font-size:.9rem}.phone-icon{display:inline-block;width:16px;height:16px;background-color:var(--verde-floresta);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;margin-right:.5rem}.main-nav ul{display:flex;list-style:none;margin:0;padding:0}.main-nav li{margin:0 1rem}.main-nav a{color:var(--texto-primario);font-weight:600;text-transform:uppercase;font-size:.9rem;padding:.5rem 0;position:relative}.main-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--verde-floresta);transition:width .3s ease}.main-nav a:hover:after{width:100%}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn span{display:block;width:25px;height:3px;background-color:var(--verde-floresta);margin:5px 0;transition:all .3s ease}@media (max-width: 1023px){.contact-info{order:2;margin-right:0;margin-top:1rem;width:100%;flex-direction:row;justify-content:center}.phone{margin:0 1rem}.main-nav{order:3;width:100%;margin-top:1rem}.main-nav ul{justify-content:center;flex-wrap:wrap}.main-nav li{margin:.5rem}}@media (max-width: 767px){.header-container{justify-content:space-between}.logo{flex:1}.contact-info{display:none}.mobile-menu-btn{display:block;order:3}.main-nav{position:fixed;top:70px;left:0;width:100%;height:0;background-color:var(--bege-claro);overflow:hidden;transition:height .3s ease;box-shadow:0 5px 10px #0000001a}.main-nav.open{height:auto;padding:1rem 0}.main-nav ul{flex-direction:column;align-items:center}.main-nav li{margin:.75rem 0}.mobile-menu-btn.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}}.footer{background-color:var(--verde-floresta);color:var(--texto-claro);padding-top:3rem}.footer-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding-bottom:3rem}.footer-logo{margin-bottom:1rem}.footer-logo h3{color:var(--texto-claro);margin:0;font-size:1.5rem}.footer-logo span{color:var(--bege-claro);font-family:Roboto Slab,serif;font-size:.9rem}.footer h4{color:var(--texto-claro);margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.footer h4:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:2px;background-color:var(--marrom-madeira)}.footer-contact address{font-style:normal}.footer-contact p{display:flex;align-items:flex-start;margin-bottom:1rem}.location-icon,.phone-icon{display:inline-block;width:16px;height:16px;background-color:var(--marrom-madeira);margin-right:.75rem;margin-top:.25rem;flex-shrink:0}.location-icon{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E") no-repeat center center;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E") no-repeat center center}.phone-icon{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--texto-claro);transition:color .3s ease;display:inline-block;position:relative;padding-left:1rem}.footer-links a:before{content:"→";position:absolute;left:0;transition:transform .3s ease}.footer-links a:hover{color:var(--marrom-madeira)}.footer-links a:hover:before{transform:translate(3px)}.footer-bottom{background-color:#0003;padding:1.5rem 0;text-align:center;font-size:.9rem}@media (max-width: 767px){.footer{padding-top:2rem}.footer-container{gap:1.5rem}.footer-bottom{padding:1rem 0}}.home-page{overflow-x:hidden}.hero-section{background-color:var(--verde-floresta);background-image:linear-gradient(#2c5f2dd9,#2c5f2dd9),url(../../assets/hero-bg-placeholder.jpg);background-size:cover;background-position:center;color:var(--texto-claro);padding:6rem 0;text-align:center;position:relative}.hero-content{max-width:800px;margin:0 auto;animation:fadeIn 1s ease-out;position:relative;z-index:2}.hero-content h1{font-size:2.5rem;margin-bottom:1rem;color:var(--texto-claro)}.hero-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.hero-video:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#2c5f2dd9,#2c5f2dd9);z-index:2}.hero-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text p{margin-bottom:1.5rem}.about-image{border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000001a}.image-placeholder{background-color:var(--cinza-neutro);height:350px;display:flex;align-items:center;justify-content:center;color:var(--texto-secundario);font-style:italic}.products-section{background-color:var(--bege-claro)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.product-image .image-placeholder{height:100%;background-color:var(--verde-claro);color:var(--texto-claro)}.product-card h3{padding:1rem 1rem .5rem;color:var(--verde-floresta)}.product-card p{padding:0 1rem 1.5rem;color:var(--texto-secundario);flex-grow:1}.products-cta{text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem 1.5rem;background-color:var(--texto-claro);border-radius:8px;box-shadow:0 3px 10px #0000001a;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:60px;height:60px;margin:0 auto 1.5rem;background-color:var(--verde-floresta);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.experience-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='7'%3E%3C/circle%3E%3Cpolyline points='8.21 13.89 7 23 12 20 17 23 15.79 13.88'%3E%3C/polyline%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='7'%3E%3C/circle%3E%3Cpolyline points='8.21 13.89 7 23 12 20 17 23 15.79 13.88'%3E%3C/polyline%3E%3C/svg%3E")}.quality-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E")}.technology-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='16 18 22 12 16 6'%3E%3C/polyline%3E%3Cpolyline points='8 6 2 12 8 18'%3E%3C/polyline%3E%3Cline x1='12' y1='2' x2='12' y2='22'%3E%3C/line%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='16 18 22 12 16 6'%3E%3C/polyline%3E%3Cpolyline points='8 6 2 12 8 18'%3E%3C/polyline%3E%3Cline x1='12' y1='2' x2='12' y2='22'%3E%3C/line%3E%3C/svg%3E")}.delivery-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E")}.capacity-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z'%3E%3C/path%3E%3Cline x1='16' y1='8' x2='2' y2='22'%3E%3C/line%3E%3Cline x1='17.5' y1='15' x2='9' y2='15'%3E%3C/line%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z'%3E%3C/path%3E%3Cline x1='16' y1='8' x2='2' y2='22'%3E%3C/line%3E%3Cline x1='17.5' y1='15' x2='9' y2='15'%3E%3C/line%3E%3C/svg%3E")}.flexibility-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8h1a4 4 0 0 1 0 8h-1'%3E%3C/path%3E%3Cpath d='M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z'%3E%3C/path%3E%3Cline x1='6' y1='1' x2='6' y2='4'%3E%3C/line%3E%3Cline x1='10' y1='1' x2='10' y2='4'%3E%3C/line%3E%3Cline x1='14' y1='1' x2='14' y2='4'%3E%3C/line%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8h1a4 4 0 0 1 0 8h-1'%3E%3C/path%3E%3Cpath d='M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z'%3E%3C/path%3E%3Cline x1='6' y1='1' x2='6' y2='4'%3E%3C/line%3E%3Cline x1='10' y1='1' x2='10' y2='4'%3E%3C/line%3E%3Cline x1='14' y1='1' x2='14' y2='4'%3E%3C/line%3E%3C/svg%3E")}.feature-card h3{margin-bottom:1rem;color:var(--verde-floresta)}@media (max-width: 1023px){.hero-section{padding:4rem 0}.hero-content h1{font-size:2.2rem}}@media (max-width: 767px){.hero-section{padding:3rem 0}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:1rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-image{order:-1}.image-placeholder{height:250px}.products-grid,.features-grid{gap:1.5rem}}.about-page .page-header{background-color:var(--verde-floresta);color:var(--texto-claro);padding:4rem 0;text-align:center}.about-page .page-header h1{color:var(--texto-claro);margin-bottom:.5rem}.about-page .page-header p{opacity:.9;max-width:600px;margin:0 auto}.history-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.history-image{border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000001a;aspect-ratio:4/3}.history-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.history-text p{margin-bottom:1.5rem}.timeline-section{background-color:var(--bege-claro)}.timeline{position:relative;max-width:800px;margin:0 auto;padding:2rem 0}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:3px;background-color:var(--verde-floresta);transform:translate(-50%)}.timeline-item{position:relative;margin-bottom:3rem}.timeline-item:last-child{margin-bottom:0}.timeline-dot{position:absolute;left:50%;top:0;width:20px;height:20px;background-color:var(--verde-floresta);border-radius:50%;transform:translate(-50%);z-index:1}.timeline-content{position:relative;width:calc(50% - 40px);padding:1.5rem;background-color:var(--texto-claro);border-radius:8px;box-shadow:0 3px 10px #0000001a}.timeline-item:nth-child(odd) .timeline-content{margin-left:auto}.timeline-item:nth-child(2n) .timeline-content:before{content:"";position:absolute;top:10px;right:-10px;width:20px;height:20px;background-color:var(--texto-claro);transform:rotate(45deg)}.timeline-item:nth-child(odd) .timeline-content:before{content:"";position:absolute;top:10px;left:-10px;width:20px;height:20px;background-color:var(--texto-claro);transform:rotate(45deg)}.timeline-content h3{color:var(--verde-floresta);margin-bottom:.5rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.team-member{text-align:center;background-color:var(--texto-claro);border-radius:8px;overflow:hidden;box-shadow:0 3px 10px #0000001a;transition:transform .3s ease}.team-member:hover{transform:translateY(-5px)}.member-image{height:280px;overflow:hidden;position:relative}.member-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.member-image .image-placeholder{height:100%;background-color:var(--cinza-neutro);display:flex;align-items:center;justify-content:center}.team-member h3{margin:1.5rem 0 .25rem;color:var(--verde-floresta)}.member-role{color:var(--marrom-madeira);font-weight:600;margin-bottom:1rem}.member-desc{padding:0 1.5rem 1.5rem;color:var(--texto-secundario)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{text-align:center;padding:2rem 1.5rem;background-color:var(--texto-claro);border-radius:8px;box-shadow:0 3px 10px #0000001a;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-icon{width:60px;height:60px;margin:0 auto 1.5rem;background-color:var(--verde-floresta);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.experience-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='7'%3E%3C/circle%3E%3Cpolyline points='8.21 13.89 7 23 12 20 17 23 15.79 13.88'%3E%3C/polyline%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='7'%3E%3C/circle%3E%3Cpolyline points='8.21 13.89 7 23 12 20 17 23 15.79 13.88'%3E%3C/polyline%3E%3C/svg%3E")}.quality-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E")}.technology-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='16 18 22 12 16 6'%3E%3C/polyline%3E%3Cpolyline points='8 6 2 12 8 18'%3E%3C/polyline%3E%3Cline x1='12' y1='2' x2='12' y2='22'%3E%3C/line%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='16 18 22 12 16 6'%3E%3C/polyline%3E%3Cpolyline points='8 6 2 12 8 18'%3E%3C/polyline%3E%3Cline x1='12' y1='2' x2='12' y2='22'%3E%3C/line%3E%3C/svg%3E")}.stock-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3h18v18H3zM12 8v8m-4-4h8'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3h18v18H3zM12 8v8m-4-4h8'/%3E%3C/svg%3E")}.delivery-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E")}.trust-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'%3E%3C/path%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'%3E%3C/path%3E%3C/svg%3E")}.value-card h3{margin-bottom:1rem;color:var(--verde-floresta)}@media (max-width: 1023px){.about-page .page-header{padding:3rem 0}}@media (max-width: 767px){.about-page .page-header{padding:2rem 0}.history-content{grid-template-columns:1fr;gap:2rem}.timeline:before{left:30px}.timeline-dot{left:30px}.timeline-content{width:calc(100% - 80px);margin-left:60px!important}.timeline-item:nth-child(odd) .timeline-content:before,.timeline-item:nth-child(2n) .timeline-content:before{left:-10px;right:auto}}.products-page .page-header{background-color:var(--verde-floresta);color:var(--texto-claro);padding:4rem 0;text-align:center}.products-page .page-header h1{color:var(--texto-claro);margin-bottom:.5rem}.products-page .page-header p{opacity:.9;max-width:600px;margin:0 auto}.process-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.process-text h3{margin:1.5rem 0 1rem}.benefits-list{margin-bottom:1.5rem;padding-left:1.5rem}.benefits-list li{margin-bottom:.5rem;position:relative}.process-image{border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000001a;aspect-ratio:4/3}.product-category{margin-bottom:4rem}.product-category:last-child{margin-bottom:0}.category-title{border-bottom:2px solid var(--verde-claro);padding-bottom:.5rem;margin-bottom:2rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.product-card{background-color:var(--texto-claro);border-radius:8px;overflow:hidden;box-shadow:0 3px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #00000026}.product-image{height:200px;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-image .image-placeholder{height:100%;background-color:var(--verde-claro);color:var(--texto-claro);display:flex;align-items:center;justify-content:center}.product-info{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.product-info h4{color:var(--verde-floresta);margin-bottom:.75rem}.product-info p{flex-grow:1}.product-specs{margin-top:1rem;font-size:.9rem;color:var(--texto-secundario);font-style:italic}.applications-section{background-color:var(--bege-claro)}.application-card{text-align:center;padding:2rem 1.5rem;background-color:var(--texto-claro);border-radius:8px;box-shadow:0 3px 10px #0000001a;transition:transform .3s ease}.application-card:hover{transform:translateY(-5px)}.application-icon{width:60px;height:60px;margin:0 auto 1.5rem;background-color:var(--verde-floresta);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.rural-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'%3E%3C/path%3E%3Cpolyline points='9 22 9 12 15 12 15 22'%3E%3C/polyline%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'%3E%3C/path%3E%3Cpolyline points='9 22 9 12 15 12 15 22'%3E%3C/polyline%3E%3C/svg%3E")}.fence-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cline x1='4' y1='10' x2='20' y2='10'%3E%3C/line%3E%3Cline x1='4' y1='16' x2='20' y2='16'%3E%3C/line%3E%3Cline x1='10' y1='4' x2='10' y2='20'%3E%3C/line%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cline x1='4' y1='10' x2='20' y2='10'%3E%3C/line%3E%3Cline x1='4' y1='16' x2='20' y2='16'%3E%3C/line%3E%3Cline x1='10' y1='4' x2='10' y2='20'%3E%3C/line%3E%3C/svg%3E")}.construction-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 20h20'%3E%3C/path%3E%3Cpath d='M5 17h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H5v6z'%3E%3C/path%3E%3Cpath d='M10 17h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2v6z'%3E%3C/path%3E%3Cpath d='M17 17h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2v6z'%3E%3C/path%3E%3Cpath d='M5 11V7a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v4'%3E%3C/path%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 20h20'%3E%3C/path%3E%3Cpath d='M5 17h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H5v6z'%3E%3C/path%3E%3Cpath d='M10 17h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2v6z'%3E%3C/path%3E%3Cpath d='M17 17h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2v6z'%3E%3C/path%3E%3Cpath d='M5 11V7a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v4'%3E%3C/path%3E%3C/svg%3E")}.landscape-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3'%3E%3C/path%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3'%3E%3C/path%3E%3C/svg%3E")}.application-card h3{margin-bottom:1rem;color:var(--verde-floresta)}@media (max-width: 1023px){.products-page .page-header{padding:3rem 0}}@media (max-width: 767px){.products-page .page-header{padding:2rem 0}.process-content{grid-template-columns:1fr;gap:2rem}.process-image{order:-1}}.contact-page{padding-bottom:60px}.contact-content{display:flex;flex-wrap:wrap;gap:40px;margin-top:40px}.contact-info,.contact-form-container{flex:1;min-width:300px}.info-item{display:flex;margin-bottom:30px;align-items:flex-start}.info-icon{width:40px;height:40px;background-color:var(--primary-color);border-radius:50%;margin-right:15px;flex-shrink:0;background-position:center;background-repeat:no-repeat;background-size:20px}.location-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z' /%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 11a3 3 0 11-6 0 3 3 0 016 0z' /%3E%3C/svg%3E")}.phone-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z' /%3E%3C/svg%3E")}.email-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z' /%3E%3C/svg%3E")}.clock-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z' /%3E%3C/svg%3E")}.info-text h3{margin-top:0;margin-bottom:8px;font-size:18px;color:var(--primary-color)}.info-text p{margin:5px 0;color:var(--text-color)}.contact-form{background-color:#f9f9f9;padding:30px;border-radius:8px;box-shadow:0 2px 10px #0000001a}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:var(--text-color)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:16px;color:var(--text-color);font-family:inherit}.form-group textarea{resize:vertical}.map-section{margin-top:60px}.map-container{height:400px;border-radius:8px;overflow:hidden}.map-placeholder{height:100%;background-color:#f0f0f0;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#666;text-align:center;padding:20px}.map-placeholder span{font-size:24px;margin-bottom:10px}.whatsapp-cta{margin-top:30px;padding:20px;background-color:#f0f9f0;border-radius:8px;border-left:4px solid #25D366;text-align:center}.whatsapp-cta h3{color:#075e54;margin-bottom:15px}.btn-whatsapp{display:flex;align-items:center;justify-content:center;background-color:#25d366;color:#fff;padding:12px 20px;border-radius:30px;font-weight:600;text-decoration:none;margin:15px auto;transition:all .3s ease;max-width:280px}.btn-whatsapp:hover{background-color:#128c7e;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.whatsapp-icon{width:24px;height:24px;margin-right:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:contain}.whatsapp-cta p{font-size:14px;color:#555;margin-top:10px}@media (max-width: 768px){.contact-content{flex-direction:column}.contact-info,.contact-form-container{width:100%}.map-container{height:300px}}.advantages-page .page-header{background-color:var(--verde-floresta);color:var(--texto-claro);padding:4rem 0;text-align:center}.advantages-page .page-header h1{color:var(--texto-claro);margin-bottom:.5rem}.advantages-page .page-header p{opacity:.9;max-width:600px;margin:0 auto}.advantages-content{display:flex;flex-direction:column;gap:3rem}.advantages-text{max-width:800px;margin:0 auto;text-align:center}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.advantage-card{background-color:var(--texto-claro);border-radius:8px;padding:2rem;box-shadow:0 3px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.advantage-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #00000026}.advantage-icon{width:60px;height:60px;margin:0 auto 1.5rem;background-color:var(--verde-floresta);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.durability-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'%3E%3C/path%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'%3E%3C/path%3E%3C/svg%3E")}.resistance-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z'%3E%3C/path%3E%3Cline x1='16' y1='8' x2='2' y2='22'%3E%3C/line%3E%3Cline x1='17.5' y1='15' x2='9' y2='15'%3E%3C/line%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z'%3E%3C/path%3E%3Cline x1='16' y1='8' x2='2' y2='22'%3E%3C/line%3E%3Cline x1='17.5' y1='15' x2='9' y2='15'%3E%3C/line%3E%3C/svg%3E")}.cost-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='16'%3E%3C/line%3E%3Cline x1='8' y1='12' x2='16' y2='12'%3E%3C/line%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='16'%3E%3C/line%3E%3Cline x1='8' y1='12' x2='16' y2='12'%3E%3C/line%3E%3C/svg%3E")}.sustainability-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3a9 9 0 0 0 9 9 9 9 0 0 1-9 9 9 9 0 0 1-9-9 9 9 0 0 0 9-9z'%3E%3C/path%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3a9 9 0 0 0 9 9 9 9 0 0 1-9 9 9 9 0 0 1-9-9 9 9 0 0 0 9-9z'%3E%3C/path%3E%3C/svg%3E")}.versatility-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%3E%3C/svg%3E")}.maintenance-icon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'%3E%3C/path%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'%3E%3C/path%3E%3C/svg%3E")}.advantage-card h3{margin-bottom:1rem;color:var(--verde-floresta)}.comparison-section{background-color:var(--bege-claro)}.comparison-table-container{overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;margin:0 auto;background-color:var(--texto-claro);box-shadow:0 3px 10px #0000001a;border-radius:8px;overflow:hidden}.comparison-table th,.comparison-table td{padding:1rem;text-align:center;border-bottom:1px solid var(--cinza-neutro)}.comparison-table th{background-color:var(--verde-floresta);color:var(--texto-claro);font-weight:600}.comparison-table tr:nth-child(2n){background-color:#97bc621a}.comparison-table tr:last-child td{border-bottom:none}.comparison-table td:first-child{font-weight:600;text-align:left}.applications-content{display:flex;flex-direction:column;gap:3rem}.applications-text{max-width:800px;margin:0 auto;text-align:center}.applications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.application-item{background-color:var(--texto-claro);border-radius:8px;padding:2rem;box-shadow:0 3px 10px #0000001a}.application-item h3{color:var(--verde-floresta);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--verde-claro)}.application-item ul{padding-left:1.5rem}.application-item li{margin-bottom:.5rem}@media (max-width: 1023px){.advantages-page .page-header{padding:3rem 0}.comparison-table th,.comparison-table td{padding:.75rem}}@media (max-width: 767px){.advantages-page .page-header{padding:2rem 0}.advantage-card{padding:1.5rem}.comparison-table th,.comparison-table td{padding:.5rem;font-size:.9rem}}.projects-page .page-header{background-color:var(--verde-floresta);color:var(--texto-claro);padding:4rem 0;text-align:center}.projects-page .page-header h1{color:var(--texto-claro);margin-bottom:.5rem}.projects-page .page-header p{opacity:.9;max-width:600px;margin:0 auto}.projects-content{display:flex;flex-direction:column;gap:3rem}.projects-intro{max-width:800px;margin:0 auto;text-align:center}.projects-placeholder{background-color:var(--texto-claro);border-radius:8px;padding:3rem 2rem;box-shadow:0 3px 10px #0000001a;text-align:center;max-width:800px;margin:0 auto}.placeholder-icon{width:80px;height:80px;margin:0 auto 1.5rem;background-color:var(--verde-claro);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'%3E%3C/circle%3E%3Cpolyline points='21 15 16 10 5 21'%3E%3C/polyline%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'%3E%3C/circle%3E%3Cpolyline points='21 15 16 10 5 21'%3E%3C/polyline%3E%3C/svg%3E");mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.projects-placeholder h3{margin-bottom:1rem;color:var(--verde-floresta)}.projects-cta{text-align:center;background-color:var(--bege-claro);border-radius:8px;padding:2rem}.projects-cta p{margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.testimonials-section{background-color:var(--bege-claro)}.testimonials-content{display:flex;flex-direction:column;gap:3rem}.testimonials-intro{max-width:800px;margin:0 auto;text-align:center}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background-color:var(--texto-claro);border-radius:8px;padding:2rem;box-shadow:0 3px 10px #0000001a;position:relative}.testimonial-quote{position:absolute;top:1rem;left:1.5rem;font-size:4rem;line-height:1;color:var(--verde-claro);opacity:.3;font-family:Georgia,serif}.testimonial-text{margin-bottom:1.5rem;position:relative;z-index:1;font-style:italic}.testimonial-author{display:flex;align-items:center}.author-image{width:50px;height:50px;border-radius:50%;overflow:hidden;margin-right:1rem}.author-image .image-placeholder{height:100%;background-color:var(--verde-floresta);color:var(--texto-claro);display:flex;align-items:center;justify-content:center;font-weight:600}.author-info h4{margin:0;font-size:1rem;color:var(--verde-floresta)}.author-info p{margin:0;font-size:.9rem;color:var(--texto-secundario)}.cta-section{background-color:var(--marrom-madeira);color:var(--texto-claro);text-align:center}.cta-content{max-width:700px;margin:0 auto}.cta-content h2{color:var(--texto-claro);margin-bottom:1rem}.cta-content p{margin-bottom:2rem;opacity:.9}.cta-content .btn{background-color:var(--texto-claro);color:var(--marrom-madeira);border-color:var(--texto-claro)}.cta-content .btn:hover{background-color:transparent;color:var(--texto-claro)}@media (max-width: 1023px){.projects-page .page-header{padding:3rem 0}.projects-placeholder{padding:2rem 1.5rem}}@media (max-width: 767px){.projects-page .page-header{padding:2rem 0}.testimonial-card{padding:1.5rem}}
