[
  {
    "id": 1,
    "name": "Expresso Oriente",
    "cost_transport_light": "R$ 2.10",
    "cost_transport_heavy": "R$ 1.50",
    "city": "São Paulo",
    "lead_time": "12h"
  },
  {
    "id": 2,
    "name": "Expresso Oriente",
    "cost_transport_light": "R$ 4.20",
    "cost_transport_heavy": "R$ 3.10",
    "city": "Belo Horizonte",
    "lead_time": "18h"
  },
  {
    "id": 3,
    "name": "Expresso Oriente",
    "cost_transport_light": "R$ 4.50",
    "cost_transport_heavy": "R$ 2.20",
    "city": "Curitiba",
    "lead_time": "18h"
  },
  {
    "id": 4,
    "name": "Expresso Oriente",
    "cost_transport_light": "R$ 6.30",
    "cost_transport_heavy": "R$ 3.60",
    "city": "Fortaleza",
    "lead_time": "48h"
  },
  {
    "id": 5,
    "name": "Expresso Oriente",
    "cost_transport_light": "R$ 1.30",
    "cost_transport_heavy": "R$ 0.95",
    "city": "Campinas",
    "lead_time": "12h"
  },
  {
    "id": 6,
    "name": "LevoJa",
    "cost_transport_light": "R$ 2.09",
    "cost_transport_heavy": "R$ 1.09",
    "city": "São Paulo",
    "lead_time": "8h"
  },
  {
    "id": 7,
    "name": "LevoJa",
    "cost_transport_light": "R$ 3.20",
    "cost_transport_heavy": "R$ 1.21",
    "city": "Belo Horizonte",
    "lead_time": "18h"
  },
  {
    "id": 8,
    "name": "LevoJa",
    "cost_transport_light": "R$ 6.50",
    "cost_transport_heavy": "R$ 4.32",
    "city": "Curitiba",
    "lead_time": "18h"
  },
  {
    "id": 9,
    "name": "LevoJa",
    "cost_transport_light": "R$ 5.80",
    "cost_transport_heavy": "R$ 5.80",
    "city": "Natal",
    "lead_time": "36h"
  },
  {
    "id": 10,
    "name": "LevoJa",
    "cost_transport_light": "R$ 10.50",
    "cost_transport_heavy": "R$ 15.50",
    "city": "Manaus",
    "lead_time": "16h"
  },
  {
    "id": 11,
    "name": "LevoJa",
    "cost_transport_light": "R$ 2.35",
    "cost_transport_heavy": "R$ 1.95",
    "city": "Campinas",
    "lead_time": "12h"
  },
  {
    "id": 12,
    "name": "Rapido Jacutinga",
    "cost_transport_light": "R$ 18.25",
    "cost_transport_heavy": "R$ 16.75",
    "city": "Salvador",
    "lead_time": "4h"
  },
  {
    "id": 13,
    "name": "Rapido Jacutinga",
    "cost_transport_light": "R$ 14.50",
    "cost_transport_heavy": "R$ 12.20",
    "city": "Campinas",
    "lead_time": "2h"
  },
  {
    "id": 14,
    "name": "Rapido Jacutinga",
    "cost_transport_light": "R$ 15.72",
    "cost_transport_heavy": "R$ 18.14",
    "city": "São Paulo",
    "lead_time": "2h"
  },
  {
    "id": 15,
    "name": "Rapido Jacutinga",
    "cost_transport_light": "R$ 13.67",
    "cost_transport_heavy": "R$ 12.14",
    "city": "Rio de Janiero",
    "lead_time": "3h"
  },
  {
    "id": 16,
    "name": "Rapido Jacutinga",
    "cost_transport_light": "R$ 11.50",
    "cost_transport_heavy": "R$ 10.20",
    "city": "Recife",
    "lead_time": "5h"
  }
]