section.ban img{
    object-position: left center;
    -o-object-position: left center;
}

/* section.ban::before{
    content: '';
    position: absolute;
    inset: 0;
    background: url(../../assets/img/solbgfx1.svg) no-repeat bottom left,url(../../assets/img/solbgfx2.svg) no-repeat 50% top/clamp(10px,18%,362px),url(../../assets/img/solbgfx3.svg) no-repeat top right/61%;
} */

section.ban .title,
section.ban .subtit{
    position: relative;
}

section.ban .title{
    width: fit-content;
    color: var(--white);
    font-size: 65px;
    line-height: 1.13;
    margin-left: auto;
}

section.ban .title strong{
    color: var(--main);
}

section.ban .subtit{
    width: fit-content;
    color: var(--white);
    font-size: 29px;
    margin-left: auto;
}

.separator{
    filter: brightness(0);
    -webkit-filter: brightness(0);
    -ms-filter: brightness(0);
}

.top{
    background: url(../../assets/img/curvas-cinza.png) no-repeat center/cover;
	padding: 2rem 0;
/*     padding: 76px 0 58px; */
}

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

.top .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

/* .top .text{
    width: 369px;
} */

.top .img{
    position: relative;
    width: 729px;
    max-width: 46vw;
    aspect-ratio: 1/.86486;
}

.top .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
	border-radius: 20px;
    clip-path: polygon(0 0,100% 0,100% 100%,28.66941% 100%,0 66.71949%);
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,28.66941% 100%,0 66.71949%);
}

.top .img::before{
    content: '';
    position: absolute;
    inset: auto auto 0 -2%;
    width: 28.39506%;
    aspect-ratio: 1/.93236;
    background-color: var(--main);
    mask: url(../../assets/img/linemask.svg) no-repeat center/cover;
    -webkit-mask: url(../../assets/img/linemask.svg) no-repeat center/cover;
}

.archive-sols{
	padding: 2rem 0;
/*     padding: 96px 0 90px; */
}

.archive-sols .row{
    grid-gap: 71px 0;
    margin: 0;
}

.archive-sols .row>*{
    padding: 0;
}

.archive-sols .box{
    position: relative;
    height: 100%;
    padding: 32px 38px 63px 22px;
}

.archive-sols .row>*:nth-child(odd) .box{
    background-color: #FCFCFC;
    box-shadow: 0 6px 8px #00000021;
}

.archive-sols .box img{
    height: 83px;
    margin-bottom: 2rem;
}

.archive-sols .box .title{
    text-transform: uppercase;
    color: var(--title);
    font-size: 33px;
    font-weight: 800;
    line-height: 1.27;
}

.archive-sols .box .title::after{
    content: '';
    display: block;
    display: -webkit-block;
    width: 174px;
    max-width: 100%;
    height: 4px;
    background-color: var(--main);
}

.archive-sols .box .text{
    margin-top: 24px;
}

.archive-sols .box .sm{
    position: absolute;
    inset: auto 14px 13px auto;
    width: fit-content;
    color: var(--white);
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    border-radius: 6px;
    background-color: var(--black);
    padding: 4px 1rem;
    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;
}

.archive-sols .box .sm:hover{
    color: var(--white);
    background-color: var(--main);
}

.confidence{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
	padding: 9rem 0 7rem;
/*     height: 976px; */
/*     padding-bottom: 195px; */
}

.confidence::before{
    content: '';
    position: absolute;
    inset: 0 0 auto auto;
    width: 53.48958%;
    height: 100%;
    background: linear-gradient(to bottom,var(--main),var(--main)) no-repeat center,url(../../assets/img/paperfx.png) no-repeat center/cover;
    background-blend-mode: multiply;
    mask: url(../../assets/img/servbgmask.svg) no-repeat left center/cover;
    -webkit-mask: url(../../assets/img/servbgmask.svg) no-repeat left center/cover;
}

.confidence .container{
    position: relative;
	padding: 0 20px;
}

.confidence .sectitle{
    width: 375px;
    font-size: 46px;
    line-height: 1.08;
    margin-left: auto;
}

.confidence .sectitle strong{
    color: var(--title);
}

@media(max-width:1800px){
    section.ban::before {
        background-size: auto,clamp(10px,18%,362px),auto 100%;
    }
}

@media(max-width:1200px){
    .top .img{
        width: 100%;
        max-width: 100%;
    }
    .confidence{
        height: auto;
        background-size: 0,0,cover !important;
        padding: 2rem 0;
    }
    .confidence::before{
        display: none;
        display: -webkit-none;
    }
}

@media(max-width:992px){
    section.ban .title,
    section.ban .subtit{
        margin-left: 0;
    }
    section.ban::before {
        background: linear-gradient(to bottom,#0000006b,#0000006b) no-repeat center;
        background-size: cover;
    }
    section.ban .title,
    section.ban .subtit{
        color: var(--white);
    }
    .top,
    .archive-sols{
        padding: 2rem 0;
    }
    .top .text{
        width: 100%;
    }
    .archive-sols .row{
        grid-gap: 2rem 0;
    }
    .confidence .sectitle{
        width: clamp(1px,37.80241vw,375px);
        font-size: clamp(18px,4.63709vw,46px);
    }
}

@media(max-width:768px){
    .archive-sols .box{
        padding: 2rem 1.5rem;
    }
    .archive-sols .box .sm{
        position: initial;
        display: block;
        display: -webkit-block;
        margin-top: 1rem;
    }
    .confidence .sectitle{
        width: 100%;
        text-align: center;
        font-size: 46px;
        background-color: #000000b0;
        padding: 2rem 1.5rem;
    }
    .confidence .sectitle strong{
        color: var(--main);
    }
}

@media(max-width:575px){
    .archive-sols .box{
        padding: 2rem 1rem;
    }
    .archive-sols .box .title{
        font-size: clamp(18px,7vw,33px);
    }
}

@media(max-width:425px){

}
