{"id":11426,"date":"2026-06-17T23:17:59","date_gmt":"2026-06-17T23:17:59","guid":{"rendered":"https:\/\/www.onglobal.io\/ar\/?page_id=11426"},"modified":"2026-06-17T23:19:43","modified_gmt":"2026-06-17T23:19:43","slug":"el-grillo-ejemplo","status":"publish","type":"page","link":"https:\/\/www.onglobal.io\/ar\/el-grillo-ejemplo\/","title":{"rendered":"El Grillo Ejemplo"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11426\" class=\"elementor elementor-11426\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29f4bfe e-con-full e-flex e-con e-parent\" data-id=\"29f4bfe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-391d0d3 elementor-widget elementor-widget-html\" data-id=\"391d0d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Simulador de Financiaci\u00f3n \u2014 El Grillo<\/title>\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow:wght@300;400;500;600;700;800&family=Barlow+Condensed:ital,wght@0,400;0,600;0,700;0,800;1,700&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\r\n\r\n  :root {\r\n    --amarillo: #FDDA0A;\r\n    --verde-oscuro: #131E29;\r\n    --verde-profundo: #042C0D;\r\n    --blanco: #FCFCFC;\r\n    --gris-borde: #e0e0e0;\r\n    --gris-fondo: #f5f5f5;\r\n    --font: 'Barlow', sans-serif;\r\n    --font-condensed: 'Barlow Condensed', sans-serif;\r\n  }\r\n\r\n  body {\r\n    font-family: var(--font);\r\n    background-color: var(--blanco);\r\n    color: var(--verde-profundo);\r\n    font-size: 16px;\r\n    line-height: 1.6;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 HEADER \u2500\u2500\u2500 *\/\r\n  .sim-header {\r\n    background: var(--amarillo);\r\n    padding: 18px 5%;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n  }\r\n  .sim-header .logo-text {\r\n    font-family: var(--font-condensed);\r\n    font-weight: 800;\r\n    font-size: 28px;\r\n    color: #000;\r\n    letter-spacing: -0.5px;\r\n    text-decoration: none;\r\n  }\r\n  .sim-header .back-link {\r\n    font-family: var(--font-condensed);\r\n    font-weight: 600;\r\n    font-size: 14px;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.5px;\r\n    color: #000;\r\n    text-decoration: none;\r\n    opacity: 0.6;\r\n    transition: opacity 0.2s;\r\n  }\r\n  .sim-header .back-link:hover { opacity: 1; }\r\n\r\n  \/* \u2500\u2500\u2500 HERO \u2500\u2500\u2500 *\/\r\n  .sim-hero {\r\n    background: var(--verde-oscuro);\r\n    padding: 60px 5% 50px;\r\n    color: #fff;\r\n  }\r\n  .sim-hero h1 {\r\n    font-family: var(--font-condensed);\r\n    font-size: 52px;\r\n    font-weight: 800;\r\n    font-style: italic;\r\n    text-transform: uppercase;\r\n    color: var(--amarillo);\r\n    line-height: 1;\r\n    margin-bottom: 12px;\r\n  }\r\n  .sim-hero p {\r\n    font-size: 18px;\r\n    color: rgba(255,255,255,0.75);\r\n    max-width: 560px;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 MAIN \u2500\u2500\u2500 *\/\r\n  .sim-main {\r\n    max-width: 960px;\r\n    margin: 0 auto;\r\n    padding: 48px 24px 80px;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 STAT CARDS \u2500\u2500\u2500 *\/\r\n  .stats-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(3, 1fr);\r\n    gap: 16px;\r\n    margin-bottom: 40px;\r\n  }\r\n  .stat-card {\r\n    background: var(--gris-fondo);\r\n    border-radius: 8px;\r\n    padding: 20px 20px 16px;\r\n    border-left: 4px solid var(--amarillo);\r\n  }\r\n  .stat-card .stat-label {\r\n    font-size: 12px;\r\n    font-weight: 600;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.8px;\r\n    color: #888;\r\n    margin-bottom: 6px;\r\n  }\r\n  .stat-card .stat-value {\r\n    font-family: var(--font-condensed);\r\n    font-size: 28px;\r\n    font-weight: 700;\r\n    color: var(--verde-oscuro);\r\n    line-height: 1.1;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 TABS \u2500\u2500\u2500 *\/\r\n  .modalidad-tabs {\r\n    display: flex;\r\n    gap: 0;\r\n    margin-bottom: 32px;\r\n    border-bottom: 2px solid var(--gris-borde);\r\n  }\r\n  .tab-btn {\r\n    font-family: var(--font-condensed);\r\n    font-size: 16px;\r\n    font-weight: 700;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.3px;\r\n    padding: 12px 24px;\r\n    border: none;\r\n    background: none;\r\n    cursor: pointer;\r\n    color: #aaa;\r\n    border-bottom: 3px solid transparent;\r\n    margin-bottom: -2px;\r\n    transition: color 0.2s, border-color 0.2s;\r\n    white-space: nowrap;\r\n  }\r\n  .tab-btn.active {\r\n    color: var(--verde-oscuro);\r\n    border-bottom-color: var(--amarillo);\r\n  }\r\n  .tab-btn:hover:not(.active) { color: var(--verde-oscuro); }\r\n\r\n  \/* \u2500\u2500\u2500 FORM SECTIONS \u2500\u2500\u2500 *\/\r\n  .form-section { display: none; }\r\n  .form-section.visible { display: block; }\r\n\r\n  .form-row {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    gap: 24px;\r\n    margin-bottom: 24px;\r\n  }\r\n  .form-row.full { grid-template-columns: 1fr; }\r\n\r\n  .field-group { display: flex; flex-direction: column; gap: 8px; }\r\n  .field-group label {\r\n    font-size: 13px;\r\n    font-weight: 600;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.5px;\r\n    color: #666;\r\n  }\r\n\r\n  select, input[type=\"number\"], input[type=\"text\"] {\r\n    font-family: var(--font);\r\n    font-size: 16px;\r\n    color: var(--verde-profundo);\r\n    background: #fff;\r\n    border: 0 0 1px 0;\r\n    border-bottom: 1.5px solid var(--verde-profundo);\r\n    padding: 10px 4px;\r\n    width: 100%;\r\n    outline: none;\r\n    border-radius: 0;\r\n    appearance: none;\r\n    -webkit-appearance: none;\r\n    transition: border-color 0.2s;\r\n  }\r\n  select {\r\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23042C0D' stroke-width='1.5' fill='none'\/%3E%3C\/svg%3E\");\r\n    background-repeat: no-repeat;\r\n    background-position: right 8px center;\r\n    padding-right: 32px;\r\n    cursor: pointer;\r\n  }\r\n  select:focus, input:focus {\r\n    border-bottom-color: var(--amarillo);\r\n    outline: none;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 SLIDER \u2500\u2500\u2500 *\/\r\n  .slider-wrapper { display: flex; flex-direction: column; gap: 6px; }\r\n  .slider-header {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: baseline;\r\n  }\r\n  .slider-header label {\r\n    font-size: 13px;\r\n    font-weight: 600;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.5px;\r\n    color: #666;\r\n  }\r\n  .slider-val {\r\n    font-family: var(--font-condensed);\r\n    font-size: 18px;\r\n    font-weight: 700;\r\n    color: var(--verde-oscuro);\r\n  }\r\n  input[type=\"range\"] {\r\n    -webkit-appearance: none;\r\n    appearance: none;\r\n    width: 100%;\r\n    height: 4px;\r\n    background: var(--gris-borde);\r\n    border-radius: 2px;\r\n    outline: none;\r\n    cursor: pointer;\r\n    border: none;\r\n    padding: 0;\r\n  }\r\n  input[type=\"range\"]::-webkit-slider-thumb {\r\n    -webkit-appearance: none;\r\n    width: 20px;\r\n    height: 20px;\r\n    border-radius: 50%;\r\n    background: var(--amarillo);\r\n    border: 2px solid var(--verde-oscuro);\r\n    cursor: pointer;\r\n    transition: transform 0.1s;\r\n  }\r\n  input[type=\"range\"]::-webkit-slider-thumb:hover { transform: scale(1.15); }\r\n  input[type=\"range\"]::-moz-range-thumb {\r\n    width: 20px;\r\n    height: 20px;\r\n    border-radius: 50%;\r\n    background: var(--amarillo);\r\n    border: 2px solid var(--verde-oscuro);\r\n    cursor: pointer;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 RESULTADO \u2500\u2500\u2500 *\/\r\n  .resultado-box {\r\n    background: var(--verde-oscuro);\r\n    color: #fff;\r\n    border-radius: 10px;\r\n    padding: 28px 32px;\r\n    margin: 36px 0 32px;\r\n  }\r\n  .resultado-box .resultado-titulo {\r\n    font-family: var(--font-condensed);\r\n    font-size: 13px;\r\n    font-weight: 600;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.8px;\r\n    color: var(--amarillo);\r\n    margin-bottom: 14px;\r\n  }\r\n  .resultado-box .resultado-texto {\r\n    font-size: 16px;\r\n    line-height: 1.8;\r\n    color: rgba(255,255,255,0.9);\r\n  }\r\n  .resultado-box .resultado-texto strong { color: #fff; }\r\n  .resultado-box .resultado-nota {\r\n    font-size: 12px;\r\n    color: rgba(255,255,255,0.45);\r\n    margin-top: 10px;\r\n    line-height: 1.5;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 INFO BOX \u2500\u2500\u2500 *\/\r\n  .info-box {\r\n    background: #fffbdc;\r\n    border-left: 4px solid var(--amarillo);\r\n    border-radius: 0 6px 6px 0;\r\n    padding: 16px 20px;\r\n    margin-bottom: 24px;\r\n    font-size: 14px;\r\n    line-height: 1.6;\r\n    color: #555;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 BOTONES \u2500\u2500\u2500 *\/\r\n  .cta-row {\r\n    display: flex;\r\n    gap: 16px;\r\n    flex-wrap: wrap;\r\n    align-items: center;\r\n  }\r\n  .btn-wa {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n    background: var(--amarillo);\r\n    color: #000;\r\n    font-family: var(--font);\r\n    font-size: 15px;\r\n    font-weight: 700;\r\n    text-decoration: none;\r\n    padding: 14px 28px;\r\n    border-radius: 4px;\r\n    border: none;\r\n    cursor: pointer;\r\n    transition: opacity 0.2s, transform 0.1s;\r\n  }\r\n  .btn-wa:hover { opacity: 0.85; transform: translateY(-1px); }\r\n  .btn-wa svg { flex-shrink: 0; }\r\n\r\n  .btn-secondary {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 8px;\r\n    background: none;\r\n    color: var(--verde-oscuro);\r\n    font-family: var(--font);\r\n    font-size: 14px;\r\n    font-weight: 600;\r\n    text-decoration: none;\r\n    padding: 14px 20px;\r\n    border-radius: 4px;\r\n    border: 1.5px solid var(--verde-oscuro);\r\n    cursor: pointer;\r\n    transition: background 0.2s;\r\n  }\r\n  .btn-secondary:hover { background: var(--gris-fondo); }\r\n\r\n  \/* \u2500\u2500\u2500 DISCLAIMER \u2500\u2500\u2500 *\/\r\n  .disclaimer {\r\n    margin-top: 48px;\r\n    padding-top: 24px;\r\n    border-top: 1px solid var(--gris-borde);\r\n    font-size: 12px;\r\n    color: #aaa;\r\n    line-height: 1.6;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 FOOTER \u2500\u2500\u2500 *\/\r\n  .sim-footer {\r\n    background: var(--amarillo);\r\n    padding: 20px 5%;\r\n    text-align: center;\r\n    font-family: var(--font-condensed);\r\n    font-size: 13px;\r\n    font-weight: 600;\r\n    color: rgba(0,0,0,0.6);\r\n  }\r\n  .sim-footer a { color: #000; }\r\n\r\n  \/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500 *\/\r\n  @media (max-width: 640px) {\r\n    .sim-hero h1 { font-size: 36px; }\r\n    .stats-grid { grid-template-columns: 1fr; gap: 12px; }\r\n    .form-row { grid-template-columns: 1fr; }\r\n    .modalidad-tabs { overflow-x: auto; }\r\n    .tab-btn { font-size: 14px; padding: 10px 16px; }\r\n    .resultado-box { padding: 20px; }\r\n    .cta-row { flex-direction: column; }\r\n    .btn-wa, .btn-secondary { width: 100%; justify-content: center; }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<header class=\"sim-header\">\r\n  <span class=\"logo-text\">El Grillo<\/span>\r\n  <a href=\"https:\/\/acopladoselgrillo.com\/financiacion\/\" class=\"back-link\">\u2190 Volver a financiaci\u00f3n<\/a>\r\n<\/header>\r\n\r\n<div class=\"sim-hero\">\r\n  <h1>Simulador de Financiaci\u00f3n<\/h1>\r\n  <p>Calcul\u00e1 una estimaci\u00f3n de tu cuota o las toneladas necesarias seg\u00fan tu modalidad. Los valores exactos los confirma el equipo de ventas.<\/p>\r\n<\/div>\r\n\r\n<main class=\"sim-main\">\r\n\r\n  <!-- STATS -->\r\n  <div class=\"stats-grid\">\r\n    <div class=\"stat-card\">\r\n      <div class=\"stat-label\">Valor del equipo<\/div>\r\n      <div class=\"stat-value\" id=\"stat-precio\">$30.000.000<\/div>\r\n    <\/div>\r\n    <div class=\"stat-card\">\r\n      <div class=\"stat-label\">Cuota \/ Entrega estimada<\/div>\r\n      <div class=\"stat-value\" id=\"stat-cuota\">\u2014<\/div>\r\n    <\/div>\r\n    <div class=\"stat-card\">\r\n      <div class=\"stat-label\">Total estimado<\/div>\r\n      <div class=\"stat-value\" id=\"stat-total\">\u2014<\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- TABS -->\r\n  <div class=\"modalidad-tabs\" role=\"tablist\">\r\n    <button class=\"tab-btn active\" data-tab=\"bna\" role=\"tab\" aria-selected=\"true\">BNA 48 cuotas<\/button>\r\n    <button class=\"tab-btn\" data-tab=\"canje\" role=\"tab\" aria-selected=\"false\">Canje Cereal<\/button>\r\n    <button class=\"tab-btn\" data-tab=\"propio\" role=\"tab\" aria-selected=\"false\">Plan propio<\/button>\r\n  <\/div>\r\n\r\n  <!-- ANTICIPO (com\u00fan a todos) -->\r\n  <div class=\"form-row\" style=\"margin-bottom:32px;\">\r\n    <div class=\"field-group\">\r\n      <label>Equipo<\/label>\r\n      <select id=\"equipo\">\r\n        <option value=\"30000000\">Tolva autodescargable nueva (~$30M)<\/option>\r\n        <option value=\"18000000\">Acoplado rural nuevo (~$18M)<\/option>\r\n        <option value=\"45000000\">Semirremolque nuevo (~$45M)<\/option>\r\n        <option value=\"12000000\">Equipo usado (~$12M)<\/option>\r\n        <option value=\"custom\">Ingresar valor manualmente<\/option>\r\n      <\/select>\r\n    <\/div>\r\n    <div class=\"field-group\" id=\"custom-field\" style=\"display:none;\">\r\n      <label>Valor del equipo ($)<\/label>\r\n      <input type=\"number\" id=\"precio-custom\" placeholder=\"Ej: 25000000\" min=\"0\">\r\n    <\/div>\r\n    <div class=\"field-group\" id=\"anticipo-wrapper\">\r\n      <div class=\"slider-wrapper\">\r\n        <div class=\"slider-header\">\r\n          <label>Anticipo<\/label>\r\n          <span class=\"slider-val\" id=\"anticipo-out\">20%<\/span>\r\n        <\/div>\r\n        <input type=\"range\" id=\"anticipo\" min=\"0\" max=\"60\" value=\"20\" step=\"5\">\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- TAB BNA -->\r\n  <div class=\"form-section visible\" id=\"tab-bna\">\r\n    <div class=\"form-row\">\r\n      <div class=\"slider-wrapper\">\r\n        <div class=\"slider-header\">\r\n          <label>Plazo<\/label>\r\n          <span class=\"slider-val\" id=\"plazo-out\">48 cuotas<\/span>\r\n        <\/div>\r\n        <input type=\"range\" id=\"plazo\" min=\"12\" max=\"48\" value=\"48\" step=\"12\">\r\n      <\/div>\r\n      <div class=\"slider-wrapper\">\r\n        <div class=\"slider-header\">\r\n          <label>Tasa mensual estimada<\/label>\r\n          <span class=\"slider-val\" id=\"tasa-out\">4.5%<\/span>\r\n        <\/div>\r\n        <input type=\"range\" id=\"tasa\" min=\"2\" max=\"10\" value=\"4.5\" step=\"0.5\">\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"info-box\">\r\n      Con BNA Conecta, El Grillo ofrece financiamiento en <strong>48 cuotas fijas en pesos<\/strong> con condiciones bonificadas para PyMEs. La tasa vigente la confirma el banco al momento de la operaci\u00f3n.\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- TAB CANJE -->\r\n  <div class=\"form-section\" id=\"tab-canje\">\r\n    <div class=\"form-row\">\r\n      <div class=\"field-group\">\r\n        <label>Cereal<\/label>\r\n        <select id=\"cereal\">\r\n          <option value=\"soja\">Soja<\/option>\r\n          <option value=\"maiz\">Ma\u00edz<\/option>\r\n          <option value=\"trigo\">Trigo<\/option>\r\n        <\/select>\r\n      <\/div>\r\n      <div class=\"field-group\">\r\n        <label>Precio por tonelada ($)<\/label>\r\n        <input type=\"number\" id=\"precio-tn\" value=\"350000\" min=\"1\">\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"info-box\">\r\n      Pod\u00e9s pagar la totalidad o parte del equipo con granos. <strong>Las toneladas se congelan al momento del cierre<\/strong>, independientemente del precio futuro del cereal. El pago se distribuye en tres campa\u00f1as: 2025, 2026 y 2027. Incluye reintegro total del IVA desde el inicio.\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- TAB PROPIO -->\r\n  <div class=\"form-section\" id=\"tab-propio\">\r\n    <div class=\"form-row\">\r\n      <div class=\"slider-wrapper\">\r\n        <div class=\"slider-header\">\r\n          <label>Plazo<\/label>\r\n          <span class=\"slider-val\" id=\"plazo-propio-out\">12 cuotas<\/span>\r\n        <\/div>\r\n        <input type=\"range\" id=\"plazo-propio\" min=\"3\" max=\"24\" value=\"12\" step=\"3\">\r\n      <\/div>\r\n      <div class=\"slider-wrapper\">\r\n        <div class=\"slider-header\">\r\n          <label>Tasa mensual<\/label>\r\n          <span class=\"slider-val\" id=\"tasa-propio-out\">5.0%<\/span>\r\n        <\/div>\r\n        <input type=\"range\" id=\"tasa-propio\" min=\"3\" max=\"12\" value=\"5\" step=\"0.5\">\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"info-box\">\r\n      El Grillo tambi\u00e9n trabaja con <strong>financiaci\u00f3n propia, pago con cheques y cr\u00e9ditos con tasa preferencial<\/strong>. Las condiciones exactas se coordinan directamente con el equipo de ventas seg\u00fan cada caso.\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- RESULTADO -->\r\n  <div class=\"resultado-box\">\r\n    <div class=\"resultado-titulo\">Estimaci\u00f3n<\/div>\r\n    <div class=\"resultado-texto\" id=\"resultado-texto\">Complet\u00e1 los campos para ver la estimaci\u00f3n.<\/div>\r\n    <div class=\"resultado-nota\" id=\"resultado-nota\"><\/div>\r\n  <\/div>\r\n\r\n  <!-- CTAs -->\r\n  <div class=\"cta-row\">\r\n    <a href=\"https:\/\/wa.me\/5492478500262?text=Hola%2C%20Leo.%20Quiero%20consultar%20sobre%20financiaci%C3%B3n\" target=\"_blank\" class=\"btn-wa\">\r\n      <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/><\/svg>\r\n      Consultar a un asesor\r\n    <\/a>\r\n    <a href=\"https:\/\/acopladoselgrillo.com\/contacto\/\" target=\"_blank\" class=\"btn-secondary\">\r\n      Contactar por mail\r\n    <\/a>\r\n  <\/div>\r\n\r\n  <div class=\"disclaimer\">\r\n    <strong>Aclaraci\u00f3n importante:<\/strong> Este simulador es \u00fanicamente orientativo. Los valores calculados son estimaciones basadas en los par\u00e1metros ingresados y no constituyen una oferta o compromiso financiero. Las condiciones reales dependen de la aprobaci\u00f3n crediticia, tasas vigentes al momento de la operaci\u00f3n, y las pol\u00edticas espec\u00edficas de cada instituci\u00f3n bancaria o del plan propio de El Grillo. Para obtener una cotizaci\u00f3n real, contactate con nuestros asesores.\r\n  <\/div>\r\n<\/main>\r\n\r\n<footer class=\"sim-footer\">\r\n  \u00a9 2026 El Grillo \u2013 Industrias Metal\u00fargicas Todd S.A. &nbsp;|&nbsp;\r\n  <a href=\"https:\/\/acopladoselgrillo.com\">acopladoselgrillo.com<\/a>\r\n<\/footer>\r\n\r\n<script>\r\n  function fmt(n) {\r\n    return '$' + Math.round(n).toLocaleString('es-AR');\r\n  }\r\n\r\n  function getPrecio() {\r\n    const eq = document.getElementById('equipo').value;\r\n    if (eq === 'custom') {\r\n      return parseFloat(document.getElementById('precio-custom').value) || 0;\r\n    }\r\n    return parseFloat(eq);\r\n  }\r\n\r\n  function getAnticipo() {\r\n    return parseFloat(document.getElementById('anticipo').value) \/ 100;\r\n  }\r\n\r\n  function getTab() {\r\n    const active = document.querySelector('.tab-btn.active');\r\n    return active ? active.dataset.tab : 'bna';\r\n  }\r\n\r\n  function calcular() {\r\n    const precio = getPrecio();\r\n    const anticipo = getAnticipo();\r\n    const tab = getTab();\r\n    const anticDinero = precio * anticipo;\r\n    const monto = precio - anticDinero;\r\n\r\n    document.getElementById('anticipo-out').textContent = (anticipo * 100).toFixed(0) + '%';\r\n    document.getElementById('stat-precio').textContent = fmt(precio);\r\n\r\n    let cuotaText = '\u2014', totalText = '\u2014', texto = '', nota = '';\r\n\r\n    if (!precio || precio <= 0) {\r\n      document.getElementById('resultado-texto').textContent = 'Ingres\u00e1 un valor de equipo v\u00e1lido.';\r\n      document.getElementById('resultado-nota').textContent = '';\r\n      document.getElementById('stat-cuota').textContent = '\u2014';\r\n      document.getElementById('stat-total').textContent = '\u2014';\r\n      return;\r\n    }\r\n\r\n    if (tab === 'bna') {\r\n      const plazo = parseInt(document.getElementById('plazo').value);\r\n      const tasa = parseFloat(document.getElementById('tasa').value) \/ 100;\r\n      document.getElementById('plazo-out').textContent = plazo + ' cuotas';\r\n      document.getElementById('tasa-out').textContent = (tasa * 100).toFixed(1) + '%';\r\n\r\n      let cuota;\r\n      if (tasa === 0) { cuota = monto \/ plazo; }\r\n      else { cuota = monto * (tasa * Math.pow(1 + tasa, plazo)) \/ (Math.pow(1 + tasa, plazo) - 1); }\r\n\r\n      const total = cuota * plazo + anticDinero;\r\n      cuotaText = fmt(cuota);\r\n      totalText = fmt(total);\r\n      texto = `Anticipo: <strong>${fmt(anticDinero)}<\/strong> \u00b7 Saldo a financiar: <strong>${fmt(monto)}<\/strong><br>` +\r\n              `${plazo} cuotas fijas de <strong>${fmt(cuota)}<\/strong> \u00b7 Total estimado: <strong>${fmt(total)}<\/strong>`;\r\n      nota = `Tasa mensual utilizada: ${(tasa * 100).toFixed(1)}%. La tasa real la confirma BNA al momento de la operaci\u00f3n.`;\r\n\r\n    } else if (tab === 'canje') {\r\n      const ptn = parseFloat(document.getElementById('precio-tn').value) || 1;\r\n      const cereal = document.getElementById('cereal').options[document.getElementById('cereal').selectedIndex].text;\r\n      const tns = monto \/ ptn;\r\n      const tnsPorCampana = tns \/ 3;\r\n      cuotaText = Math.round(tnsPorCampana).toLocaleString('es-AR') + ' tn\/campa\u00f1a';\r\n      totalText = Math.round(tns).toLocaleString('es-AR') + ' tn';\r\n      texto = `Anticipo: <strong>${fmt(anticDinero)}<\/strong> \u00b7 Saldo en granos: <strong>${fmt(monto)}<\/strong><br>` +\r\n              `<strong>${Math.round(tns).toLocaleString('es-AR')} toneladas<\/strong> de ${cereal} al precio ingresado<br>` +\r\n              `Distribuidas en 3 campa\u00f1as: ~<strong>${Math.round(tnsPorCampana).toLocaleString('es-AR')} tn<\/strong> por a\u00f1o (2025 \u00b7 2026 \u00b7 2027)`;\r\n      nota = `Precio por tonelada ingresado: ${fmt(ptn)}. Las toneladas se congelan al cierre de la operaci\u00f3n independientemente de las variaciones futuras del mercado.`;\r\n\r\n    } else {\r\n      const plazo = parseInt(document.getElementById('plazo-propio').value);\r\n      const tasa = parseFloat(document.getElementById('tasa-propio').value) \/ 100;\r\n      document.getElementById('plazo-propio-out').textContent = plazo + ' cuotas';\r\n      document.getElementById('tasa-propio-out').textContent = (tasa * 100).toFixed(1) + '%';\r\n\r\n      let cuota;\r\n      if (tasa === 0) { cuota = monto \/ plazo; }\r\n      else { cuota = monto * (tasa * Math.pow(1 + tasa, plazo)) \/ (Math.pow(1 + tasa, plazo) - 1); }\r\n\r\n      const total = cuota * plazo + anticDinero;\r\n      cuotaText = fmt(cuota);\r\n      totalText = fmt(total);\r\n      texto = `Anticipo: <strong>${fmt(anticDinero)}<\/strong> \u00b7 Saldo a financiar: <strong>${fmt(monto)}<\/strong><br>` +\r\n              `${plazo} cuotas de <strong>${fmt(cuota)}<\/strong> \u00b7 Total estimado: <strong>${fmt(total)}<\/strong>`;\r\n      nota = `Las condiciones exactas del plan propio se coordinan con el equipo de ventas de El Grillo.`;\r\n    }\r\n\r\n    document.getElementById('stat-cuota').textContent = cuotaText;\r\n    document.getElementById('stat-total').textContent = totalText;\r\n    document.getElementById('resultado-texto').innerHTML = texto;\r\n    document.getElementById('resultado-nota').textContent = nota;\r\n  }\r\n\r\n  \/\/ Tabs\r\n  document.querySelectorAll('.tab-btn').forEach(btn => {\r\n    btn.addEventListener('click', () => {\r\n      document.querySelectorAll('.tab-btn').forEach(b => { b.classList.remove('active'); b.setAttribute('aria-selected','false'); });\r\n      document.querySelectorAll('.form-section').forEach(s => s.classList.remove('visible'));\r\n      btn.classList.add('active');\r\n      btn.setAttribute('aria-selected','true');\r\n      document.getElementById('tab-' + btn.dataset.tab).classList.add('visible');\r\n      calcular();\r\n    });\r\n  });\r\n\r\n  \/\/ Equipo select\r\n  document.getElementById('equipo').addEventListener('change', function() {\r\n    const cf = document.getElementById('custom-field');\r\n    const aw = document.getElementById('anticipo-wrapper');\r\n    if (this.value === 'custom') {\r\n      cf.style.display = 'flex';\r\n      aw.style.gridColumn = '1 \/ -1';\r\n    } else {\r\n      cf.style.display = 'none';\r\n      aw.style.gridColumn = '';\r\n    }\r\n    calcular();\r\n  });\r\n\r\n  \/\/ All inputs\r\n  ['precio-custom','anticipo','plazo','tasa','plazo-propio','tasa-propio','cereal','precio-tn'].forEach(id => {\r\n    const el = document.getElementById(id);\r\n    if (el) el.addEventListener('input', calcular);\r\n    if (el) el.addEventListener('change', calcular);\r\n  });\r\n\r\n  calcular();\r\n<\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Simulador de Financiaci\u00f3n \u2014 El Grillo El Grillo \u2190 Volver a financiaci\u00f3n Simulador de Financiaci\u00f3n Calcul\u00e1 una estimaci\u00f3n de tu cuota o las toneladas necesarias seg\u00fan tu modalidad. Los valores exactos los confirma el equipo de ventas. Valor del equipo $30.000.000 Cuota \/ Entrega estimada \u2014 Total estimado \u2014 BNA 48 cuotas Canje Cereal Plan [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-11426","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>El Grillo Ejemplo - onGlobal Argentina | Turn Your Commerce ON<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.onglobal.io\/ar\/el-grillo-ejemplo\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"El Grillo Ejemplo - onGlobal Argentina | Turn Your Commerce ON\" \/>\n<meta property=\"og:description\" content=\"Simulador de Financiaci\u00f3n \u2014 El Grillo El Grillo \u2190 Volver a financiaci\u00f3n Simulador de Financiaci\u00f3n Calcul\u00e1 una estimaci\u00f3n de tu cuota o las toneladas necesarias seg\u00fan tu modalidad. Los valores exactos los confirma el equipo de ventas. Valor del equipo $30.000.000 Cuota \/ Entrega estimada \u2014 Total estimado \u2014 BNA 48 cuotas Canje Cereal Plan [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.onglobal.io\/ar\/el-grillo-ejemplo\/\" \/>\n<meta property=\"og:site_name\" content=\"onGlobal Argentina | Turn Your Commerce ON\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-17T23:19:43+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.onglobal.io\\\/ar\\\/el-grillo-ejemplo\\\/\",\"url\":\"https:\\\/\\\/www.onglobal.io\\\/ar\\\/el-grillo-ejemplo\\\/\",\"name\":\"El Grillo Ejemplo - onGlobal Argentina | Turn Your Commerce ON\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.onglobal.io\\\/ar\\\/#website\"},\"datePublished\":\"2026-06-17T23:17:59+00:00\",\"dateModified\":\"2026-06-17T23:19:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.onglobal.io\\\/ar\\\/el-grillo-ejemplo\\\/#breadcrumb\"},\"inLanguage\":\"es-AR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.onglobal.io\\\/ar\\\/el-grillo-ejemplo\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.onglobal.io\\\/ar\\\/el-grillo-ejemplo\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.onglobal.io\\\/ar\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"El Grillo Ejemplo\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.onglobal.io\\\/ar\\\/#website\",\"url\":\"https:\\\/\\\/www.onglobal.io\\\/ar\\\/\",\"name\":\"onGlobal Argentina | Turn Your Commerce ON\",\"description\":\"Creamos soluciones de comercio electr\u00f3nico con tecnolog\u00edas abiertas y seguras, integradas a tu negocio y listas para evolucionar.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.onglobal.io\\\/ar\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.onglobal.io\\\/ar\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es-AR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.onglobal.io\\\/ar\\\/#organization\",\"name\":\"onGlobal Argentina | Turn Your Commerce ON\",\"url\":\"https:\\\/\\\/www.onglobal.io\\\/ar\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es-AR\",\"@id\":\"https:\\\/\\\/www.onglobal.io\\\/ar\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.onglobal.io\\\/ar\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2025\\\/06\\\/OnGlobal_logo3.svg\",\"contentUrl\":\"https:\\\/\\\/www.onglobal.io\\\/ar\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2025\\\/06\\\/OnGlobal_logo3.svg\",\"caption\":\"onGlobal Argentina | Turn Your Commerce ON\"},\"image\":{\"@id\":\"https:\\\/\\\/www.onglobal.io\\\/ar\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"El Grillo Ejemplo - onGlobal Argentina | Turn Your Commerce ON","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.onglobal.io\/ar\/el-grillo-ejemplo\/","og_locale":"es_ES","og_type":"article","og_title":"El Grillo Ejemplo - onGlobal Argentina | Turn Your Commerce ON","og_description":"Simulador de Financiaci\u00f3n \u2014 El Grillo El Grillo \u2190 Volver a financiaci\u00f3n Simulador de Financiaci\u00f3n Calcul\u00e1 una estimaci\u00f3n de tu cuota o las toneladas necesarias seg\u00fan tu modalidad. Los valores exactos los confirma el equipo de ventas. Valor del equipo $30.000.000 Cuota \/ Entrega estimada \u2014 Total estimado \u2014 BNA 48 cuotas Canje Cereal Plan [&hellip;]","og_url":"https:\/\/www.onglobal.io\/ar\/el-grillo-ejemplo\/","og_site_name":"onGlobal Argentina | Turn Your Commerce ON","article_modified_time":"2026-06-17T23:19:43+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.onglobal.io\/ar\/el-grillo-ejemplo\/","url":"https:\/\/www.onglobal.io\/ar\/el-grillo-ejemplo\/","name":"El Grillo Ejemplo - onGlobal Argentina | Turn Your Commerce ON","isPartOf":{"@id":"https:\/\/www.onglobal.io\/ar\/#website"},"datePublished":"2026-06-17T23:17:59+00:00","dateModified":"2026-06-17T23:19:43+00:00","breadcrumb":{"@id":"https:\/\/www.onglobal.io\/ar\/el-grillo-ejemplo\/#breadcrumb"},"inLanguage":"es-AR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.onglobal.io\/ar\/el-grillo-ejemplo\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.onglobal.io\/ar\/el-grillo-ejemplo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.onglobal.io\/ar\/"},{"@type":"ListItem","position":2,"name":"El Grillo Ejemplo"}]},{"@type":"WebSite","@id":"https:\/\/www.onglobal.io\/ar\/#website","url":"https:\/\/www.onglobal.io\/ar\/","name":"onGlobal Argentina | Turn Your Commerce ON","description":"Creamos soluciones de comercio electr\u00f3nico con tecnolog\u00edas abiertas y seguras, integradas a tu negocio y listas para evolucionar.","publisher":{"@id":"https:\/\/www.onglobal.io\/ar\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.onglobal.io\/ar\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es-AR"},{"@type":"Organization","@id":"https:\/\/www.onglobal.io\/ar\/#organization","name":"onGlobal Argentina | Turn Your Commerce ON","url":"https:\/\/www.onglobal.io\/ar\/","logo":{"@type":"ImageObject","inLanguage":"es-AR","@id":"https:\/\/www.onglobal.io\/ar\/#\/schema\/logo\/image\/","url":"https:\/\/www.onglobal.io\/ar\/wp-content\/uploads\/sites\/6\/2025\/06\/OnGlobal_logo3.svg","contentUrl":"https:\/\/www.onglobal.io\/ar\/wp-content\/uploads\/sites\/6\/2025\/06\/OnGlobal_logo3.svg","caption":"onGlobal Argentina | Turn Your Commerce ON"},"image":{"@id":"https:\/\/www.onglobal.io\/ar\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.onglobal.io\/ar\/wp-json\/wp\/v2\/pages\/11426","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.onglobal.io\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.onglobal.io\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.onglobal.io\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.onglobal.io\/ar\/wp-json\/wp\/v2\/comments?post=11426"}],"version-history":[{"count":7,"href":"https:\/\/www.onglobal.io\/ar\/wp-json\/wp\/v2\/pages\/11426\/revisions"}],"predecessor-version":[{"id":11434,"href":"https:\/\/www.onglobal.io\/ar\/wp-json\/wp\/v2\/pages\/11426\/revisions\/11434"}],"wp:attachment":[{"href":"https:\/\/www.onglobal.io\/ar\/wp-json\/wp\/v2\/media?parent=11426"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}