﻿/* SECTION ONE */
.hs-one {
    background-color: var(--gray-800);
}

.hs-one-container {
    padding-block: 9rem;
}

.hs-one-wrapper {
    padding: 6rem 8rem;
    border-radius: 20px;
    background-color: var(--gray-800);
}

.hs-one-img {
    display: block;
    width: 8.6rem;
}

.hs-one-title {
    color: var(--white);
}

.hs-one-text {
    margin-top: 2.4rem;
    color: var(--white);
}

/* SECTION TWO */
.hs-two-container {
    padding-block: 12rem 19rem;
}

.hs-two-wrapper {
    display: flex;
    gap: 3.2rem;
}

.hs-two-col:nth-child(1) {
    max-width: 56rem;
    height: 100%;
}

.hs-two-col:nth-child(2) {
    flex: 1;
}

.hs-two-text {
    margin-top: 3.2rem;
}

.hs-two-img {
    display: block;
    max-width: 56rem;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 16px;
}

/* SECTION THREE */
.hs-three {
    background-color: var(--gray-200);
}

.hs-three-container {
    padding-block: 11.8rem 14rem;
}

.hs-three-title {
    max-width: 20.5rem;
}

.hs-three-swiper-bx {
    margin-top: 4rem;
}

.hs-three-swiper-bx .swiper-slide {
    width: fit-content;
    margin-right: 2.4rem
}

.hs-three-card {
    position: relative;
    z-index: 0;
    width: 25.2rem;
    height: 38.5rem;
    padding: 1.6rem 3.6rem;
    border-radius: 12px;
    overflow: hidden;
}

.hs-three-card:hover::before {
    background-color: var(--white);
}

.hs-three-card:hover .hs-three-card-img {
    opacity: 0;
}

.hs-three-card:hover .hs-three-card-title {
    color: var(--orange);
}

.hs-three-card:hover .hs-three-card-text {
    color: var(--gray-700);
}

.hs-three-card::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color, .2s;
    background-color: var(--gray-600);
}

.hs-three-card-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .3;
    width: 100%;
    height: 100%;
    transition: opacity, .2s;
}

.hs-three-card-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    gap: 12rem;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.hs-three-card-title {
    margin: 0;
    color: var(--white);
    font-size: 2.4rem;
    font-weight: 700;
    transition: color, .2s;
}

.hs-three-card-text {
    margin: 0;
    color: var(--white);
    font-size: 2.2rem;
    font-weight: 700;
    transition: color, .2s;
}

.hs-three-card-text * {
    margin: 0;
}

.hs-three-wrapper {
    display: flex;
    gap: 28.6rem;
    align-items: flex-start;
    margin-top: 4rem;
    padding-right: 4rem;
}

.hs-three-text {
    width: 67rem;
}

.hs-three-wrapper .swiper-nav {
    display: flex;
    gap: 2.8rem;
    align-items: center;
}

/* SECTION FOUR */
.hs-four {
    background-color: var(--gray-700);
}

.hs-four-container {
    padding-block: 4.2rem;
}

.hs-four-wrapper {
    display: flex;
    gap: 8rem;
    align-items: center;
    justify-content: space-between;
    padding: 7.8rem 10rem;
    border-radius: 20px;
    background-color: var(--gray-650);
}

.hs-four-title {
    max-width: 42rem;
    color: var(--white);
}

.hs-four-text {
    color: var(--white);
}

/* SECTION FIVE */
.hs-five {
    height: 60vh;
}

.hs-five .itl-two-cols,
.hs-five .itl-two-cols-wrapper {
    height: 100%;
}

.hs-five .itl-two-col:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 8.5% 4rem 6.5%;
}

/* SECTION SEVEN */
.hs-seven {
    position: relative;
    z-index: 0;
}

.hs-seven .itl-bg {
    display: none;
}

.hs-seven-container {
    padding-block: 11.45rem;
}

.hs-seven-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 5.6rem;
    align-items: center;
    height: 100%;
}

.hs-seven-title {
    max-width: 45.6rem;
}

/* SECTION EIGHT */
.hs-eight {
    background-color: var(--gray-800);
}

.hs-eight-container {
    padding-block: 8rem;
}

.hs-eight-title {
    color: var(--white);
}

.hs-eight-text {
    margin-top: 1.6rem;
    color: var(--white);
}

.hs-eight-wrapper {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
}

.hs-eight-list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
}

.hs-eight-file {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.6rem;
    border-bottom: 1px solid var(--white);
    transition: .2s;
}

.hs-eight-file:hover {
    border-color: transparent;
    border-radius: 12px;
    background-color: var(--gray-650);
}

.hs-eight-file-name {
    flex: 1;
    margin: 0;
    color: var(--white);
    font-size: 2.2rem;
    font-weight: 300;
}

.hs-eight-file-link {
    width: 16rem;
    transition: .2s;
}

.hs-eight-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.4rem;
    background-color: var(--white);
}

/* SECTION NINE */
.hs-nine {
    background-color: var(--gray-200);
}

/* RELATÃ“RIO */
.reports {
    background-color: var(--green-300);
}

.reports-container {
    padding-block: 8rem 16rem;
}

.reports-title {
    max-width: 46rem;
}

.reports-text {
    max-width: 77.7rem;
    margin-top: 2.1rem;
}

.reports-swiper-bx {
    margin-top: 5rem;
}

.reports-swiper-bx .swiper-slide {
    width: fit-content;
    margin-right: 3.4rem;
}

.reports-card {
    position: relative;
    z-index: 0;
    display: block;
    width: 48.85rem;
    height: 40rem;
    overflow: hidden;
    border-radius: 12px;
}

/* .reports-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .2s;
}

.reports-card:hover img {
    transform: scale(1.2);
} */

.reports-year:hover {
    color: var(--white);
    background-color: transparent;
}

.reports-year {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 24rem;
    padding-inline: 2rem;
    margin: 0;
    color: var(--white);
    font-size: 2.2rem;
    font-weight: 400;
    text-align: center;
    border-radius: 100px;
    border: 1px solid var(--white);
    padding: 1.2rem 1.8rem 1rem 1.8rem;
    transition: .2s;
    background-color: transparent;
}

.reports-card:hover .reports-year {
    color: var(--gray-700);
    background-color: var(--white);
}

.reports-bottom-wrapper {
    display: flex;
    margin-top: 5rem;
    padding-right: 4rem;
}

.reports-bottom-wrapper .swiper-nav {
    display: flex;
    gap: 3.2rem;
    align-items: flex-start;
}

/* SECTION TEN */
.hs-ten {
    position: relative;
    z-index: 0;
}

.hs-ten .itl-bg {
    display: none;
}

.water-eco {
    position: relative;
    z-index: 0;
}

.water-eco-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.water-eco-container {
    padding-block: 8.5% 7.5%;
}

.water-eco-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 8rem;
    align-items: center;
}

.water-eco-col:nth-child(1) {
    width: 50%;
}

.water-eco-col:nth-child(1) ul {
    margin: 0;
    padding: 0;
}

.water-eco-col:nth-child(1) ul li:not(:first-child) {
    margin-top: 3.2rem;
}

.water-eco-col:nth-child(1) ul li p {
    margin: 0;
    color: var(--white);
    font-size: 2.4rem;
}

.water-eco-col:nth-child(1) ul li h6 {
    margin: 0;
    color: var(--white);
    font-size: 5.4rem;
    font-weight: 600;
}

.water-eco-col:nth-child(2) {
    width: 50%;
}

.water-eco-text {
    margin-top: 2rem;
    line-height: 1.2;
}

/* SECTION ELEVEN */
.itl-two-col {
    position: relative;
}

.itl-two-col-abs-wrapper {
    position: absolute;
    inset: 0;
    padding: 13rem 8.5% 13rem 6.5%;
    background-color: var(--black-40);
}

/* SECTION TWELVE */
.hs-twelve-container {
    padding-block: 12rem;
}

.hs-twelve-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 5.6rem;
}

.hs-twelve-sector-title {
    color: var(--gray-700);
    font-size: 2.4rem;
    font-weight: 500;
}

.hs-twelve-sector {
    display: flex;
    gap: 3.2rem;
    flex-direction: column;
}

.hs-twelve-sector:not(:first-child) {
    margin-top: 8.8rem;
}

.hs-twelve-sector-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.hs-twelve-sector-item {
    width: calc(100% / 5);
    padding-top: 1.6rem;
    border-top: 1px solid var(--black);
}

.hs-twelve-sector-item:not(:last-child) {
    margin-right: 2.4rem;
}

.hs-twelve-sector-name {
    color: var(--black);
    font-size: 4.2rem;
    font-weight: 500;
}

.hs-twelve-sector-position {
    color: var(--black);
    font-size: 2.8rem;
}

@media screen and (max-width: 1200px) {
    .hs-twelve-sector-wrapper {
        gap: 2.4rem;
        flex-direction: column;
    }

    .hs-twelve-sector-item {
        width: 100%;
    }

    .hs-twelve-sector-item:not(:last-child) {
        margin: 0;
    }
}

@media screen and (max-width: 992px) {
    .hs-one-wrapper {
        padding: 4rem;
    }

    .hs-two-wrapper {
        flex-direction: column-reverse;
    }

    .hs-two-col:nth-child(1),
    .hs-two-col:nth-child(2) {
        max-width: 100%;
        width: 100%;
    }

    .hs-seven-wrapper {
        align-items: flex-start;
        flex-direction: column;
    }

    .hs-seven-title {
        max-width: 100%;
    }

    .hs-eight-wrapper {
        gap: 0;
        grid-template-columns: 1fr;
    }

    .water-eco-wrapper {
        flex-direction: column;
    }

    .water-eco-col:nth-child(1),
    .water-eco-col:nth-child(2) {
        max-width: 100%;
        width: 100%;
    }

    .hs-twelve-sector-item {
        width: 100%;
    }

    .itl-two-col-abs-wrapper {
        padding: 7rem 4rem;
    }
}

@media screen and (max-width: 768px) {

    .hs-two-container,
    .cta-list-container,
    .hs-twelve-container,
    .hs-three-container {
        padding-block: 4rem;
    }

    .hs-four-wrapper {
        gap: 2.4rem;
        align-items: flex-start;
        flex-direction: column;
        padding: 4rem;
    }

    .hs-four-title {
        max-width: 100%;
    }

    .hs-three-text {
        width: 100%;
    }

    .reports-card {
        width: 30rem;
        height: 30rem;
    }

    .reports-bottom-wrapper,
    .hs-three-wrapper {
        gap: 3.2rem;
        align-items: center;
        flex-direction: column-reverse;
    }

    #section4.hs-three .hs-three-wrapper {
        gap: 28.6rem;
    }

    .reports-text {
        max-width: 100%;
    }

    .water-eco-wrapper {
        gap: 5rem;
    }
}

@media screen and (max-width: 600px) {

    .hs-one-wrapper,
    .hs-four-wrapper {
        padding: 2rem;
    }

    .hs-one-container {
        padding: 4rem 2rem;
    }

    .hs-two-img {
        height: 22rem;
        object-fit: cover;
    }

    .reports-container,
    .water-eco-container {
        padding-block: 8rem;
    }

    .water-eco-col:nth-child(1) ul li p {
        font-size: 2rem;
    }

    .water-eco-col:nth-child(1) ul li h6 {
        font-size: 3.2rem;
    }

    .water-eco-col:nth-child(1) {
        order: 2;
    }

    .water-eco-col:nth-child(2) {
        order: 1;
    }

    .cta-list-item {
        gap: 2.4rem;
        flex-direction: column;
    }

    .cta-list-file {
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
        height: 4.8rem;
        font-size: 1.6rem;
    }

    .cta-list-item-link {
        height: 4.8rem;
        font-size: 1.6rem;
    }

    .itl-two-col-abs-wrapper {
        position: relative;
    }

    .hs-eleven .itl-two-col:nth-child(1) .itl-two-col-img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .hs-eight-file {
        gap: 2.4rem;
        flex-direction: column;
    }

    .hs-twelve-sector-name {
        font-size: 3.2rem;
    }

    .hs-twelve-sector-position {
        font-size: 2.2rem;
    }

    .cta-list-title {
        height: auto !important;
    }
}