
body{
    background-color: #F1F3F6;
}
.text-orange {
    --mdb-text-opacity: 1;
    color: rgba(230,126,34), var(--mdb-text-opacity) !important;
  }
#chart-container {
    width: 50% !important;    
    margin: auto !important;  
    max-height: 430px;
}
#chart-contraparte-container {
    width: 66% !important;    
    margin: auto !important;  
}

/*Table*/

 .table-dashboard > :not(caption) > * > * {
    padding: 0.1rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.card {
    min-height: 430px; 
}

.kpis .card {
    min-height: 100px !important; 
    text-align: center;
    
}
.kpis  .card   .card-body{
    padding: 10px !important;
}
.kpis .totales {
    font-size: 38px;
    font-weight: bold;
    color: #FFF;
}

/* canvas{
    max-height: 400px;
} */