.section1-associate{
    padding: 75px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}
.section1-associate h1{
    font-size: 45px;
}
.section1-associate p{
    font-size: 18px;
}
.section2-associate {
    padding: 100px 0px;
}
.section2-associate .container-title {
    margin-bottom: 30px;
}
.section2-associate .container-title h2{
    font-size: 45px;
    font-weight: bold;
}
.section2-associate .container-title p{
    font-size: 18px;
}
.section2-associate .map-legend {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.section2-associate .legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
}

.section2-associate .legend-item:last-child{
    margin-bottom:0;
}

.section2-associate .legend-color{
    width:14px;
    height:14px;
    border-radius:50%;
    display:block;
}
.section2-associate #mapa-associados{
    width:100%;
    height:500px;
    overflow:hidden;
    border: 2px solid #DCFCE7;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
}
.section2-associate #mapa-associados .marker-icon {
    text-align: center;
    padding: 5px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 9999px;
}
.section2-associate #mapa-associados .marker-icon img {
    width: 16px;
}
.section2-associate #mapa-associados .popup-associado img {
    width: 40%;
    margin-bottom: 5px;
}
.section2-associate #mapa-associados .popup-associado h4 {
    font-size: 16px;
    margin-bottom: 0px;
    font-family: "Poppins", serif;
    font-weight: 600;
}
.section2-associate #mapa-associados .popup-associado p {
    margin: 0px 0px 8px;
}
.section2-associate .leaflet-bottom.leaflet-right {
    display: none;
}
.section3-associate {
    background: #F9FAFB;
    padding: 100px 0px;
}
.section3-associate .container-title {
    margin-bottom: 50px;
}
.section3-associate .container-title h2{
    font-size: 45px;
    font-weight: bold;
}
.section3-associate .container-title p{
    font-size: 18px;
}
.section3-associate .associados-filtros {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    max-width: 65%;
    margin: 0 auto 25px;
}
.section3-associate .associados-filtros input,
.section3-associate .associados-filtros select{
    width:100%;
    height:55px;
    padding:0 20px;
    border-radius:14px;
    border:1px solid #ddd;
}
.section3-associate .associados-filtros .btn-filtro {
    border: 2px solid #E5E7EB;
    padding: 10px 15px;
    background: #fff;
    border-radius: 8px;
    font-weight: bold;
    margin-right: 10px;
}
.section3-associate .associados-filtros .btn-filtro.active {
    background: #5C882E;
    color: #fff;
    border-color: #5C882E;
}
.section3-associate .associados-filtros .usinas.active {
    background: #9BBB3F;
    border-color: #9BBB3F;
}
.section3-associate .associados-filtros .bioenergia.active {
    background: #ED7225;
    border-color: #ED7225;
}
.section3-associate .card-associado{
    background:#fff;
    border-radius:12px;
    padding:30px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.section3-associate .card-associado img{
    width:30%;
    height:auto;
    margin-bottom:0px;
}

.section3-associate .card-associado .categoria{
    display:inline-block;
    margin-bottom:10px;
    padding:6px 14px;
    border-radius:30px;
    font-size:12px;
    font-weight: 600;
}

.section3-associate .card-associado h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Poppins", serif;
    font-weight: bold;
}

.section3-associate .card-associado h4{
    font-size:16px;
    margin-bottom:20px;
    font-family: "Poppins", serif;
    font-weight: 600;
}

.section3-associate .card-associado ul{
    list-style:none;
    padding:0;
    margin:0;
}

.section3-associate .card-associado ul li{
    margin-bottom:10px;
}
@media (max-width:991px) {
    .section1-associate h1 , .section2-associate .container-title h2, .section3-associate .container-title h2 {
        font-size: 30px;
    }
    .section1-associate p, .section2-associate .container-title p, .section3-associate .container-title p {
        font-size: 16px;
    }
    .section2-associate, .section3-associate {
        padding: 50px 0px;
    }
    .section2-associate .legend-item {
        flex-direction: column;
        text-align: center;
        line-height: 1;
    }
    .section2-associate #mapa-associados {
        width: 100%;
        height: 300px;
    }
    .section3-associate .associados-filtros {
        max-width: 100%;
    }
    .filtros-associados {
        flex-wrap: wrap;
    }
    .section3-associate .associados-filtros .btn-filtro {
        margin-bottom: 15px;
    }
    
}