html, body {
    overflow-x: hidden;
}

/* Section - Capa */
.sustentabilidade .capa {
    background-color: #F4F4F4;
    background-image: url('assets/images/mulher-mask.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 530px;
    position: relative;
}

.sustentabilidade .capa img {
    position: absolute;
    bottom: 0;
    left: 40%;
}

.sustentabilidade .capa h1 {
    position: absolute;
    bottom: 25%;
    left: 14%;
    font-size: 59px;
    font-weight: 600;
    max-width: 295px;
    color: #fff;
}

.sustentabilidade .capa span {
    position: absolute;
    top: 50%;
    right: 20%;
    color: #24231F;
    max-width: 275px;
    font-size: 24px;
}

.sustentabilidade .capa strong {
    font-weight: 600;
}

@media (max-width: 1400px) {
    .sustentabilidade .capa {
        height: 390px;
    }

    .sustentabilidade .capa h1 {
        bottom: 20%;
        left: 7%;
    }

    .sustentabilidade .capa span {
        right: 10%;
    }
}

@media (max-width: 600px) {
    .sustentabilidade .capa {
        height: 370px;
        overflow: hidden;
    }

    .sustentabilidade .capa h1 {
        bottom: 55%;
        /* left: 8%; */
        font-size: 35px;
    }

    .sustentabilidade .capa img {
        left: 50%;
        width: 75%;
    }

    .sustentabilidade .capa span {
        right: 20%;
        top: 62%;
    }
}
/* Section - Capa */

/* Section - Solução Ecológia e Sustentável */
.sustentabilidade .solucao {

}

.sustentabilidade .solucao .container {
    display: flex;
    justify-content: space-around;
    max-width: 1300px;
    margin: 0 auto;
    height: 260px;
}

.sustentabilidade .solucao .container .col-1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sustentabilidade .solucao .container .col-1 h2 {
    font-size: 22px;
    font-weight: 600;
    color: #00A461;
    margin-bottom: 10px;
    max-width: 220px;
}

.sustentabilidade .solucao .container .col-1 p {
    color: #00A461;
    max-width: 240px;
}

.sustentabilidade .solucao .container .col-2 {
    display: flex;
    align-items: center;
    max-width: 550px;
}

.sustentabilidade .solucao .container .col-2 p {
    color: #24231F;
    line-height: 25px;
}

@media (max-width: 600px) {
    .sustentabilidade .solucao .container {
        flex-direction: column;
        align-items: center;
        margin: 50px 20px;
        gap: 20px;
    }

    .sustentabilidade .solucao .container .col-2 p {
        text-align: justify;
    }
}
/* Section - Solução Ecológia e Sustentável */

/* Section - Imbera Brasil */

.sustentabilidade .imbera-brasil {
    background-image: url('assets/images/Planta-Imbera-Brasil.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 480px;
}

.sustentabilidade .imbera-brasil .container {
    position: relative;
    height: 100%;
}

.sustentabilidade .imbera-brasil img {
    position: absolute;
    top: 0;
    right: 0;
    height: 480px;
}

.sustentabilidade .imbera-brasil .box {
    position: absolute;
    top: 50%;
    right: 20%;
    max-width: 450px;
    transform: translate(-20%, -50%);
}

.sustentabilidade .imbera-brasil .box > div {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.sustentabilidade .imbera-brasil h2 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    max-width: 200px;
    line-height: 65px;
}

.sustentabilidade .imbera-brasil span {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    background-color: #1C7ABF;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.sustentabilidade .imbera-brasil p {
    font-size: 16px;
    color: #fff;
}

@media (max-width: 1400px) {
    .sustentabilidade .imbera-brasil {
        height: 350px;
    }
    .sustentabilidade .imbera-brasil img {
        height: 350px;
    }
    .sustentabilidade .imbera-brasil .box {
        right: 5%;
    }
}

@media (max-width: 600px) {
    .sustentabilidade .imbera-brasil {
        background-size: cover;
        background-position-x: left;
        height: 350px;
    }
    .sustentabilidade .imbera-brasil img {
        top: 52%;
        right: 0;
        height: 190px;
        left: 15%;
    }
    .sustentabilidade .imbera-brasil .box {
        top: 100%;
        right: 3%;
        max-width: 450px;
        transform: translate(0, -100%);
    }
    .sustentabilidade .imbera-brasil .box > div {
        margin-bottom: 5px;
    }
    .sustentabilidade .imbera-brasil h2 {
        font-size: 40px;
        max-width: 130px;
        line-height: 40px;
    }
    .sustentabilidade .imbera-brasil span {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .sustentabilidade .imbera-brasil p {
        max-width: 260px;
        padding-left: 10px;
    }
}
/* Section - Imbera Brasil */

/* Section - Aterro Zero */
.aterroZero {
    background: #F4F4F4;
}

.aterroZero .container {

}

.aterroZero .box {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.aterroZero .img {
    position: relative;
}

.aterroZero .bg {
    width: 100%;
}

.aterroZero img {
    display: block;
}

.aterroZero .selo {
    position: absolute;
    top: 10%;
    right: 20%;
}

.aterroZero .descricao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 20%;
}

.aterroZero .text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 500px;
    text-align: justify;
}

.aterroZero p {
    font-size: 16px;
    line-height: 30px;
    color: #24231F;
}

.aterroZero .botao {
    max-width: 240px;
    background: #00A461;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
}

.aterroZero a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

@media (max-width:1400px) {
    .aterroZero .descricao {
        padding: 0 15%;
    }
    .aterroZero .text {
        max-width: 425px;
        text-align: inherit;
    }
}

@media (max-width:600px) {
    .aterroZero .box {
        grid-template-columns: 1fr;
    }
    .aterroZero .bg {
        object-fit: none;
    }
    .aterroZero .selo {
        right: 10%;
    }
    .aterroZero .descricao {
        padding: 0 20px;
    }

    .aterroZero .text {
        position: relative;
        top: -20%;
        background: #fff;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0 5px 5px #00000010;
    }

    .aterroZero p {
        font-size: 14px;
    }

    .aterroZero .botao {
        position: relative;
        top: -10%;
    }
}
/* Section - Aterro Zero */

/* Section - Selos - Página de Sustentabilidade */
.selos {
    height: 400px;
    padding: 50px 20px;
}
.selos .container {
    max-width: 1300px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.selos .box {
    display: flex;
    justify-content: space-evenly;
}

.selos .text {

}

.selos .text::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #0066A7 -1.61%, #0066A7 2.48%, #0E7198 45.48%, #349072 127.39%, #5EB24A 203.15%);
    margin-top: 15px;
}

.selos .text.um {
    max-width: 230px;
}

.selos .text.dois {
    max-width: 280px;
}

.selos .text.tres {
    max-width: 325px;
}

.selos p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 25px;
}

@media (max-width:600px) {
    .selos {
        height: auto;
    }
    .selos .container {
        gap: 30px;
    }
    .selos .box {
        flex-wrap: wrap;
        gap: 30px;
    }
    .selos .selo {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
/* Section - Selos - Página de Sustentabilidade */


/* Section - Ecovadis - Página de Sustentabilidade */
.ecovadis {
    background-image: url('assets/images/2024.png');
    background-repeat: no-repeat;
    background-position: center 25%;
    height: 120vh;
    margin: 5% 20px;
}

.ecovadis .container {
    height: 100%;
    max-width: 1300px;
    margin: 0 auto;
    /* padding: 50px 0; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ecovadis .box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* background-color: red; */
}

.ecovadis .box .titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ecovadis .box .titulo span {
    display: block;
    font-size: 16px;
}

.ecovadis .box .botao {
    width: 100%;
    max-width: 180px;
    background: #00A461;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    margin-top: 20px;
}

.ecovadis .box .botao a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

.ecovadis .selo,
.ecovadis .descricao,
.ecovadis .refrigeradores,
.ecovadis .text {
    position: relative;
}

.ecovadis .descricao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ecovadis .descricao p {
    font-size: 16px;
    line-height: 30px;
    max-width: 680px;
    text-align: center;
}

.ecovadis h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.ecovadis .Ellipse_luz {
    position: absolute;
    bottom: -5%;
    left: 0;
}

.ecovadis .folha-1 {
    position: absolute;
    bottom: 20%;
    left: -15%;
}

.ecovadis .folha-2 {
    position: absolute;
    bottom: 0;
    right: -12%;
}

.ecovadis .folha-3 {
    position: absolute;
    top: 10%;
    left: 25%;
}

.ecovadis .folha-4 {
    position: absolute;
    top: -50%;
    left: -10%;
}

.ecovadis .folha-5 {
    position: absolute;
    bottom: 3%;
    left: -14%;
    z-index: -1;
}

.ecovadis .text {
    display: flex;
    align-items: center;
    max-width: 270px;
}

.ecovadis .text p {
    font-size: 16px;
    line-height: 30px;
}

.ecovadis .text strong {
    font-weight: 700;
}
/* Section - Ecovadis - Página de Sustentabilidade */