@font-face{font-family:'BIOSANS';font-weight:300;font-display:swap;src:url("../../../assets/fonts/FLAT-IT-BIOSANS-LIGHT.woff")}@font-face{font-family:'BIOSANS';font-weight:400;font-display:swap;src:url("../../../assets/fonts/FLAT-IT-BIOSANS-REGULAR.woff")}@font-face{font-family:'BIOSANS';font-display:swap;font-weight:700;src:url("../../../assets/fonts/FLAT-IT-BIO-SANS-BOLD.woff")}@font-face{font-family:'BIOSANS';font-display:swap;font-weight:600;src:url("../../../assets/fonts/FLAT-IT-BIOSANS-SEMIBOLD.woff")}@font-face{font-family:'BIOSANS';font-display:swap;font-weight:900;src:url("../../../assets/fonts/FLAT-IT-BIOSANS-EXTRABOLD.woff")}body{font-family:var(--nunito)}body.fixed{margin-top:110px}:root{--white: #ffffff;--black: #000000;--color-header: #29292A;--nunito: 'biosans', sans-serif}.container{width:100%;padding-right:20px;padding-left:20px;margin-right:auto;margin-left:auto;display:inherit;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:inherit;flex-flow:inherit}@media (min-width: 576px){.container{max-width:576px;padding-right:unset;padding-left:unset}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 992px){.container{max-width:992px}}@media (min-width: 1200px){.container{max-width:1140px}}@media (min-width: 1400px){.container{max-width:1390px}}br{display:none}@media screen and (min-width: 768px){br{display:-webkit-box;display:-ms-flexbox;display:flex}}*,*::before,*::after{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;text-decoration:none;border:none;background-color:transparent}@media screen and (min-width: 992px){.disappear-desktop{display:none !important}}@media screen and (max-width: 992px){.disappear-mobile{display:none !important}}.header{width:100%;height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:var(--white);-webkit-box-shadow:0 3px 20px rgba(0,0,0,0.08);box-shadow:0 3px 20px rgba(0,0,0,0.08);position:relative;top:0;left:0;z-index:1000}.header.fixed{position:fixed;-webkit-animation:slide .5s normal;animation:slide .5s normal}@-webkit-keyframes slide{0%{-webkit-transform:translateY(-100px);transform:translateY(-100px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide{0%{-webkit-transform:translateY(-100px);transform:translateY(-100px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.header .logo{width:110px;height:61.7px;background-image:url(../../../assets/images/logotipo.png);background-size:contain;background-repeat:no-repeat}.header .nav{width:100%;height:100%;background:#FFFFFF;position:fixed;top:0;left:-100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all ease-in 300ms;transition:all ease-in 300ms}.header .nav.open{left:0}.header .list{width:-webkit-max-content;width:-moz-max-content;width:max-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .item{margin:0 0 30px}.header .link{font-size:18px;line-height:22px;font-weight:300;font-family:var(--biosans);color:#1A1A1A}.header .hamburguer{width:30px;height:25px;position:relative;border-bottom:2px solid #168976;-webkit-transition:all ease-in 50ms;transition:all ease-in 50ms;cursor:pointer;top:0px}.header .hamburguer::before,.header .hamburguer::after{content:'';position:absolute;top:-1px;left:0;width:30px;height:2px;background-color:#168976;-webkit-transition:all ease-in 300ms;transition:all ease-in 300ms}.header .hamburguer::after{top:11px}.header .hamburguer.open{border:none;top:-15px}.header .hamburguer.open::before{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:11px;height:2px}.header .hamburguer.open::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);height:2px}@media (min-width: 1200px){.header .hamburguer{display:none}}@media screen and (min-width: 1200px){.header{height:160px}.header .nav{width:unset;height:unset;background:unset;position:unset;top:unset;left:unset;display:unset;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.header .list{width:-webkit-max-content;width:-moz-max-content;width:max-content;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .item{margin:0 0 0 30px}.header .logo{width:144.35px;height:81.7px}}.footer{overflow:hidden}.footer .top{width:100%;min-height:100px;padding:2rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;background-color:#168976}.footer .top .logo{width:130px;height:71.7px;background-image:url(../../../assets/images/logo-footer.png);background-size:contain;background-repeat:no-repeat}.footer .top .list{width:-webkit-max-content;width:-moz-max-content;width:max-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer .top .list .item{font-size:16px;line-height:25px;font-weight:300;font-family:var(--biosans);color:var(--white);margin:0 0 0 1rem}.footer .top .list .item:nth-child(1){width:100%;margin:3rem 0 0;display:block;text-align:center}.footer .top .list .item a{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all ease-in 200ms;transition:all ease-in 200ms}.footer .top .list .item a:hover{background-color:#000000CC}@media screen and (min-width: 992px){.footer .top{padding:0;height:100px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-flow:wrap;flex-flow:wrap}.footer .top .logo{width:110px;height:61.7px}.footer .top .list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row}.footer .top .list .item{font-size:16px;line-height:25px;font-weight:300;font-family:var(--biosans);color:var(--white);margin:0 0 0 1rem}.footer .top .list .item:nth-child(1){margin:0 3rem 0 0;width:unset;display:unset;text-align:unset}}.footer .middle{width:100%;padding:2rem 0;background-color:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;white-space:normal}.footer .middle .column{margin:0 0 2rem}.footer .middle .column:last-child{margin:unset}.footer .middle .title{font-size:18px;line-height:22px;font-weight:600;font-family:var(--biosans);color:#168976;margin:0 0 1.5rem}.footer .middle .text{font-size:18px;line-height:22px;font-weight:300;font-family:var(--biosans);color:#000000}@media screen and (min-width: 992px){.footer .middle{-ms-flex-flow:wrap;flex-flow:wrap}.footer .middle .column{margin:unset}.footer .middle .column:nth-child(1){width:60%}.footer .middle .column:nth-child(2){width:20%}.footer .middle .column:nth-child(3){width:20%}}.footer .bottom{width:100%;min-height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#E6E6E6}.footer .bottom .copyright,.footer .bottom .dev{font-size:16px;line-height:25px;font-weight:300;font-family:var(--biosans);color:#4A4A4A;text-align:left}@media screen and (min-width: 768px){.footer .bottom{-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.footer .bottom .copyright,.footer .bottom .dev{text-align:center}}.container-fluid{width:1640px;max-width:90%;margin:0 auto;display:inherit;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:inherit;flex-flow:inherit;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit}@media screen and (max-width: 1700px){.container-fluid{max-width:100%;padding-left:25px;padding-right:25px}}.banner{width:100%;height:auto;background-size:contain;background-position:center;background-repeat:no-repeat}.banner .image-desktop,.banner .image-mobile{width:100%;-o-object-fit:contain;object-fit:contain;opacity:0}.banner .image-desktop{display:none}.banner .image-mobile{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 450px){.banner .image-desktop{display:-webkit-box;display:-ms-flexbox;display:flex}.banner .image-mobile{display:none}}.about-me{width:100%;min-height:600px;padding:4rem 0;background-size:cover;background-position:5%;background-repeat:no-repeat;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about-me .column{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.about-me .title{font-family:var(--biosans);font-size:40px;font-weight:300;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:50px;letter-spacing:0px;color:#29292A;margin:0 0 1.5rem}.about-me .title strong{display:block;font-weight:900;color:#168976}.about-me .text{font-family:var(--biosans);font-size:16px;line-height:24px;font-weight:300;color:#000000}.about-me .text p{margin:0 0 1rem}@media screen and (min-width: 992px){.about-me{background-position:center}.about-me .column{max-width:380px}}@media screen and (min-width: 1200px){.about-me .column{max-width:450px}.about-me .title{font-size:60px;line-height:70px;margin:0 0 3rem}}@media screen and (min-width: 1400px){.about-me .column{max-width:560px}}.turbinas{width:100%;min-height:600px;padding:4rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.turbinas .column{width:100%}.turbinas .subtitle{font-size:16px;line-height:24px;font-weight:400;color:#000000;font-family:var(--biosans);margin:0 0 1.5rem;letter-spacing:4px}.turbinas .title{font-family:var(--biosans);font-size:40px;font-weight:900;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:50px;letter-spacing:0px;color:#168976;margin:0 0 2rem}.turbinas .text{font-family:var(--biosans);font-size:16px;line-height:24px;font-weight:300;color:#000000}.turbinas .text p{margin:0 0 1rem}.turbinas .image{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.turbinas .image img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;image-rendering:-webkit-optimize-contrast}@media screen and (min-width: 992px){.turbinas{background-position:center}.turbinas .column{width:48%}}@media screen and (min-width: 1200px){.turbinas .column{width:48%}.turbinas .title{font-size:4vw;line-height:0.7em}}@media screen and (min-width: 1400px){.turbinas .image img{width:500px}}.parallax{width:100%;min-height:460px;background-size:cover;background-position:center;background-attachment:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;position:relative;z-index:0}.parallax::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.3);z-index:-1}.parallax .title{font-size:16px;line-height:24px;font-weight:300;font-family:var(--biosans);color:#ffffff;margin:0 0 3rem}.parallax .list{-webkit-column-count:2;column-count:2}.parallax .list li{font-size:16px;line-height:24px;font-weight:300;font-family:var(--biosans);color:#ffffff}.cunhas{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#F7F8FA}.cunhas .container-fluid{width:1920px;max-width:100%}.cunhas .column{width:100%}.cunhas .column:nth-child(2){margin:3rem 0}.cunhas .title{font-family:var(--biosans);font-size:40px;font-weight:900;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:50px;letter-spacing:0px;color:#168976;margin:0 0 2rem}.cunhas .text{font-family:var(--biosans);font-size:16px;line-height:24px;font-weight:300;color:#000000}.cunhas .text p{margin:0 0 1rem}.cunhas .image{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin:2rem 0 0;-o-object-fit:contain;object-fit:contain;image-rendering:-webkit-optimize-contrast}@media screen and (min-width: 992px){.cunhas{padding:4rem 0 0}.cunhas .column{width:50%}.cunhas .column:nth-child(2){padding:0 5rem;margin:unset}.cunhas .title{font-size:80px;line-height:1em}}.importacao{width:100%;padding:4rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-size:cover;background-position:right}.importacao .column{width:100%}.importacao .title{font-family:var(--biosans);font-size:40px;font-weight:900;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:50px;letter-spacing:0px;color:#168976;margin:0 0 2rem}.importacao .text{font-family:var(--biosans);font-size:16px;line-height:24px;font-weight:300;color:#000000}.importacao .text p{margin:0 0 1rem}.importacao .image{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin:2rem 0 0}.importacao .image img{width:100%;max-width:649px;height:auto;-o-object-fit:contain;object-fit:contain;image-rendering:-webkit-optimize-contrast}@media screen and (min-width: 992px){.importacao{background-position:center;padding:6rem 0 4rem}.importacao .column{width:48%}}@media screen and (min-width: 1200px){.importacao .column{width:48%}.importacao .title{font-size:80px;line-height:1em}}@media screen and (min-width: 1400px){.importacao .image img{width:649px}}.atuacao{width:100%;padding:5rem 0;background-color:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.atuacao .row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5rem}.atuacao .title{font-family:var(--biosans);font-size:40px;font-weight:900;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:50px;letter-spacing:0px;color:#168976;margin:0 0 3rem;text-align:center}.atuacao img{width:241px;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 768px){.atuacao .row{gap:1rem}.atuacao img{width:31.1%;-o-object-fit:contain;object-fit:contain}}@media screen and (min-width: 992px){.atuacao .title{font-size:4vw;line-height:0.7em;margin:0 0 3rem}.atuacao .row{gap:1rem}.atuacao img{width:23.7%;-o-object-fit:contain;object-fit:contain}}@media screen and (min-width: 1200px){.atuacao .row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;gap:1.5rem}.atuacao img{width:15.2%;-o-object-fit:contain;object-fit:contain}}.diferenciais{width:100%;min-height:780px;padding:4rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-size:cover;background-position:right}.diferenciais .column{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.diferenciais .title{font-family:var(--biosans);font-size:40px;font-weight:900;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:50px;letter-spacing:0px;color:#168976;margin:0 0 2rem}.diferenciais .text{font-family:var(--biosans);font-size:16px;line-height:24px;font-weight:300;color:#3A5E6D;text-align:center}.diferenciais .text p{margin:0 0 1rem}.diferenciais .icon{max-width:174px;image-rendering:-webkit-optimize-contrast}.diferenciais .box{width:100%;padding:0 25px;margin:0 0 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 992px){.diferenciais{background-position:center}.diferenciais .column:nth-child(1){width:35%}.diferenciais .column:nth-child(2){width:65%;position:relative}.diferenciais .column:nth-child(2)::before{content:'';position:absolute;width:164px;height:168px;top:68px;left:-164px;background-image:url(../../../../../uploads/2022/07/seta.png)}.diferenciais .box{width:50%}}@media screen and (min-width: 1200px){.diferenciais .column:nth-child(1){width:30%}.diferenciais .column:nth-child(2){width:70%}.diferenciais .title{font-size:60px;line-height:0.7em}.diferenciais .box{width:33.1%}}@media screen and (min-width: 1400px){.diferenciais .image img{width:500px}}.pos-venda{width:100%;padding:4rem 0;background-size:cover;background-position:center;background-repeat:no-repeat;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pos-venda .column{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.pos-venda .title{width:-webkit-max-content;width:-moz-max-content;width:max-content;font-family:var(--biosans);font-size:40px;font-weight:900;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:50px;letter-spacing:0px;color:#29292A;margin:0 0 1.5rem;background-color:#ffffff}.pos-venda .text{font-family:var(--biosans);font-size:16px;line-height:24px;font-weight:300;color:#ffffff}.pos-venda .text p{margin:0 0 1rem}@media screen and (min-width: 992px){.pos-venda{background-position:center}.pos-venda .column{max-width:600px}}@media screen and (min-width: 1200px){.pos-venda{background-attachment:fixed;min-height:600px}.pos-venda .column{max-width:600px}.pos-venda .title{font-size:60px;line-height:70px;margin:0 0 2rem}}@media screen and (min-width: 1400px){.pos-venda .column{max-width:700px}}.contact{width:100%;padding:6rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:cover;background-position:center}.contact .title{font-family:var(--biosans);font-size:40px;font-weight:900;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:50px;letter-spacing:0px;color:#168976;margin:0 0 2rem}.contact .list{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-flow:wrap;flex-flow:wrap;gap:1.5rem}.contact .list .item{width:80%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:25px 10px;border-radius:10px;background-color:#E6F2F0;border-style:solid;border-width:0px 0px 4px 0px;border-color:#168976;-webkit-box-shadow:0px 10px 20px -10pxrgba 0,0,0,0.1;box-shadow:0px 10px 20px -10pxrgba 0,0,0,0.1;-webkit-transition:background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;transition:background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s}.contact .list .item a{font-size:18px;line-height:27px;font-weight:700;color:#168976;font-family:var(--biosans)}.contact .list .icon{width:60px;height:60px;background-color:#168976;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 1rem}@media screen and (min-width: 992px){.contact .title{font-size:4vw;line-height:0.7em}.contact .list .item{width:30%}}.maps{width:100%;height:300px}.maps iframe{width:100%;height:100%}
