#formulario_consulta{
    margin-top: 1em;
}
.titulo-dato {
    font-size: 0.8em;
    font-weight: bold;
    color: #c63d39;
    display: block;
    line-height: 0.8em;
  }


  .mdc-card {
    padding: 1.8em;
    margin-bottom: 2em;
  }

  .grupo-dato {
    border-bottom: 1px solid #dadada;
    margin: 0.5em;
    padding-bottom: 2px;
  }

  .dato {
    color: #565656;
    font-weight: 300;
  }

  .bold{
    font-weight: bold;
  }

  .green{
    color: green;
  }


  .grupo-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .grupo-flex .grupo-dato {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
  }

form .grupo-dato {
    border-bottom: 0;
  }

  .logo3pl{
    width: 70%;
  }

  .percent100{
    width: 100%;
    text-align: center;
  }

  .titulo-tracking{
    font-weight: bold;
    text-align: center;
  }

.derecha{
    text-align: right;
font-size: 0.8em;
justify-content: end;
align-content: end;
align-items: end;
  }

  .logo-transportadora {
    max-width: 100px !important;
    margin: 0.5em;
  }

  .info-card {
    font-size: 0.8em;
    color: #515251;
    font-weight: bold;
    margin-bottom: 2em;
    border-bottom: 0 !important;
  }

  .mdc-switch .mdc-switch__track{
    height: 20px !important;
    height: var(--mdc-switch-track-height, 20px) !important;
    border-radius: 65px !important;
    border-radius: var(--mdc-switch-track-shape, 65px) !important;
  }