.banners,
.banners .item{
    height: clamp(400px,41.66666vw,800px);
}

.banners .owl-carousel{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.banners .item{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background-blend-mode: normal, multiply, normal, normal !important;
    background-size: clamp(10px,23.54166vw,452px), cover, cover, 0 !important;
}

.banners .title{
    color: var(--white);
    font-family: var(--jak);
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.03px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E7E933;
    padding-bottom: 20px;
}

.banners .title strong{
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0.054px;
}

.banners .item.center .title{
    width: clamp(10px,100%,540px);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.banners .item.start .title{
    width: clamp(10px,100%,718px);
}

.banners .item.start .title::before{
    content: '';
    float: left;
    width: 1px;
    height: 101px;
    background-color: var(--main);
    margin: -2rem 20px 0 0;
}

.banners .item.center .dbtn{
    margin: 0 auto;
}

.banners .owl-carousel .owl-nav{
    position: absolute;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    height: 0;
    padding: 0 clamp(1rem,6.25vw,120px);
}

.banners .owl-carousel .owl-nav>* rect,
.banners .owl-carousel .owl-nav>* path{
    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-nav>*.disabled rect{
    stroke: var(--white);
}

.banners .owl-carousel .owl-nav>*.disabled path{
    fill: var(--white);
}

/* @media(min-width:1980px){
    .banners,
    .banners .item{
        height: 41.66666vw;
    }
} */

.years{
    background: url(../../assets/img/yearsbg.png) no-repeat top center;
    padding: 7.6rem 0 3.06rem;
}

.years .row{
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    grid-gap: 2rem 0;
}

.years .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0 22.5px;
}

.years .img{
    width: clamp(10px,100%,480px);
    aspect-ratio: 1/.86666;
}

.years .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}

.years .sectitle{
    width: 100%;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--line2);
    padding-bottom: 1rem;
}

.years .text{
    margin-bottom: 2rem;
}

.diferenciais{
    position: relative;
    background: url(../../assets/img/difbg.jpg) repeat top left,#f1f1f1bf;
    background-blend-mode: color-burn;
    border-radius: 0 20px 20px 0;
    box-shadow: 0px 0px 35.5px -22px #7090b040;
    margin-right: 3.66rem;
    padding: 9.06rem 0;
}

.diferenciais .site{
    position: absolute;
    inset: clamp(1rem,3.90625vw,75px) auto auto 2rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    grid-gap: 18px;
}

.diferenciais .site a{
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    color: var(--title2);
    font-family: var(--jak);
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 2.76px;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}

.diferenciais .site .line{
    width: 1px;
    height: 247px;
    background-color: var(--title);
}

.diferenciais .site a strong{
    font-weight: 700;
}

.diferenciais .row{
    grid-gap: 20px 0;
}

.diferenciais .row>*{
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
}

.diferenciais .sectitle{
    color: var(--title2);
}

.diferenciais .owl-carousel{
    border-top: 1px solid #e6e7e9ba;
    padding-top: 20px;
}

.diferenciais .box{
    border-radius: 8.826px;
    background-color: var(--white);
    box-shadow: 0px 0px 17.651px -6.178px #7090b01a;
    padding: 64px 26px 63px;
}

.diferenciais .box .title{
    text-align: center;
    color: transparent;
    font-family: var(--int);
    font-size: 42.363px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0.064px;
    background: linear-gradient(90deg, #FFB767 0%, var(--title2) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    margin-bottom: 1.13rem;
}

.diferenciais .box .text{
    color: var(--text);
    font-family: var(--int);
    font-size: 14.121px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.021px;
}

.diferenciais .box .text p:not(:last-child){
    margin-bottom: 8.83px;
}

.diferenciais .box .text strong{
    color: var(--title2);
}

.solucoes{
    background: url(../../assets/img/solbg.svg) no-repeat top left;
    background-size: clamp(10px,14.5vw,282px);
    padding: 4rem 0 4.53rem;
}

.solucoes .sectitle{
    margin: 0 auto 20px;
}

.solucoes .text.main{
    margin-bottom: 2rem;
}

.solucoes .container.c2{
    max-width: calc(1418px + 140px);
}

.solucoes .owl-carousel{
    margin-bottom: 2rem;
}

.solucoes .box{
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    border: 2px solid var(--line);
    border-radius: 10px;
    background-color: var(--white);
    padding: 44px 20px 2rem;
}

.solucoes .box::before{
    content: '';
    position: absolute;
    z-index: -1;
    inset: auto -10px -10px auto;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0px 0px 20px 0 #7090b026;
}

.solucoes .box img{
    width: 60px;
    height: 60px;
    object-fit: contain;
    -o-object-fit: contain;
    margin-bottom: 1rem;
}

.solucoes .box .title{
    text-align: center;
    color: var(--text2);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.027px;
    margin-bottom: 10px;
}

.solucoes .box .text{
    font-family: var(--int);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.021px;
}

.solucoes .owl-carousel .owl-stage-outer{
    margin: -1rem;
    padding: 1rem;
}

.solucoes hr{
    width: clamp(10px,100%,580px);
    border-color: var(--line2);
    margin: 20px auto;
}

.clientes{
    background: url(../../assets/img/clibg.png) no-repeat bottom center;
    padding: 23px 0 7.4rem;
}

.clientes .sectitle{
    margin-bottom: 1rem;
}

.clientes .text{
    width: clamp(10px,100%,800px);
    margin-bottom: 20px;
}

.clientes .owl-carousel{
    border-top: 1px solid var(--line3);
    padding-top: 25px;
}

.clientes .owl-carousel .owl-nav{
    position: absolute;
    inset: auto 0 calc(100% + 1rem) auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 20px;
}

.clientes .owl-carousel .owl-nav>* rect[fill],
.clientes .owl-carousel .owl-nav>* path{
    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;
}

.clientes .owl-carousel .owl-nav>*.disabled rect[fill]{
    fill: transparent;
}

.clientes .owl-carousel .owl-nav>*.disabled path{
    fill: #575756;
}

@media(max-width:992px){
    .years,
    .diferenciais,
    .solucoes,
    .clientes{
        padding: 2rem 0;
    }
    .diferenciais{
        border-radius: 20px;
        margin: 0 20px;
    }
    .diferenciais .row{
        grid-gap: 2rem 0;
    }
    .diferenciais .site{
        position: initial;
        flex-direction: row;
        -ms-flex-direction: row;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        margin: 3rem auto 0;
    }
    .diferenciais .site a{
        writing-mode: unset;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
    .diferenciais .site .line{
        width: 100%;
        height: 1px;
    }
    .clientes .owl-carousel{
        margin-top: 5rem;
    }
}

@media(max-width:768px){
    .banners,
    .banners .item{
        min-height: clamp(10px,120.18229vw,923px);
        height: fit-content;
    }
    .banners .item{
        background-size: clamp(10px,23.54166vw,452px), cover, 0, cover !important;
    }
    .banners .owl-carousel .owl-nav{
        display: none;
        display: -webkit-none;
    }
    .diferenciais .site{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .clientes .owl-carousel .owl-nav{
        width: 100%;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
}

@media(max-width:575px){
    .banners .title {
        font-size: clamp(16px,3.47826vw,20px);
        line-height: clamp(16px,6.34782vw,25px);
    }
    .banners .title strong{
        font-size: clamp(16px,6.26086vw,36px);
        line-height: clamp(19px,9.82608vw,45px);
    }
}