.aboutus {
    padding: 5rem 0 7.93rem;
    background: url(../../assets/img/aboutuspbg.svg) no-repeat top center, url(../../assets/img/aboutuspbg2.svg) no-repeat bottom center;
}

.aboutus .custom-logo-link {
    display: block;
    max-width: 253px;
    margin: 0 auto 3.8rem;
}

.aboutus .custom-logo-link img {
    width: 100%;
}

.aboutus .r1 {
    margin-bottom: 3.26rem;
}

.aboutus .r1>*:has(>img) img {
    width: 100%;
    max-width: 380px;
    height: 520px;
    object-fit: cover;
    border-radius: 5px;
}

.aboutus .img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    max-width: 780px;
    height: 520px;
}

.aboutus .img::before {
    content: '';
    position: absolute;
    bottom: -19.42%;
    right: -11.66%;
    background: url(../../assets/img/aboutusimgg.png) no-repeat center;
    background-size: cover;
    width: 268px;
    height: 318px;
}

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

.aboutus .r2 {
    position: relative;
    padding-top: 4.06rem;
    border-top: 1px solid var(--line);
}

.aboutus .r2::before {
    content: '';
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    width: 54px;
    height: 70px;
    margin: 0 auto;
    padding: 0 62px;
    background: url(../../assets/img/aboutuspicon.svg) no-repeat center;
    background-color: var(--white);
}

.aboutus .r2>*:first-child {
    border-right: 1px solid var(--line);
}

.aboutus .r2>*:last-child {
    padding-left: 3.4rem;
}

.aboutus .title {
    position: relative;
    text-transform: uppercase;
    color: var(--dtext);
    font-size: 22px;
    font-variation-settings: "wght" 800;
    line-height: 30px;
    padding-top: 34px;
    margin-bottom: 17px;
}

.aboutus .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 178px;
    height: 7px;
    background-color: var(--main);
    border-radius: 50px;
}

.aboutus .text {
    max-width: 546px;
    color: var(--text);
    font-size: 16px;
    font-variation-settings: "wght" 500;
    line-height: 22px;
}

.nossa-missao {
    position: relative;
    padding: 5.6rem 0 0;
    /* 6.73rem */
    background-color: var(--grey);
}

.nossa-missao::before,
.nossa-missao::after,
.nossa-missao .r::before,
.nossa-missao .r::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    width: 100%;
    max-width: 449px;
    aspect-ratio: 1/.37193;
    background-color: #F0F0F0;
}

.nossa-missao .r::before,
.nossa-missao .r::after {
    right: unset;
    left: 0;
}

.nossa-missao::before {
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.nossa-missao::after {
    bottom: 0;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.nossa-missao .l,
.nossa-missao .r {
    position: absolute;
    top: 0;
    height: 100%;
}

.nossa-missao .l {
    left: 0;
    width: 39.0625%;
    background: url(../../assets/img/nmbg.svg) no-repeat bottom left;
    background-color: var(--main);
}

.nossa-missao .r {
    right: 0;
    width: 60.9375%;
    height: 100%;
    background-color: var(--grey);
}

.nossa-missao .r::before {
    top: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.nossa-missao .r::after {
    bottom: 0;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.nossa-missao .container {
    position: relative;
    z-index: 2;
}

.nossa-missao .row>*:has(.img) {
    display: flex;
    align-items: center;
}

.nossa-missao .sectitle {
    margin-bottom: 3.86rem;
}

.nossa-missao .row>*:has(.img) .img {
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 642px;
    aspect-ratio: 1/.56074;
}

.nossa-missao .row>*:has(.img) .img .fx {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: -17.77%;
    width: 81.61%;
    aspect-ratio: 1/1;
    border-radius: 524px;
    background: radial-gradient(50% 50.00% at 50% 50.00%, var(--white) 0%, #ffffff00 100%);
    margin: 0 auto;
}

.nossa-missao .row>*:has(.img) .img::before,
.nossa-missao .row>*:has(.img) .img::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    aspect-ratio: 1/1;
}

.nossa-missao .row>*:has(.img) .img::before {
    width: 52.49%;
    top: -11px;
    left: 17.28%;
    background-color: #ffffff26;
}

.nossa-missao .row>*:has(.img) .img::after {
    width: 55.14%;
    top: -16.66%;
    right: 27px;
    background-color: #ffffff8f;
}

.nossa-missao .row>*:has(.img) .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nossa-missao .text {
    max-width: 481px;
    color: var(--text);
    font-size: 16px;
    font-variation-settings: "wght" 500;
    line-height: 26px;
    margin-bottom: 2rem;
}

.nossa-missao .text strong {
    font-variation-settings: "wght" 800;
}

.nossa-missao .box {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: -8.46rem auto 0;
    padding: 10px 93px 28px;
    background: url(../../assets/img/susbg.svg) no-repeat bottom left;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0px 7px 24px 0px #7090b01a;
    transform: translateY(8.46rem);
}

.nossa-missao .box .title {
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    color: var(--green);
    font-size: 20px;
    font-variation-settings: "wght" 700;
    line-height: 27px;
    margin-bottom: 2rem;
}

.nossa-missao .box .owl-carousel .owl-stage>*:not(:last-child) .item {
    border-right: 1px solid #aaaaaa80;
}

.nossa-missao .box .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 84px;
    margin: 0 auto 5px;
}

.nossa-missao .box .img img {
    width: fit-content;
    height: auto;
}

.nossa-missao .box .tit {
    text-align: center;
    color: var(--green);
    font-size: 16px;
    font-variation-settings: "wght" 700;
    line-height: 22px;
}

.aplicabilidade {
    padding: 16rem 0 9.6rem;
    background: url(../../assets/img/aplicbg.svg) repeat top center;
}

.aplicabilidade .sectitle {
    text-align: center;
    margin-bottom: 4.8rem;
}

.aplicabilidade .sectitle::before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.aplicabilidade .owl-carousel {
    margin-top: -5rem;
}

.aplicabilidade .owl-carousel .owl-stage {
    margin: 0 auto;
}

.aplicabilidade .owl-carousel .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 59px 0;
    padding: 5rem 1.8rem 0;
}

.aplicabilidade .owl-carousel .owl-stage>*:first-child .box {
    background: url(../../assets/img/aplicic1.svg) no-repeat center;
}

.aplicabilidade .owl-carousel .owl-stage>*:not(:first-child):not(:last-child):nth-child(4n+2) .box {
    background: url(../../assets/img/aplicic2.svg) no-repeat 50% 68%;
}

.aplicabilidade .owl-carousel .owl-stage>*:not(:first-child):not(:last-child):nth-child(4n+3) .box {
    background: url(../../assets/img/aplicic3.svg) no-repeat 50% 20%;
}

.aplicabilidade .owl-carousel .owl-stage>*:last-child .box {
    background: url(../../assets/img/aplicic4.svg) no-repeat 50% 38%;
}

.aplicabilidade .owl-carousel .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 192px;
    aspect-ratio: 1/1;
    background-color: var(--white);
    border-radius: 50%;
}

.aplicabilidade .owl-carousel .owl-stage>*:nth-child(odd) .icon {
    border: 11px solid var(--green);
}

.aplicabilidade .owl-carousel .owl-stage>*:nth-child(even) .icon {
    border: 11px solid var(--main);
}

.aplicabilidade .owl-carousel .icon img {
    width: fit-content;
}

.aplicabilidade .title {
    max-width: 207px;
    text-align: center;
    text-transform: capitalize;
    color: var(--dtext);
    font-size: 20px;
    font-variation-settings: "wght" 800;
    line-height: 27px;
}

.historia {
    position: relative;
    padding: 6.26rem 0 10.2rem;
    background: url(../../assets/img/histbg1.svg) no-repeat bottom left, url(../../assets/img/histbg.svg) repeat top center, url(../../assets/img/histbg2.svg) no-repeat bottom right;
    background-size: 21.66%, auto, auto;
    background-color: var(--grey);
}

.historia::before {
    content: '';
    position: absolute;
    top: -4.06rem;
    width: 100%;
    height: 96px;
    background: url(../../assets/img/histfx.svg) no-repeat center;
}

.historia .title {
    text-transform: uppercase;
    font-family: var(--mont);
    color: var(--green);
    font-size: 26px;
    font-variation-settings: "wght" 800;
    line-height: 121.1%;
    padding-bottom: 28px;
    border-bottom: 2px dotted var(--main);
    margin-bottom: 4.8rem;
}

.historia .owl-carousel {
    margin-top: -1.8rem;
}

.historia .owl-carousel .owl-stage>*:first-child {
    margin-right: -66px !important;
}

.historia .owl-carousel .owl-stage>*:nth-child(4n+3),
.historia .owl-carousel .owl-stage>*:nth-child(4n+5) {
    margin-right: -71px !important;
}

.historia .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 353.69px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.historia .owl-carousel .owl-stage>*:nth-child(odd) .box {
    gap: 4.8rem;
    min-width: 236.55px;
    padding-top: 1.8rem;
    padding-left: 1.73rem;
    background: url(../../assets/img/histibg3.svg) no-repeat top center;
}

.historia .owl-carousel .owl-stage>*:nth-child(even) .box,
.historia .owl-carousel .owl-stage>*:last-child .box {
    flex-direction: column-reverse;
    justify-content: end;
    gap: 5.66rem;
    min-width: 225.54px;
    padding-bottom: .646rem;
    padding-right: .4rem;
    padding-left: 3.636rem;
    background: url(../../assets/img/histibg2.svg) no-repeat bottom center;
}

.historia .owl-carousel .owl-stage>*:first-child .box {
    background: url(../../assets/img/histibg1.svg) no-repeat top center;
}

.historia .num {
    font-family: var(--mont);
    color: var(--main);
    font-size: 48px;
    font-variation-settings: "wght" 800;
    line-height: 59px;
    letter-spacing: -4.8px;
}

.historia .owl-carousel .owl-stage>*:nth-child(odd) .num {
    margin-right: auto;
    margin-left: -1.68px;
}

.historia .owl-carousel .owl-stage>*:nth-child(even) .num {
    margin-left: auto;
}

.historia .year {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 25px;
    border-radius: 50px;
    background-color: var(--green);
    padding: 0 14px;
    color: var(--white);
    font-size: 16px;
    font-variation-settings: "wght" 300;
    line-height: 22px;
    margin-bottom: 5px;
}

.historia .owl-carousel .owl-stage>*:nth-child(odd) .year {
    margin-left: 14px;
}

.historia .owl-carousel .owl-stage>*:nth-child(even) .year {
    margin-right: 3.4rem;
}

.historia .text {
    max-width: 165px;
    color: var(--text);
    font-size: 14px;
    font-variation-settings: "wght" 400;
    line-height: 19px;
}

.historia .owl-carousel .owl-stage>*:nth-child(odd) .text {
    margin-left: 14px;
}


/* MEDIA QUEIRES */

@media(max-width:1200px) {
    .historia .owl-carousel .owl-stage>*:first-child {
        margin-right: 0 !important;
    }
    .historia .owl-carousel .owl-stage>*:nth-child(4n+3),
    .historia .owl-carousel .owl-stage>*:nth-child(4n+5) {
        margin-right: 0 !important;
    }
    .historia .owl-carousel .item {
        display: flex;
        justify-content: center;
    }
    .historia .box {
        width: fit-content;
        min-height: fit-content;
    }
}

@media(max-width:992px) {
    .aboutus,
    .nossa-missao,
    .historia {
        padding: 2rem 0;
    }
    .aboutus .content {
        display: flex;
        flex-direction: column;
    }
    .aboutus .custom-logo-link {
        order: 1;
    }
    .aboutus .row {
        gap: 2rem 0;
    }
    .aboutus .row.r1 {
        flex-direction: column-reverse;
        order: 3;
        margin-bottom: 0;
    }
    .aboutus .r2 {
        order: 2;
        margin-bottom: 2rem;
    }
    .aboutus .r2::before {
        background: url(../../assets/img/aboutuspicon.svg) no-repeat center, linear-gradient(to right, #f0f0f0, #f0f0f0);
    }
    .aboutus .r2>*:first-child {
        border-right: none;
    }
    .aboutus .r2>*:last-child {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .nossa-missao .row {
        flex-direction: column-reverse;
        margin-bottom: 2rem;
    }
    .nossa-missao .l {
        display: none;
    }
    .nossa-missao .r {
        width: 100%;
    }
    .nossa-missao .box {
        padding: 10px 2rem 2rem;
    }
    .aplicabilidade {
        padding: 11rem 0 2rem;
    }
}

@media(max-width:768px) {
    .nossa-missao .box .title,
    .historia .title {
        text-align: center;
    }
    .nossa-missao .box .owl-carousel .owl-stage>*:not(:last-child) .item {
        border-right: none;
    }
}

@media(max-width:575px) {
    .aplicabilidade .sectitle {
        font-size: 10vw;
        line-height: 12vw;
    }
}

@media(min-width:1920px) {
    .historia::before {
        background-repeat: repeat-x;
    }
}


/* MEDIA QUEIRES ! */