.banner {
position: relative;
text-align: center;
color: #fff; 
}

.banner img {
width: 100%;
height: 400px;
object-position: bottom;
object-fit: cover;
}

.overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -10%);
padding: 20px;

}

.overlay h1 {
 font-size: 60px;
 margin-bottom: 10px;
 text-transform: uppercase;
 font-weight: 800;   
 font-family: futurabold;
 }

.degra-green {
    background: linear-gradient(to right, #87BC00, #ffffff);
    font-weight: 700;
    border:0;
}

.btn-griner{
    border: 2px #87BC00 solid;
    padding:10px 40px 10px 40px;
    margin: 10px 0 10px 0;
    color:#87BC00;
    border-radius:10px;
    transition: 0.4s all;
  
}



.btn-griner:hover {
    color: white;
    background-color: #87BC00;
    text-decoration: none;
}


@media screen and (max-width: 768px) {
    .donut{
        width:100px !important;
        height: 70% !important;
    }

    .chart-app{
        width: 370px;
        padding-left:40px;
    }
    .circle {
        width: 200px !important;
        height: 100px !important;
        border-top-left-radius: 190px !important;
        border-top-right-radius: 190px !important;
        border: 10px solid #87BC00;
        border-bottom: 0;
        transition: all 1s ease;
        transform-origin: bottom;
        position: absolute;
        z-index: 1;
        transform: rotate(-180deg);
        bottom: 0;
        left: -50px;
    }

    .circle-out {
        width: 200px !important;
        height: 100px !important;
        border-top-left-radius: 190px !important;
        border-top-right-radius: 190px !important;
        border: 50px solid transparent;
        border-bottom: 0;
        position: relative;
    }

    .text {
        font-size: 30px !important;
        position: absolute;
        font-weight: 800;
        left: 50%;
        top: 50%;
        z-index: 1;
        transform: translate(-50%, -80%) !important;
    }


    .text-img {
        top: 146px !important;
        position: absolute;
        left: 0;
        color: white;
    }

    .text-img-m4{
        top: 147px !important;
    }
}

.text-img {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    background: rgba(135, 188, 0, 0.8);
    margin-bottom: 0;
}

.text-img-m4{
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    background: rgba(135, 188, 0, 0.8);
    margin-bottom: 0;
}

    .card {
        border-radius: 20px 20px 20px 20px;
    }

.card-img-top {
    border-radius: 20px 20px 0 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.sustentabilidade-bg {
    background: url('../image/sustentabilidade.png') no-repeat center !important;
    background-attachment: fixed !important
}



.custom-card {
    width: 340px;
    height: 360px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

    .custom-card .circle-img {
        border-radius: 10px;
    }

    .custom-card .card-img-top {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .custom-card .card-img-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(135, 188, 1, 0), rgba(135, 188, 1, 0.5), #688228);
        display: flex;
        align-items: flex-end;
        padding: 20px;
    }

    .custom-card .card-text {
        color: white;
        font-size: 16px;
        font-weight: bold;
    }


.wrapper {
    overflow: hidden;
}
.circle {
    width: 400px;
    height: 200px;
    border-top-left-radius: 380px;
    border-top-right-radius: 380px;
    border: 20px solid #87BC00;
    border-bottom: 0;
    transition: all 1s ease;
    transform-origin: bottom;
    position: absolute;
    z-index: 1;
    transform: rotate(-180deg);
    bottom: 0;
    left: -100px;
}

.circle-out {
    width: 400px;
    height: 200px;
    border-top-left-radius: 380px;
    border-top-right-radius: 380px;
    border: 100px solid transparent;
    border-bottom: 0;
    position: relative;
}

.text {
    font-size: 60px;
    position: absolute;
    font-weight:800;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.bg-green {
    background: #87BC00;
    font-size: 20px; 
}


.chart-bg {
    background-color: #EAEAEA !important;
    width: 100%;
    height: auto;
}



.list-container {
    display: flex;
    justify-content: space-between;
    margin-top:50%;
}

.item {
    display: block;
    font-weight: 200 !important;
    color: #929292;
}

.bullet {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 3px solid #000; 
    margin-right: 5px; 
    border-radius: 50%;
   
}

.first {
    border-color: #87BC00;
}

.second {
    border-color: #D6D6D6;
}

.third {
    border-color: #688229;
}

.fourth {
    border-color: #494F51;
}

/* Outros */
.sustentabilidade .nav-link {
    border: none !important;
}

.sustentabilidade .nav-link .active {
    color: #494F51 !important;
}

.sustentabilidade {
    overflow-x: hidden;
    max-width: 1990px;
    margin-inline: auto;
    position: relative;
    min-height: 515px;
}

.sustentabilidade .menu-main {
    margin-top: 20px !important;
}

.sustentabilidade .nav-link {
    background-color: transparent !important;
    color: #A4A7A8;
    font-weight: 600;
    transition: 0.2s all;
}

.sustentabilidade .nav-link:hover {
    color: #494F51;
}

.sustentabilidade .active {
    color: #494F51;
}

/* Relatório */

.relatorio .years::after {
    content: '';
    top: 0;
    position: absolute;
    right: 0;
    width: 0;
    border: .5px solid;
    background: #494F51;
    height: 120%;
}

.relatorio .years li::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #494F51;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
    left: calc(100% - 6px);
}

/*
    Responsabilidade Social
*/

.responsabilidadeSocial .bg-gray {
    background-color: #F2F2F2;
}

.responsabilidadeSocial .title{
    font-weight: 600;
}


.btn-griner-circle {
    border: 2px #87BC00 solid;
    padding: 10px 50px 10px 50px;
    margin: 10px 0 10px 0;
    color: #000;
    border-radius: 20px;
    text-transform: uppercase;
    transition: 0.4s all;
    font-weight: 800 !important;
}


.btn-griner-circle:hover {
        color: #494F51;
        background-color: #87BC00;
        text-decoration: none;
}



.custom-card-sub {
    width: 250px;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.responsabilidadeSocial .card{
    border-radius: 0px !important;
}
.custom-card-sub .circle-img {
    border-radius: 0px;
}

    .custom-card-sub .card-img-top {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.custom-card-sub .card-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.custom-card-sub .card-text {
    color: #A6C223;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}


/*
    Detalhes
*/

.detalhes-pag img{
  width: 100%;
  max-height: 260px; 
  box-sizing: border-box; 
  object-fit: cover;
}

.detalhes-pag h5{
    font-weight: 600;
    font-size: 23px;
}

/*
    Desenvolvimento Sustentavel
*/

.ods-section {
    margin-block: 100px 250px;
}

.ods-section .btn {
    border-radius: 25px;
}

.ods-section .btn.btn-success {
    background: var(--main-color);
    border-color: var(--main-color);
}

.ods-section .btn.btn-secondary {
    background: #494f51;
    border-color: #494f51;
}

.custom-card-desenvolvimento {
    width: 350px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.btn-griner-circle-complet {
    border: 2px #87BC00 solid;
    padding: 10px 50px 10px 50px;
    margin: 10px 0 10px 0;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 800 !important;
    text-decoration: none !important;
    background: #87BC00;
}

.desenvolvimento-sustentavel .card {
    border-radius: 0px !important;
}

.custom-card-desenvolvimento .circle-img {
    border-radius: 0px;
}

.custom-card-desenvolvimento .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-card-desenvolvimento .card-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 7), rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.custom-card-desenvolvimento .card-text {
    color: #A6C223;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.custom-card-desenvolvimento .card-text {
    transition: transform 0.9s ease-in-out;
}

.custom-card-desenvolvimento:hover .card-text {
    transform: translateY(-60px); 
}

.card .btn-griner-circle-complet {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
    }

    .card:hover .btn-griner-circle-complet {
        opacity: 1;
        transform: translateY(0);
    }

/*
    Politica
*/

.politica {
    margin-block: 100px;
}

.politica .description {
    color: #707070;
}

/*
    Certificado
*/

.certificado .title{
    color: #87BC00;
    font-weight: 800;
}

.certificado .card {
    background: #494F51;
    color: white;
}

.certificado .title-card{
    font-weight: 500;
    font-size: 15px;
}

.certificado .card-date {
    font-size: 13px;
    font-weight: 200 !important;


}
