;(function() { window.createMeasureObserver = (measureName) => { var markPrefix = `_uol-measure-${measureName}-${new Date().getTime()}`; performance.mark(`${markPrefix}-start`); return { end: function() { performance.mark(`${markPrefix}-end`); performance.measure(`uol-measure-${measureName}`, `${markPrefix}-start`, `${markPrefix}-end`); performance.clearMarks(`${markPrefix}-start`); performance.clearMarks(`${markPrefix}-end`); } } }; /** * Gerenciador de eventos */ window.gevent = { stack: [], RUN_ONCE: true, on: function(name, callback, once) { this.stack.push([name, callback, !!once]); }, emit: function(name, args) { for (var i = this.stack.length, item; i--;) { item = this.stack[i]; if (item[0] === name) { item[1](args); if (item[2]) { this.stack.splice(i, 1); } } } } }; var runningSearch = false; var hadAnEvent = true; var elementsToWatch = window.elementsToWatch = new Map(); var innerHeight = window.innerHeight; // timestamp da última rodada do requestAnimationFrame // É usado para limitar a procura por elementos visíveis. var lastAnimationTS = 0; // verifica se elemento está no viewport do usuário var isElementInViewport = function(el) { var rect = el.getBoundingClientRect(); var clientHeight = window.innerHeight || document.documentElement.clientHeight; // renderizando antes, evitando troca de conteúdo visível no chartbeat-related-content if(el.className.includes('related-content-front')) return true; // garante que usa ao mínimo 280px de margem para fazer o lazyload var margin = clientHeight + Math.max(280, clientHeight * 0.2); // se a base do componente está acima da altura da tela do usuário, está oculto if(rect.bottom < 0 && rect.bottom > margin * -1) { return false; } // se o topo do elemento está abaixo da altura da tela do usuário, está oculto if(rect.top > margin) { return false; } // se a posição do topo é negativa, verifica se a altura dele ainda // compensa o que já foi scrollado if(rect.top < 0 && rect.height + rect.top < 0) { return false; } return true; }; var asynxNextFreeTime = () => { return new Promise((resolve) => { if(window.requestIdleCallback) { window.requestIdleCallback(resolve, { timeout: 5000, }); } else { window.requestAnimationFrame(resolve); } }); }; var asyncValidateIfElIsInViewPort = function(promise, el) { return promise.then(() => { if(el) { if(isElementInViewport(el) == true) { const cb = elementsToWatch.get(el); // remove da lista para não ser disparado novamente elementsToWatch.delete(el); cb(); } } }).then(asynxNextFreeTime); }; // inicia o fluxo de procura de elementos procurados var look = function() { if(window.requestIdleCallback) { window.requestIdleCallback(findByVisibleElements, { timeout: 5000, }); } else { window.requestAnimationFrame(findByVisibleElements); } }; var findByVisibleElements = function(ts) { var elapsedSinceLast = ts - lastAnimationTS; // se não teve nenhum evento que possa alterar a página if(hadAnEvent == false) { return look(); } if(elementsToWatch.size == 0) { return look(); } if(runningSearch == true) { return look(); } // procura por elementos visíveis apenas 5x/seg if(elapsedSinceLast < 1000/5) { return look(); } // atualiza o último ts lastAnimationTS = ts; // reseta status de scroll para não entrar novamente aqui hadAnEvent = false; // indica que está rodando a procura por elementos no viewport runningSearch = true; const done = Array.from(elementsToWatch.keys()).reduce(asyncValidateIfElIsInViewPort, Promise.resolve()); // obtém todos os elementos que podem ter view contabilizados //elementsToWatch.forEach(function(cb, el) { // if(isElementInViewport(el) == true) { // // remove da lista para não ser disparado novamente // elementsToWatch.delete(el); // cb(el); // } //}); done.then(function() { runningSearch = false; }); // reinicia o fluxo de procura look(); }; /** * Quando o elemento `el` entrar no viewport (-20%), cb será disparado. */ window.lazyload = function(el, cb) { if(el.nodeType != Node.ELEMENT_NODE) { throw new Error("element parameter should be a Element Node"); } if(typeof cb !== 'function') { throw new Error("callback parameter should be a Function"); } elementsToWatch.set(el, cb); } var setEvent = function() { hadAnEvent = true; }; window.addEventListener('scroll', setEvent, { capture: true, ive: true }); window.addEventListener('click', setEvent, { ive: true }); window.addEventListener('resize', setEvent, { ive: true }); window.addEventListener('load', setEvent, { once: true, ive: true }); window.addEventListener('DOMContentLoaded', setEvent, { once: true, ive: true }); window.gevent.on('allJSLoadedAndCreated', setEvent, window.gevent.RUN_ONCE); // inicia a validação look(); })();
  • AssineUOL
Topo

Chevrolet Onix estreia linha 2023 e preços chegam perto dos R$ 110 mil

Chevrolet Onix Plus 2023 - Divulgação
Chevrolet Onix Plus 2023 Imagem: Divulgação

do UOL, em São Paulo (SP

07/04/2022 16h22

A Chevrolet divulgou a tabela de preços do Onix e Onix Plus 2023. A primeira aparição da nova linha foi durante o festival Lollapalooza, em São Paulo, do qual a marca é uma das patrocinadoras.

Os preços da linha hatch agora variam entre R$ 76.290 na versão 1.0 (sem nome) e R$ 104.350 pela Premier 1.0 Turbo. No caso do Onix Plus, a tabela vai de R$ 83.290 na versão LT 1.0 a R$ 109.990 na Premier 1.0 Turbo.

O conjunto mecânico não tem novidades, continua sendo formado pelo motor 1.0 aspirado e flex de até 82 cv e câmbio manual de seis velocidades ou o 1.0 turbo de até 116 cv com o manual ou o automático também de seis velocidades.

Em termos de mudanças, a linha 2023 perdeu a versão Premier 2, que era um pacote extra, tanto no hatch quanto no sedã, enquanto o três volumes ainda deixou de oferecer a Midnight.

Com o fim do pacote extra, Premier 2, itens como o assistente para estacionamento, que coloca o carro sozinho na vaga, e o carregador de celular por indução (sem fio) aram a fazer parte do pacote Premier.

Nas variantes Premier, que antes tinham o ar-condicionado digital de série, o equipamento a a custar R$ 1 mil extra. Por outro lado, as versões Premier tem novos design para as rodas de liga leve de 16 polegadas com acabamento diamantado e maçanetas com acabamento cromado.

Na opção LTZ, agora as rodas de alumínio também tem 16", enquanto até a linha 2022 eram de 15", como as demais versões do compacto feito em Gravataí (RS).

Além disso, no caso do hatch há botão para abertura do porta-malas no e também na chave para todas as versões disponível do modelo.

Chevrolet Onix RS - Divulgação - Divulgação
Imagem: Divulgação

Preços - Chevrolet Onix 2023

  • Onix 1.0 - R$ 76.290
  • Onix LT - R$ 78.990
  • Onix 1.0 Turbo AT - R$ 87.590
  • Onix LT 1.0 Turbo MT - R$ 86.990
  • Onix LT 1.0 Turbo AT - R$ 93.850
  • Onix LTZ 1.0 Turbo MT - R$ 90.490
  • Onix LTZ 1.0 Turbo AT - R$ 97.390
  • Onix RS 1.0 Turbo AT - R$ 99.390
  • Onix Premier 1.0 Turbo AT - R$ 103.350

Preços - Chevrolet Onix Plus 2023

  • Onix Plus 1.0 MT - R$ 83.290
  • Onix Plus 1.0 Turbo AT - R$ 93.320
  • Onix Plus LT 1.0 Turbo MT - R$ 92.650
  • Onix Plus LT 1.0 Turbo AT - R$ 99.450
  • Onix Plus LTZ 1.0 Turbo MT - R$ 96.250
  • Onix Plus LTZ 1.0 Turbo AT - R$ 103.090
  • Onix Plus Premier 1.0 Turbo AT - R$ 108.990