
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
	<link rel="stylesheet" type="text/css" href="/website/style.css">
	<link rel="stylesheet" type="text/css" href="/website/htmlBody.css">
	<link rel="stylesheet" type="text/css" href="/website/headerTop.css">
	<link rel="stylesheet" type="text/css" href="/website/headerMenu.css?16/08/2026 13:11:16">
	<link rel="stylesheet" type="text/css" href="/website/headerTitle.css">
	<link rel="stylesheet" type="text/css" href="/website/headerMenuSub.css?16/08/2026 13:11:16">
	<link rel="stylesheet" type="text/css" href="/website/content_menuSub.css">
	<link rel="stylesheet" type="text/css" href="/website/footer.css">
	<link rel="stylesheet" type="text/css" href="/website/banner.css">
	
	

    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css" />
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
	
	<meta charset="UTF-8">
	
<title>Madri dá lições de tarifa zero, frota de ônibus 100% verde e caminhabilidade, por Fátima Mesquita</title>
<meta name="author" content="ANTP - Associção Nacional dos Transportes Públicos - ">
<meta name="description" content="Tarifa zero, frota elétrica e caminhabilidade: a tríade que está transformando a mobilidade urbana madrilenha.">
<meta name="keywords" content="">



<meta property="og:site_name" content="ANTP - Associção Nacional dos Transportes Públicos"/>
<meta property="og:description" content="Tarifa zero, frota elétrica e caminhabilidade: a tríade que está transformando a mobilidade urbana madrilenha."/>

<meta property="og:title" content="Madri dá lições de tarifa zero, frota de ônibus 100% verde e caminhabilidade, por Fátima Mesquita" />
<meta property="og:type" content="non_profit" />

	<script src='https://www.google.com/recaptcha/api.js'></script>
</head>

<body><a name="topo"></a>

<div id="htmlBody">
	
<div id="headerTop">
<map name="header">
<area alt="" coords="2,4,438,94" href="/website/">
<area alt="" coords="866,55,938,88" href="/website/busca/search.asp">
</map>
<img border="0" src="/website/_images/header.jpg" width="942" height="111" alt="" usemap="#header">
</div>

<div id="headerMenu">
	<ul>
		<li><a href="/website/">HOME</a></li>
		<li onmouseover="header_menu_sub_show('header_menu_sub_noticias');"><a href="/website/noticias/">NOTÍCIAS&nbsp;<img border="0" src="/website/_images/header_menu_iconArrowDown.gif" width="10" height="6" alt=""></a></li>
		
		
		<li><a href="/website/biblioteca/">BIBLIOTECA</a></li>
		
		<li onmouseover="header_menu_sub_show('header_menu_sub_eventos');"><a href="/website/eventos/">HOTSITES&nbsp;<img border="0" src="/website/_images/header_menu_iconArrowDown.gif" width="10" height="6" alt=""></a></li>
		<li id="forunsComissoes" onmouseover="header_menu_sub_show('header_menu_sub_foruns');"><a href="/website/forum/">FÓRUNS&nbsp;E<br>COMISSÕES&nbsp;<img border="0" src="/website/_images/header_menu_iconArrowDown.gif" width="10" height="6" alt=""></a></li>
		<li id="productsMenu" onmouseover="header_menu_sub_show('header_menu_sub_produtos');"><a href="/website/produtos/">REVISTAS &amp;<br>PUBLICAÇÕES&nbsp;<img border="0" src="/website/_images/header_menu_iconArrowDown.gif" width="10" height="6" alt=""></a></li>
		<li id="sistemasInformacoes" onmouseover="header_menu_sub_show('header_menu_sub_sistemasInformacoes');"><a>SISTEMA DE<br>INFORMAÇÕES <img border="0" src="/website/_images/header_menu_iconArrowDown.gif" width="10" height="6" alt=""></a></li>
		
		<li onmouseover="header_menu_sub_hideAll()"><a href="/website/agenda/">AGENDA</a></li>
		<li onmouseover="header_menu_sub_hideAll()"><a href="/website/associar/">ASSOCIE-SE</a></li>
		<li id="sobreANTP" onmouseover="header_menu_sub_show('header_menu_sub_sobre');"><a href="/website/sobre/">SOBRE A<br>ANTP&nbsp;<img border="0" src="/website/_images/header_menu_iconArrowDown.gif" width="10" height="6" alt=""></a></li>
			
		<li id="iconRss" onmouseover="header_menu_sub_hideAll()"><a href="#"><img border="0" src="/website/_images/header_menu_rss.gif" width="30" height="44" alt=""></a></li>
		
		<li id="iconTwitter" onmouseover="header_menu_sub_hideAll()"><a href="http://www.twitter.com/antpbr" target="_blank"><img border="0" src="/website/_images/header_menu_twitter.gif" width="29" height="44" alt=""></a></li>
		<li id="iconFacebook" onmouseover="header_menu_sub_hideAll()"><a href="http://www.facebook.com/antpbrasil" target="_blank"><img border="0" src="/website/_images/header_menu_facebook.gif" width="25" height="44" alt=""></a></li>
		
		<li id="iconYoutube" onmouseover="header_menu_sub_hideAll()"><a href="#"><img border="0" src="/website/_images/header_menu_youtube.gif" width="27" height="44" alt=""></a></li>
		
	</ul>
</div>


<div id="headerMenuSub">	
<script type="text/javascript">
var flagMouseOver = false;

function flagMouseOver_set(){
	flagMouseOver = true;
}
function flagMouseOver_startTimer(){
	flagMouseOver = false;
	setTimeout( 'flagMouseOver_timerTick()', 10 );
}
function flagMouseOver_timerTick(){
	if ( flagMouseOver == false ){
		header_menu_sub_hideAll()
	}
}

function header_menu_sub_show( elementId ){

	header_menu_sub_hideAll();
	
	var myElement;
	myElement = document.getElementById( elementId );
	myElement.style.display = 'block';
}
function header_menu_sub_hide( elementId ){
	var myElement;
	myElement = document.getElementById( elementId );
	myElement.style.display = 'none';
}
function header_menu_sub_hideAll(){
	header_menu_sub_hide('header_menu_sub_sobre');
	header_menu_sub_hide('header_menu_sub_biblioteca');
	header_menu_sub_hide('header_menu_sub_eventos');
	header_menu_sub_hide('header_menu_sub_foruns');
	header_menu_sub_hide('header_menu_sub_produtos');
	header_menu_sub_hide('header_menu_sub_noticias');
	header_menu_sub_hide('header_menu_sub_sistemasInformacoes');
}
</script>
<div id="header_menu_sub_sobre" onmouseout="flagMouseOver_startTimer()" onmouseover="flagMouseOver_set();">
	<ul>
		
			<li><a href="/website/sobre/show.asp?ppgCode=C9A82C8F-DE81-4CCA-855D-F73D9D760351" class="header_menu_sub">Apresentação</a></li>

			<li><a href="/website/sobre/show.asp?ppgCode=E81A8413-3BC0-4135-9836-EDC53EA9E8F5" class="header_menu_sub">Administração</a></li>

			<li><a href="/website/sobre/show.asp?ppgCode=6BEDEC42-046C-454A-A15D-2C7BDE0FC746" class="header_menu_sub">Estatuto Social</a></li>

			<li><a href="/website/sobre/show.asp?ppgCode=8D18D0C5-25AE-41B3-835F-4BFC1A991162" class="header_menu_sub">Equipe ANTP</a></li>

			<li><a href="/website/sobre/show.asp?ppgCode=CC45D25C-422A-4E68-953F-46EB25CA2403" class="header_menu_sub">Participe</a></li>

			<li><a href="/website/sobre/show.asp?ppgCode=B0EB0932-54D4-42B8-9EA7-A328C8EEBAE0" class="header_menu_sub">Associe-se</a></li>

			<li><a href="/website/sobre/show.asp?ppgCode=B624CD44-FA6B-47E5-888E-3494F833AAD4" class="header_menu_sub">Contato</a></li>

			<li><a href="/website/sobre/show.asp?ppgCode=69993DA2-3E54-4217-A0AF-FE1128C02138" class="header_menu_sub">Nova Marca</a></li>

		<li><a href="/website/sobre/empresas-associadas.asp" class="header_menu_sub">Empresas Associadas</a></li>
		<li><a href="/website/sobre/localizacao-sp.asp" class="header_menu_sub">Localização em SP</a></li>
		<li><a href="/website/contato/" class="header_menu_sub">Contato</a></li>
	</ul>
</div>
<div id="header_menu_sub_biblioteca" onmouseout="flagMouseOver_startTimer()" onmouseover="flagMouseOver_set();">
	<ul>
		<li><a href="/website/biblioteca/list.asp?dgpCode=999AA8A1-6ECE-44D7-A932-3CA34F3C6910" class="header_menu_sub">Revista dos Transportes Públicos</a></li>			
		<li><a href="/website/biblioteca/list.asp?dgpCode=BE61D9E5-A40B-412B-8193-396F02B7CC6A" class="header_menu_sub">Congressos</a></li>			
		<li><a href="/website/biblioteca/list.asp?dgpCode=527E1ABF-0C8F-4BE8-94D8-D3813DA33B02" class="header_menu_sub">Eventos Técnicos</a></li>		
		<li><a href="/website/biblioteca/list.asp?dgpCode=D30B2B34-5743-4A2B-A213-968D6704461D" class="header_menu_sub">Bienal de Marketing</a></li>			
		<li><a href="/website/biblioteca/list.asp?dgpCode=33FEFB00-2B8E-41EA-B161-D544B139B1F7" class="header_menu_sub">Prêmio ABRATI</a></li>			
		<li><a href="/website/biblioteca/list.asp?dgpCode=0B363611-88BE-4303-B7E6-823FDE84FAA3" class="header_menu_sub">Publicações da ANTP</a></li>			
		<li><a href="/website/biblioteca/list.asp?dgpCode=06242A75-E3D3-4EB6-824B-9AFCA869F551" class="header_menu_sub">Publicações Externas</a></li>			
		<li><a href="/website/biblioteca/list.asp?dgpCode=CB349D83-26CD-405F-9992-F860E4C08275" class="header_menu_sub">SIMOB</a></li>			
		<li><a href="/website/biblioteca/list.asp?dgpCode=33BD5980-FC9D-4F80-BEA9-03EC83CFFAA8" class="header_menu_sub">Prêmio ANTP de Qualidade</a></li>			
	</ul>
</div>

<div id="header_menu_sub_eventos" onmouseout="flagMouseOver_startTimer()" onmouseover="flagMouseOver_set();">
	<ul>
		<li><a href="/website/hotsite/?pgpCode={96D0AF55-D086-406A-AD28-C752216DEDF1}" class="header_menu_sub">Congresso Brasileiro de Transporte e Trânsito</a></li>
		<li><a href="/website/hotsite/?pgpCode={259FF427-79BA-4855-B440-830557BFB3C3}" class="header_menu_sub">Programa STAQ</a></li>
		<li><a href="/website/hotsite/?pgpCode={64CD8B54-BE2D-4127-819D-7147704C548C}" class="header_menu_sub">MDT</a></li>
		<li><a href="/website/hotsite/home.asp?pgpCode={FE0DBB13-9CBC-430A-B698-BD677198D16B}" class="header_menu_sub">Bienal de Marketing</a></li>
		<li><a href="http://www.premioantpdequalidade.org.br" target="_blank" class="header_menu_sub">Prêmio ANTP da Qualidade</a></li>
		<li><a href="/website/hotsite/home.asp?pgpCode={091E6C04-73EE-41F5-A188-23C0971F7029}" class="header_menu_sub">Prêmio ABRATI</a></li>
		<li><a href="/website/hotsite/?pctCode={42B1F253-DD51-4FB3-BCB1-22B8B1EEB6E4}" class="header_menu_sub">Gestão da Mobilidade Urbana - Curso</a></li>
	</ul>
</div>

<div id="header_menu_sub_foruns" onmouseout="flagMouseOver_startTimer()" onmouseover="flagMouseOver_set();">
	<ul>
		<li><a href="/website/forum/forum/" class="header_menu_sub">Fórum de Secretários e Dirigentes</a></li>
		<li><a href="/website/forum/comissoes-tecnicas/" class="header_menu_sub">Comissões Técnicas</a></li>
	</ul>
</div>

<div id="header_menu_sub_produtos" onmouseout="flagMouseOver_startTimer()" onmouseover="flagMouseOver_set();">
	<ul>
		<!--<li><a href="/website/produtos/publicacoes/vitrine.asp?dgpCode=999AA8A1-6ECE-44D7-A932-3CA34F3C6910" class="header_menu_sub">Revista dos Transportes Públicos</a></li>-->
		<li><a href="/website/produtos/revista-dos-transportes-publicos/" class="header_menu_sub">Revista dos Transportes Públicos</a></li>
		<li><a href="/website/produtos/pesquisa-de-imagem/" class="header_menu_sub">Pesquisa de Imagem</a></li>
		<li><a href="/website/produtos/publicacoes/vitrineDocumentos.asp?dgpCode=0B363611-88BE-4303-B7E6-823FDE84FAA3" class="header_menu_sub">Publicações da ANTP</a></li>
		<li><a href="/website/produtos/publicacoes/vitrineDocumentos.asp?dgpCode=06242A75-E3D3-4EB6-824B-9AFCA869F551" class="header_menu_sub">Outras Publicações</a></li>
	</ul>
</div>

<div id="header_menu_sub_sistemasInformacoes" onmouseout="flagMouseOver_startTimer()" onmouseover="flagMouseOver_set();">
	<ul>
		<li><a href="/website/produtos/sistema-de-informacaoes-da-mobilidade/" class="header_menu_sub">Sistema de Informações da Mobilidade</a></li>
		<li><a href="/website/produtos/relatorio-fretamento/" class="header_menu_sub">Transporte por Fretamento</a></li>
		<li><a href="/website/produtos/simulador/" class="header_menu_sub">Simulador de Impactos Ambientais</a></li>
	</ul>
</div>


<div id="header_menu_sub_noticias" onmouseout="flagMouseOver_startTimer()" onmouseover="flagMouseOver_set();">
	<ul>
		<li><a href="/website/noticias/ponto-de-vista/" class="header_menu_sub">Ponto de Vista</a></li>
		<li><a href="/website/noticias/clipping/" class="header_menu_sub">Clipping</a></li>
		<li><a href="/website/noticias/clipping-destaquesSemana/" class="header_menu_sub">Clipping: destaques da semana</a></li>
		<!--<li><a href="/website/noticias/antp-na-midia/" class="header_menu_sub">ANTP na Mídia</a></li>-->
		<li><a href="/website/noticias/antp-videos/" class="header_menu_sub">ANTP Vídeos</a></li>
		<li><a href="/website/noticias/destaques/" class="header_menu_sub">Destaques</a></li>
		<li><a href="/website/noticias/charges/" class="header_menu_sub">Charges</a></li>
		<li><a href="/website/noticias/semanal-antp/" class="header_menu_sub">Informativo Semanal</a></li>
	</ul>
</div>

</div>

 


	
<div id="headerTitle">
	<div id="contentTitle">
		<h2>Notícias</h2>
		<h3></h3>
	</div>
	<div id="contentMidiasSociais">
		<ul>
			<li style="width:90px;">
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<html xmlns:fb="http://ogp.me/ns/fb#">
<fb:like send="false" layout="button_count" width="90" show_faces="true" font="arial"></fb:like>
</li>
			<li style="width:60px;">
<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone" data-size="medium"></div>

<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
  window.___gcfg = {lang: 'pt-BR'};

  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>
</li>
			<li style="width:90px;">
<a href="https://twitter.com/share" class="twitter-share-button" data-lang="pt">Tweetar</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</li>
		</ul>
		<!--
		<div style="border:0px solid #000000;width:80px;float:left;"></div>
		<div style="border:0px solid #000000;width:60px;float:left;"></div>
		<div style="border:0px solid #000000;width:90px;float:left;"></div>
		-->
	</div>
</div>


<div id="content">

<table cellpadding="0" cellspacing="0" align="center" height="100%">
	<tr>
		<td style="width:143px;" valign="top">
			
<div id="content_menuSub">
	<ul>
		
<li><a href="/website/noticias/ponto-de-vista/" >Ponto de vista</a></li>

<li><a href="/website/noticias/clipping/" >Clipping</a></li>

<li><a href="/website/noticias/clipping-destaquesSemana/" >Clipping: destaques da semana</a></li>

<li><a href="/website/noticias/antp-videos/" >ANTP Vídeos</a></li>

<li><a href="/website/noticias/destaques/" >Destaques</a></li>

<li><a href="/website/noticias/charges/" >Charges</a></li>

<li><a href="/website/noticias/semanal-antp/" >Informativo Semanal</a></li>

	</ul>
</div>

	<script>
    $(function() {
        $( "#npgDate_from" ).datepicker({
			dateFormat: "dd/mm/yy",
			dayNamesMin: [ "Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb" ],
			monthNames: [ "Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Jullho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro" ],
			monthNamesShort: [ "Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez" ],
            defaultDate: "+1w",
            changeMonth: true,
            numberOfMonths: 3,
            onClose: function( selectedDate ) {
                $( "#npgDate_to" ).datepicker( "option", "minDate", selectedDate );
            }
        });
        $( "#npgDate_to" ).datepicker({
			dateFormat: "dd/mm/yy",
			dayNamesMin: [ "Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb" ],
			monthNames: [ "Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Jullho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro" ],
			monthNamesShort: [ "Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez" ],
            defaultDate: "+1w",
            changeMonth: true,
            numberOfMonths: 3,
            onClose: function( selectedDate ) {
                $( "#npgDate_from" ).datepicker( "option", "maxDate", selectedDate );
            }
        });
    });
    </script>
<table cellspacing="0" cellpadding="0" width="100%" height="100" bgcolor="#E4F3FA" style="padding:5px;">
	<tr>
		<td><b>Pesquisar</b></td>
	</tr>
	<tr>
		<td>
			<form action="default.asp" method="post" target="_self">
			<table cellspacing="1" cellpadding="0" align="center">
				<tr>
					<td style="padding:2px;">Assunto</td>
				</tr>
				<tr>
					<td style="padding:2px;"><input type="text" style="border:1px solid #C0C0C0;width:130px;" name="search_assunto" value=""></td>
				</tr>
				<tr>
					<td style="padding:2px;">Data de</td>
				</tr>
				<tr>
					<td style="padding:2px;"><input type="text" style="border:1px solid #C0C0C0;width:70px;" id="npgDate_from" name="npgDate_from" value=""></td>
				</tr>
				<tr>
					<td style="padding:2px;">Data até</td>
				</tr>
				<tr>
					<td style="padding:2px;"><input type="text" style="border:1px solid #C0C0C0;width:70px;" id="npgDate_to" name="npgDate_to" value=""></td>
				</tr>
				


				<tr>
					<td style="padding:2px;">Autor</td>
				</tr>
				<tr>
					<td style="padding:2px;"><input type="text" style="border:1px solid #C0C0C0;width:130px;" name="npgAutor" value=""></td>
				</tr>
				<tr>
					<td style="padding:2px;">Veículo</td>
				</tr>
				<tr>
					<td style="padding:2px;"><input type="text" style="border:1px solid #C0C0C0;width:130px;" name="npgVeiculo" value=""></td>
				</tr>
				
				<tr>
					<td style="padding:2px;"><input type="submit" value="Pesquisar" class="buttonRed"> </td>
				</tr>
			</table>
			</form>
		
		
		</td>
	</tr>
</table>
		</td>
		<td style="width:10px;"><img src="/website/_images/pixel_transparent.gif" width="10" height="1" alt=""></td>
		<td style="width:789px;" valign="top">
			
<div id="content_middle_FRAME">
	

<style type="text/css">
	#content_middle{
		
	}	
		
	#content_middle .noticias_data{
		color: #414141;
		font-size: 11px;
		font-family: Arial;
		text-decoration: none;
		line-height: 150%;
		font-weight: bold;
		margin-bottom:10px;
	}
	#content_middle .noticias_autor{
		color: #414141;
		font-size:13px;
		font-family: Arial;
		text-decoration: none;
		line-height: 150%;	
		font-weight: bold;
		margin-bottom:10px;
	}
	#content_middle .noticias_titulo{
		color: #DA0410;
		font-size: 16px;
		font-family: Arial;
		text-decoration: none;
		line-height: 120%;	
		font-weight: bold;
		margin-bottom:10px;
	}
	#content_middle .noticias_conteudo{
		color: #414141;
		font-size:12px;
		font-family: Arial;
		text-decoration: none;
		line-height: 150%;	
		font-weight: normal;
	}
	#content_middle .noticias_fonte{
		color: #414141;
		font-size:12px;
		font-family: Arial;
		text-decoration: none;
		line-height: 150%;	
		font-weight: bold;
	}
</style>
<div id="content_middle">		
	<p class="noticias_data">06/01/2026&nbsp;00:00</p>
	<p class="noticias_autor">
		
	</p>
	
	<p class="noticias_titulo">Madri dá lições de tarifa zero, frota de ônibus 100% verde e caminhabilidade, por Fátima Mesquita</p>
	
	<font class="noticias_conteudo">
	<div class="row">
        <div class="col-xs-12">
            <p></p><div class="edit"><p id="c34b" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph=""><em class="mm">A capital espanhola tem assumido uma atitude bastante proativa e positiva de incentivo a deslocamentos de baixo impacto ambiental. Destacamos aqui alguns dos seus esforços mais interessantes e que apostam tríade tarifa zero, ônibus elétricos e mobilidade ativa.</em></p><figure class="mq mr ms mt mu mv mn mo paragraph-image"><div role="button" tabindex="0" class="mw mx em my bi mz" fdprocessedid="i0b7gc"></div></figure></div><p></p>
        </div>
    </div>
    <div class="row">
        <div class="col-xs-12">
            <p></p><div class="edit"><p id="ba13" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph=""><b>O marco “cero”</b></p><p id="7fa6" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph="">Os ônibus elétricos chegaram a Madri em 2020 junto com a implantação gradativa de duas linhas circulares gratuitas no centro da cidade operadas pela EMT (Empresa Municipal de Transportes): as&nbsp;<em class="mm">líneas cero</em>&nbsp;001 e 002– com o “cero” aí representando zero emissões e tarifa zero.</p><p id="4d15" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph="">A&nbsp;<em class="mm">Línea Cero</em>&nbsp;001 liga dois terminais intermodais. Um fica na Praça de La Moncloa e outro na estação Atocha Renfe. No total, o trajeto tem 17 paradas em um sentido e 15 na rota inversa. Sua frequência nos horários de pico é de sete ou oito minutos durante os dias úteis, com funcionamento das 7 da manhã até 23h00.</p><figure class="mq mr ms mt mu mv mn mo paragraph-image"><div role="button" tabindex="0" class="mw mx em my bi mz" fdprocessedid="hnhh2">Press enter or click to view image in full size<div class="mn mo nc"><picture><source srcset="https://miro.medium.com/v2/resize:fit:640/format:webp/1*p9jfeAlTtbAMqJPloyGwaw.png 640w, https://miro.medium.com/v2/resize:fit:720/format:webp/1*p9jfeAlTtbAMqJPloyGwaw.png 720w, https://miro.medium.com/v2/resize:fit:750/format:webp/1*p9jfeAlTtbAMqJPloyGwaw.png 750w, https://miro.medium.com/v2/resize:fit:786/format:webp/1*p9jfeAlTtbAMqJPloyGwaw.png 786w, https://miro.medium.com/v2/resize:fit:828/format:webp/1*p9jfeAlTtbAMqJPloyGwaw.png 828w, https://miro.medium.com/v2/resize:fit:1100/format:webp/1*p9jfeAlTtbAMqJPloyGwaw.png 1100w, https://miro.medium.com/v2/resize:fit:1400/format:webp/1*p9jfeAlTtbAMqJPloyGwaw.png 1400w" sizes="(min-resolution: 4dppx) and (max-width: 700px) 50vw, (-webkit-min-device-pixel-ratio: 4) and (max-width: 700px) 50vw, (min-resolution: 3dppx) and (max-width: 700px) 67vw, (-webkit-min-device-pixel-ratio: 3) and (max-width: 700px) 65vw, (min-resolution: 2.5dppx) and (max-width: 700px) 80vw, (-webkit-min-device-pixel-ratio: 2.5) and (max-width: 700px) 80vw, (min-resolution: 2dppx) and (max-width: 700px) 100vw, (-webkit-min-device-pixel-ratio: 2) and (max-width: 700px) 100vw, 700px" type="image/webp"><source data-testid="og" srcset="https://miro.medium.com/v2/resize:fit:640/1*p9jfeAlTtbAMqJPloyGwaw.png 640w, https://miro.medium.com/v2/resize:fit:720/1*p9jfeAlTtbAMqJPloyGwaw.png 720w, https://miro.medium.com/v2/resize:fit:750/1*p9jfeAlTtbAMqJPloyGwaw.png 750w, https://miro.medium.com/v2/resize:fit:786/1*p9jfeAlTtbAMqJPloyGwaw.png 786w, https://miro.medium.com/v2/resize:fit:828/1*p9jfeAlTtbAMqJPloyGwaw.png 828w, https://miro.medium.com/v2/resize:fit:1100/1*p9jfeAlTtbAMqJPloyGwaw.png 1100w, https://miro.medium.com/v2/resize:fit:1400/1*p9jfeAlTtbAMqJPloyGwaw.png 1400w" sizes="(min-resolution: 4dppx) and (max-width: 700px) 50vw, (-webkit-min-device-pixel-ratio: 4) and (max-width: 700px) 50vw, (min-resolution: 3dppx) and (max-width: 700px) 67vw, (-webkit-min-device-pixel-ratio: 3) and (max-width: 700px) 65vw, (min-resolution: 2.5dppx) and (max-width: 700px) 80vw, (-webkit-min-device-pixel-ratio: 2.5) and (max-width: 700px) 80vw, (min-resolution: 2dppx) and (max-width: 700px) 100vw, (-webkit-min-device-pixel-ratio: 2) and (max-width: 700px) 100vw, 700px"><img alt="" class="bi na nb c" width="700" height="497" loading="lazy" role="presentation" src="https://miro.medium.com/v2/resize:fit:700/1*p9jfeAlTtbAMqJPloyGwaw.png"></picture></div></div></figure><p id="c381" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph=""><br></p><p id="c381" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph="">Já a linha 002 corta Madri de norte a sul, unindo os terminais intermodais (metrô e ônibus) de Arguelles até Puerta de Toledo. Para cobrir pouco mais de 5 km, são utilizadas simpáticas unidades do miniônibus Rampini Wolta com capacidade para até 28 pessoas e um cadeirante.</p><figure class="mq mr ms mt mu mv mn mo paragraph-image"><div role="button" tabindex="0" class="mw mx em my bi mz" fdprocessedid="hetxpi"><p><picture><img alt="" class="bi na nb c" width="700" height="525" loading="lazy" role="presentation" src="https://miro.medium.com/v2/resize:fit:700/1*n10Tdt5_XemnvhbCeRAVGA.jpeg"></picture></p></div></figure><p id="017f" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph="">O bate e volta da&nbsp;<em class="mm">Línea Cero</em>&nbsp;002 tem uma frequência mais espaçada, que varia de 11 a 24 minutos dependendo da hora do dia e chega a até 30 minutos nos finais de semana e feriados. Esta linha também começa a operar mais tarde, às 8 da manhã, com encerramento às 21 horas nos sete dias por semana.</p><p id="0cee" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph=""><em class="mm"><b>Madrid Anda</b></em></p><p id="0b3f" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph="">A capital espanhola é a campeã de “bate-perna” do país. Um de cada três deslocamentos são feitos assim, na base das caminhadas por lá — o que se traduz em 3,7 milhões de jornadas diárias pelas ruas da cidade.</p><p id="985a" class="pw-post-body-paragraph lo lp gm lq b lr lt lu lv lx ly lz mb mc md mf mg mh mj mk ne ml gf bl" data-selectable-paragraph="">De olho nesta tendência, o município lançou o projeto&nbsp;<em class="mm">Madrid Anda</em>&nbsp;quatro anos após a implantação das&nbsp;<em class="mm">Líneas Cero</em>&nbsp;001 e 002, com o traçado de seis rotas ligadas às duas linhas cobertas por ônibus elétricos com tarifa zero.</p><figure class="mq mr ms mt mu mv mn mo paragraph-image"><div class="mn mo nf"><picture><source srcset="https://miro.medium.com/v2/resize:fit:640/format:webp/1*w0TSIB_P3hEGPmAXzlvv1w.png 640w, https://miro.medium.com/v2/resize:fit:720/format:webp/1*w0TSIB_P3hEGPmAXzlvv1w.png 720w, https://miro.medium.com/v2/resize:fit:750/format:webp/1*w0TSIB_P3hEGPmAXzlvv1w.png 750w, https://miro.medium.com/v2/resize:fit:786/format:webp/1*w0TSIB_P3hEGPmAXzlvv1w.png 786w, https://miro.medium.com/v2/resize:fit:828/format:webp/1*w0TSIB_P3hEGPmAXzlvv1w.png 828w, https://miro.medium.com/v2/resize:fit:1100/format:webp/1*w0TSIB_P3hEGPmAXzlvv1w.png 1100w, https://miro.medium.com/v2/resize:fit:1274/format:webp/1*w0TSIB_P3hEGPmAXzlvv1w.png 1274w" sizes="(min-resolution: 4dppx) and (max-width: 700px) 50vw, (-webkit-min-device-pixel-ratio: 4) and (max-width: 700px) 50vw, (min-resolution: 3dppx) and (max-width: 700px) 67vw, (-webkit-min-device-pixel-ratio: 3) and (max-width: 700px) 65vw, (min-resolution: 2.5dppx) and (max-width: 700px) 80vw, (-webkit-min-device-pixel-ratio: 2.5) and (max-width: 700px) 80vw, (min-resolution: 2dppx) and (max-width: 700px) 100vw, (-webkit-min-device-pixel-ratio: 2) and (max-width: 700px) 100vw, 637px" type="image/webp"><source data-testid="og" srcset="https://miro.medium.com/v2/resize:fit:640/1*w0TSIB_P3hEGPmAXzlvv1w.png 640w, https://miro.medium.com/v2/resize:fit:720/1*w0TSIB_P3hEGPmAXzlvv1w.png 720w, https://miro.medium.com/v2/resize:fit:750/1*w0TSIB_P3hEGPmAXzlvv1w.png 750w, https://miro.medium.com/v2/resize:fit:786/1*w0TSIB_P3hEGPmAXzlvv1w.png 786w, https://miro.medium.com/v2/resize:fit:828/1*w0TSIB_P3hEGPmAXzlvv1w.png 828w, https://miro.medium.com/v2/resize:fit:1100/1*w0TSIB_P3hEGPmAXzlvv1w.png 1100w, https://miro.medium.com/v2/resize:fit:1274/1*w0TSIB_P3hEGPmAXzlvv1w.png 1274w" sizes="(min-resolution: 4dppx) and (max-width: 700px) 50vw, (-webkit-min-device-pixel-ratio: 4) and (max-width: 700px) 50vw, (min-resolution: 3dppx) and (max-width: 700px) 67vw, (-webkit-min-device-pixel-ratio: 3) and (max-width: 700px) 65vw, (min-resolution: 2.5dppx) and (max-width: 700px) 80vw, (-webkit-min-device-pixel-ratio: 2.5) and (max-width: 700px) 80vw, (min-resolution: 2dppx) and (max-width: 700px) 100vw, (-webkit-min-device-pixel-ratio: 2) and (max-width: 700px) 100vw, 637px"><img alt="" class="bi na nb c" width="637" height="602" loading="lazy" role="presentation" src="https://miro.medium.com/v2/resize:fit:637/1*w0TSIB_P3hEGPmAXzlvv1w.png"></picture></div></figure><p id="be4e" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph="">Os caminhos sugeridos passam por vários monumentos, parques, espaços culturais e esportivos, além de dois pontos importantes de acesso ao metrô. Cada um deles vem com a distância a ser percorrida e uma estimativa de tempo de caminhada entre um local e outro.</p><p id="3e83" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph="">Todos os trajetos têm como referência a icônica praça Puerta del Sol que, desde agosto de 2020, passou a ser uma área exclusiva dos pedestres.</p><p id="5783" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph="">Rota 1: Puerta del Sol-Cibeles-Plaza de Colón-Nuevos Ministerios-Santiago Bernabéu Stadium. Total: 83 minutos.<br>Rota 2: Puerta del Sol-Cibeles-Puerta de Alcalá-WiZink Center-Las Ventas. Total: 62 minutos.<br>Rota 3: Moncloa-Parque del Oeste-Templo de Debod-Plaza de España-Palacio Real-Puerta del Sol-Neptuno-Retiro-Ibiza-Parque Fuente del Berro-Palacio Real. Total: 124 minutos.<br>Rota 4: Puerta del Sol-Neptuno-Atocha-Museo del Ferrocarril-Madrid Río (Matadero)-Madrid Río (Pirámides). Total: 105 minutos.<br>Rota 5: Puerta del Sol-Tirso de Molina-Puerta de Toledo-Madrid Río (Pirámides)-Madrid Río (Puente del Rey)-Casa de Campo. Total: 95 minutos.<br>Rota 6: Puerta del Sol-Gran Vía-Plaza de Olavide-Teatros del Canal-Cuatro Caminos. Total: 56 minutos.</p><p id="512b" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph=""><b>Tarifas zero pontuais</b></p><p id="a410" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph="">Outra medida de grande sucesso em Madri tem sido a isenção pontual de tarifas para incentivar o uso dos ônibus. O recurso tem sido usado desde 2021 criando algumas datas emblemáticas, com a mais popular delas sendo a Black Friday.</p><p id="44d1" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph="">No ano passado, a tarifa zero geral nos ônibus somou 12 dias, mas muitas vezes ela cobre apenas algumas horas sem pagamento, enquanto em outras ocasiões ela vale por 24 horas — por exemplo, por 48 horas não será cobrada passagem nas voltas às aulas pós-Natal agora em 2026.</p><p id="3d8d" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph="">Há certos momentos em que ela vem pareada ainda com a gratuidade do Bicimad, o serviço de bicicletas públicas elétricas de aluguel que tem 634 estações com 7.782 bicicletas espalhadas pelos 21 distritos de Madri e que passou dos 13 milhões de usos no ano passado.</p><p id="7346" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph="">Frota verde</p><p id="3ebd" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph="">A estatal madrilenha é a segunda maior operadora de ônibus da Europa e desde 2022 abandonou os veículos a diesel passando a trabalhar basicamente com um mix de unidades movidas a eletricidade, GNV (gás natural veicular) e hidrogênio verde.</p><figure class="mq mr ms mt mu mv mn mo paragraph-image"><div role="button" tabindex="0" class="mw mx em my bi mz" fdprocessedid="11w5s"><p><picture><img alt="" class="bi na nb c" width="700" height="371" loading="lazy" role="presentation" src="https://miro.medium.com/v2/resize:fit:700/1*nvh0-RkCpsdiDwMoVXgaGA.png"></picture></p></div></figure><p id="2df7" class="pw-post-body-paragraph lo lp gm lq b lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml gf bl" data-selectable-paragraph="">Os elétricos chegam a exatos 20,41% do total da frota da empresa e segue em crescimento. Agora mesmo, no comecinho de 2026, vai sair o edital de duas licitações para a compra de 90 ônibus comuns com 400 km de autonomia e outras 30 unidades articuladas com 320 km de autonomia. Interessante também é que todos os ônibus terão que vir com desfibrilador instalado.</p></div><p></p>
        </div>
    </div>
	</font>
	
	<br/>
	<br/>
	

	
	
	
	
	<p><h3>Comente</h3></p>
	
	
<iframe frameborder="0" width="0" height="0" id="nwsComments_form_execute" name="nwsComments_form_execute" src></iframe>
<form action="/website/noticias/comentariosSave.asp" method="post" name="nwsComments_form" target="nwsComments_form_execute">
<input type="hidden" name="npgCode" value="4BBF0611-ED1E-4A08-A8AB-406A638C23EC">
<table>
	<tr>
		<td>Nome</td>
		<td><input type="text" name="ncmName" style="border:1px solid #c0c0c0;width:450px;"></td>
	</tr>
	<tr>
		<td>E-mail</td>
		<td><input type="text" name="ncmEmail" style="border:1px solid #c0c0c0;width:450px;"></td>
	</tr>
	<tr>
		<td>Comentário</td>
		<td><textarea name="ncmDescription" style="border:1px solid #c0c0c0;width:450px;height:80px;" onkeyup="fieldSizeAutoLimit(this)"></textarea></td>
	</tr>
	<tr>
		<td>&nbsp;</td>
		<td>* Escreva até 1.000 caracteres. <div id="fieldSizeAutoLimit_label"></div></td>
	</tr>
	<tr>
		<td>&nbsp;</td>
		<td>
		
		<div class="g-recaptcha" data-sitekey="6LfijwATAAAAAI_UNAyq3L0cZtx0jKukIIk0aSc2"></div>
		</td>
	</tr>
	<tr>
		<td>&nbsp;</td>
		<td><input type="submit" name="" value="Enviar" style="background-color:#DE1810;padding:5px 10px;color:#FFFFFF;"></td>
	</tr>
</table>
</form>
<script type="text/javascript">
function fieldSizeAutoLimit( myField ){
	var myID;
	var myLength;
	var myLengthLimitMax;
	var myValue;
	
	myLengthLimitMax = 1000;
	myValue = myField.value;
	myLength = myValue.length;
	if ( myLength > myLengthLimitMax ){
		myLength = myLengthLimitMax;
		
		myValue = myValue.substring(0, myLength);
		myField.value = myValue;
	}
	
	myID = document.getElementById('fieldSizeAutoLimit_label');
	myID.innerHTML = myLengthLimitMax - myLength + ' caracteres restantes';
}
</script>

	
	<br />	<br />	<br />
	<p><h3>Envie o link desta página um amigo</h3></p>
	
	
<iframe frameborder="0" width="0" height="0" id="avisarAmigo_form_execute" name="avisarAmigo_form_execute" src></iframe>
<form action="/website/noticias/avisarAmigo.asp" method="post" name="avisarAmigo_form" target="avisarAmigo_form_execute">
<table>
	<tr>
		<td>Seu Nome</td>
		<td><input type="text" name="fromName" style="border:1px solid #c0c0c0;width:450px;"></td>
	</tr>
	<tr>
		<td>Seu E-mail</td>
		<td><input type="text" name="fromEmail" style="border:1px solid #c0c0c0;width:450px;"></td>
	</tr>
	<tr>
		<td>Nome do seu amigo</td>
		<td><input type="text" name="toName" style="border:1px solid #c0c0c0;width:450px;"></td>
	</tr>
	<tr>
		<td>E-mail do seu amigo</td>
		<td><input type="text" name="toEmail" style="border:1px solid #c0c0c0;width:450px;"></td>
	</tr>
	<tr>
		<td>Comentário</td>
		<td><textarea name="myMessage" style="border:1px solid #c0c0c0;width:450px;height:80px;"></textarea></td>
	</tr>
	<tr>
		<td>&nbsp;</td>
		<td><input type="submit" name="" value="Enviar" style="background-color:#DE1810;padding:5px 10px;color:#FFFFFF;"></td>
	</tr>
</table>
</form>

</div>
</div>

		</td>
	</tr>
</table>

</div>
<div id="footer">
	<ul>
		<li><a href="/website/sobre/">Sobre a ANTP</a></li>
		<li><a href="/website/noticias/">Notícias</a></li>
		<li><a href="/website/biblioteca/">Biblioteca</a></li>
		<li><a href="/website/agenda/">Agenda</a></li>
		<li><a href="/website/sobre/participe.asp">Participe</a></li>
		<li><a href="/website/contato/">Contato</a></li>
		<li id="voltarTopo"><a href="#topo"><img src="/website/_images/voltarTopoSeta.gif" width="7" height="6" alt="">&nbsp;Voltar ao Topo</a></li>
	</ul>
	
	<h1><a href="/website/">ANTP</a></h1>
	
	<address>
		<p><strong>Associação Nacional de Transportes Públicos</strong></p>
		<p>Rua Marconi n&ordf; 34, 2n&ordf; andar, conjuntos 21 e 22 - Centro São Paulo/SP - CEP 01047-000 Fone: 11 3371 2299 - Fax 11 3253 8095</p>
		<p>CNPJ: 49351919/0001-19</p>
	</address>
</div>

</div>

</body>



<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-38964044-1']);
  _gaq.push(['_setDomainName', 'antp.org.br']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</html>
