@media screen and (max-width: 320px) {
    #row-superior .sp-valor{
        font-size:18px!important;
    }

    .column {
        width: 50%;
    }

    #divBancos {
        margin-top: 230px;
    }

    #divBottom{
        margin-top: 850px;
    }

}

@media screen and (max-width: 425px) and (min-width: 321px) {
    .column {
        width: 50%;
    }

    #divBancos {
        margin-top: 230px;
    }

    #divBottom{
        margin-top: 850px;
    }

}

@media screen and (max-width: 768px) and (min-width: 426px) {

    
    #row-superior span{
        font-size:8px!important;
    }

    #row-superior .sp-valor{
        font-size:10px!important;
    }

    #divBottom span{
        font-size:8px!important;
    }

    #divBottom .sp-valor{
        font-size:16px!important;
    }
    #divChart{
        padding-left: 40px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #row-superior span{
        font-size:8px!important;
    }

    #row-superior .sp-valor{
        font-size:16px!important;
    }

    #divBottom span{
        font-size:8px!important;
    }

    #divBottom .sp-valor{
        font-size:16px!important;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {
    


}


body, html, .row{
    height: 100%!important;
}

.btn-primary {
    background-color: #394a8f!important;
}
.card-primary.card-outline {
    border-top: 3px solid #394a8f!important;
}
.page-item.active .page-link {
    background-color: #394a8f!important;
}
.bg-gradient-primary{
    background-color: #394a8f!important;
    background: #394a8f!important;
}
.swal2-confirm{
    background-color: #394a8f!important;
    background: #394a8f!important;
}
.nav-link .active {
    background-color: #394a8f!important;
    background: #394a8f!important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    /* color: #fff; */
    background-color: #394a8f!important;
}
.table th {
    border-bottom: 2px solid black;
    background: #394a8f!important;
    color:#fff!important;
}
.nav-pills .nav-link:not(.active):hover {
    color: #394a8f !important
}
.container-fluid{
    padding:0px!important;
}
.main-footer{
    padding:5px!important;
}

th{
    cursor:pointer;
}
.td-valor{
    background-color: rgb(163, 159, 159);
}
.sp-valor{
    font-size :24px!important;
}
table, th, td{
    border: 1px solid;
}

.fixed {
    width:100%;
    table-layout: fixed;
    border-collapse: collapse;
    height: 80%!important;

}
    .fixed th {
    text-decoration: underline;
}
    .fixed th,
    .fixed td {
    padding: 5px;
    text-align: left;
    min-width: 150px;
}
    .fixed thead {
    background-color: rgb(0, 0, 0);
    color: #fdfdfd;
}
.fixed tfoot {
    background-color: rgb(0, 0, 0);
    color: #fdfdfd;
}
    .fixed thead tr {
    display: block;
    position: relative;
}
.fixed tfoot tr {
    display: block;
    position: relative;
}
.fixed tbody {
    display: block;
    overflow: auto;
    width: 100%!important;
    height: 100%!important;
    overflow-y: scroll;
    overflow-x: hidden;
}
#tbody-contas-bancarias td, th{
    width: 100%;
}

#chartdiv {
    width: 100%;
    height: 100%!important;
}