/* .banners,
.banners .owl-carousel{
    height: calc(100vh - 80px);
}

.banners{
    position: relative;
    overflow: hidden;
}

.banners .owl-carousel,
.banners .owl-carousel .item{
    width: 100vw;
}

.banners .owl-carousel{
    position: unset;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
}

.banners .owl-carousel .owl-stage-outer{
    overflow: visible;
}

.banners .owl-carousel .item{
    height: calc(100vh - 80px);
    background-size: cover !important;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
}

.banners .owl-carousel .owl-dots{
    position: absolute;
    top: calc(-99.6vw + 22px);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    grid-gap: 5px;
    width: calc(100vh - 80px);
}

.banners .owl-carousel .owl-dots>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 37px;
    aspect-ratio: 1/1;
    color: var(--white);
    border: 2px solid transparent;
    border-radius: 50%;
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.banners .owl-carousel .owl-dots>*.active{
    border-color: var(--white);
} */

.highlight-wrap{
    position: relative;
}

.highlight-wrap .highlight{
    position: sticky;
    top: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: calc(100vh - 80px);
}

.highlight-wrap .highlight .title{
    max-width: 470px;
}

.highlight-wrap .highlight .text{
    max-width: 350px;
}

.highlight-wrap .highlight .title{
    color: var(--white);
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 1rem;
}

.highlight-wrap .highlight .text{
    color: var(--white);
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 1rem;
}

.highlight-wrap .highlight .dbtn{
    text-transform: uppercase;
    color: var(--white);
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 2px;
    background-color: transparent;
    border-color: var(--white);
}

.highlight-wrap .highlight .dbtn::after{
    height: 19px;
}

.highlight-wrap .pages{
    position: fixed;
    z-index: 9999;
    inset: 0 22px auto auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    grid-gap: 5px;
    height: calc(100vh - 80px);
}

.highlight-wrap .pages>*{
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 37px;
    aspect-ratio: 1/1;
    color: var(--white);
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.highlight-wrap .pages>*.active{
    border-color: var(--white);
}

.welcome{
    border: 1px solid #F5F5F5;
    background: url(../../assets/img/welcomebg1.png) no-repeat center,url(../../assets/img/welcomebg2.png) no-repeat center,var(--white);
    background-size: cover;
    background-blend-mode: normal,multiply;
    padding: 6.6rem 0 7.2rem;
}

.welcome .title{
    position: relative;
    width: fit-content;
    text-transform: uppercase;
    text-align: center;
    color: var(--title);
    font-family: var(--roboto);
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.48px;
    margin: 0 auto 12px;
}

.welcome .title::before{
    content: '';
    position: absolute;
    inset: auto auto 0 -26px;
    width: 43px;
    height: 16px;
    background-color: #F9F9F9;
    box-shadow: 6px -6px 4px -5px #1e1e1e26;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
}

.aboutus{
    background: url(../../assets/img/aboutusbg.png) no-repeat bottom center;
    background-size: cover;
    padding: 9.06rem 0 8rem;
}

.aboutus .row{
    grid-gap: 2rem 0;
}

.aboutus .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.aboutus .sectitle{
    border-bottom: 1px solid var(--line);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.aboutus .text{
    margin-bottom: 26px;
}

.aboutus .img{
    position: relative;
    width: 100%;
    max-width: 600px;
    aspect-ratio: 1/.81333;
}

.aboutus .img::before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 25px;
    background-image: url(../../assets/img/aboutusimgb.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    opacity: 40%;
    -webkit-opacity: 40%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.aboutus .img:hover::before{
    opacity: 100%;
    -webkit-opacity: 100%;
    background-color: #00000066;
}

.aboutus .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 25px;
    border-bottom: 5px solid var(--main);
}

.aboutus .dbtn{
    letter-spacing: 1.6px;
}

.produtos{
    border-top: 1px solid #F5F5F5;
    overflow: hidden;
    padding: 8rem 0;
}

.produtos .df{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 88.81355vw;
    max-width: 1048px;
    grid-gap: 2.33rem;
    margin-bottom: 20px;
}

.produtos .sectitle{
    width: fit-content;
}

.produtos .sectitle::before{
    inset: 24px auto auto -25px;
}

.produtos .df hr{
    width: 100%;
}

.produtos .owl-carousel .owl-stage-outer{
    width: 100vw;
    max-width: 80.72916vw;
}

.produtos .box{
    max-width: 399px;
    border: 1px solid var(--line);
    border-radius: 10px;
}

.produtos .box .img{
    position: relative;
    width: 100%;
    aspect-ratio: 1/1.12781;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.produtos .box .img::before{
    content: '';
    position: absolute;
    inset: 0;
    background: url(../../assets/img/icc.svg) no-repeat center,#0000007d;
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.produtos .box:hover .img::before{
    opacity: 100%;
    -webkit-opacity: 100%;
}

.produtos .box .img img{
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.produtos .box .bottom{
    padding: 25px 20px 13px 17px;
}

.produtos .box .title{
    text-transform: uppercase;
    color: var(--title);
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 1.8px;
    margin-bottom: 1rem;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.produtos .box:hover .title{
    color: var(--main);
}

.produtos .box .text{
    display: -webkit-box;
    display: -moz-box;
    font-size: 14px;
    line-height: 16px;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
}

.produtos .box .dbtn{
    font-size: 12px;
    line-height: 14px;
}

.produtos .box:hover .dbtn{
    color: var(--footer1);
    border-color: var(--footer1);
    background-color: transparent;
}

.produtos .box:hover .dbtn::after{
    content: url('data:image/svg+xml;utf8,<svg width="17" height="15" viewBox="0 0 17 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 14L16 7.5M16 7.5L9.5 1M16 7.5H1" stroke="rgb(84,83,83)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.produtos .owl-carousel .owl-nav{
    position: absolute;
    inset: auto 0 calc(100% + 22px) auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 20px;
}

.produtos .owl-carousel .owl-nav>*{
    color: transparent;
    width: 41px;
    aspect-ratio: 1/1;
    border: 1px solid var(--white);
    border-radius: 8px;
    background-repeat: repeat-x;
    background-position: 0 center;
    background-color: var(--main);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.produtos .owl-carousel .owl-nav>*:first-child{
    border-color: var(--main);
    background-image: url(../../assets/img/navarrowfc.svg);
    background-color: transparent;
}

.produtos .owl-carousel .owl-nav>*:first-child:hover{
    background-position: -41px center;
}

.produtos .owl-carousel .owl-nav>*:last-child{
    background-image: url(../../assets/img/navarrowlc.svg);
}

.produtos .owl-carousel .owl-nav>*:last-child:hover{
    background-position: 41px center;
}

.projetos{
    border-bottom: 1px solid #0000000d;
    background: url(../../assets/img/projsbg.png) no-repeat top center;
    background-size: cover;
    padding: 6rem 0;
}

.projetos .sectitle,
.projetos .text{
    margin: 0 auto;
}

.projetos .sectitle{
    width: fit-content;
}

.projetos .sectitle::before{
    background-color: #F4F4F4;
}

.projetos hr{
    width: 100%;
    max-width: 403px;
    margin: 20px auto;
}

.projetos .text{
    max-width: 518px;
    letter-spacing: 1.6px;
    margin-bottom: 35px;
}

.projetos .owl-carousel{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 866.88px;
    margin: 0 auto 2.26rem;
}

.projetos .owl-carousel .owl-stage-outer{
    padding: 2.6rem 0;
}

.projetos .owl-carousel .item{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    max-height: 354px;
    opacity: 70%;
    -webkit-opacity: 70%;
}

.projetos .owl-carousel .owl-item.center .item{
    opacity: 100%;
    -webkit-opacity: 100%;
}

.projetos .owl-carousel .item::before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    aspect-ratio: 1/1.34375;
    border-radius: 10px;
    background: linear-gradient(180deg, #00000000 0%, #000000cc 89.73%);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.projetos .owl-carousel .item:hover::before{
    opacity: 100%;
    -webkit-opacity: 100%;
}

.projetos .owl-carousel .item img{
    width: 263.44px;
    aspect-ratio: 1/1.34375;
    object-fit: cover;
    -o-object-fit: cover;
    border-bottom: 3px solid var(--main);
    border-radius: 10px;
    opacity: 70%;
    -webkit-opacity: 70%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.projetos .owl-carousel .item .title{
    position: absolute;
    z-index: 2;
    bottom: -2rem;
    width: 100%;
    text-transform: uppercase;
    text-align: start;
    color: var(--white);
    font-family: var(--roboto);
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 2.2px;
    opacity: 0;
    -webkit-opacity: 0;
    padding-left: 20px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.projetos .owl-carousel .item:hover .title{
    bottom: 25px;
    opacity: 100%;
    -webkit-opacity: 100%;
}

.projetos .owl-carousel .owl-item.center .item:hover .title{
    transform: scale(1.21469);
    bottom: -1rem;
}

.projetos .owl-carousel .owl-item.center .item img,
.projetos .owl-carousel .owl-item.center .item::before{
    transform: scale(1.21469);
}


.projetos .owl-carousel .owl-item.center .item img{
    /* width: 320px;
    max-width: 320px; */
    -webkit-transform: scale(1.21469);
    -moz-transform: scale(1.21469);
    -ms-transform: scale(1.21469);
    -o-transform: scale(1.21469);
    opacity: 100%;
    -webkit-opacity: 100%;
}

.projetos .owl-carousel .owl-nav{
    position: absolute;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 118.81690%;
    height: 0;
}

.projetos .owl-carousel .owl-nav>*{
    color: transparent;
    width: 41px;
    aspect-ratio: 1/1;
    border: 1px solid var(--white);
    border-radius: 8px;
    background-repeat: repeat-x;
    background-position: 0 center;
    background-color: var(--main);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.projetos .owl-carousel .owl-nav>*:first-child{
    border-color: var(--main);
    background-image: url(../../assets/img/navarrowfc.svg);
    background-color: transparent;
}

.projetos .owl-carousel .owl-nav>*:first-child:hover{
    background-position: -41px center;
}

.projetos .owl-carousel .owl-nav>*:last-child{
    background-image: url(../../assets/img/navarrowlc.svg);
}

.projetos .owl-carousel .owl-nav>*:last-child:hover{
    background-position: 41px center;
}

.projetos .dbtn{
    letter-spacing: 1.6px;
}

.blog{
    border-bottom: 1px solid #F5F5F5;
    padding: 6.06rem 0 6.53rem;
}

.blog .row{
    grid-gap: 2rem 0;
}

.blog .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.blog .sectitle{
    margin-bottom: 21px;
}

.blog .text.main{
    width: 580px;
    letter-spacing: 1.6px;
}

.blog .dbtn{
    width: 293px;
    letter-spacing: 1.6px;
}

.blog .sectitle::before {
    inset: 23px auto auto -24px;
}

.blog .owl-carousel{
    border-top: 1px solid var(--line);
    padding-top: 2rem;
}

.blog .box{
    display: block;
    display: -webkit-block;
    border: 1px solid var(--line);
    border-radius: 10px;
}

.blog .box .img{
    position: relative;
    width: 100%;
    aspect-ratio: 1/.86842;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.blog .box .img::before{
    content: '';
    position: absolute;
    inset: 0;
    background: url(../../assets/img/blogbbg.svg) no-repeat bottom left,linear-gradient(180deg, #00000000 0%, #00000066 100%);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.blog .box:hover .img::before{
    opacity: 100%;
    -webkit-opacity: 100%;
}

.blog .box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.blog .box .bottom{
    padding: 20px 20px 25px;
}

.blog .box .title{
    text-transform: uppercase;
    color: var(--title);
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 1.8px;
    margin-bottom: 1rem;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.blog .box:hover .title{
    color: var(--main);
}

.blog .box .text{
    display: -webkit-box;
    display: -moz-box;
    color: var(--text);
    font-family: var(--roboto);
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.4px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
}

.contato{
    background: url(../../assets/img/contatobg.png) repeat top left,#F0F0F0;
    background-blend-mode: hard-light;
}

.contato .container{
    max-width: 1180px;
    border-left: 1px solid var(--line);
    padding: 4.46rem 3.26rem;
}

.contato .df{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 25px;
}

.contato .df .icon{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    min-width: 90px;
    max-width: 90px;
    aspect-ratio: 1/1;
    border: 1px solid var(--main);
    border-radius: 50%;
}

.contato .text{
    color: var(--text);
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.contato .text strong{
    color: var(--title);
}

@media(max-width:1920px){
    .produtos .owl-carousel .owl-stage-outer{
        max-width: 100vw;
    }
}

@media(max-width:1200px){
    .produtos .df hr{
        width: 57vw;
        max-width: 100%;
    }
    .produtos .owl-carousel .owl-stage-outer{
        width: 100%;
        max-width: 100%;
    }
    .projetos .owl-carousel .owl-nav{
        width: 88vw;
    }
}

@media(max-width:992px){
    .welcome,
    .aboutus,
    .produtos,
    .projetos,
    .blog,
    .contato{
        padding: 2rem 0;
    }
    .produtos .df hr{
        display: none;
        display: -webkit-none;
    }
    .produtos .box{
        margin: 0 auto;
    }
    .projetos .owl-carousel{
        width: 100%;
        padding: 0 2rem;
    }
    .projetos .owl-carousel .item{
        max-height: 37vw;
    }
    .projetos .owl-carousel .item img{
        width: 28vw;
    }
    .projetos .owl-carousel .owl-item.center .item img{
        width: 32vw;
        max-width: 32vw;
    }
    .projetos .owl-carousel .owl-nav{
        width: 112%;
    }
    .blog .dbtn{
        width: fit-content;
    }
    .blog .box{
        max-width: 380px;
        margin: 0 auto;
    }
    .contato .container{
        padding: 0 70px;
    }
}

@media(max-width:768px){
    .banners{
        display: none;
        display: -webkit-none;
    }
    .produtos .df{
        justify-content: center;
        -webkit-justify-content: center;
    }
    .produtos .owl-carousel{
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .produtos .owl-carousel .owl-nav{
        inset: unset;
        width: 100%;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .projetos .owl-carousel .owl-nav{
        width: 100%;
    }
    .blog .text.main{
        max-width: 100%;
    }
    .contato .df{
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .contato .text{
        text-align: center;
    }
}