.banners,
.banners .item {
    height: 48vw;
    max-height: 897px;
}

.banners {
    position: relative;
    overflow: hidden;
}

.banners::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 39px;
    aspect-ratio: 1/.56410;
    background-color: #242424;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 0 auto;
}

.banners .rss {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 2.03125vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin: auto 0;
    padding-bottom: 2.86vw;
}

.banners .rss>* svg {
    min-width: 40px;
    max-width: 40px;
    max-height: 30px;
}

.banners .rss>* svg path {
    fill: var(--white);
}

.banners .rss::before,
.banners .rss::after {
    content: '';
    width: 1px;
    height: 14.58vw;
    background-color: #ffffff4d;
}

.banners .owl-carousel .owl-dots {
    position: absolute;
    bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.banners .owl-carousel .owl-dots>* {
    width: 20px;
    height: 3px;
    border-radius: 80px;
    background-color: #ffffff4d;
    transition: all .3s ease-in-out;
}

.banners .owl-carousel .owl-dots>*.active {
    width: 40px;
    background-color: var(--white);
}

.segmentos {
    padding: 6.66rem 0 0;
}

.segmentos .bgtext {
    top: 5.93rem;
}

.segmentos .container {
    position: relative;
}

.segmentos .text {
    margin-bottom: 18px;
}

.segmentos .segs {
    position: relative;
    display: flex;
    align-items: start;
    gap: 1px;
    margin-top: 4.86rem;
}

.segmentos .segs:has(>*:nth-child(7)) {
    overflow-x: scroll;
    scroll-snap-type: x proximity;
}

.segmentos .segs:has(>*:nth-child(7))::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

.segmentos .segs:has(>*:nth-child(7))::-webkit-scrollbar-track {
    background: #f2F2F2;
}

.segmentos .segs:has(>*:nth-child(7))::-webkit-scrollbar-thumb {
    background: var(--title);
    border-radius: 15px;
}

.segmentos .segs>* {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    width: 16.66%;
    background-color: #EDEDED;
}

.segmentos .segs>* .top {
    padding: 27px 19px 53px;
}

.segmentos .segs>* .top .icon {
    display: flex;
    align-items: end;
    width: 76px;
    height: 62px;
    margin-bottom: 2rem;
}

.segmentos .segs>* .top .title {
    color: var(--black);
    font-family: var(--raj);
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.07px;
    margin-bottom: 5px;
}

.segmentos .segs>* .top .text {
    max-width: 220px;
    margin-bottom: 20px;
}

.segmentos .segs>* .top .vt {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--footer1);
    font-family: var(--raj);
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.027px;
}

.segmentos .segs>* .bottom {
    position: relative;
    width: 100%;
    height: 347px;
    /* aspect-ratio: 1/1.09375; */
    background-size: cover !important;
}

.segmentos .segs>* .bottom::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/segsfx.svg) no-repeat center;
    background-size: cover;
    opacity: 100%;
    transition: all .3s ease-in-out;
}

.segmentos .segs>*:hover .bottom::before {
    opacity: 42%;
}

.qualidade {
    padding: 2.86rem 0 1.4rem;
    background: url(../../assets/img/qualprodsbg1.webp) no-repeat top left, url(../../assets/img/qualprodsbg2.webp) no-repeat bottom left, url(../../assets/img/qualprodsbg3.webp) no-repeat bottom right, linear-gradient(0deg, #F0F3F5 0%, #FFF 100%);
    background-size: auto, auto 100%, auto, 100%;
}

.qualidade .bgtext {
    left: unset;
    right: -8.06rem;
    bottom: -6.2rem;
}

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

.qualidade .row>*>img {
    width: 100%;
    max-width: 584px;
    aspect-ratio: 1/.82191;
    object-fit: contain;
}

.qualidade .title {
    min-width: 500px;
    text-transform: uppercase;
    color: var(--black);
    font-family: var(--mont);
    font-size: 38px;
    font-weight: 700;
    line-height: 46px;
    transform: translateX(-7.70vw);
    margin-bottom: 20px;
}

.qualidade .title strong {
    font-style: italic;
    font-size: 65px;
    font-weight: 700;
    line-height: 79px;
    background: var(--main);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.qualidade .dbtn {
    transform: translateX(-7.70vw);
}

.produtos {
    padding: 4.13rem 0 7.86rem;
    background: url(../../assets/img/hprodsbg1.svg) no-repeat top center, url(../../assets/img/hprodsbg2.svg) no-repeat bottom center;
}

.produtos .uptitle,
.produtos .sectitle {
    text-align: center;
}

.produtos .sectitle {
    margin-bottom: 2rem;
}

.produtos .row {
    gap: 2.33rem 0;
}

.produtos .box {
    width: 100%;
}

.produtos .box .top {
    position: relative;
    background-color: var(--white);
    border: 1px solid var(--line);
    margin-bottom: 12px;
}

.produtos .box .top>img {
    width: auto;
    height: 296px;
    object-fit: cover;
    margin: 4.26rem auto 11px;
}

.produtos .box .top .forn {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 143px;
}

.produtos .box .top .forn img {
    width: fit-content;
}

.produtos .box .top .title {
    color: var(--title2);
    font-family: var(--raj);
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    padding: 18px 20px;
    background-color: #F7F7F7;
}

.produtos .box .bottom {
    display: flex;
    align-items: center;
    gap: 12px;
}

.produtos .box .bottom .seg {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    height: 51px;
    background-color: #F7F7F7;
}

.produtos .box .bottom .seg img {
    max-width: 55px;
}

.produtos .box .bottom .dbtn {
    justify-content: center;
    width: 100%;
    height: 51px;
    border-radius: 5px;
}

.pot {
    display: flex;
    align-items: center;
    min-height: 500px;
    padding: 2rem 0;
    background: url(../../assets/img/revbg.jpg) no-repeat center;
    background-size: cover;
    background-color: var(--black);
}

.pot .sectitle {
    color: var(--white);
    margin-bottom: 2.26rem;
}

.pot .sectitle strong {
    font-style: italic;
    font-size: 55px;
    line-height: 67px;
}

.forns {
    padding: 7.2rem 0 4.6rem;
    background: url(../../assets/img/fornsbg.svg) no-repeat center;
    background-size: cover;
}

.forns .row {
    gap: 19px 0;
}

.forns .dbtn {
    margin-left: auto;
}

.forns .owl-carousel {
    border: 1px solid var(--line);
}

.forns .owl-carousel .owl-stage>*:not(:last-child) .box {
    border-right: 1px solid var(--line);
}

.forns .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 275px;
    height: 225px;
    padding: 0 1rem;
}

.forns .box .img {
    display: flex;
    align-items: end;
    width: auto;
    height: 69px;
    margin: 0 auto 8px;
}

.forns .box .img img {
    filter: grayscale(100%);
    transition: all .3s ease-in-out;
}

.forns .box:hover .img img {
    filter: grayscale(0%);
}

.forns .box .vt {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--footer1);
    font-family: var(--raj);
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.027px;
}

.forns .box .vt img {
    width: fit-content;
}

.aboutus {
    position: relative;
    padding: 4.8rem 0 8.13rem;
    background: url(../../assets/img/haboutusbg.svg) no-repeat top left;
}

.aboutus::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 700px);
    height: 1px;
    background-color: var(--line);
    margin: 0 auto;
}

.aboutus .row {
    gap: 2rem 0;
}

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

.aboutus .img {
    position: relative;
    width: 100%;
    max-width: 576px;
    aspect-ratio: 1/.84375;
}

.aboutus .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
/* 
.aboutus .img::before {
    content: '';
    position: absolute;
    left: -47px;
    bottom: -71px;
    width: 56%;
    aspect-ratio: 1/1;
    background-color: #F7F7F7;
}

.aboutus .img>* {
    position: absolute;
    width: 100%;
    aspect-ratio: 1/.46527;
    object-fit: cover;
}

.aboutus .img>*:first-child {
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 66%);
    object-position: top center;
}

.aboutus .img>*:last-child {
    bottom: 0;
    clip-path: polygon(0 0, 100% 32%, 100% 100%, 0 100%);
    object-position: bottom center;
} */

.aboutus .sectitle {
    padding-bottom: 21px;
    border-bottom: 1px solid var(--line);
}

.aboutus .sectitle,
.aboutus .text {
    margin-bottom: 21px;
}

.aboutus .text {
    max-width: 480px;
}

.artigos {
    padding: 4rem 0 5.6rem;
}

.artigos .bgtext {
    left: unset;
    right: -29rem;
    bottom: -5rem;
}

.artigos .row {
    gap: 3.66rem 0;
}

.artigos .row>* {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.artigos .dbtn {
    margin-left: auto;
}

.artigos .owl-carousel .owl-stage-outer {
    padding: 1rem;
    margin: -1rem;
}

.artigos .owl-carousel .item>* {
    max-width: 380px;
}

.artigos .img {
    width: 100%;
    aspect-ratio: 1/.77105;
}

.artigos .img img {
    height: 100%;
    object-fit: cover;
}

.artigos .box {
    position: relative;
    width: 87%;
    transform: translateY(-7.33rem);
    margin-bottom: -7.33rem;
    padding: 1rem 24px 2rem 2rem;
    background-color: var(--white);
    box-shadow: 0px 4px 28px -8px #7090b040;
    transition: all .3s ease-in-out;
}

.artigos .box:hover {
    background-color: var(--footer1);
}

.artigos .box .date {
    color: var(--text);
    font-family: var(--raj);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 11px;
}

.artigos .box .title {
    max-width: 239px;
    height: 49px;
    color: var(--black);
    font-family: var(--raj);
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.027px;
    margin-bottom: 19px;
    overflow: hidden;
}

.artigos .box .text {
    height: 66px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.artigos .box .vt {
    display: flex;
    align-items: center;
    gap: 13px;
    width: fit-content;
    color: var(--footer1);
    font-family: var(--raj);
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.027px;
}

.artigos .box .vt img {
    width: fit-content;
}

.artigos .box .date,
.artigos .box .title,
.artigos .box .text,
.artigos .box .vt,
.artigos .box .vt img {
    transition: all .3s ease-in-out;
}

.artigos .box:hover .date,
.artigos .box:hover .title,
.artigos .box:hover .text,
.artigos .box:hover .vt {
    color: var(--white);
}

.artigos .box:hover .vt img {
    filter: brightness(0) invert(1);
}

.contato {
    padding: 3rem 0 0;
    background: url(../../assets/img/contbg.svg) no-repeat bottom center;
    background-color: #F7F7F7;
}

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

.contato .sectitle {
    margin-bottom: 18px;
}

.contato .text {
    max-width: 480px;
    margin-bottom: 2rem;
}

.contato .conts {
    display: flex;
    flex-direction: column;
    gap: 2.66rem;
}

.contato .conts>* {
    display: flex;
    align-items: start;
    gap: 19px;
}

.contato .conts>* .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    max-width: 60px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--main);
}

.contato .conts>*>*:last-child {
    color: var(--black);
    font-family: var(--raj);
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.027px;
}

.contato .conts>* .telp,
.contato .conts>* .mailp,
.contato .conts>* .local {
    color: var(--text);
    font-family: var(--raj);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.contato .conts>* .local {
    max-width: 280px;
}

.contato .form {
    position: relative;
    background-color: var(--white);
    box-shadow: 0px 16px 36px -8px #7090b038;
    padding: 2.13rem;
    margin-bottom: -8.46rem;
}

.contato .form .lb {
    color: var(--black);
    font-family: var(--raj);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
}

.contato .form .ipts {
    width: 100%;
    height: 46px;
    color: var(--title);
    font-family: var(--raj);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 0 1rem;
    border: 1px solid #7A7A7A;
    background-color: var(--white);
    margin-bottom: 21px;
}

.contato .form .txta {
    width: 100%;
    height: 157px;
    color: var(--title);
    font-family: var(--raj);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 1rem;
    border: 1px solid #7A7A7A;
    background-color: var(--white);
    margin-bottom: 21px;
    resize: none;
}

.contato .form .ipts:focus-visible,
.contato .form .txta:focus-visible {
    outline: none;
}

.contato .form .ipts::placeholder,
.contato .form .txta::placeholder {
    color: var(--text);
}

.contato .form .termo {
    margin-bottom: 2rem;
}

.contato .form .tlb {
    color: var(--text);
    font-family: var(--raj);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
}

.contato .form .send {
    cursor: pointer;
    width: 100%;
    justify-content: center;
}

.contato .form input[type="submit"] {
    color: var(--white);
    font-family: var(--raj);
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.027px;
    background: none;
    border: none;
    padding: 0;
}

section.map {
    width: 100%;
    height: 300px;
}

section.map>div,
section.map iframe {
    width: 100% !important;
    height: 100% !important;
}


/*  MEDIA QUERIES */

@media(max-width:1200px) {
    .qualidade .title,
    .qualidade .dbtn {
        transform: none;
    }
    .segmentos .segs {
        overflow-x: scroll;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
    }
    .segmentos .segs::-webkit-scrollbar {
        width: 10px;
        height: 5px;
    }
    .segmentos .segs::-webkit-scrollbar-track {
        background: #f2F2F2;
    }
    .segmentos .segs::-webkit-scrollbar-thumb {
        background: var(--title);
        border-radius: 15px;
    }
    .segmentos .segs>* {
        min-width: 320px;
        width: 320px;
        scroll-snap-align: center;
    }
}

@media(max-width:992px) {
    .segmentos,
    .qualidade {
        padding: 2rem 0 0;
    }
    .segmentos .sectitle,
    .segmentos .text {
        margin-bottom: 1rem;
    }
    .segmentos .segs {
        margin-top: 1.5rem;
    }
    .qualidade .row,
    .aboutus .row {
        flex-direction: column-reverse;
    }
    .produtos,
    .forns,
    .aboutus,
    .contato {
        padding: 2rem 0;
    }
    .pot {
        min-height: unset;
    }
    .forns .dbtn,
    .artigos .dbtn {
        margin-left: unset;
    }
    .aboutus::before {
        display: none;
    }
    .artigos {
        padding: 4rem 0 2rem;
    }
    .artigos .row {
        gap: 2rem 0;
    }
    .contato .form {
        margin-bottom: 0;
    }
}

@media(max-width:768px) {
    .banners {
        min-height: unset;
        max-height: 0;
        margin-top: 6.8rem;
    }
    .aboutus .img::before {
        left: -1rem;
        bottom: -1rem;
    }
    .artigos .uptitle,
    .artigos .sectitle {
        text-align: center;
    }
    .artigos .dbtn {
        margin: 0 auto;
    }
    .artigos .owl-carousel {
        max-height: 435px;
    }
    .artigos .owl-carousel .item>* {
        margin: 0 auto;
    }
    .artigos .box {
        padding: 1rem;
    }
}

@media(max-width:575px) {
    .qualidade .title {
        font-size: 6.5vw;
        line-height: 5vw;
    }
    .qualidade .title strong {
        font-size: 10vw;
        line-height: 8vh;
    }
    .contato .form {
        padding: 1rem;
    }
}

@media(max-width:425px) {
    .qualidade .title strong {
        line-height: 5vh;
    }
    .produtos .box .bottom .dbtn {
        padding: 0 .5rem;
    }
    .pot .sectitle strong {
        font-size: 12vw;
        line-height: 14vw;
    }
}

@media(max-width:375px) {
    .forns .sectitle {
        font-size: 10vw;
        line-height: 13vw;
    }
}


/*  MEDIA QUERIES ! */