<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>navios reencaminhados Archives - Shipsgo Blog</title>
	<atom:link href="https://blog.shipsgo.com/pt/tag/navios-reencaminhados/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Supply Chain Visibility Platform - Blog</description>
	<lastBuildDate>Wed, 26 Jun 2024 08:46:12 +0000</lastBuildDate>
	<language>pt-PT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.shipsgo.com/wp-content/uploads/2022/03/cropped-academy-shipsgo-last-1-32x32.png</url>
	<title>navios reencaminhados Archives - Shipsgo Blog</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Tráfego de navios no Mar Vermelho &#8211; Mapa em direto</title>
		<link>https://blog.shipsgo.com/pt/trafego-de-navios-no-mar-vermelho-mapa-em-direto/</link>
		
		<dc:creator><![CDATA[mehmet-hamurcu]]></dc:creator>
		<pubDate>Tue, 26 Dec 2023 08:16:58 +0000</pubDate>
				<category><![CDATA[Blogue]]></category>
		<category><![CDATA[blogue_principal]]></category>
		<category><![CDATA[canal de Suez]]></category>
		<category><![CDATA[logística]]></category>
		<category><![CDATA[mapa do mar vermelho]]></category>
		<category><![CDATA[mapa do mar vermelho em direto]]></category>
		<category><![CDATA[mar vermelho]]></category>
		<category><![CDATA[marítimo]]></category>
		<category><![CDATA[navios reencaminhados]]></category>
		<category><![CDATA[rastreio de contentores]]></category>
		<category><![CDATA[shipment]]></category>
		<category><![CDATA[tráfego marítimo no mar vermelho mapa em direto]]></category>
		<category><![CDATA[transitários]]></category>
		<category><![CDATA[transporte]]></category>
		<guid isPermaLink="false">https://blog.shipsgo.com/?p=18921</guid>

					<description><![CDATA[<p>Devido ao ambiente extraordinário, muitas empresas estão a transportar os seus navios através do Cabo da Boa Esperança sem utilizar o Canal do Suez. Neste caso, os tempos de transporte são alargados e são necessárias viagens adicionais. Pode ver os navios atualmente em transporte no Mar Vermelho no Mapa em direto do tráfego de navios [...]</p>
<p>The post <a href="https://blog.shipsgo.com/pt/trafego-de-navios-no-mar-vermelho-mapa-em-direto/">Tráfego de navios no Mar Vermelho &#8211; Mapa em direto</a> appeared first on <a href="https://blog.shipsgo.com/pt/pagina-inicial">Shipsgo Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Devido ao ambiente extraordinário, muitas empresas estão a transportar os seus navios através do Cabo da Boa Esperança sem utilizar o Canal do Suez. Neste caso, os tempos de transporte são alargados e são necessárias viagens adicionais. Pode ver os navios atualmente em transporte no Mar Vermelho no Mapa em direto do tráfego de navios no Mar Vermelho. Se esta situação e o tráfego de navios no Mar Vermelho se mantiverem, é provável que os custos de transporte aumentem. Se quiser encontrar o transitário para o seu transporte mais facilmente, o Localizador de Serviços Premium ShipsGo lista os melhores para si.</p>


<script>(function() {

function isObject(obj) { return obj != null && obj.constructor.name === "Object"}

var obj = window.map_options_name && window.map_options_name !== '' && isObject(window[window.map_options_name]) 
    ? window[window.map_options_name]
    : window;

function parseBoolValue(value) {
var new_value;
if (value === undefined) { new_value = false; }
if (value === 'true' || value == true) { new_value = true; }
else if (value === 'false' || value == false) { new_value = false; }
else { new_value = false; }
return new_value;
};

var rh=window.location.href;
if (rh.indexOf('file://') >= 0 || rh.indexOf('file%3A%2F%2F') >= 0) rh = 'testingonly';
rh=encodeURIComponent(rh);
var w = obj.width; if (w === undefined) { w = 800; }
var ws = w.toString();
if ((parseInt(w) < 480 && ws.charAt(ws.length-1) !=='%')) { w = 480; }
if (ws.charAt(ws.length-1) === '%') { obj.width = ws; } else { obj.width = parseInt(w); }

var h = obj.height; if (h === undefined) { h = 600; }
var height = parseInt(h);
if (height < 400) { obj.height = 400; } else { obj.height = height; }

if (obj.names === undefined) { obj.names = false;} else { obj.names = parseBoolValue(obj.names); }

obj.show_track = parseBoolValue(obj.show_track);

obj.click_to_activate = parseBoolValue(obj.click_to_activate);
var f = (typeof(obj.fleet) === 'undefined') ? false : obj.fleet;
if (f!==false && f.indexOf('@') >= 0) {f = false;}
var fn = (typeof(obj.fleet_name) === 'undefined') ? false : encodeURIComponent(obj.fleet_name);
if (fn!==false && fn.indexOf('@') >= 0) {fn = false;}

if (obj.store_position === undefined) { obj.store_position=true; } else { obj.store_position = parseBoolValue(obj.store_position); }
if(obj.mmsi!==undefined && parseInt(obj.mmsi)!=obj.mmsi) { obj.mmsi=undefined; }
if(obj.imo!==undefined && parseInt(obj.imo)!=obj.imo) { obj.imo=undefined; }
if(obj.latitude!==undefined && parseFloat(obj.latitude)!=obj.latitude) { obj.latitude="20.2802"; }
if(obj.longitude!==undefined && parseFloat(obj.longitude)!=obj.longitude) { obj.longitude="38.5126"; }
document.write(
'<iframe name="vesselfinder" id="vesselfinder" '
+ ' width="' + obj.width + '"'
+ ' height="' + obj.height + '"'
+ ' frameborder="0"'
+ ' src="https://www.vesselfinder.com/aismap?'
+ 'zoom=' + ((obj.zoom === undefined) ? '5' : obj.zoom)
+ ((obj.latitude === undefined) ? '&amp;lat=20.2802' : '&amp;lat='+obj.latitude)
+ ((obj.longitude === undefined) ? '&amp;lon=38.5126' : '&amp;lon='+obj.longitude)
+ '&amp;width=' + encodeURIComponent(obj.width)
+ '&amp;height=' + encodeURIComponent(obj.height)
+ '&amp;names='+obj.names
+ ((obj.mmsi === undefined) ? '' : '&amp;mmsi=' + obj.mmsi)
+ ((obj.imo === undefined) ? '' : '&amp;imo=' + obj.imo)
+ '&amp;track=' + obj.show_track
+ ((obj.fleet === undefined) ? '&amp;fleet=false' : '&amp;fleet='+f)
+ ((obj.fleet_name === undefined) ? '&amp;fleet_name=false' : '&amp;fleet_name='+fn)
+ ((obj.fleet_timespan !== undefined) ? '&amp;fleet_timespan=' + obj.fleet_timespan : '')
+ ((obj.fleet_hide_old_positions === undefined) ? '&amp;fleet_hide_old_positions=false' : '&amp;fleet_hide_old_positions='+obj.fleet_hide_old_positions)
+ '&amp;clicktoact=' + obj.click_to_activate
+ '&amp;store_pos=' + obj.store_position
+ ((obj.fil === undefined) ? '' : '&amp;fil=' + obj.fil)
+ ((obj.default_maptype === undefined) ? '' : '&amp;default_maptype=' + obj.default_maptype)
+ '&amp;ra='+rh
+ '">Browser does not support embedded objects.<br/>Visit directly <a href="https://www.vesselfinder.com" target="_blank">www.vesselfinder.com</a>'
+ '</iframe>');
})();</script>



<p>Além disso, se quiser saber o estado dos seus envios actuais ou potenciais e ser informado com notificações instantâneas; para esta situação, a <strong>ShipsGo </strong>adicionou a secção <strong><a href="https://shipsgo.com/dashboard/track-and-trace/rerouted-shipments" target="_blank" rel="noreferrer noopener">&#8220;Reencaminhamento de envios</a>&#8220;</strong> ao painel de controlo do utilizador O nosso apoio de inteligência artificial e a nossa equipa de operações especializada monitorizam regularmente os navios e os transportes na região.</p>



<h2 class="wp-block-heading">O que aconteceu no Mar Vermelho?</h2>



<p>O Mar Vermelho tem sido palco de acontecimentos activos desde há algum tempo. Em consequência dos acontecimentos no mundo político israelita, algumas pessoas de muitas partes do mundo quiseram boicotar Israel. Neste contexto, ocorreram algumas acções contra navios porta-contentores que se dirigiam a Israel através do Mar Vermelho, utilizando o Golfo de Aden e outros países que fazem fronteira com o Mar Vermelho. As mais avançadas destas acções foram os ataques aos navios da Maersk, CMA-CGM, Hapag Lloyd e MSC. Para acompanhar a atualidade e as notícias, pode consultar o nosso artigo <a href="https://blog.shipsgo.com/pt/actualizacoes-do-mar-vermelho/" target="_blank" rel="noreferrer noopener"><strong>&#8220;Updates From the Red Sea&#8221; (Actualizações do Mar Vermelho</strong></a> ).</p>


<div class="wp-block-image is-style-rounded">
<figure class="aligncenter size-large is-resized"><a href="https://shipsgo.com/dashboard/track-and-trace/rerouted-shipments" target="_blank" rel="noreferrer noopener"><img fetchpriority="high" decoding="async" width="1024" height="1024" src="https://blog.shipsgo.com/wp-content/uploads/2023/12/1x1-ads-min-1024x1024.png" alt="Reencaminhamento de navios e expedições" class="wp-image-18895" style="width:330px;height:auto" srcset="https://blog.shipsgo.com/wp-content/uploads/2023/12/1x1-ads-min-1024x1024.png 1024w, https://blog.shipsgo.com/wp-content/uploads/2023/12/1x1-ads-min-300x300.png 300w, https://blog.shipsgo.com/wp-content/uploads/2023/12/1x1-ads-min-150x150.png 150w, https://blog.shipsgo.com/wp-content/uploads/2023/12/1x1-ads-min-1536x1536.png 1536w, https://blog.shipsgo.com/wp-content/uploads/2023/12/1x1-ads-min-370x370.png 370w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<h3 class="wp-block-heading">Lista dos navios reencaminhados &#8211; Mar Vermelho e Cabo da Boa Esperança</h3>



<p>Os recentes acontecimentos no Mar Vermelho fizeram com que muitos navios porta-contentores alterassem a sua rota (reencaminhamento) e alguns até pararam. O algoritmo de localização e as equipas do ShipsGo detectam imediatamente as perturbações nas rotas dos navios. Também verificam duas vezes cada perturbação em <strong> mais de 500</strong> navios que transportam as remessas dos clientes da ShipsGo.</p>



<div class="wp-block-buttons alignwide is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex">
<div class="wp-block-button has-custom-width wp-block-button__width-100 has-custom-font-size is-style-outline has-regular-font-size is-style-outline--1"><a class="wp-block-button__link has-white-color has-text-color has-background has-link-color wp-element-button" href="https://blog.shipsgo.com/pt/lista-dos-navios-afectados-na-rota-do-mar-vermelho/" style="border-radius:57px;background-color:#f09452" target="_blank" rel="noreferrer noopener">Lista dos navios afectados na rota do Mar Vermelho</a></div>
</div>


<div class="aligncenter wp-block-site-logo"><a href="https://blog.shipsgo.com/pt/pagina-inicial/" class="custom-logo-link" rel="home"><img decoding="async" width="163" height="27" src="https://blog.shipsgo.com/wp-content/uploads/2024/03/Blog-Logo.kucukkkpng_Calisma-Yuzeyi-1-kopya-8.png" class="custom-logo" alt="Shipsgo Blog" srcset="https://blog.shipsgo.com/wp-content/uploads/2024/03/Blog-Logo.kucukkkpng_Calisma-Yuzeyi-1-kopya-8.png 313w, https://blog.shipsgo.com/wp-content/uploads/2024/03/Blog-Logo.kucukkkpng_Calisma-Yuzeyi-1-kopya-8-300x50.png 300w, https://blog.shipsgo.com/wp-content/uploads/2024/03/Blog-Logo.kucukkkpng_Calisma-Yuzeyi-1-kopya-8-306x52.png 306w" sizes="(max-width: 163px) 100vw, 163px" /></a></div>


<figure class="wp-block-image size-large"><a href="https://shipsgo.com/" target="_blank" rel="noreferrer noopener"><img decoding="async" width="1024" height="208" src="https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914-1024x208.png" alt="Uma faixa azul refere o seguimento de contentores ShipsGo" class="wp-image-18737" srcset="https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914-1024x208.png 1024w, https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914-300x61.png 300w, https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914-1536x311.png 1536w, https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914.png 1800w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
<p>The post <a href="https://blog.shipsgo.com/pt/trafego-de-navios-no-mar-vermelho-mapa-em-direto/">Tráfego de navios no Mar Vermelho &#8211; Mapa em direto</a> appeared first on <a href="https://blog.shipsgo.com/pt/pagina-inicial">Shipsgo Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
