/* .banners,
.banners .item{
    height: clamp(400px,49.21875vw,945px);
} */

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

.banners .item:has(img){
    height: clamp(400px,49.21875vw,945px);
}

.banners .item:has(video){
	height: clamp(400px,49.21875vw,700px);
	overflow: hidden;
    background-color: var(--main);
}
.banners .item:has(video) .container{
    position: absolute;
	z-index: 1;
	inset: auto 0;
}

.banners .item video{
	width: 100% !important;
	height: auto;
/*     box-shadow: 0 0 41px 42px var(--black); */
}

.banners .container{
    padding-bottom: 7rem;
}

.banners .item:has(video) .container{
    padding-bottom: 0;
}

.banners .item img{
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.banners .item .title{
	width: fit-content;
    text-transform: uppercase;
    color: var(--white);
    font-size: 59px;
    font-weight: 900;
    line-height: 1.18;
    border-radius: 6px;
    background-color: var(--black);
	margin-bottom: 12px;
    padding: 2px 28px 2px 6px;
}

.banners .item .text{
    width: fit-content;
    color: var(--white);
    font-size: 26px;
    border-radius: 6px;
    background-color: var(--main);
    padding: 2px 28px 2px 6px;
}

.simple{
    background: url(../../assets/img/curvas-cinza.png) no-repeat center/cover;
    padding: 77px 0 103px;
}

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

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

.simple .sectitle::before,
.simple .sectitle::after{
    content: '';
    display: block;
    display: -webkit-block;
    width: 100%;
    height: 10px;
    background-color: var(--main);
}

.simple .sectitle::before{
    margin-bottom: 12px;
}

.simple .sectitle::after{
    margin-top: 6px;
}

.simple .text{
    margin-top: 63px;
}

.simple .dbtn{
    margin-top: 35px;
}

.simple .img{
    position: relative;
    width: 694px;
    max-width: 100%;
    aspect-ratio: 1/.71181;
}

.simple .img img:first-child{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.simple .img img:last-child{
    position: absolute;
	inset: auto 0 -16% auto;
/*     inset: auto 0 -22.26720% auto; */
    width: 42.79538%;
	aspect-ratio: 1/.87943;
/*     aspect-ratio: 1/1.12457; */
    object-fit: cover;
    -o-object-fit: cover;
	object-position: right center;
    -o-object-position: right center;
    border: 9px solid var(--white);
    border-radius: 6px;
    box-shadow: 0 3px 6px #00000029;
}

.aboutus{
    position: relative;
    background: url(../../assets/img/aboutusbg.png) no-repeat center/cover;
    overflow: hidden;
    padding: 132px 0 0;
}

.aboutus .container{
    position: relative;
    z-index: 1;
}

.aboutus .container::before{
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 188px;
    border-radius: 23px;
    background: linear-gradient(to bottom,var(--main),var(--main)) no-repeat center/cover,url(../../assets/img/dirt.png) no-repeat center/cover;
    background-blend-mode: multiply;
}

.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>*:first-child{
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    padding-top: 61px;
    padding-right: clamp(12px,4.11458vw,79px);
}

.aboutus .row>*:last-child{
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding-top: 35px;
    padding-bottom: 71px;
}

.aboutus .img{
    width: clamp(10px,39.21875vw,753px);
    aspect-ratio: 1/.88579;
}

.aboutus .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 23px;
}

.aboutus .subtitle{
    margin-top: 6px;
}

.aboutus .text{
    /* width: 306px; */
    margin-top: 87px;
}

.aboutus .awards{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 11px;
    margin-top: 5px;
}

.aboutus .awards>*{
    flex: 0 1 calc(50% - 11px);
}

.aboutus .dbtn{
    margin-top: 2rem;
}

.services{
    position: relative;
    background: url(../../assets/img/superficie-de-ondas-de-listras-brancas-superficie-de-bandas-deformadas-com-luz-suave-fundo-moderno-e-brilhante.png) no-repeat center 333px/cover;
    padding: 72px 0 127px;
}

.services::before{
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0 auto auto 0;
    width: 100%;
    height: 333px;
    background: linear-gradient(to bottom,var(--main),var(--main)) no-repeat center/cover,url(../../assets/img/banner-nossos-servicos-01.png) no-repeat center/cover;
    background-blend-mode: multiply;
}

.services .sectitle{
    width: fit-content;
}

.services .sectitle::before,
.services .sectitle::after{
    content: '';
    display: block;
    display: -webkit-block;
    width: 100%;
    height: 4px;
    background-color: var(--main);
}

.services .sectitle::before{
    margin-bottom: 10px;
}

.services .sectitle::after{
    margin-top: 10px;
}

.services .subtitle{
    margin-top: 20px;
}

.services .row{
    grid-gap: 6.66rem 0;
    margin: 50px calc(clamp(12px,2.47395vw,47px)*-1) 0;
    margin-top: 50px;
}

.services .row>*{
    padding: 0 clamp(12px,2.47395vw,47px);
}

.services .box{
    border-radius: 13px;
    box-shadow: 0 3px 6px #00000029;
    background: url(../../assets/img/servicos-caixa-fundo.png) no-repeat bottom center/cover,var(--white);
}

.services .box img{
    width: 100%;
    aspect-ratio: 1/.715625;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 13px 13px 0 0;
}

.services .box .bottom{
    border-radius: 0 0 13px 13px;
    border-bottom: 8px solid var(--main);
    padding: 18px 14px 0;
}

.services .box .title{
    align-content: center;
    text-align: center;
    color: var(--text);
    font-size: 23px;
    font-weight: 500;
    line-height: 1.13;
}

.services .box .sm{
    display: block;
    display: -webkit-block;
    width: fit-content;
    color: var(--white);
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    border-radius: 6px;
    background-color: var(--black);
    margin: 18px auto -16px;
    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;
}

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

.wcu{
    position: relative;
    background: url(../../assets/img/curvas-cinza.png) no-repeat center/cover;
    padding: 80px 0 159px;
}

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

.wcu .row>*{
    padding: 0 25px;
}

.wcu .img{
    position: absolute;
    inset: 0 auto auto 0;
    width: 53.80208vw;
    height: calc(100% - 44px);
}

.wcu .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.wcu .img::after{
    content: '';
    display: block;
    display: -webkit-block;
    width: 81.31655%;
    height: 44px;
    background-color: var(--main);
}

.wcu .text{
    color: var(--title);
    font-size: 28px;
    line-height: 1;
}

.wcu .difs{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    grid-gap: 25px 1rem;
    margin-top: 41px;
}

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

.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>*>*: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;
}

.clients{
    padding: 37px 0 41px;
}

.clients .sectitle{
    margin-bottom: 4rem;
}

.clients .owl-carousel .item{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    aspect-ratio: 1/.61111;
    border-radius: 13px;
    border: 1px solid #707070;
    box-shadow: 0 6px 6px #00000052;
    overflow: hidden;
    margin: 1rem;
}

.clients .owl-carousel .item img{
    width: fit-content;
    max-height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    opacity: 30%;
    -webkit-opacity: 30%;
    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;
}

.clients .owl-carousel .item:hover img{
    opacity: 100%;
    -webkit-opacity: 100%;
}

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

.blog .sectitle,
.blog .text{
    margin-bottom: 1.5rem;
}

.blog .box{
    border-radius: 10px 10px 0 0;
    background-color: var(--white);
    /* box-shadow: 0 3px 6px #00000026; */
    overflow: hidden;
}

.blog .box .img{
    width: 100%;
    aspect-ratio: 1/.59945;
}

.blog .box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.blog .box .bottom{
    padding: 1rem;
}

.blog .box .title{
    color: var(--title);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: .7rem;
}

.blog .box .text{
    display: -webkit-box;
    display: -moz-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
}

.blog .box .sm{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: fit-content;
    color: var(--white);
    border-radius: 5px;
    background-color: var(--title);
    margin-top: 1rem;
    padding: .2rem .4rem;
}

.gallery{
    background: url(../../assets/img/curvas-branco.png) repeat-y top center,#E8E8E8;
    padding: 90px 0 205px;
}

.gallery .box{
    width: fit-content;
    border-left: 10px solid var(--main);
    background-color: var(--black);
    padding: 18px 26px 1rem;
}

.gallery .box .title{
    text-transform: uppercase;
    color: var(--main);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.07;
}

.gallery .box .text{
    color: var(--white);
}

.gallery .box .tit{
    width: fit-content;
    color: var(--main);
    font-size: 15px;
    line-height: 1;
    margin-top: 14px;
}

.gallery .box .tit::before,
.gallery .box .tit::after{
    content: '';
    display: block;
    display: -webkit-block;
    width: calc(100% + 12px);
    height: 1px;
    background-color: var(--white);
    margin-left: -6px;
}

.gallery .box .tit::before{
    margin-bottom: 3px;
}

.gallery .box .tit::after{
    margin-top: 3px;
}

.gallery .row{
    grid-gap: 2rem 0;
    margin-top: 65px;
}

.gallery .row>*{
    padding: 0 19px;
}

.gallery .row a{
    display: block;
    display: -webkit-block;
}

.gallery .row a img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    -o-object-fit: cover;
}

.gallery .main{
    width: 100%;
    height: 100%;
}

.gallery .gal{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 37px 34px;
}

.gallery .gal>*{
    flex: 0 1 calc((100%/3) - 24px);
    aspect-ratio: 1/1.08252;
}

.contact{
    background-blend-mode: multiply;
    padding-bottom: 68px;
}

.contact .form{
    overflow: hidden;
    transform: translateY(-115px);
    -webkit-transform: translateY(-115px);
    -moz-transform: translateY(-115px);
    -ms-transform: translateY(-115px);
    -o-transform: translateY(-115px);
    margin: 0 0 -115px auto;
}

@media(max-width:992px){
    .simple{
        padding: 2rem 0 4rem;
    }
    .simple .text,
    .simple .dbtn,
    .gallery .row{
        margin-top: 2rem;
    }
    .simple .img img:last-child{
        inset: auto -2% -11% auto;
    }
    .aboutus,
    .services,
    .wcu,
    .clients,
    .gallery,
    .contact{
        padding: 2rem 0;
    }
    .aboutus .container::before{
        inset: auto 0;
        width: 100%;
        margin: 0 auto;
    }
    .aboutus .row>*,
    .services .row>*{
        padding: 0 12px !important;
    }
    .aboutus .row>*:last-child{
        padding-top: 2rem !important;
    }
    .aboutus .text,
    .aboutus .img,
    .gallery .box,
    .contact .form{
        width: 100%;
    }
    .services .row{
        grid-gap: 3rem 0;
    }
    .services .row{
        margin: 2rem -12px 0;
    }
    .wcu .img,
    .atend .img{
        position: initial;
        width: 100%;
        height: auto;
    }
    .atend .text{
        margin-left: 0;
    }
    .clients .sectitle{
        margin-bottom: 2rem;
    }
    .gallery .gal{
        grid-gap: 1rem;
    }
    .contact .form{
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        margin: 0 auto;
    }
}

@media(max-width:768px){
/*     .banners,
    .banners .item{
        height: calc(100vh - 121px);
    } */
	.banners .item video{
		width: auto !important;
		height: 100% !important;
	}
	.aboutus .container::before{
		height: 218px;
	}
	.aboutus .text{
		margin-top: 2rem;
	}
}

@media(max-width:575px){
    .banners .item .title{
        text-align: center;
        font-size: clamp(32px,13vw,59px);
    }
    .banners .item .text{
        text-align: center;
    }
	.aboutus .awards>*{
		flex-basis: 100%;
	}
}