/* Botón Filtro */
#btn_filtro {
    background-color: rgb(208, 218, 228);
    position: fixed;
    top: 106px;
    left: 0;
    border: none;
    width: 40px;
    height: 40px;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 1000;
}

/* panel de filtro lateral */
body #offcanvasScrolling {
    top:66px !important;
    left: 0;
    background-color: #f6f6f6;
}

.offcanvas-header {
    padding-bottom: 0.5rem;
}
.offcanvas-body {
    padding-top: 0.5rem;
}
.fl_div_body {
    height: auto;
}
.flb_div_filtro, .flb_div_info {
    max-height: 49%;
}

.div_filtro {
    width: auto;
    display: grid;
    grid-template-rows: 50% 50%;
    vertical-align: middle;
    height: 4.0rem;
    font-size: 1rem;
    border-width: 1px 0;
    border-style: solid;
    border-color: #ddd;
    margin: 5px 0;
    background-color: #f0f0f0;
}
.lbl_filstro_nombre {
    height: 1.5rem;
}
.slct_filtro_opcion {
    height: 1.5rem;
}

#flb_div_info {
    position: relative;

}

#flb_div_info > div{
    /* position: absolute;
    right: 0;
    left: 0; */
    margin: 0 auto;
}

.c3-chart-arcs {
    /* max-width: fit-content !important; */
    max-height: 400px !important;
}

#total {
    background-color: bisque;
    text-align: center;
    font-weight: bolder;
}

.c3-chart-arc text {
    text-shadow: 2px 0 3px black, -2px 0 3px black, 0 2px 3px black, 0 -2px 3px black, 1px 1px 3px black, -1px -1px 3px black, -1px 1px 3px black, 1px -1px 3px black;
    /* text-shadow: 0px 0px 3px black; */
}