<style>
    .imagen {}

    @media only screen and (max-width: 600px) {
        .imagen {
            display: none;
        }
    }


.tablax {}

@media screen and (max-width: 600px) {
    .tablax {
        border: 0;
    }

    .tablax caption {
        font-size: 1.3em;
    }

    .tablax thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .tablax tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .tablax td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    

    .tablax td:last-child {
        border-bottom: 0;
    }

  div.tarjetas {}

  @media only screen and (max-width: 720px) {
      div.tarjetas {
          display: flex !important;
          flex-direction: column !important;
          justify-content: center !important;
      }
  }

</style>
