    table {
      color: #fff;
    }

    table th {
      text-align: center;
    }

    th {
      position: sticky;
      top: 0;
      box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    }

    thead,
    tfoot {
      color: #0a0a0a;
      border: none;
      background: none;
      text-shadow: 2px 2px 2px #000;
    }

    thead .button {
      margin-top: 50px;
      color: #ffffff;
      font-size: 1.2rem;
      font-weight: 400;
      border-style: solid;
      border-color: #000;
      border-width: 2px;
      font-weight: bold;
    }

    .tleft {
      text-align: left;
    }

    .porcentaje {
      font-size: 2rem;
      font-weight: bold;
      padding: 15px;
      vertical-align: middle;
    }


    .tabla_planes {
      width: 80%;
      margin: 0 auto;
    }

    .tabla_planes_v {
      display: none;
      margin: 0 auto;
    }

    @media print,
    screen and (max-width: 45em) {
      .tabla_planes_h {
        display: none;
      }

      .tabla_planes_v {
        display: block;
        margin: 0 auto;

      }

      .button {
        margin: 0;
        width: 110px;
        font-size: 1.3rem;
        color: #ffffff;
        text-shadow: 2px 2px 2px #000;
      }

      .titulo-planes {
        margin-bottom: 50px;
      }
    }

    .texto_descripcion {
      font-size: 10pt;
    }

    .bordes {
      border-width: 1px;
      border-style: solid;
    }

    #cabecera_tabla {
      position: sticky;
      top: 50px;
      z-index: 10;
      /* background: #000000;
      background: linear-gradient(180deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 100%); */
      text-shadow: 2px 2px 2px #000;
      color: #ffffff;
    }
    #cboxContent {
        background: none;
        overflow: hidden;
    }