{
  "agency": {
    "country": "BR",
    "id": "artesp-sao-paulo",
    "name": "ARTESP (Ag\u00eancia de Transportes do Estado de S\u00e3o Paulo)",
    "operating_note": "Scheduled road passenger services in the S\u00e3o Paulo state metropolitan regions that ARTESP regulates. Counted as one feed record, not as a count of the operators represented inside the archive.",
    "subdivision_code": "BR-SP",
    "subdivision_name": "S\u00e3o Paulo"
  },
  "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": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_applicable_trips": 84864,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 25184,
        "translations": {
          "feed_lang": "pt",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 84864,
        "unmeasured_components": [],
        "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": 25184,
          "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": "25184 of 25184 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": 84864,
          "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": "84864 of 84864 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."
        }
      ],
      "name": "completeness",
      "score": 60.0,
      "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 published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 9,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 0,
          "WARNING": 105052
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 85843,
          "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": "fast_travel_between_consecutive_stops",
          "count": 14283,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "unusable_trip",
          "count": 1872,
          "effort": "Worth a vendor question if it appears often.",
          "fix": "Check the flagged trips in your scheduling software; remove them or restore their missing stops.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some trips serve fewer than two stops.",
          "why": "A trip with one stop can't be ridden; planners ignore it and it may signal an export problem."
        },
        {
          "code": "unused_trip",
          "count": 1872,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unused_trip' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Unused trip (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "fast_travel_between_far_stops",
          "count": 1159,
          "effort": "Minutes per flagged trip once you open it.",
          "fix": "Check the two stop times for a wrong digit first. Then check whether a stop sits at the wrong coordinates, or a stop between them is missing.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Between two distant stops, the times imply a speed no bus reaches.",
          "why": "A rider gets a trip plan that cannot happen. Live systems then report delays that are not real."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 16,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the bus doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 3,
          "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": 4.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": "route_short_name_too_long",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_short_name_too_long' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Route short name too long (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unused_shape",
          "count": 2,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        }
      ],
      "name": "correctness",
      "score": 42.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 105052 instances (0 error, 105052 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 117,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": "2026-12-31",
        "feed_start_date": "2026-01-01",
        "feed_version": "20260610",
        "has_feed_info": true,
        "last_service_date": "2026-12-31",
        "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 117 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 official feed URL on file."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 117 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": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "Creative Commons Attribution on ARTESP's own open data portal. The portal's terms of use allow free reproduction and redistribution of published data provided ARTESP is credited as the source.",
    "reachable": true,
    "sha256": "59168a1d9d5b2a512b75e8a5662cbb8e7301484478157ac30bbc5c678f45234d",
    "size_bytes": 45293906,
    "source_provenance": "official",
    "static_url": "https://dadosabertos.artesp.sp.gov.br/dataset/92e8bb31-df66-4700-ad9a-42a48f04fb7f/resource/4c0f3a81-b587-4ead-ab10-4584c02614e0/download/artesp_gtfs.zip"
  },
  "fetch": {
    "final_url": "https://dadosabertos.artesp.sp.gov.br/dataset/92e8bb31-df66-4700-ad9a-42a48f04fb7f/resource/4c0f3a81-b587-4ead-ab10-4584c02614e0/download/artesp_gtfs.zip",
    "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-09-05T00:00:00+00:00",
  "geo": {
    "bbox": [
      -48.13166,
      -24.31896,
      -44.32228,
      -22.47606
    ],
    "lat": -23.51741,
    "lon": -46.71503,
    "stop_count": 25184
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 827,
        "trip_count": 84864,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 827,
    "trip_count": 84864
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 2.1,
    "margin_to_next_band": 7.9,
    "score": 62.1
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 8127,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "8127 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Av. Rangel Pestana, 252 - Jardim Cristiane, Santo Andr\u00e9 - SP, 09185-220, Brasil\", \"Av. Rangel Pestana, 462 - Jardim Cristiane, Santo Andr\u00e9 - SP, 09185-220, Brasil\", \"Av. Rangel Pestana, 600 - Jardim Cristiane, Santo Andr\u00e9 - SP, 09185-220, Brasil\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 25184,
    "findings": [
      {
        "code": "scorecard_single_stop_trips",
        "count": 1872,
        "effort": "Usually an export setting or a stop_times mapping in your software.",
        "fix": "Check your scheduling export: every trip should list each stop it calls at, in order, with times.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "WARNING",
        "what": "1872 of 84864 trips list fewer than two stops.",
        "why": "A trip with one stop has no ride in it. Trip planners can't put a rider on that trip at all."
      }
    ],
    "orphan_stops": 0,
    "single_stop_trips": 1872,
    "trips_total": 84864
  },
  "route_map": {
    "drawn_route_count": 802,
    "has_shapes": true,
    "path": "data/artifacts/artesp-sao-paulo/geometry.geojson",
    "route_count": 827,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "001",
        "label": "001",
        "long": "ITAPECERICA DA SERRA (PARQUE PARAISO) - SAO PAULO (METRO CAPAO REDONDO)",
        "short": "001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "002",
        "label": "002",
        "long": "EMBU DAS ARTES (ENGENHO VELHO) - SAO PAULO (METRO CAPAO REDONDO)",
        "short": "002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "003",
        "label": "003",
        "long": "GUARULHOS (COCAIA) - SAO PAULO (METRO TUCURUVI)",
        "short": "003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "004",
        "label": "004",
        "long": "SAO BERNARDO DO CAMPO (PARQUE ALVARENGA) - SAO PAULO (TERMINAL SACOMA)",
        "short": "004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "006",
        "label": "006",
        "long": "SAO BERNARDO DO CAMPO (COOPERATIVA) - SAO PAULO (TERMINAL SACOMA)",
        "short": "006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "008",
        "label": "008",
        "long": "SAO CAETANO DO SUL (NOVA GERTI) - SAO PAULO (TERMINAL SACOMA)",
        "short": "008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "011",
        "label": "011",
        "long": "GUARULHOS (PARQUE CONTINENTAL II) - SAO PAULO (METRO ARMENIA)",
        "short": "011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "011PR1",
        "label": "011PR1",
        "long": "GUARULHOS (PARQUE CONTINENTAL III) - SAO PAULO (METRO ARMENIA)",
        "short": "011PR1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "012",
        "label": "012",
        "long": "EMBU-GUACU (VILA DIRCE) - SAO PAULO (TERMINAL ESTACAO VARGINHA)",
        "short": "012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "014",
        "label": "014",
        "long": "FRANCO DA ROCHA (PARQUE VITORIA) - CAIEIRAS (TERMINAL RODOVIARIO ALIPIO MARTINHO)",
        "short": "014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "016",
        "label": "016",
        "long": "GUARULHOS (TERMINAL METROPOLITANO TABOAO) - SAO PAULO (METRO ARMENIA)",
        "short": "016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "020",
        "label": "020",
        "long": "CARAPICUIBA (VILA DIRCE) - OSASCO (VILA YARA)",
        "short": "020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "022",
        "label": "022",
        "long": "CARAPICUIBA (VILA DIRCE) - OSASCO (VILA YARA)",
        "short": "022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "023",
        "label": "023",
        "long": "CARAPICUIBA (COHAB V) - OSASCO (VILA YARA)",
        "short": "023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "024",
        "label": "024",
        "long": "ITAPEVI (JARDIM AMADOR BUENO) - COTIA (TERMINAL METROPOLITANO DE COTIA)",
        "short": "024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "025",
        "label": "025",
        "long": "SUZANO (CIDADE EDSON) - MOGI DAS CRUZES (ESTACAO CPTM ESTUDANTES)",
        "short": "025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "027",
        "label": "027",
        "long": "SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE-LESTE) - SAO PAULO (JARDIM TIETE)",
        "short": "027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "027EX1",
        "label": "027EX1",
        "long": "SANTO ANDRE (HOSPITAL MARIO COVAS) - SAO PAULO (JARDIM TIETE)",
        "short": "027EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "02Verde",
        "label": "02Verde",
        "long": "DUTRA (GUARULHOS) - VILA PRUDENTE",
        "short": "02Verde",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "030",
        "label": "030",
        "long": "JUQUITIBA (BARNABES) - ITAPECERICA DA SERRA (VALO VELHO)",
        "short": "030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "030BI1",
        "label": "030BI1",
        "long": "JUQUITIBA (BAIRRO DOS JUSTINOS) - ITAPECERICA DA SERRA (VALO VELHO)",
        "short": "030BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "032",
        "label": "032",
        "long": "ITAPECERICA DA SERRA (PARQUE PARAISO) - SAO PAULO (METRO VILA SONIA)",
        "short": "032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "032DV1",
        "label": "032DV1",
        "long": "ITAPECERICA DA SERRA (PARQUE PARAISO) - SAO PAULO (METRO VILA SONIA)",
        "short": "032DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "033",
        "label": "033",
        "long": "EMBU DAS ARTES (ENGENHO VELHO) - SAO PAULO (METRO VILA SONIA)",
        "short": "033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "034",
        "label": "034",
        "long": "ITAPECERICA DA SERRA (JARDIM SAO MARCOS) - ITAPECERICA DA SERRA (JARDIM DAS OLIVEIRAS)",
        "short": "034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "035",
        "label": "035",
        "long": "COTIA (MIRANTE DA MATA) - SAO PAULO (METRO BUTANTA)",
        "short": "035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "036",
        "label": "036",
        "long": "VARGEM GRANDE PAULISTA (JARDIM SAO MARCOS) - SAO PAULO (METRO MORUMBI)",
        "short": "036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "036BI1",
        "label": "036BI1",
        "long": "EMBU DAS ARTES (JARDIM TOME) - SAO PAULO (METRO MORUMBI)",
        "short": "036BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "038",
        "label": "038",
        "long": "MOGI DAS CRUZES (ESTACAO CPTM ESTUDANTES) - SAO PAULO (METRO ARMENIA)",
        "short": "038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "039",
        "label": "039",
        "long": "SUZANO (CIDADE EDSON) - MOGI DAS CRUZES (ESTACAO CPTM ESTUDANTES)",
        "short": "039",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "040",
        "label": "040",
        "long": "SANTO ANDRE (PARANAPIACABA) - SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE LESTE)",
        "short": "040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "040EX1",
        "label": "040EX1",
        "long": "SANTO ANDRE (PARQUE ANDREENSE) - SANTO ANDRE (TERMINAL METROPOLITANO DE SANTO ANDRE LESTE)",
        "short": "040EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "041",
        "label": "041",
        "long": "RIO GRANDE DA SERRA (CENTRO) - RIBEIRAO PIRES (TERMINAL RODOVIARIO DE RIBEIRAO PIRES)",
        "short": "041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "042",
        "label": "042",
        "long": "MAIRIPORA (DIVISA) - SAO PAULO (TERMINAL RODOVIARIO TIETE)",
        "short": "042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "042VP1",
        "label": "042VP1",
        "long": "MAIRIPORA (TERMINAL RODOVIARIO CIDADE BONITA SIGUEMI AIACYDA) - SAO PAULO (TERMINAL RODOVIARIO TIETE)",
        "short": "042VP1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "043",
        "label": "043",
        "long": "SAO CAETANO DO SUL (TERMINAL RODOVIARIO NICOLAU DELIC) - SANTO ANDRE (CATA PRETA)",
        "short": "043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "043BI1",
        "label": "043BI1",
        "long": "SAO CAETANO DO SUL (TERMINAL RODOVIARIO NICOLAU DELIC) - SANTO ANDRE (REPRESA)",
        "short": "043BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "047",
        "label": "047",
        "long": "SANTO ANDRE (VILA PALMARES) - SAO PAULO (TAMANDUATEI)",
        "short": "047",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "049",
        "label": "049",
        "long": "MAIRIPORA (TERMINAL RODOVIARIO CIDADE BONITA SIGUEMI AIACYDA) - FRANCO DA ROCHA (CENTRO)",
        "short": "049",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "050",
        "label": "050",
        "long": "SAO BERNARDO DO CAMPO (TERMINAL METROPOLITANO FERRAZOPOLIS) - SAO PAULO (SAUDE)",
        "short": "050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "051",
        "label": "051",
        "long": "DIADEMA (VILA SAO JOSE) - SAO PAULO (SAUDE)",
        "short": "051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "052",
        "label": "052",
        "long": "OSASCO (JARDIM ELVIRA) - SAO PAULO (LAPA)",
        "short": "052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "053",
        "label": "053",
        "long": "BARUERI (PARQUE IMPERIAL) - SAO PAULO (LAPA)",
        "short": "053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "053BI1",
        "label": "053BI1",
        "long": "OSASCO (JARDIM COLINAS D OESTE) - SAO PAULO (LAPA)",
        "short": "053BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "054",
        "label": "054",
        "long": "CAJAMAR (JORDANESIA) - SAO PAULO (LAPA)",
        "short": "054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "055",
        "label": "055",
        "long": "CAJAMAR (CTE - VILA NOVA) - SAO PAULO (LAPA)",
        "short": "055",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "056",
        "label": "056",
        "long": "EMBU DAS ARTES (CENTRO) - SAO PAULO (METRO CAMPO LIMPO)",
        "short": "056",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "058",
        "label": "058",
        "long": "OSASCO (TERMINAL RODOVIARIO HELENA MARIA) - SAO PAULO (PINHEIROS)",
        "short": "058",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "060",
        "label": "060",
        "long": "OSASCO (OLARIA DO NINO) - SAO PAULO (METRO BUTANTA)",
        "short": "060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "061",
        "label": "061",
        "long": "CARAPICUIBA (JARDIM GUAPIUVA) - SAO PAULO (METRO BUTANTA)",
        "short": "061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "063",
        "label": "063",
        "long": "RIBEIRAO PIRES (OURO FINO PAULISTA) - SAO PAULO (TERMINAL SACOMA)",
        "short": "063",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "063EX1",
        "label": "063EX1",
        "long": "RIO GRANDE DA SERRA (SANTA TEREZA) - SAO PAULO (TERMINAL SACOMA)",
        "short": "063EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "064",
        "label": "064",
        "long": "MAUA (JARDIM GUAPITUBA) - SAO CAETANO DO SUL (TERMINAL RODOVIARIO NICOLAU DELIC)",
        "short": "064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "068",
        "label": "068",
        "long": "TABOAO DA SERRA (PARQUE LAGUNA) - SAO PAULO (METRO VILA SONIA)",
        "short": "068",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "069",
        "label": "069",
        "long": "SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE LESTE) - SAO PAULO (FABRICA TROL)",
        "short": "069",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "073",
        "label": "073",
        "long": "GUARULHOS (NOVA BONSUCESSO) - SAO PAULO (SAO MIGUEL PAULISTA)",
        "short": "073",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "075",
        "label": "075",
        "long": "ARUJA (PARQUE RODRIGO BARRETO) - SAO PAULO (SAO MIGUEL PAULISTA)",
        "short": "075",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "077",
        "label": "077",
        "long": "GUARULHOS (VILA ANY) - SAO PAULO (METRO BRAS)",
        "short": "077",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "078",
        "label": "078",
        "long": "EMBU DAS ARTES (PARQUE PIRAJUSSARA) - SAO PAULO (METRO VILA SONIA)",
        "short": "078",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "079",
        "label": "079",
        "long": "TABOAO DA SERRA (JARDIM SAO JUDAS TADEU) - SAO PAULO (METRO VILA SONIA)",
        "short": "079",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "080",
        "label": "080",
        "long": "OSASCO (JARDIM BONANCA) - SAO PAULO (PINHEIROS)",
        "short": "080",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "082",
        "label": "082",
        "long": "PIRAPORA DO BOM JESUS (JARDIM BOM JESUS) - OSASCO (VILA YARA)",
        "short": "082",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "082DV1",
        "label": "082DV1",
        "long": "PIRAPORA DO BOM JESUS (JARDIM BOM JESUS) - OSASCO (VILA YARA)",
        "short": "082DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "084",
        "label": "084",
        "long": "FRANCO DA ROCHA (PARQUE VITORIA) - FRANCISCO MORATO (CENTRO)",
        "short": "084",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "085",
        "label": "085",
        "long": "SANTANA DE PARNAIBA (PARQUE SANTANA) - SAO PAULO (LAPA)",
        "short": "085",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "085VP1",
        "label": "085VP1",
        "long": "SANTANA DE PARNAIBA (PARQUE SANTANA) - OSASCO (ESTACAO)",
        "short": "085VP1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "086",
        "label": "086",
        "long": "OSASCO (JARDIM VELOSO) - SAO PAULO (LAPA)",
        "short": "086",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "086PR1",
        "label": "086PR1",
        "long": "CARAPICUIBA (PARQUE JANDAIA) - SAO PAULO (LAPA)",
        "short": "086PR1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "087",
        "label": "087",
        "long": "SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE-LESTE) - SAO PAULO (METRO ITAQUERA)",
        "short": "087",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "088",
        "label": "088",
        "long": "POA (TERMINAL RODOVIARIO PEDRO FAVA - CIDADE KEMEL) - SAO PAULO (ESTACAO CPTM  ITAIM PAULISTA)",
        "short": "088",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "089",
        "label": "089",
        "long": "EMBU DAS ARTES (VILA ISIS CRISTINA) - SAO PAULO (METRO VILA SONIA)",
        "short": "089",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "090",
        "label": "090",
        "long": "EMBU DAS ARTES (TERMINAL CASA BRANCA) - SAO PAULO (METRO VILA SONIA)",
        "short": "090",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "094",
        "label": "094",
        "long": "GUARULHOS (COCAIA) - SAO PAULO (PENHA)",
        "short": "094",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "095",
        "label": "095",
        "long": "GUARULHOS (TERMINAL METROPOLITANO TABOAO) - SAO PAULO (METRO BRAS)",
        "short": "095",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "096",
        "label": "096",
        "long": "GUARULHOS (HAROLDO VELOSO) - SAO PAULO (METRO BRAS)",
        "short": "096",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "100",
        "label": "100",
        "long": "GUARULHOS (PARQUE PRIMAVERA) - SAO PAULO (PENHA)",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "101",
        "label": "101",
        "long": "SAO CAETANO DO SUL (VILA PROSPERIDADE) - SAO PAULO (VILA DAS OLARIAS)",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "102",
        "label": "102",
        "long": "SAO CAETANO DO SUL (BAIRRO FUNDACAO) - SAO PAULO (IV CENTENARIO)",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "103",
        "label": "103",
        "long": "GUARULHOS (PARQUE CONTINENTAL) - SAO PAULO (METRO PARADA INGLESA)",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "104",
        "label": "104",
        "long": "GUARULHOS (BOM CLIMA) - SAO PAULO (METRO TUCURUVI)",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "105",
        "label": "105",
        "long": "GUARULHOS (JARDIM MOREIRA) - SAO PAULO (METRO TUCURUVI)",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "107",
        "label": "107",
        "long": "SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE-LESTE) - SAO PAULO (JARDIM ESTHER)",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "110",
        "label": "110",
        "long": "GUARULHOS (COCAIA) - SAO PAULO (METRO TUCURUVI)",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "111",
        "label": "111",
        "long": "GUARULHOS (JARDIM LEDA) - SAO PAULO (METRO PARADA INGLESA)",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "112",
        "label": "112",
        "long": "DIADEMA (TERMINAL METROPOLITANO PIRAPORINHA) - SAO PAULO (SANTO AMARO)",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "113",
        "label": "113",
        "long": "OSASCO (JARDIM SANTA FE) - SAO PAULO (LAPA)",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "114",
        "label": "114",
        "long": "FERRAZ DE VASCONCELOS (PARQUE SAO FRANCISCO) - MOGI DAS CRUZES (ESTACAO CPTM ESTUDANTES)",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "115",
        "label": "115",
        "long": "ARUJA (CENTRO) - GUARULHOS (JARDIM SANTA MENA)",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "117",
        "label": "117",
        "long": "RIBEIRAO PIRES (TERMINAL RODOVIARIO DE RIBEIRAO PIRES) - SANTO ANDRE (ELCLOR)",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "117EX1",
        "label": "117EX1",
        "long": "RIBEIRAO PIRES (TERMINAL RODOVIARIO DE RIBEIRAO PIRES) - SANTO ANDRE (PARANAPIACABA)",
        "short": "117EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "120",
        "label": "120",
        "long": "CAJAMAR (VAU NOVO) - SAO PAULO  (PERUS)",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "120PR1",
        "label": "120PR1",
        "long": "CAJAMAR (LAGO AZUL) - SAO PAULO (PERUS)",
        "short": "120PR1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "121",
        "label": "121",
        "long": "GUARULHOS (TERMINAL METROPOLITANO TABOAO) - SAO PAULO (PENHA)",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "122",
        "label": "122",
        "long": "BARUERI (PETROBRAS) - OSASCO (VILA YARA)",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "123",
        "label": "123",
        "long": "SAO CAETANO DO SUL (TERMINAL RODOVIARIO NICOLAU DELIC) - SAO PAULO (TERMINAL SACOMA)",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "124",
        "label": "124",
        "long": "EMBU DAS ARTES (JARDIM SANTO EDUARDO) - SAO PAULO (METRO VILA SONIA)",
        "short": "124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "125",
        "label": "125",
        "long": "EMBU DAS ARTES (JARDIM SAO MARCOS) - SAO PAULO (METRO VILA SONIA)",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "125BI1",
        "label": "125BI1",
        "long": "EMBU DAS ARTES (TERMINAL ROTARY) - SAO PAULO (METRO VILA SONIA)",
        "short": "125BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "128",
        "label": "128",
        "long": "EMBU DAS ARTES (JARDIM DO COLEGIO) - SAO PAULO (METRO VILA SONIA)",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "130",
        "label": "130",
        "long": "JANDIRA (JARDIM NOSSA SENHORA DE FATIMA) - OSASCO (VILA YARA)",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "134",
        "label": "134",
        "long": "BARUERI (PARQUE VIANA) - OSASCO (CENTRO)",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "137",
        "label": "137",
        "long": "GUARULHOS (JARDIM FORTALEZA) - SAO PAULO (METRO ARMENIA)",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "138",
        "label": "138",
        "long": "OSASCO (MUNHOZ JUNIOR) - SAO PAULO (METRO VILA MADALENA)",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "139",
        "label": "139",
        "long": "SAO PAULO (SAO MIGUEL PAULISTA) - GUARULHOS (TERMINAL METROPOLITANO CECAP)",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "140",
        "label": "140",
        "long": "SAO CAETANO DO SUL (TERMINAL RODOVIARIO NICOLAU DELIC) - SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE-LESTE)",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "141",
        "label": "141",
        "long": "SANTA ISABEL (MONTE SERRAT) - MOGI DAS CRUZES (ESTACAO CPTM ESTUDANTES)",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "145",
        "label": "145",
        "long": "SUZANO (CIDADE EDSON) - SAO PAULO (ESTACAO CPTM ITAIM PAULISTA)",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147",
        "label": "147",
        "long": "SAO CAETANO DO SUL (TERMINAL RODOVIARIO NICOLAU DELIC) - SAO BERNARDO DO CAMPO (JARDIM JOAO DE BARRO)",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148",
        "label": "148",
        "long": "SAO CAETANO DO SUL (TERMINAL RODOVIARIO NICOLAU DELIC) - SAO BERNARDO DO CAMPO (JARDIM LEBLON)",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "149",
        "label": "149",
        "long": "SAO CAETANO DO SUL (TERMINAL RODOVIARIO DOUTOR NICOLAU DELIC) - SAO BERNARDO DO CAMPO (VILA SAO JOSE)",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151",
        "label": "151",
        "long": "SANTO ANDRE (JARDIM CAMBUI) - SAO PAULO (FABRICA TROL)",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152",
        "label": "152",
        "long": "SAO BERNARDO DO CAMPO (AREA VERDE) - SAO PAULO (TERMINAL SACOMA)",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152DV1",
        "label": "152DV1",
        "long": "SAO BERNARDO DO CAMPO (TERMINAL METROPOLITANO FERRAZOPOLIS) - SAO PAULO (TERMINAL SACOMA)",
        "short": "152DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153",
        "label": "153",
        "long": "SAO BERNARDO DO CAMPO (CONJUNTO TERRA NOVA II) - SAO PAULO (TERMINAL SACOMA)",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154",
        "label": "154",
        "long": "SAO BERNARDO DO CAMPO (COOPERATIVA) - SAO PAULO (TERMINAL SACOMA)",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "156",
        "label": "156",
        "long": "DIADEMA (ELDORADO) - SAO BERNARDO DO CAMPO (BAETA NEVES)",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "157",
        "label": "157",
        "long": "MAUA (SILVIA MARIA) - SANTO ANDRE (TERMINAL RODOVIARIO DE PREFEITO SALADINO)",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "158",
        "label": "158",
        "long": "MAUA (JARDIM ZAIRA) - SAO PAULO (TERMINAL SACOMA)",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "158BI1",
        "label": "158BI1",
        "long": "MAUA (JARDIM ZAIRA) - SAO CAETANO DO SUL (TERMINAL RODOVIARIO NICOLAU DELIC)",
        "short": "158BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "160",
        "label": "160",
        "long": "MAUA (JARDIM ADELINA) - SAO PAULO (TERMINAL SACOMA)",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "160EX1",
        "label": "160EX1",
        "long": "MAUA  (JARDIM ITAPEVA) - SAO CAETANO DO SUL (TERMINAL RODOVIARIO NICOLAU DELIC)",
        "short": "160EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "163",
        "label": "163",
        "long": "GUARULHOS (JD. PALMIRA - PARQUE CONTINENTAL) - SAO PAULO (METRO TUCURUVI)",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "165",
        "label": "165",
        "long": "RIBEIRAO PIRES (TERMINAL RODOVIARIO DE RIBEIRAO PIRES) - SAO BERNARDO DO CAMPO (TERMINAL PACO - SAO BERNARDO)",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "165EX1",
        "label": "165EX1",
        "long": "RIO GRANDE DA SERRA (CENTRO) - SAO BERNARDO DO CAMPO (TERMINAL PACO - SAO BERNARDO)",
        "short": "165EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "166",
        "label": "166",
        "long": "ARUJA (CENTRO) - SAO PAULO (METRO ARMENIA)",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "166BI1",
        "label": "166BI1",
        "long": "GUARULHOS (JARDIM ALAMO) - SAO PAULO (METRO ARMENIA)",
        "short": "166BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "167",
        "label": "167",
        "long": "GUARULHOS (VILA CARMELA) - SAO PAULO (METRO ARMENIA)",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "167PR1",
        "label": "167PR1",
        "long": "GUARULHOS (PARQUE RESIDENCIAL BAMBI) - SAO PAULO (METRO ARMENIA)",
        "short": "167PR1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "170",
        "label": "170",
        "long": "SAO CAETANO DO SUL (ESTACAO) - SAO PAULO (JARDIM TIETE)",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "171",
        "label": "171",
        "long": "SAO CAETANO DO SUL (ESTACAO) - SAO PAULO (VILA INDUSTRIAL)",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "173",
        "label": "173",
        "long": "SANTO ANDRE (JARDIM SANTA CRISTINA) - SAO PAULO (JARDIM PLANALTO)",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "175",
        "label": "175",
        "long": "GUARULHOS (COCAIA) - SAO PAULO (METRO ARMENIA)",
        "short": "175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "177",
        "label": "177",
        "long": "RIBEIRAO PIRES (TERMINAL RODOVIARIO DE RIBEIRAO PIRES) - SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE-LESTE)",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "178",
        "label": "178",
        "long": "EMBU DAS ARTES (JARDIM VAZAME) - SAO PAULO (METRO CAMPO LIMPO)",
        "short": "178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "178BI1",
        "label": "178BI1",
        "long": "EMBU DAS ARTES (TERMINAL ROTARY) - SAO PAULO (METRO CAMPO LIMPO)",
        "short": "178BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "180",
        "label": "180",
        "long": "OSASCO (JARDIM PRIMEIRO DE MAIO) - SAO PAULO (LAPA)",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "181",
        "label": "181",
        "long": "CARAPICUIBA (PARQUE SANTA TEREZA) - SAO PAULO (LAPA)",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "182",
        "label": "182",
        "long": "SAO BERNARDO DO CAMPO (ACAMPAMENTO DOS ENGENHEIROS) - DIADEMA (TERMINAL METROPOLITANO DIADEMA)",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "190",
        "label": "190",
        "long": "TABOAO DA SERRA (JARDIM SAO JUDAS TADEU) - SAO PAULO (METRO BUTANTA)",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "191",
        "label": "191",
        "long": "TABOAO DA SERRA (JARDIM SAINT MORITZ) - SAO PAULO (METRO VILA SONIA)",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "193",
        "label": "193",
        "long": "EMBU DAS ARTES (JARDIM SANTA TEREZA) - SAO PAULO (METRO CAPAO REDONDO)",
        "short": "193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "194",
        "label": "194",
        "long": "SAO CAETANO DO SUL (TERMINAL RODOVIARIO NICOLAU DELIC) - SANTO ANDRE (CATA PRETA)",
        "short": "194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "195",
        "label": "195",
        "long": "SAO BERNARDO DO CAMPO (TERMINAL METROPOLITANO FERRAZOPOLIS) - DIADEMA (TERMINAL METROPOLITANO PIRAPORINHA)",
        "short": "195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "196",
        "label": "196",
        "long": "SAO BERNARDO DO CAMPO (PARQUE SELECTA) - SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE-OESTE)",
        "short": "196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "197",
        "label": "197",
        "long": "FRANCISCO MORATO (PARQUE PAULISTA) - SAO PAULO (LAPA)",
        "short": "197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "198",
        "label": "198",
        "long": "CAIEIRAS (LARANJEIRAS) - SAO PAULO (LAPA)",
        "short": "198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "199",
        "label": "199",
        "long": "FRANCO DA ROCHA (JARDIM LUCIANA) - SAO PAULO (PERUS)",
        "short": "199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "19CELESTE",
        "label": "19CELESTE",
        "long": "BOSQUE MAIA (GUARULHOS) - ANHANGABAU",
        "short": "19CELESTE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "200",
        "label": "200",
        "long": "MOGI DAS CRUZES (TERMINAL RODOVIARIO GERALDO SCAVONE) - SAO PAULO (TERMINAL RODOVIARIO TIETE)",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "201",
        "label": "201",
        "long": "MOGI DAS CRUZES (TERMINAL RODOVIARIO GERALDO SCAVONE) - SAO PAULO (TERMINAL RODOVIARIO TIETE)",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "202",
        "label": "202",
        "long": "OSASCO (JARDIM ADALGISA) - SAO PAULO (PIRITUBA)",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "203",
        "label": "203",
        "long": "OSASCO (BEL JARDIM) - SAO PAULO (LAPA)",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "204",
        "label": "204",
        "long": "OSASCO (MUNHOZ JUNIOR) - SAO PAULO (LAPA)",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "206",
        "label": "206",
        "long": "GUARAREMA (CENTRO) - SAO PAULO (TERMINAL RODOVIARIO TIETE)",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "208",
        "label": "208",
        "long": "GUARAREMA (TERMINAL RODOVIARIO DE GUARAREMA) - MOGI DAS CRUZES (TERMINAL RODOVIARIO GERALDO SCAVONE)",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "211",
        "label": "211",
        "long": "OSASCO (VILA MENCK) - SAO PAULO (PINHEIROS)",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "213",
        "label": "213",
        "long": "TABOAO DA SERRA (JARDIM SAO JUDAS TADEU) - OSASCO (TERMINAL LARGO DE OSASCO)",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "214",
        "label": "214",
        "long": "SUZANO (CENTRO) - SAO PAULO (TERMINAL RODOVIARIO TIETE)",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "215",
        "label": "215",
        "long": "RIBEIRAO PIRES (TERMINAL RODOVIARIO DE RIBEIRAO PIRES) - SUZANO (CENTRO)",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "216",
        "label": "216",
        "long": "FRANCISCO MORATO (JARDIM DA ALEGRIA) - FRANCO DA ROCHA (CENTRO)",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "217",
        "label": "217",
        "long": "SAO BERNARDO DO CAMPO (CONJUNTO TERRA NOVA II) - SAO PAULO (TERMINAL RODOVIARIO TIETE)",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "218",
        "label": "218",
        "long": "SAO BERNARDO DO CAMPO (AREA VERDE) - SAO PAULO (TERMINAL RODOVIARIO TIETE)",
        "short": "218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "218EX1",
        "label": "218EX1",
        "long": "SAO BERNARDO DO CAMPO (TERMINAL METROPOLITANO FERRAZOPOLIS) - SAO PAULO (GLICERIO)",
        "short": "218EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "219",
        "label": "219",
        "long": "SANTA ISABEL (MONTE SERRAT) - SAO PAULO (METRO ARMENIA)",
        "short": "219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "219BI1",
        "label": "219BI1",
        "long": "SANTA ISABEL (MONTE SERRAT) - GUARULHOS (CENTRO)",
        "short": "219BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "223",
        "label": "223",
        "long": "CARAPICUIBA (COHAB V) - OSASCO (VILA YARA)",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "226",
        "label": "226",
        "long": "EMBU-GUACU (CHACARA FLORIDA) - SAO PAULO (TERMINAL ESTACAO VARGINHA)",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "227",
        "label": "227",
        "long": "GUARULHOS (JARDIM LEBLON) - SAO PAULO (METRO ARMENIA)",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "228",
        "label": "228",
        "long": "BARUERI (ALPHAVILLE 3 / BRADESCO) - SAO PAULO (LAPA)",
        "short": "228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "229",
        "label": "229",
        "long": "OSASCO (JARDIM ACUCARA) - SAO PAULO (LAPA)",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "230",
        "label": "230",
        "long": "BARUERI (ALPHAVILLE) - OSASCO (VILA YARA)",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "231",
        "label": "231",
        "long": "OSASCO (JARDIM ELVIRA) - SAO PAULO (METRO ARMENIA)",
        "short": "231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "231BI1",
        "label": "231BI1",
        "long": "OSASCO (MUNHOZ JUNIOR) - SAO PAULO (METRO ARMENIA)",
        "short": "231BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "236",
        "label": "236",
        "long": "DIADEMA (TERMINAL METROPOLITANO PIRAPORINHA) - SAO PAULO (TERMINAL SACOMA)",
        "short": "236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "237",
        "label": "237",
        "long": "ITAPECERICA DA SERRA (JARDIM SAO PEDRO) - SAO PAULO (METRO CAPAO REDONDO)",
        "short": "237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "238",
        "label": "238",
        "long": "SAO BERNARDO DO CAMPO (PARQUE LOS ANGELES) - SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE-OESTE)",
        "short": "238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "239",
        "label": "239",
        "long": "ITAPECERICA DA SERRA (JARDIM SAO MARCOS) - COTIA (TERMINAL METROPOLITANO COTIA)",
        "short": "239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "240",
        "label": "240",
        "long": "MAIRIPORA (TERMINAL RODOVIARIO CIDADE BONITA SIGUEMI AIACYDA) - SAO PAULO (TERMINAL RODOVIARIO DO TIETE)",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "241",
        "label": "241",
        "long": "TABOAO DA SERRA (PARQUE JACARANDA) - SAO PAULO (METRO VILA SONIA)",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "242",
        "label": "242",
        "long": "ITAQUAQUECETUBA (JARDIM PINHEIRINHO) - SAO PAULO (METRO CARRAO)",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "242BI1",
        "label": "242BI1",
        "long": "ITAQUAQUECETUBA (PEQUENO CORACAO) - SAO PAULO (METRO CARRAO)",
        "short": "242BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "244",
        "label": "244",
        "long": "OSASCO (CENTRO) - COTIA (RODOVIA RAPOSO TAVARES - KM 21)",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "244EX1",
        "label": "244EX1",
        "long": "OSASCO (TERMINAL LUIZ BORTOLOSSO) - COTIA (RODOVIA RAPOSO TAVARES - KM 21)",
        "short": "244EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "245",
        "label": "245",
        "long": "TABOAO DA SERRA (JARDIM SAO JUDAS TADEU) - SAO PAULO (METRO CAMPO LIMPO)",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "246",
        "label": "246",
        "long": "SANTANA DE PARNAIBA (JARDIM SAO LUIS) - OSASCO (VILA YARA)",
        "short": "246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "246EX1",
        "label": "246EX1",
        "long": "SANTANA DE PARNAIBA (JARDIM SAO LUIS) - BARUERI (CENTRO)",
        "short": "246EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "247",
        "label": "247",
        "long": "BARUERI (ALDEIA DA SERRA) - COTIA (TERMINAL METROPOLITANO DE COTIA)",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "247EX1",
        "label": "247EX1",
        "long": "JANDIRA (JARDIM ALVORADA) - COTIA (TERMINAL METROPOLITANO DE COTIA)",
        "short": "247EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "247EX2",
        "label": "247EX2",
        "long": "SANTANA DE PARNAIBA (CURURUQUARA) - JANDIRA (CENTRO)",
        "short": "247EX2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "248",
        "label": "248",
        "long": "GUARULHOS (PARQUE SANTOS DUMONT) - SAO PAULO (METRO PENHA)",
        "short": "248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "249",
        "label": "249",
        "long": "GUARULHOS (JARDIM PAULISTA) - SAO PAULO (METRO PENHA)",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "250",
        "label": "250",
        "long": "GUARULHOS (COCAIA) - SAO PAULO (METRO PENHA)",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "252",
        "label": "252",
        "long": "GUARULHOS (JARDIM CUMBICA) - SAO PAULO (METRO CARRAO)",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "253",
        "label": "253",
        "long": "GUARULHOS (JARDIM PARAISO) - SAO PAULO (METRO PENHA)",
        "short": "253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "254",
        "label": "254",
        "long": "SAO CAETANO DO SUL (TERMINAL RODOVIARIO NICOLAU DELIC) - DIADEMA (TERMINAL METROPOLITANO DIADEMA)",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "254DV1",
        "label": "254DV1",
        "long": "SAO CAETANO DO SUL (TERMINAL RODOVIARIO NICOLAU DELIC) - DIADEMA (TERMINAL METROPOLITANO DIADEMA)",
        "short": "254DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "255",
        "label": "255",
        "long": "DIADEMA (JARDIM PADRE ANCHIETA) - SAO BERNARDO DO CAMPO (TERMINAL PACO - SAO BERNARDO)",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "256",
        "label": "256",
        "long": "COTIA (CAUCAIA DO ALTO) - COTIA (PORTAO)",
        "short": "256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "257",
        "label": "257",
        "long": "GUARULHOS (AEROPORTO INTERNACIONAL DE SAO PAULO) - SAO PAULO (METRO TATUAPE)",
        "short": "257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "258",
        "label": "258",
        "long": "GUARULHOS (AEROPORTO INTERNACIONAL DE SAO PAULO) - SAO PAULO (AEROPORTO DE CONGONHAS)",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "260",
        "label": "260",
        "long": "BARUERI (ALPHAVILLE) - COTIA (KM 30 RODOVIA RAPOSO TAVARES)",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "260EX1",
        "label": "260EX1",
        "long": "BARUERI (ALPHAVILLE) - COTIA (KM 30 RODOVIA RAPOSO TAVARES)",
        "short": "260EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "261",
        "label": "261",
        "long": "SANTANA DE PARNAIBA (VARZEA DE SOUZA) - SAO PAULO (LAPA)",
        "short": "261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "262",
        "label": "262",
        "long": "SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE LESTE) - SAO PAULO (ARTUR ALVIM)",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "263",
        "label": "263",
        "long": "CARAPICUIBA (JARDIM NOVO HORIZONTE) - OSASCO (VILA YARA)",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "264",
        "label": "264",
        "long": "SANTANA DE PARNAIBA (PARQUE SANTANA) - SANTANA DE PARNAIBA (TERMINAL RODOVIARIO ALPHAVILLE)",
        "short": "264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "264BI1",
        "label": "264BI1",
        "long": "BARUERI (JARDIM CALIFORNIA) - SANTANA DE PARNAIBA (RESIDENCIAL BURLE MARX)",
        "short": "264BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "265",
        "label": "265",
        "long": "SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE - LESTE) - SP (CONJUNTO HABITACIONAL TEOTONIO VILELA)",
        "short": "265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "266",
        "label": "266",
        "long": "GUARULHOS (INOCOOP) - SAO PAULO (METRO ARMENIA)",
        "short": "266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "266DV1",
        "label": "266DV1",
        "long": "GUARULHOS (INOCOOP) - SAO PAULO (METRO ARMENIA)",
        "short": "266DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "269",
        "label": "269",
        "long": "POA (TERMINAL RODOVIARIO PEDRO FAVA - CIDADE KEMEL) - SAO PAULO (METRO CORINTHIANS-ITAQUERA)",
        "short": "269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "273",
        "label": "273",
        "long": "SUZANO (CENTRO) - ARUJA (PARQUE RODRIGO BARRETO)",
        "short": "273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "277",
        "label": "277",
        "long": "SANTA ISABEL (MONTE SERRAT) - MOGI DAS CRUZES (ESTACAO CPTM ESTUDANTES)",
        "short": "277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "279",
        "label": "279",
        "long": "DIADEMA (TERMINAL METROPOLITANO DE DIADEMA) - SAO PAULO (METRO SAO JUDAS)",
        "short": "279",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "280",
        "label": "280",
        "long": "OSASCO (CENTRO) - SAO BERNARDO DO CAMPO (TERMINAL PACO - SAO BERNARDO)",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "280BI1",
        "label": "280BI1",
        "long": "SAO PAULO (CIDADE UNIVERSITARIA) - SAO BERNARDO DO CAMPO (TERMINAL PACO - SAO BERNARDO)",
        "short": "280BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "281",
        "label": "281",
        "long": "MAIRIPORA (TERMINAL RODOVIARIO CIDADE BONITA SIGUEMI AIACYDA) - SAO PAULO (PEDRA BRANCA)",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "283",
        "label": "283",
        "long": "CARAPICUIBA (CIDADE ARISTON) - OSASCO (VILA YARA)",
        "short": "283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "283VP1",
        "label": "283VP1",
        "long": "CARAPICUIBA (CIDADE ARISTON) - OSASCO (CENTRO)",
        "short": "283VP1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "284",
        "label": "284",
        "long": "SAO PAULO (TERMINAL METROPOLITANO SAO MATEUS) - SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE OESTE)",
        "short": "284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "285",
        "label": "285",
        "long": "SAO PAULO (TERMINAL METROPOLITANO SAO MATEUS) - SAO BERNARDO DO CAMPO  (TERMINAL METROPOLITANO FERRAZOPOLIS)",
        "short": "285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "286",
        "label": "286",
        "long": "SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE OESTE) - SAO BERNARDO DO CAMPO (TERMINAL METROPOLITANO FERRAZOPOLIS)",
        "short": "286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "287",
        "label": "287",
        "long": "SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE OESTE) - DIADEMA (TERMINAL METROPOLITANO DIADEMA)",
        "short": "287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "287E",
        "label": "287E",
        "long": "SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE LESTE) - DIADEMA (TERMINAL METROPOLITANO DIADEMA)",
        "short": "287E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "287PIR",
        "label": "287PIR",
        "long": "SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE OESTE) - DIADEMA (TERMINAL METROPOLITANO PIRAPORINHA)",
        "short": "287PIR",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "287UBUS",
        "label": "287UBUS",
        "long": "SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE LESTE) - DIADEMA (PARADA CASTELO BRANCO)",
        "short": "287UBUS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "288",
        "label": "288",
        "long": "SAO BERNARDO DO CAMPO (TERMINAL METROPOLITANO FERRAZOPOLIS) - SAO PAULO (TERMINAL METROPOLITANO JABAQUARA)",
        "short": "288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "288PIR",
        "label": "288PIR",
        "long": "SAO BERNARDO DO CAMPO (TERMINAL METROPOLITANO FERRAZOPOLIS) - DIADEMA (TERMINAL METROPOLITANO PIRAPORINHA)",
        "short": "288PIR",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "289",
        "label": "289",
        "long": "DIADEMA (TERMINAL METROPOLITANO PIRAPORINHA) - SAO PAULO (TERMINAL METROPOLITANO JABAQUARA)",
        "short": "289",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "290",
        "label": "290",
        "long": "DIADEMA (TERMINAL METROPOLITANO DIADEMA) - SAO PAULO (TERMINAL METROPOLITANO JABAQUARA)",
        "short": "290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "291",
        "label": "291",
        "long": "JANDIRA (JARDIM NOSSA SENHORA DE FATIMA) - SANTANA DE PARNAIBA (TERMINAL RODOVIARIO ALPHAVILLE)",
        "short": "291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "291BI1",
        "label": "291BI1",
        "long": "ITAPEVI (JARDIM BELA VISTA) - SANTANA DE PARNAIBA (RESIDENCIAL BURLE MARX)",
        "short": "291BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "292",
        "label": "292",
        "long": "GUARULHOS (JARDIM ANGELICA) - SAO PAULO (METRO ARMENIA)",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "292DV1",
        "label": "292DV1",
        "long": "GUARULHOS (JARDIM ANGELICA) - SAO PAULO (METRO ARMENIA)",
        "short": "292DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "293",
        "label": "293",
        "long": "POA (TERMINAL RODOVIARIO PEDRO FAVA - CIDADE KEMEL) - SAO PAULO (ESTACAO CPTM GUAIANAZES)",
        "short": "293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "297",
        "label": "297",
        "long": "COTIA (CAUCAIA DO ALTO) - SAO PAULO (METRO MORUMBI)",
        "short": "297",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "300",
        "label": "300",
        "long": "TABOAO DA SERRA (JARDIM SAO JUDAS TADEU) - SAO PAULO (METRO VILA SONIA)",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "303",
        "label": "303",
        "long": "BARUERI (PARQUE IMPERIAL) - OSASCO (VILA YARA)",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "305",
        "label": "305",
        "long": "DIADEMA (JARDIM PADRE ANCHIETA) - SAO BERNARDO DO CAMPO (JARDIM DO LAGO)",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "307",
        "label": "307",
        "long": "CARAPICUIBA (TERMINAL METROPOLITANO CARAPICUIBA) - COTIA (KM 24 - RODOVIA RAPOSO TAVARES)",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "307BI1",
        "label": "307BI1",
        "long": "CARAPICUIBA (TERMINAL METROPOLITANO CARAPICUIBA) - COTIA (VILA SANTO ANTONIO)",
        "short": "307BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "309",
        "label": "309",
        "long": "SANTANA DE PARNAIBA (PARQUE SANTANA) - SAO PAULO (PINHEIROS)",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "310",
        "label": "310",
        "long": "SANTANA DE PARNAIBA (COLINAS DA ANHANGUERA) - SAO PAULO (LAPA)",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "311",
        "label": "311",
        "long": "SALESOPOLIS (TREVO DA PETROBRAS) - MOGI DAS CRUZES (CENTRO)",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "311DV1",
        "label": "311DV1",
        "long": "SALESOPOLIS (TREVO DA PETROBRAS) - MOGI DAS CRUZES (CENTRO)",
        "short": "311DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "312",
        "label": "312",
        "long": "SANTANA DE PARNAIBA (COLINAS DA ANHANGUERA) - SANTANA DE PARNAIBA (CENTRO)",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "313",
        "label": "313",
        "long": "ITAPEVI (DIVISA SAO ROQUE) - SANTANA DE PARNAIBA (RESIDENCIAL ALPHAVILLE 10)",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "314",
        "label": "314",
        "long": "SAO BERNARDO DO CAMPO (JARDIM LAS PALMAS) - SAO PAULO (TERMINAL RODOVIARIO TIETE)",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "315",
        "label": "315",
        "long": "POA (TERMINAL RODOVIARIO AYRTON SENNA DA SILVA) - SAO PAULO (ESTACAO CPTM JARDIM ROMANO)",
        "short": "315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "316",
        "label": "316",
        "long": "GUARULHOS (AEROPORTO INTERNACIONAL DE SAO PAULO) - SAO PAULO (CIRCUITO DOS HOTEIS)",
        "short": "316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "317",
        "label": "317",
        "long": "FRANCISCO MORATO (CENTRO) - FRANCO DA ROCHA (PARQUE PAULISTA)",
        "short": "317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "319",
        "label": "319",
        "long": "GUARULHOS (VILA ANY) - SAO PAULO (METRO CORINTHIANS/ITAQUERA)",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "321",
        "label": "321",
        "long": "CARAPICUIBA (COHAB V) - SANTANA DE PARNAIBA (ALPHAVILLE 10)",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "322",
        "label": "322",
        "long": "BARUERI (PARQUE IMPERIAL) - SAO PAULO (PINHEIROS)",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "323",
        "label": "323",
        "long": "SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE LESTE) - SAO PAULO (JARDIM CLIMAX)",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "324",
        "label": "324",
        "long": "SANTANA DE PARNAIBA (COLINAS DA ANHANGUERA) - BARUERI (PARQUE IMPERIAL)",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "324BI1",
        "label": "324BI1",
        "long": "SANTANA DE PARNAIBA (JARDIM SAO LUIS) - BARUERI (PARQUE IMPERIAL)",
        "short": "324BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "327",
        "label": "327",
        "long": "POA (TERMINAL RODOVIARIO PEDRO FAVA - CIDADE KEMEL) - SAO PAULO (METRO CORINTHIANS-ITAQUERA)",
        "short": "327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "329",
        "label": "329",
        "long": "CARAPICUIBA (VILA MENCK) - SAO PAULO (METRO BUTANTA)",
        "short": "329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "331",
        "label": "331",
        "long": "CAIEIRAS (LARANJEIRAS) - SAO PAULO (TERMINAL RODOVIARIO BARRA FUNDA)",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "332",
        "label": "332",
        "long": "ITAQUAQUECETUBA (JARDIM ADRIANE) - SUZANO (VILA SOL NASCENTE)",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "332EX1",
        "label": "332EX1",
        "long": "ITAQUAQUECETUBA (JARDIM ADRIANE) - SUZANO (ESTACAO CPTM SUZANO)",
        "short": "332EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "334",
        "label": "334",
        "long": "COTIA (JARDIM DO ENGENHO) - SAO PAULO (METRO MORUMBI)",
        "short": "334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "335",
        "label": "335",
        "long": "POA (TERMINAL RODOVIARIO PEDRO FAVA - CIDADE KEMEL) - SUZANO (CIDADE BOA VISTA)",
        "short": "335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "336",
        "label": "336",
        "long": "RIBEIRAO PIRES (TERMINAL RODOVIARIO DE RIBEIRAO PIRES) - MAUA (CAPBURGO)",
        "short": "336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "337",
        "label": "337",
        "long": "GUARULHOS (TERMINAL METROPOLITANO TABOAO) - SAO PAULO (TERMINAL RODOVIARIO TIETE)",
        "short": "337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "339",
        "label": "339",
        "long": "ITAPECERICA DA SERRA (JARDIM VICTORIA) - SAO PAULO (METRO CAPAO REDONDO)",
        "short": "339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "340",
        "label": "340",
        "long": "ITAPECERICA DA SERRA (JARDIM SAO MARCOS) - SAO PAULO (METRO CAPAO REDONDO)",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "341",
        "label": "341",
        "long": "GUARULHOS (VILA ANY) - SAO PAULO (METRO ARMENIA)",
        "short": "341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "342",
        "label": "342",
        "long": "GUARULHOS (JARDIM MARIA DIRCE) - SAO PAULO (METRO ARMENIA)",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "342DV1",
        "label": "342DV1",
        "long": "GUARULHOS (JARDIM MARIA DIRCE) - SAO PAULO (METRO ARMENIA)",
        "short": "342DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "343",
        "label": "343",
        "long": "EMBU DAS ARTES (JARDIM DO COLEGIO) - SAO PAULO (METRO CAMPO LIMPO)",
        "short": "343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "345",
        "label": "345",
        "long": "BARUERI (VALE DO SOL) - OSASCO (VILA YARA)",
        "short": "345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "346",
        "label": "346",
        "long": "JANDIRA (JARDIM NOSSA SENHORA DE FATIMA) - SANTANA DE PARNAIBA (TERMINAL RODOVIARIO ALPHAVILLE)",
        "short": "346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "347",
        "label": "347",
        "long": "EMBU DAS ARTES (PARQUE INDUSTRIAL) - TABOAO DA SERRA (CENTRO)",
        "short": "347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "348",
        "label": "348",
        "long": "ARUJA (TERMINAL RODOVIARIO DE ARUJA) - ITAQUAQUECETUBA (JARDIM NOSSA SENHORA DAS GRACAS)",
        "short": "348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "349",
        "label": "349",
        "long": "GUARULHOS (JARDIM MARIA DIRCE) - SAO PAULO (ITAIM PAULISTA)",
        "short": "349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "350",
        "label": "350",
        "long": "ITAPEVI (COHAB) - OSASCO (VILA YARA)",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "351",
        "label": "351",
        "long": "COTIA (CAUCAIA DO ALTO) - COTIA (TERMINAL METROPOLITANO COTIA)",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "351BI1",
        "label": "351BI1",
        "long": "COTIA (CAUCAIA DO ALTO) - COTIA (TERMINAL METROPOLITANO COTIA)",
        "short": "351BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "351PR1",
        "label": "351PR1",
        "long": "COTIA (JARDIM MONTE VERDE) - COTIA (TERMINAL METROPOLITANO COTIA)",
        "short": "351PR1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "352",
        "label": "352",
        "long": "SANTANA DE PARNAIBA (CIDADE DE SAO PEDRO) - SAO PAULO (LAPA)",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "353",
        "label": "353",
        "long": "ARUJA (TERMINAL RODOVIARIO DE ARUJA) - ITAQUAQUECETUBA (RESIDENCIAL VILLAGE)",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "354",
        "label": "354",
        "long": "GUARULHOS (BAIRRO DOS LAVRAS) - SAO PAULO (METRO ARMENIA)",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "358",
        "label": "358",
        "long": "DIADEMA (VILA SAO JOSE) - SAO PAULO (SAUDE)",
        "short": "358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "359",
        "label": "359",
        "long": "SAO BERNARDO DO CAMPO (TERMINAL METROPOLITANO FERRAZOPOLIS) - SAO PAULO (SAUDE)",
        "short": "359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "360",
        "label": "360",
        "long": "BARUERI (PARQUE VIANA) - BARUERI (ALPHAVILLE 1)",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "361",
        "label": "361",
        "long": "FRANCISCO MORATO (PARQUE 120) - SAO PAULO (TERMINAL RODOVIARIO BARRA FUNDA)",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "361EX1",
        "label": "361EX1",
        "long": "FRANCISCO MORATO (PARQUE120) - CAIEIRAS (TREVO DE LARANJEIRAS)",
        "short": "361EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "362",
        "label": "362",
        "long": "ITAQUAQUECETUBA (JARDIM CALIFORNIA) - GUARULHOS (JARDIM SANTA MENA)",
        "short": "362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "363",
        "label": "363",
        "long": "ARUJA (TERMINAL RODOVIARIO DE ARUJA) - ARUJA (RECANTO PRIMAVERA)",
        "short": "363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "366",
        "label": "366",
        "long": "SAO BERNARDO DO CAMPO (PARQUE SELECTA) - SANTO ANDRE (JARDIM CRISTIANE)",
        "short": "366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "367",
        "label": "367",
        "long": "SUZANO (JARDIM VITORIA) - MOGI DAS CRUZES (CONDOMINIO ARUA)",
        "short": "367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "372",
        "label": "372",
        "long": "SUZANO (JARDIM COLORADO) - MOGI DAS CRUZES (JARDIM PIATA)",
        "short": "372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "374",
        "label": "374",
        "long": "RIO GRANDE DA SERRA (SITIO MARIA JOANA) - RIBEIRAO PIRES (TERMINAL RODOVIARIO DE RIBEIRAO PIRES)",
        "short": "374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "375",
        "label": "375",
        "long": "MAIRIPORA (DIVISA) - SAO PAULO (TERMINAL RODOVIARIO DO TIETE)",
        "short": "375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "376",
        "label": "376",
        "long": "DIADEMA (TERMINAL METROPOLITANO DIADEMA) - SAO PAULO (BROOKLIN)",
        "short": "376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "377",
        "label": "377",
        "long": "POA (JARDIM NOVA POA) - SAO PAULO (METRO CORINTHIANS-ITAQUERA)",
        "short": "377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "378",
        "label": "378",
        "long": "SANTANA DE PARNAIBA (TERMINAL RODOVIARIO ALPHAVILLE) - SAO PAULO (METRO PARAISO)",
        "short": "378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "379",
        "label": "379",
        "long": "FERRAZ DE VASCONCELOS (CENTRO) - SAO PAULO (TERMINAL RODOVIARIO TIETE)",
        "short": "379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "380",
        "label": "380",
        "long": "DIADEMA (TERMINAL METROPOLITANO DE DIADEMA) - SAO PAULO (JARDIM GUACURI)",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "381",
        "label": "381",
        "long": "RIBEIRAO PIRES (TERMINAL RODOVIARIO DE RIBEIRAO PIRES) - SUZANO (BARUEL)",
        "short": "381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "382",
        "label": "382",
        "long": "MAUA (BAIRRO FEITAL) - SAO CAETANO DO SUL (TERMINAL RODOVIARIO NICOLAU DELIC)",
        "short": "382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "382EX1",
        "label": "382EX1",
        "long": "MAUA (JARDIM ITAPEVA) - SAO CAETANO DO SUL (TERMINAL RODOVIARIO NICOLAU DELIC)",
        "short": "382EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "384",
        "label": "384",
        "long": "ITAQUAQUECETUBA (JARDIM CALIFORNIA) - SAO PAULO (METRO ARMENIA)",
        "short": "384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "386",
        "label": "386",
        "long": "SANTANA DE PARNAIBA (VARZEA DE SOUZA) - SAO PAULO (PINHEIROS)",
        "short": "386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "390",
        "label": "390",
        "long": "OSASCO (JARDIM VELOSO) - BARUERI (ALPHAVILLE 3 / BRADESCO)",
        "short": "390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "392",
        "label": "392",
        "long": "CARAPICUIBA (JARDIM ANA ESTELA) - BARUERI (ALPHAVILLE)",
        "short": "392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "394",
        "label": "394",
        "long": "BIRITIBA MIRIM (JARDIM DOS EUCALIPTOS) - MOGI DAS CRUZES (CENTRO)",
        "short": "394",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "396",
        "label": "396",
        "long": "COTIA (TERMINAL METROPOLITANO COTIA) - SAO PAULO (METRO BUTANTA)",
        "short": "396",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "399",
        "label": "399",
        "long": "BARUERI (PARQUE IMPERIAL) - SAO PAULO (TERMINAL RODOVIARIO BARRA FUNDA)",
        "short": "399",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "402",
        "label": "402",
        "long": "RIO GRANDE DA SERRA (CENTRO) - RIBEIRAO PIRES (TERMINAL RODOVIARIO DE RIBEIRAO PIRES)",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "403",
        "label": "403",
        "long": "MAUA (VILA NOVA MAUA) - SAO CAETANO DO SUL (TERMINAL RODOVIARIO NICOLAU DELIC)",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "404",
        "label": "404",
        "long": "OSASCO (NOVO OSASCO) - SAO PAULO (METRO VILA SONIA)",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "404EX1",
        "label": "404EX1",
        "long": "OSASCO (TERMINAL METROPOLITANO LUIZ BORTOLOSSO - KM 21) - SAO PAULO (METRO VILA SONIA)",
        "short": "404EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "404EX2",
        "label": "404EX2",
        "long": "OSASCO (TERMINAL METROPOLITANO LUIZ BORTOLOSSO - KM 21) - SAO PAULO (JARDIM BOA VISTA)",
        "short": "404EX2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "405",
        "label": "405",
        "long": "SUZANO (CENTRO) - ITAQUAQUECETUBA (RANCHO GRANDE)",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "408",
        "label": "408",
        "long": "GUARULHOS (CIDADE SOBERANA) - SAO PAULO (METRO ARMENIA)",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "409",
        "label": "409",
        "long": "SAO BERNARDO DO CAMPO (JARDIM LAS PALMAS) - SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE-OESTE)",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "409BI1",
        "label": "409BI1",
        "long": "SAO BERNARDO DO CAMPO (PARQUE ALVARENGA) - SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE-OESTE)",
        "short": "409BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "411",
        "label": "411",
        "long": "SANTA ISABEL (MONTE SERRAT) - MOGI DAS CRUZES (TERMINAL RODOVIARIO GERALDO SCAVONE)",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "415",
        "label": "415",
        "long": "SANTA ISABEL (MONTE SERRAT) - GUARAREMA (CHACARA GUANABARA)",
        "short": "415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "416",
        "label": "416",
        "long": "POA (JARDIM MEDINA) - MOGI DAS CRUZES (ESTACAO CPTM ESTUDANTES)",
        "short": "416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "417",
        "label": "417",
        "long": "SANTANA DE PARNAIBA (PARQUE SANTANA) - BARUERI (CENTRO)",
        "short": "417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "418",
        "label": "418",
        "long": "PIRAPORA DO BOM JESUS (JARDIM BOM JESUS) - BARUERI (CENTRO)",
        "short": "418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "419",
        "label": "419",
        "long": "ITAPEVI (COHAB/JARDIM PAULISTA) - SANTANA DE PARNAIBA (RESIDENCIAL BURLE MARX)",
        "short": "419",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "421",
        "label": "421",
        "long": "ITAPEVI (CIDADE DA SAUDE) - VARGEM GRANDE PAULISTA (CENTRO)",
        "short": "421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "422",
        "label": "422",
        "long": "ITAPEVI (VILA NOVA ESPERANCA) - SAO PAULO (METRO MORUMBI)",
        "short": "422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "424",
        "label": "424",
        "long": "RIO GRANDE DA SERRA (CENTRO) - SANTO ANDRE (PARANAPIACABA)",
        "short": "424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "426",
        "label": "426",
        "long": "FRANCO DA ROCHA (CENTRO) - CAJAMAR (POLVILHO)",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "427",
        "label": "427",
        "long": "GUARULHOS (PARQUE CONTINENTAL II) - SAO PAULO (PARAISO)",
        "short": "427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "428",
        "label": "428",
        "long": "BARUERI (JARDIM DO LIBANO) - OSASCO (VILA YARA)",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "429",
        "label": "429",
        "long": "CAIEIRAS (LARANJEIRAS) - SAO PAULO (JARDIM DO RUSSO)",
        "short": "429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "430",
        "label": "430",
        "long": "FRANCO DA ROCHA (CENTRO) - FRANCISCO MORATO (CENTRO)",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "431",
        "label": "431",
        "long": "SAO BERNARDO DO CAMPO (JARDIM LAS PALMAS) - SAO PAULO (TERMINAL SACOMA)",
        "short": "431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "432",
        "label": "432",
        "long": "SANTO ANDRE (TERMINAL METROPOLITANO SANTO ANDRE-LESTE) - SAO BERNARDO DO CAMPO (BAIRRO DO TABOAO)",
        "short": "432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "436",
        "label": "436",
        "long": "FRANCISCO MORATO (TERMINAL RAUL SHIGUEMITSU SUNAO) - FRANCO DA ROCHA (CENTRO)",
        "short": "436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "438",
        "label": "438",
        "long": "FRANCO DA ROCHA (PARQUE VITORIA) - SAO PAULO (LAPA)",
        "short": "438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "439",
        "label": "439",
        "long": "BARUERI (ALPHAVILLE) - SAO PAULO (PIRITUBA)",
        "short": "439",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "439VP1",
        "label": "439VP1",
        "long": "BARUERI (ALPHAVILLE) - OSASCO (JARDIM HELENA MARIA)",
        "short": "439VP1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "442",
        "label": "442",
        "long": "CAIEIRAS (JARDIM NOVA ERA) - SAO PAULO (TERMINAL RODOVIARIO BARRA FUNDA)",
        "short": "442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "443",
        "label": "443",
        "long": "GUARULHOS (COCAIA) - SAO PAULO (METRO PENHA)",
        "short": "443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "446",
        "label": "446",
        "long": "SAO BERNARDO DO CAMPO (JARDIM BORBOREMA) - SAO PAULO (SAUDE)",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "448",
        "label": "448",
        "long": "CARAPICUIBA (ALDEIA) - SANTANA DE PARNAIBA (RESIDENCIAL TAMBORE III)",
        "short": "448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "449",
        "label": "449",
        "long": "CARAPICUIBA (ALDEIA) - SANTANA DE PARNAIBA (ALPHAVILLE 10)",
        "short": "449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "450",
        "label": "450",
        "long": "CARAPICUIBA (JARDIM NOVO HORIZONTE) - BARUERI (ALPHAVILLE 2)",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "451",
        "label": "451",
        "long": "ITAPECERICA DA SERRA (JARDIM BRANCA FLOR) - SAO PAULO (METRO CAPAO REDONDO)",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "454",
        "label": "454",
        "long": "JANDIRA (CONDOMINIO RESERVA DE SANTA MARIA) - BARUERI (CENTRO)",
        "short": "454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "455",
        "label": "455",
        "long": "CARAPICUIBA (ALDEIA) - BARUERI (ALPHAVILLE)",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "459",
        "label": "459",
        "long": "EMBU DAS ARTES (TERMINAL CASA BRANCA) - SAO PAULO (ITAIM BIBI)",
        "short": "459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "461",
        "label": "461",
        "long": "ARUJA (TERMINAL RODOVIARIO DE ARUJA) - GUARULHOS (NOVA BONSUCESSO)",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "462",
        "label": "462",
        "long": "SANTANA DE PARNAIBA (CIDADE SAO PEDRO) - OSASCO (CENTRO)",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "462BI1",
        "label": "462BI1",
        "long": "SANTANA DE PARNAIBA (VARZEA DE SOUZA) - OSASCO (CENTRO)",
        "short": "462BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "463",
        "label": "463",
        "long": "ITAPEVI (JARDIM VITAPOLIS) - SANTANA DE PARNAIBA (RESIDENCIAL TAMBORE III)",
        "short": "463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "466",
        "label": "466",
        "long": "OSASCO (CONJUNTO DOS METALURGICOS) - BARUERI (ALPHAVILLE/GREEN VALLEY)",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "466EX1",
        "label": "466EX1",
        "long": "OSASCO (TERMINAL SANTA MARIA) - BARUERI (ALPHAVILLE/GREEN VALLEY)",
        "short": "466EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "466EX2",
        "label": "466EX2",
        "long": "OSASCO (TERMINAL SANTA MARIA) - BARUERI (ALPHAVILLE / GREEN VALLEY)",
        "short": "466EX2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "467",
        "label": "467",
        "long": "SANTANA DE PARNAIBA (CENTRO) - SAO PAULO (LAPA)",
        "short": "467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "468",
        "label": "468",
        "long": "SANTANA DE PARNAIBA (TERMINAL RODOVIARIO ALPHAVILLE) - COTIA (TERMINAL METROPOLITANO DE COTIA)",
        "short": "468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "468BI1",
        "label": "468BI1",
        "long": "SANTANA DE PARNAIBA (RESIDENCIAL GENESIS II) - COTIA (TERMINAL METROPOLITANO DE COTIA)",
        "short": "468BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "468EX1",
        "label": "468EX1",
        "long": "BARUERI (SHOPPING TAMBORE) - COTIA (TERMINAL METROPOLITANO DE COTIA)",
        "short": "468EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "468EX2",
        "label": "468EX2",
        "long": "BARUERI (ALPHAVILLE CENTRO COMERCIAL) - COTIA (TERMINAL METROPOLITANO DE COTIA)",
        "short": "468EX2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "468EX3",
        "label": "468EX3",
        "long": "SANTANA DE PARNAIBA (TERMINAL RODOVIARIO ALPHAVILLE) - COTIA (TERMINAL METROPOLITANO DE COTIA)",
        "short": "468EX3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "469",
        "label": "469",
        "long": "FRANCO DA ROCHA (JARDIM LAGO AZUL) - CAIEIRAS (JARDIM NOVA ERA)",
        "short": "469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "472",
        "label": "472",
        "long": "GUARULHOS (AEROPORTO INTERNACIONAL DE SAO PAULO) - SAO PAULO (TERMINAL RODOVIARIO BARRA FUNDA)",
        "short": "472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "472EX1",
        "label": "472EX1",
        "long": "GUARULHOS (AEROPORTO INTERNACIONAL DE SAO PAULO) - SAO PAULO (TERMINAL RODOVIARIO TIETE)",
        "short": "472EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "473",
        "label": "473",
        "long": "GUARULHOS (PARQUE PIRATININGA) - SAO PAULO (METRO ARMENIA)",
        "short": "473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "478",
        "label": "478",
        "long": "GUARULHOS (CONJUNTO PAES DE BARROS) - SAO PAULO (METRO ARMENIA)",
        "short": "478",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "479",
        "label": "479",
        "long": "CARAPICUIBA (PARQUE SANTA TEREZA) - OSASCO (CENTRO)",
        "short": "479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "480",
        "label": "480",
        "long": "ARUJA (PARQUE RODRIGO BARRETO) - POA (ESTACAO CPTM POA)",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "481",
        "label": "481",
        "long": "POA (TERMINAL RODOVIARIO JARDIM SAO JOSE) - MOGI DAS CRUZES (ESTACAO CPTM ESTUDANTES)",
        "short": "481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "484",
        "label": "484",
        "long": "EMBU DAS ARTES (JARDIM BATISTA) - SAO PAULO (METRO CAPAO REDONDO)",
        "short": "484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "488",
        "label": "488",
        "long": "CARAPICUIBA (VILA MENCK) - SAO PAULO (METRO BUTANTA)",
        "short": "488",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "489",
        "label": "489",
        "long": "ITAPEVI (CENTRO) - EMBU DAS ARTES (TERMINAL RODOVIARIO EMBU DAS ARTES)",
        "short": "489",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "490",
        "label": "490",
        "long": "TABOAO DA SERRA (JARDIM MONTE ALEGRE) - OSASCO (CENTRO)",
        "short": "490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "492",
        "label": "492",
        "long": "CARAPICUIBA (PARQUE JANDAIA) - SAO PAULO (METRO VILA SONIA)",
        "short": "492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "493",
        "label": "493",
        "long": "SANTO ANDRE (PRINCIPE DE GALES) - SAO PAULO (TERMINAL SACOMA)",
        "short": "493",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "493DV1",
        "label": "493DV1",
        "long": "SANTO ANDRE (PRINCIPE DE GALES) - SAO PAULO (TERMINAL SACOMA)",
        "short": "493DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "494",
        "label": "494",
        "long": "SAO CAETANO DO SUL (TERMINAL RODOVIARIO NICOLAU DELIC) - SAO PAULO (TERMINAL SACOMA)",
        "short": "494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "496",
        "label": "496",
        "long": "SAO PAULO (JARDIM JOAO XXIII) - BARUERI (ALPHAVILLE/GREEN VALLEY)",
        "short": "496",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "496EX1",
        "label": "496EX1",
        "long": "SAO PAULO (RODOVIA RAPOSO TAVARES - KM 17,8) - BARUERI (ALPHAVILLE/GREEN VALLEY)",
        "short": "496EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "497",
        "label": "497",
        "long": "CARAPICUIBA (VILA DIRCE) - SANTANA DE PARNAIBA (COLINAS DA ANHANGUERA)",
        "short": "497",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "497VP1",
        "label": "497VP1",
        "long": "CARAPICUIBA (VILA DIRCE) - SANTANA DE PARNAIBA (POLO EMPRESARIAL TAMBORE)",
        "short": "497VP1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "498",
        "label": "498",
        "long": "CARAPICUIBA (JARDIM NOVO HORIZONTE) - SANTANA DE PARNAIBA (TERMINAL RODOVIARIO ALPHAVILLE)",
        "short": "498",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "499",
        "label": "499",
        "long": "GUARULHOS (TERMINAL METROPOLITANO CECAP) - SAO PAULO (ESTACAO CPTM DOM BOSCO)",
        "short": "499",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "500",
        "label": "500",
        "long": "GUARULHOS (TERMINAL METROPOLITANO VILA GALVAO) - SAO PAULO (TERMINAL RODOVIARIO TIETE)",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "501",
        "label": "501",
        "long": "GUARULHOS (PARQUE PIRATININGA) - SAO PAULO (METRO ARMENIA)",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "503",
        "label": "503",
        "long": "COTIA (CAUCAIA DO ALTO) - COTIA (PORTAO)",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "506",
        "label": "506",
        "long": "COTIA (JARDIM SANDRA) - SAO PAULO (CARREFOUR)",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "507",
        "label": "507",
        "long": "VARGEM GRANDE PAULISTA (JARDIM SAO MARCOS) - COTIA (PORTAO)",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "508",
        "label": "508",
        "long": "COTIA (JARDIM JAPAO) - COTIA (PORTAO)",
        "short": "508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "509",
        "label": "509",
        "long": "VARGEM GRANDE PAULISTA (PARQUE DO AGRESTE) - COTIA (TERMINAL METROPOLITANO COTIA)",
        "short": "509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "510",
        "label": "510",
        "long": "EMBU DAS ARTES (JARDIM VAZAME) - SAO PAULO (METRO VILA SONIA)",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5104",
        "label": "5104",
        "long": "IGARATA (TERMINAL RODOVIARIO DE IGARATA) - JACAREI (TERMINAL RODOVIARIO DE JACAREI)",
        "short": "5104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5105",
        "label": "5105",
        "long": "PARAIBUNA (TERMINAL RODOVIARIO DE PARAIBUNA) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5106",
        "label": "5106",
        "long": "JAMBEIRO (TERMINAL RODOVIARIO DE JAMBEIRO) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5107",
        "label": "5107",
        "long": "MONTEIRO LOBATO (TERMINAL RODOVIARIO DE MONTEIRO LOBATO) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5109",
        "label": "5109",
        "long": "SAO JOSE DOS CAMPOS (SAO FRANCISCO XAVIER) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "511",
        "label": "511",
        "long": "EMBU DAS ARTES (JARDIM PINHEIRINHO) - SAO PAULO (METRO VILA SONIA)",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5110",
        "label": "5110",
        "long": "CACAPAVA (TERMINAL RODOVIARIO DE CACAPAVA) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5111",
        "label": "5111",
        "long": "CACAPAVA (TERMINAL RODOVIARIO DE CACAPAVA) - TAUBATE (TERMINAL RODOVIARIO URBANO JOAO FRANCISCO DOS SANTOS)",
        "short": "5111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5113",
        "label": "5113",
        "long": "SANTA BRANCA (TERMINAL RODOVIARIO DE SANTA BRANCA) - JACAREI (TERMINAL RODOVIARIO DE JACAREI)",
        "short": "5113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5113PR1",
        "label": "5113PR1",
        "long": "SANTA BRANCA (JARDIM ALBUQUERQUE) - JACAREI (TERMINAL RODOVIARIO DE JACAREI",
        "short": "5113PR1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5114",
        "label": "5114",
        "long": "JACAREI (TERMINAL RODOVIARIO DE JACAREI) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5116",
        "label": "5116",
        "long": "JACAREI (CENTRO) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5117",
        "label": "5117",
        "long": "SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM) - CACAPAVA (TERMINAL RODOVIARIO DE CACAPAVA)",
        "short": "5117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5118",
        "label": "5118",
        "long": "JACAREI (PARQUE MEIA LUA) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "512",
        "label": "512",
        "long": "GUARULHOS (PARQUE PIRATININGA) - SAO PAULO (METRO ARMENIA)",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "513",
        "label": "513",
        "long": "ITAPECERICA DA SERRA (JARDIM DAS OLIVEIRAS) - SAO PAULO (METRO CAPAO REDONDO)",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "517",
        "label": "517",
        "long": "ITAPEVI (COHAB) - OSASCO (VILA YARA)",
        "short": "517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "518",
        "label": "518",
        "long": "BARUERI (JARDIM DO LIBANO) - SANTANA DE PARNAIBA (ALPHAVILLE RESIDENCIAL 10)",
        "short": "518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "520",
        "label": "520",
        "long": "GUARULHOS (JARDIM LEBLON) - SAO PAULO (METRO ARMENIA)",
        "short": "520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5201",
        "label": "5201",
        "long": "PINDAMONHANGABA (CENTRO) - TAUBATE (TAUBATE SHOPPING CENTER)",
        "short": "5201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5202",
        "label": "5202",
        "long": "CACAPAVA (TERMINAL RODOVIARIO DE CACAPAVA) - TAUBATE (TERMINAL RODOVIARIO E URBANO JOAO FRANCISCO DOS SANTOS)",
        "short": "5202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5203",
        "label": "5203",
        "long": "TAUBATE (TERMINAL RODOVIARIO E URBANO JOAO FRANCISCO DOS SANTOS) - TREMEMBE (TERMINAL RODOVIARIO DE TREMEMBE)",
        "short": "5203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5204",
        "label": "5204",
        "long": "NATIVIDADE DA SERRA (CENTRO) - TAUBATE (TERMINAL RODOVIARIO NOVO DE TAUBATE)",
        "short": "5204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5205",
        "label": "5205",
        "long": "ROSEIRA (TERMINAL RODOVIARIO DE ROSEIRA) - TAUBATE (TERMINAL RODOVIARIO E URBANO JOAO FRANCISCO DOS SANTOS)",
        "short": "5205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5206",
        "label": "5206",
        "long": "PINDAMONHANGABA (CENTRO) - TAUBATE (TERMINAL RODOVIARIO E URBANO JOAO FRANCISCO DOS SANTOS)",
        "short": "5206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5207",
        "label": "5207",
        "long": "TAUBATE (TERMINAL RODOVIARIO NOVO DE TAUBATE) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5207DV1",
        "label": "5207DV1",
        "long": "TAUBATE (TERMINAL RODOVIARIO NOVO DE TAUBATE) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5207DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5208",
        "label": "5208",
        "long": "SAO BENTO DO SAPUCAI (CENTRO) - CAMPOS DO JORDAO (TERMINAL RODOVIARIO DE CAMPOS DO JORDAO)",
        "short": "5208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5209",
        "label": "5209",
        "long": "PINDAMONHANGABA (TERMINAL RODOVIARIO DE PINDAMONHANGABA) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5209DV1",
        "label": "5209DV1",
        "long": "PINDAMONHANGABA (TERMINAL RODOVIARIO DE PINDAMONHANGABA) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5209DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "521",
        "label": "521",
        "long": "GUARULHOS (JARDIM ANGELICA) - SAO PAULO (METRO ARMENIA)",
        "short": "521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5211",
        "label": "5211",
        "long": "PINDAMONHANGABA (CENTRO) - TAUBATE (TERMINAL RODOVIARIO E URBANO JOAO FRANCISCO DOS SANTOS)",
        "short": "5211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5211EX1",
        "label": "5211EX1",
        "long": "PINDAMONHANGABA (CENTRO) - TAUBATE (TERMINAL RODOVIARIO E URBANO JOAO FRANCISCO DOS SANTOS)",
        "short": "5211EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5211PR1TESTE",
        "label": "5211PR1TESTE",
        "long": "PINDAMONHANGABA (TERMINAL rODOVIARIO DE PINDAMONHANGABA) - TAUBATE (TERMINAL RODOVIARIO URBANO JOAO FRANCISCO DOS SANTOS)",
        "short": "5211PR1TESTE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5212",
        "label": "5212",
        "long": "CAMPOS DO JORDAO (TERMINAL RODOVIARIO DE CAMPOS DO JORDAO) - TAUBATE (TERMINAL RODOVIARIO NOVO DE TAUBATE)",
        "short": "5212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5214",
        "label": "5214",
        "long": "LAGOINHA (CENTRO) - TAUBATE (TERMINAL RODOVIARIO NOVO DE TAUBATE)",
        "short": "5214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5216",
        "label": "5216",
        "long": "SAO LUIZ DO PARAITINGA (TERMINAL RODOVIARIO DE SAO LUIZ DO PARAITINGA) - TAUBATE (TERMINAL RODOVIARIO NOVO DE TAUBATE)",
        "short": "5216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5217",
        "label": "5217",
        "long": "SAO LUIZ DO PARAITINGA (CATUCABA) - TAUBATE (TERMINAL RODOVIARIO NOVO DE TAUBATE)",
        "short": "5217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5219",
        "label": "5219",
        "long": "CAMPOS DO JORDAO (TERMINAL RODOVIARIO DE CAMPOS DO JORDAO) - PINDAMONHANGABA (TERMINAL RODOVIARIO DE PINDAMONHANGABA)",
        "short": "5219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5220",
        "label": "5220",
        "long": "TAUBATE (TERMINAL RODOVIARIO E URBANO JOAO FRANCISCO DOS SANTOS) - TREMEMBE (TERMINAL RODOVIARIO DE TREMEMBE)",
        "short": "5220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "524",
        "label": "524",
        "long": "BARUERI (TREVO DE ALPHAVILLE) - SAO PAULO (TERMINAL RODOVIARIO BARRA FUNDA)",
        "short": "524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "525",
        "label": "525",
        "long": "GUARULHOS (JARDIM SANTA PAULA) - SAO PAULO (METRO ARMENIA)",
        "short": "525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "526",
        "label": "526",
        "long": "GUARAREMA (CHACARA GUANABARA) - MOGI DAS CRUZES (TERMINAL RODOVIARIO GERALDO SCAVONE)",
        "short": "526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "528",
        "label": "528",
        "long": "CARAPICUIBA (CIDADE ARISTON) - BARUERI (ALPHAVILLE)",
        "short": "528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "528EX1",
        "label": "528EX1",
        "long": "CARAPICUIBA (CIDADE ARISTON) - BARUERI (ALPHAVILLE)",
        "short": "528EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "529",
        "label": "529",
        "long": "ARUJA (MIRANTE) - SAO PAULO (METRO ARMENIA)",
        "short": "529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "530",
        "label": "530",
        "long": "ARUJA (PARQUE RODRIGO BARRETO) - SAO PAULO (METRO ARMENIA)",
        "short": "530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5301",
        "label": "5301",
        "long": "APARECIDA (TERMINAL RODOVIARIO DE APARECIDA) - CRUZEIRO (TERMINAL RODOVIARIO DE CRUZEIRO)",
        "short": "5301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5303",
        "label": "5303",
        "long": "ROSEIRA (TERMINAL RODOVIARIO DE ROSEIRA) - PINDAMONHANGABA (TERMINAL RODOVIARIO DE PINDAMONHANGABA)",
        "short": "5303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5304",
        "label": "5304",
        "long": "PIQUETE (TERMINAL RODOVIARIO DE PIQUETE) - LORENA (TERMINAL RODOVIARIO DE LORENA)",
        "short": "5304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5304PR1",
        "label": "5304PR1",
        "long": "PIQUETE (TERMINAL RODOVIARIO DE PIQUETE) - LORENA (CENTRO - ETEC)",
        "short": "5304PR1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5304PR2",
        "label": "5304PR2",
        "long": "PIQUETE (IMBEL) - LORENA (TERMINAL RODOVIARIO DE LORENA)",
        "short": "5304PR2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5305",
        "label": "5305",
        "long": "LORENA (TERMINAL RODOVIARIO DE LORENA) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5306",
        "label": "5306",
        "long": "LORENA (TERMINAL RODOVIARIO DE LORENA) - TAUBATE (TERMINAL RODOVIARIO NOVO DE TAUBATE)",
        "short": "5306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5307",
        "label": "5307",
        "long": "PIQUETE (TERMINAL RODOVIARIO DE PIQUETE) - CRUZEIRO (TERMINAL RODOVIARIO DE CRUZEIRO)",
        "short": "5307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5308",
        "label": "5308",
        "long": "POTIM (MIGUEL VIEIRA) - APARECIDA (TERMINAL RODOVIARIO DE APARECIDA)",
        "short": "5308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5309",
        "label": "5309",
        "long": "CACHOEIRA PAULISTA (TERMINAL RODOVIARIO DE CACHOEIRA PAULISTA) - CRUZEIRO (TERMINAL RODOVIARIO DE CRUZEIRO)",
        "short": "5309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "531",
        "label": "531",
        "long": "ITAPECERICA DA SERRA (RECREIO PRIMAVERA) - SAO PAULO (METRO CAPAO REDONDO)",
        "short": "531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5310",
        "label": "5310",
        "long": "CACHOEIRA PAULISTA (TERMINAL RODOVIARIO DE CACHOEIRA PAULISTA ) - CRUZEIRO (TERMINAL RODOVIARIO DE CRUZEIRO)",
        "short": "5310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5311",
        "label": "5311",
        "long": "GUARATINGUETA (TERMINAL RODOVIARIO DE GUARATINGUETA) - PINDAMONHANGABA (TERMINAL RODOVIARIO DE PINDAMONHANGABA)",
        "short": "5311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5311EX1",
        "label": "5311EX1",
        "long": "GUARATINGUETA (TERMINAL RODOVIARIO DE GUARATINGUETA) - PINDAMONHANGABA (CENTRO)",
        "short": "5311EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5312",
        "label": "5312",
        "long": "LORENA (CRUZ) - GUARATINGUETA (TERMINAL RODOVIARIO DE GUARATINGUETA)",
        "short": "5312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5313",
        "label": "5313",
        "long": "CACHOEIRA PAULISTA (TERMINAL RODOVIARIO DE CACHOEIRA PAULISTA) - LORENA (TERMINAL RODOVIARIO DE LORENA)",
        "short": "5313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5313DV1",
        "label": "5313DV1",
        "long": "CACHOEIRA PAULISTA (TERMINAL RODOVIARIO DE CACHOEIRA PAULISTA) - LORENA (TERMINAL RODOVIARIO DE LORENA)",
        "short": "5313DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5316",
        "label": "5316",
        "long": "APARECIDA (CENTRO) - GUARATINGUETA (CENTRO)",
        "short": "5316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5317",
        "label": "5317",
        "long": "ROSEIRA (TERMINAL RODOVIARIO DE ROSEIRA) - APARECIDA (TERMINAL RODOVIARIO DE APARECIDA)",
        "short": "5317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5318",
        "label": "5318",
        "long": "POTIM (LOTEAMENTO DOS VIEIRAS) - GUARATINGUETA (TERMINAL RODOVIARIO DE GUARATINGUETA)",
        "short": "5318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5319",
        "label": "5319",
        "long": "CUNHA (TERMINAL RODOVIARIO DE CUNHA) - GUARATINGUETA (TERMINAL RODOVIARIO DE GUARATINGUETA)",
        "short": "5319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "532",
        "label": "532",
        "long": "GUARULHOS (TERMINAL METROPOLITANO TABOAO) - SAO PAULO (METRO TUCURUVI)",
        "short": "532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "533",
        "label": "533",
        "long": "JANDIRA (JARDIM NOSSA SENHORA DE FATIMA) - BARUERI (PARQUE IMPERIAL)",
        "short": "533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "534",
        "label": "534",
        "long": "BARUERI (CENTRO) - SANTANA DE PARNAIBA (GENESIS II)",
        "short": "534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "536",
        "label": "536",
        "long": "FRANCO DA ROCHA (CENTRO) - CAIEIRAS (VILA DOS PINHEIROS)",
        "short": "536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "537",
        "label": "537",
        "long": "ARUJA (PARQUE RODRIGO BARRETO) - GUARULHOS (JARDIM SANTA MENA)",
        "short": "537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "538",
        "label": "538",
        "long": "ARUJA (CENTRO) - GUARULHOS (AEROPORTO INTERNACIONAL DE SAO PAULO)",
        "short": "538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5401",
        "label": "5401",
        "long": "CRUZEIRO (TERMINAL RODOVIARIO DE CRUZEIRO) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5402",
        "label": "5402",
        "long": "BANANAL (TERMINAL RODOVIARIO AQUINO CARVALHO DOS SANTOS) - GUARATINGUETA (TERMINAL RODOVIARIO DE GUARATINGUETA)",
        "short": "5402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5403",
        "label": "5403",
        "long": "AREIAS (CENTRO) - CRUZEIRO (TERMINAL RODOVIARIO DE CRUZEIRO)",
        "short": "5403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5403EX1",
        "label": "5403EX1",
        "long": "SAO JOSE DO BARREIRO (TERMINAL RODOVIARIO DE SAO JOSE DO BARREIRO) - CRUZEIRO (VILA BRASIL)",
        "short": "5403EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5404",
        "label": "5404",
        "long": "QUELUZ (TERMINAL RODOVIARIO DE QUELUZ) - CRUZEIRO (TERMINAL RODOVIARIO DE CRUZEIRO)",
        "short": "5404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5405",
        "label": "5405",
        "long": "LAVRINHAS (CAPELA DO JACU) - CRUZEIRO (TERMINAL RODOVIARIO DE CRUZEIRO)",
        "short": "5405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5406",
        "label": "5406",
        "long": "CRUZEIRO (TERMINAL RODOVIARIO DE CRUZEIRO) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5407",
        "label": "5407",
        "long": "LORENA (TERMINAL RODOVIARIO DE LORENA) - CRUZEIRO (TERMINAL RODOVIARIO DE CRUZEIRO)",
        "short": "5407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5407VP2",
        "label": "5407VP2",
        "long": "CACHOEIRA PAULISTA (TERMINAL RODOVIARIO DE CACHOEIRA PAULISTA) - CRUZEIRO (TERMINAL RODOVIARIO DE CRUZEIRO)",
        "short": "5407VP2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "541",
        "label": "541",
        "long": "ARUJA (TERMINAL RODOVIARIO DE ARUJA) - GUARULHOS (SHOPPING BONSUCESSO)",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "542",
        "label": "542",
        "long": "CARAPICUIBA (ALDEIA) - SANTANA DE PARNAIBA (ALPHAVILLE 10)",
        "short": "542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "549",
        "label": "549",
        "long": "ARUJA (MIRANTE) - SAO PAULO (SAO MIGUEL PAULISTA)",
        "short": "549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "550",
        "label": "550",
        "long": "PIRAPORA DO BOM JESUS (JARDIM BOM JESUS) - BARUERI (ALPHAVILLE 3 / BRADESCO)",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5501",
        "label": "5501",
        "long": "SAO SEBASTIAO (TERMINAL RODOVIARIO DE SAO SEBASTIAO) - TAUBATE (TERMINAL RODOVIARIO NOVO DE TAUBATE)",
        "short": "5501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5503",
        "label": "5503",
        "long": "SAO SEBASTIAO (TERMINAL RODOVIARIO DE SAO SEBASTIAO) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5504",
        "label": "5504",
        "long": "CARAGUATATUBA (TERMINAL RODOVIARIO DE CARAGUATATUBA) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5505",
        "label": "5505",
        "long": "SAO SEBASTIAO (BALSA) - CARAGUATATUBA (TERMINAL RODOVIARIO DE CARAGUATATUBA)",
        "short": "5505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5506",
        "label": "5506",
        "long": "UBATUBA (TERMINAL RODOVIARIO NAIM ELIAS ABDALLA) - CARAGUATATUBA (TERMINAL RODOVIARIO DE CARAGUATATUBA)",
        "short": "5506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5506DV1",
        "label": "5506DV1",
        "long": "UBATUBA (TERMINAL RODOVIARIO NAIM ELIAS ABDALLA) - CARAGUATATUBA (TERMINAL RODOVIARIO DE CARAGUATATUBA)",
        "short": "5506DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5508",
        "label": "5508",
        "long": "UBATUBA (TERMINAL RODOVIARIO DE UBATUBA - LITORANEA) - SAO JOSE DOS CAMPOS (TERMINAL RODOVIARIO FREDERICO OZANAM)",
        "short": "5508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5509",
        "label": "5509",
        "long": "NATIVIDADE DA SERRA (BAIRRO ALTO) - CARAGUATATUBA (TERMINAL RODOVIARIO DE CARAGUATATUBA)",
        "short": "5509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "551",
        "label": "551",
        "long": "EMBU DAS ARTES (JARDIM MIMAS) - SAO PAULO (METRO CAPAO REDONDO)",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5511",
        "label": "5511",
        "long": "UBATUBA (TERMINAL RODOVIARIO DE UBATUBA - SAO JOSE) - TAUBATE (TERMINAL RODOVIARIO NOVO DE TAUBATE)",
        "short": "5511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "551BI1",
        "label": "551BI1",
        "long": "EMBU DAS ARTES (JARDIM SAO LUIZ) - SAO PAULO (METRO CAPAO REDONDO)",
        "short": "551BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "552",
        "label": "552",
        "long": "GUARULHOS (PARQUE SANTOS DUMONT) - SAO PAULO (METRO ARMENIA)",
        "short": "552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "555",
        "label": "555",
        "long": "GUARULHOS (COCAIA) - SAO PAULO (METRO ARMENIA)",
        "short": "555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "557",
        "label": "557",
        "long": "JANDIRA (JARDIM NOSSA SENHORA DE FATIMA) - OSASCO (VILA YARA)",
        "short": "557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "558",
        "label": "558",
        "long": "EMBU-GUACU (CHACARA FLORIDA) - SAO PAULO (METRO CAPAO REDONDO)",
        "short": "558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "559",
        "label": "559",
        "long": "CARAPICUIBA (COHAB V) - SANTANA DE PARNAIBA (TERMINAL RODOVIARIO ALPHAVILLE)",
        "short": "559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "563",
        "label": "563",
        "long": "EMBU-GUACU (VILA LOURO) - SAO PAULO (METRO CAPAO REDONDO)",
        "short": "563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "564",
        "label": "564",
        "long": "SANTANA DE PARNAIBA (CENTRO) - SAO PAULO (MORRO DOCE)",
        "short": "564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "565",
        "label": "565",
        "long": "SANTANA DE PARNAIBA (CIDADE DE SAO PEDRO - GLEBA C) - SAO PAULO (LAPA)",
        "short": "565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "566",
        "label": "566",
        "long": "MAIRIPORA (TERMINAL RODOVIARIO CIDADE BONITA SIGUEMI AIACYDA) - SAO PAULO (TERMINAL RODOVIARIO TIETE)",
        "short": "566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "568",
        "label": "568",
        "long": "ARUJA (VILA PEDROSO) - SAO PAULO (METRO ARMENIA)",
        "short": "568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "572",
        "label": "572",
        "long": "OSASCO (JARDIM SANTA MARIA) - SAO PAULO (METRO MORUMBI)",
        "short": "572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "573",
        "label": "573",
        "long": "GUARULHOS (PARQUE CONTINENTAL II) - SAO PAULO (METRO CARRAO)",
        "short": "573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "578",
        "label": "578",
        "long": "GUARULHOS (VILA MOREIRA) - SAO PAULO (METRO ARMENIA)",
        "short": "578",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "579",
        "label": "579",
        "long": "OSASCO (VILA YOLANDA) - BARUERI (ALPHAVILLE / GREEN VALLEY)",
        "short": "579",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "580",
        "label": "580",
        "long": "GUARULHOS (CIDADE SOBERANA) - SAO PAULO (METRO ARMENIA)",
        "short": "580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "581",
        "label": "581",
        "long": "OSASCO (TERMINAL METROPOLITANO LUIZ BORTOLOSSO - KM 21) - COTIA (KM 24 - RODOVIA RAPOSO TAVARES)",
        "short": "581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "582",
        "label": "582",
        "long": "EMBU-GUACU (VILA DIRCE) - SAO PAULO (CIPO DO MEIO)",
        "short": "582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "584",
        "label": "584",
        "long": "GUARULHOS (PARQUE PRIMAVERA) - SAO PAULO (METRO CARRAO)",
        "short": "584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "585",
        "label": "585",
        "long": "GUARULHOS (COCAIA) - SAO PAULO (METRO ARMENIA)",
        "short": "585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "587",
        "label": "587",
        "long": "TABOAO DA SERRA (JARDIM MONTE ALEGRE) - SAO PAULO (METRO CAMPO LIMPO)",
        "short": "587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "588",
        "label": "588",
        "long": "GUARULHOS (VILA ANY) - SAO PAULO (METRO ARMENIA)",
        "short": "588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "589",
        "label": "589",
        "long": "POA (TERMINAL RODOVIARIO JARDIM SAO JOSE) - SAO PAULO (PENHA)",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "591",
        "label": "591",
        "long": "GUARULHOS (JARDIM PARAISO) - SAO PAULO (METRO PENHA)",
        "short": "591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "591DV1",
        "label": "591DV1",
        "long": "GUARULHOS (JARDIM PARAISO) - SAO PAULO (METRO PENHA)",
        "short": "591DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "596",
        "label": "596",
        "long": "GUARULHOS (VILA ANY) - SAO PAULO (ESTACAO CPTM SAO MIGUEL PAULISTA)",
        "short": "596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "598",
        "label": "598",
        "long": "ARUJA (MIRANTE) - GUARULHOS (JARDIM SANTA MENA)",
        "short": "598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "600",
        "label": "600",
        "long": "INDAIATUBA (TERMINAL RODOVIARIO VEREADOR MAURILIO GONCALVES PINTO) - CAMPINAS (TERMINAL METROPOLITANO MAGALHAES TEIXEIRA)",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "601",
        "label": "601",
        "long": "INDAIATUBA (TERMINAL RODOVIARIO VEREADOR MAURILIO GONCALVES PINTO) - CAMPINAS (TERMINAL METROPOLITANO MAGALHAES TEIXEIRA)",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "604",
        "label": "604",
        "long": "PAULINIA (PAULINIA RODOVIARIA SHOPPING) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "604DV1",
        "label": "604DV1",
        "long": "PAULINIA (PAULINIA RODOVIARIA SHOPPING) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "604DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "604EX1",
        "label": "604EX1",
        "long": "PAULINIA (PAULINIA RODOVIARIA SHOPPING) - CAMPINAS (SHOPPING PARQUE DOM PEDRO I)",
        "short": "604EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "606",
        "label": "606",
        "long": "COSMOPOLIS (CENTRO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "606DV1",
        "label": "606DV1",
        "long": "COSMOPOLIS (CENTRO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "606DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "606EX1",
        "label": "606EX1",
        "long": "ARTUR NOGUEIRA (CORACAO CRIANCA) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "606EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "607",
        "label": "607",
        "long": "COSMOPOLIS (CENTRO) - CAMPINAS (SHOPPING PARQUE DOM PEDRO I)",
        "short": "607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "608",
        "label": "608",
        "long": "COSMOPOLIS (VILA FONTANA) - ENGENHEIRO COELHO (TERMINAL RODOVIARIO DE ENGENHEIRO COELHO)",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "609",
        "label": "609",
        "long": "PAULINIA (PAULINIA RODOVIARIA SHOPPING) - COSMOPOLIS (CENTRO)",
        "short": "609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6101",
        "label": "6101",
        "long": "BOITUVA (CENTRO) - SOROCABA (CENTRO)",
        "short": "6101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6105",
        "label": "6105",
        "long": "SARAPUI (CENTRO) - SOROCABA (CENTRO)",
        "short": "6105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6106",
        "label": "6106",
        "long": "TIETE (CENTRO) - CERQUILHO (JARDIM NOVA CERQUILHO)",
        "short": "6106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6108",
        "label": "6108",
        "long": "TATUI (CENTRO) - SOROCABA (CENTRO)",
        "short": "6108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6108EX1",
        "label": "6108EX1",
        "long": "TATUI (CENTRO) - SOROCABA (FACENS)",
        "short": "6108EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6108EX2",
        "label": "6108EX2",
        "long": "TATUI (CENTRO) - SOROCABA (UNIP)",
        "short": "6108EX2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6108EX3",
        "label": "6108EX3",
        "long": "TATUI (CENTRO) - SOROCABA (UNIP)",
        "short": "6108EX3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6108EX4",
        "label": "6108EX4",
        "long": "CAPELA DO ALTO (CENTRO) - TATUI (JARDIM AEROPORTO)",
        "short": "6108EX4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6109",
        "label": "6109",
        "long": "CESARIO LANGE (HARAS DO SUL) - TIETE (CENTRO)",
        "short": "6109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6110",
        "label": "6110",
        "long": "TATUI (CENTRO) - SOROCABA (CENTRO)",
        "short": "6110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6113",
        "label": "6113",
        "long": "ITAPETININGA (TERMINAL RODOVIARIO DE ITAPETININGA) - SOROCABA (TERMINAL RODOVIARIO DE SOROCABA)",
        "short": "6113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6114",
        "label": "6114",
        "long": "ITAPETININGA (TERMINAL RODOVIARIO DE ITAPETININGA) - SOROCABA (TERMINAL RODOVIARIO DE SOROCABA)",
        "short": "6114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6115",
        "label": "6115",
        "long": "ITAPETININGA (TERMINAL RODOVIARIO DE ITAPETININGA) - TATUI (TERMINAL RODOVIARIO DE TATUI)",
        "short": "6115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6115EX1",
        "label": "6115EX1",
        "long": "ITAPETININGA (FATEC / FKB) - TATUI (JARDIM LUCILA)",
        "short": "6115EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6116",
        "label": "6116",
        "long": "SARAPUI (CENTRO) - ITAPETININGA (CENTRO)",
        "short": "6116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6118",
        "label": "6118",
        "long": "ALAMBARI (TATETU) - ITAPETININGA (CENTRO)",
        "short": "6118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6119",
        "label": "6119",
        "long": "ALAMBARI (TATETU) - ITAPETININGA (CENTRO)",
        "short": "6119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "612",
        "label": "612",
        "long": "JAGUARIUNA (VARGEAO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6120",
        "label": "6120",
        "long": "ALAMBARI (CERCADINHO) - ITAPETININGA (CENTRO)",
        "short": "6120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "612DV1",
        "label": "612DV1",
        "long": "JAGUARIUNA (VARGEAO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "612DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "614",
        "label": "614",
        "long": "ITATIBA (TERMINAL RODOVIARIO ELIAS BAPTISTA ALVES) - CAMPINAS (TERMINAL MULTIMODAL RAMOS AZEVEDO)",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "615",
        "label": "615",
        "long": "ITATIBA (TERMINAL RODOVIARIO ELIAS BAPTISTA ALVES) - CAMPINAS (TERMINAL MULTIMODAL RAMOS DE AZEVEDO)",
        "short": "615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "616",
        "label": "616",
        "long": "PEDREIRA (JARDIM ANDRADE) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "617",
        "label": "617",
        "long": "JAGUARIUNA (CENTRO) - HOLAMBRA (CENTRO)",
        "short": "617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "617PR1",
        "label": "617PR1",
        "long": "JAGUARIUNA (CENTRO) - HOLAMBRA (CENTRO)",
        "short": "617PR1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "618",
        "label": "618",
        "long": "SANTO ANTONIO DE POSSE (JARDIM SAO JUDAS) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "619",
        "label": "619",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - SANTA BARBARA D OESTE (CIDADE NOVA)",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "620",
        "label": "620",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - SANTA BARBARA D OESTE (JARDIM MOLLON)",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6201",
        "label": "6201",
        "long": "PORTO FELIZ (CENTRO) - SOROCABA (CENTRO)",
        "short": "6201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6206",
        "label": "6206",
        "long": "SALTO (CENTRO) - ITU (CENTRO)",
        "short": "6206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6207",
        "label": "6207",
        "long": "SALTO (CENTRO) - ITU (CENTRO)",
        "short": "6207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6207VP1",
        "label": "6207VP1",
        "long": "SALTO (AVENIDA DOS TRABALHADORES) - ITU (CENTRO)",
        "short": "6207VP1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6208",
        "label": "6208",
        "long": "SALTO (CENTRO) - SOROCABA (CENTRO)",
        "short": "6208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6209",
        "label": "6209",
        "long": "ITU (CENTRO) - SOROCABA (CENTRO)",
        "short": "6209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "621",
        "label": "621",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - SANTA BARBARA D OESTE (CONJ. HAB. ROBERTO ROMANO)",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6213",
        "label": "6213",
        "long": "BOITUVA (CENTRO) - TATUI (CENTRO)",
        "short": "6213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6213EX1",
        "label": "6213EX1",
        "long": "PORTO FELIZ (CENTRO) - BOITUVA (CENTRO)",
        "short": "6213EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6214",
        "label": "6214",
        "long": "MAIRINQUE (JARDIM CRUZEIRO) - SAO ROQUE (TERMINAL INTERMUNICIPAL ALCIDES DE SOUZA)",
        "short": "6214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6215",
        "label": "6215",
        "long": "MAIRINQUE (JARDIM CRUZEIRO) - SAO ROQUE (TERMINAL INTERMUNICIPAL ALCIDES DE SOUZA)",
        "short": "6215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6218",
        "label": "6218",
        "long": "SAO ROQUE (TERMINAL INTERMUNICIPAL ALCIDES DE SOUZA) - IBIUNA (CENTRO)",
        "short": "6218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6219",
        "label": "6219",
        "long": "SAO ROQUE (TERMINAL INTERMUNICIPAL ALCIDES DE SOUZA) - ALUMINIO (BAIRRO PEDAGIO)",
        "short": "6219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6219DV1",
        "label": "6219DV1",
        "long": "SAO ROQUE (TERMINAL INTERMUNICIPAL ALCIDES DE SOUZA) - ALUMINIO (BAIRRO PEDAGIO)",
        "short": "6219DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "622",
        "label": "622",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - SANTA BARBARA D OESTE (RODOTERMINAL DE STA BARBARA D OESTE)",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6220",
        "label": "6220",
        "long": "ALUMINIO (BAIRRO PEDAGIO) - SAO ROQUE (CATARINA FASHION OUTLET)",
        "short": "6220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6220EX1",
        "label": "6220EX1",
        "long": "SAO ROQUE (CENTRO) - SAO ROQUE (CATARINA FASHION OUTLET)",
        "short": "6220EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6222",
        "label": "6222",
        "long": "PORTO FELIZ (CENTRO) - ITU (CENTRO)",
        "short": "6222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6222BI1",
        "label": "6222BI1",
        "long": "PORTO FELIZ (JARDIM VANTE) - ITU (CENTRO)",
        "short": "6222BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6222BI2",
        "label": "6222BI2",
        "long": "PORTO FELIZ (VILA POPULAR) - ITU (CENTRO)",
        "short": "6222BI2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6223",
        "label": "6223",
        "long": "IBIUNA (CENTRO) - PIEDADE (CENTRO)",
        "short": "6223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6224",
        "label": "6224",
        "long": "MAIRINQUE (CENTRO) - SOROCABA (CENTRO)",
        "short": "6224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6224EX1",
        "label": "6224EX1",
        "long": "SAO ROQUE (CENTRO) - SOROCABA (CENTRO)",
        "short": "6224EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6224VP1",
        "label": "6224VP1",
        "long": "ALUMINIO (CENTRO) - SOROCABA (CENTRO)",
        "short": "6224VP1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6225",
        "label": "6225",
        "long": "ITU (TERMINAL CIDADE NOVA - PIRAPITINGUI) - SAO ROQUE (CATARINA FASHION OUTLET)",
        "short": "6225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6226",
        "label": "6226",
        "long": "ITU (TERMINAL CIDADE NOVA - PIRAPITINGUI) - MAIRINQUE (BAIRRO SAO JOSE)",
        "short": "6226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "623",
        "label": "623",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - SANTA BARBARA D OESTE (CIDADE NOVA)",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "624",
        "label": "624",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - SANTA BARBARA D OESTE (JARDIM EUROPA)",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "624DV1",
        "label": "624DV1",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - SANTA BARBARA D OESTE (JARDIM EUROPA)",
        "short": "624DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "625",
        "label": "625",
        "long": "AMERICANA (TERMINAL METROPOLITANO DE AMERICANA) - SANTA BARBARA D OESTE (JARDIM EUROPA)",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "626",
        "label": "626",
        "long": "AMERICANA (TERMINAL METROPOLITANO DE AMERICANA) - SANTA BARBARA D OESTE (JARDIM EUROPA)",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "627",
        "label": "627",
        "long": "AMERICANA (TERMINAL METROPOLITANO DE AMERICANA) - SANTA BARBARA D OESTE (RODOTERMINAL DE STA BARBARA D OESTE)",
        "short": "627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "628",
        "label": "628",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - SANTA BARBARA D OESTE (RODOTERMINAL DE STA BARBARA D OESTE)",
        "short": "628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "629",
        "label": "629",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - SANTA BARBARA D OESTE (SAO JOAQUIM)",
        "short": "629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "630",
        "label": "630",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - SANTA BARBARA D OESTE (SAO JOAQUIM)",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6302",
        "label": "6302",
        "long": "TAPIRAI (CENTRO) - PIEDADE (CENTRO)",
        "short": "6302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6305",
        "label": "6305",
        "long": "VOTORANTIM (CENTRO) - SOROCABA (CENTRO)",
        "short": "6305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6306",
        "label": "6306",
        "long": "PIEDADE (CENTRO) - SOROCABA (CENTRO)",
        "short": "6306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6308",
        "label": "6308",
        "long": "VOTORANTIM (CENTRO) - SOROCABA (CENTRO)",
        "short": "6308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "631",
        "label": "631",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - SANTA BARBARA D OESTE (VILA RICA)",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6311",
        "label": "6311",
        "long": "VOTORANTIM (VILA NOVA) - SOROCABA (CENTRO)",
        "short": "6311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6311EX1",
        "label": "6311EX1",
        "long": "VOTORANTIM (JARDIM FORTALEZA) - SOROCABA (CENTRO)",
        "short": "6311EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6312",
        "label": "6312",
        "long": "VOTORANTIM (CENTRO) - SOROCABA (CENTRO)",
        "short": "6312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6315",
        "label": "6315",
        "long": "SALTO DE PIRAPORA (CAMPO LARGO) - SOROCABA (CENTRO)",
        "short": "6315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6315VP1",
        "label": "6315VP1",
        "long": "SALTO DE PIRAPORA (JARDIM PRIMAVERA) - SOROCABA (CENTRO)",
        "short": "6315VP1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6316",
        "label": "6316",
        "long": "SALTO DE PIRAPORA (CAMPO LARGO) - SOROCABA (CENTRO)",
        "short": "6316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6316EX1",
        "label": "6316EX1",
        "long": "SALTO DE PIRAPORA (RECANTO SAO MANOEL) - SOROCABA (CENTRO)",
        "short": "6316EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6316EX2",
        "label": "6316EX2",
        "long": "SALTO DE PIRAPORA (JARDIM TEIXEIRA) - SOROCABA (CENTRO)",
        "short": "6316EX2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6317",
        "label": "6317",
        "long": "SALTO DE PIRAPORA (CAMPO LARGO) - SOROCABA (CENTRO)",
        "short": "6317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "632",
        "label": "632",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - SANTA BARBARA D OESTE (VILA RICA)",
        "short": "632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6320",
        "label": "6320",
        "long": "ARACOIABA DA SERRA (MARIA PAULA ESPOSITO) - SOROCABA (CENTRO)",
        "short": "6320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6320BI1",
        "label": "6320BI1",
        "long": "ARACOIABA DA SERRA (MARIA PAULA ESPOSITO) - SOROCABA (TERMINAL SAO PAULO)",
        "short": "6320BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6321",
        "label": "6321",
        "long": "ARACOIABA DA SERRA (MARIA PAULA ESPOSITO) - SOROCABA (CENTRO)",
        "short": "6321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6322",
        "label": "6322",
        "long": "IPERO (JARDIM VITORINO) - BOITUVA (CENTRO)",
        "short": "6322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6322EX1",
        "label": "6322EX1",
        "long": "IPERO (BACAETAVA) - BOITUVA (CENTRO)",
        "short": "6322EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6323",
        "label": "6323",
        "long": "IPERO (CENTRO) - TATUI (CENTRO)",
        "short": "6323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6324",
        "label": "6324",
        "long": "IPERO (CENTRO) - SOROCABA (BAIRRO BOM JESUS)",
        "short": "6324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6325",
        "label": "6325",
        "long": "IPERO (CENTRO) - SOROCABA (CENTRO)",
        "short": "6325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6326",
        "label": "6326",
        "long": "IPERO (PRESIDIO ODON RAMOS MARANHAO) - SOROCABA (CENTRO)",
        "short": "6326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6327",
        "label": "6327",
        "long": "IPERO (VILA DO DEPOSITO) - BOITUVA (CENTRO)",
        "short": "6327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6328",
        "label": "6328",
        "long": "IPERO (PRESIDIO ODON RAMOS MARANHAO) - BOITUVA (CENTRO)",
        "short": "6328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "633",
        "label": "633",
        "long": "SANTA BARBARA D OESTE (RODOTERMINAL DE SANTA BARBARA D OESTE) - CAMPINAS (TERMINAL MULTIMODAL RAMOS DE AZEVEDO)",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6330",
        "label": "6330",
        "long": "IPERO (GEORGE OETTERER) - SOROCABA (CENTRO)",
        "short": "6330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6333",
        "label": "6333",
        "long": "SAO MIGUEL ARCANJO (TERMINAL RODOVIARIO BENTO FRANCA) - SOROCABA (TERMINAL RODOVIARIO DE SOROCABA)",
        "short": "6333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6334",
        "label": "6334",
        "long": "SAO MIGUEL ARCANJO (TERMINAL RODOVIARIO BENTO FRANCA) - SOROCABA (TERMINAL RODOVIARIO DE SOROCABA)",
        "short": "6334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6335",
        "label": "6335",
        "long": "ARACOIABA DA SERRA (CERCADO) - SOROCABA (CENTRO)",
        "short": "6335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6338",
        "label": "6338",
        "long": "PIEDADE (CENTRO) - SOROCABA (CENTRO)",
        "short": "6338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6338EX1",
        "label": "6338EX1",
        "long": "PIEDADE (CENTRO) - SOROCABA (CENTRO)",
        "short": "6338EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6339",
        "label": "6339",
        "long": "SAO MIGUEL ARCANJO (CENTRO) - ITAPETININGA (CENTRO)",
        "short": "6339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "633VP1",
        "label": "633VP1",
        "long": "AMERICANA (TERMINAL METROPOLITANO DE AMERICANA) - CAMPINAS (TERMINAL MULTIMODAL RAMOS DE AZEVEDO)",
        "short": "633VP1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "634",
        "label": "634",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - NOVA ODESSA (JARDIM SANTA ROSA)",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6340",
        "label": "6340",
        "long": "SAO MIGUEL ARCANJO (CENTRO) - ITAPETININGA (CENTRO)",
        "short": "6340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "635",
        "label": "635",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - CAMPINAS (TERMINAL MULTIMODAL RAMOS DE AZEVEDO)",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "636",
        "label": "636",
        "long": "SUMARE (TERMINAL RODOVIARIO DE SUMARE) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "636EX1",
        "label": "636EX1",
        "long": "NOVA ODESSA (ESTACAO RODOVIARIA DONA CATHARINA FERNANDEZ WELSH) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "636EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "636PR1",
        "label": "636PR1",
        "long": "SUMARE (JD. JOAO PAULO II) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "636PR1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "636PR2",
        "label": "636PR2",
        "long": "SUMARE (JARDIM MACARENKO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "636PR2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "637",
        "label": "637",
        "long": "SUMARE (JARDIM LUCELIA) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "638",
        "label": "638",
        "long": "SUMARE (JARDIM JOAO PAULO II) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "639",
        "label": "639",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - SUMARE (TERMINAL RODOVIARIO DE SUMARE)",
        "short": "639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "640",
        "label": "640",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - SUMARE (JARDIM RESIDENCIAL BORDON)",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "642",
        "label": "642",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - CAMPINAS (UNICAMP)",
        "short": "642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "644",
        "label": "644",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - SUMARE (TERMINAL RODOVIARIO DE SUMARE)",
        "short": "644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "647",
        "label": "647",
        "long": "AMERICANA (TERMINAL RODOVIARIO FRANCISCO LUIZ BENDILATTI) - NOVA ODESSA (JARDIM DAS PALMEIRAS)",
        "short": "647",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "649",
        "label": "649",
        "long": "PAULINIA (CONJUNTO HABITACIONAL TEREZA Z. VEDOVELO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "651",
        "label": "651",
        "long": "SUMARE (RESIDENCIAL REAL PARQUE) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "652",
        "label": "652",
        "long": "SUMARE (JARDIM JOAO PAULO II) - CAMPINAS (UNICAMP)",
        "short": "652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "652EX1",
        "label": "652EX1",
        "long": "SUMARE (JARDIM DALL ORTO) - CAMPINAS (UNICAMP)",
        "short": "652EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "652EX2",
        "label": "652EX2",
        "long": "SUMARE (JARDIM DALL ORTO) - CAMPINAS (CAMPINAS SHOPPING IGUATEMI)",
        "short": "652EX2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "653",
        "label": "653",
        "long": "SUMARE (TERMINAL RODOVIARIO DE SUMARE) - CAMPINAS (UNICAMP)",
        "short": "653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "654",
        "label": "654",
        "long": "SUMARE (TERMINAL RODOVIARIO DE SUMARE) - CAMPINAS (SHOPPING IGUATEMI)",
        "short": "654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "654BI1",
        "label": "654BI1",
        "long": "SUMARE (PARQUE RESIDENCIAL IPIRANGA) - CAMPINAS (SHOPPING IGUATEMI)",
        "short": "654BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "655",
        "label": "655",
        "long": "SUMARE (TERMINAL RODOVIARIO DE SUMARE) - CAMPINAS (SHOPPING IGUATEMI)",
        "short": "655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "655PR1",
        "label": "655PR1",
        "long": "SUMARE (JARDIM JOAO PAULO II) - CAMPINAS (SHOPPING IGUATEMI)",
        "short": "655PR1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "657",
        "label": "657",
        "long": "SUMARE (PARQUE IDEAL) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "658",
        "label": "658",
        "long": "SUMARE (ESTACAO DE TRANSFERENCIA KM 110 - JARDIM MARIA ANTONIA) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "659",
        "label": "659",
        "long": "SUMARE (PARQUE RESIDENCIAL IPIRANGA) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "659",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "660",
        "label": "660",
        "long": "SUMARE (JARDIM SAO GERONIMO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "661",
        "label": "661",
        "long": "PAULINIA (CONJUNTO HABITACIONAL TEREZA Z. VEDOVELO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "662",
        "label": "662",
        "long": "SUMARE (JARDIM SAO GERONIMO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "663",
        "label": "663",
        "long": "SUMARE (PARQUE RESIDENCIAL SALERNO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "664",
        "label": "664",
        "long": "PAULINIA (CONJUNTO HABITACIONAL TEREZA Z. VEDOVELO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "666",
        "label": "666",
        "long": "HORTOLANDIA (TERMINAL METROPOLITANO HORTOLANDIA) - PAULINIA (CENTRO)",
        "short": "666",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "668",
        "label": "668",
        "long": "SUMARE (TERMINAL RODOVIARIO DE SUMARE) - HORTOLANDIA (ROSOLEM)",
        "short": "668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "673",
        "label": "673",
        "long": "SANTO ANTONIO DE POSSE (CENTRO) - HOLAMBRA (CENTRO)",
        "short": "673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "673EX1",
        "label": "673EX1",
        "long": "SANTO ANTONIO DE POSSE (CENTRO) - HOLAMBRA (CENTRO)",
        "short": "673EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "673EX2",
        "label": "673EX2",
        "long": "SANTO ANTONIO DE POSSE (CENTRO) - HOLAMBRA (CENTRO)",
        "short": "673EX2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "674",
        "label": "674",
        "long": "VINHEDO (CAPELA) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "674",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "675",
        "label": "675",
        "long": "VALINHOS (TERMINAL RODOVIARIO MARIO ROLIM TELLES) - CAMPINAS (CENTRO)",
        "short": "675",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "676",
        "label": "676",
        "long": "VALINHOS (JARDIM DO LAGO) - CAMPINAS (CENTRO)",
        "short": "676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "677",
        "label": "677",
        "long": "VALINHOS (PARQUE DAS COLINAS) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "677",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "678",
        "label": "678",
        "long": "VALINHOS (TERMINAL RODOVIARIO MARIO ROLIM TELLES) - CAMPINAS (ESCOLA DE CADETES)",
        "short": "678",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "679",
        "label": "679",
        "long": "VALINHOS (PARQUE DAS FIGUEIRAS) - CAMPINAS (TREVO DA BOSCH)",
        "short": "679",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "680",
        "label": "680",
        "long": "VALINHOS (PARQUE DAS FIGUEIRAS) - CAMPINAS (TREVO DA BOSCH)",
        "short": "680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "680VP1",
        "label": "680VP1",
        "long": "VALINHOS (TERMINAL RODOVIARIO MARIO ROLIM TELLES) - CAMPINAS (TREVO DA BOSCH)",
        "short": "680VP1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "683",
        "label": "683",
        "long": "VALINHOS (JARDIM AMERICA) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "685",
        "label": "685",
        "long": "VALINHOS (TERMINAL RODOVIARIO MARIO ROLIM TELLES) - VINHEDO (TERMINAL RODOVIARIO DE VINHEDO)",
        "short": "685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "686",
        "label": "686",
        "long": "VINHEDO (TERMINAL RODOVIARIO DE VINHEDO) - CAMPINAS (JARDIM SAO DOMINGOS)",
        "short": "686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "687",
        "label": "687",
        "long": "VINHEDO (TERMINAL RODOVIARIO DE VINHEDO) - CAMPINAS (AEROPORTO INTERNACIONAL DE VIRACOPOS)",
        "short": "687",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "687EX1",
        "label": "687EX1",
        "long": "VINHEDO (TERMINAL RODOVIARIO DE VINHEDO) - CAMPINAS (JARDIM CAMPO BELO)",
        "short": "687EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "687EX2",
        "label": "687EX2",
        "long": "VINHEDO (TERMINAL RODOVIARIO DE VINHEDO) - CAMPINAS (JARDIM CAMPO BELO)",
        "short": "687EX2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "688",
        "label": "688",
        "long": "VINHEDO (TERMINAL RODOVIARIO DE VINHEDO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "693",
        "label": "693",
        "long": "HOLAMBRA (CENTRO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "694",
        "label": "694",
        "long": "HORTOLANDIA (BOA ESPERANCA) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "695",
        "label": "695",
        "long": "HORTOLANDIA (JARDIM SANTIAGO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "696",
        "label": "696",
        "long": "HORTOLANDIA (PARQUE DO HORTO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "696",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "697",
        "label": "697",
        "long": "HORTOLANDIA (TERMINAL METROPOLITANO HORTOLANDIA) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "697",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "698",
        "label": "698",
        "long": "HORTOLANDIA (TERMINAL METROPOLITANO HORTOLANDIA) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "698",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "699",
        "label": "699",
        "long": "HORTOLANDIA (NOVA HORTOLANDIA) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "699",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "700",
        "label": "700",
        "long": "HORTOLANDIA (JARDIM AMANDA) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "701",
        "label": "701",
        "long": "HORTOLANDIA (JARDIM AMANDA) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "702",
        "label": "702",
        "long": "HORTOLANDIA (PARQUE ORESTE ONGARO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "703",
        "label": "703",
        "long": "HORTOLANDIA (JARDIM NOVO CAMBUI) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "704",
        "label": "704",
        "long": "HORTOLANDIA (SUMAREZINHO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "705",
        "label": "705",
        "long": "HORTOLANDIA (JARDIM ROSOLEM) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "706",
        "label": "706",
        "long": "HORTOLANDIA (CHACARA ASSAY) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "707",
        "label": "707",
        "long": "HORTOLANDIA (JARDIM NOVA AMERICA) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "708",
        "label": "708",
        "long": "MONTE MOR (TERMINAL RODOVIARIO VEREADOR GERALDO BENINI) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "708BI1",
        "label": "708BI1",
        "long": "MONTE MOR (JARDIM SAO SEBASTIAO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "708BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "708BI2",
        "label": "708BI2",
        "long": "MONTE MOR (JARDIM PAULISTA) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "708BI2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "709",
        "label": "709",
        "long": "MONTE MOR (TERMINAL RODOVIARIO DE MONTE MOR) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "709EX1",
        "label": "709EX1",
        "long": "MONTE MOR (JARDIM CAPUAVINHA) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "709EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "714",
        "label": "714",
        "long": "JAGUARIUNA (DISTRITO INDUSTRIAL) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "715",
        "label": "715",
        "long": "JAGUARIUNA (VARGEAO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "719",
        "label": "719",
        "long": "JAGUARIUNA (TERMINAL RODOVIARIO DE JAGUARIUNA) - SANTO ANTONIO DE POSSE (JARDIM SAO JUDAS)",
        "short": "719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "724",
        "label": "724",
        "long": "VINHEDO (TERMINAL RODOVIARIO DE VINHEDO) - CAMPINAS (UNICAMP)",
        "short": "724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "727",
        "label": "727",
        "long": "VINHEDO (TERMINAL RODOVIARIO DE VINHEDO) - CAMPINAS (JARDIM CAMPINEIRO)",
        "short": "727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "727EX1",
        "label": "727EX1",
        "long": "VINHEDO (TERMINAL RODOVIARIO DE VINHEDO) - CAMPINAS (SHOPPING PARQUE DOM PEDRO I)",
        "short": "727EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "734",
        "label": "734",
        "long": "SANTO ANTONIO DE POSSE (CENTRO) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "736",
        "label": "736",
        "long": "ARTUR NOGUEIRA (CORACAO CRIANCA) - HOLAMBRA (TREVO DA POSSE)",
        "short": "736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "736EX1",
        "label": "736EX1",
        "long": "ARTUR NOGUEIRA (CORACAO CRIANCA) - JAGUARIUNA (RODOVIA JOAO BEIRA - SP-095)",
        "short": "736EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "736VP1",
        "label": "736VP1",
        "long": "ARTUR NOGUEIRA (CORACAO CRIANCA) - HOLAMBRA (CENTRO)",
        "short": "736VP1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "737",
        "label": "737",
        "long": "COSMOPOLIS (CENTRO) - HOLAMBRA (CENTRO)",
        "short": "737",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "739",
        "label": "739",
        "long": "HORTOLANDIA (TERMINAL METROPOLITANO DE HORTOLANDIA) - CAMPINAS (CAMPINAS SHOPPING CENTER)",
        "short": "739",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "740",
        "label": "740",
        "long": "SUMARE (JARDIM JOAO PAULO II) - CAMPINAS (CAMPINAS SHOPPING CENTER)",
        "short": "740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "741",
        "label": "741",
        "long": "HORTOLANDIA (TERMINAL METROPOLITANO HORTOLANDIA) - CAMPINAS (TERMINAL METROPOLITANO PREFEITO MAGALHAES TEIXEIRA)",
        "short": "741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "742",
        "label": "742",
        "long": "HORTOLANDIA (TERMINAL METROPOLITANO DE HORTOLANDIA) - CAMPINAS (TERMINAL CAMPO GRANDE)",
        "short": "742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "745",
        "label": "745",
        "long": "HORTOLANDIA (TERMINAL METROPOLITANO DE HORTOLANDIA) - MONTE MOR (TERMINAL RODOVIARIO DE MONTE MOR)",
        "short": "745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "746",
        "label": "746",
        "long": "HORTOLANDIA (TERMINAL METROPOLITANO HORTOLANDIA) - CAMPINAS (UNICAMP)",
        "short": "746",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "749",
        "label": "749",
        "long": "SUMARE (TERMINAL RODOVIARIO DE SUMARE) - AMERICANA (TERMINAL METROPOLITANO DE AMERICANA)",
        "short": "749",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "750",
        "label": "750",
        "long": "SANTA BARBARA D OESTE (RODOTERMINAL DE SANTA BARBARA D OESTE) - AMERICANA ( TERMINAL METROPOLITANO DE AMERICANA)",
        "short": "750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "758",
        "label": "758",
        "long": "ITATIBA (TERMINAL RODOVIARIO ELIAS BAPTISTA ALVES) - MORUNGABA (BAIRRO BUENOPOLIS)",
        "short": "758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "802",
        "label": "802",
        "long": "GUARULHOS (TERMINAL METROPOLITANO TABOAO) - SAO PAULO (METRO TUCURUVI)",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "806",
        "label": "806",
        "long": "ITAPECERICA DA SERRA (JARDIM MONTEZANO) - ITAPECERICA DA SERRA (JARDIM DAS OLIVEIRAS)",
        "short": "806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "807",
        "label": "807",
        "long": "ARUJA (PARQUE RODRIGO BARRETO) - SAO PAULO (METRO ARMENIA)",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "808",
        "label": "808",
        "long": "JUQUITIBA (FAZENDA SAMA) - ITAPECERICA DA SERRA (VALO VELHO)",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "809",
        "label": "809",
        "long": "BARUERI (ALDEIA DA SERRA) - SANTANA DE PARNAIBA (REFUGIO DOS BANDEIRANTES)",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "810",
        "label": "810",
        "long": "SANTA ISABEL (JARDIM ELDORADO) - ARUJA (CENTRO)",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "811",
        "label": "811",
        "long": "EMBU-GUACU (CHACARA FLORIDA) - ITAPECERICA DA SERRA (VALO VELHO)",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "814",
        "label": "814",
        "long": "BARUERI JARDIM SILVEIRA) - SANTANA DE PARNAIBA (RESIDENCIAL BURLE MARX)",
        "short": "814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "815",
        "label": "815",
        "long": "ITAPEVI (CENTRO) - EMBU DAS ARTES (TERMINAL RODOVIARIO EMBU DAS ARTES)",
        "short": "815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "816",
        "label": "816",
        "long": "ARUJA (CENTRO) - SAO PAULO (METRO ARMENIA)",
        "short": "816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "818",
        "label": "818",
        "long": "BARUERI (ALPHAVILLE) - SAO PAULO (METRO ARMENIA)",
        "short": "818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "819",
        "label": "819",
        "long": "OSASCO (TERMINAL SANTA MARIA) - BARUERI (ALPHAVILLE 3 / BRADESCO)",
        "short": "819",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "819EX1",
        "label": "819EX1",
        "long": "OSASCO (TERMINAL SANTA MARIA) - BARUERI (ALPHAVILLE 3 / BRADESCO)",
        "short": "819EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "820",
        "label": "820",
        "long": "SANTA ISABEL (JARDIM ELDORADO) - SAO PAULO (METRO ARMENIA)",
        "short": "820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "821",
        "label": "821",
        "long": "BARUERI (18 DO FORTE) - COTIA (JARDIM ROSEMARY)",
        "short": "821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "822",
        "label": "822",
        "long": "MAIRIPORA (TERMINAL RODOVIARIO CIDADE BONITA SIGUEMI AIACYDA) - SAO PAULO (METRO PARADA INGLESA)",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "823",
        "label": "823",
        "long": "OSASCO (RECANTO DAS ROSAS) - SAO PAULO (METRO VILA SONIA)",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "824",
        "label": "824",
        "long": "PIRAPORA DO BOM JESUS (JARDIM BOM JESUS) - BARUERI (CENTRO)",
        "short": "824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "824EX1",
        "label": "824EX1",
        "long": "PIRAPORA DO BOM JESUS (PARQUE PAIOL) - BARUERI (CENTRO)",
        "short": "824EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "825",
        "label": "825",
        "long": "SAO PAULO (SAO MIGUEL PAULISTA) - GUARULHOS (CENTRO)",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "826",
        "label": "826",
        "long": "POA (TERMINAL RODOVIARIO PEDRO FAVA - CIDADE KEMEL) - GUARULHOS (CENTRO)",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "827",
        "label": "827",
        "long": "SANTANA DE PARNAIBA (TERMINAL RODOVIARIO DA FAZENDINHA) - SAO PAULO (METRO PARAISO)",
        "short": "827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "831",
        "label": "831",
        "long": "CARAPICUIBA (JARDIM PLANALTO) - BARUERI (ALPHAVILLE)",
        "short": "831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "833",
        "label": "833",
        "long": "ITAPEVI (COHAB) - SANTANA DE PARNAIBA (COLINAS DA ANHANGUERA)",
        "short": "833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "834",
        "label": "834",
        "long": "TABOAO DA SERRA (JARDIM SAINT MORITZ) - SAO PAULO (METRO CAMPO LIMPO)",
        "short": "834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "835",
        "label": "835",
        "long": "SAO PAULO (METRO VILA SONIA) - BARUERI (ALPHAVILLE/GREEN VALLEY)",
        "short": "835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "836",
        "label": "836",
        "long": "SUZANO (JARDIM BOA VISTA) - ITAQUAQUECETUBA ( ESTACAO CPTM ARACARE)",
        "short": "836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "838",
        "label": "838",
        "long": "SAO PAULO (METRO MORUMBI) - BARUERI (ALPHAVILLE / GREEN VALLEY)",
        "short": "838",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "838EX1",
        "label": "838EX1",
        "long": "SAO PAULO (METRO MORUMBI) - BARUERI (ALPHAVILLE / GREEN VALLEY)",
        "short": "838EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "840",
        "label": "840",
        "long": "OSASCO (TERMINAL METROPOLITANO LUIZ BORTOLOSSO - KM 21) - SAO PAULO (METRO BUTANTA)",
        "short": "840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "841",
        "label": "841",
        "long": "EMBU DAS ARTES (JARDIM VALO VERDE) - SAO PAULO (METRO VILA SONIA)",
        "short": "841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "842",
        "label": "842",
        "long": "COTIA (MIRANTE DA MATA) - SAO PAULO (METRO MORUMBI)",
        "short": "842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "844",
        "label": "844",
        "long": "ITAPECERICA DA SERRA (JARDIM ANALANDIA) - SAO PAULO (METRO CAPAO REDONDO)",
        "short": "844",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "845",
        "label": "845",
        "long": "TABOAO DA SERRA (CONDOMINIO JOAO CANDIDO) - SAO PAULO (METRO CAMPO LIMPO)",
        "short": "845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "848",
        "label": "848",
        "long": "SUZANO (JARDIM CASA BRANCA) - MOGI DAS CRUZES (ESTACAO CPTM ESTUDANTES)",
        "short": "848",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "849",
        "label": "849",
        "long": "GUARULHOS (PARQUE DAS NACOES) - SAO PAULO (ESTACAO CPTM SAO MIGUEL PAULISTA)",
        "short": "849",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "850",
        "label": "850",
        "long": "OSASCO (TERMINAL METROPOLITANO LUIZ BORTOLOSSO - KM 21) - SAO PAULO (LAPA)",
        "short": "850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "850EX1",
        "label": "850EX1",
        "long": "OSASCO (TERMINAL METROPOLITANO  LUIZ BORTOLOSSO - KM 21) - SAO PAULO (LAPA)",
        "short": "850EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "852",
        "label": "852",
        "long": "FRANCISCO MORATO (CENTRO) - SANTANA DE PARNAIBA (TERMINAL RODOVIARIO DA FAZENDINHA)",
        "short": "852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "855",
        "label": "855",
        "long": "DIADEMA (TABOAO) - SAO PAULO (JABAQUARA)",
        "short": "855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "860",
        "label": "860",
        "long": "ITAPEVI (COHAB/JARDIM PAULISTA) - OSASCO (VILA YARA)",
        "short": "860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "870",
        "label": "870",
        "long": "OSASCO (VILA YARA) - COTIA (TERMINAL METROPOLITANO DE COTIA)",
        "short": "870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "870EX1",
        "label": "870EX1",
        "long": "JANDIRA (CENTRO) - COTIA (TERMINAL METROPOLITANO DE COTIA)",
        "short": "870EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "9002 DER 1980-A",
        "label": "9002 DER 1980-A",
        "long": "SAO JOSE DO RIO PRETO (TERMINAL RODOVIARIO SAO JOSE DO RIO PRETO) - MIRASSOLANDIA (TERMINAL RODOVIARIO MIRASSOLANDIA)",
        "short": "9002 DER 1980-A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "9002 DER 1980-B",
        "label": "9002 DER 1980-B",
        "long": "SAO JOSE DO RIO PRETO (TERMINAL RODOVIARIO DE SAO JOSE DO RIO PRETO) - IPIGUA (TERMINAL RODOVIARIO DE IPIGUA)",
        "short": "9002 DER 1980-B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "902",
        "label": "902",
        "long": "SAO VICENTE (CONJUNTO TANCREDO NEVES) - SANTOS (CENTRO)",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "903",
        "label": "903",
        "long": "SAO VICENTE (JAPUI) - SANTOS (PRACA DOS ANDRADAS)",
        "short": "903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "905",
        "label": "905",
        "long": "PERUIBE (TERMINAL RODOVIARIO DE PERUIBE) - SAO VICENTE (TERMINAL BARREIROS)",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "906",
        "label": "906",
        "long": "CUBATAO (FABRIL) - SANTOS (PONTA DA PRAIA)",
        "short": "906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "907",
        "label": "907",
        "long": "SAO VICENTE (CONJUNTO TANCREDO NEVES) - SANTOS (CENTRO)",
        "short": "907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "909",
        "label": "909",
        "long": "GUARUJA (FERRY BOAT) - CUBATAO (JARDIM CASQUEIRO)",
        "short": "909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "910",
        "label": "910",
        "long": "PERUIBE (TERMINAL RODOVIARIO DE PERUIBE) - SANTOS (TERMINAL RODOVIARIO DE SANTOS)",
        "short": "910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "911",
        "label": "911",
        "long": "PRAIA GRANDE (TERMINAL RODOVIARIO E URBANO TATICO FRANCISCO GOMES DA SILVA) - CUBATAO (USIMINAS)",
        "short": "911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "912",
        "label": "912",
        "long": "PRAIA GRANDE (TERM. ROD. E URBANO TATICO FRANCISCO GOMES DA SILVA) - CUBATAO (USIMINAS)",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "913",
        "label": "913",
        "long": "SAO VICENTE (PARQUE DAS BANDEIRAS GLEBA II) - CUBATAO (USIMINAS)",
        "short": "913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "914",
        "label": "914",
        "long": "SAO VICENTE (HUMAITA) - CUBATAO (USIMINAS)",
        "short": "914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "915",
        "label": "915",
        "long": "SAO VICENTE (NAUTICA III) - SANTOS (CANAL 4)",
        "short": "915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "917",
        "label": "917",
        "long": "CUBATAO (USIMINAS) - SANTOS (PONTA DA PRAIA)",
        "short": "917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "918",
        "label": "918",
        "long": "CUBATAO (JARDIM  CARAGUATA) - SANTOS (PONTA DA PRAIA)",
        "short": "918",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "919",
        "label": "919",
        "long": "CUBATAO (JARDIM NOVA REPUBLICA) - SANTOS (PONTA DA PRAIA)",
        "short": "919",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "921",
        "label": "921",
        "long": "ITANHAEM (TERMINAL RODOVIARIO DE ITANHAEM) - SANTOS (TERMINAL RODOVIARIO DE SANTOS)",
        "short": "921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "921VP1",
        "label": "921VP1",
        "long": "PRAIA GRANDE (LITORAL PLAZA SHOPPING) - ITANHAEM (TERMINAL RODOVIARIO DE ITANHAEM)",
        "short": "921VP1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "925",
        "label": "925",
        "long": "SAO VICENTE (NAUTICA III) - SANTOS (CENTRO)",
        "short": "925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "927",
        "label": "927",
        "long": "PRAIA GRANDE (JARDIM SAMAMBAIA) - SANTOS (PONTA DA PRAIA)",
        "short": "927",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "928",
        "label": "928",
        "long": "SAO VICENTE (HUMAITA) - PRAIA GRANDE (TERMINAL RODOVIARIO E URBANO TUDE BASTOS)",
        "short": "928",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "929",
        "label": "929",
        "long": "BERTIOGA (RIVIERA DE SAO LOURENCO) - GUARUJA (TERMINAL FERRY BOAT)",
        "short": "929",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "930",
        "label": "930",
        "long": "GUARUJA (FERRY BOAT) - BERTIOGA (RIVIERA DE SAO LOURENCO)",
        "short": "930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "931",
        "label": "931",
        "long": "PRAIA GRANDE (JARDIM SAMAMBAIA) - SANTOS (PAQUETA)",
        "short": "931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "932",
        "label": "932",
        "long": "SAO VICENTE (PARQUE DAS BANDEIRAS GLEBA II) - SANTOS (PAQUETA)",
        "short": "932",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "933",
        "label": "933",
        "long": "SAO VICENTE (HUMAITA) - SANTOS (PAQUETA)",
        "short": "933",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "933BI1",
        "label": "933BI1",
        "long": "SAO VICENTE (PARQUE CONTINENTAL) - SANTOS (PAQUETA)",
        "short": "933BI1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "933DV1",
        "label": "933DV1",
        "long": "SAO VICENTE (HUMAITA) - SANTOS (PAQUETA)",
        "short": "933DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "934",
        "label": "934",
        "long": "PRAIA GRANDE (TERMINAL RODOVIARIO E URBANO TATICO FRANCISCO GOMES DA SILVA) - SANTOS (PAQUETA)",
        "short": "934",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "934EX1",
        "label": "934EX1",
        "long": "PRAIA GRANDE (TERMINAL RODOVIARIO E URBANO TATICO FRANCISCO GOMES DA SILVA) - SANTOS (PAQUETA)",
        "short": "934EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "936",
        "label": "936",
        "long": "CUBATAO (COTA 200) - SANTOS (PONTA DA PRAIA)",
        "short": "936",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "937",
        "label": "937",
        "long": "PRAIA GRANDE (TERM ROD. URB. TATICO FRANCISCO GOMES DA SILVA) - SAO VICENTE (TERMINAL BARREIROS)",
        "short": "937",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "938",
        "label": "938",
        "long": "CUBATAO (VILA ESPERANCA) - SAO VICENTE (ITARARE)",
        "short": "938",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "939",
        "label": "939",
        "long": "SAO VICENTE (PARQUE CONTINENTAL) - SANTOS (PAQUETA)",
        "short": "939",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "939DV1",
        "label": "939DV1",
        "long": "SAO VICENTE (PARQUE CONTINENTAL) - SANTOS (PAQUETA)",
        "short": "939DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "940",
        "label": "940",
        "long": "SAO VICENTE (HUMAITA) - SANTOS (PONTA DA PRAIA)",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "941",
        "label": "941",
        "long": "PRAIA GRANDE (JARDIM MELVI) - SANTOS (CONJUNTO ATHIE JORGE CURY)",
        "short": "941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "942",
        "label": "942",
        "long": "SAO VICENTE (HUMAITA) - SANTOS (PONTA DA PRAIA)",
        "short": "942",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "943",
        "label": "943",
        "long": "SAO VICENTE (PARQUE DAS BANDEIRAS GLEBA II) - SANTOS (PONTA DA PRAIA)",
        "short": "943",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "944",
        "label": "944",
        "long": "SANTOS (RADIO CLUBE) - SAO VICENTE (ESTACAO SAO VICENTE - VLT)",
        "short": "944",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "945",
        "label": "945",
        "long": "SAO VICENTE (PARQUE DAS BANDEIRAS) - CUBATAO (USIMINAS)",
        "short": "945",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "947",
        "label": "947",
        "long": "SAO VICENTE (HUMAITA) - SANTOS (PONTA DA PRAIA)",
        "short": "947",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "948",
        "label": "948",
        "long": "SAO VICENTE (PARQUE DAS BANDEIRAS GLEBA II) - SANTOS (PONTA DA PRAIA)",
        "short": "948",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "949",
        "label": "949",
        "long": "GUARUJA (FERRY BOAT) - SANTOS (CARUARA)",
        "short": "949",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "949DV1",
        "label": "949DV1",
        "long": "GUARUJA (FERRY BOAT) - SANTOS (CARUARA)",
        "short": "949DV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "950",
        "label": "950",
        "long": "SAO VICENTE (PARQUE DAS BANDEIRAS GLEBA II) - CUBATAO (CENTRO)",
        "short": "950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "951",
        "label": "951",
        "long": "GUARUJA (CENTRO) - SANTOS (MONTE CABRAO)",
        "short": "951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "952",
        "label": "952",
        "long": "SAO VICENTE (NAUTICA III) - SANTOS (PONTA DA PRAIA)",
        "short": "952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "953",
        "label": "953",
        "long": "SAO VICENTE (TERMINAL BARREIROS) - SANTOS (TERMINAL PORTO)",
        "short": "953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "953EX1",
        "label": "953EX1",
        "long": "SAO VICENTE (TERMINAL BARREIROS) - SANTOS (VALONGO)",
        "short": "953EX1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "954",
        "label": "954",
        "long": "CUBATAO (RESIDENCIAL VALE VERDE) - SANTOS (PAQUETA)",
        "short": "954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "955",
        "label": "955",
        "long": "PERUIBE (TERMINAL RODOVIARIO DE PERUIBE) - PRAIA GRANDE (TERMINAL RODOVIARIO E URBANO TATICO FRANCISCO GOMES DA SILVA)",
        "short": "955",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "956",
        "label": "956",
        "long": "SAO VICENTE (JOQUEI CLUB) - SANTOS (ESTACAO CONSELHEIRO NEBIAS-VLT)",
        "short": "956",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "957",
        "label": "957",
        "long": "SAO VICENTE (JOQUEI CLUB) - SANTOS (CENTRO)",
        "short": "957",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "958",
        "label": "958",
        "long": "SAO VICENTE (VILA MARGARIDA) - SANTOS (GONZAGA)",
        "short": "958",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "959",
        "label": "959",
        "long": "SAO VICENTE (VILA MARGARIDA) - SANTOS (VILA MATIAS)",
        "short": "959",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "961",
        "label": "961",
        "long": "SANTOS (CARUARA) - BERTIOGA (RIVIERA DE SAO LOURENCO)",
        "short": "961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "962",
        "label": "962",
        "long": "SAO VICENTE (NAUTICA III) - SANTOS (GONZAGA)",
        "short": "962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "963",
        "label": "963",
        "long": "SAO VICENTE (NAUTICA III) - SANTOS (VILA MATIAS)",
        "short": "963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "964",
        "label": "964",
        "long": "PRAIA GRANDE (TERMINAL RODOVIARIO E URBANO TUDE BASTOS) - SANTOS (CENTRO)",
        "short": "964",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "965",
        "label": "965",
        "long": "PRAIA GRANDE (TERMINAL RODOVIARIO E URBANO TUDE BASTOS) - SANTOS (CENTRO)",
        "short": "965",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "968",
        "label": "968",
        "long": "SAO VICENTE (PARQUE BITARU) - SANTOS (PONTA DA PRAIA)",
        "short": "968",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "969",
        "label": "969",
        "long": "SAO VICENTE (PARQUE BITARU) - SANTOS (PONTA DA PRAIA)",
        "short": "969",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "970",
        "label": "970",
        "long": "PRAIA GRANDE (TERMINAL ROD. E URB. TATICO FRANCISCO GOMES DA SILVA) - CUBATAO (CENTRO)",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "9999",
        "label": "9999",
        "long": "CARAPICUIBA (JARDIM NOVO HORIZONTE) - BARUERI (ALPHAVILLE 2)",
        "short": "9999",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 25184,
    "stop_points_capped": true
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "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.3"
  },
  "snapshot_date": "2026-09-05",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 25184,
      "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": 1,
      "severity": "WARNING",
      "what": "25184 of 25184 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": 84864,
      "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,
      "rank": 2,
      "severity": "WARNING",
      "what": "84864 of 84864 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": "mixed_case_recommended_field",
      "count": 85843,
      "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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
