 .detalle-table{
    border-collapse: collapse;
    width: 100%;
    font: 0.875rem 'Metropolis Medium';
    line-height: 1.375rem;
    letter-spacing: 0.0071428571em;
    box-sizing: border-box;
    border-collapse: collapse;
    background: #FFFFFF;
    table-layout: auto;
    height: fit-content;
    flex: 1 1 auto;
    cursor: pointer;

  }
  .detalle-table th{
    background-color: rgb(128, 187, 0, 0.15);
    font-weight: 500;
    text-overflow: ellipsis;
    color: #80bb00;
    

  }
  .detalle-table th, .detalle-table td {
   white-space: normal;
    max-width: 150px;
    word-wrap: break-word;
    text-align: center;
  }
  .detalle-table tr{
    border: 1px solid rgba(0, 0, 0, 0.12);


  }
  .detalle-table tr:hover{
    background-color: rgba(0, 0, 0, 0.09);

  }
  .detalle-table td{
    color: rgba(0, 0, 0, 0.87);
    border: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:initial;
    width: max-content;

  }
  .tables-graph-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 4rem;
    margin-top: 1rem;
    height: fit-content;
  }
  .tables-container{
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 300px;
    max-width: 800px; 
    gap: 2rem;
    height: fit-content;
  }
  .table-tittle-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
  }
  .table-container{
    display: flex;
    width: 100%; 
    height: fit-content;    
    flex-direction: column;
    gap: 2rem;
    border-radius: 4px;
    overflow: hidden;
    border: none;
  }

 
  .graphs-container{
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    gap: 2rem;
    min-width: 300px;

  }

  .tables-container, .graphs-container{
        min-width: 0;

  }

  .tittle-container{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .linea-custom{
    width: 100%;
  }

  .graph{
    width: 100%;
    margin-top: 1rem;
  }

 
  @media(max-width: 1350px){
    .tables-graph-container{
      flex-direction: column;
      gap: 2rem;
      width: 100%;
    }
    .tables-container ,.graphs-container, .table-tittle-container, .table-container, .tittle-container{
      width: 100%;
    }
    .tables-container{
      max-width: 100%;
    }
    .detalle-table{
      width: 100%;
    }
  }
  @media(max-width: 800px){
    .detalle-table td, .detalle-table th{
      text-align: left;
      margin:0.2rem;
      font-size: 0.5rem;
      padding: 0.2rem; 
    
      white-space: normal;   
      word-break: break-word;
      width: 1ch;            
      min-width: 0;             
      max-width: none;          
    }
    
    .detalle-table {
      line-height: 1.2;
    }
  }

  
