.banners .item{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.banners .item .container{
    position: absolute;
    inset: auto 0;
}

.banners .item .title{
    width: 335px;
    max-width: 100%;
    color: var(--white);
    font-size: 44px;
    font-weight: 400;
}

.banners .item .title strong{
    display: inline-block;
    display: -webkit-inline-block;
    font-weight: 800;
    background-color: var(--main);
    clip-path: polygon(3.62425% 0,100% 0,96.37575% 100%,0 100%);
    -webkit-clip-path: polygon(3.62425% 0,100% 0,96.37575% 100%,0 100%);
    padding: 4.5px 1rem;
}

.performance{
    position: relative;
    padding: 52px 0 2rem;
}

.performance::before{
    content: url(../../assets/img/fx.png);
    position: absolute;
    z-index: 1;
    inset: 9.4rem auto auto 0;
}

.performance .row{
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    grid-gap: 2rem 0;
}

.performance .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.performance .row>*:first-child{
    align-items: flex-end;
}

.performance .img{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: clamp(1px,55.05104vw,1056.98px);
    max-width: unset;
    aspect-ratio: 1/.50084;
}

.performance .img>*{
    width: 55.41637%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    clip-path:  polygon(27.64505% 0,100% 0,72.35494% 100%,0 100%);
    -webkit-clip-path:  polygon(27.64505% 0,100% 0,72.35494% 100%,0 100%);
}

.performance .img>*:last-child{
    margin-left: -13.62372%;
}

.performance .text{
    font-weight: 300;
    background: linear-gradient(to bottom,var(--line),var(--line)) no-repeat left center/1px 100%;
    margin-top: 21px;
    padding-left: 1rem;
}

.performance .row .dbtn{
    margin-left: -12px;
    margin-top: 26px;
}

.performance .container>.dbtn{
    margin-top: 23px;
}

.excelence{
    background: url(../../assets/img/imagem13.png) no-repeat center/cover;
    overflow: hidden;
    padding: 59px 0 72px;
}

.excelence .row{
    grid-gap: 2rem 0;
}

.excelence .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.excelence .text{
    background: linear-gradient(to bottom,var(--line),var(--line)) no-repeat left center/1px 100%;
    margin-top: 29px;
    margin-left: -1rem;
    padding-left: 1rem;
}

.excelence .dbtn{
    margin-top: 27px;
}

.excelence .img{
    position: relative;
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: clamp(1px,53.528125vw,1027.74px);
    max-width: unset;
    aspect-ratio: 1/.51509;
}

.excelence .img>*{
    position: relative;
    width: 55.41637%;
    height: 100%;
}

.excelence .img img{
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    clip-path:  polygon(0 0,72.35494% 0,100% 100%,27.64505% 100%);
    -webkit-clip-path:  polygon(0 0,72.35494% 0,100% 100%,27.64505% 100%);
}

.excelence .img>*::before{
    content: '';
    position: absolute;
    inset: 3.96690% auto auto -2.73158%;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg width="586" height="530" viewBox="0 0 586 530" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.673035 0.5L160.008 528.88H585.071L425.736 0.5H0.673035ZM0 0H426.107L585.744 529.38H159.637L0 0Z" fill="white"/></svg>') no-repeat center/100% 100%;
}

.excelence .img>*:last-child{
    margin-left: -13.62372%;
}

.excelence .img>*:last-child::before{
    inset: 3.96690% -4.60955% auto auto;
}

.lines{
    padding: 90px 0;
}

.lines .difs{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    grid-gap: 26px;
    margin-top: 40px;
}

.lines .difs>*{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
}

.lines .difs>* .icon,
.lines .difs>* .box{
    border: 1px solid #C7C7C6;
    border-radius: 22px;
    background-color: var(--white);
    box-shadow: 0 3px 6px #00000029;
}

.lines .difs>* .icon{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    min-width: 179px;
    aspect-ratio: 1/1;
}

.lines .difs>* .icon img{
    width: fit-content;
}

.lines .difs>* hr{
    min-width: 69px;
    margin: auto 0;
}

.lines .difs>* .box{
    padding: 24px 37px;
}

.lines .difs>* .box .title{
    font-family: var(--avenirnxt);
    color: var(--main);
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}

.lines .difs>* .box .text{
    font-weight: 300;
}

.pilars{
    padding: 82px 0 87px;
}

.pilars .sectitle{
    position: relative;
    z-index: 1;
    width: fit-content;
    line-height: 1.36;
}

.pilars .sectitle div{
    display: block;
    display: -webkit-block;
    background: url('data:image/svg+xml;utf8,<svg width="328" height="51" viewBox="0 0 328 51" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.67 0H327.9L316.23 50.97H0L11.67 0Z" fill="rgb(23,48,78)"/></svg>') no-repeat center/cover;
    padding: 0 2rem;
}

.pilars .sectitle::before{
    content: '';
    position: absolute;
    z-index: -1;
    inset: 21.58132% -1.21988% auto auto;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg width="328" height="51" viewBox="0 0 328 51" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.4665 1L1.25482 49.9697H315.437L326.648 1H12.4665ZM11.6696 0H327.903L316.234 50.9697H0L11.6696 0Z" fill="white"/></svg>') no-repeat right center/100% 100%;
}

.pilars .row{
    justify-content: center;
    -webkit-justify-content: center;
    grid-gap: 78px 0;
    margin-top: 57px;
}

.pilars .row>*{
    flex-grow: 1;
    padding: 0 1.12rem;
}

.pilars .box{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(to bottom,transparent,var(--white));
    padding: 2rem 29px 34px;
}

.pilars .box .title,
.pilars .box .text{
    text-align: center;
}

.pilars .box .title{
    font-family: var(--avenirnxt);
    font-size: 27px;
    font-weight: 700;
    line-height: 1.66;
}

.pilars .box .text{
    margin-top: 29px;
}

.pilars .dbtn{
    padding: 7px 24px;
    margin-top: 78px;
}

.projects{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background: url(../../assets/img/projectsbg1.png) no-repeat bottom left/auto 100%,url(../../assets/img/projectsbg2.png) no-repeat left center/auto 100%;
    padding: 145px 0 136px;
}

.projects::after{
    content: url(../../assets/img/fx2.png);
    position: absolute;
    z-index: 1;
    right: 0;
}

.projects .row{
    grid-gap: 2rem 0;
}

.projects .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.projects .text{
    background: linear-gradient(to bottom,var(--line),var(--line)) no-repeat left center/1px 100%;
    margin-top: 24px;
    margin-left: -1rem;
    padding-left: 1rem;
}

.projects .dbtn{
    margin-top: 38px;
    padding: 4px 43px;
}

.projects .img{
    position: absolute;
    inset: 0 0 auto auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: clamp(1px,58.88177vw,1130.53px);
    height: 100%;
    overflow: hidden;
}

.projects .img>*{
    max-width: unset;
    min-width: 56.87420%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    clip-path: polygon(27.37254% 0,100% 0,72.62745% 100%,0 100%);
    -webkit-clip-path: polygon(27.37254% 0,100% 0,72.62745% 100%,0 100%);
}

.projects .img>*:not(:first-child){
    margin-left: -14.5%;
}

.contato{
    background: url(../../assets/img/projectsbg1.png) no-repeat bottom center/auto 100%,url(../../assets/img/contactbg2.png) no-repeat right center/auto 100%,url(../../assets/img/contactbg.png) no-repeat left center/auto 100%;
    margin: -1px 0 -1px -1px;
    padding: 70px 0 54px;
}

.contato .container{
    max-width: calc(1498px + 140px);
}

.contato .sectitle{
    width: 381px;
    margin: 0 auto;
}

.contato .form{
    max-width: 100%;
    width: 976px;
    border-radius: 20px;
    background-color: var(--white);
    box-shadow: 0 6px 8px #00000052;
    margin: 26px auto 0;
    padding: 29px 26px 23px;
}

.contato .form .row{
    grid-gap: 1rem 0;
}

.contato .form .row>*{
    padding: 0 10.5px;
}

.contato .form .dbtn{
    clip-path: unset;
    -webkit-clip-path: unset;
    border-radius: 12px;
    padding: 9px 2rem;
}

@media(max-width:1200px){
    .performance::before,
    .projects::after{
        display: none;
        display: -webkit-none;
    }
}

@media(max-width:992px){
    .banners .item{
        position: relative;
        padding: 3rem 0;
    }
    .banners .item .container{
        position: relative;
        z-index: 1;
    }
    .banners .item>img{
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }
    .performance,
    .excelence,
    .lines,
    .pilars,
    .projects,
    .contato{
        padding: 2rem 0;
    }
    .performance .img,
    .excelence .img,
    .projects .img,
    .contato .sectitle{
        width: 100%;
    }
    .performance .img,
    .excelence .img,
    .projects .img{
        max-width: 100%;
    }
    .performance .container>.dbtn{
        margin-left: auto;
        margin-right: auto;
    }
    .pilars .row{
        grid-gap: 2rem 0;
    }
    .pilars .row>*{
        padding: 0 12px;
    }
    .pilars .dbtn{
        margin-top: 2rem;
    }
    .projects .img{
        position: relative;
        height: unset;
        aspect-ratio: 1/.5789;
    }
}

@media(max-width:768px){
    .banners,
    .lines .difs>* hr{
        display: none;
        display: -webkit-none;
    }
    .lines .difs>*{
        flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        grid-gap: 1rem;
    }
    .lines .difs>* .icon{
        min-width: unset;
        width: fit-content;
        padding: 1rem;
    }
    .lines .difs>* .box{
        text-align: center;
        align-content: center;
        padding: 1rem;
    }
    .lines .sectitle{
        text-align: center;
    }
}

@media(max-width:575px){

}
