.banners,
.banners .item{
    height: clamp(10px,41.66vw,800px);
}

.banners .owl-carousel,
.banners .item{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.banners .item{
    background-size: cover, 0 !important;
}

.banners .owl-carousel .owl-nav{
    position: absolute;
    right: clamp(1rem,3.125vw,4rem);
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    grid-gap: 10px;
}

.banners .content{
    position: absolute;
    right: 0;
    width: clamp(10px,96.82291vw,100vw);
    background-color: #ffffff14;
    padding: clamp(1rem,2.5vw,48px);
}

.banners .content .title::before{
    content: url(../../assets/img/fx.svg);
    float: left;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

.banners .title,
.banners .text{
    width: clamp(10px,100%,780px);
}

.banners .title{
    color: transparent;
    -webkit-text-stroke: 1.5px var(--white);
    font-family: Archivo,sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 52px;
    margin-bottom: 1rem;
}

.banners .text{
    font-family: var(--arch),sans-serif;
    color: rgba(255,255,255,0.8);
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    border-top: 1px solid #ffffff3b;
    border-bottom: 1px solid #ffffff3b;
    padding: 1rem 0;
}

.bgg{
    background: url(../../assets/img/bgg.png) no-repeat right center;
}

.segmentos{
    padding: 5.33rem 0 3.47rem;
}

.segmentos .row{
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    grid-gap: 2rem 0;
}

.segmentos .row>*{
    padding: 0 50.5px;
}

.segmentos .img{
    position: relative;
    width: clamp(10px,100%,500px);
    aspect-ratio: 1/1.2238;
}

.segmentos .img img,
.customs .box .img img,
.capacity .contents .img>img,
.aboutus .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.segmentos .img::before{
    content: '';
    position: absolute;
    inset: auto -20px -20px auto;
    width: 75.6%;
    aspect-ratio: 1/1.39947;
    background-color: #00285614;
    /* margin-bottom: 20px; */
}

.segmentos .fx{
    margin-bottom: 20px;
}

.segmentos .fx::before,
.capacity .fx::before{
    content: '';
    float: left;
    min-width: 58px;
    max-width: 58px;
    height: 65px;
    background: url(../../assets/img/fx.svg) no-repeat center;
    background-size: cover;
    margin-right: 12px;
}

.segmentos .text{
    border-top: 1px solid #88cdd326;
    border-bottom: 1px solid #88cdd326;
    margin-bottom: 3.13rem;
    padding: 20px 0;
}

.segmentos .segs{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 10px 1rem;
}

.segmentos .segs>*{
    flex: 1 1 calc(50% - 1rem);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 20px;
    color: var(--text);
    font-size: 18px;
    line-height: 23px;
    background-color: #F8F8F8;
    padding: 5px 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;
}

.segmentos .segs>*:has(button){
    padding: 0;
}

.segmentos .segs>* button{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 20px;
    width: 100%;
    height: 100%;
    color: var(--text);
    font-size: 18px;
    line-height: 23px;
    background: #F8F8F8;
    padding: 5px 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;
}

.segmentos .segs>* img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    -o-object-fit: contain;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
}

.segmentos .segs>*:hover,
.segmentos .segs>*:hover button{
    color: var(--white);
    background-color: var(--main);
}

.segmentos .segs>*:hover img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

.customs{
    padding: 3.47rem 0 5.33rem;
}

.customs .fx{
    border-bottom: 1px solid #e6e6e68c;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.customs .fx::before{
    content: '';
    float: left;
    min-width: 58px;
    max-width: 58px;
    height: 65px;
    background: url(../../assets/img/fx.svg) no-repeat center;
    background-size: cover;
    margin-right: 12px;
}

.customs .owl-carousel{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 2rem;
}

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

.customs .owl-carousel .owl-nav>* rect,
.customs .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;
}

.customs .owl-carousel .owl-nav>*:not(.disabled) rect{
    fill: var(--main);
}

.customs .owl-carousel .owl-nav>*:not(.disabled) path{
    fill: var(--white);
}

.customs .box{
    display: block;
    display: -webkit-block;
    max-width: 280px;
    border: 1px solid var(--line);
    margin: 0 auto;
    padding: 10px 10px 15px;
}

.customs .box .img{
    width: 100%;
    aspect-ratio: 1/1.13076;
    margin-bottom: 1rem;
}

.customs .box .title{
    color: var(--text);
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
}

.capacity{
    background: url(../../assets/img/capabg.svg) no-repeat bottom right;
    padding: 5.33rem 0 7.33rem;
}

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

.capacity .row>*{
    padding: 0 2.6rem;
}

.capacity .fx,
.capacity .options{
    width: clamp(10px,100%,366px);
}

.capacity .fx{
    margin-bottom: 50px;
    border-bottom: 1px solid #0000001a;
    padding-bottom: 20px;
}

.capacity .options{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    grid-gap: 10px;
}

.capacity .options>*{
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 20px;
    border: 1px solid var(--line2);
    background-color: #F8F8F8;
    padding: 7px 1rem;
}

.capacity .options>* .icon{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    min-width: 60px;
    max-width: 60px;
    aspect-ratio: 1/1;
    border: 1px solid var(--main);
    border-radius: 50%;
    background-color: #EBF6F7;
}

.capacity .options>* .title{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 20px;
    color: var(--main);
    font-size: 18px;
    font-weight: 700;
    line-height: 97.543%;
}

.capacity .options>* .title::before{
    content: '';
    float: left;
    width: clamp(1px,9.77822vw,96px);
    height: 1px;
    background-color: var(--line2);
}

.capacity .options>*,
.capacity .options>* .icon,
.capacity .options>* .icon img,
.capacity .options>* .title,
.capacity .options>* .title::before{
    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;
}

.capacity .options>*.active{
    background-color: var(--main);
}

.capacity .options>*.active .icon{
    background-color: #ffffff33;
    border-color: var(--white);
}

.capacity .options>*.active .icon img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

.capacity .options>*.active .title{
    color: var(--white);
}

.capacity .contents{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 2rem 0;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.capacity .contents>*{
    flex: 0 0 auto;
    width: 50%;
}

.capacity .contents>*:first-child{
    padding: 0 1.83rem 0 12px; 
}

.capacity .contents>*:last-child{
    padding: 0 12px 0 1.83rem;
}

.capacity .contents .fx{
    margin-bottom: 28px;
    border-bottom: 1px solid #0000001a;
    padding-bottom: 1rem;
}

.capacity .contents .fx .title{
    min-height: 65px;
    align-content: center;
    color: var(--title);
    font-family: var(--arch);
    font-size: 25.937px;
    line-height: 86.148%;
}

.capacity .contents .img{
    position: relative;
    width: clamp(10px,100%,327px);
    aspect-ratio: 1/1.58409;
}

.capacity .contents .img .custom-logo-link{
    position: absolute;
    inset: auto -9.17431% -5.79150% auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 91px;
    aspect-ratio: 1/1;
    border: 1px solid #88cdd326;
    border-radius: 50%;
    background: linear-gradient(0deg, #88cdd326 0%, #88cdd326 100%), #FFF;
    box-shadow: 0px 0px 10.111px 0px #7090b00d;
}

.capacity .contents .img .custom-logo-link img{
    max-width: 53.84%;
}

.git{
    background: linear-gradient(270deg, #00285624 0%, #002856a1 70.09%), linear-gradient(0deg, #00285661 0%, #00285661 100%), url(../../assets/img/gitbg.jpg) no-repeat center;
    background-size: cover;
    padding: 8.86rem 0 10.73rem;
}

.git .fx{
    margin-bottom: 11px;
}

.git .fx::before{
    content: '';
    float: left;
    min-width: 58px;
    max-width: 58px;
    height: 51px;
    border: 1px solid var(--white);
    background: url(../../assets/img/fx.svg) no-repeat center;
    background-size: cover;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    opacity: 20%;
    -webkit-opacity: 20%;
    margin-right: 10px;
}

.git .title{
    color: var(--white);
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

.git .text{
    width: clamp(10px,100%,877px);
    color: var(--white);
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 11px;
    border-top: 1px solid #ffffff3b;
    border-bottom: 1px solid #ffffff3b;
    padding: 20px 0;
}

.produtos{
    padding: 4.93rem 0 6rem;
}

.produtos .row.r1{
    margin-bottom: 28px;
}

.produtos .df{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    grid-gap: 1rem;
}

.produtos .fx::before,
.aboutus .fx::before{
    content: '';
    float: left;
    min-width: 55px;
    max-width: 55px;
    height: 72px;
    background: url(../../assets/img/fx.svg) no-repeat center;
    background-size: cover;
    margin-right: 13px;
}

.produtos .fx .sectitle{
    white-space: nowrap;
}

.produtos .df hr{
    width: clamp(10px,13.69791vw,263px);
    background-color: #EBF4FF;
}

.produtos .row.r2{
    grid-gap: 2px 0;
}

.produtos .row.r2>*{
    padding: 0 1px;
}

.produtos .box{
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    width: 100%;
    height: 380px;
    background-size: cover !important;
    padding: 10px 18px 10px 10px;
}

.produtos .box .content{
    width: fit-content;
    background-color: var(--white);
    padding: 14px 20px 1rem 19px;
}

.produtos .box .title{
    color: var(--title);
    font-family: var(--arch);
    font-size: 17.659px;
    font-weight: 700;
    line-height: 115.956%;
    margin-bottom: 5px;
}

.aboutus{
    position: relative;
    background: linear-gradient(270deg, #ffffffcc 0%, #FFF 50.01%, #ffffffcc 100%);
    box-shadow: -5px 4px 4px 0px #e8f3d673;
    margin-left: 47px;
    transform: translateY(8.73rem);
    -webkit-transform: translateY(8.73rem);
    -moz-transform: translateY(8.73rem);
    -ms-transform: translateY(8.73rem);
    -o-transform: translateY(8.73rem);
    margin-top: -8.73rem;
    padding: 3.33rem 0 4.46rem;
}

.aboutus svg.cfx{
    position: absolute;
    inset: 100% 0 auto;
    margin: 0 auto;
}

.aboutus .container{
    padding: 0 33px;
}

.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;
    padding: 0 9px;
}

.aboutus .fx{
    margin-bottom: 20px;
    border-bottom: 1px solid #88cdd333;
    padding-bottom: 17px;
}

.aboutus .text{
    margin-bottom: 2rem;
}

.aboutus .text p:not(:last-child){
    margin-bottom: 1rem;
}

.aboutus .box{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    grid-gap: 24px;
    background: url(../../assets/img/abbg.svg) no-repeat bottom right, var(--title);
    padding: 3px 17px 6px 20px;
}

.aboutus .box .text{
    width: clamp(10px,100%,288px);
    color: #ffffffed;
    font-weight: 600;
    margin: 0;
}

.aboutus .box hr{
    width: clamp(10px,15.22177vw,151px);
    background-color: var(--white);
}

.aboutus .box .custom-logo-link img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

.aboutus .line{
    background-color: #88cdd333;
    margin: 2rem 0;
}

.aboutus .dbtn{
    width: clamp(10px,100%,319px);
}

.aboutus .img{
    position: relative;
    width: clamp(10px,100%,582px);
    aspect-ratio: 1/.91752;
}

.aboutus .img::before{
    content: '';
    position: absolute;
    z-index: -1;
    inset: -9.36329% -17.18213% auto auto;
    width: 52.57731%;
    aspect-ratio: 1/1;
    background-color: #F8F8F8;
}

.sustentabilidade{
    background: linear-gradient(to bottom,var(--green),var(--green)) no-repeat 0 71.29186%, linear-gradient(to bottom,#F7FBF0,#F7FBF0) no-repeat top center;
    background-size: 100% 8px, 100% 71.29186%;
    overflow: hidden;
    padding: 13.13rem 0 7.46rem;
}

.sustentabilidade .df{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    grid-gap: 1rem;
    margin-bottom: 11px;
}

.sustentabilidade .fx{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.sustentabilidade .fx::before{
    content: '';
    float: left;
    min-width: 55px;
    max-width: 55px;
    height: 72px;
    background: url(../../assets/img/fx2.svg) no-repeat center;
    background-size: cover;
    margin-right: 13px;
}

.sustentabilidade .df hr{
    width: clamp(10px,29.43548vw,292px);
    background-color: var(--green);
}

.sustentabilidade .owl-carousel .owl-stage-outer{
    margin: -2rem;
    padding: 2rem;
}

.sustentabilidade .box{
    border-bottom: 4px solid #73b60033;
    border-radius: 10px;
    background: url(../../assets/img/susboxbg.svg) no-repeat bottom left, var(--white);
    box-shadow: 0px 23px 31.6px -21px #7090b026;
    padding: 3.33rem 18px;
}

.sustentabilidade .box img{
    width: 70px;
    aspect-ratio: 1/1;
    object-fit: contain;
    -o-object-fit: contain;
    margin: 0 auto 1rem;
}

.sustentabilidade .box .text{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

@media(max-width:1450px){
    .aboutus .img::before{
        inset: -2rem -1.5rem auto auto;
    }
}

@media(max-width:1340px){
    .customs .owl-carousel .owl-nav{
        width: 102%;
    }
}

@media(max-width:992px){
    .segmentos,
    .customs,
    .capacity,
    .git,
    .produtos,
    .aboutus{
        padding: 2rem 0;
    }
    .segmentos .row>*{
        padding: 0 12px;
    }
    .capacity .row>*{
        padding: 0 12px;
    }
    .capacity .fx,
    .capacity .options{
        width: 100%;
    }
    .capacity .options{
        flex-direction: row;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .capacity .options>*{
        flex: 1 1 calc(50% - 10px);
    }
    .produtos .df hr{
        display: none;
        display: -webkit-none;
    }
    .sustentabilidade{
        padding: 4rem 0 2rem;
    }
}

@media(max-width:768px){
    .banners,
    .banners .item{
        height: clamp(10px,104.16666vw,800px);
    }
    .banners .item{
        background-size: 0, cover !important;
    }
    .banners .content{
        position: initial;
    }
    .customs .owl-carousel .owl-nav{
        width: 100%;
    }
    .capacity .contents>*{
        width: 100%;
        padding: 0 12px !important;
    }
    .capacity .contents .img .custom-logo-link {
        inset: auto -4% -5.79150% auto;
    }
    .aboutus{
        transform: translateY(2rem);
        -webkit-transform: translateY(2rem);
        -moz-transform: translateY(2rem);
        -ms-transform: translateY(2rem);
        -o-transform: translateY(2rem);
        margin-left: 0;
        margin-top: -2rem;
    }
    .aboutus .box{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
        padding: 1rem;
    }
    .aboutus .box .text{
        text-align: center;
    }
    .banners .content .title::before,
    .aboutus .box hr,
    .sustentabilidade .df hr{
        display: none;
        display: -webkit-none;
    }
    .produtos .fx .sectitle{
        white-space: normal;
    }
    .sustentabilidade .df{
        margin-bottom: 1.5rem;
    }
    .segmentos .fx::before,
    .capacity .fx::before,
    .git .fx::before{
        display: none;
        display: -webkit-none;
    }
}

@media(max-width:425px){
    .capacity .contents .fx .title,
    .git .title{
        font-size: clamp(15px,10.36363vw,42px);
        line-height: clamp(18px,11.96969vw,46px);
    }
    .segmentos .segs>*{
        flex: 1 1 100%;
    }
}