/*=============
ESTATÍSTICAS
=============*/
.mercadinho-solidario-bg{
    background-color: #CC750D;
}

.h2-mercadinho-solidario{
    color:rgba(247, 229, 207, 1);
}

.h3-mercadinho-solidario{
    color:rgba(96, 11, 8, 1);
}
/*==============================*/
.agro-bg{
    background-color: #9FD356;
}
.h2-agro, .h3-agro{
    color:rgba(96, 11, 8, 1);
}

/*===============================*/

.donas-parada-bg{
    background-color: #A61A0D;;
}
.h2-donas-parada, .h3-donas-parada{
    color:#FCFFFF;
}

/*================================*/

#section-estatistica{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
}



#estatistica{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

#estatistica div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-family: 'Montserrat', sans-serif;

    cursor:pointer;   
}

#estatistica h2{
    font-size: 59px;
    font-weight: 900;
    line-height: 72px;
}

#estatistica h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;

    width:70%;
}

/*paginação - pontinhos*/
#paginate-dot{
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:5px;

    padding-top: 40px;
}

#paginate-dot div{
    border-radius: 50%;
    border: 2px solid #600B0866;
    width:16px;
    height:16px;
}
.current-dot{
    background: #600B0866;
}
