{
  "agency": {
    "country": "PT",
    "id": "carris-metropolitana",
    "name": "Carris Metropolitana",
    "operating_note": "The Lisbon metropolitan area bus network. Its largest table expands past the standard single-entry ceiling, so it is scored on the large-feed tier; counted as one feed record.",
    "subdivision_code": "PT-11",
    "subdivision_name": "Lisboa"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": true,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 10.8,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 72.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 12752,
        "translations": {
          "feed_lang": "pt",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 447789,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 12752,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "12752 of 12752 stops don't say whether a wheelchair user can board there.",
          "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
        },
        {
          "code": "scorecard_wheelchair_accessible_unknown",
          "count": 447789,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "447789 of 447789 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_stop_names_all_caps",
          "count": 3565,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 4.2,
          "severity": "INFO",
          "what": "About 3565 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        }
      ],
      "name": "completeness",
      "score": 40.8,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 14,
        "instances_by_severity": {
          "ERROR": 84936,
          "INFO": 127,
          "WARNING": 167084
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 84848,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 88,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
          "owner": "Likely your export tool",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Some trips have stop times whose distances along the route go backwards.",
          "why": "Apps can show buses jumping backwards or mis-order stops."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 151221,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape_dist_traveled on export so stop and shape distances use the same units.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "On some trips the stop distances run a little past the end of the route line.",
          "why": "The stop and shape distance values don't quite line up, so any math that uses them can drift."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 11644,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 3703,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "stop_without_stop_time",
          "count": 367,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no bus is scheduled to arrive."
        },
        {
          "code": "stop_has_too_many_matches_for_shape",
          "count": 92,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_has_too_many_matches_for_shape' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Stop has too many matches for shape (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "route_color_contrast",
          "count": 41,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 7,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "duplicate_route_name",
          "count": 6,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "leading_or_trailing_whitespaces",
          "count": 3,
          "effort": "Usually one export setting.",
          "fix": "Trim leading and trailing spaces on export. The scorecard's auto-fixed copy already does this.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some values have extra spaces at the start or end.",
          "why": "A stray space can break a match, so a stop or route may fail to link across files."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 106,
          "effort": "Two fields in feed_info.txt, or one export setting.",
          "fix": "Widen feed_start_date and feed_end_date to cover all service dates, or fix the dates that fall outside.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some service dates fall outside the date window set in feed_info.txt.",
          "why": "feed_info.txt should span every day your service runs, so apps know when the data applies."
        },
        {
          "code": "unknown_column",
          "count": 17,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "unknown_file",
          "count": 4,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 14 kinds of issue across 252147 instances (84936 error, 167084 warning, 127 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 347,
        "effective_expiry_date": "2027-06-30",
        "feed_end_date": "2027-06-30",
        "feed_start_date": "2026-07-17",
        "feed_version": "20260717-2322-57",
        "has_feed_info": true,
        "last_service_date": "2027-06-30",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 347 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 347 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 2 validator errors to resolve. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0 through Carris Metropolitana's official GTFS repository; credit Carris Metropolitana. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "8229ccd0dca3d21ab0129671ae4188a70d1eea7eb81ff08e360c271d7fff7301",
    "size_bytes": 91771279,
    "static_url": "https://api.carrismetropolitana.pt/gtfs"
  },
  "fetch": {
    "final_url": "https://api.carrismetropolitana.pt/v2/gtfs",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      -9.49725,
      38.41938,
      -8.45753,
      39.0792
    ],
    "lat": 38.75934,
    "lon": -9.18158,
    "stop_count": 12752
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 960,
        "trip_count": 447789,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 960,
    "trip_count": 447789
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 37.8,
    "margin_to_next_band": 22.2,
    "score": 37.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 176,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "176 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (1008, 1009, 1012, 1015, 1104, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    }
  ],
  "routability": {
    "boardable_stops": 12752,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 367,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "367 of 12752 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 367,
    "single_stop_trips": 0,
    "trips_total": 447789
  },
  "route_map": {
    "drawn_route_count": 960,
    "has_shapes": true,
    "path": "data/artifacts/carris-metropolitana/geometry.geojson",
    "route_count": 960,
    "routes": [
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1001_0",
        "label": "1001",
        "long": "Alfragide (Estr Seminario) - Reboleira (Esta\u00e7\u00e3o)",
        "short": "1001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1002_0",
        "label": "1002",
        "long": "Reboleira (Esta\u00e7\u00e3o) | Circular via Alfragide (Centro comercial ) e Amadora (Esta\u00e7\u00e3o Sul)",
        "short": "1002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1003_0",
        "label": "1003",
        "long": "Amadora (Esta\u00e7\u00e3o Norte) - Amadora Este (Metro)",
        "short": "1003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1004_0",
        "label": "1004",
        "long": "Amadora (Esta\u00e7\u00e3o Norte) via Moinhos da Funcheira | Circular",
        "short": "1004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1005_0",
        "label": "1005",
        "long": "Amadora (Esta\u00e7\u00e3o Norte) - UBBO",
        "short": "1005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1005_1",
        "label": "1005",
        "long": "Casal S\u00e3o Br\u00e1s - Amadora (Esta\u00e7\u00e3o Norte)",
        "short": "1005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1005_2",
        "label": "1005",
        "long": "Amadora (Esta\u00e7\u00e3o Norte) | Circular madrugada",
        "short": "1005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1006_0",
        "label": "1006",
        "long": "Amadora (Esta\u00e7\u00e3o Norte) - UBBO | Noturna",
        "short": "1006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1006_1",
        "label": "1006",
        "long": "Amadora (Esta\u00e7\u00e3o Norte) - Moinhos Funcheira (Rotunda) | Noturna",
        "short": "1006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1008_0",
        "label": "1008",
        "long": "Amadora Este (Metro) | Circular",
        "short": "1008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1009_0",
        "label": "1009",
        "long": "Amadora (Hospital) Via Mina e Venteira | Circular",
        "short": "1009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1010_0",
        "label": "1010",
        "long": "Alfornelos (Metro) - Casal da Mira",
        "short": "1010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1011_0",
        "label": "1011",
        "long": "Brandoa (Largo) - Reboleira (Metro)",
        "short": "1011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1011_1",
        "label": "1011",
        "long": "Brandoa (Largo) - Reboleira (Metro) | Circular",
        "short": "1011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1012_0",
        "label": "1012",
        "long": "Alfornelos Metro via Brandoa | Circular",
        "short": "1012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1013_0",
        "label": "1013",
        "long": "Reboleira (Esta\u00e7\u00e3o) - Urbaniza\u00e7\u00e3o Sky City via Casas do Lago",
        "short": "1013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1014_0",
        "label": "1014",
        "long": "Amadora (Cemit\u00e9rio) - Vila Ch\u00e3 via Casas do Lago",
        "short": "1014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1015_0",
        "label": "1015",
        "long": "Reboleira (Esta\u00e7\u00e3o) via Damaia | Circular",
        "short": "1015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1101_0",
        "label": "1101",
        "long": "Alfragide (Centro Comercial) - Alg\u00e9s (Esta\u00e7\u00e3o)",
        "short": "1101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1101_1",
        "label": "1101",
        "long": "Alfragide (Centro Comercial) - Alg\u00e9s (Esta\u00e7\u00e3o) via Carnaxide Esc. Sec",
        "short": "1101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1103_0",
        "label": "1103",
        "long": "Alg\u00e9s (Esta\u00e7\u00e3o) - Queijas (PSP)",
        "short": "1103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1104_0",
        "label": "1104",
        "long": "Alg\u00e9s | Circular via Centro Hist\u00f3rico",
        "short": "1104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1105_0",
        "label": "1105",
        "long": "Alg\u00e9s (Esta\u00e7\u00e3o) - Queluz Baixo (Centro Comercial)",
        "short": "1105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1105_1",
        "label": "1105",
        "long": "Carnaxide (Escola Secund\u00e1ria) - Queluz Baixo (Centro Comercial)",
        "short": "1105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1106_0",
        "label": "1106",
        "long": "Queluz Baixo (Centro Comercial) - Alg\u00e9s (Esta\u00e7\u00e3o)",
        "short": "1106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1106_1",
        "label": "1106",
        "long": "Alg\u00e9s (Esta\u00e7\u00e3o) - Queijas (PSP)",
        "short": "1106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1107_0",
        "label": "1107",
        "long": "Alg\u00e9s (Esta\u00e7\u00e3o) - Queluz Baixo via Queijas",
        "short": "1107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1108_0",
        "label": "1108",
        "long": "Alg\u00e9s - Carnaxide (Parque Su\u00e9cia) via WTC",
        "short": "1108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1109_0",
        "label": "1109",
        "long": "Carnaxide via Outurela | Circular",
        "short": "1109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1110_0",
        "label": "1110",
        "long": "Carnaxide via Queijas | Circular",
        "short": "1110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1111_0",
        "label": "1111",
        "long": "Massam\u00e1-Barcarena (Esta\u00e7\u00e3o Sul) - Barcarena (F\u00e1brica P\u00f3lvora)",
        "short": "1111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1113_0",
        "label": "1113",
        "long": "Alg\u00e9s (Esta\u00e7\u00e3o) via Cruz Quebrada e Linda-a-Velha | Circular",
        "short": "1113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1114_0",
        "label": "1114",
        "long": "Alg\u00e9s (Esta\u00e7\u00e3o) via Linda-a-Velha e Miraflores | Circular",
        "short": "1114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1115_0",
        "label": "1115",
        "long": "Caxias (Ped Italiana) - Lage (Centro)",
        "short": "1115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1115_1",
        "label": "1115",
        "long": "Caxias (Ped Italiana) - Lage (Centro) via Escolas",
        "short": "1115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1115_2",
        "label": "1115",
        "long": "Caxias (Esta\u00e7\u00e3o) - Pa\u00e7o de Arcos (Esta\u00e7\u00e3o Norte)",
        "short": "1115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1115_3",
        "label": "1115",
        "long": "Caxias (Ped Italiana) - Pa\u00e7o de Arcos (Esta\u00e7\u00e3o Norte)",
        "short": "1115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1115_4",
        "label": "1115",
        "long": "Pa\u00e7o de Arcos (Esta\u00e7\u00e3o Norte) - Qta Torneiro",
        "short": "1115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1117_0",
        "label": "1117",
        "long": "Caxias (Qta Moura) - Lage (Centro)",
        "short": "1117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1117_1",
        "label": "1117",
        "long": "Caxias (Qta Moura) - Lage (Centro) via Escolas",
        "short": "1117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1117_2",
        "label": "1117",
        "long": "Pa\u00e7o de Arcos (Esta\u00e7\u00e3o Norte) - Lage (Centro)",
        "short": "1117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1117_3",
        "label": "1117",
        "long": "Caxias (Qta Moura) - Pa\u00e7o de Arcos (Esta\u00e7\u00e3o Norte)",
        "short": "1117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1119_1",
        "label": "1119",
        "long": "Leceia (Rotunda) - Pa\u00e7o De Arcos (Esta\u00e7\u00e3o Norte)",
        "short": "1119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1120_0",
        "label": "1120",
        "long": "Oeiras (Esta\u00e7\u00e3o Norte) - Pa\u00e7o De Arcos (Esta\u00e7\u00e3o Norte)",
        "short": "1120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1121_0",
        "label": "1121",
        "long": "Oeiras via Piscina Oce\u00e2nica | Circular",
        "short": "1121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1122_0",
        "label": "1122",
        "long": "B\u00ba Joaquim Matias - Caxias (Ped Italiana)",
        "short": "1122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1123_0",
        "label": "1123",
        "long": "Pa\u00e7o De Arcos (Esta\u00e7\u00e3o Norte) - Porto Salvo (Lagoas Park)",
        "short": "1123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1123_1",
        "label": "1123",
        "long": "Porto Salvo (Lagoas Park) - Pa\u00e7o De Arcos (Esta\u00e7\u00e3o Norte)",
        "short": "1123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1124_0",
        "label": "1124",
        "long": "Pa\u00e7o de Arcos | Circular",
        "short": "1124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1125_0",
        "label": "1125",
        "long": "Porto Salvo via Lei\u00e3o e Lage | Circular",
        "short": "1125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1201_0",
        "label": "1201",
        "long": "Terrugem (Escola) | Circular",
        "short": "1201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1203_0",
        "label": "1203",
        "long": "Escola Secund\u00e1ria Mem Martins | Circular via Mem Martins (Esta\u00e7\u00e3o)",
        "short": "1203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1204_0",
        "label": "1204",
        "long": "Alto do Forte (Alegro Sintra) | Circular",
        "short": "1204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1204_1",
        "label": "1204",
        "long": "Rio de Mouro (Esta\u00e7\u00e3o Norte) | Circular",
        "short": "1204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1204_2",
        "label": "1204",
        "long": "Alto do Forte (Alegro Sintra) - Rio de Mouro (Esta\u00e7\u00e3o Norte)",
        "short": "1204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1205_0",
        "label": "1205",
        "long": "Escola Secund\u00e1ria Mem Martins | Circular via Algueir\u00e3o (Esta\u00e7\u00e3o)",
        "short": "1205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1206_0",
        "label": "1206",
        "long": "Algueir\u00e3o-Mem Martins (Esta\u00e7\u00e3o) - Portela de Sintra (Esta\u00e7\u00e3o) via Tribunal e Hospital",
        "short": "1206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1206_1",
        "label": "1206",
        "long": "Algueir\u00e3o (Esta\u00e7\u00e3o) - Portela de Sintra (Esta\u00e7\u00e3o Norte) via Hospital",
        "short": "1206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1208_0",
        "label": "1208",
        "long": "Almargem Bispo (Cemit\u00e9rio) - Portela de Sintra (Esta\u00e7\u00e3o Norte) via Hospital",
        "short": "1208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1209_0",
        "label": "1209",
        "long": "Bairro da Felosa - Mira Sintra (Mercado) via Cemit\u00e9rio",
        "short": "1209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1209_1",
        "label": "1209",
        "long": "Bairro da Felosa - Mira Sintra (Mercado)",
        "short": "1209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1210_0",
        "label": "1210",
        "long": "Bairro Fitares - Mem Martins (Esc Secund\u00e1ria)",
        "short": "1210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1211_0",
        "label": "1211",
        "long": "Belas (Samaritana) - Agualva-Cac\u00e9m (Esta\u00e7\u00e3o)",
        "short": "1211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1212_0",
        "label": "1212",
        "long": "Venda Seca - Queluz (Esta\u00e7\u00e3o)",
        "short": "1212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1213_0",
        "label": "1213",
        "long": "B\u00ba Joaquim Fontes (Centro Comercial) - Agualva-Cac\u00e9m (Esta\u00e7\u00e3o)",
        "short": "1213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1215_0",
        "label": "1215",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) via Encosta S. Marcos | Circular",
        "short": "1215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1216_0",
        "label": "1216",
        "long": "Tercena (Esta\u00e7\u00e3o) via S\u00e3o Marcos Taguspark (Novo Banco) e Casal do Cot\u00e3o | Circular",
        "short": "1216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1216_1",
        "label": "1216",
        "long": "Tercena (Esta\u00e7\u00e3o) via S\u00e3o Marcos e Casal do Cot\u00e3o | Circular",
        "short": "1216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1217_0",
        "label": "1217",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) - Massam\u00e1 (Urbaniza\u00e7\u00e3o Norte)",
        "short": "1217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1218_0",
        "label": "1218",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) - Mira Sintra (Mercado) via Av Bomb Vol",
        "short": "1218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1219_0",
        "label": "1219",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) - Mira Sintra (Mercado) via Av Santa Maria",
        "short": "1219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1220_0",
        "label": "1220",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) via S. Marcos (Largo) | Circular",
        "short": "1220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1221_0",
        "label": "1221",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) via Lopas | Circular",
        "short": "1221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1222_0",
        "label": "1222",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) via Bairro Joaquim Fontes | Circular",
        "short": "1222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1223_0",
        "label": "1223",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) - Portela Sintra (Esta\u00e7\u00e3o Sul)",
        "short": "1223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1223_1",
        "label": "1223",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) - Portela Sintra (Esta\u00e7\u00e3o Sul) via Vale Flores",
        "short": "1223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1223_2",
        "label": "1223",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) - Alto Do Forte (Alegro Sintra)",
        "short": "1223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1224_0",
        "label": "1224",
        "long": "Belas Clube Campo - Monte Abra\u00e3o (Esta\u00e7\u00e3o) via Carregueira (Estabelecimento Prisional)",
        "short": "1224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1225_0",
        "label": "1225",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) Via Enc. S. Marcos Univ Cat\u00f3lica e Bela Vista | Circular",
        "short": "1225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1226_0",
        "label": "1226",
        "long": "Massam\u00e1 (Casal Olival) - Queluz - Belas (Esta\u00e7\u00e3o)",
        "short": "1226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1228_0",
        "label": "1228",
        "long": "Massam\u00e1-Barcarena (Esta\u00e7\u00e3o Norte) via Belas | Circular",
        "short": "1228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1229_0",
        "label": "1229",
        "long": "Massam\u00e1-Barcarena (Esta\u00e7\u00e3o Norte) via Quinta das Flores | Circular",
        "short": "1229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1230_0",
        "label": "1230",
        "long": "Monte Abra\u00e3o (Esta\u00e7\u00e3o) | Circular",
        "short": "1230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1231_0",
        "label": "1231",
        "long": "Mem Martins (Esc. Ferreira Castro) - Coutinho Afonso",
        "short": "1231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1232_0",
        "label": "1232",
        "long": "Rio de Mouro (Esta\u00e7\u00e3o Sul) via Mem Martins | Circular",
        "short": "1232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1233_0",
        "label": "1233",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) | Circular via Bela Vista Univ Cat\u00f3lica e Enc. S. Marcos",
        "short": "1233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1234_0",
        "label": "1234",
        "long": "Portela de Sintra (Esta\u00e7\u00e3o Sul) - Mira Sintra (Junta Freguesia)",
        "short": "1234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1235_0",
        "label": "1235",
        "long": "Covas Ferro - Merc\u00eas (Esta\u00e7\u00e3o Norte)",
        "short": "1235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1236_0",
        "label": "1236",
        "long": "Alto do Forte (Alegro Sintra) - Queluz - Belas (Esta\u00e7\u00e3o)",
        "short": "1236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1240_0",
        "label": "1240",
        "long": "Negrais (Soc Recreativa) - Portela Sintra (Esta\u00e7\u00e3o Norte)",
        "short": "1240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1241_0",
        "label": "1241",
        "long": "Almo\u00e7ageme (Mercado) - Hospital de Sintra",
        "short": "1241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1242_0",
        "label": "1242",
        "long": "Casais Cabrela (Largo) - Almo\u00e7ageme (Mercado)",
        "short": "1242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1244_0",
        "label": "1244",
        "long": "Casal de Cambra (Escola) - Portela de Sintra (Esta\u00e7\u00e3o Norte) via Hospital",
        "short": "1244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1245_0",
        "label": "1245",
        "long": "Catribana (Largo) - Portela Sintra (Esta\u00e7\u00e3o Norte)",
        "short": "1245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1247_0",
        "label": "1247",
        "long": "Fontanelas - Portela de Sintra (Esta\u00e7\u00e3o) via Janas",
        "short": "1247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1248_0",
        "label": "1248",
        "long": "Portela Sintra (Esta\u00e7\u00e3o Norte) - Praia Ma\u00e7\u00e3s (Mercado)",
        "short": "1248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1248_1",
        "label": "1248",
        "long": "Portela de Sintra (Esta\u00e7\u00e3o Norte) - Fontanelas via Casal da Granja",
        "short": "1248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1249_0",
        "label": "1249",
        "long": "Portela Sintra (Esta\u00e7\u00e3o Norte) - Magoito (Praia)",
        "short": "1249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1250_0",
        "label": "1250",
        "long": "Portela Sintra (Esta\u00e7\u00e3o Norte) - Praia Grande",
        "short": "1250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1251_0",
        "label": "1251",
        "long": "Portela Sintra (Esta\u00e7\u00e3o Sul) - Rio De Mouro (Esta\u00e7\u00e3o Sul)",
        "short": "1251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1251_1",
        "label": "1251",
        "long": "Alto Do Forte (Alegro Sintra) - Rio De Mouro (Esta\u00e7\u00e3o Sul)",
        "short": "1251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1251_2",
        "label": "1251",
        "long": "Mem Martins (Esta\u00e7\u00e3o) - Rio De Mouro (Esta\u00e7\u00e3o Sul)",
        "short": "1251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1251_3",
        "label": "1251",
        "long": "Alto do Forte (Alegro Sintra) via Mem Martins | Circular",
        "short": "1251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1252_0",
        "label": "1252",
        "long": "Portela Sintra (Esta\u00e7\u00e3o Sul) via Ranholas | Circular",
        "short": "1252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1253_0",
        "label": "1253",
        "long": "Sintra (Esta\u00e7\u00e3o) via Cabo da Roca | Circular",
        "short": "1253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1254_0",
        "label": "1254",
        "long": "Portela Sintra (Esta\u00e7\u00e3o Norte) - Magoito (Praia)",
        "short": "1254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1255_0",
        "label": "1255",
        "long": "Rebanque - Portela Sintra (Esta\u00e7\u00e3o Norte)",
        "short": "1255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1501_0",
        "label": "1501",
        "long": "Reboleira (Esta\u00e7\u00e3o) | Circular via Alfragide (Zona Industrial e Centro comercial)",
        "short": "1501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1502_0",
        "label": "1502",
        "long": "Alg\u00e9s (Esta\u00e7\u00e3o) - Amadora (Esta\u00e7\u00e3o Sul) via Linda-a-Velha",
        "short": "1502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1503_0",
        "label": "1503",
        "long": "Alg\u00e9s (Esta\u00e7\u00e3o) - B\u00ba Zambujal",
        "short": "1503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1503_1",
        "label": "1503",
        "long": "Alg\u00e9s (Esta\u00e7\u00e3o) - Alfragide (Zona Industrial) via Miraflores",
        "short": "1503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1504_0",
        "label": "1504",
        "long": "Alg\u00e9s (Esta\u00e7\u00e3o) - B\u00ba Zambujal",
        "short": "1504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1506_0",
        "label": "1506",
        "long": "Amadora (Hospital) via Alfragide e Damaia| Circular",
        "short": "1506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1507_0",
        "label": "1507",
        "long": "Caxias (Esta\u00e7\u00e3o) - Reboleira (Metro)",
        "short": "1507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1507_1",
        "label": "1507",
        "long": "Caxias (Esta\u00e7\u00e3o) - Queijas (PSP)",
        "short": "1507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1508_0",
        "label": "1508",
        "long": "Almargem Bispo (Centro Sa\u00fade) - Amadora Este (Metro)",
        "short": "1508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1509_0",
        "label": "1509",
        "long": "Amadora (Hospital) - Casal de Cambra (C. Sa\u00fade)",
        "short": "1509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1510_0",
        "label": "1510",
        "long": "Amadora (Hospital) - Damaia De Baixo (Pavilh\u00e3o Desportivo)",
        "short": "1510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1511_0",
        "label": "1511",
        "long": "Monte Abra\u00e3o (Esta\u00e7\u00e3o) via Amadora (Hospital) | Circular",
        "short": "1511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1511_1",
        "label": "1511",
        "long": "Monte Abra\u00e3o (Esta\u00e7\u00e3o) via Cemit\u00e9rio e Amadora (Hospital) | Circular",
        "short": "1511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1512_0",
        "label": "1512",
        "long": "Amadora (Hospital) - Montelavar (Largo)",
        "short": "1512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1512_1",
        "label": "1512",
        "long": "Monte Abra\u00e3o (Esta\u00e7\u00e3o) - Montelavar (Largo)",
        "short": "1512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1513_0",
        "label": "1513",
        "long": "Amadora (Hospital) | Circular",
        "short": "1513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1513_1",
        "label": "1513",
        "long": "Amadora (Hospital) - Queluz-Belas (Esta\u00e7\u00e3o)",
        "short": "1513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1513_2",
        "label": "1513",
        "long": "Amadora (Hospital) via Escola Padre Alberto Neto | Circular",
        "short": "1513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1513_3",
        "label": "1513",
        "long": "Amadora (Hospital) via Escola Padre Alberto Neto quando sai do Hospital | Circular",
        "short": "1513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1513_4",
        "label": "1513",
        "long": "Amadora (Hospital) via Escola Padre Alberto Neto quando vai para o Hospital | Circular",
        "short": "1513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1514_0",
        "label": "1514",
        "long": "Amadora (Hospital) via Alfornelos| Circular",
        "short": "1514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1515_0",
        "label": "1515",
        "long": "Amadora Este (Metro) - Casal Cambra via Queluz-Belas (Esta\u00e7\u00e3o)",
        "short": "1515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1515_1",
        "label": "1515",
        "long": "A-da-Beja - Amadora Este (Metro)",
        "short": "1515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1516_0",
        "label": "1516",
        "long": "Casal Cambra (Igreja) - Monte Abra\u00e3o (Esta\u00e7\u00e3o)",
        "short": "1516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1517_0",
        "label": "1517",
        "long": "Casal de Cambra (C Rebent\u00e3o) - Reboleira (Metro)",
        "short": "1517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1518_0",
        "label": "1518",
        "long": "Monte Abra\u00e3o - Reboleira (Metro)",
        "short": "1518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1518_1",
        "label": "1518",
        "long": "Monte Abra\u00e3o - Queluz (4 Caminhos)",
        "short": "1518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1519_0",
        "label": "1519",
        "long": "Queluz (Pal\u00e1cio) - Serra Silveira",
        "short": "1519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1520_0",
        "label": "1520",
        "long": "Alg\u00e9s (Esta\u00e7\u00e3o) - Agualva-Cac\u00e9m (Esta\u00e7\u00e3o)",
        "short": "1520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1521_0",
        "label": "1521",
        "long": "Alg\u00e9s (Esta\u00e7\u00e3o) - Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) via A5",
        "short": "1521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1522_0",
        "label": "1522",
        "long": "Alg\u00e9s (Esta\u00e7\u00e3o) - Monte Abra\u00e3o (Esta\u00e7\u00e3o)",
        "short": "1522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1523_0",
        "label": "1523",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) - Oeiras (Esta\u00e7\u00e3o)",
        "short": "1523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "1524_0",
        "label": "1524",
        "long": "Tercena (Esta\u00e7\u00e3o) | Circular via Casal do Cot\u00e3o \u2013 Taguspark",
        "short": "1524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1525_0",
        "label": "1525",
        "long": "Caxias (Est. Prisional) - Monte Abra\u00e3o (Esta\u00e7\u00e3o)",
        "short": "1525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1525_1",
        "label": "1525",
        "long": "Caxias (Esta\u00e7\u00e3o) - Monte Abra\u00e3o (Esta\u00e7\u00e3o)",
        "short": "1525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1525_2",
        "label": "1525",
        "long": "Caxias (Esta\u00e7\u00e3o) - Massam\u00e1-Barcarena (Esta\u00e7\u00e3o Sul)",
        "short": "1525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1525_4",
        "label": "1525",
        "long": "Escola S Bruno - Leceia (Igreja)",
        "short": "1525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1527_0",
        "label": "1527",
        "long": "Cruz Quebrada (Esta\u00e7\u00e3o) - Queluz (Esta\u00e7\u00e3o)",
        "short": "1527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1527_1",
        "label": "1527",
        "long": "Cruz Quebrada (Esta\u00e7\u00e3o) - Queluz Baixo (Centro Comercial)",
        "short": "1527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1528_0",
        "label": "1528",
        "long": "Linda-a-Velha (Esc Secund\u00e1ria) - Queluz - Belas (Esta\u00e7\u00e3o)",
        "short": "1528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1529_0",
        "label": "1529",
        "long": "Oeiras (Esta\u00e7\u00e3o Norte) - Barcarena (F\u00e1brica da P\u00f3lvora) via Taguspark (Novo Banco)",
        "short": "1529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1529_1",
        "label": "1529",
        "long": "Oeiras (Esta\u00e7\u00e3o Norte) - Barcarena (F\u00e1brica da P\u00f3lvora)",
        "short": "1529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1530_0",
        "label": "1530",
        "long": "Oeiras (Esta\u00e7\u00e3o Norte) - Queluz (4 Caminhos)",
        "short": "1530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1531_0",
        "label": "1531",
        "long": "Pa\u00e7o De Arcos (Esta\u00e7\u00e3o Norte) - S\u00e3o Marcos (Rotunda)",
        "short": "1531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1601_0",
        "label": "1601",
        "long": "Amadora Este (Metro) \u2013 Carcavelos (Praia)",
        "short": "1601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1601_1",
        "label": "1601",
        "long": "Amadora Este (Metro) - Carcavelos (Praia) via Rotunda C. Comercial",
        "short": "1601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1601_4",
        "label": "1601",
        "long": "Porto Salvo (Centro) - Amadora Este (Metro)",
        "short": "1601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1601_5",
        "label": "1601",
        "long": "Carcavelos (Praia) - Queluz (4 Caminhos)",
        "short": "1601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1603_0",
        "label": "1603",
        "long": "Amadora (Esta\u00e7\u00e3o Norte) - Cane\u00e7as (Largo Vieira Caldas)",
        "short": "1603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1604_0",
        "label": "1604",
        "long": "Carcavelos (Esta\u00e7\u00e3o) | Circular via Oeiras Parque",
        "short": "1604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1605_0",
        "label": "1605",
        "long": "Carnaxide (Av. Jo\u00e3o Paulo II) - Carcavelos (Nova SBE) via A5",
        "short": "1605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1606_0",
        "label": "1606",
        "long": "Carnaxide (Av. Jo\u00e3o Paulo II) - Carcavelos (Nova SBE) via Terrugem",
        "short": "1606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1607_0",
        "label": "1607",
        "long": "Oeiras Parque - Parede (Terminal)",
        "short": "1607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1608_0",
        "label": "1608",
        "long": "Oeiras (Esta\u00e7\u00e3o Norte) - Taguspark (Rotunda Sef)",
        "short": "1608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1608_1",
        "label": "1608",
        "long": "Oeiras (Esta\u00e7\u00e3o Norte) - Concei\u00e7\u00e3o Ab\u00f3boda (Rotunda)",
        "short": "1608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1610_0",
        "label": "1610",
        "long": "Pa\u00e7o De Arcos (Esta\u00e7\u00e3o Norte) - Tala\u00edde (Campo Futebol)",
        "short": "1610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1610_1",
        "label": "1610",
        "long": "Pa\u00e7o De Arcos (Esta\u00e7\u00e3o Norte) - Tala\u00edde (Campo Futebol) via Lei\u00e3o",
        "short": "1610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1611_0",
        "label": "1611",
        "long": "Pa\u00e7o de Arcos (Esta\u00e7\u00e3o Norte) - Tala\u00edde (Campo Futebol) via Vila Fria",
        "short": "1611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1612_0",
        "label": "1612",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) - Carcavelos (Esta\u00e7\u00e3o) via Taguspark (Novo Banco)",
        "short": "1612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1612_1",
        "label": "1612",
        "long": "Agualva Cac\u00e9m (Esta\u00e7\u00e3o) - Carcavelos (Esta\u00e7\u00e3o)",
        "short": "1612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1613_0",
        "label": "1613",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) - Oeiras (Esta\u00e7\u00e3o Sul) via Trajouce",
        "short": "1613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1613_1",
        "label": "1613",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) - Ab\u00f3boda",
        "short": "1613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1614_0",
        "label": "1614",
        "long": "Carcavelos (Esta\u00e7\u00e3o) - Portela Sintra (Esta\u00e7\u00e3o Sul) via Ab\u00f3boda",
        "short": "1614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1614_2",
        "label": "1614",
        "long": "Ab\u00f3boda - Portela Sintra (Esta\u00e7\u00e3o Sul)",
        "short": "1614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1615_0",
        "label": "1615",
        "long": "Carcavelos (Esta\u00e7\u00e3o) - Rio de Mouro (Esta\u00e7\u00e3o Sul) via Ab\u00f3boda",
        "short": "1615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1615_2",
        "label": "1615",
        "long": "Ab\u00f3boda - Rio De Mouro (Esta\u00e7\u00e3o Sul)",
        "short": "1615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1616_0",
        "label": "1616",
        "long": "Pa\u00e7o de Arcos (Esta\u00e7\u00e3o Norte) \u2013 Taguspark (Rotunda SEF) via B\u00ba Navegadores",
        "short": "1616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1616_1",
        "label": "1616",
        "long": "Pa\u00e7o de Arcos (Esta\u00e7\u00e3o Norte) \u2013 Taguspark (Rotunda SEF) via Esc. Prep. Pa\u00e7o de Arcos e Lei\u00e3o (X Tala\u00edde)",
        "short": "1616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1616_2",
        "label": "1616",
        "long": "Pa\u00e7o de Arcos (Esta\u00e7\u00e3o Norte) \u2013 Taguspark (Rotunda SEF) via Esc. Prep. Pa\u00e7o de Arcos",
        "short": "1616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1616_3",
        "label": "1616",
        "long": "Pa\u00e7o de Arcos (Esta\u00e7\u00e3o Norte) \u2013 Tala\u00edde (Campo Futebol) via Esc. Prep. Pa\u00e7o de Arcos",
        "short": "1616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1617_0",
        "label": "1617",
        "long": "Pa\u00e7o De Arcos (Esta\u00e7\u00e3o Norte) - Tala\u00edde (Igreja)",
        "short": "1617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1617_1",
        "label": "1617",
        "long": "Pa\u00e7o De Arcos (Esta\u00e7\u00e3o Norte) - Tala\u00edde (Igreja) via Esc. Prep. Pa\u00e7o de Arcos",
        "short": "1617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1618_0",
        "label": "1618",
        "long": "Carcavelos (Esta\u00e7\u00e3o) - Portela Sintra (Esta\u00e7\u00e3o Sul)",
        "short": "1618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1619_0",
        "label": "1619",
        "long": "Carcavelos (Esta\u00e7\u00e3o) - Rio de Mouro (Esta\u00e7\u00e3o Sul)",
        "short": "1619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1620_0",
        "label": "1620",
        "long": "Cascais (Terminal) - Portela Sintra (Esta\u00e7\u00e3o Sul)",
        "short": "1620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1621_0",
        "label": "1621",
        "long": "Cascais (Terminal) - Portela de Sintra (Esta\u00e7\u00e3o Sul) | via CascaiShopping (Terminal)",
        "short": "1621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1622_0",
        "label": "1622",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) - Carcavelos (Esta\u00e7\u00e3o) via Trajouce",
        "short": "1622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1622_1",
        "label": "1622",
        "long": "Rio de Mouro Velho | Circular via Pai\u00f5es",
        "short": "1622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1623_0",
        "label": "1623",
        "long": "Cascais (Terminal) - Portela Sintra (Esta\u00e7\u00e3o Sul) via Alvide",
        "short": "1623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1624_0",
        "label": "1624",
        "long": "Cascais (Terminal) - Portela de Sintra (Esta\u00e7\u00e3o Norte) via Az\u00f3ia e Almo\u00e7ageme",
        "short": "1624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1624_1",
        "label": "1624",
        "long": "Cascais (Terminal) - Portela Sintra (Esta\u00e7\u00e3o Norte) via Cabo Roca",
        "short": "1624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1625_0",
        "label": "1625",
        "long": "Cascais (Terminal) - Rio De Mouro (Esta\u00e7\u00e3o Sul) via Rua das Fisgas",
        "short": "1625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1626_0",
        "label": "1626",
        "long": "CascaiShopping (Terminal) - Portela Sintra (Esta\u00e7\u00e3o Sul)",
        "short": "1626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1627_0",
        "label": "1627",
        "long": "CascaiShopping (Terminal) - Rio De Mouro (Esta\u00e7\u00e3o Sul)",
        "short": "1627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1628_0",
        "label": "1628",
        "long": "Estoril (Esta\u00e7\u00e3o) - Rio De Mouro (Esta\u00e7\u00e3o Sul) via Amoreira",
        "short": "1628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1629_0",
        "label": "1629",
        "long": "Estoril (Esta\u00e7\u00e3o) - Portela Sintra (Esta\u00e7\u00e3o Sul)",
        "short": "1629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1630_0",
        "label": "1630",
        "long": "Estoril (Esta\u00e7\u00e3o) - Portela Sintra (Esta\u00e7\u00e3o Sul) via Monte Estoril",
        "short": "1630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1630_1",
        "label": "1630",
        "long": "Linh\u00f3 - Estoril (Esta\u00e7\u00e3o)",
        "short": "1630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1630_2",
        "label": "1630",
        "long": "B\u00ba Cruz Vermelha - Portela Sintra (Esta\u00e7\u00e3o Sul)",
        "short": "1630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1630_3",
        "label": "1630",
        "long": "Alcabideche (GNR) - Portela Sintra (Esta\u00e7\u00e3o Sul)",
        "short": "1630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1630_4",
        "label": "1630",
        "long": "Portela Sintra (Esta\u00e7\u00e3o Sul) - CascaiShopping (Terminal)",
        "short": "1630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1631_0",
        "label": "1631",
        "long": "Estoril (Esta\u00e7\u00e3o) - Rio De Mouro (Esta\u00e7\u00e3o Sul)",
        "short": "1631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1632_0",
        "label": "1632",
        "long": "Carvalhal (Largo) - Portela Sintra (Esta\u00e7\u00e3o Norte)",
        "short": "1632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1632_1",
        "label": "1632",
        "long": "Casais Cabrela (Largo) - Terrugem (Igreja)",
        "short": "1632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1632_2",
        "label": "1632",
        "long": "Terrugem (Igreja) - Carvalhal (Largo)",
        "short": "1632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1632_3",
        "label": "1632",
        "long": "Casais Cabrela (Largo) - Portela Sintra (Esta\u00e7\u00e3o Norte)",
        "short": "1632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1633_0",
        "label": "1633",
        "long": "Ericeira (Terminal) - Portela de Sintra (Esta\u00e7\u00e3o Norte)",
        "short": "1633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1633_1",
        "label": "1633",
        "long": "Ericeira (Terminal Rodovi\u00e1rio) - Portela Sintra (Esta\u00e7\u00e3o Norte) via Praia S. Juli\u00e3o",
        "short": "1633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1634_0",
        "label": "1634",
        "long": "Fonte Da Aranha - Montelavar (Largo)",
        "short": "1634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1635_0",
        "label": "1635",
        "long": "Almargem Bispo (Largo) - Cane\u00e7as (Largo Vieira Caldas)",
        "short": "1635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1635_1",
        "label": "1635",
        "long": "Almargem Bispo (Largo) - Cane\u00e7as (Largo Vieira Caldas) via Covas Ferro",
        "short": "1635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1636_0",
        "label": "1636",
        "long": "Cane\u00e7as (B Maria Teresa) - D Maria (Igreja)",
        "short": "1636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1636_1",
        "label": "1636",
        "long": "Cane\u00e7as (Largo Vieira Caldas) - D Maria (Igreja)",
        "short": "1636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1636_2",
        "label": "1636",
        "long": "D Maria (Igreja) - Vale Nogueira",
        "short": "1636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1636_3",
        "label": "1636",
        "long": "Vale Nogueira - D Maria (Igreja)",
        "short": "1636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1637_0",
        "label": "1637",
        "long": "Casal Cambra - Vale Lobos (Largo)",
        "short": "1637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1638_0",
        "label": "1638",
        "long": "Oeiras (Esta\u00e7\u00e3o Norte) - Parede (Terminal)",
        "short": "1638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1638_1",
        "label": "1638",
        "long": "Aboboda (Sociedade) - Parede (Terminal)",
        "short": "1638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1638_2",
        "label": "1638",
        "long": "Oeiras (Esta\u00e7\u00e3o Norte) - Parede (Terminal) via Escola",
        "short": "1638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1638_3",
        "label": "1638",
        "long": "Oeiras (Esta\u00e7\u00e3o Norte) - Parede (Terminal) via Mercado",
        "short": "1638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1639_0",
        "label": "1639",
        "long": "Cascais (Terminal) - Rio De Mouro (Esta\u00e7\u00e3o Sul)",
        "short": "1639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1701_0",
        "label": "1701",
        "long": "Alg\u00e9s (Esta\u00e7\u00e3o) - Col\u00e9gio Militar (Metro)",
        "short": "1701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1702_0",
        "label": "1702",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) - Pontinha (Metro) via UBBO",
        "short": "1702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1703_0",
        "label": "1703",
        "long": "Amadora (Esta\u00e7\u00e3o Norte) - Pontinha (Metro)",
        "short": "1703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1704_0",
        "label": "1704",
        "long": "Amadora (Hospital) - Marqu\u00eas Pombal (Metro)",
        "short": "1704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1706_0",
        "label": "1706",
        "long": "Col\u00e9gio Militar (Metro) - UBBO via Brandoa",
        "short": "1706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1706_1",
        "label": "1706",
        "long": "Benfica (R Pereira Bernardes) - Brandoa (Alto)",
        "short": "1706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1706_2",
        "label": "1706",
        "long": "Col\u00e9gio Militar (Metro) - Brandoa (Alto)",
        "short": "1706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1707_0",
        "label": "1707",
        "long": "Col\u00e9gio Militar (Metro) \u2013 Casal Mira (UBBO) via Amadora Este (Metro)",
        "short": "1707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1707_1",
        "label": "1707",
        "long": "Casal Mira (Escola Prim\u00e1ria) - Col\u00e9gio Militar (Metro) via Amadora Este (Metro)",
        "short": "1707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1708_0",
        "label": "1708",
        "long": "Casal Mira (Centro Comercial) | Circular",
        "short": "1708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1708_1",
        "label": "1708",
        "long": "Brandoa (Alto) \u2013 Circular",
        "short": "1708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1708_2",
        "label": "1708",
        "long": "Casal Mira (Centro Comercial) \u2013 Brandoa (Alto) via Col\u00e9gio Militar",
        "short": "1708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1709_0",
        "label": "1709",
        "long": "Cane\u00e7as (Largo Jardim) - Col\u00e9gio Militar (Metro)",
        "short": "1709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1709_1",
        "label": "1709",
        "long": "Cane\u00e7as (Largo Jardim) - Pontinha (Metro)",
        "short": "1709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1710_3",
        "label": "1710",
        "long": "Cane\u00e7as (Qt\u00aa S\u00e3o Carlos) - Pontinha (Metro)",
        "short": "1710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1711_0",
        "label": "1711",
        "long": "Cane\u00e7as (Esc. Secund\u00e1ria) - Pontinha (Metro)",
        "short": "1711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1712_0",
        "label": "1712",
        "long": "Alg\u00e9s (Esta\u00e7\u00e3o) - Amadora (Esta\u00e7\u00e3o Sul)",
        "short": "1712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1713_0",
        "label": "1713",
        "long": "Alg\u00e9s (Esta\u00e7\u00e3o) - Amadora Este (Metro)",
        "short": "1713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1714_0",
        "label": "1714",
        "long": "Amadora (Esta\u00e7\u00e3o Sul) - Bel\u00e9m (Esta\u00e7\u00e3o)",
        "short": "1714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1715_0",
        "label": "1715",
        "long": "Bel\u00e9m (Esta\u00e7\u00e3o) - Mira Sintra (Mercado)",
        "short": "1715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1715_1",
        "label": "1715",
        "long": "Bel\u00e9m (Esta\u00e7\u00e3o) - Agualva-Cac\u00e9m (Esta\u00e7\u00e3o)",
        "short": "1715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1716_0",
        "label": "1716",
        "long": "Idanha (Urb Campinas) - Marqu\u00eas Pombal (Metro)",
        "short": "1716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1716_1",
        "label": "1716",
        "long": "Idanha (Urb Campinas) - Queluz - Belas (Esta\u00e7\u00e3o)",
        "short": "1716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1717_0",
        "label": "1717",
        "long": "Col\u00e9gio Militar (Metro) - Massam\u00e1-Barcarena (Esta\u00e7\u00e3o Sul) via Amadora Este (Metro)",
        "short": "1717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1718_0",
        "label": "1718",
        "long": "Grajal - Bel\u00e9m (Esta\u00e7\u00e3o)",
        "short": "1718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1719_0",
        "label": "1719",
        "long": "Casal de Cambra - Col\u00e9gio Militar (Metro)",
        "short": "1719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1720_0",
        "label": "1720",
        "long": "Casal de Cambra - Col\u00e9gio Militar (Metro) via Queluz-Belas (Esta\u00e7\u00e3o)",
        "short": "1720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1720_1",
        "label": "1720",
        "long": "A-da-Beja - Col\u00e9gio Militar (Metro)",
        "short": "1720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1721_0",
        "label": "1721",
        "long": "Col\u00e9gio Militar (Metro) - Massam\u00e1 (Casal do Olival) via Amadora Este (Metro)",
        "short": "1721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1721_2",
        "label": "1721",
        "long": "Massam\u00e1 (Casal Olival) - Queluz (4 Caminhos)",
        "short": "1721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1722_0",
        "label": "1722",
        "long": "Alfragide (Centro Comercial) - Hospital S\u00e3o Francisco Xavier",
        "short": "1722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1723_0",
        "label": "1723",
        "long": "Carnaxide (Av Portugal) - Marqu\u00eas Pombal (Metro)",
        "short": "1723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1724_0",
        "label": "1724",
        "long": "Linda-a-Velha \u2013 Marqu\u00eas Pombal (Metro) via Alto Sta Catarina",
        "short": "1724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1724_1",
        "label": "1724",
        "long": "Linda-a-Velha (Alto Sta Catarina) \u2013 Marqu\u00eas Pombal (Metro)",
        "short": "1724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1724_2",
        "label": "1724",
        "long": "Marqu\u00eas Pombal (Metro) via Linda-a-Velha | Circular",
        "short": "1724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1724_3",
        "label": "1724",
        "long": "Linda-a-Velha \u2013 Marqu\u00eas Pombal (Metro)",
        "short": "1724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1725_0",
        "label": "1725",
        "long": "Marqu\u00eas Pombal (Metro) - Oeiras (Esta\u00e7\u00e3o Norte)",
        "short": "1725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1726_0",
        "label": "1726",
        "long": "Marqu\u00eas Pombal (Metro) - Queijas (PSP)",
        "short": "1726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1726_1",
        "label": "1726",
        "long": "Marqu\u00eas Pombal (Metro) - Queijas (PSP) via Carnaxide Esc. Sec",
        "short": "1726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1726_2",
        "label": "1726",
        "long": "Marqu\u00eas Pombal (Metro) - Carnaxide (Escola Secund\u00e1ria)",
        "short": "1726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1728_0",
        "label": "1728",
        "long": "Marqu\u00eas Pombal (Metro) - Queijas (PSP) via Alto Sta Catarina",
        "short": "1728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1728_1",
        "label": "1728",
        "long": "Marqu\u00eas Pombal (Metro) - Queijas (PSP) via Linda-a-Velha",
        "short": "1728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1729_0",
        "label": "1729",
        "long": "Marqu\u00eas Pombal (Metro) - Queluz Baixo (Centro Comercial)",
        "short": "1729",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1729_1",
        "label": "1729",
        "long": "Marqu\u00eas Pombal (Metro) - Queijas (PSP)",
        "short": "1729",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1730_0",
        "label": "1730",
        "long": "Marqu\u00eas Pombal (Metro) - Queluz Baixo (Centro Comercial) via Linda-a-Velha",
        "short": "1730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1730_1",
        "label": "1730",
        "long": "Marqu\u00eas Pombal (Metro) - Queluz Baixo (Centro Comercial) via Linda-a-Velha e Alto Sta Catarina",
        "short": "1730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1730_2",
        "label": "1730",
        "long": "Queluz Baixo (Centro Comercial) - Marqu\u00eas Pombal (Metro) via Carnaxide Esc. Sec",
        "short": "1730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1730_3",
        "label": "1730",
        "long": "Queluz Baixo (Centro Comercial) - Marqu\u00eas Pombal (Metro)",
        "short": "1730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1731_0",
        "label": "1731",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) - Hospital S\u00e3o Francisco Xavier",
        "short": "1731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1733_0",
        "label": "1733",
        "long": "Marqu\u00eas Pombal (Metro) - S\u00e3o Marcos via Queijas (Rotunda) e Taguspark",
        "short": "1733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1733_1",
        "label": "1733",
        "long": "Marqu\u00eas Pombal (Metro) - S\u00e3o Marcos via Queijas e TagusPark",
        "short": "1733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1733_2",
        "label": "1733",
        "long": "S\u00e3o Marcos - Marqu\u00eas Pombal (Metro)",
        "short": "1733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1740_0",
        "label": "1740",
        "long": "Marqu\u00eas de Pombal (Metro) - Algueir\u00e3o-Mem Martins (Esta\u00e7\u00e3o)",
        "short": "1740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "1741_0",
        "label": "1741",
        "long": "Marqu\u00eas de Pombal (Metro) -Monte Abra\u00e3o (Esta\u00e7\u00e3o) via Alg\u00e9s",
        "short": "1741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A9057",
        "color_name": "green",
        "has_shape": true,
        "id": "1997_0",
        "label": "1997",
        "long": "Cascais - Caxias",
        "short": "1997",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A9057",
        "color_name": "green",
        "has_shape": true,
        "id": "1997_1",
        "label": "1997",
        "long": "Caxias - Cascais",
        "short": "1997",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2002_0",
        "label": "2002",
        "long": "A-dos-C\u00e3os - Loures (Centro Saude)",
        "short": "2002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2003_0",
        "label": "2003",
        "long": "Guerreiros - Guerreiros",
        "short": "2003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2003_1",
        "label": "2003",
        "long": "Guerreiros - Guerreiros via Bolores",
        "short": "2003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2004_0",
        "label": "2004",
        "long": "Bairro de Santa Maria - Loures (Centro Saude)",
        "short": "2004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2006_0",
        "label": "2006",
        "long": "Bucelas | Circular via Vila Nova",
        "short": "2006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2008_0",
        "label": "2008",
        "long": "Bucelas - Mato da Cruz | Circular",
        "short": "2008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2011_0",
        "label": "2011",
        "long": "Cabe\u00e7o de Montachique - Loures (Centro Saude) via Murteira",
        "short": "2011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2011_1",
        "label": "2011",
        "long": "Tocadelos - Loures (Centro Saude) via Murteira",
        "short": "2011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2014_0",
        "label": "2014",
        "long": "Frielas - Torres da Bela Vista via Santo Ant\u00f3nio dos Cavaleiros",
        "short": "2014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2016_0",
        "label": "2016",
        "long": "Guerreiros - Hospital Beatriz Angelo",
        "short": "2016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2016_1",
        "label": "2016",
        "long": "Torre dos Trotes - Hospital Beatriz Angelo",
        "short": "2016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2017_0",
        "label": "2017",
        "long": "Guerreiros - Loures Loures (Centro Saude)",
        "short": "2017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2020_0",
        "label": "2020",
        "long": "Santo Ant\u00f3nio dos Cavaleiros | Circular via Paradela",
        "short": "2020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2021_0",
        "label": "2021",
        "long": "Santo Ant\u00e3o do Tojal - Loures | Circular Sete Casas",
        "short": "2021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2024_0",
        "label": "2024",
        "long": "Santo Ant\u00f3nio dos Cavaleiros | Circular via Cidade Nova",
        "short": "2024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2026_0",
        "label": "2026",
        "long": "Loures | Circular via Rua Rep\u00fablica",
        "short": "2026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2028_0",
        "label": "2028",
        "long": "Loures | Circular via Santo Ant\u00f3nio dos Cavaleiros",
        "short": "2028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2029_0",
        "label": "2029",
        "long": "Moscavide (Urbaniza\u00e7\u00e3o Jardins do Cristo Rei) | Circular via Portela",
        "short": "2029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2030_0",
        "label": "2030",
        "long": "Sacav\u00e9m (Centro Sa\u00fade) | Circular via Fetais",
        "short": "2030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2031_0",
        "label": "2031",
        "long": "Sacav\u00e9m (Centro Sa\u00fade) | Circular",
        "short": "2031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2032_0",
        "label": "2032",
        "long": "Sacav\u00e9m (Esta\u00e7\u00e3o) | Circular via S\u00e3o Jo\u00e3o da Talha",
        "short": "2032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2034_0",
        "label": "2034",
        "long": "Santa Iria da Az\u00f3ia (Esta\u00e7\u00e3o) | Circular",
        "short": "2034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2035_0",
        "label": "2035",
        "long": "Tojal (Jardim) - Santo Ant\u00e3o do Tojal via MARL",
        "short": "2035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2036_0",
        "label": "2036",
        "long": "Urbana de Camarate | Circular",
        "short": "2036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2037_0",
        "label": "2037",
        "long": "Zambujal | Circular via Infantado",
        "short": "2037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2038_0",
        "label": "2038",
        "long": "Bucelas | Circular via Loures",
        "short": "2038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2039_0",
        "label": "2039",
        "long": "Bucelas - Zambujal via Sete Casas e loures",
        "short": "2039",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2040_0",
        "label": "2040",
        "long": "Loures | Circular via Urmeira",
        "short": "2040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2101_0",
        "label": "2101",
        "long": "Achada - Lagoa (Colegio Miramar)",
        "short": "2101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2102_0",
        "label": "2102",
        "long": "Salgados - Lagoa (Colegio Miramar)",
        "short": "2102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2103_0",
        "label": "2103",
        "long": "Antas - Mafra (Parque Desportivo)",
        "short": "2103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2103_1",
        "label": "2103",
        "long": "Antas - Mafra (Parque Desportivo) via Casais Monte Bom",
        "short": "2103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2104_0",
        "label": "2104",
        "long": "Avessada - Malveira (Terminal)",
        "short": "2104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2105_0",
        "label": "2105",
        "long": "Barreiralva - Mafra (Parque Desportivo)",
        "short": "2105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2106_0",
        "label": "2106",
        "long": "Bocal - Mafra (Parque Desportivo)",
        "short": "2106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2106_1",
        "label": "2106",
        "long": "Bocal - Mafra (Parque Desportivo)",
        "short": "2106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2106_2",
        "label": "2106",
        "long": "Venda do Pinheiro - Bocal",
        "short": "2106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2107_0",
        "label": "2107",
        "long": "Bocal - Malveira (Terminal) via Avessada e Portela",
        "short": "2107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2107_1",
        "label": "2107",
        "long": "Bocal - Malveira (Terminal) via Avessada e Portela",
        "short": "2107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2108_0",
        "label": "2108",
        "long": "Cachoeira - Malveira",
        "short": "2108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2109_0",
        "label": "2109",
        "long": "Cachoeira - Venda do Pinheiro (Terminal)",
        "short": "2109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2110_0",
        "label": "2110",
        "long": "Carvalhal - Mafra (Parque Desportivo) via Mata Grande e Valverde",
        "short": "2110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2110_1",
        "label": "2110",
        "long": "Carvalhal - Mafra (Parque Desportivo)",
        "short": "2110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2110_2",
        "label": "2110",
        "long": "Carvalhal - Mafra (Parque Desportivo) via Valverde",
        "short": "2110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2111_0",
        "label": "2111",
        "long": "Casais da Areia - Lagoa (Colegio Miramar)",
        "short": "2111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2112_0",
        "label": "2112",
        "long": "Casais de S\u00e3o Louren\u00e7o - Ericeira (Terminal)",
        "short": "2112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2113_0",
        "label": "2113",
        "long": "Ericeira (Terminal) - Casais de S\u00e3o Louren\u00e7o via Feiteira",
        "short": "2113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2113_1",
        "label": "2113",
        "long": "Ribamar - Ericeira (Terminal) via Feiteira",
        "short": "2113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2114_0",
        "label": "2114",
        "long": "Charneca - Lagoa (Colegio Miramar)",
        "short": "2114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2115_0",
        "label": "2115",
        "long": "Code\u00e7al (Tapada Nacional) - Lagoa (Colegio Miramar)",
        "short": "2115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2116_0",
        "label": "2116",
        "long": "Encarna\u00e7\u00e3o - Mafra (Parque Desportivo)",
        "short": "2116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2117_0",
        "label": "2117",
        "long": "Encarna\u00e7\u00e3o (Cemiterio) - Ericeira (Terminal) via Ribamar",
        "short": "2117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2117_1",
        "label": "2117",
        "long": "Encarna\u00e7\u00e3o (Cemiterio) - Ericeira (Terminal) via Ribamar e Valongo",
        "short": "2117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2117_2",
        "label": "2117",
        "long": "Talefe - Encarna\u00e7\u00e3o Cruz",
        "short": "2117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2118_0",
        "label": "2118",
        "long": "Encarna\u00e7\u00e3o (Cemiterio) - Ericeira (Terminal) via Santo Isidoro e Monte Godel",
        "short": "2118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2118_1",
        "label": "2118",
        "long": "Monte Bom Cruz - Ericeira (Terminal) via Santo Isidoro e Monte Godel",
        "short": "2118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2118_2",
        "label": "2118",
        "long": "Encarna\u00e7\u00e3o (Cemit\u00e9rio) - Ericeira (Terminal) via Santo Isidoro",
        "short": "2118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2118_3",
        "label": "2118",
        "long": "Ericeira (Terminal) - Achada (Cabe\u00e7a Alta)",
        "short": "2118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2118_4",
        "label": "2118",
        "long": "Ericeira (Terminal) - Monte Bom Cruz via Monte Godel",
        "short": "2118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2119_0",
        "label": "2119",
        "long": "Encarna\u00e7\u00e3o (Cemiterio) - Lagoa (Colegio Miramar)",
        "short": "2119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2119_1",
        "label": "2119",
        "long": "Encarna\u00e7\u00e3o - Lagoa (Colegio Miramar)",
        "short": "2119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2120_0",
        "label": "2120",
        "long": "Enxara do Bispo - Ericeira (Terminal)",
        "short": "2120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2121_0",
        "label": "2121",
        "long": "Gradil - Enxara do Bispo",
        "short": "2121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2123_0",
        "label": "2123",
        "long": "Praia da Foz do Lizandro - Praia de Ribeira d'Ilhas",
        "short": "2123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2123_1",
        "label": "2123",
        "long": "Ericeira (Terminal) - Praia da Foz do Lizandro",
        "short": "2123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2123_2",
        "label": "2123",
        "long": "Praia da Foz do Lizandro - Ericeira (Terminal)",
        "short": "2123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2124_0",
        "label": "2124",
        "long": "Urbana da Ericeira 1 | Circular via Colinas Atlantico",
        "short": "2124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2125_0",
        "label": "2125",
        "long": "Urbana da Ericeira 2 | Circular via Outeirinho e Fonte Boa da Brincosa",
        "short": "2125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2125_1",
        "label": "2125",
        "long": "Urbana da Ericeira 2 | Circular via Fonte Boa da Brincosa",
        "short": "2125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2125_2",
        "label": "2125",
        "long": "Urbana da Ericeira 2 | Circular via Vale Carneiro",
        "short": "2125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2126_0",
        "label": "2126",
        "long": "Ericeira | Circular",
        "short": "2126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2126_1",
        "label": "2126",
        "long": "Ericeira | Circular",
        "short": "2126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2127_0",
        "label": "2127",
        "long": "Ericeira (Terminal) - Barril",
        "short": "2127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2128_0",
        "label": "2128",
        "long": "Ericeira (Terminal) - Fonte Boa da Brincosa",
        "short": "2128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2129_0",
        "label": "2129",
        "long": "Lagoa (Col\u00e9gio Miramar) - Ericeira (Terminal)",
        "short": "2129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2130_0",
        "label": "2130",
        "long": "Ericeira (Terminal) - Lagoa (Colegio Miramar) via Ribamar",
        "short": "2130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2130_1",
        "label": "2130",
        "long": "Lagoa (Col\u00e9gio Miramar) - Ribamar",
        "short": "2130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2131_0",
        "label": "2131",
        "long": "Lagoa (Colegio Miramar) - Ericeira (Terminal) via Santo Isidoro",
        "short": "2131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2131_1",
        "label": "2131",
        "long": "Lagoa (Coegio Miramar) - Ericeira (Terminal) via Santo Isidoro",
        "short": "2131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2132_0",
        "label": "2132",
        "long": "Ericeira (Terminal) - Mafra (Terminal)",
        "short": "2132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2132_1",
        "label": "2132",
        "long": "Ericeira (Terminal) - Mafra (Palacio)",
        "short": "2132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2133_0",
        "label": "2133",
        "long": "Ericeira (Terminal) - Mafra (Palacio) via Carvoeira Montesouros e Av. Portugal",
        "short": "2133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2133_1",
        "label": "2133",
        "long": "Ericeira (Terminal) - Mafra (Palacio) via Carvoeira",
        "short": "2133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2133_2",
        "label": "2133",
        "long": "Mafra (Palacio) - Carvoeira via  Montesouros e Av. Portugal",
        "short": "2133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2133_3",
        "label": "2133",
        "long": "Mafra (Palacio) - Ericeira (Terminal) via Carvoeira e Av. Portugal",
        "short": "2133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2133_4",
        "label": "2133",
        "long": "Mafra (Palacio) - Ericeira (Terminal) via Carvoeira e Montesouros",
        "short": "2133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2134_0",
        "label": "2134",
        "long": "Ervideira - Gradil",
        "short": "2134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2135_0",
        "label": "2135",
        "long": "Igreja Nova - Venda do Pinheiro (Nucleo Empresarial sul)",
        "short": "2135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2136_0",
        "label": "2136",
        "long": "Jerumelo - Mafra (Terminal)",
        "short": "2136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2137_0",
        "label": "2137",
        "long": "Lagoa (Col\u00e9gio Miramar) - Mafra (Pal\u00e1cio)",
        "short": "2137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2137_1",
        "label": "2137",
        "long": "Mafra (Alto da Vela) - Lagoa (Col\u00e9gio Miramar)",
        "short": "2137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2138_0",
        "label": "2138",
        "long": "Lagoa (Colegio Miramar) - S\u00e3o Domingos",
        "short": "2138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2139_0",
        "label": "2139",
        "long": "Lagoa (Col\u00e9gio Miramar) - Sobral da Abelheira",
        "short": "2139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2140_0",
        "label": "2140",
        "long": "Lagoa (Col\u00e9gio Miramar) - Sobreiro",
        "short": "2140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2141_0",
        "label": "2141",
        "long": "Mafra (Terminal) - Ribamar",
        "short": "2141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2142_0",
        "label": "2142",
        "long": "Mafra (Almada) | Circular",
        "short": "2142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2142_1",
        "label": "2142",
        "long": "Mafra (Almada) | Circular",
        "short": "2142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2142_2",
        "label": "2142",
        "long": "Mafra (Almada) - Mafra (Terminal)",
        "short": "2142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2143_0",
        "label": "2143",
        "long": "Mafra (Pal\u00e1cio) - Zambujal",
        "short": "2143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2144_0",
        "label": "2144",
        "long": "Mafra (Parque Desportivo) - Livramento",
        "short": "2144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2144_1",
        "label": "2144",
        "long": "Mafra (Parque Desportivo) - Santo Isidoro",
        "short": "2144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2144_2",
        "label": "2144",
        "long": "Monte Bom - Mafra (Parque Desportivo)",
        "short": "2144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2144_3",
        "label": "2144",
        "long": "Monte Bom - Mafra (Terminal)",
        "short": "2144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2145_0",
        "label": "2145",
        "long": "Mafra | Circular via Sobral da Abelheira",
        "short": "2145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2145_1",
        "label": "2145",
        "long": "Mafra | Circular via Sobral da Abelheira e Casais Monte Bom",
        "short": "2145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2146_0",
        "label": "2146",
        "long": "Malveira (Centro Saude | Circular",
        "short": "2146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2147_0",
        "label": "2147",
        "long": "Milharado - Venda do Pinheiro (Terminal)",
        "short": "2147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2147_1",
        "label": "2147",
        "long": "Venda do Pinheiro (Escola) - Povoa da Galega",
        "short": "2147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2148_0",
        "label": "2148",
        "long": "Povoa da Galega - Venda do Pinheiro (Terminal)",
        "short": "2148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2148_1",
        "label": "2148",
        "long": "Venda do Pinheiro (Terminal) - Povoa da Galega",
        "short": "2148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2149_0",
        "label": "2149",
        "long": "Prezinheira - Venda do Pinheiro (Terminal)",
        "short": "2149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2150_0",
        "label": "2150",
        "long": "Carvalhal - Venda do Pinheiro (Col\u00e9gio Santo Andr\u00e9)",
        "short": "2150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2150_1",
        "label": "2150",
        "long": "Venda do Pinheiro - Cheleiros via Arrifana",
        "short": "2150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2151_0",
        "label": "2151",
        "long": "Venda do Pinheiro (Terminal) - Vila de Canas",
        "short": "2151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2152_0",
        "label": "2152",
        "long": "Antas - Malveira (Escola)",
        "short": "2152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2202_0",
        "label": "2202",
        "long": "Arroja - Senhor Roubado (Metro)",
        "short": "2202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2203_0",
        "label": "2203",
        "long": "Arroja | Circular via Odivelas (Metro)",
        "short": "2203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2206_0",
        "label": "2206",
        "long": "Cane\u00e7as (Escola Secund\u00e1ria) - Senhor Roubado (Metro) via Patameiras (Centro Comercial)",
        "short": "2206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2207_0",
        "label": "2207",
        "long": "Cane\u00e7as (Escola Secund\u00e1ria) - Odivelas (Metro)",
        "short": "2207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2209_0",
        "label": "2209",
        "long": "Cane\u00e7as (Escola Secund\u00e1ria) - Senhor Roubado (Metro) via Casal do Bispo",
        "short": "2209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2210_0",
        "label": "2210",
        "long": "Jardim da Amoreira | Circular via Colinas do Cruzeiro",
        "short": "2210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2212_0",
        "label": "2212",
        "long": "Odivelas (Centro Comercial) | Circular",
        "short": "2212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2213_0",
        "label": "2213",
        "long": "Odivelas (Metro) | Circular via Fam\u00f5es",
        "short": "2213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2213_1",
        "label": "2213",
        "long": "Odivelas (Metro) - Fam\u00f5es",
        "short": "2213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2215_0",
        "label": "2215",
        "long": "Odivelas (Metro) - Ramada (Bons Dias)",
        "short": "2215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2217_0",
        "label": "2217",
        "long": "Odivelas (Metro) | Circular via Casal Chapim",
        "short": "2217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2218_0",
        "label": "2218",
        "long": "Odivelas (Metro) | Circular via Colinas do Cruzeiro",
        "short": "2218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2219_0",
        "label": "2219",
        "long": "Odivelas (Metro) | Circular via P\u00f3voa de Santo Adri\u00e3o",
        "short": "2219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2220_0",
        "label": "2220",
        "long": "Olival Basto | Circular via P\u00f3voa de Santo Adri\u00e3o e Odivelas (Metro)",
        "short": "2220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2221_0",
        "label": "2221",
        "long": "P\u00f3voa de Santo Adri\u00e3o (Parque Urbano) - Senhor Roubado (Metro)",
        "short": "2221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2222_0",
        "label": "2222",
        "long": "Ramada | Circular",
        "short": "2222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2223_0",
        "label": "2223",
        "long": "Senhor Roubado (Metro) | Circular via Casal Novo",
        "short": "2223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2223_1",
        "label": "2223",
        "long": "Casal Novo (Trigache) - Senhor Roubado (Metro)",
        "short": "2223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2224_0",
        "label": "2224",
        "long": "Arroja | Circular via Odivelas (Centro Comercial)",
        "short": "2224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2225_0",
        "label": "2225",
        "long": "Odivelas (Metro) | Circular via Arroja",
        "short": "2225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2301_0",
        "label": "2301",
        "long": "Alverca (Esta\u00e7\u00e3o) | Circular",
        "short": "2301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2303_0",
        "label": "2303",
        "long": "Alverca (Esta\u00e7\u00e3o) - Arcena",
        "short": "2303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2304_0",
        "label": "2304",
        "long": "Alverca (Esta\u00e7\u00e3o) - Alhandra",
        "short": "2304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2306_0",
        "label": "2306",
        "long": "Alverca (Esta\u00e7\u00e3o) - Vila Franca de Xira",
        "short": "2306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2306_1",
        "label": "2306",
        "long": "Alverca (Esta\u00e7\u00e3o) - Vila Franca de Xira via Alhandra (Escola)",
        "short": "2306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2307_0",
        "label": "2307",
        "long": "Arcena - Vila Franca de Xira",
        "short": "2307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2308_0",
        "label": "2308",
        "long": "Alhandra | Circular",
        "short": "2308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2309_0",
        "label": "2309",
        "long": "Vila Franca de Xira | Circular via Alhandra",
        "short": "2309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2310_0",
        "label": "2310",
        "long": "Bom Retiro - Carregado (Esta\u00e7\u00e3o)",
        "short": "2310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2315_0",
        "label": "2315",
        "long": "Castanheira do Ribatejo (Esta\u00e7\u00e3o) | Circular via Hospital",
        "short": "2315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2317_0",
        "label": "2317",
        "long": "Fonte Santa - P\u00f3voa de Santa Iria (Esta\u00e7\u00e3o)",
        "short": "2317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2318_0",
        "label": "2318",
        "long": "P\u00f3voa de Santa Iria (Esta\u00e7\u00e3o) | Circular via Forte da Casa",
        "short": "2318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2319_0",
        "label": "2319",
        "long": "Forte da Casa | Circular via P\u00f3voa de Santa Iria",
        "short": "2319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2325_0",
        "label": "2325",
        "long": "P\u00f3voa de Santa Iria (Esta\u00e7\u00e3o) - Verdelha Ruivo",
        "short": "2325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2327_0",
        "label": "2327",
        "long": "P\u00f3voa de Santa Iria (Esta\u00e7\u00e3o) | Circular via Vialonga",
        "short": "2327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2328_0",
        "label": "2328",
        "long": "Quinta da Piedade - Vila Franca de Xira",
        "short": "2328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2329_0",
        "label": "2329",
        "long": "Alhandra (Escola) - Alverca (Esta\u00e7\u00e3o)",
        "short": "2329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2331_0",
        "label": "2331",
        "long": "Torre de Cima e Capelas - Vila Franca de Xira (Hospital)",
        "short": "2331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2333_0",
        "label": "2333",
        "long": "Vila Franca de Xira - Vila Franca de Xira (Hospital) via N1",
        "short": "2333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2335_0",
        "label": "2335",
        "long": "P\u00f3voa de Santa Iria | Circular via Escola B\u00e1sica Norte",
        "short": "2335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2336_0",
        "label": "2336",
        "long": "P\u00f3voa de Santa Iria | Circular via Centro de Sa\u00fade",
        "short": "2336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2337_0",
        "label": "2337",
        "long": "Vila Franca de Xira (Esta\u00e7\u00e3o) | Circular",
        "short": "2337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2501_0",
        "label": "2501",
        "long": "Bocal - Malveira (Terminal)",
        "short": "2501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2502_0",
        "label": "2502",
        "long": "Bucelas - Malveira",
        "short": "2502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2504_0",
        "label": "2504",
        "long": "Carrascal - Ponte de Lousa",
        "short": "2504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2505_0",
        "label": "2505",
        "long": "Loures (Centro Comercial) - Malveira (Terminal)",
        "short": "2505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2506_0",
        "label": "2506",
        "long": "Milharado (CASO) - Ponte de Lousa",
        "short": "2506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2511_0",
        "label": "2511",
        "long": "Cane\u00e7as (Escola Secund\u00e1ria) - Loures (Centro Comercial) via Bairro CTT",
        "short": "2511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2513_0",
        "label": "2513",
        "long": "Cane\u00e7as (Escola Secund\u00e1ria) - Loures",
        "short": "2513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2515_0",
        "label": "2515",
        "long": "Odivelas (Metro) | Circular via Bairro da Paradela",
        "short": "2515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2516_0",
        "label": "2516",
        "long": "Senhor Roubado (Metro) | Circular via Bairro da Paradela",
        "short": "2516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2517_0",
        "label": "2517",
        "long": "Odivelas (Metro) | Circular via Loures (Hospital) e Jardim da Amoreira",
        "short": "2517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2518_0",
        "label": "2518",
        "long": "Frielas - Senhor Roubado (Metro) via Zona Comercial",
        "short": "2518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2522_0",
        "label": "2522",
        "long": "Jardim da Amoreira - Sr. Roubado (Metro) via Montemor",
        "short": "2522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2523_0",
        "label": "2523",
        "long": "Jardim da Amoreira - Odivelas (Metro) via Montemor",
        "short": "2523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2524_0",
        "label": "2524",
        "long": "Odivelas (Metro) | Circular via Loures (Hospital)",
        "short": "2524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2525_0",
        "label": "2525",
        "long": "Santo Ant\u00e3o do Tojal - Senhor Roubado (Metro)",
        "short": "2525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2526_0",
        "label": "2526",
        "long": "Loures (Centro Comercial) - Odivelas (Metro) via Cidade Nova",
        "short": "2526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2530_0",
        "label": "2530",
        "long": "Alverca (Esta\u00e7\u00e3o) - Bucelas via Malvarosa",
        "short": "2530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2532_0",
        "label": "2532",
        "long": "Alverca (Esta\u00e7\u00e3o) - Loures",
        "short": "2532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2533_0",
        "label": "2533",
        "long": "Alverca(Est) - Santo Antao do Tojal via Casal Areias",
        "short": "2533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2534_0",
        "label": "2534",
        "long": "Loures (Supermercado) - Santa Iria da Az\u00f3ia",
        "short": "2534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2535_0",
        "label": "2535",
        "long": "Loures - Vila Franca de Xira",
        "short": "2535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2536_0",
        "label": "2536",
        "long": "Moj\u00f5es - Bairro Monjoes via P\u00f3voa de Santa Iria",
        "short": "2536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2537_0",
        "label": "2537",
        "long": "P\u00f3voa de Santa Iria (Esta\u00e7\u00e3o) - Santo Ant\u00e3o do Tojal",
        "short": "2537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2538_0",
        "label": "2538",
        "long": "P\u00f3voa de Santa Iria (Esta\u00e7\u00e3o) - Santo Antao do Tojal via Alpriate",
        "short": "2538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2539_0",
        "label": "2539",
        "long": "Santa Iria da Az\u00f3ia (Esta\u00e7\u00e3o) | Circular via S\u00e3o Jo\u00e3o da Talha",
        "short": "2539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2540_0",
        "label": "2540",
        "long": "Santa Iria de Az\u00f3ia (Esta\u00e7\u00e3o) - MARL",
        "short": "2540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2601_0",
        "label": "2601",
        "long": "Loures (Centro Comercial) - Reboleira (Esta\u00e7\u00e3o)",
        "short": "2601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2605_0",
        "label": "2605",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) - Loures",
        "short": "2605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2605_1",
        "label": "2605",
        "long": "Agualva-Cac\u00e9m (Esta\u00e7\u00e3o) - Cane\u00e7as",
        "short": "2605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2610_0",
        "label": "2610",
        "long": "Odivelas (Metro) - UBBO",
        "short": "2610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2611_0",
        "label": "2611",
        "long": "Santo Ant\u00f3nio dos Cavaleiros - UBBO",
        "short": "2611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2620_0",
        "label": "2620",
        "long": "Covas de Ferro - Loures (Centro Saude)",
        "short": "2620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2621_0",
        "label": "2621",
        "long": "Covas de Ferro - Pinheiro de Loures",
        "short": "2621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2621_1",
        "label": "2621",
        "long": "Pinheiro de Loures - A-Dos-C\u00e3os",
        "short": "2621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2625_0",
        "label": "2625",
        "long": "Mafra (Terminal)- S\u00e3o Jo\u00e3o das Lampas",
        "short": "2625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2625_1",
        "label": "2625",
        "long": "Mafra (Terminal)- S\u00e3o Jo\u00e3o das Lampas",
        "short": "2625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2626_0",
        "label": "2626",
        "long": "Mafra (Parque Desportivo) - Portela de Sintra (Esta\u00e7\u00e3o)",
        "short": "2626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2626_1",
        "label": "2626",
        "long": "Mafra (Parque Desportivo) - Cheleiros",
        "short": "2626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2626_2",
        "label": "2626",
        "long": "Mafra (Quinta Santa Barbara) - Portela de Sintra (Esta\u00e7\u00e3o)",
        "short": "2626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2627_0",
        "label": "2627",
        "long": "Mafra (Parque Desportivo) - Ribeira dos Tost\u00f5es",
        "short": "2627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2627_1",
        "label": "2627",
        "long": "Ribeira dos Tost\u00f5es - Igreja Nova",
        "short": "2627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "2630_0",
        "label": "2630",
        "long": "Cane\u00e7as (Escola Secund\u00e1ria) | Circular",
        "short": "2630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2631_0",
        "label": "2631",
        "long": "Cane\u00e7as (Escola Secund\u00e1ria) - Odivelas (Metro) via Quinta das Pretas",
        "short": "2631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2632_0",
        "label": "2632",
        "long": "Cane\u00e7as (Escola Secund\u00e1ria) - Odivelas (Metro) via Bairro Sol Nascente",
        "short": "2632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0C807E",
        "color_name": "teal",
        "has_shape": true,
        "id": "2650_0",
        "label": "2650",
        "long": "Cidade Nova - Costa da Caparica",
        "short": "2650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0C807E",
        "color_name": "teal",
        "has_shape": true,
        "id": "2651_0",
        "label": "2651",
        "long": "Bucelas - Costa da Caparica",
        "short": "2651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0C807E",
        "color_name": "teal",
        "has_shape": true,
        "id": "2652_0",
        "label": "2652",
        "long": "Costa da Caparica - Forte Casa",
        "short": "2652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0C807E",
        "color_name": "teal",
        "has_shape": true,
        "id": "2653_0",
        "label": "2653",
        "long": "Cane\u00e7as (Escola Secundaria) - Costa da Caparica",
        "short": "2653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2706_0",
        "label": "2706",
        "long": "Bucelas - Lisboa (Campo Grande) via Infantado",
        "short": "2706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2706_1",
        "label": "2706",
        "long": "Bucelas - Lisboa (Campo Grande) via A8",
        "short": "2706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2708_0",
        "label": "2708",
        "long": "Cabe\u00e7o da Aguieira - Lisboa (Esta\u00e7\u00e3o do Oriente)",
        "short": "2708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2709_0",
        "label": "2709",
        "long": "Bairro de Angola | Circular via Camarate",
        "short": "2709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2710_0",
        "label": "2710",
        "long": "Alto do Mo\u00ednho - Lisboa (Campo Grande)",
        "short": "2710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2711_0",
        "label": "2711",
        "long": "Charneca - Lisboa (Esta\u00e7\u00e3o do Oriente) via Bairro Santiago",
        "short": "2711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2713_0",
        "label": "2713",
        "long": "Lisboa (Campo Grande) | Circular via Charneca",
        "short": "2713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2713_1",
        "label": "2713",
        "long": "Lisboa (Campo Grande) - Sacav\u00e9m via Charneca",
        "short": "2713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2713_2",
        "label": "2713",
        "long": "Apela\u00e7\u00e3o - Lisboa (Campo Grande)",
        "short": "2713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2713_4",
        "label": "2713",
        "long": "Bairro S\u00e3o Jos\u00e9 - Lisboa (Campo Grande)",
        "short": "2713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2714_0",
        "label": "2714",
        "long": "Lisboa (Campo Grande) - Sacav\u00e9m (Esta\u00e7\u00e3o)",
        "short": "2714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2715_0",
        "label": "2715",
        "long": "Lisboa (Campo Grande) - Santo Ant\u00f3nio dos Cavaleiros via IC22 e Igreja",
        "short": "2715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2716_0",
        "label": "2716",
        "long": "Lisboa (Campo Grande) - Santo Ant\u00f3nio dos Cavaleiros via IC22 e Cidade Nova",
        "short": "2716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2717_0",
        "label": "2717",
        "long": "Lisboa (Campo Grande) - Loures (Centro Comercial) via IC22 e Torres da Bela Vista",
        "short": "2717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2718_0",
        "label": "2718",
        "long": "Infantado - Lisboa (Campo Grande)",
        "short": "2718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2719_0",
        "label": "2719",
        "long": "Fanh\u00f5es - Lisboa (Campo Grande)  via Sete Casas A8 e Frielas",
        "short": "2719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2720_0",
        "label": "2720",
        "long": "Lisboa (Campo Grande) - Loures (Urmeira)",
        "short": "2720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2722_0",
        "label": "2722",
        "long": "Lisboa (Areeiro) - Via Rara",
        "short": "2722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2723_0",
        "label": "2723",
        "long": "Lisboa (Campo Grande) - Zambujal",
        "short": "2723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2724_0",
        "label": "2724",
        "long": "Lisboa (Esta\u00e7\u00e3o do Oriente) - Loures (Centro Comercial) via T\u00fanel do Grilo",
        "short": "2724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2725_0",
        "label": "2725",
        "long": "Lisboa (Esta\u00e7\u00e3o do Oriente) - Loures (Centro Comercial)",
        "short": "2725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2726_0",
        "label": "2726",
        "long": "Lisboa (Esta\u00e7\u00e3o do Oriente) - Loures (Centro Comercial) via Camarate",
        "short": "2726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2727_0",
        "label": "2727",
        "long": "Lisboa (Esta\u00e7\u00e3o do Oriente) - Loures (Centro Comercial) via Unhos",
        "short": "2727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2728_0",
        "label": "2728",
        "long": "Bairro da Covina - Lisboa (Esta\u00e7\u00e3o do Oriente)",
        "short": "2728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2729_0",
        "label": "2729",
        "long": "Lisboa (Esta\u00e7\u00e3o do Oriente) - Portela da Az\u00f3ia",
        "short": "2729",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2730_0",
        "label": "2730",
        "long": "Lisboa (Esta\u00e7\u00e3o do Oriente) - Santa Iria da Az\u00f3ia",
        "short": "2730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2731_0",
        "label": "2731",
        "long": "Lisboa (Esta\u00e7\u00e3o do Oriente) | Circular via Portela",
        "short": "2731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2731_1",
        "label": "2731",
        "long": "Lisboa (Esta\u00e7\u00e3o do Oriente) - Sacav\u00e9m (Esta\u00e7\u00e3o)",
        "short": "2731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2733_0",
        "label": "2733",
        "long": "Loures (Supermercado) - Moscavide (Metro)",
        "short": "2733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2734_0",
        "label": "2734",
        "long": "Prior Velho - Sacav\u00e9m (Esta\u00e7\u00e3o)",
        "short": "2734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2735_0",
        "label": "2735",
        "long": "Sacav\u00e9m (Esta\u00e7\u00e3o) | Circular via Prior Velho",
        "short": "2735",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2736_0",
        "label": "2736",
        "long": "Lisboa (Campo Grande) | Circular via Sacav\u00e9m",
        "short": "2736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2736_1",
        "label": "2736",
        "long": "Lisboa (Campo Grande) - Apela\u00e7\u00e3o via Sacav\u00e9m",
        "short": "2736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2736_2",
        "label": "2736",
        "long": "Apela\u00e7\u00e3o (Av. Brasilia) - Lisboa (Campo Grande)",
        "short": "2736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2740_0",
        "label": "2740",
        "long": "Ericeira (Terminal) - Lisboa (C. Grande) via A8",
        "short": "2740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2740_1",
        "label": "2740",
        "long": "Ericeira (Terminal) - Lisboa (C. Grande) via A8 e Ericeira (Centro)",
        "short": "2740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2740_2",
        "label": "2740",
        "long": "Lisboa (C. Grande) - Ericeira (Terminal) via Ericeira (Centro) A8",
        "short": "2740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2741_0",
        "label": "2741",
        "long": "Ericeira (Terminal) - Lisboa (C. Grande) via Freixeira e A8",
        "short": "2741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2741_1",
        "label": "2741",
        "long": "Ericeira (Terminal) - Lisboa (C. Grande) via Ericeira (Centro) Freixeira e A8",
        "short": "2741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2742_0",
        "label": "2742",
        "long": "Lisboa (C. Grande) - Mafra (Terminal)",
        "short": "2742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2742_1",
        "label": "2742",
        "long": "Malveira - Lisboa (C. Grande)",
        "short": "2742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2743_0",
        "label": "2743",
        "long": "Lisboa (C. Grande) - Povoa da Galega via A8 e Sete Casas",
        "short": "2743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2744_0",
        "label": "2744",
        "long": "Lisboa (C. Grande) - Povoa da Galega via A8 Lousa e Freixeira",
        "short": "2744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2745_0",
        "label": "2745",
        "long": "Povoa da Galega - Lisboa (C. Grande) via Murteira",
        "short": "2745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2745_1",
        "label": "2745",
        "long": "Cabe\u00e7o de Montachique - Lisboa (C. Grande) via Murteira",
        "short": "2745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2746_0",
        "label": "2746",
        "long": "Lisboa (C. Grande) - Venda do Pinheiro via Milharado e A8 Lousa",
        "short": "2746",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2750_0",
        "label": "2750",
        "long": "Bucelas - Lisboa (Campo Grande) via Cabe\u00e7o de Montachique e Odivelas (Metro)",
        "short": "2750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2751_0",
        "label": "2751",
        "long": "Ericeira (Terminal) - Lisboa (C. Grande)",
        "short": "2751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2751_1",
        "label": "2751",
        "long": "Ericeira (Terminal) - Lisboa (C. Grande) via Ericeira (Centro)",
        "short": "2751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2752_0",
        "label": "2752",
        "long": "Lisboa (C. Grande) - Malveira (Terminal)",
        "short": "2752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2753_0",
        "label": "2753",
        "long": "Lisboa (C. Grande) - Milharado (CASO) via Lousa",
        "short": "2753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2754_0",
        "label": "2754",
        "long": "Lisboa (C. Grande) - Povoa da Galega via Guerreiros e Lousa",
        "short": "2754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2754_1",
        "label": "2754",
        "long": "Povoa da Galega - Loures (Centro Saude) via Lousa e Guerreiros",
        "short": "2754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2754_2",
        "label": "2754",
        "long": "Lisboa (C. Grande) - Povoa da Galega via Lumiar e Guerreiros",
        "short": "2754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2755_0",
        "label": "2755",
        "long": "Lisboa (C. Grande) - Povoa da Galega via Casais do Forno",
        "short": "2755",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2756_0",
        "label": "2756",
        "long": "Lisboa (C. Grande) - Povoa da Galega via Urbaniza\u00e7\u00e3o do Almirante",
        "short": "2756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2756_1",
        "label": "2756",
        "long": "Povoa da Galega - Lisboa (C. Grande) via Urbaniza\u00e7\u00e3o do Almirante e Lumiar",
        "short": "2756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2758_0",
        "label": "2758",
        "long": "Lisboa (C. Grande) - Mafra (Terminal) via Loures",
        "short": "2758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2759_0",
        "label": "2759",
        "long": "Guerreiros - Lisboa via A8",
        "short": "2759",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2761_0",
        "label": "2761",
        "long": "Bucelas - Lisboa (Campo Grande) via Cabe\u00e7o de Montachique e Ramada",
        "short": "2761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2762_0",
        "label": "2762",
        "long": "Bucelas - Lisboa (Campo Grande) via Ribas A8 e Frielas",
        "short": "2762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2764_0",
        "label": "2764",
        "long": "Bucelas - Lisboa (Campo Grande)",
        "short": "2764",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2765_0",
        "label": "2765",
        "long": "Cabe\u00e7o de Montachique - Lisboa (C. Grande)",
        "short": "2765",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2765_1",
        "label": "2765",
        "long": "Lisboa (C. Grande) - Cabe\u00e7o de Montachique via Palhais",
        "short": "2765",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2768_0",
        "label": "2768",
        "long": "Casal da Paradela - Lisboa (Campo Grande)",
        "short": "2768",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2769_0",
        "label": "2769",
        "long": "Lisboa (Campo Grande) - Santo Ant\u00f3nio de Cavaleiros via Cidade Nova",
        "short": "2769",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2770_0",
        "label": "2770",
        "long": "Lisboa (Campo Grande) - Santo Ant\u00f3nio dos Cavaleiros via Lumiar e Cidade Nova",
        "short": "2770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2772_0",
        "label": "2772",
        "long": "Lisboa (Campo Grande) - Torres da Bela Vista via Lumiar",
        "short": "2772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2772_1",
        "label": "2772",
        "long": "Lisboa (Campo Grande) - Torres da Bela Vista via Lumiar e Centro Comercial",
        "short": "2772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2774_0",
        "label": "2774",
        "long": "Frielas - Lisboa (Campo Grande)",
        "short": "2774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2776_0",
        "label": "2776",
        "long": "Guerreiros - Lisboa (C. Grande)",
        "short": "2776",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2776_1",
        "label": "2776",
        "long": "Guerreiros - Lisboa (C. Grande) via Lumiar",
        "short": "2776",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2780_0",
        "label": "2780",
        "long": "Loures (Centro Comercial) - Pontinha (Metro)",
        "short": "2780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2781_0",
        "label": "2781",
        "long": "Loures (Centro Comercial) - Pontinha (Metro) via Ramada",
        "short": "2781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2781_1",
        "label": "2781",
        "long": "Loures (Centro Comercial) - Pontinha (Metro) via Serra da Amoreira",
        "short": "2781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2782_0",
        "label": "2782",
        "long": "Bucelas - Lisboa (Campo Grande) via Ribas e Manjoeira",
        "short": "2782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2785_0",
        "label": "2785",
        "long": "Covas de Ferro - Lisboa (C. Grande)",
        "short": "2785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2785_1",
        "label": "2785",
        "long": "A-Dos-C\u00e3os - Lisboa (C. Grande)",
        "short": "2785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2790_0",
        "label": "2790",
        "long": "Alverca (Esta\u00e7\u00e3o) - Lisboa (Areeiro)",
        "short": "2790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2792_0",
        "label": "2792",
        "long": "Arcena - Lisboa (Esta\u00e7\u00e3o do Oriente)",
        "short": "2792",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2792_1",
        "label": "2792",
        "long": "Arcena - Lisboa (Esta\u00e7\u00e3o do Oriente) via A1",
        "short": "2792",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2793_0",
        "label": "2793",
        "long": "Lisboa (Campo Grande) - Quinta da Piedade",
        "short": "2793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2794_0",
        "label": "2794",
        "long": "Forte da Casa - Lisboa (Esta\u00e7\u00e3o do Oriente)",
        "short": "2794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2795_0",
        "label": "2795",
        "long": "Lisboa (Campo Grande) - Santa Iria da Az\u00f3ia",
        "short": "2795",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2796_0",
        "label": "2796",
        "long": "Lisboa (Campo Grande) - Vialonga via Infantado",
        "short": "2796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2796_1",
        "label": "2796",
        "long": "Lisboa (Campo Grande) - Vialonga via Infantado e MARL",
        "short": "2796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2797_0",
        "label": "2797",
        "long": "Vialonga - Lisboa (Campo Grande) via A8",
        "short": "2797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2797_1",
        "label": "2797",
        "long": "Lisboa (Campo Grande) - Vialonga via A8 e A9",
        "short": "2797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2797_2",
        "label": "2797",
        "long": "Lisboa (Campo Grande) - Vialonga via A8 A9 e MARL",
        "short": "2797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2801_0",
        "label": "2801",
        "long": "Ericeira (Terminal) - Lisboa (C. Grande) via A21/A8",
        "short": "2801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2801_1",
        "label": "2801",
        "long": "Ericeira (Terminal) - Lisboa (C. Grande) via Ericeira (Centro) e A21/A8",
        "short": "2801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2801_2",
        "label": "2801",
        "long": "Ericeira (Terminal) - Lisboa (C. Grande) via Ericeira (Centro) e A21/",
        "short": "2801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2802_0",
        "label": "2802",
        "long": "Lisboa (C. Grande) - Mafra (Terminal) via A21",
        "short": "2802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2803_0",
        "label": "2803",
        "long": "Ericeira (Terminal) - Lisboa (C. Grande) via Mafra e A21/A8",
        "short": "2803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2803_1",
        "label": "2803",
        "long": "Ericeira (Terminal) - Lisboa (C. Grande) via Ericeira (Centro) Mafra e A21/A8",
        "short": "2803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2804_0",
        "label": "2804",
        "long": "Lisboa (C. Grande) - Mafra via A8",
        "short": "2804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2804_1",
        "label": "2804",
        "long": "Lisboa (C. Grande) - Mafra (Quinta das Pevides) via A8",
        "short": "2804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2804_2",
        "label": "2804",
        "long": "Lisboa (C. Grande) - Malveira (Terminal) via A8",
        "short": "2804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2805_0",
        "label": "2805",
        "long": "Encarna\u00e7\u00e3o - Lisboa (C. Grande)",
        "short": "2805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2806_0",
        "label": "2806",
        "long": "Lisboa (C. Grande) - Livramento",
        "short": "2806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2807_0",
        "label": "2807",
        "long": "Lisboa (C. Grande) - Zambujal via Mafra",
        "short": "2807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2810_0",
        "label": "2810",
        "long": "Arroja - Lisboa (Campo Grande)",
        "short": "2810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2811_0",
        "label": "2811",
        "long": "Cane\u00e7as (Bairro Monte Verde) - Lisboa (Col\u00e9gio Militar)",
        "short": "2811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2812_0",
        "label": "2812",
        "long": "Cane\u00e7as (Escola Secund\u00e1ria) - Lisboa (Campo Grande) via Senhor Roubado (Metro)",
        "short": "2812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2813_0",
        "label": "2813",
        "long": "Cane\u00e7as - Lisboa (Col\u00e9gio Militar)",
        "short": "2813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2814_0",
        "label": "2814",
        "long": "Casal Novo - Pontinha (Metro)",
        "short": "2814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2816_0",
        "label": "2816",
        "long": "Lisboa (Campo Grande) - Ramada (Bairro Bons Dias)",
        "short": "2816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2817_0",
        "label": "2817",
        "long": "Lisboa (Col\u00e9gio Militar) - Odivelas (Metro) via Serra da Luz",
        "short": "2817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2818_0",
        "label": "2818",
        "long": "Lisboa (Col\u00e9gio Militar) - Serra da Amoreira",
        "short": "2818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2821_0",
        "label": "2821",
        "long": "Loures (Centro Comercial) - Pontinha (Metro) via Cidade Nova",
        "short": "2821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2824_0",
        "label": "2824",
        "long": "Pontinha (Metro) - Senhor Roubado (Metro) via Serra da Luz",
        "short": "2824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2830_0",
        "label": "2830",
        "long": "Cane\u00e7as - Lisboa (Col\u00e9gio Militar) via Casal do Bispo",
        "short": "2830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2831_0",
        "label": "2831",
        "long": "Cane\u00e7as (Escola Secund\u00e1ria) - Pontinha (Metro) via Casal do Bispo e Vale Grande",
        "short": "2831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2833_0",
        "label": "2833",
        "long": "Pontinha (Metro) | Circular via Casal Novo",
        "short": "2833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2833_1",
        "label": "2833",
        "long": "Casal Novo - Pontinha (Metro) via Casal de Cambra",
        "short": "2833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2833_2",
        "label": "2833",
        "long": "Pontinha (Metro) - Casal Novo via Casal de Cambra",
        "short": "2833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2841_0",
        "label": "2841",
        "long": "Lisboa (Campo Grande) - Sobralinho via A1 e Arcena",
        "short": "2841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2841_2",
        "label": "2841",
        "long": "Lisboa (Campo Grande) - Sobralinho via A1 Arcena e N10",
        "short": "2841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2842_0",
        "label": "2842",
        "long": "Lisboa (Campo Grande) - Vila Franca de Xira via Alverca e N10",
        "short": "2842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0C807E",
        "color_name": "teal",
        "has_shape": true,
        "id": "2850_0",
        "label": "2850",
        "long": "Costa da Caparica - P\u00f3voa de Santo Adri\u00e3o (Parque Urbano)",
        "short": "2850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2900_0",
        "label": "2900",
        "long": "Lisboa (C. Grande) - S\u00c3\u00a3o Sebasti\u00e3o",
        "short": "2900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2901_0",
        "label": "2901",
        "long": "Rolia - Venda do Pinheiro (Terminal)",
        "short": "2901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2901_1",
        "label": "2901",
        "long": "Povoa da Galega - Venda do Pinheiro",
        "short": "2901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BB3E96",
        "color_name": "pink",
        "has_shape": true,
        "id": "2905_0",
        "label": "2905",
        "long": "Aranha (Rotunda) - Ericeira (Terminal)",
        "short": "2905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2906_0",
        "label": "2906",
        "long": "Assenta - Encarna\u00e7\u00e3o Cruz",
        "short": "2906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2907_0",
        "label": "2907",
        "long": "Assenta - Ericeira (Terminal)",
        "short": "2907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BB3E96",
        "color_name": "pink",
        "has_shape": true,
        "id": "2908_0",
        "label": "2908",
        "long": "Cambelas - Encarna\u00e7\u00e3o Cruz",
        "short": "2908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BB3E96",
        "color_name": "pink",
        "has_shape": true,
        "id": "2908_1",
        "label": "2908",
        "long": "Encarna\u00e7\u00e3o Cruz - Barril",
        "short": "2908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2910_0",
        "label": "2910",
        "long": "Ervideira - Malveira",
        "short": "2910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2910_1",
        "label": "2910",
        "long": "S\u00e3o Sebasti\u00e3o - Malveira",
        "short": "2910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2910_2",
        "label": "2910",
        "long": "Malveira (Terminal) - Ervideira_(C)",
        "short": "2910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2911_0",
        "label": "2911",
        "long": "Ervideira - Malveira (Terminal) via Vila Franca do Rosario",
        "short": "2911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2911_1",
        "label": "2911",
        "long": "Malveira (Terminal) - S\u00e3o Sebasti\u00e3o",
        "short": "2911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2912_0",
        "label": "2912",
        "long": "Malveira (Terminal)  - S\u00e3o Sebastiao via Vila Franca do Rosario",
        "short": "2912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2913_0",
        "label": "2913",
        "long": "Mafra (Parque Desportivo) - Pero Negro (Esta\u00e7ao)",
        "short": "2913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2913_1",
        "label": "2913",
        "long": "Mafra (Parque Desportivo) - Gradil",
        "short": "2913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BB3E96",
        "color_name": "pink",
        "has_shape": true,
        "id": "2914_0",
        "label": "2914",
        "long": "Mafra (Parque Desportivo) - S\u00e3o Pedro da Cadeira (Rotunda da Aranha)",
        "short": "2914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2915_0",
        "label": "2915",
        "long": "Vila Franca do Rosario - Malveira (Terminal)",
        "short": "2915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2920_0",
        "label": "2920",
        "long": "A-do-Mour\u00e3o - Alverca (Esta\u00e7\u00e3o)",
        "short": "2920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BB3E96",
        "color_name": "pink",
        "has_shape": true,
        "id": "2921_0",
        "label": "2921",
        "long": "Vila Franca de Xira - Arruda Vinhos",
        "short": "2921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2926_0",
        "label": "2926",
        "long": "Castanheira (Esta\u00e7\u00e3o) - Vila Franca de Xira via Cachoeiras",
        "short": "2926",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "2927_0",
        "label": "2927",
        "long": "Castanheira (Esta\u00e7\u00e3o) - Vila Franca de Xira via Montegordo",
        "short": "2927",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BB3E96",
        "color_name": "pink",
        "has_shape": true,
        "id": "2928_0",
        "label": "2928",
        "long": "Arruda dos Vinhos - Vila Franca de Xira via Casais da Granja",
        "short": "2928",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3001_0",
        "label": "3001",
        "long": "Almada (Cristo Rei) - Cacilhas (Terminal)",
        "short": "3001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3003_0",
        "label": "3003",
        "long": "Almada Forum - Cacilhas (Terminal)",
        "short": "3003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3004_0",
        "label": "3004",
        "long": "Almada Forum - Marisol",
        "short": "3004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3004_1",
        "label": "3004",
        "long": "Vale Figueira (Esc Sec Daniel Sampaio) - Marisol",
        "short": "3004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3005_0",
        "label": "3005",
        "long": "Flexibus Almada | Circular",
        "short": "3005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3007_0",
        "label": "3007",
        "long": "Bairro Fundo Fomento - Cacilhas (Terminal)",
        "short": "3007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3008_0",
        "label": "3008",
        "long": "Monte de Caparica - Quintinhas",
        "short": "3008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3009_0",
        "label": "3009",
        "long": "Cacilhas (Terminal) - Trafaria (Terminal)",
        "short": "3009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3011_0",
        "label": "3011",
        "long": "Cacilhas (Terminal) - Costa da Caparica via Escola Jos\u00e9 Cardoso Pires",
        "short": "3011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3012_0",
        "label": "3012",
        "long": "Cacilhas (Terminal) - Fonte da Telha",
        "short": "3012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3012_1",
        "label": "3012",
        "long": "Cacilhas (Terminal) - Charneca da Caparica (Tremoceira)",
        "short": "3012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3013_0",
        "label": "3013",
        "long": "Cacilhas (Terminal) - Feij\u00f3 (Almada Forum)",
        "short": "3013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3017_0",
        "label": "3017",
        "long": "Charneca de Caparica - Pragal (Esta\u00e7\u00e3o)",
        "short": "3017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3018_0",
        "label": "3018",
        "long": "Charneca de Caparica - Sobreda",
        "short": "3018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3019_0",
        "label": "3019",
        "long": "Charneca de Caparica - Trafaria (Terminal)",
        "short": "3019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3021_0",
        "label": "3021",
        "long": "Costa da Caparica (Terminal) - Monte de Caparica (FCT)",
        "short": "3021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3022_0",
        "label": "3022",
        "long": "Costa da Caparica (Terminal) - Cacilhas (Terminal)",
        "short": "3022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3023_0",
        "label": "3023",
        "long": "Costa da Caparica (Terminal) - Laranjeiro",
        "short": "3023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3024_0",
        "label": "3024",
        "long": "Costa da Caparica (Terminal) - Pragal (Esta\u00e7\u00e3o)",
        "short": "3024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3025_0",
        "label": "3025",
        "long": "Costa da Caparica (Terminal) - Pragal (Esta\u00e7\u00e3o) via IC20",
        "short": "3025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3026_0",
        "label": "3026",
        "long": "Cova da Piedade - Hospital Garcia de Orta",
        "short": "3026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3026_1",
        "label": "3026",
        "long": "Cova da Piedade - Hospital Garcia de Orta via Base Naval",
        "short": "3026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3027_0",
        "label": "3027",
        "long": "Hospital Garcia de Orta - Sobreda",
        "short": "3027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3030_0",
        "label": "3030",
        "long": "Fonte da Telha - Monte de Caparica (FCT)",
        "short": "3030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3033_0",
        "label": "3033",
        "long": "Monte de Caparica | Circular",
        "short": "3033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3034_0",
        "label": "3034",
        "long": "Porto Brand\u00e3o (Terminal) - Quinta do Texugo",
        "short": "3034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3038_0",
        "label": "3038",
        "long": "Ban\u00e1tica - Porto Brand\u00e3o",
        "short": "3038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3039_0",
        "label": "3039",
        "long": "Cova do Vapor - Raposeira via Trafaria",
        "short": "3039",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3040_0",
        "label": "3040",
        "long": "Cacilhas (Terminal) - Quinta do Texugo",
        "short": "3040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3040_1",
        "label": "3040",
        "long": "Cacilhas (Terminal) - Quinta do Texugo via Qta da Gra\u00e7a",
        "short": "3040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3041_0",
        "label": "3041",
        "long": "Cacilhas (Terminal) - Lazarim (Pilotos)",
        "short": "3041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3042_0",
        "label": "3042",
        "long": "Aroeira - Charneca de Caparica",
        "short": "3042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3043_0",
        "label": "3043",
        "long": "Charneca de Caparica - Lazarim (Casalinho da Rosa)",
        "short": "3043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3044_0",
        "label": "3044",
        "long": "Costa da Caparica - Praia da Mata",
        "short": "3044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3101_0",
        "label": "3101",
        "long": "Amora - Foros de Amora (Esta\u00e7\u00e3o)",
        "short": "3101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3103_0",
        "label": "3103",
        "long": "Corroios (Esta\u00e7\u00e3o) - Paio Pires (Centro) via Farinheiras",
        "short": "3103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3104_0",
        "label": "3104",
        "long": "Corroios (Esta\u00e7\u00e3o) - Vale de Milha\u00e7os",
        "short": "3104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3105_0",
        "label": "3105",
        "long": "Fern\u00e3o Ferro - Fogueteiro (Esta\u00e7\u00e3o)",
        "short": "3105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3106_0",
        "label": "3106",
        "long": "Coina (Esta\u00e7\u00e3o) - Fern\u00e3o Ferro",
        "short": "3106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3108_0",
        "label": "3108",
        "long": "Fogueteiro (Quinta da Mata) - Foros de Amora (Esta\u00e7\u00e3o)",
        "short": "3108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3109_0",
        "label": "3109",
        "long": "Fogueteiro (Esta\u00e7\u00e3o) - Parque Empresarial do Seixal",
        "short": "3109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3110_0",
        "label": "3110",
        "long": "Fogueteiro (Esta\u00e7\u00e3o) - Redondos",
        "short": "3110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3111_0",
        "label": "3111",
        "long": "Fogueteiro (Esta\u00e7\u00e3o) - Seixal (Terminal Fluvial)",
        "short": "3111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3111_1",
        "label": "3111",
        "long": "Fogueteiro (Esta\u00e7\u00e3o) - Seixal (Terminal Fluvial) via Escola Ant\u00f3nio Augusto Louro",
        "short": "3111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3112_0",
        "label": "3112",
        "long": "Fogueteiro (Esta\u00e7\u00e3o) - Seixal (Terminal Fluvial) via Paio Pires",
        "short": "3112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3113_0",
        "label": "3113",
        "long": "Fogueteiro (Esta\u00e7\u00e3o) - Seixal (Terminal Fluvial) via Quinta do Cabral",
        "short": "3113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3114_0",
        "label": "3114",
        "long": "Foros de Amora (Esta\u00e7\u00e3o) - Paio Pires (Quinta Flam\u00e2ncia)",
        "short": "3114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3116_0",
        "label": "3116",
        "long": "Marisol (Valadares) - Seixal (Terminal Fluvial) via Corroios (Esta\u00e7\u00e3o)",
        "short": "3116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3116_1",
        "label": "3116",
        "long": "Marisol (Valadares) - Corroios (Esta\u00e7\u00e3o)",
        "short": "3116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3118_0",
        "label": "3118",
        "long": "Marisol (Valadares) - Seixal (Terminal Fluvial)",
        "short": "3118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3118_1",
        "label": "3118",
        "long": "Marisol (Valadares) - Foros de Amora (Esta\u00e7\u00e3o)",
        "short": "3118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3119_0",
        "label": "3119",
        "long": "Pinhal Conde Cunha - Seixal (Terminal Fluvial)",
        "short": "3119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3120_0",
        "label": "3120",
        "long": "Fern\u00e3o Ferro - Seixal (Terminal Fluvial)",
        "short": "3120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3121_0",
        "label": "3121",
        "long": "Seixal | Circular",
        "short": "3121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3122_0",
        "label": "3122",
        "long": "Casal do Sapo - Fogueteiro (Esta\u00e7\u00e3o)",
        "short": "3122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3123_0",
        "label": "3123",
        "long": "Foros de Amora (Esta\u00e7\u00e3o) - Quinta da Princesa",
        "short": "3123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3201_0",
        "label": "3201",
        "long": "Aldeia do Meco - Sesimbra (Terminal) via Aiana",
        "short": "3201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3202_0",
        "label": "3202",
        "long": "Alfarim - Sesimbra (Terminal) via Aiana e Sampaio",
        "short": "3202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3203_0",
        "label": "3203",
        "long": "Azoia - Sesimbra (Terminal)",
        "short": "3203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3204_0",
        "label": "3204",
        "long": "Azoia - Sesimbra (Terminal) via Serra da Azoia",
        "short": "3204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3205_0",
        "label": "3205",
        "long": "Cabo Espichel - Sesimbra (Terminal)",
        "short": "3205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3206_0",
        "label": "3206",
        "long": "Carrasqueira - Sesimbra (Terminal)",
        "short": "3206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3207_0",
        "label": "3207",
        "long": "Carrasqueira - Sesimbra (Terminal) via Valbom e Sampaio",
        "short": "3207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3208_0",
        "label": "3208",
        "long": "Aldeia do Meco - Sesimbra (Terminal) via Zambujal",
        "short": "3208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3209_0",
        "label": "3209",
        "long": "Fetais - Sesimbra (Terminal) via Aiana",
        "short": "3209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3210_0",
        "label": "3210",
        "long": "Lagoa de Albufeira - Sesimbra (Terminal) via Praia da Lagoa de Albufeira e do Meco",
        "short": "3210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3211_0",
        "label": "3211",
        "long": "Lagoa de Albufeira - Sesimbra (Terminal) via Sampaio",
        "short": "3211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3212_0",
        "label": "3212",
        "long": "Ma\u00e7\u00e3 (Rua Macieira) - Sesimbra (Terminal)",
        "short": "3212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3213_0",
        "label": "3213",
        "long": "Sesimbra | Circular via Pinhal de Cima",
        "short": "3213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3214_0",
        "label": "3214",
        "long": "Sampaio - Santana",
        "short": "3214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3215_0",
        "label": "3215",
        "long": "Fornos - Sampaio (via Aiana)",
        "short": "3215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3216_0",
        "label": "3216",
        "long": "Ma\u00e7\u00e3 - Sampaio",
        "short": "3216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3217_0",
        "label": "3217",
        "long": "Azoia - Sampaio",
        "short": "3217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3218_0",
        "label": "3218",
        "long": "Sesimbra | Circular via Porto de Abrigo",
        "short": "3218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3218_1",
        "label": "3218",
        "long": "Sesimbra | Circular via Porto de Abrigo e Parque de Campismo",
        "short": "3218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3220_0",
        "label": "3220",
        "long": "Sesimbra (Centro) | Circular",
        "short": "3220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3221_0",
        "label": "3221",
        "long": "Valbom - Sesimbra (Terminal) via Sampaio",
        "short": "3221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3222_0",
        "label": "3222",
        "long": "Quinta do Conde | Circular",
        "short": "3222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3223_0",
        "label": "3223",
        "long": "Sampaio (Moagem) - Sesimbra (Terminal)",
        "short": "3223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3503_0",
        "label": "3503",
        "long": "Pragal (Esta\u00e7\u00e3o) - Vale de Milha\u00e7os",
        "short": "3503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3504_0",
        "label": "3504",
        "long": "Hospital Garcia de Orta - Quintinhas",
        "short": "3504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3505_0",
        "label": "3505",
        "long": "Cacilhas (Terminal) - Paio Pires (Farinheiras)",
        "short": "3505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3506_0",
        "label": "3506",
        "long": "Cacilhas (Terminal) - Corroios (Esta\u00e7\u00e3o) via Miratejo",
        "short": "3506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3507_0",
        "label": "3507",
        "long": "Cacilhas (Terminal) - Marisol",
        "short": "3507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3508_0",
        "label": "3508",
        "long": "Cacilhas (Terminal) - Paio Pires (Centro)",
        "short": "3508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3508_1",
        "label": "3508",
        "long": "Foros de Amora (Esta\u00e7\u00e3o) - Paio Pires (Centro)",
        "short": "3508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3508_2",
        "label": "3508",
        "long": "Corroios (Esta\u00e7\u00e3o) - Paio Pires (Centro)",
        "short": "3508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3508_3",
        "label": "3508",
        "long": "Cacilhas (Terminal) - Fogueteiro",
        "short": "3508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3509_0",
        "label": "3509",
        "long": "Cacilhas (Terminal) - Paio Pires (Centro) via Seixal (Terminal Fluvial) e Amora",
        "short": "3509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3509_1",
        "label": "3509",
        "long": "Cacilhas (Terminal) - Paio Pires (Centro) via Amora e Corroios (Esta\u00e7\u00e3o)",
        "short": "3509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3510_0",
        "label": "3510",
        "long": "Cacilhas (Terminal) - Lazarim (Pilotos)",
        "short": "3510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3511_0",
        "label": "3511",
        "long": "Cacilhas (Terminal) - Pinheirinho",
        "short": "3511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3511_1",
        "label": "3511",
        "long": "Cacilhas (Terminal) - Vale de Milha\u00e7os",
        "short": "3511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3512_0",
        "label": "3512",
        "long": "Cacilhas (Terminal) - Quinta Princesa",
        "short": "3512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3513_0",
        "label": "3513",
        "long": "Cacilhas (Terminal) - Santa Marta do Pinhal",
        "short": "3513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3513_1",
        "label": "3513",
        "long": "Cacilhas (Terminal) - Santa Marta do Pinhal (Cemit\u00e9rio)",
        "short": "3513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3514_0",
        "label": "3514",
        "long": "Cacilhas (Terminal) - Vale de Milha\u00e7os",
        "short": "3514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3515_0",
        "label": "3515",
        "long": "Corroios (Esta\u00e7\u00e3o) - Lazarim (Pilotos)",
        "short": "3515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3516_0",
        "label": "3516",
        "long": "Charneca de Caparica - Corroios (Esta\u00e7\u00e3o)",
        "short": "3516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3517_0",
        "label": "3517",
        "long": "Chegadinho - Corroios (Esta\u00e7\u00e3o)",
        "short": "3517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3518_0",
        "label": "3518",
        "long": "Corroios (Esta\u00e7\u00e3o) - Vale de Figueira",
        "short": "3518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3519_0",
        "label": "3519",
        "long": "Costa da Caparica (Terminal) - Corroios (Esta\u00e7\u00e3o)",
        "short": "3519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3520_0",
        "label": "3520",
        "long": "Costa da Caparica (Terminal) - Quinta do Brasileiro",
        "short": "3520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3521_0",
        "label": "3521",
        "long": "Cruz de Pau - Fonte da Telha",
        "short": "3521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3521_1",
        "label": "3521",
        "long": "Cruz de Pau - Aroeira",
        "short": "3521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3522_0",
        "label": "3522",
        "long": "Fonte da Telha - Paio Pires (Centro)",
        "short": "3522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3523_0",
        "label": "3523",
        "long": "Fonte da Telha - Paio Pires (Quinta Flam\u00e2ncia) via Seixal (Terminal Fluvial) e Foros de Amora (Esta\u00e7\u00e3o)",
        "short": "3523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3523_1",
        "label": "3523",
        "long": "Aroeira - Paio Pires (Quinta Flam\u00e2ncia) via Seixal (Terminal Fluvial) e Foros de Amora (Esta\u00e7\u00e3o)",
        "short": "3523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3524_0",
        "label": "3524",
        "long": "Hospital Garcia de Orta - Marisol",
        "short": "3524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3525_0",
        "label": "3525",
        "long": "Hospital Garcia de Orta - Miratejo",
        "short": "3525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3526_0",
        "label": "3526",
        "long": "Laranjeiro - Pinheirinho",
        "short": "3526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3526_1",
        "label": "3526",
        "long": "Laranjeiro - Pinheirinho (Via Sta Marta do Pinhal)",
        "short": "3526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3527_0",
        "label": "3527",
        "long": "Monte de Caparica (FCT) - Paio Pires (Bairro Cucena)",
        "short": "3527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3527_1",
        "label": "3527",
        "long": "Monte de Caparica (FCT) - Paio Pires (Centro)",
        "short": "3527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3535_0",
        "label": "3535",
        "long": "Cacilhas (Terminal) - Quinta do Conde",
        "short": "3535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3536_0",
        "label": "3536",
        "long": "Cacilhas (Terminal) - Sesimbra (Terminal)",
        "short": "3536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3536_1",
        "label": "3536",
        "long": "Foros de Amora (Esta\u00e7\u00e3o) - Sesimbra (Terminal)",
        "short": "3536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3540_0",
        "label": "3540",
        "long": "Zambujal - Coina (Esta\u00e7\u00e3o)",
        "short": "3540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3541_0",
        "label": "3541",
        "long": "Coina (Esta\u00e7\u00e3o) - Fern\u00e3o Ferro via Casal do Sapo e Pinhal do General",
        "short": "3541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3542_0",
        "label": "3542",
        "long": "Coina (Esta\u00e7\u00e3o) - Praia do Meco",
        "short": "3542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3543_0",
        "label": "3543",
        "long": "Coina (Esta\u00e7\u00e3o) | Circular via Quinta do Conde",
        "short": "3543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3544_0",
        "label": "3544",
        "long": "Coina (Esta\u00e7\u00e3o) - Sesimbra (Terminal) via Marco do Grilo",
        "short": "3544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3546_0",
        "label": "3546",
        "long": "Cruz de Pau - Quinta do Conde",
        "short": "3546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3547_0",
        "label": "3547",
        "long": "Fogueteiro (Esta\u00e7\u00e3o) - Quinta do Conde via Parque Industrial do Seixal",
        "short": "3547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3547_1",
        "label": "3547",
        "long": "Fogueteiro (Esta\u00e7\u00e3o) - Quinta do Conde via Pinhal de Frades",
        "short": "3547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3548_0",
        "label": "3548",
        "long": "Marco do Grilo - Quinta do Conde",
        "short": "3548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3549_0",
        "label": "3549",
        "long": "Quinta do Conde - Sesimbra (Terminal) via Sampaio e Marco do Grilo",
        "short": "3549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3550_0",
        "label": "3550",
        "long": "Pinhal de Frades (Centro de Sa\u00fade) - Pinhal do General",
        "short": "3550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3601_0",
        "label": "3601",
        "long": "Barreiro - Cova da Piedade (Metro)",
        "short": "3601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3605_0",
        "label": "3605",
        "long": "Cacilhas (Terminal) - Set\u00fabal (ITS) via Azeit\u00e3o",
        "short": "3605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3615_0",
        "label": "3615",
        "long": "Barreiro (Terminal) - Seixal (Terminal Fluvial)",
        "short": "3615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3620_0",
        "label": "3620",
        "long": "Coina (Esta\u00e7\u00e3o) - Quinta do Conde",
        "short": "3620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3625_0",
        "label": "3625",
        "long": "Barreiro (Forum) - Sesimbra (Terminal)",
        "short": "3625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3626_0",
        "label": "3626",
        "long": "Coina (Esta\u00e7\u00e3o) - Vila Nogueira de Azeit\u00e3o",
        "short": "3626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3635_0",
        "label": "3635",
        "long": "Coina (Esta\u00e7\u00e3o) - Sesimbra (Terminal) via Azeit\u00e3o e Sampaio e Alto das Vinhas",
        "short": "3635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3640_0",
        "label": "3640",
        "long": "Azoia - Vila Nogueira de Azeit\u00e3o",
        "short": "3640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3641_0",
        "label": "3641",
        "long": "Quinta do Conde - Sampaio via Azeit\u00e3o",
        "short": "3641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3642_0",
        "label": "3642",
        "long": "Sesimbra (Terminal) - Set\u00fabal (Hospital)",
        "short": "3642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0C807E",
        "color_name": "teal",
        "has_shape": true,
        "id": "3650_0",
        "label": "3650",
        "long": "Moita - Sesimbra (Terminal)",
        "short": "3650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3701_0",
        "label": "3701",
        "long": "Almada (Hosp. Particular) - Alg\u00e9s (Terminal) (via Centro Sul)",
        "short": "3701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3702_0",
        "label": "3702",
        "long": "Almada (Parque Urbano) - Lisboa (C. Universit\u00e1ria)",
        "short": "3702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3703_0",
        "label": "3703",
        "long": "Almada (Parque Urbano) - Lisboa (Areeiro)",
        "short": "3703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3703_1",
        "label": "3703",
        "long": "Cova da Piedade - Lisboa (Alc\u00e2ntara)",
        "short": "3703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3704_0",
        "label": "3704",
        "long": "Charneca de Caparica - Lisboa (M. Pombal)",
        "short": "3704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3705_0",
        "label": "3705",
        "long": "Charneca de Caparica (Centro) - Lisboa (Sete Rios)",
        "short": "3705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3706_0",
        "label": "3706",
        "long": "Charneca de Caparica - Lisboa (Sete Rios) via Feij\u00f3",
        "short": "3706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3708_0",
        "label": "3708",
        "long": "Costa da Caparica (Terminal) - Lisboa (C. Sodr\u00e9)",
        "short": "3708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3709_0",
        "label": "3709",
        "long": "Costa da Caparica (Terminal) - Lisboa (M. Pombal)",
        "short": "3709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3710_0",
        "label": "3710",
        "long": "Costa da Caparica (Terminal) - Lisboa (Areeiro)",
        "short": "3710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3711_0",
        "label": "3711",
        "long": "Monte de Caparica (FCT) - Lisboa (Sete Rios)",
        "short": "3711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3715_0",
        "label": "3715",
        "long": "Lisboa (M. Pombal) - Santa Marta do Pinhal (via Centro Sul)",
        "short": "3715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3716_0",
        "label": "3716",
        "long": "Lisboa (Sete Rios) - Marisol",
        "short": "3716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "3717_0",
        "label": "3717",
        "long": "Lisboa (Sete Rios) - Quinta do Brasileiro (via Centro Sul)",
        "short": "3717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "3720_0",
        "label": "3720",
        "long": "Lisboa (Sete Rios) - Quinta do Conde",
        "short": "3720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "3721_0",
        "label": "3721",
        "long": "Lisboa (Sete Rios) - Sesimbra (Terminal)",
        "short": "3721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4001_0",
        "label": "4001",
        "long": "Alcochete | Circular",
        "short": "4001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4002_0",
        "label": "4002",
        "long": "S\u00e3o Francisco | Circular",
        "short": "4002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4101_0",
        "label": "4101",
        "long": "Alhos Vedros (Escola Jos\u00e9 Afonso) - Arroteias",
        "short": "4101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4102_0",
        "label": "4102",
        "long": "Moita (Esta\u00e7\u00e3o) - Sarilhos Pequenos via Gaio-Ros\u00e1rio",
        "short": "4102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4103_0",
        "label": "4103",
        "long": "Moita (Esta\u00e7\u00e3o) - Sarilhos Pequenos",
        "short": "4103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4104_0",
        "label": "4104",
        "long": "Moita | Circular via centro",
        "short": "4104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4105_0",
        "label": "4105",
        "long": "Moita | Circular via Carvalhinho",
        "short": "4105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4106_0",
        "label": "4106",
        "long": "Alhos Vedros | Circular via Centro de Sa\u00fade",
        "short": "4106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4107_0",
        "label": "4107",
        "long": "Alhos Vedros | Circular via Arroteias",
        "short": "4107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4202_0",
        "label": "4202",
        "long": "Afonsoeiro - Bairro do Saldanha via Bairro da Cal\u00e7ada",
        "short": "4202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4203_0",
        "label": "4203",
        "long": "Afonsoeiro - Montijo (Terminal Fluvial) via Bairro da Liberdade",
        "short": "4203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4204_0",
        "label": "4204",
        "long": "Bairro do Charqueir\u00e3o - Montijo (Terminal Fluvial)",
        "short": "4204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4205_0",
        "label": "4205",
        "long": "Montijo (Terminal Fluvial) - Vale Porrim via Bairro do Charqueir\u00e3o",
        "short": "4205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4206_0",
        "label": "4206",
        "long": "Bairro Esteval - Montijo (Terminal Fluvial)",
        "short": "4206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4207_0",
        "label": "4207",
        "long": "Montijo (\u00c1rea Comercial) - Montijo (Terminal Fluvial)",
        "short": "4207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4207_1",
        "label": "4207",
        "long": "Montijo (Escola Joaquim Serra) - Montijo (Terminal Fluvial)",
        "short": "4207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4207_2",
        "label": "4207",
        "long": "Bela Vista - Montijo (Terminal Fluvial)",
        "short": "4207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4208_0",
        "label": "4208",
        "long": "Montijo (Terminal Fluvial) - Sarilhos Grandes (Estr. 4 Marcos)",
        "short": "4208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4211_0",
        "label": "4211",
        "long": "Craveiras - Peg\u00f5es | Circular",
        "short": "4211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4212_0",
        "label": "4212",
        "long": "Foros Boavista - Peg\u00f5es",
        "short": "4212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4301_0",
        "label": "4301",
        "long": "Palmela (Terminal) | Circular Escolas",
        "short": "4301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4302_0",
        "label": "4302",
        "long": "Palmela (Esta\u00e7\u00e3o) - Palmela (Terminal)",
        "short": "4302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4303_0",
        "label": "4303",
        "long": "Palmela | Circular via Castelo",
        "short": "4303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4303_1",
        "label": "4303",
        "long": "Palmela | Circular",
        "short": "4303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4304_0",
        "label": "4304",
        "long": "Palmela (Terminal) - Penalva",
        "short": "4304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4305_0",
        "label": "4305",
        "long": "Brejos do Assa - Palmela (Terminal)",
        "short": "4305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4307_0",
        "label": "4307",
        "long": "Loja Nova - Palmela (Terminal)",
        "short": "4307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4307_1",
        "label": "4307",
        "long": "Loja Nova - Palmela (Terminal) via Forninho",
        "short": "4307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4308_0",
        "label": "4308",
        "long": "Palmela (Terminal) - Pinhal Novo (Esta\u00e7\u00e3o)",
        "short": "4308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4310_0",
        "label": "4310",
        "long": "\u00c1guas de Moura - Poceir\u00e3o",
        "short": "4310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4311_0",
        "label": "4311",
        "long": "Asseiceira - Poceir\u00e3o",
        "short": "4311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4312_0",
        "label": "4312",
        "long": "Poceir\u00e3o - Vale Abrunheira (X) via Fernando P\u00f3",
        "short": "4312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4312_1",
        "label": "4312",
        "long": "Poceir\u00e3o - Vale Abrunheira (X)",
        "short": "4312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4312_2",
        "label": "4312",
        "long": "Lagame\u00e7as - Poceir\u00e3o via Fernando P\u00f3",
        "short": "4312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4313_0",
        "label": "4313",
        "long": "S\u00e3o Gon\u00e7alo - Penalva",
        "short": "4313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4320_0",
        "label": "4320",
        "long": "Pinhal Novo | Circular",
        "short": "4320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4321_0",
        "label": "4321",
        "long": "Pinhal Novo - Quinta do Anjo",
        "short": "4321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4322_0",
        "label": "4322",
        "long": "Pinhal Novo - Rio Frio",
        "short": "4322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4322_1",
        "label": "4322",
        "long": "Pinhal Novo - Rio Frio via Col\u00e9gio A Palmeira",
        "short": "4322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4401_0",
        "label": "4401",
        "long": "Cachofarra - Set\u00fabal (Hospital)",
        "short": "4401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4402_0",
        "label": "4402",
        "long": "Complexo Desportivo Vale Rosa - Set\u00fabal (ITS)",
        "short": "4402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4403_0",
        "label": "4403",
        "long": "Ferro Engomar (Terminal) - Set\u00fabal (Av. Lu\u00edsa Todi) via ITS",
        "short": "4403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4404_0",
        "label": "4404",
        "long": "V\u00e1rzea (Terminal) | Circular via Bairro do Liceu",
        "short": "4404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4405_0",
        "label": "4405",
        "long": "V\u00e1rzea (Terminal) | Circular via ITS",
        "short": "4405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4406_0",
        "label": "4406",
        "long": "Manteigadas - Set\u00fabal (Mercado)",
        "short": "4406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4406_1",
        "label": "4406",
        "long": "Set\u00fabal (Polit\u00e9cnico) - Set\u00fabal (Mercado)",
        "short": "4406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4406_2",
        "label": "4406",
        "long": "Manteigadas (Feira de Santiago) - Set\u00fabal (Mercado)",
        "short": "4406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4407_0",
        "label": "4407",
        "long": "Manteigadas - Set\u00fabal (Mercado) via Bairro 25 de Abril",
        "short": "4407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4408_0",
        "label": "4408",
        "long": "Manteigadas - Set\u00fabal (Mercado) via Bela Vista",
        "short": "4408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4409_0",
        "label": "4409",
        "long": "Set\u00fabal (B\u00ba Quinta Santo Ant\u00f3nio) - Set\u00fabal (B\u00ba Viso) via Montebelo",
        "short": "4409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4410_0",
        "label": "4410",
        "long": "Manteigadas (Esc. Profissional) - Po\u00e7o Mouro via Centro Comercial",
        "short": "4410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4410_1",
        "label": "4410",
        "long": "Manteigadas (Feira de Santiago) - Set\u00fabal (Av. Lima de Freitas)",
        "short": "4410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4410_2",
        "label": "4410",
        "long": "Manteigadas (Feira de Santiago) - Po\u00e7o Mouro via Centro Comercial",
        "short": "4410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4412_0",
        "label": "4412",
        "long": "Morgada - Set\u00fabal (Mercado)",
        "short": "4412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4414_0",
        "label": "4414",
        "long": "Out\u00e3o (Hospital) - Set\u00fabal (ITS)",
        "short": "4414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4415_0",
        "label": "4415",
        "long": "Out\u00e3o (Hospital) - Set\u00fabal (ITS) via Aldeia Grande",
        "short": "4415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4416_0",
        "label": "4416",
        "long": "Po\u00e7o Mouro - Set\u00fabal (ITS)",
        "short": "4416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4417_0",
        "label": "4417",
        "long": "Po\u00e7o Mouro - Set\u00fabal (ITS) via Manteigadas",
        "short": "4417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4418_0",
        "label": "4418",
        "long": "Set\u00fabal (Centro Comercial) - Set\u00fabal (Av. 5 Outubro)",
        "short": "4418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4419_0",
        "label": "4419",
        "long": "Brejos Canes - Set\u00fabal (Saboaria)",
        "short": "4419",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4420_0",
        "label": "4420",
        "long": "Set\u00fabal (Centro Comercial) - Set\u00fabal (ITS)",
        "short": "4420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4422_0",
        "label": "4422",
        "long": "Set\u00fabal (Bairro Camolas) - Set\u00fabal (Casal Figueiras)",
        "short": "4422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4422_3",
        "label": "4422",
        "long": "Set\u00fabal (Po\u00e7oilos) - Set\u00fabal (Casal Figueiras)",
        "short": "4422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4424_0",
        "label": "4424",
        "long": "Set\u00fabal (Bairro Viso) - Manteigadas (Piscinas)",
        "short": "4424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4425_0",
        "label": "4425",
        "long": "Set\u00fabal (Escola Viso) - Mitrena",
        "short": "4425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4425_1",
        "label": "4425",
        "long": "Set\u00fabal (Bairro Viso) - Mitrena",
        "short": "4425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4426_0",
        "label": "4426",
        "long": "Set\u00fabal (Bairro do Viso) - Set\u00fabal (Bairro Quinta Santo Ant\u00f3nio)",
        "short": "4426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4426_1",
        "label": "4426",
        "long": "Set\u00fabal (Escola Viso) - Set\u00fabal (Bairro Quinta Santo Ant\u00f3nio) via S\u00e3o Francisco Xavier",
        "short": "4426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4426_2",
        "label": "4426",
        "long": "Set\u00fabal (Escola Viso) - Set\u00fabal (ITS)",
        "short": "4426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4426_3",
        "label": "4426",
        "long": "Set\u00fabal (Escola Viso) - Set\u00fabal (Bonfim)",
        "short": "4426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4426_4",
        "label": "4426",
        "long": "Set\u00fabal (Escola Viso) - Set\u00fabal (Mercado 2 de Abril)",
        "short": "4426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4427_0",
        "label": "4427",
        "long": "Set\u00fabal (Bela Vista) - Set\u00fabal (Mercado)",
        "short": "4427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4428_0",
        "label": "4428",
        "long": "Set\u00fabal (Casal Figueiras) - Vale Ana Gomes",
        "short": "4428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4429_0",
        "label": "4429",
        "long": "Set\u00fabal (Centro Sa\u00fade) - Set\u00fabal (Mercado)",
        "short": "4429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4431_0",
        "label": "4431",
        "long": "Set\u00fabal (ITS) - Set\u00fabal (Quinta Varzinha)",
        "short": "4431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4432_0",
        "label": "4432",
        "long": "Set\u00fabal (ITS) - Vale de Choupo",
        "short": "4432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4433_0",
        "label": "4433",
        "long": "Alto Guerra - Set\u00fabal (Casal Figueiras)",
        "short": "4433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4434_0",
        "label": "4434",
        "long": "Set\u00fabal (Mercado 2 de Abril) - Set\u00fabal (R. Timor)",
        "short": "4434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4434_1",
        "label": "4434",
        "long": "Manteigadas - Set\u00fabal (R. Timor)",
        "short": "4434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4435_0",
        "label": "4435",
        "long": "Biscainho - Praias do Sado via Brejo de Canes",
        "short": "4435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4436_0",
        "label": "4436",
        "long": "Set\u00fabal (Mercado) - Set\u00fabal (Terroa)",
        "short": "4436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4437_0",
        "label": "4437",
        "long": "Faralh\u00e3o - Set\u00fabal (ITS)",
        "short": "4437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4438_0",
        "label": "4438",
        "long": "Set\u00fabal (Monte Belo Norte) - Set\u00fabal (Saboaria)",
        "short": "4438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4438_1",
        "label": "4438",
        "long": "Set\u00fabal (Monte Belo Norte) - Set\u00fabal (Saboaria) via Centro Sa\u00fade S\u00e3o Sebasti\u00e3o",
        "short": "4438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4439_0",
        "label": "4439",
        "long": "Praias do Sado - Set\u00fabal (ITS)",
        "short": "4439",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4440_0",
        "label": "4440",
        "long": "Set\u00fabal (Monte Belo Norte) - Set\u00fabal (Saboaria) via Centro Comercial",
        "short": "4440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4441_0",
        "label": "4441",
        "long": "Set\u00fabal (Saboaria) - Set\u00fabal (Vale Cobro)",
        "short": "4441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4442_0",
        "label": "4442",
        "long": "Praias do Sado (Esta\u00e7\u00e3o) - Set\u00fabal (Bela Vista)",
        "short": "4442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4442_1",
        "label": "4442",
        "long": "Praias do Sado (Esta\u00e7\u00e3o) - Set\u00fabal (Escola Luisa Todi)",
        "short": "4442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4451_0",
        "label": "4451",
        "long": "Mitrena (Lisnave) - Set\u00fabal (ITS)",
        "short": "4451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4452_0",
        "label": "4452",
        "long": "Mitrena (Portucel) - Set\u00fabal (ITS)",
        "short": "4452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4452_1",
        "label": "4452",
        "long": "Mitrena (Lisnave) - Set\u00fabal (ITS)",
        "short": "4452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4453_0",
        "label": "4453",
        "long": "Mitrena (Portucel) - Set\u00fabal (ITS) via Estrada Gra\u00e7a",
        "short": "4453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4463_0",
        "label": "4463",
        "long": "Azeit\u00e3o | Circular via Mercado",
        "short": "4463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4464_0",
        "label": "4464",
        "long": "Azeit\u00e3o | Circular via EB Vila Fresca de Azeit\u00e3o",
        "short": "4464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4465_0",
        "label": "4465",
        "long": "Escolas Azeit\u00e3o | Trajeto 1",
        "short": "4465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4466_0",
        "label": "4466",
        "long": "Escolas Azeit\u00e3o | Trajeto 2",
        "short": "4466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4467_0",
        "label": "4467",
        "long": "Escolas Azeit\u00e3o | Trajeto 3",
        "short": "4467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4468_0",
        "label": "4468",
        "long": "Escolas Azeit\u00e3o | Trajeto 4",
        "short": "4468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4470_0",
        "label": "4470",
        "long": "Set\u00fabal (ITS) - Praia do Creiro via Vila Nogueira de Azeit\u00e3o",
        "short": "4470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4471_0",
        "label": "4471",
        "long": "Praia Albarquel | Circular",
        "short": "4471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4474_0",
        "label": "4474",
        "long": "Praia da Figueirinha - Set\u00fabal (Centro Comercial)",
        "short": "4474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4474_1",
        "label": "4474",
        "long": "Praia da Figueirinha - Set\u00fabal (Centro Comercial)",
        "short": "4474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4474_2",
        "label": "4474",
        "long": "Praia da Figueirinha - Set\u00fabal (V\u00e1rzea)",
        "short": "4474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D85C6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4477_0",
        "label": "4477",
        "long": "Creiro - Galapos",
        "short": "4477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4481_0",
        "label": "4481",
        "long": "ITS | Circular via Av. Lu\u00edsa Todi",
        "short": "4481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4482_0",
        "label": "4482",
        "long": "ITS | Circular via Parque Urbano da V\u00e1rzea",
        "short": "4482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4501_0",
        "label": "4501",
        "long": "Alcochete (Freeport) - Montijo (Terminal Fluvial)",
        "short": "4501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4501_1",
        "label": "4501",
        "long": "Alcochete (Freeport) - Montijo (Terminal Rodovi\u00e1rio)",
        "short": "4501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4503_0",
        "label": "4503",
        "long": "Atalaia (Bairro Charqueir\u00e3o) - Montijo (Bairro Areias)",
        "short": "4503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4504_0",
        "label": "4504",
        "long": "Alcochete (Freeport) - Montijo (Terminal Fluvial) via Atalaia e Passil",
        "short": "4504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4512_0",
        "label": "4512",
        "long": "Alcochete (Freeport) - Set\u00fabal (ITS)",
        "short": "4512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4512_1",
        "label": "4512",
        "long": "Alcochete (Freeport) - Set\u00fabal (ITS) via St. Peter's School",
        "short": "4512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4514_0",
        "label": "4514",
        "long": "Canha - Montijo (Terminal Rodovi\u00e1rio) via Peg\u00f5es",
        "short": "4514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4514_1",
        "label": "4514",
        "long": "Canha - Montijo (Terminal Rodovi\u00e1rio)",
        "short": "4514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4514_3",
        "label": "4514",
        "long": "Canha - Montijo (Terminal Rodovi\u00e1rio) via Peg\u00f5es e Afonsos",
        "short": "4514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4515_0",
        "label": "4515",
        "long": "Montijo (Terminal Rodovi\u00e1rio) - Peg\u00f5es",
        "short": "4515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4516_0",
        "label": "4516",
        "long": "Montijo (Terminal Rodovi\u00e1rio) - Rio Frio",
        "short": "4516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4520_0",
        "label": "4520",
        "long": "Faias - Peg\u00f5es",
        "short": "4520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4521_0",
        "label": "4521",
        "long": "Faias - Pinhal Novo via Lagame\u00e7as",
        "short": "4521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4522_0",
        "label": "4522",
        "long": "Faias - Poceir\u00e3o",
        "short": "4522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4524_0",
        "label": "4524",
        "long": "Palmela (Terminal) - Peg\u00f5es",
        "short": "4524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4525_0",
        "label": "4525",
        "long": "Faias - Pinhal Novo Via N5",
        "short": "4525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4530_0",
        "label": "4530",
        "long": "Bairro Vila Morena - Pinhal Novo",
        "short": "4530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4531_0",
        "label": "4531",
        "long": "Moita (Esc. Secund\u00e1ria) - Palmela (Terminal)",
        "short": "4531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4532_0",
        "label": "4532",
        "long": "Moita (Esta\u00e7\u00e3o) - Moita (Bairro 1\u00ba Maio)",
        "short": "4532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4540_0",
        "label": "4540",
        "long": "\u00c1guas de Moura - Set\u00fabal (ITS)",
        "short": "4540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4540_1",
        "label": "4540",
        "long": "\u00c1guas de Moura - Set\u00fabal (ITS) via G\u00e2mbia",
        "short": "4540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4541_0",
        "label": "4541",
        "long": "Algeruz - Set\u00fabal (Av. Lu\u00edsa Todi)",
        "short": "4541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4542_0",
        "label": "4542",
        "long": "Algeruz - Set\u00fabal (ITS)",
        "short": "4542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4543_0",
        "label": "4543",
        "long": "Algeruz - Set\u00fabal (ITS) via Po\u00e7oilos",
        "short": "4543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4544_0",
        "label": "4544",
        "long": "Bairro Marga\u00e7a - Set\u00fabal (ITS)",
        "short": "4544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4544_1",
        "label": "4544",
        "long": "Bairro Marga\u00e7a - Set\u00fabal (ITS) via G\u00e2mbia",
        "short": "4544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4544_2",
        "label": "4544",
        "long": "Bairro Marga\u00e7a - Set\u00fabal (Av. 5 de Outubro) via G\u00e2mbia",
        "short": "4544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4545_0",
        "label": "4545",
        "long": "Biscainho - Set\u00fabal (Bela Vista)",
        "short": "4545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4546_0",
        "label": "4546",
        "long": "Biscainho - Set\u00fabal (ITS)",
        "short": "4546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4548_0",
        "label": "4548",
        "long": "Lagame\u00e7as - Set\u00fabal (ITS)",
        "short": "4548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4549_0",
        "label": "4549",
        "long": "Palmela (Terminal) - Set\u00fabal (ITS)",
        "short": "4549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4550_0",
        "label": "4550",
        "long": "Palmela (Terminal) - Vila Nogueira de Azeit\u00e3o",
        "short": "4550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4551_0",
        "label": "4551",
        "long": "Palmela (Alameda Nun'\u00c1lvares Pereira) - Set\u00fabal (Av. Lu\u00edsa Todi)",
        "short": "4551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4552_0",
        "label": "4552",
        "long": "Brejos de Azeit\u00e3o (Parque do Morango) - Palmela (Terminal)",
        "short": "4552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4560_0",
        "label": "4560",
        "long": "S\u00e3o Gon\u00e7alo - Vila Nogueira de Azeit\u00e3o (Escola B\u00e1sica 2 3)",
        "short": "4560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4562_0",
        "label": "4562",
        "long": "Set\u00fabal (ITS) - Vila Nogueira de Azeit\u00e3o (Escola) via Palmela (Esta\u00e7\u00e3o)",
        "short": "4562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4600_0",
        "label": "4600",
        "long": "Alcochete (Freeport) - Barreiro (Terminal) via Samouco",
        "short": "4600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4600_2",
        "label": "4600",
        "long": "Barreiro (Terminal) - Ch\u00e3o Duro",
        "short": "4600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4602_0",
        "label": "4602",
        "long": "Alhos Vedros (Esta\u00e7\u00e3o) - Barreiro (Terminal)",
        "short": "4602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4604_0",
        "label": "4604",
        "long": "Barreiro (Terminal) - Moita (Escola Secund\u00e1ria)",
        "short": "4604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4605_0",
        "label": "4605",
        "long": "Lavradio - Pinhal do Forno",
        "short": "4605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4610_0",
        "label": "4610",
        "long": "Bairro dos Marinheiros - Barreiro (Terminal)",
        "short": "4610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4611_0",
        "label": "4611",
        "long": "Penalva (Esta\u00e7\u00e3o) - Moita (Esc. Secund\u00e1ria)",
        "short": "4611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4612_0",
        "label": "4612",
        "long": "Bairro dos Marinheiros - Palmela (Terminal)",
        "short": "4612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4620_0",
        "label": "4620",
        "long": "Moita (Esc. Secund\u00e1ria) - Paio Pires",
        "short": "4620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4620_1",
        "label": "4620",
        "long": "Moita (Esc. Secund\u00e1ria) - Seixal (Atalaia - Festa Avante)",
        "short": "4620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4621_0",
        "label": "4621",
        "long": "Moita (Esc. Secund\u00e1ria) - Seixal (Terminal Fluvial)",
        "short": "4621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4632_0",
        "label": "4632",
        "long": "Coina (Esta\u00e7\u00e3o) - Quinta do Anjo via Vendas de Azeit\u00e3o",
        "short": "4632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4641_0",
        "label": "4641",
        "long": "Quinta do Conde - Set\u00fabal (ITS)",
        "short": "4641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4641_1",
        "label": "4641",
        "long": "Quinta do Conde - Set\u00fabal (Escola Lima Freitas)",
        "short": "4641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0C807E",
        "color_name": "teal",
        "has_shape": true,
        "id": "4643_0",
        "label": "4643",
        "long": "Montijo (Av. Inf. D. Henrique) - Sesimbra (Terminal)",
        "short": "4643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4701_0",
        "label": "4701",
        "long": "Lisboa (Oriente) - Vale da Amoreira",
        "short": "4701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4701_1",
        "label": "4701",
        "long": "Lisboa (Oriente) - Moita",
        "short": "4701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4701_3",
        "label": "4701",
        "long": "Alhos Vedros - Lisboa (Oriente)",
        "short": "4701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4702_0",
        "label": "4702",
        "long": "Lisboa (Oriente) - S\u00e3o Francisco",
        "short": "4702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4702_1",
        "label": "4702",
        "long": "Lisboa (Oriente) - Alcochete (Escola)",
        "short": "4702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4704_0",
        "label": "4704",
        "long": "Atalaia - Lisboa (Oriente) via B. Areias e B. Esteval",
        "short": "4704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4705_0",
        "label": "4705",
        "long": "Lisboa (Oriente) - Samouco",
        "short": "4705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4706_0",
        "label": "4706",
        "long": "Montijo (Urb. Alto dos Moinhos) - Lisboa (Oriente)",
        "short": "4706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4707_0",
        "label": "4707",
        "long": "Lisboa (Oriente) - Montijo (Terminal Rodovi\u00e1rio)",
        "short": "4707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4708_0",
        "label": "4708",
        "long": "Alcochete (Freeport) - Lisboa (Oriente) via Montijo",
        "short": "4708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4710_0",
        "label": "4710",
        "long": "Lisboa (Oriente) - Palmela (Terminal)",
        "short": "4710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4710_1",
        "label": "4710",
        "long": "Lisboa (Oriente) - Pinhal Novo",
        "short": "4710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4715_0",
        "label": "4715",
        "long": "Lisboa (Oriente) - Set\u00fabal (ITS) via Palmela",
        "short": "4715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4720_0",
        "label": "4720",
        "long": "Lisboa (Oriente) - Set\u00fabal (Terminal V\u00e1rzea)",
        "short": "4720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4721_0",
        "label": "4721",
        "long": "Lisboa (Oriente) - Set\u00fabal (ITS)",
        "short": "4721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4725_0",
        "label": "4725",
        "long": "Lisboa (Sete Rios) - Set\u00fabal (Terminal V\u00e1rzea)",
        "short": "4725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4730_0",
        "label": "4730",
        "long": "Lisboa (Sete Rios) - Set\u00fabal (ITS) via Azeit\u00e3o",
        "short": "4730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4741_0",
        "label": "4741",
        "long": "Lisboa (Oriente) - Vale da Amoreira | Expresso",
        "short": "4741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4901_0",
        "label": "4901",
        "long": "Landeira - Set\u00fabal (ITS)",
        "short": "4901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4901_1",
        "label": "4901",
        "long": "Landeira - Set\u00fabal (ITS) via G\u00e2mbia",
        "short": "4901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C61D23",
        "color_name": "red",
        "has_shape": true,
        "id": "4902_0",
        "label": "4902",
        "long": "Peg\u00f5es - Landeira",
        "short": "4902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BB3E96",
        "color_name": "pink",
        "has_shape": true,
        "id": "4905_0",
        "label": "4905",
        "long": "Faias - Vendas Novas",
        "short": "4905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BB3E96",
        "color_name": "pink",
        "has_shape": true,
        "id": "4905_1",
        "label": "4905",
        "long": "Peg\u00f5es - Vendas Novas",
        "short": "4905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BB3E96",
        "color_name": "pink",
        "has_shape": true,
        "id": "4906_0",
        "label": "4906",
        "long": "Set\u00fabal (ITS) - Vendas Novas via Landeira",
        "short": "4906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BB3E96",
        "color_name": "pink",
        "has_shape": true,
        "id": "4906_1",
        "label": "4906",
        "long": "Set\u00fabal (ITS) - Vendas Novas",
        "short": "4906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 12752,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 84848,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 88,
      "effort": "Usually an export-tool fix, not hand editing.",
      "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
      "owner": "Likely your export tool",
      "points": 24.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Some trips have stop times whose distances along the route go backwards.",
      "why": "Apps can show buses jumping backwards or mis-order stops."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 12752,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "12752 of 12752 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    }
  ],
  "validator_version": "8.0.1"
}
