body {
      font-family: Arial, sans-serif;
      padding: 20px;
    }

    table {
      width: 100%;
      border-collapse: collapse;
    }

    th, td {
      border: 1px solid #ccc;
      padding: 12px;
      text-align: left;
    }

    th {
      background-color: #f2f2f2;
    }

    /* --- ESTILO RESPONSIVO --- */
    @media (max-width: 600px) {
      table, thead, tbody, th, td, tr {
        display: block;
      }

      thead {
        display: none;
      }

      tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 5px;
        background-color: #fafafa;
      }

      td {
        position: relative;
        padding-left: 50%;
        border: none;
        border-bottom: 1px solid #eee;
      }

      td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        top: 12px;
        font-weight: bold;
        white-space: nowrap;
        color: rgb(136, 24, 24);
        font-size: 12px;
        width: 50px;
        text-align: center;
        padding: 6px;
      }

      .subti1 {
        text-align: center;
        padding: 6px;
        color: rgb(136, 24, 24);
        font-size: 12px;
        font-weight: bold;
    }

      /*.subti5 {
            text-align: center;
            padding: 6px;
            color: rgb(136, 24, 24);
            font-size: 12px;
            font-weight: bold;
            width: 50px;
      }*/

       .container {
            max-width: 300px;
            max-height: 300px;
            margin: 50px auto;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
            overflow: hidden;
        }


    }
