/* Create two equal columns that floats next to each other */
.lrc-row .columnone {
    width: 100%;
  }
  
  /* Create two equal columns that floats next to each other */
  .lrc-row .columntwo {
    float: left;
    width: 50%;
  }
  
  .lrc-row .columntree {
    float: left;
    width: 33.333%;
  }
  
  /* Clear floats after the columns */
  .lrc-row:after {
    content: "";
    display: table;
    clear: both;
  }

  .lrc-row .columntree, .lrc-row .columntwo, .lrc-row .columnone{
    line-height: 15px;
    padding: 8px;
  }

  .lrc-row .lrc-label{
    display: inline-block;
    margin-bottom: .3rem;
    line-height: 18px;
    font-weight: 600;
    color: white;
  }

  .lrc-row h6{
    color:white;
  }

  .lrc-row td span{
    color:white;
  }

  .lrc-row .lrc-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input.lrc-form-control {
  height: 38px;
}


.lrc-card{
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 12px;
  margin-bottom: 17px;
}


.fwbold{
  font-weight: bold;
}

.titinrow{
  color:white;
  background: #666;
  font-weight: 500;
  line-height: 17px;
}

.tigcolgasolina{
  font-weight: bold;
  color:white;
  background-color: #f5a72c;
}

.tigcolglp{
  font-weight: bold;
  color:white;
  background-color: #0071bc;
  
}

.tigcolgnv{
  font-weight: bold;
  color:white;
  background-color: #8cc63f;
}

.mitext-center{
  text-align: center;
}

.migroupinput{
  position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    max-width: 400px;
}

.migroupinput .giicono{
  display: flex;
  align-items: center;
  padding: 5px 6px;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem 0rem 0rem 0.25rem;
}

.migroupinput .gitexto{
  display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0rem 0.25rem 0.25rem 0rem;
    font-weight: 400;
}

.migroupinput>.lrc-form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  border-radius: 0rem;
  font-weight: 500;
}

.cltableresponsive{
  display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.iconoahorro{
  display: block;
}

  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .lrc-row .columntwo {
      width: 100%;
    }
    
    .lrc-row .columntree {
      width: 100%;
    }

    .iconoahorro{
      display: none;
    }

  }