.banners{
    height: clamp(500px,1000vh,100vh);
}

.banners{
    position: relative;
    justify-content: center;
    -webkit-justify-content: center;
}

.banners::before{
    content: '';
    position: absolute;
    z-index: 2;
    inset: 0 0 auto 0;
    width: 1px;
    height: 100%;
    background-color: #EBF1E766;
    margin: 0 auto;
}

.banners .container{
    max-width: calc(1384px + 140px);
}

.banners .owl-carousel{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.banners .item{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background-size: cover !important;
    height: 100vw;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

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

.banners .row>* img{
    width: clamp(10px,100%,373px);
    margin-left: auto;
}

.banners .title{
    position: relative;
    z-index: 1;
    color: var(--white);
    font-family: var(--syn);
    font-size: 65px;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: -0.975px;
}

.banners .text{
    position: relative;
    z-index: 1;
    /* grid-gap: 10px; */
    color: var(--white);
    font-family: var(--syn);
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: -0.3px;
}

.banners .text strong{
    font-weight: 700;
}

.banners .text::before{
    content: '';
    display: block;
    display: -webkit-block;
    width: 10px;
    height: 69px;
    float: left;
    background-color: #FFFFFFD4;
    margin-right: 10px;
}

.banners .text p{
    margin: 0;
}

.banners .owl-carousel .owl-dots{
    position: absolute;
    inset: auto auto 50px auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    grid-gap: 8px;
    width: 100%;
}

.banners .owl-carousel .owl-dots>*{
    width: 13px;
    aspect-ratio: 1/1;
    border-radius: 36px;
    border: 1px solid var(--white);
    background: #ffffff99;
    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;
}

.banners .owl-carousel .owl-dots>*.active{
    border-color: #FFFFFFD9;
    background: #FFFFFFD9;
}

.secs{
    position: relative;
    flex-direction: column;
    -ms-flex-direction: column;
    background: url(../../assets/img/secsbg.svg) no-repeat top center;
    padding: 82.59px 0 93px;
}

.secs>*{
    width: 100%;
}

.secs .magicmenu{
    position: absolute;
    z-index: 1;
    inset: 82.59px auto auto 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 20px;
    border-bottom: 1px solid var(--line2);
    background-color: var(--white);
    padding: 34px 70px;
}

.secs .magicmenu>*{
    position: relative;
    text-transform: uppercase;
    color: var(--text);
    font-family: var(--syn);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.secs .magicmenu>*::before{
    content: '';
    position: absolute;
    inset: auto auto -2px 0;
    width: 0;
    height: 2px;
    background-color: var(--text);
    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;
}

.secs .magicmenu>*:hover::before,
.secs .magicmenu>*.active::before{
    width: 100%;
}

.secs .aboutus{
    position: relative;
    background: url(../../assets/img/obrbg.svg) no-repeat 0 86px;
    padding: clamp(2rem,15.83vw,304px) 0 3.4rem;
}

.secs .container{
    max-width: calc(1696px + 140px);
}

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

.secs .aboutus .title{
    width: clamp(10px,100%,729px);
    text-transform: uppercase;
    color: #4A5145;
    font-family: var(--syn);
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -1.6px;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--line2);
    padding-bottom: 2rem;
}

.secs .aboutus .title strong{
    font-size: 48px;
    font-weight: inherit;
    line-height: 58px;
    letter-spacing: -2.4px;
}

.secs .aboutus .text{
    width: clamp(10px,100%,658px);
    margin-bottom: 2rem;
}

.secs .aboutus .md{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 12px;
    width: fit-content;
    color: var(--text);
    font-family: var(--int);
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: -0.21px;
}

.secs .aboutus .md::before{
    content: url(../../assets/img/barrowd.svg);
}

.secs .aboutus .img{
    position: absolute;
    z-index: 2;
    inset: auto 0 0 auto;
    /* width: clamp(10px,52.60vw,1010px); */
    width: 52.60vw;
    height: 100%;
}

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

.secs .fundamentos{
    background: url(../../assets/img/fundbgg.svg) no-repeat bottom left,url(../../assets/img/fundsbggg.svg) no-repeat bottom center;
    padding: 11.66rem 0 18.66rem;
}

.secs .fundamentos .sectitle{
    width: clamp(10px,100%,505px);
    color: #4A5145;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--line2);
    padding-bottom: 10px;
}

.secs .fundamentos .owl-carousel img{
    width: 68px;
    height: 70px;
    object-fit: contain;
    -o-object-fit: contain;
    margin-bottom: 1rem;
}

.secs .fundamentos .owl-carousel .title{
    color: #4A5145;
    font-family: var(--syn);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.3px;
    margin-bottom: 5px;
}

.secs .bann{
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    width: 100%;
    height: 520px;
    background-size: cover !important;
    background-blend-mode: multiply !important;
    padding-bottom: 7.33rem;
}

.secs .bann .title{
    width: clamp(10px,100%,709px);
    text-transform: uppercase;
    color: var(--white);
    font-family: var(--syn);
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -5%;
}

.secs .bann .title strong{
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}

.secs .diferenciais{
    position: relative;
    background: url(../../assets/img/difsbg1.svg) no-repeat top center,url(../../assets/img/digbgg.svg) no-repeat bottom left,#F8F8F8;
    overflow: hidden;
}

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

.secs .diferenciais .row>*:first-child{
    padding-top: 3.53rem;
}

.secs .diferenciais .sectitle{
    color: #4A5145;
}

.secs .diferenciais .dfs{
    width: 100vw;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    border-left: 1px solid var(--line2);
}

.secs .diferenciais .dfs>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 1rem 37px;
    /* background-color: var(--white); */
    padding: 2rem 0 20px 20px;
}

.secs .diferenciais .dfs>*:not(:last-child){
    border-bottom: 1px solid var(--line2);
}

.secs .diferenciais .dfs>* .num{
    color: #00000014;
    font-family: var(--int);
    font-size: 70px;
    font-weight: 500;
    line-height: 85px;
    letter-spacing: -3.5px;
}

.secs .diferenciais .dfs>* .title{
    width: clamp(10px,100%,313px);
    color: var(--text);
    font-family: var(--syn);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.secs .diferenciais .git{
    position: absolute;
    z-index: 1;
    inset: auto 100px 38.5px auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 1rem;
    width: fit-content;
}

.secs .diferenciais .git::before{
    content: url(../../assets/img/iconn.svg);
    height: 60px;
}

.secs .diferenciais .git .t{
    color: var(--text);
    font-family: var(--int);
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: -0.21px;
}

.secs .diferenciais .git .t strong{
    color: #4A5145;
    font-size: 18px;
    font-weight: inherit;
    line-height: 22px;
    letter-spacing: -0.27px;
}

/* .obras{
    border-right: 1px solid #9ca3972e;
    background: url(../../assets/img/obrbg1.svg) no-repeat 90px top,url(../../assets/img/obrbg2.svg) no-repeat top right,url(../../assets/img/obrbg3.svg) no-repeat bottom right,#EDEEED;
}

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

.obras .row>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.obras .img{
    width: clamp(10px,100%,531px);
    aspect-ratio: 1/1.29190;
}

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

.obras .box{
    position: relative;
    z-index: 1;
    background-color: #EDEEED;
    box-shadow: 0px 0px 30.5px 0px #7090b026;
    padding: 2.66rem 2.33rem 2.66rem 2.13rem;
}

.obras .box::before{
    content: 'SOBRE';
    position: absolute;
    z-index: -1;
    inset: -76px auto auto -22px;
    color: #00000008;
    font-family: var(--syn);
    font-size: 97px;
    font-weight: 700;
    line-height: 116px;
    letter-spacing: -1.455px;
}

.obras .box .sectitle{
    margin-bottom: 1rem;
}

.obras .box .text{
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    margin-bottom: 20px;
    padding: 10px 0;
}

.fundamentos{
    position: relative;
    background: url(../../assets/img/fundbg2.svg) no-repeat top right,url(../../assets/img/fundbg1.svg) top center, var(--white);
    background-size: auto, cover;
}

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

.fundamentos .img{
    position: absolute;
    inset: 25px auto auto 25px;
    width: clamp(10px,41vw,825px);
    height: calc(100% - 50px);
}

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

.fundamentos .funds{
    margin-bottom: 12px;
    border: 1px solid var(--line2);
    background: url(../../assets/img/linesbg.svg) no-repeat center, var(--white);
    padding: 3.26rem 4.26rem;
}

.fundamentos .funds .sectitle{
    color: #93998F;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--line2);
    padding-bottom: 10px;
}

.fundamentos .funds .fnds{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    grid-gap: 1rem 28px;
}

.fundamentos .funds .fnds>*{
    flex: 1 1 calc(32% - 28px);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.fundamentos .funds .fnds>*:not(:last-child){
    border-right: 1px solid var(--line2);
    padding-right: 28px;
}

.fundamentos .funds .fnds>* img{
    width: 67px;
    aspect-ratio: 1/1;
    object-fit: contain;
    -o-object-fit: contain;
    margin-bottom: 14px;
}

.fundamentos .funds .fnds>* .title{
    text-align: center;
    color: var(--title);
    font-family: var(--syn);
    font-size: 18px;
    font-weight: 700;
    line-height: 159%;
    letter-spacing: -0.27px;
}

.fundamentos .box{
    border: 1px solid var(--line2);
    background: url(../../assets/img/linesbg.svg) no-repeat center, var(--white);
    box-shadow: 0px 24px 57.7px -36px #7090b045;
    padding: 2.6rem 3rem 3.46rem;
}

.fundamentos .box .sectitle{
    color: #93998F;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--line2);
    padding-bottom: 20px;
}

.fundamentos .box .contrs{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
}

.fundamentos .box .contrs>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 28px;
}

.fundamentos .box .contrs>* .num{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 1rem;
    color: #b3b8b166;
    font-family: var(--syn);
    font-size: 45px;
    font-weight: 600;
    line-height: 159%;
    letter-spacing: -0.675px;
}

.fundamentos .box .contrs>* .num::after{
    content: '';
    width: 29px;
    height: 1px;
    background-color: var(--line2);
}

.fundamentos .box .contrs>* .title{
    color: var(--title);
    font-family: var(--syn);
    font-size: 18px;
    font-weight: 600;
    line-height: 159%;
    letter-spacing: -0.27px;
    border: 1px solid var(--line2);
    padding: 10px;
} 

.cultura{
    background: url(../../assets/img/cultbg.svg) no-repeat center, #F8F8F8;
    background-size: cover;
}

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

.cultura .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0 12.5px;
}

.cultura .row>*:has(img){
    position: relative;
}

.cultura .box{
    border: 5px solid var(--white);
    background-color: #F8F8F8;
    padding: 2.66rem 2.13rem;
}

.cultura .box:first-child{
    margin-bottom: 20px;
}

.cultura .box .sectitle{
    margin-bottom: 1rem;
}

.cultura .box .title{
    color: var(--title);
    font-family: var(--syn);
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.36px;
    margin-bottom: 26px;
    border-bottom: 1px solid #D2D3D270;
    padding-bottom: 1rem;
}

.cultura .box .text{
    border-top: 1px solid #D2D3D270;
    border-bottom: 1px solid #D2D3D270;
    padding: 10px 6px;
}

.cultura .box .textt{
    color: var(--text);
    font-family: var(--syn);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.27px;
}

.cultura .box .textt ul{
    list-style: square;
    margin: 0;
    padding: 0 0 0 1rem;
}

.cultura .box .textt ul>*:not(:last-child){
    margin-bottom: 1rem;
}

.cultura .img{
    position: absolute;
    inset: auto auto auto 0;
    width: clamp(10px,100%,531px);
    aspect-ratio: 1/1.29190;
}

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

.projetos{
    position: relative;
    background: url(../../assets/img/projsbg.svg) no-repeat top center,url(../../assets/img/projsbg2.svg) no-repeat bottom right, url(../../assets/img/projsbg3.svg) no-repeat 42.7vw top, var(--white);
}

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

.projetos .img{
    position: absolute;
    inset: 0 auto auto 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: clamp(10px,44.27083vw,850px);
    height: 100%;
    padding: 3.48958vw;
}

.projetos .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.projetos .img .title{
    color: var(--white);
    font-family: var(--syn);
    font-size: clamp(15px,2.86458vw,55px);
    font-weight: 700;
    line-height: clamp(25px,3.4375vw,66px);
    letter-spacing: 0.275px;
    background: #ffffff03;
    backdrop-filter: blur(8px);
    padding: 20px clamp(1rem,3.28125vw,63px);
}

.projetos .sectitle{
    color: var(--text);
    margin-bottom: 20px;
}

.projetos .text{
    border-top: 1px solid var(--line2);
    border-bottom: 1px solid var(--line2);
    margin-bottom: 20px;
    padding: 1rem 0;
}

.projetos .processos{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 10px;
    max-height: 270px;
}

.projetos .processos>*{
    flex: 0 1 calc(33% - 10px);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: clamp(1rem,2.34375vw,45px);
    width: calc(50% - 10px);
    border: 1px solid var(--line2);
    background-color: var(--white);
    padding: 4px 20px;
}

.projetos .processos>* .num{
    color: #b3b8b166;
    font-family: var(--syn);
    font-size: 45px;
    font-weight: 600;
    line-height: 159%;
    letter-spacing: -0.675px;
}

.projetos .processos>* .title{
    color: var(--title);
    font-family: var(--syn);
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.06px;
}

.segmentos{
    background: url(../../assets/img/segbg1.svg) no-repeat center,url(../../assets/img/segbg2.svg) no-repeat center,var(--white);
    background-size: cover;
}

.segmentos .sectitle{
    text-align: center;
    color: var(--text);
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: -0.54px;
    margin-bottom: 4rem;
}

.segmentos .owl-carousel{
    margin-bottom: 3.33rem;
}

.segmentos .box{
    text-align: center;
    color: #AEB2AB;
    font-family: var(--syn);
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.36px;
    border: 1px solid var(--line2);
    background: url(../../assets/img/segboxbg2.svg) no-repeat 13px center,url(../../assets/img/segboxbg.svg) no-repeat center,var(--white);
    box-shadow: 0px 34px 70.3px -31px #7090b054;
    padding: 4rem 2.33rem;
}

.segmentos .dbtn{
    padding: 10px 36px;
}

*/

.gallery{
    background: url(../../assets/img/masbg1.svg) no-repeat 0 83.48px,url(../../assets/img/masbg2.svg) no-repeat center,url(../../assets/img/masbg3.svg) no-repeat center,url(../../assets/img/masbg4.svg) no-repeat center,var(--white);
    background-size: auto,auto,cover,cover;
    padding: 8.4rem 0;
}

.gallery .container{
    max-width: calc(1820px + 140px);
}

.gallery .row{
    grid-gap: 40px 0;
}

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

.gallery .box{
    display: block;
    display: -webkit-block;
    width: clamp(10px,100%,440px);
    margin: 0 auto;
}

.gallery .box .img{
    width: 100%;
    aspect-ratio: 1/.70227;
    margin-bottom: 10px;
}

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

.gallery .box .title{
    color: var(--text);
    font-family: var(--syn);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.depoimentos,
.contato{
    background: url(../../assets/img/depsbg1.svg) no-repeat bottom left,url(../../assets/img/depsbg2.svg) no-repeat bottom right,url(../../assets/img/depsbg3.svg) no-repeat center, var(--title);
    background-size: auto,auto,cover;
    padding: 7rem 0 13rem;
}

.depoimentos .sectitle,
.depoimentos .title,
.depoimentos .text{
    width: clamp(10px,100%,773px);
}

.depoimentos .sectitle,
.contato .sectitle{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    color: #ffffff0d;
    font-size: 40px;
    font-weight: 700;
    line-height: 120.805%;
    margin: 0 auto 5.73rem;
}

.contato .sectitle{
    margin: 0 auto 2rem;
}

.depoimentos .sectitle::before,
.contato .sectitle::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #778073;
}

.depoimentos .owl-carousel .owl-nav{
    position: absolute;
    inset: 100% auto auto 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
}

.depoimentos .owl-carousel .owl-nav>*{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    /* width: 64px;
    aspect-ratio: 1/1; */
    /* border: 1px solid #ffffff4f;
    border-radius: 50%;
    opacity: 0.5;
    box-shadow: 0px 0px 15.3px 0px #00000047; */
}

.depoimentos .owl-carousel .owl-nav>* rect[x="69"][y="69.5635"][width="42.5"][height="43.127"][rx="21.25"][transform="rotate(-180 69 69.5635)"][fill="white"],
.depoimentos .owl-carousel .owl-nav>* rect[x="27"][y="26.4365"][width="42.5"][height="43.127"][rx="21.25"][fill="white"]{
    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;
}

.depoimentos .owl-carousel .owl-nav>*.disabled rect[x="69"][y="69.5635"][width="42.5"][height="43.127"][rx="21.25"][transform="rotate(-180 69 69.5635)"][fill="white"],
.depoimentos .owl-carousel .owl-nav>*.disabled rect[x="27"][y="26.4365"][width="42.5"][height="43.127"][rx="21.25"][fill="white"]{
    fill-opacity: 0;
}

/* .depoimentos .owl-carousel .owl-nav>*::before{
    content: '';
    position: absolute;
    width: 43px;
    aspect-ratio: 1/1;
    border: 1px solid var(--white);
    border-radius: 50%;
} */

.depoimentos .title{
    text-align: center;
    color: var(--white);
    font-family: var(--syn);
    font-size: 24px;
    font-weight: 700;
    line-height: 120.805%;
    margin: 0 auto 10px;
}

.depoimentos .text{
    text-align: center;
    color: #ededed;
    font-size: 15px;
    font-weight: 200;
    line-height: 20px;
    border-top: 1px solid #9CA39759;
    margin: 0 auto;
    padding-top: 20px;
}

.contato{
    padding: 10.66rem 0 17.26rem;
}

.contato .container{
    max-width: calc(915px + 140px);
}

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

.contato .title{
    text-transform: uppercase;
    color: var(--white);
    font-family: var(--syn);
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.contato .local,
.contato .telp,
.contato .mailp{
    text-transform: uppercase;
    /* color: #E1E1E1; */
    color: #ededed;
    font-family: var(--syn);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 1rem;
}

.contato .form form>*:has(.ipts){
    display: block;
    display: -webkit-block;
    margin-bottom: 1rem;
}

.contato .form .ipts{
    color: var(--white);
    font-family: var(--syn);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 1px;
    border: none;
    border-bottom: 1px solid var(--line2);
    border-radius: 0;
    background: transparent !important;
    background-color: transparent !important;
    outline: none;
    -moz-outline: none;
    padding: 10px;
}

.contato .form .ipts:is(:-webkit-autofill, :autofill),
.contato .form .ipts:-internal-autofill-selected{
    background: transparent !important;
    background-color: transparent !important;
}

.contato .form .ipts::placeholder{
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 0;
}

.contato .form textarea{
    height: 140px;
    resize: none;
}

.contato .form button{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 10px;
    width: 100%;
    color: #ffffffbf;
    font-family: var(--syn);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.27px;
    border: 1px solid var(--line2);
    border-radius: 0;
    background: transparent;
    padding: 10px 20px;
}

.contato .form button::after{
    content: url(../../assets/img/arrowrr.svg);
    height: 19px;
}

.contato .mapa{
    width: 100%;
    aspect-ratio: 1/.91058;
    border-radius: 15px;
    overflow: hidden;
}

.contato .mapa>div,
.contato .mapa iframe{
    width: 100% !important;
    height: 100% !important;
}

/* MEDIA QUERIES */

@media(max-width:992px){
    /* .obras .img,
    .fundamentos .img{
        margin: 0 auto;
    }
    .fundamentos .img,
    .cultura .img{
        position: initial;
        width: clamp(10px,100%,825px);
        aspect-ratio: 1/.5789;
    }
    .fundamentos .funds,
    .fundamentos .box,
    .cultura .box{
        padding: 1.5rem;
    }
    .projetos .img{
        position: relative;
        inset: auto;
        width: clamp(10px,100%,850px);
        aspect-ratio: 1/1.16705;
        margin: 0 auto;
    } */
    /* .segmentos .sectitle, */
    .secs .magicmenu,
    .secs .aboutus .img,
    .secs .diferenciais .git{
        position: initial;
    }
    .secs .aboutus,
    .secs .fundamentos{
        padding: 2rem 0;
    }
    .secs .aboutus .img{
        width: clamp(10px,100%,1010px);
        height: unset;
        aspect-ratio: 1/.75489;
    }
    .secs .aboutus .title,
    .secs .aboutus .text,
    .secs .fundamentos .sectitle,
    .secs .diferenciais .dfs{
        width: 100%;
    }
    .secs .bann{
        padding-bottom: 3rem;
    }
    .secs .diferenciais .row>*:first-child{
        padding-top: 2rem;
    }
    .secs .diferenciais .dfs{
        border: 1px solid var(--line2);
    }
    .depoimentos .sectitle{
        margin-bottom: 2rem;
    }
    .depoimentos .owl-carousel .owl-nav>*{
        bottom: 0 !important;
    }
}

@media(max-width:768px){
    .banners{
        background-color: #988E81;
        padding: 0;
    }
    .banners .owl-carousel,
    .banners .owl-carousel .owl-item{
        width: 100vh !important;
        height: 100vw !important;
    }
    .banners .owl-carousel .owl-item{
        position: relative;
    }
    .banners .owl-carousel .item{
        position: absolute;
        inset: 100% auto auto 0;
        width: 100vw;
        height: 100vh;
        transform-origin: top left;
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        -o-transform-origin: top left;
        /* transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none; */
    }
    .banners .container{
        padding: 0 43px;
    }
    .banners .owl-carousel .owl-dots{
        bottom: 1rem;
    }
    .banners .row>* img{
        display: none;
        display: -webkit-none;
        /* width: clamp(10px,100%,200px);
        margin-left: 0; */
    }
    .secs .magicmenu{
        padding: 1.5rem;
    }
    .secs .diferenciais .dfs>*{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        padding: 1rem;
    }
    .secs .diferenciais .dfs>* .title{
        width: 100%;
    }
    .secs .diferenciais .git{
        margin-left: auto;
    }
    /* .obras .box{
        padding: 1.5rem;
    }
    .fundamentos .box .contrs>* .title{
        width: 100%;
    } */
}

@media(max-width:575px){
    /* .obras .box,
    .fundamentos .funds,
    .fundamentos .box,
    .cultura .box{
        padding: 1rem;
    }
    .fundamentos .box .contrs>* .num::after{
        display: none;
        display: -webkit-none;
    }
    .fundamentos .funds .fnds>*:not(:last-child){
        border: none;
        padding: 0;
    }
    .fundamentos .funds .fnds>*{
        flex: 1 1 calc(50% - 28px);
    }
    .projetos .processos{
        max-height: unset;
    }
    .projetos .processos>*{
        flex: unset;
        width: 100%;
    } */
    .secs .magicmenu{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .depoimentos{
        padding: 7rem 0 17rem;
    }
}

@media(max-width:475px){
    .secs .aboutus .title,
    .secs .bann .title{
        font-size: clamp(14px,6.73684vw,32px);
        line-height: clamp(17px,8vw,38px);
    }
    .secs .aboutus .title strong,
    .secs .bann .title strong{
        font-size: clamp(14px,10.10526vw,48px);
        line-height: clamp(17px,12.21052vw,58px);
    }
    .banners .title{
        font-size: clamp(16px,13.68421vw,65px);
        line-height: clamp(19px,16.42105vw,78px);
    }
    .banners .text::before{
        display: none;
        display: -webkit-none;
    }
}

@media(max-width:425px){
    /* .projetos .img .title{
        font-size: clamp(15px,6vw,55px);
        line-height: clamp(25px,8vw,66px);
    } */
    .depoimentos{
        padding: 7rem 0 calc(27rem + 46px + 2rem);
    }
}

/* MEDIA QUERIES ! */