@media screen and (max-width: 767px) {
  .bx__date-container .bx i {
    padding-left: 0;
  }
  .widget__container--form
    .bx__date-container
    .widget__form--input
    input {
    margin: 0;
    max-width: 100%;
  }
  .widget__container--form
    .bx__date-container
    .widget__form--select {
    width: 100%;
  }
  .widget__container--form .button--auto {
    padding-left: 0;
  }
  .widget__container--form .bx--modal .bx {
    justify-content: start;
  }

  /* STEP 1 */

  .oficinaInfo__bx--date .bxt,
  .oficinaInfo__bx--date .btn-cambiar {
    margin-bottom: 15px;
  }
  .oficinaInfo__bx--details {
    padding-left: 0;
  }
  .filtrar .filtro {
    height: auto;
  }

  .filtrar .filtro .form-group .titleBox {
    justify-content: start;
    margin-bottom: 15px;
  }
  .widget__description--car .row_top {
    height: auto;
  }
  .widget__description--car .box__flota-buttonReserva {
    justify-content: start;
  }
  .typeahead.dropdown-menu {
    max-width: 90%;
    overflow: scroll;
    padding: 0 10px;
  }
  .dropdown-item.dropdown-offices {
    padding-left: 5px;
  }
}
@media screen and (max-width: 480px) {
}
