.banners,
.banners .item{
    height: clamp(400px,36.45833vw,700px);
}

.banners .owl-carousel{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.banners .item{
    background-size: cover !important;
}

.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 20px;
}

.banners .owl-carousel .owl-nav>*{
    filter: drop-shadow(0px 4px 4px #7090b040);
    -webkit-filter: drop-shadow(0px 4px 4px #7090b040);
    -ms-filter: drop-shadow(0px 4px 4px #7090b040);
}

.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{
    fill: var(--white);
}

.banners .owl-carousel .owl-nav>*.disabled path{
    stroke: var(--main);
}

.aboutus{
    background: linear-gradient(to bottom,#0094D9,#0094D9) no-repeat center,url(../../assets/img/aboutusbg.png) no-repeat top right,var(--white);
    background-blend-mode: overlay,multiply;
    padding: 7.73rem 0;
}

.aboutus .row{
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    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 .row>*:has(.sectitle){
    padding-left: 3.33rem;
}

.aboutus .img{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: clamp(10px,45vw,581px);
    aspect-ratio: 1/.82444;
}

.aboutus .img img{
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 4px 15.9px -2px #7090b040;
}

.aboutus .img img:first-of-type{
    width: 100%;
    height: 100%;
}

.aboutus .img img:last-of-type{
    position: absolute;
    right: -20.30981%;
    width: 40.61962%;
    aspect-ratio: 1/1.29237;
    border: 5px solid var(--white);
}

.aboutus .sectitle{
    margin-bottom: 20px;
}

.aboutus .text{
    border-bottom: 1px solid var(--line);
    margin-bottom: 1rem;
    padding-bottom: 25px;
}

.aboutus .dbtn{
    width: 271px;
    max-width: 100%;
}

.wcu{
    position: relative;
    background: linear-gradient(90deg, #ffffff00 0%, #ffffff33 100%), url(../../assets/img/wcubg.png) no-repeat center, #f9f9f980;
    background-size: cover;
    border-radius: 0 50px 50px 0;
    margin: 0 4.13rem;
    padding: 5.33rem 0 7.46rem;
}

.wcu::after{
    content: url('data:image/svg+xml;utf8,<svg width="90" height="30" viewBox="0 0 90 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H90L69.75 8.75L59.5 17.5L52.7002 25.7066C48.7012 30.5331 41.2988 30.5331 37.2998 25.7066L30.5 17.5L20.25 8.75L0 0Z" fill="rgb(244,244,244)"/></svg>');
    position: absolute;
    inset: 100% 0 auto;
    width: fit-content;
    margin: 0 auto;
}

.wcu .sectitle{
    width: fit-content;
    margin: 0 auto;
}

.wcu hr{
    width: 716px;
    max-width: 100%;
    margin: 23px auto 37px;
}

.wcu .owl-carousel .owl-stage-outer{
    margin: -1rem;
    padding: 1rem;
}

.wcu .box{
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50px;
    background-color: var(--white);
    box-shadow: 0px 0px 17.6px -2px #7090b026;
    margin-top: 4.86rem;
    padding: 105px 35px 47px;
}

.wcu .box::before{
    content: '';
    position: absolute;
    bottom: 12px;
    width: calc(100% - 26px);
    height: calc(100% - 26px);
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
}

.wcu .box::after{
    content: '';
    position: absolute;
    bottom: 11.5px;
    width: 62px;
    height: 3px;
    border-radius: 80px;
}

.wcu .box .icon{
    position: absolute;
    top: -4.06rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 150px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--white);
    box-shadow: 0px 4px 15.9px -2px #7090b040;
}

.wcu .box .icon img{
    width: fit-content;
}

.wcu .box .bol{
    position: absolute;
    z-index: -1;
    top: -4.86rem;
    width: 174px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.wcu .box .title{
    text-align: center;
    color: #615E68;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.033px;
    margin-bottom: 1rem;
}

.wcu .text{
    text-align: center;
    letter-spacing: 0.024px;
}

.solucoes{
    background: url(../../assets/img/solucoesbg.png) no-repeat center;
    background-size: cover;
    padding: 2rem 0;
}

.solucoes .row{
    grid-gap: 2rem 0;
}

.solucoes .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.solucoes .sectitle{
    margin-bottom: 10px;
}

.solucoes .text.main{
    border-bottom: 1px solid var(--line);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.solucoes .sols{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    grid-gap: 10px;
}

.solucoes .sols>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    grid-gap: 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;
}

.solucoes .sols>*.active{
    grid-gap: 25px;
}

.solucoes .sols>* .title{
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    color: var(--main);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.024px;
    border: 1px solid var(--main);
    border-radius: 500px;
    padding: 10px 25px;
}

.solucoes .sols>* .title::after{
    content: url('data:image/svg+xml;utf8,<svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.6667 1L10.0487 6.54169C8.98255 7.82104 7.01761 7.82104 5.95149 6.54169L1.33342 0.999999" stroke="rgb(0,171,231)" stroke-width="2"/></svg>');
    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;
}

.solucoes .sols>*.active .title::after{
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}

.solucoes .sols>* .content{
    overflow: hidden;
    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;
}

.solucoes .sols>*.active .content{
    padding-bottom: 1rem;
}

.solucoes .sols>* .content .text{
    letter-spacing: 0.024px;
    padding: 0 2rem;
}

.solucoes .sols>* .content .text h1,
.solucoes .sols>* .content .text h2,
.solucoes .sols>* .content .text h3,
.solucoes .sols>* .content .text h4,
.solucoes .sols>* .content .text h5,
.solucoes .sols>* .content .text h6{
    color: var(--title2);
    font-weight: 600;
    letter-spacing: 0.027px;
    margin: 0 0 5px;
}

.solucoes .sols>* .content .text span::before{
    content: url(../../assets/img/icon.svg);
    float: left;
    margin-right: 1rem;
}

.solucoes .sols>* .content .text ul{
    padding: 0 0 0 1rem;
    margin: 0 0 1rem 2.33rem;
}

.solucoes .sols>* .content .text ul>*{
    padding: 1px 0;
}

.solucoes .sols>* .content .dbtn{
    width: 100%;
    margin-top: 25px;
}

.depoimentos{
    background: url(../../assets/img/depsbg.png) no-repeat center,var(--white);
    background-size: cover;
    background-blend-mode: multiply;
    padding: 8rem 0;
}

.depoimentos .sectitle{
    width: fit-content;
    margin: 0 auto;
}

.depoimentos hr{
    width: 780px;
    max-width: 100%;
    margin: 2rem auto;
}

.depoimentos .owl-carousel{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 880px;
    margin: 0 auto;
}

.depoimentos .owl-carousel .owl-stage-outer{
    margin: -1rem;
    padding: 1rem;
}

.depoimentos .box{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0px 4px 22.9px 0px #7090b026;
    padding: 40px 35px 27px;
}

.depoimentos .box .icon{
    width: 78px;
    aspect-ratio: 1/1;
    margin-bottom: 26px;
}

.depoimentos .box .icon img{
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 50%;
}

.depoimentos .box .title{
    text-align: center;
    color: var(--dblue);
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.033px;
}

.depoimentos .box hr{
    width: 164px;
    margin: 1rem auto 20px;
}

.depoimentos .box .text{
    text-align: center;
    letter-spacing: 0.024px;
}

.depoimentos .owl-carousel .owl-nav{
    position: absolute;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 113.86363%;
    height: 0;
}

.depoimentos .owl-carousel .owl-nav>*{
    filter: drop-shadow(0px 4px 4px #7090b040);
    -webkit-filter: drop-shadow(0px 4px 4px #7090b040);
    -ms-filter: drop-shadow(0px 4px 4px #7090b040);
}

.depoimentos .owl-carousel .owl-nav>* rect,
.depoimentos .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;
}

.depoimentos .owl-carousel .owl-nav>*.disabled rect{
    fill: var(--white);
}

.depoimentos .owl-carousel .owl-nav>*.disabled path{
    stroke: var(--main);
}

.contato{
    background-color: #F6F6F6;
}

.contato .row>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 38px 22px;
}

.contato .row>*:not(:first-child){
    background-color: #F4F4F4;
    border-left: 1px solid var(--line);
    box-shadow: 7px 0px 21.4px 0px #7090b01a;
}

.contato .row>*:last-child{
    border-right: 1px solid var(--line);
    box-shadow: -7px 0px 21.4px 0px #7090b01a;
}

.contato .custom-logo-link img{
    width: auto;
    height: 53px;
}

.contato .df{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 14px;
    width: 100%;
}

.contato .icon,
.contato .iconn{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    aspect-ratio: 1/1;
    border: 1px solid var(--main);
}

.contato .icon{
    min-width: 86px;
    max-width: 86px;
    border-radius: 50%;
}

.contato .iconn{
    min-width: 49px;
    max-width: 49px;
    border-radius: 10px;
}

.contato .title,
.contato .tit{
    color: var(--title2);
    font-family: var(--roboto);
    font-weight: 600;
}

.contato .title{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.contato .tit{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.07px;
    margin-bottom: 5px;
}

.contato hr{
    background-color: #E8E8E8;
    margin: 10px 0;
}

.contato .telp,
.contato .local{
    color: var(--text);
    font-family: var(--roboto);
    font-weight: 500;
}

.contato .telp{
    font-size: 14px;
    line-height: 20px;
}

.contato .local{
    font-weight: 400;
    line-height: 16px;
}

@media(max-width:992px){
    .aboutus,
    .wcu,
    .depoimentos{
        padding: 2rem 0;
    }
    .aboutus .row>*:has(.sectitle){
        padding-left: 12px;
    }
    .aboutus .img{
        width: clamp(10px,68vw,581px);
    }
    .wcu{
        overflow: hidden;
        border-radius: 0;
        margin: 0;
    }
    .wcu .box{
        max-width: 280px;
        margin: 4.86rem auto 0;
    }
    .contato .row>*{
        border: none !important;
        box-shadow: 0 0px 21.4px 5px #7090b01a !important;
        padding: 1.5rem;
    }
}

@media(max-width:768px){
    .banners{
        display: none;
        display: -webkit-none;
    }
    .depoimentos .owl-carousel .owl-nav{
        width: 100%;
    }
    .depoimentos .box{
        padding: 1rem;
    }
}

@media(max-width:575px){
    .contato .df{
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .contato .title,
    .contato .tit,
    .contato .telp,
    .contato .local{
        text-align: center;
    }
}