#section-statistics {
    margin-top: 2rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
    margin-right: 0.5rem;
    position: relative;
}

#section-inside-statistics {
    margin-top: 2rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
    margin-right: 0.5rem;
    position: absolute;
    z-index: 1;
    top: 20px;
}

#test-chart {
    height: 400px;
    width: 400px;
}

#test-map {
    max-width: 1000px;
    margin: 0 auto;
    height: 560px;
}

.statistics-td-background-verde-pastel {
    background: #a9d68a;
}

.statistics-tr-border-bottom-black > td {
    border-bottom: solid 1px #111;
}