.top{
    border-bottom: 1px solid var(--line2);
    background: url(../../assets/img/topbg1.jpg) no-repeat left center, url(../../assets/img/topbg2.jpg) no-repeat right center;
    background-size: auto 100%;
    padding: 7.26rem 0 6.06rem;
}

.top .text{
    width: clamp(10px,100%,780px);
}

.top .text strong{
    color: inherit;
}

.numbers{
    background: url(../../assets/img/solbg.svg) no-repeat top left, url(../../assets/img/yearsbg.png) no-repeat top center;
    overflow: hidden;
    padding: 6.66rem 0 4.73rem;
}

.numbers .sectitle{
    width: 100%;
    text-align: center;
    color: var(--title2);
    margin-bottom: 20px;
    border-bottom: 1px solid var(--line2);
    padding-bottom: 20px;
}

.numbers .owl-carousel{
    margin-bottom: 2.46rem;
}

.numbers .owl-carousel .owl-stage-outer{
    margin: -2rem;
    padding: 2rem;
}

.numbers .box{
    border: 0.883px solid #ef7d001a;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0px 0px 17.651px 5px #7090b017;
    padding: 34.41px;
}

.numbers .box .num{
    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: 20px;
}

.numbers .box .title{
    text-align: center;
    text-transform: uppercase;
    color: var(--text2);
    font-family: var(--int);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
}

.numbers .text{
    width: clamp(10px,100%,652px);
    text-align: center;
    margin: 0 auto;
}

.clientes{
    background: url(../../assets/img/pacbg.png) no-repeat right center,url(../../assets/img/clibgg.png) no-repeat bottom center,#F1F1F1;
    background-size: auto 100%, cover;
    margin-right: 55px;
    border-radius: 0 20px 20px 0;
    padding: 23px 0 7.4rem;
}

.clientes .sectitle{
    color: var(--title2);
    margin-bottom: 1rem;
}

.clientes .text{
    width: clamp(10px,100%,980px);
    color: var(--text2);
    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: 2px;
}

.clientes .owl-carousel .owl-nav>* rect[fill="white"],
.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="white"]{
    fill: #ffffff33;
}

.depoimentos{
    padding: 5rem 0 6.26rem;
}

.depoimentos .sectitle{
    margin-bottom: 1rem;
}

.depoimentos .text.main{
    width: clamp(10px,100%,930px);
    margin-bottom: 20px;
}

.depoimentos .owl-carousel{
    border-top: 1px solid var(--line);
    padding-top: 20px;
}

.depoimentos .owl-carousel .owl-nav{
    position: absolute;
    inset: auto 0 calc(100% + 27px) auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 25px;
}

.depoimentos .box{
    position: relative;
    font-family: var(--jak);
    border: 1px solid var(--line);
    padding: 20px;
}

.depoimentos .box::before{
    content: url(../../assets/img/brackets.svg);
    position: absolute;
    inset: 20px 20px auto auto;
    height: 24px;
}

.depoimentos .box .title{
    color: var(--text2);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.024px;
    margin-bottom: 13px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 1rem;
}

.depoimentos .box .text{
    color: var(--text2);
    font-size: 14px;
    line-height: 148.189%;
    letter-spacing: 0.7px;
}

@media(max-width:1200px){
    .numbers {
        background-size: 19vw,cover;
    }
    .clientes{
        border-radius: 20px;
        margin: 0 2rem;
        padding: 2rem 0;
    }
    .clientes .owl-carousel .owl-nav,
    .depoimentos .owl-carousel .owl-nav{
        position: initial;
        width: 100%;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        margin-top: 2rem;
    }
}

@media(max-width:992px){
    .top,
    .numbers,
    .depoimentos{
        padding: 2rem 0;
    }
    .numbers .box{
        padding: 1rem;
    }
}

@media(max-width:768px){
    .clientes{
        margin: 0 20px;
    }
}