section.ban{
    position: relative;
}

section.ban::before{
    content: '';
    position: absolute;
    inset: 0;
    /* background: url(../../assets/img/singleservbg2.svg) no-repeat 42.55208vw top,url(../../assets/img/singleservbg1.svg) no-repeat left center/65.72916vw 100%; */
    background: url(../../assets/img/singleservbg2.svg) no-repeat 42.55208vw top,url(../../assets/img/singleservbg1.svg) no-repeat left center/auto 100%;
}

section.ban .container{
    padding: 0 20px;
}

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

section.ban .title,
section.ban .subtit{
    color: var(--black);
}

section.ban .title{
    font-size: 63px;
    line-height: 1.14;
}

section.ban .subtit{
    font-size: 29px;
    line-height: 1.10;
}

section.ban .subtit::after{
    content: '';
    display: block;
    display: -webkit-block;
    width: 100%;
    height: 10px;
    background-color: var(--main);
    margin-top: 8px;
}

section.ban{
	display: none;
}

.sol-title{
	background: url(../../assets/img/superficie-de-ondas-de-listras-brancas-superficie-de-bandas-deformadas-com-luz-suave-fundo-moderno-e-brilhante.png) no-repeat bottom center/cover;
	padding: 14rem 0 2rem;
}

.sol-title .title{
	text-transform: uppercase;
    color: var(--black);
	font-size: 63px;
    font-weight: 900;
    line-height: 1.14;
}

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

.structure{
    background: url(../../assets/img/curvas-cinza.png) no-repeat top center/cover;
    padding: 99px 0 83px;
}

.structure .row{
    grid-gap: 4rem 0;
}

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

.structure .sectitle{
    background: linear-gradient(to bottom,var(--main),var(--main)) no-repeat left center/10px calc(100% - 16px);
    margin-left: -41px;
    padding-left: 41px;
}

.structure .text{
    margin-top: 73px;
}

.structure .img{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 20px;
}

.structure .img>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: calc((100%/3) - 14px);
    aspect-ratio: 1/2.00380;
    border-radius: 12px;
    overflow: hidden;
}

.structure .img>*:first-child{
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.structure .img>*:nth-child(2){
    justify-content: center;
    -webkit-justify-content: center;
    transform: translateY(-39px);
    -webkit-transform: translateY(-39px);
    -moz-transform: translateY(-39px);
    -ms-transform: translateY(-39px);
    -o-transform: translateY(-39px);
}

.structure .img>*:last-child{
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.structure .img>* img{
    width: 758px;
    aspect-ratio: 1/.63060;
    max-width: unset;
    object-fit: cover;
    -o-object-fit: cover;
}

.applications{
    padding: 73px 0 44px;
}

.applications .apls{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    grid-gap: 22px;
    margin-top: 34px;
}

.applications .apls>*{
    text-transform: uppercase;
    text-align: center;
    color: var(--text);
    font-size: 13px;
    line-height: 1.30;
    background-color: #EFEFEF;
    box-shadow: 0 3px 6px #00000029;
    padding: 11px;
}

.applications .apls>*:nth-child(even){
    background-color: var(--white);
}

.wcu{
	padding: 44px 0 4rem;
/*     padding: 44px 0 152px; */
}

.wcu .difs{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 22px;
    margin: 2rem auto 0;
}

.wcu .difs>*{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    width: calc(50% - 11px);
    text-transform: uppercase;
    color: var(--text);
    font-size: 13px;
    line-height: 1.3;
    background-color: #EFEFEF;
    box-shadow: 0 3px 6px #00000029;
}

.wcu .difs>*:nth-child(even){
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.wcu .difs>* .icon{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    background: url('data:image/svg+xml;utf8,<svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.68 17.013L0 12.278L0.0369987 7.405L4.737 11.966L16.701 0L16.619 5.074L4.68 17.013Z" fill="white"/></svg>') no-repeat center,var(--main);
}

.wcu .difs>* .icon::after{
    content: '';
    position: absolute;
    right: -12px;
    width: 12px;
    height: 17px;
    background-color: var(--main);
    clip-path: polygon(0 0,100% 50%,0 100%);
    -webkit-clip-path: polygon(0 0,100% 50%,0 100%);
}

.wcu .difs>*:nth-child(even) .icon,
.wcu .difs>*:nth-child(even) .icon::after{
    background-color: var(--black);
}

.wcu .difs>*:nth-child(even) .icon::after{
    right: unset;
    left: -12px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.wcu .difs>*>*:last-child{
    align-content: center;
    width: 100%;
    padding: 12px 1rem 12px 28px;
}

.atend{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
/*     height: 830px; */
    background: url(../../assets/img/atendbg.png) no-repeat left center;
	padding: 4rem 0;
/*     padding: 2rem 0; */
}

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

.atend .sectitle{
    background: linear-gradient(to bottom,var(--main),var(--main)) no-repeat left center/10px 100%;
    padding-left: 41px;
}

.atend .text{
    margin: 47px 0 0 41px;
}

.atend .img{
    position: absolute;
	width: 50vw;
/*     width: 56.25vw; */
    height: 100%;
    inset: 0 0 auto auto;
    clip-path: polygon(0 0,100% 0,100% 100%,22% 100%);
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,22% 100%);
}

.atend .img img{
    width: 100%;
    height: calc(100% - 44px);
    object-fit: cover;
    -o-object-fit: cover;
	object-position: top;
    -o-object-position: top;
}

.atend .img::after{
    content: '';
    display: block;
    display: -webkit-block;
    width: 80%;
    height: 44px;
    background-color: var(--main);
    margin-left: auto;
}

.region{
    position: relative;
	background: url(../../assets/img/regionbg.png) no-repeat top center/74%;
    padding: 6rem 0;
/*     background: url(../../assets/img/regionbg.png) no-repeat bottom center; */
/*     padding: 209px 0 183px; */
}

.region .box{
    position: relative;
    width: fit-content;
    padding: 33px 98px 29px 62px;
}

.region .box::before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 28px 32px 136px 28px;
    background-color: var(--main);
    mix-blend-mode: multiply;
}

.region .box>*{
    position: relative;
    max-width: 100%
}

.region .box .title{
    width: 315px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.16;
}

.region .box .text{
    width: 324px;
    margin-top: 21px;
}

.region .dbtn{
    margin-left: 3.22vw;
    margin-top: 51px;
}

@media(max-width:1749px){
    .region{
        /* background-size: calc(100% - 40px); */
        background-position: top center;
        padding: 12vw 0 10.46vw;
    }
}

@media(min-width:1920px){
    section.ban::before{
        background-position: 33vw top,left center;
    }
}

@media(max-width:1290px){
    .structure .img>* img{
        width: 58.75968vw;
    }
}

@media(max-width:992px){
    section.ban::before{
        background-size: 0,auto 100%;
    }
    .structure,
    .applications,
    .wcu,
    .atend{
        padding: 2rem 0;
    }
    .structure .text{
        margin-top: 2rem;
    }
    .structure .img>* img{
        width: 87vw;
    }
    .atend{
        height: auto;
        background-size: cover;
    }
    .atend .img{
        position: initial;
        width: 100%;
        height: auto;
    }
    .atend .text{
        margin-left: 0;
    }
    .region{
        padding: 8rem 0 2rem;
    }
    .region .box .title,
    .region .box .text{
        width: 100%;
    }
    .sol-title{
        padding: 3rem 0;
    }
}

@media(max-width:768px){
    .wcu .difs>*{
        width: 100%;
    }
    .structure .img{
        grid-gap: 10px;
    }
    .region .box{
        padding: 2rem;
    }
    .region .dbtn{
        margin-left: 0;
    }
}

@media(max-width:575px){
    .region{
        background-position: center;
        padding: 2rem 0;
    }
    .region .box{
        padding: 2rem 1rem;
    }
    .region .box::before{
        border-radius: 28px;
    }
    .region .box .title,
    .region .box .text{
        text-align: center;
    }
}