.fila-wrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px;
  }

  .columna-1 {
    width: 140px;
    height: 50px;
    margin-right: 4px;
    position: relative;
  }

  .columna-vertical {
    display: flex;
    flex-direction: column;
    width: 140px;
    height: 50px;
    justify-content: space-between;
  }

  .celda-wrap {
    position: relative;
  }

  .celda-op {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 14px;
    color: #999;
    pointer-events: none;
    z-index: 0;
  }

  .celda-fila {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 14px;
    color: #999;
    pointer-events: none;
    z-index: 0;
  }

  .celda-input {
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding-top: 5px;
    border: solid 0.5px #aaa;
    background: transparent;
    position: relative;
    z-index: 1;
  }

  .celda-1 {
    height: 50px;
  }

  .celda-2-3 {
    height: 25px;
    border: none;text-align: left;font-size:15px;
  }

















































  