{"campaignId":"6a5db97e1943f5182a778588","campaignVersionId":"6a60d88e48e21a19f8d65f4a","companyId":"6975980ad3e85ad156fa2c41","pageId":"6a5db97e1943f5182a778597","pageName":"Start","pageSlug":"page_l28yy7","tag":"interaction","components":[{"_id":"6a5db97e1943f5182a7785e8","type":"component","isTemplate":false,"name":"embed","content":{"body":"&lt;!DOCTYPE html&gt;\n&lt;html lang=&quot;es&quot;&gt;\n&lt;head&gt;\n  &lt;meta charset=&quot;UTF-8&quot;&gt;\n  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;\n\n  &lt;title&gt;Peruzzi Mitsubishi – Ofertas y Opciones de Crédito&lt;/title&gt;\n\n  &lt;link\n    href=&quot;https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&amp;display=swap&quot;\n    rel=&quot;stylesheet&quot;\n  &gt;\n\n  &lt;style&gt;\n    *,\n    *::before,\n    *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    :root {\n      --mitsubishi-red: #ed1c24;\n      --mitsubishi-red-bright: #ff3038;\n      --white: #ffffff;\n      --white-soft: rgba(255, 255, 255, 0.82);\n      --white-muted: rgba(255, 255, 255, 0.55);\n    }\n\n    html,\n    body {\n      width: 100%;\n      margin: 0;\n      padding: 0;\n      background: #000000;\n    }\n\n    body {\n      font-family: &quot;Roboto&quot;, sans-serif;\n      color: var(--white);\n      overflow-x: hidden;\n    }\n\n    .mitsubishi-hero {\n      position: relative;\n      width: 100%;\n      padding: 26px 20px 0;\n      overflow: hidden;\n      text-align: center;\n      background: #000000;\n    }\n\n    .mitsubishi-content {\n      width: 100%;\n      max-width: 1040px;\n      margin: 0 auto;\n    }\n\n    .dealer-label {\n      margin-bottom: 10px;\n      color: var(--white-muted);\n      font-size: 10px;\n      font-weight: 900;\n      letter-spacing: 4px;\n      text-transform: uppercase;\n    }\n\n    .step-label {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 7px;\n      min-height: 31px;\n      padding: 7px 14px;\n      margin-bottom: 18px;\n      border: 1px solid rgba(237, 28, 36, 0.52);\n      border-radius: 999px;\n      background: rgba(255, 255, 255, 0.035);\n      color: rgba(255, 255, 255, 0.84);\n      font-size: 10px;\n      font-weight: 900;\n      letter-spacing: 1.35px;\n      text-transform: uppercase;\n    }\n\n    .step-dot {\n      width: 7px;\n      height: 7px;\n      flex-shrink: 0;\n      border-radius: 50%;\n      background: var(--mitsubishi-red-bright);\n      box-shadow: 0 0 10px rgba(255, 48, 56, 0.75);\n      animation: pulseDot 1.5s ease-in-out infinite;\n    }\n\n    @keyframes pulseDot {\n      0%,\n      100% {\n        opacity: 1;\n        transform: scale(1);\n      }\n\n      50% {\n        opacity: 0.45;\n        transform: scale(0.8);\n      }\n    }\n\n    .hero-headline {\n      max-width: 870px;\n      margin: 0 auto 12px;\n      font-size: clamp(48px, 7.6vw, 86px);\n      font-weight: 900;\n      letter-spacing: -3.6px;\n      line-height: 0.88;\n      text-transform: uppercase;\n    }\n\n    .hero-headline span {\n      display: block;\n    }\n\n    .hero-headline .white {\n      color: #ffffff;\n    }\n\n    .hero-headline .red {\n      color: var(--mitsubishi-red-bright);\n    }\n\n    .credit-message {\n      max-width: 630px;\n      margin: 0 auto 20px;\n      color: #ffffff;\n      font-size: clamp(15px, 2.2vw, 19px);\n      font-weight: 900;\n      letter-spacing: 0.55px;\n      line-height: 1.35;\n      text-transform: uppercase;\n    }\n\n    .credit-message span {\n      display: block;\n      color: var(--mitsubishi-red-bright);\n    }\n\n    .benefits {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 9px;\n      width: 100%;\n      max-width: 740px;\n      margin: 0 auto;\n    }\n\n    .benefit {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      min-height: 48px;\n      padding: 10px 11px;\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 13px;\n      background: rgba(255, 255, 255, 0.04);\n      color: var(--white-soft);\n      font-size: 11px;\n      font-weight: 900;\n      letter-spacing: 0.3px;\n      line-height: 1.25;\n      text-align: left;\n      text-transform: uppercase;\n    }\n\n    .check-icon {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 20px;\n      height: 20px;\n      flex: 0 0 20px;\n      border: 1px solid rgba(237, 28, 36, 0.45);\n      border-radius: 50%;\n      background: rgba(237, 28, 36, 0.12);\n      color: var(--mitsubishi-red-bright);\n      font-size: 13px;\n      font-weight: 900;\n    }\n\n    .vehicle-wrap {\n      position: relative;\n      width: 100%;\n      max-width: 920px;\n      margin: 18px auto 0;\n      overflow: hidden;\n    }\n\n    .vehicle-img {\n      display: block;\n      width: min(92%, 790px);\n      height: auto;\n      margin: 0 auto;\n      filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.75));\n      animation: floatVehicle 5.8s ease-in-out infinite;\n    }\n\n    @keyframes floatVehicle {\n      0%,\n      100% {\n        transform: translateY(6px);\n      }\n\n      50% {\n        transform: translateY(0);\n      }\n    }\n\n    @media (max-width: 700px) {\n      .mitsubishi-hero {\n        padding: 21px 15px 0;\n      }\n\n      .dealer-label {\n        margin-bottom: 8px;\n        font-size: 9px;\n        letter-spacing: 3.2px;\n      }\n\n      .step-label {\n        min-height: 29px;\n        padding: 6px 11px;\n        margin-bottom: 15px;\n        font-size: 9px;\n        letter-spacing: 1px;\n      }\n\n      .hero-headline {\n        max-width: 430px;\n        margin-bottom: 11px;\n        font-size: clamp(41px, 13.3vw, 57px);\n        letter-spacing: -2.1px;\n        line-height: 0.9;\n      }\n\n      .credit-message {\n        max-width: 390px;\n        margin-bottom: 17px;\n        padding: 0 4px;\n        font-size: 14px;\n      }\n\n      .benefits {\n        grid-template-columns: 1fr;\n        gap: 7px;\n        max-width: 385px;\n      }\n\n      .benefit {\n        justify-content: flex-start;\n        min-height: 42px;\n        padding: 8px 12px;\n        border-radius: 11px;\n        font-size: 10.5px;\n      }\n\n      .vehicle-wrap {\n        margin-top: 14px;\n      }\n\n      .vehicle-img {\n        width: min(100%, 450px);\n      }\n    }\n\n    @media (max-width: 390px) {\n      .mitsubishi-hero {\n        padding-right: 12px;\n        padding-left: 12px;\n      }\n\n      .hero-headline {\n        font-size: 40px;\n      }\n\n      .credit-message {\n        font-size: 13px;\n      }\n\n      .vehicle-img {\n        width: 100%;\n      }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      .step-dot,\n      .vehicle-img {\n        animation: none;\n      }\n    }\n  &lt;/style&gt;\n&lt;/head&gt;\n\n&lt;body&gt;\n\n  &lt;section class=&quot;mitsubishi-hero&quot;&gt;\n\n    &lt;div class=&quot;mitsubishi-content&quot;&gt;\n\n      &lt;div class=&quot;dealer-label&quot;&gt;\n        Peruzzi Mitsubishi\n      &lt;/div&gt;\n\n      &lt;div class=&quot;step-label&quot;&gt;\n        &lt;span class=&quot;step-dot&quot;&gt;&lt;/span&gt;\n        Paso 1 de 4\n      &lt;/div&gt;\n\n      &lt;h1 class=&quot;hero-headline&quot;&gt;\n        &lt;span class=&quot;white&quot;&gt;Las Mejores&lt;/span&gt;\n        &lt;span class=&quot;red&quot;&gt;Ofertas&lt;/span&gt;\n        &lt;span class=&quot;white&quot;&gt;Mitsubishi&lt;/span&gt;\n      &lt;/h1&gt;\n\n      &lt;div class=&quot;credit-message&quot;&gt;\n        Opciones para diferentes\n        &lt;span&gt;situaciones de crédito&lt;/span&gt;\n      &lt;/div&gt;\n\n      &lt;div class=&quot;benefits&quot;&gt;\n\n        &lt;div class=&quot;benefit&quot;&gt;\n          &lt;span class=&quot;check-icon&quot;&gt;✓&lt;/span&gt;\n          &lt;span&gt;Ofertas disponibles este mes&lt;/span&gt;\n        &lt;/div&gt;\n\n        &lt;div class=&quot;benefit&quot;&gt;\n          &lt;span class=&quot;check-icon&quot;&gt;✓&lt;/span&gt;\n          &lt;span&gt;Programa para ayudar a construir crédito&lt;/span&gt;\n        &lt;/div&gt;\n\n        &lt;div class=&quot;benefit&quot;&gt;\n          &lt;span class=&quot;check-icon&quot;&gt;✓&lt;/span&gt;\n          &lt;span&gt;Atención en español&lt;/span&gt;\n        &lt;/div&gt;\n\n      &lt;/div&gt;\n\n      &lt;div class=&quot;vehicle-wrap&quot;&gt;\n\n        &lt;img\n          class=&quot;vehicle-img&quot;\n          src=&quot;https://perspective.imgix.net/6a5dacffbbe0a7ff7f483fac.png?auto=format,compress&amp;w=1500&amp;dpr=2&quot;\n          alt=&quot;Mitsubishi Outlander nuevo disponible en Peruzzi Mitsubishi&quot;\n          loading=&quot;eager&quot;\n          fetchpriority=&quot;high&quot;\n        &gt;\n\n      &lt;/div&gt;\n\n    &lt;/div&gt;\n\n  &lt;/section&gt;\n\n&lt;/body&gt;\n&lt;/html&gt;","head":"","provider":"ai","box":{"left":"none","right":"none","top":"none","bottom":"none","backgroundColor":"#000000"},"framed":false},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"69f9a1b9fdde719c0f714fd6","campaignId":"6a5db97e1943f5182a778588","components":[],"allowedChildSections":[],"pageId":"6a5db97e1943f5182a778597","companyId":"6975980ad3e85ad156fa2c41","componentType":"embed","__v":0,"createdAt":"2026-07-20T06:00:31.140Z","updatedAt":"2026-07-22T14:41:04.895Z"},{"_id":"6a5db97e1943f5182a7785e1","type":"component","isTemplate":false,"name":"button","content":{"buttonType":"button","box":{"bottom":"large","top":"medium","right":"large","left":"large","backgroundColor":"#000000"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"linking":{"isInternal":true},"size":"small","align":"center","text":"Klick mich!","borderRadius":"minor","plainText":"DESBLOQUEAR OFERTA","clickId":"button_click_2uvk8p","animation":"jittery","backgroundColor":"#D02424","wysiwygHtml":"<p><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 16px;--fs-t: 16px;--fs-d: 16px;--lh-m: 1.5;--lh-t: 1.5;--lh-d: 1.5;--ls-m: normal;--ls-t: normal;--ls-d: normal;\"><strong class=\"fun-font-bold\">DESBLOQUEAR OFERTA</strong></span></p>"},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"6904b167f0184c1c0536c224","campaignId":"6a5db97e1943f5182a778588","components":[],"allowedChildSections":[],"pageId":"6a5db97e1943f5182a778597","companyId":"6975980ad3e85ad156fa2c41","componentType":"button","__v":0,"createdAt":"2026-07-20T06:00:31.086Z","updatedAt":"2026-07-20T06:02:13.857Z"},{"_id":"6a5db97e1943f5182a7785e4","type":"component","isTemplate":false,"name":"sliderImage","content":{"images":["https://perspective.imgix.net/6a5dacd87095915040f73f1d.jpg","https://perspective.imgix.net/6a5dae121943f5182a776387.webp","https://perspective.imgix.net/6a5dae0e4812327cfdc6fb47.webp","https://perspective.imgix.net/6a5dae243eb230c2dab13d89.webp","https://perspective.imgix.net/6a5dae183734ce08ca315d35.webp","https://perspective.imgix.net/6a5dae1f111f01e763e0e353.webp"],"size":"small","box":{"left":"none","right":"none","top":"none","bottom":"none","backgroundColor":"#000000"},"framed":false},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"6904b175f0184c1c0536c3e0","campaignId":"6a5db97e1943f5182a778588","components":[],"allowedChildSections":[],"pageId":"6a5db97e1943f5182a778597","companyId":"6975980ad3e85ad156fa2c41","componentType":"sliderImage","__v":0,"createdAt":"2026-07-20T06:00:31.113Z","updatedAt":"2026-07-20T06:00:31.113Z"},{"_id":"6a5db97e1943f5182a7785e9","type":"component","isTemplate":false,"name":"embed","content":{"body":"&lt;!DOCTYPE html&gt;\n&lt;html lang=&quot;es&quot;&gt;\n&lt;head&gt;\n&lt;meta charset=&quot;UTF-8&quot; /&gt;\n&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;\n\n&lt;title&gt;Reseñas de Peruzzi Mitsubishi&lt;/title&gt;\n\n&lt;link\n  href=&quot;https://fonts.googleapis.com/css2?family=Roboto:wght@300;700;900&amp;display=swap&quot;\n  rel=&quot;stylesheet&quot;\n/&gt;\n\n&lt;style&gt;\n* {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\nbody {\n  background: #000;\n  font-family: &#39;Roboto&#39;, sans-serif;\n  color: #fff;\n}\n\n.review-section {\n  padding: 44px 18px;\n  background: #000;\n  overflow: hidden;\n}\n\n.review-header {\n  text-align: center;\n  margin-bottom: 28px;\n}\n\n.review-header h2 {\n  font-size: clamp(30px, 5vw, 44px);\n  font-weight: 900;\n  line-height: 1.1;\n}\n\n.review-header h2 span {\n  color: #fbbc04;\n}\n\n.review-header p {\n  font-size: 15px;\n  font-weight: 300;\n  color: rgba(255,255,255,.62);\n  margin-top: 10px;\n}\n\n.google-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  margin-top: 18px;\n  background: #fff;\n  color: #111;\n  border-radius: 999px;\n  padding: 10px 18px;\n  box-shadow: 0 8px 26px rgba(0,0,0,.35);\n}\n\n.google-logo {\n  font-size: 15px;\n  font-weight: 900;\n  letter-spacing: -.5px;\n}\n\n.google-logo .g-blue { color: #4285f4; }\n.google-logo .g-red { color: #ea4335; }\n.google-logo .g-yellow { color: #fbbc04; }\n.google-logo .g-green { color: #34a853; }\n\n.rating-score {\n  font-size: 15px;\n  font-weight: 900;\n  color: #111;\n}\n\n.rating-stars {\n  color: #fbbc04;\n  font-size: 15px;\n  letter-spacing: 1px;\n  line-height: 1;\n}\n\n.rating-count {\n  font-size: 12px;\n  font-weight: 700;\n  color: rgba(0,0,0,.55);\n}\n\n.marquee-row {\n  overflow: hidden;\n  width: 100%;\n}\n\n.marquee-track {\n  display: flex;\n  gap: 14px;\n  width: max-content;\n  animation: scrollLeft 38s linear infinite;\n}\n\n.marquee-track:hover {\n  animation-play-state: paused;\n}\n\n.review-card {\n  flex-shrink: 0;\n  width: 275px;\n  min-height: 180px;\n  background: #fff;\n  color: #111;\n  border-radius: 18px;\n  padding: 18px;\n  border: 1px solid rgba(255,255,255,.1);\n  box-shadow:\n    0 10px 28px rgba(0,0,0,.45),\n    0 0 30px rgba(255,255,255,.04);\n}\n\n.card-top {\n  display: flex;\n  align-items: center;\n  gap: 11px;\n  margin-bottom: 10px;\n}\n\n.avatar {\n  width: 38px;\n  height: 38px;\n  border-radius: 50%;\n  background: #4285f4;\n  color: #fff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 900;\n  font-size: 13px;\n  flex-shrink: 0;\n}\n\n.reviewer-name {\n  font-size: 14px;\n  font-weight: 900;\n  color: #111;\n}\n\n.reviewer-meta {\n  font-size: 11px;\n  color: rgba(0,0,0,.55);\n  margin-top: 2px;\n}\n\n.google-mini {\n  margin-left: auto;\n  font-size: 13px;\n  font-weight: 900;\n}\n\n.google-mini .g-blue { color: #4285f4; }\n.google-mini .g-red { color: #ea4335; }\n.google-mini .g-yellow { color: #fbbc04; }\n.google-mini .g-green { color: #34a853; }\n\n.stars {\n  color: #fbbc04;\n  font-size: 14px;\n  letter-spacing: 1px;\n  margin-bottom: 10px;\n}\n\n.review-text {\n  font-size: 12.5px;\n  line-height: 1.55;\n  color: rgba(0,0,0,.72);\n  font-weight: 300;\n}\n\n@keyframes scrollLeft {\n  from {\n    transform: translateX(0);\n  }\n\n  to {\n    transform: translateX(-50%);\n  }\n}\n\n@media(max-width: 640px) {\n  .review-section {\n    padding: 40px 14px;\n  }\n\n  .review-card {\n    width: 245px;\n    min-height: 190px;\n  }\n\n  .google-badge {\n    flex-wrap: wrap;\n    justify-content: center;\n    border-radius: 18px;\n  }\n}\n&lt;/style&gt;\n&lt;/head&gt;\n\n&lt;body&gt;\n\n&lt;section class=&quot;review-section&quot;&gt;\n\n  &lt;div class=&quot;review-header&quot;&gt;\n    &lt;h2&gt;Reseñas Reales de &lt;span&gt;Google&lt;/span&gt;&lt;/h2&gt;\n\n    &lt;p&gt;\n      Descubre lo que los conductores locales dicen sobre\n      Peruzzi Mitsubishi.\n    &lt;/p&gt;\n\n    &lt;div class=&quot;google-badge&quot;&gt;\n\n      &lt;div class=&quot;google-logo&quot;&gt;\n        &lt;span class=&quot;g-blue&quot;&gt;G&lt;/span&gt;&lt;span class=&quot;g-red&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;g-yellow&quot;&gt;o&lt;/span&gt;&lt;span class=&quot;g-blue&quot;&gt;g&lt;/span&gt;&lt;span class=&quot;g-green&quot;&gt;l&lt;/span&gt;&lt;span class=&quot;g-red&quot;&gt;e&lt;/span&gt;\n      &lt;/div&gt;\n\n      &lt;span class=&quot;rating-score&quot;&gt;4.8&lt;/span&gt;\n\n      &lt;div class=&quot;rating-stars&quot;&gt;★★★★★&lt;/div&gt;\n\n      &lt;span class=&quot;rating-count&quot;&gt;Reseñas de Clientes&lt;/span&gt;\n\n    &lt;/div&gt;\n  &lt;/div&gt;\n\n  &lt;div class=&quot;marquee-row&quot;&gt;\n    &lt;div class=&quot;marquee-track&quot;&gt;\n\n      &lt;!-- Reseña 1 --&gt;\n      &lt;div class=&quot;review-card&quot;&gt;\n\n        &lt;div class=&quot;card-top&quot;&gt;\n\n          &lt;div class=&quot;avatar&quot;&gt;BB&lt;/div&gt;\n\n          &lt;div&gt;\n            &lt;div class=&quot;reviewer-name&quot;&gt;Beverly B.&lt;/div&gt;\n            &lt;div class=&quot;reviewer-meta&quot;&gt;Reseña de Google&lt;/div&gt;\n          &lt;/div&gt;\n\n          &lt;div class=&quot;google-mini&quot;&gt;\n            &lt;span class=&quot;g-blue&quot;&gt;G&lt;/span&gt;\n          &lt;/div&gt;\n\n        &lt;/div&gt;\n\n        &lt;div class=&quot;stars&quot;&gt;★★★★★&lt;/div&gt;\n\n        &lt;p class=&quot;review-text&quot;&gt;\n          &quot;Todos fueron muy amables y serviciales. Fred Widmann me explicó\n          todos los detalles de mi vehículo nuevo e hizo que mi experiencia\n          fuera muy fácil. Recomendaría este concesionario a cualquier persona\n          que esté buscando comprar un automóvil.&quot;\n        &lt;/p&gt;\n\n      &lt;/div&gt;\n\n      &lt;!-- Reseña 2 --&gt;\n      &lt;div class=&quot;review-card&quot;&gt;\n\n        &lt;div class=&quot;card-top&quot;&gt;\n\n          &lt;div class=&quot;avatar&quot;&gt;TC&lt;/div&gt;\n\n          &lt;div&gt;\n            &lt;div class=&quot;reviewer-name&quot;&gt;Toni C.&lt;/div&gt;\n            &lt;div class=&quot;reviewer-meta&quot;&gt;Reseña de Google&lt;/div&gt;\n          &lt;/div&gt;\n\n          &lt;div class=&quot;google-mini&quot;&gt;\n            &lt;span class=&quot;g-blue&quot;&gt;G&lt;/span&gt;\n          &lt;/div&gt;\n\n        &lt;/div&gt;\n\n        &lt;div class=&quot;stars&quot;&gt;★★★★★&lt;/div&gt;\n\n        &lt;p class=&quot;review-text&quot;&gt;\n          &quot;Tuve una excelente experiencia comprando mi vehículo nuevo.\n          Todo el proceso fue sencillo, profesional y sin estrés desde el\n          principio hasta el final. Tara y Tammy fueron amables, atentas\n          y respondieron todas mis preguntas sin ninguna presión.&quot;\n        &lt;/p&gt;\n\n      &lt;/div&gt;\n\n      &lt;!-- Reseña 3 --&gt;\n      &lt;div class=&quot;review-card&quot;&gt;\n\n        &lt;div class=&quot;card-top&quot;&gt;\n\n          &lt;div class=&quot;avatar&quot;&gt;CA&lt;/div&gt;\n\n          &lt;div&gt;\n            &lt;div class=&quot;reviewer-name&quot;&gt;Clementine A.&lt;/div&gt;\n            &lt;div class=&quot;reviewer-meta&quot;&gt;Reseña de Google&lt;/div&gt;\n          &lt;/div&gt;\n\n          &lt;div class=&quot;google-mini&quot;&gt;\n            &lt;span class=&quot;g-blue&quot;&gt;G&lt;/span&gt;\n          &lt;/div&gt;\n\n        &lt;/div&gt;\n\n        &lt;div class=&quot;stars&quot;&gt;★★★★★&lt;/div&gt;\n\n        &lt;p class=&quot;review-text&quot;&gt;\n          &quot;¡Qué experiencia tan maravillosa en Peruzzi Mitsubishi en\n          Fairless Hills, PA! Mi asesora Tara fue amable, profesional\n          y muy informada. Trabajó conmigo para encontrar el mejor vehículo\n          para mis necesidades e hizo que todo fuera agradable y sin estrés.&quot;\n        &lt;/p&gt;\n\n      &lt;/div&gt;\n\n      &lt;!-- Reseña 4 --&gt;\n      &lt;div class=&quot;review-card&quot;&gt;\n\n        &lt;div class=&quot;card-top&quot;&gt;\n\n          &lt;div class=&quot;avatar&quot;&gt;DM&lt;/div&gt;\n\n          &lt;div&gt;\n            &lt;div class=&quot;reviewer-name&quot;&gt;Dewayne M.&lt;/div&gt;\n            &lt;div class=&quot;reviewer-meta&quot;&gt;Reseña de Google&lt;/div&gt;\n          &lt;/div&gt;\n\n          &lt;div class=&quot;google-mini&quot;&gt;\n            &lt;span class=&quot;g-blue&quot;&gt;G&lt;/span&gt;\n          &lt;/div&gt;\n\n        &lt;/div&gt;\n\n        &lt;div class=&quot;stars&quot;&gt;★★★★★&lt;/div&gt;\n\n        &lt;p class=&quot;review-text&quot;&gt;\n          &quot;Peruzzi Mitsubishi me ayudó a encontrar un vehículo del que estoy\n          orgulloso. Hicieron que el proceso de financiamiento fuera muy fácil\n          y encontraron una opción que se ajustaba a mi presupuesto.\n          También programaron rápidamente mi primer servicio de mantenimiento.&quot;\n        &lt;/p&gt;\n\n      &lt;/div&gt;\n\n    &lt;/div&gt;\n  &lt;/div&gt;\n\n&lt;/section&gt;\n\n&lt;script&gt;\ndocument.querySelectorAll(&#39;.marquee-track&#39;).forEach(track =&gt; {\n  const cards = Array.from(track.children);\n\n  cards.forEach(card =&gt; {\n    const clone = card.cloneNode(true);\n    clone.setAttribute(&#39;aria-hidden&#39;, &#39;true&#39;);\n    track.appendChild(clone);\n  });\n});\n&lt;/script&gt;\n\n&lt;/body&gt;\n&lt;/html&gt;","head":"","provider":"ai","box":{"left":"none","right":"none","top":"none","bottom":"small","backgroundColor":"#000000"},"framed":false,"isGdprSensitive":false},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"69f9a1b9fdde719c0f714fd6","campaignId":"6a5db97e1943f5182a778588","components":[],"allowedChildSections":[],"pageId":"6a5db97e1943f5182a778597","companyId":"6975980ad3e85ad156fa2c41","componentType":"embed","__v":0,"createdAt":"2026-07-20T06:00:31.140Z","updatedAt":"2026-07-21T01:00:47.785Z"},{"_id":"6a5db97e1943f5182a7785af","type":"component","isTemplate":false,"name":"text","content":{"kind":[],"box":{"bottom":"none","top":"none","right":"xLarge","left":"xLarge","backgroundColor":"#000000"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"align":"center","size":"medium","text":"Das ist ein Text Block für deine Nachricht.","plainText":"PERUZZI® MITSUBISHI Nuestro negocio eres “TÚ”","wysiwygHtml":"<h3><a target=\"_blank\" rel=\"noopener noreferrer nofollow\" class=\"*:fun-underline underline *:underline\" href=\"https://www.peruzzinissan.com/\"><span style=\"color: rgb(237, 28, 36); --fs-m: 24px; --fs-t: 30px; --fs-d: 36px; --lh-m: 1.25; --lh-t: 1.2; --lh-d: 1.15; --ls-m: normal; --ls-t: -0.01em; --ls-d: -0.02em\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><strong class=\"fun-font-bold\"><strong class=\"fun-font-bold\">PERUZZI<span style=\"vertical-align:super;font-size:0.6em;\">®</span> MITSUBISHI</strong></strong></span></a></h3><h3><span style=\"color: #ffffff; --fs-m: 40px; --fs-t: 46px; --fs-d: 56px; --lh-m: 1.15; --lh-t: 1.15; --lh-d: 1.15; --ls-m: -0.02em; --ls-t: -0.02em; --ls-d: -0.02em\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><strong class=\"fun-font-bold\">Nuestro negocio eres “TÚ”</strong></span></h3>"},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"6904b163f0184c1c0536c1c4","campaignId":"6a5db97e1943f5182a778588","components":[],"allowedChildSections":[],"pageId":"6a5db97e1943f5182a778597","companyId":"6975980ad3e85ad156fa2c41","componentType":"text","__v":0,"createdAt":"2026-07-20T06:00:30.780Z","updatedAt":"2026-07-20T06:12:45.713Z"},{"_id":"6a5db97e1943f5182a7785ea","type":"component","isTemplate":false,"name":"embed","content":{"body":"&lt;!DOCTYPE html&gt;\n&lt;html lang=&quot;es&quot;&gt;\n&lt;head&gt;\n  &lt;meta charset=&quot;UTF-8&quot;&gt;\n  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;\n\n  &lt;title&gt;Visita Peruzzi Mitsubishi&lt;/title&gt;\n\n  &lt;link\n    href=&quot;https://fonts.googleapis.com/css2?family=Roboto:wght@300;700;900&amp;display=swap&quot;\n    rel=&quot;stylesheet&quot;\n  &gt;\n\n  &lt;style&gt;\n    *,\n    *::before,\n    *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    :root {\n      --mitsubishi-red: #ed1c24;\n      --mitsubishi-red-bright: #ff2b32;\n      --white-soft: rgba(255, 255, 255, 0.68);\n    }\n\n    html,\n    body {\n      width: 100%;\n      min-height: 100%;\n    }\n\n    body {\n      font-family: &quot;Roboto&quot;, sans-serif;\n      background: #000;\n      color: #fff;\n      overflow-x: hidden;\n    }\n\n    .section {\n      position: relative;\n      width: 100%;\n      padding: 72px 24px 84px;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 38px;\n      overflow: hidden;\n      background:\n        radial-gradient(\n          circle at 50% 58%,\n          rgba(237, 28, 36, 0.09),\n          transparent 38%\n        ),\n        #000;\n    }\n\n    .section::before {\n      content: &quot;&quot;;\n      position: absolute;\n      inset: 0;\n      background:\n        linear-gradient(\n          180deg,\n          rgba(255, 255, 255, 0.02),\n          transparent 26%\n        );\n      pointer-events: none;\n    }\n\n    .section::after {\n      content: &quot;&quot;;\n      position: absolute;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      height: 150px;\n      background:\n        linear-gradient(\n          to bottom,\n          rgba(0, 0, 0, 0),\n          #000\n        );\n      pointer-events: none;\n    }\n\n    .anim {\n      position: relative;\n      z-index: 2;\n      opacity: 0;\n      transform: translateY(42px);\n      animation: slideUp 700ms ease forwards;\n    }\n\n    .anim:nth-child(1) {\n      animation-delay: 50ms;\n    }\n\n    .anim:nth-child(2) {\n      animation-delay: 120ms;\n    }\n\n    .anim:nth-child(3) {\n      animation-delay: 190ms;\n    }\n\n    .anim:nth-child(4) {\n      animation-delay: 260ms;\n    }\n\n    .anim:nth-child(5) {\n      animation-delay: 330ms;\n    }\n\n    @keyframes slideUp {\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    .label {\n      color: rgba(255, 255, 255, 0.55);\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 0.28em;\n      text-align: center;\n      text-transform: uppercase;\n    }\n\n    .heading-wrap {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 16px;\n    }\n\n    .heading {\n      color: #fff;\n      font-size: clamp(40px, 6vw, 64px);\n      font-weight: 900;\n      letter-spacing: -0.03em;\n      line-height: 1.05;\n      text-align: center;\n    }\n\n    .heading span {\n      background:\n        linear-gradient(\n          135deg,\n          #ffffff 0%,\n          var(--mitsubishi-red-bright) 45%,\n          #ff777c 65%,\n          #ffffff 100%\n        );\n      background-size: 220% auto;\n      background-clip: text;\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      animation: shimmer 3.5s linear infinite;\n    }\n\n    @keyframes shimmer {\n      0% {\n        background-position: 0% center;\n      }\n\n      100% {\n        background-position: 220% center;\n      }\n    }\n\n    .red-line {\n      width: 72px;\n      height: 3px;\n      border-radius: 999px;\n      background:\n        linear-gradient(\n          90deg,\n          #6d080c,\n          var(--mitsubishi-red-bright),\n          #ff777c,\n          #6d080c\n        );\n      animation: lineGlow 2s ease-in-out infinite alternate;\n    }\n\n    @keyframes lineGlow {\n      from {\n        box-shadow: 0 0 8px rgba(237, 28, 36, 0.35);\n      }\n\n      to {\n        box-shadow: 0 0 22px rgba(255, 43, 50, 0.7);\n      }\n    }\n\n    .subtext {\n      max-width: 660px;\n      color: var(--white-soft);\n      font-size: 18px;\n      font-weight: 300;\n      line-height: 1.7;\n      text-align: center;\n    }\n\n    .subtext strong {\n      color: #fff;\n      font-weight: 700;\n    }\n\n    .map-wrapper {\n      position: relative;\n      width: 100%;\n      max-width: 880px;\n      overflow: hidden;\n      border: 1px solid rgba(255, 43, 50, 0.18);\n      border-radius: 24px;\n      background: #000;\n      box-shadow:\n        0 30px 90px rgba(0, 0, 0, 0.75),\n        0 0 42px rgba(237, 28, 36, 0.08);\n    }\n\n    .map-wrapper::before {\n      content: &quot;&quot;;\n      position: absolute;\n      inset: 0;\n      z-index: 2;\n      border-radius: inherit;\n      box-shadow:\n        inset 0 0 0 1px rgba(255, 255, 255, 0.04);\n      pointer-events: none;\n    }\n\n    .map-wrapper iframe {\n      display: block;\n      width: 100%;\n      height: 430px;\n      border: none;\n      filter:\n        saturate(0.82)\n        contrast(1.06)\n        brightness(0.9);\n      transition:\n        filter 0.4s ease,\n        transform 0.4s ease;\n    }\n\n    .map-wrapper:hover iframe {\n      filter:\n        saturate(1)\n        contrast(1.03)\n        brightness(1);\n      transform: scale(1.01);\n    }\n\n    .address-card {\n      position: relative;\n      width: 100%;\n      max-width: 720px;\n      padding: 24px 26px;\n      overflow: hidden;\n      border: 1px solid rgba(255, 43, 50, 0.22);\n      border-radius: 20px;\n      text-align: center;\n      background:\n        linear-gradient(\n          180deg,\n          rgba(255, 255, 255, 0.075),\n          rgba(255, 255, 255, 0.025)\n        );\n      box-shadow:\n        0 20px 60px rgba(0, 0, 0, 0.42),\n        inset 0 1px 0 rgba(255, 255, 255, 0.08);\n    }\n\n    .address-card::before {\n      content: &quot;&quot;;\n      position: absolute;\n      top: 0;\n      left: -70%;\n      width: 55%;\n      height: 100%;\n      background:\n        linear-gradient(\n          90deg,\n          transparent,\n          rgba(255, 43, 50, 0.13),\n          transparent\n        );\n      transform: skewX(-18deg);\n      animation: addressShine 4s linear infinite;\n    }\n\n    @keyframes addressShine {\n      0% {\n        left: -70%;\n      }\n\n      100% {\n        left: 130%;\n      }\n    }\n\n    .address-label {\n      position: relative;\n      z-index: 2;\n      margin-bottom: 8px;\n      color: var(--mitsubishi-red-bright);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.26em;\n      text-transform: uppercase;\n    }\n\n    .address-main {\n      position: relative;\n      z-index: 2;\n      color: #fff;\n      font-size: clamp(20px, 3vw, 30px);\n      font-weight: 900;\n      letter-spacing: -0.01em;\n    }\n\n    .address-sub {\n      position: relative;\n      z-index: 2;\n      margin-top: 9px;\n      color: rgba(255, 255, 255, 0.62);\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.5;\n    }\n\n    @media (max-width: 600px) {\n      .section {\n        padding: 56px 18px 68px;\n        gap: 30px;\n      }\n\n      .label {\n        font-size: 10px;\n        letter-spacing: 0.24em;\n      }\n\n      .heading {\n        font-size: clamp(38px, 12vw, 52px);\n        line-height: 1.02;\n      }\n\n      .subtext {\n        max-width: 390px;\n        font-size: 16px;\n        line-height: 1.6;\n      }\n\n      .map-wrapper {\n        border-radius: 18px;\n      }\n\n      .map-wrapper iframe {\n        height: 360px;\n      }\n\n      .address-card {\n        padding: 21px 18px;\n        border-radius: 18px;\n      }\n\n      .address-main {\n        font-size: 21px;\n        line-height: 1.3;\n      }\n\n      .address-sub {\n        font-size: 13px;\n      }\n    }\n  &lt;/style&gt;\n&lt;/head&gt;\n\n&lt;body&gt;\n\n  &lt;section class=&quot;section&quot;&gt;\n\n    &lt;div class=&quot;anim label&quot;&gt;\n      Visita Nuestro Concesionario\n    &lt;/div&gt;\n\n    &lt;div class=&quot;anim heading-wrap&quot;&gt;\n\n      &lt;h2 class=&quot;heading&quot;&gt;\n        Encuéntranos en&lt;br&gt;\n        &lt;span&gt;Peruzzi Mitsubishi&lt;/span&gt;\n      &lt;/h2&gt;\n\n      &lt;div class=&quot;red-line&quot;&gt;&lt;/div&gt;\n\n    &lt;/div&gt;\n\n    &lt;p class=&quot;anim subtext&quot;&gt;\n      Explora en persona los últimos\n      &lt;strong&gt;vehículos y SUVs Mitsubishi nuevos&lt;/strong&gt;\n      en Peruzzi Mitsubishi, ubicado en Fairless Hills, Pensilvania.\n    &lt;/p&gt;\n\n    &lt;div class=&quot;anim map-wrapper&quot;&gt;\n\n      &lt;iframe\n        src=&quot;https://www.google.com/maps?q=Peruzzi%20Mitsubishi%2C%20130%20Lincoln%20Highway%2C%20Fairless%20Hills%2C%20PA%2019030&amp;output=embed&quot;\n        allowfullscreen\n        loading=&quot;lazy&quot;\n        referrerpolicy=&quot;no-referrer-when-downgrade&quot;\n        title=&quot;Ubicación de Peruzzi Mitsubishi&quot;&gt;\n      &lt;/iframe&gt;\n\n    &lt;/div&gt;\n\n    &lt;div class=&quot;anim address-card&quot;&gt;\n\n      &lt;div class=&quot;address-label&quot;&gt;\n        Peruzzi Mitsubishi\n      &lt;/div&gt;\n\n      &lt;div class=&quot;address-main&quot;&gt;\n        130 Lincoln Highway&lt;br&gt;\n        Fairless Hills, PA 19030\n      &lt;/div&gt;\n\n      &lt;div class=&quot;address-sub&quot;&gt;\n        Toca el mapa de arriba para obtener direcciones y más información sobre el concesionario.\n      &lt;/div&gt;\n\n    &lt;/div&gt;\n\n  &lt;/section&gt;\n\n&lt;/body&gt;\n&lt;/html&gt;","head":"","provider":"ai","box":{"left":"none","right":"none","top":"none","bottom":"none","backgroundColor":"#000000"},"framed":false},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"69f9a1b9fdde719c0f714fd6","campaignId":"6a5db97e1943f5182a778588","components":[],"allowedChildSections":[],"pageId":"6a5db97e1943f5182a778597","companyId":"6975980ad3e85ad156fa2c41","componentType":"embed","__v":0,"createdAt":"2026-07-20T06:00:31.140Z","updatedAt":"2026-07-20T06:12:46.829Z"},{"_id":"6a5db97e1943f5182a7785e2","type":"component","isTemplate":false,"name":"button","content":{"buttonType":"button","box":{"bottom":"large","top":"none","right":"large","left":"large","backgroundColor":"#000000"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"linking":{"isInternal":true},"size":"small","align":"center","text":"Klick mich!","borderRadius":"minor","plainText":"DESBLOQUEAR OFERTA","clickId":"button_click_i37351","animation":"jittery","backgroundColor":"#D02424","wysiwygHtml":"<p><span><strong class=\"fun-font-bold\">DESBLOQUEAR OFERTA</strong></span></p>"},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"6904b167f0184c1c0536c224","campaignId":"6a5db97e1943f5182a778588","components":[],"allowedChildSections":[],"pageId":"6a5db97e1943f5182a778597","companyId":"6975980ad3e85ad156fa2c41","componentType":"button","__v":0,"createdAt":"2026-07-20T06:00:31.086Z","updatedAt":"2026-07-20T06:02:16.704Z"},{"_id":"6a5db97e1943f5182a7785b0","type":"component","isTemplate":false,"name":"text","content":{"kind":[],"box":{"bottom":"none","top":"none","right":"xLarge","left":"xLarge","backgroundColor":"#000000"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"align":"center","size":"medium","text":"Das ist ein Text Block für deine Nachricht.","plainText":"Peruzzi Mitsubishi- Copyright 2026. All Rights Reserved. Powered by NushMedia","wysiwygHtml":"<p><span style=\"color: rgb(131, 131, 136); --fs-m: 14px; --fs-t: 14px; --fs-d: 14px; --lh-m: 1.5; --lh-t: 1.5; --lh-d: 1.5; --ls-m: normal; --ls-t: normal; --ls-d: normal\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\">Peruzzi Mitsubishi- Copyright 2026. All Rights Reserved.</span></p><p><span style=\"color: rgb(131, 131, 136); --fs-m: 14px; --fs-t: 14px; --fs-d: 14px; --lh-m: 1.5; --lh-t: 1.5; --lh-d: 1.5; --ls-m: normal; --ls-t: normal; --ls-d: normal\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\">Powered by NushMedia</span></p>"},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"6904b163f0184c1c0536c1c4","campaignId":"6a5db97e1943f5182a778588","components":[],"allowedChildSections":[],"pageId":"6a5db97e1943f5182a778597","companyId":"6975980ad3e85ad156fa2c41","componentType":"text","__v":0,"createdAt":"2026-07-20T06:00:30.780Z","updatedAt":"2026-07-20T06:00:30.780Z"}],"isResultPage":false,"animation":"none","theme":{"_id":"67a241ea62d2bf003b496fc7","type":"theme","transition":"slide","name":"VSL Demo","image":"https://perspective.imgix.net/assets/app/themes/perspective.png","typography":"Roboto:300,700","fontColor":"#000000","backgroundColor":"#ffffff","formFieldBackgroundColor":"#000000","buttonBackgroundColor":"#000000","borderRadius":"medium","createdAt":"2025-02-04T16:35:54.730Z","updatedAt":"2025-02-14T06:09:21.546Z","__v":0,"fontId":null},"themeV2":{"typography":"Roboto:300,700","fontId":null,"fontColor":"#000000","backgroundColor":"#ffffff","formFieldBackgroundColor":"#000000","buttonBackgroundColor":"#000000","borderRadius":"medium","transition":"slide"},"fields":[{"_id":"6a5db97f1943f5182a7786c0","type":"field","title":":party: Reclama tu oferta de Mitsubishi","interactionType":"form","additional":{"form":{"componentId":"6a5db97e1943f5182a7785df","inputs":[{"fieldName":"name","inputType":"text","required":true,"conversionTrigger":false,"visual":":bust_in_silhouette:","visualType":"emoji","title":"Nombre de pila","componentId":"6a5db97e1943f5182a778603"},{"fieldName":"phone","inputType":"phone","required":true,"conversionTrigger":true,"visual":":telephone_receiver:","visualType":"emoji","title":"Número de teléfono","componentId":"6a5db97e1943f5182a778604"},{"fieldName":"email","inputType":"email","required":false,"conversionTrigger":true,"visual":":email:","visualType":"emoji","title":"Correo electrónico (opcional)","componentId":"6a5db97e1943f5182a778605"}]},"answers":[]},"companyId":"6975980ad3e85ad156fa2c41","workspaceId":"6975980ad3e85ad156fa2c44","campaignId":"6a5db97e1943f5182a778588","pageId":"6a5db97e1943f5182a778593","componentId":"6a5db97e1943f5182a7785de","__v":0,"createdAt":"2026-07-20T06:00:31.477Z","updatedAt":"2026-07-20T06:29:28.692Z"},{"_id":"6a5db97f1943f5182a7786c1","type":"field","title":"Pregunta 1 de 4: ¿Qué tan pronto tiene pensado comprar?","interactionType":"answers","additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_7jahvk","componentId":"6a5db97e1943f5182a7785f1","_id":"6a5db97f1943f5182a7786c7","answerTextId":"6a5db97e1943f5182a7785a7","value":"Esta semana","answerMediaId":"6a5db97e1943f5182a7785d3","visual":"https://images.unsplash.com/photo-1506485338023-6ce5f36692df?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc4MTg5OTg2MHw&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image"},{"fieldName":"question_7jahvk","componentId":"6a5db97e1943f5182a7785f2","_id":"6a5db97f1943f5182a7786c8","answerMediaId":"6a5db97e1943f5182a7785da","visual":"https://images.unsplash.com/photo-1633526543814-9718c8922b7a?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc4MTg5OTg3Mnw&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image","answerTextId":"6a5db97e1943f5182a7785a5","value":"Próximos 30 días"},{"fieldName":"question_7jahvk","componentId":"6a5db97e1943f5182a7785f9","_id":"6a5db97f1943f5182a7786cf","answerTextId":"6a5db97e1943f5182a7785a0","value":"Solo estoy mirando.","answerMediaId":"6a5db97e1943f5182a7785d2","visual":"https://images.unsplash.com/photo-1758521961668-1b96618a0993?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc3OTk1MjUwMXw&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image"}]},"companyId":"6975980ad3e85ad156fa2c41","workspaceId":"6975980ad3e85ad156fa2c44","campaignId":"6a5db97e1943f5182a778588","pageId":"6a5db97e1943f5182a778590","componentId":"6a5db97e1943f5182a7785eb","__v":0,"createdAt":"2026-07-20T06:00:31.477Z","updatedAt":"2026-07-20T06:15:20.422Z"},{"_id":"6a5db97f1943f5182a7786c2","type":"field","title":"Pregunta 2 de 4: ¿Va a entregar un vehículo a cambio?","interactionType":"answers","additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_h2rb16","componentId":"6a5db97e1943f5182a7785f3","_id":"6a5db97f1943f5182a7786c9","answerMediaId":"6a5db97e1943f5182a7785d9","visual":"https://images.unsplash.com/photo-1497005367839-6e852de72767?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc4MTk5MzkxOXw&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image","answerTextId":"6a5db97e1943f5182a7785a2","value":"Otro"},{"fieldName":"question_h2rb16","componentId":"6a5db97e1943f5182a7785f7","_id":"6a5db97f1943f5182a7786cd","answerMediaId":"6a5db97e1943f5182a7785d8","visual":"https://images.unsplash.com/photo-1727893119356-1702fe921cf9?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc4MTk5Mzg5MHw&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image","answerTextId":"6a5db97e1943f5182a77859f","value":"No"},{"fieldName":"question_h2rb16","componentId":"6a5db97e1943f5182a7785f8","_id":"6a5db97f1943f5182a7786ce","answerMediaId":"6a5db97e1943f5182a7785d5","visual":"https://images.unsplash.com/photo-1705624843697-4461f9dce482?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc4MTk5Mzg0M3w&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image","answerTextId":"6a5db97e1943f5182a7785aa","value":"Sí"}]},"companyId":"6975980ad3e85ad156fa2c41","workspaceId":"6975980ad3e85ad156fa2c44","campaignId":"6a5db97e1943f5182a778588","pageId":"6a5db97e1943f5182a778592","componentId":"6a5db97e1943f5182a7785ec","__v":0,"createdAt":"2026-07-20T06:00:31.477Z","updatedAt":"2026-07-20T06:16:17.478Z"},{"_id":"6a5db97f1943f5182a7786c3","type":"field","title":"Pregunta 3 de 4: ¿En qué SUV estás interesado?","interactionType":"answers","additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_pk1nr9","componentId":"6a5db97e1943f5182a7785fa","_id":"6a5db97f1943f5182a7786d0","answerMediaId":"6a5db97e1943f5182a7785dd","visual":"https://perspective.imgix.net/6a5db8384f149e95180a577d.webp","visualType":"image","answerTextId":"6a5db97e1943f5182a7785ae","value":"Cruz del eclipse"},{"fieldName":"question_pk1nr9","componentId":"6a5db97e1943f5182a778600","_id":"6a5db97f1943f5182a7786d1","answerMediaId":"6a5db97e1943f5182a778601","visual":"https://perspective.imgix.net/6a5db867d448b7398077dd7d.webp","visualType":"image","answerTextId":"6a5db97e1943f5182a778602","value":"No estoy seguro"},{"fieldName":"question_pk1nr9","componentId":"6a5db97e1943f5182a7785f4","_id":"6a5db97f1943f5182a7786ca","answerMediaId":"6a5db97e1943f5182a7785dc","visual":"https://perspective.imgix.net/6a5db84b28465a2a3843b38d.webp","visualType":"image","answerTextId":"6a5db97e1943f5182a7785a1","value":"Outlander PHEV"},{"fieldName":"question_pk1nr9","componentId":"6a5db97e1943f5182a7785f5","_id":"6a5db97f1943f5182a7786cb","answerTextId":"6a5db97e1943f5182a7785ab","value":"Outlander SE","answerMediaId":"6a5db97e1943f5182a7785d1","visual":"https://perspective.imgix.net/6a5db8561943f5182a777c66.webp","visualType":"image"},{"fieldName":"question_pk1nr9","componentId":"6a5db97e1943f5182a7785f6","_id":"6a5db97f1943f5182a7786cc","answerMediaId":"6a5db97e1943f5182a7785d6","visual":"https://perspective.imgix.net/6a5db827209b555e55b46971.webp","visualType":"image","answerTextId":"6a5db97e1943f5182a77859e","value":"Ruta de Outlander"}]},"companyId":"6975980ad3e85ad156fa2c41","workspaceId":"6975980ad3e85ad156fa2c44","campaignId":"6a5db97e1943f5182a778588","pageId":"6a5db97e1943f5182a778591","componentId":"6a5db97e1943f5182a7785ed","__v":0,"createdAt":"2026-07-20T06:00:31.477Z","updatedAt":"2026-07-20T06:21:04.337Z"},{"_id":"6a5db97f1943f5182a7786c4","type":"field","title":"Pregunta 3 de 4: ¿Cómo describiría su crédito?","interactionType":"answers","additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_lenr63","value":"Buena (680-719)","componentId":"6a5db97e1943f5182a7785fb","answerTextId":"6a5db97e1943f5182a7785fb","_id":"6a5db97f1943f5182a7786d2"},{"fieldName":"question_lenr63","value":"Excelente (720+)","componentId":"6a5db97e1943f5182a7785fc","answerTextId":"6a5db97e1943f5182a7785fc","_id":"6a5db97f1943f5182a7786d3"},{"fieldName":"question_lenr63","value":"Construir o reconstruir el crédito","componentId":"6a5db97e1943f5182a7785fd","answerTextId":"6a5db97e1943f5182a7785fd","_id":"6a5db97f1943f5182a7786d4"},{"fieldName":"question_lenr63","value":"Justa (620-679)","componentId":"6a5db97e1943f5182a7785fe","answerTextId":"6a5db97e1943f5182a7785fe","_id":"6a5db97f1943f5182a7786d5"},{"fieldName":"question_lenr63","value":"No estoy seguro","componentId":"6a5db97e1943f5182a7785ff","answerTextId":"6a5db97e1943f5182a7785ff","_id":"6a5db97f1943f5182a7786d6"}]},"companyId":"6975980ad3e85ad156fa2c41","workspaceId":"6975980ad3e85ad156fa2c44","campaignId":"6a5db97e1943f5182a778588","pageId":"6a5db97e1943f5182a778595","componentId":"6a5db97e1943f5182a7785ee","__v":0,"createdAt":"2026-07-20T06:00:31.477Z","updatedAt":"2026-07-20T06:17:53.560Z"}],"cookiesEnabled":false,"language":"en","showProgressBar":true,"showAffiliateBadge":false,"affiliateLink":"https://try.perspective.co/uxvpdv94pm0j","resultMapping":{},"nextPage":"6a5db97e1943f5182a778590","sortedPages":["6a5db97e1943f5182a778597","6a5db97e1943f5182a778590","6a5db97e1943f5182a778592","6a5db97e1943f5182a778595","6a5db97e1943f5182a778591","6a5db97e1943f5182a778594","6a5db97e1943f5182a778593"],"hasResultPages":true,"resultPages":["6a5db97e1943f5182a778596"],"isHomePage":true,"isLastPage":false,"firstResultPage":"6a5db97e1943f5182a778596","headScript":"&lt;!-- Meta Pixel Code --&gt;\n&lt;script&gt;\n!function(f,b,e,v,n,t,s)\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=&#39;2.0&#39;;\nn.queue=[];t=b.createElement(e);t.async=!0;\nt.src=v;s=b.getElementsByTagName(e)[0];\ns.parentNode.insertBefore(t,s)}(window, document,&#39;script&#39;,\n&#39;https://connect.facebook.net/en_US/fbevents.js&#39;);\nfbq(&#39;init&#39;, &#39;1544105537154841&#39;);\nfbq(&#39;track&#39;, &#39;PageView&#39;);\n&lt;/script&gt;\n&lt;noscript&gt;&lt;img height=&quot;1&quot; width=&quot;1&quot; style=&quot;display:none&quot;\nsrc=&quot;https://www.facebook.com/tr?id=1544105537154841&amp;ev=PageView&amp;noscript=1&quot;\n/&gt;&lt;/noscript&gt;\n&lt;!-- End Meta Pixel Code --&gt;","bodyScript":"","trackingProperties":[{"_id":"6a5db97e1943f5182a77860c","type":"trackingProperty","fieldName":"email","title":"email","source":"input","companyId":"6975980ad3e85ad156fa2c41","campaignId":"6a5db97e1943f5182a778588","components":["6a5db97e1943f5182a778605"],"__v":0,"createdAt":"2026-07-20T06:00:30.551Z","updatedAt":"2026-07-20T06:29:28.645Z"},{"_id":"6a5db97e1943f5182a778614","type":"trackingProperty","fieldName":"name","title":"name","source":"input","companyId":"6975980ad3e85ad156fa2c41","campaignId":"6a5db97e1943f5182a778588","components":["6a5db97e1943f5182a778603"],"__v":0,"createdAt":"2026-07-20T06:00:30.551Z","updatedAt":"2026-07-20T06:29:28.617Z"},{"_id":"6a5db97e1943f5182a778615","type":"trackingProperty","fieldName":"phone","title":"phone","source":"input","companyId":"6975980ad3e85ad156fa2c41","campaignId":"6a5db97e1943f5182a778588","components":["6a5db97e1943f5182a778604"],"__v":0,"createdAt":"2026-07-20T06:00:30.551Z","updatedAt":"2026-07-20T06:29:28.617Z"},{"_id":"6a5db97f4fd344c4ea6906e6","fieldName":"question_7jahvk","source":"question","campaignId":"6a5db97e1943f5182a778588","companyId":"6975980ad3e85ad156fa2c41","components":["6a5db97e1943f5182a7785eb"],"createdAt":"2026-07-20T06:00:31.473Z","title":"Pregunta 1 de 4: ¿Qué tan pronto tiene pensado comprar?","type":"trackingProperty","updatedAt":"2026-07-20T06:29:28.617Z"},{"_id":"6a5db97f4fd344c4ea6906e8","campaignId":"6a5db97e1943f5182a778588","source":"question","fieldName":"question_h2rb16","companyId":"6975980ad3e85ad156fa2c41","components":["6a5db97e1943f5182a7785ec"],"createdAt":"2026-07-20T06:00:31.473Z","title":"Pregunta 2 de 4: ¿Va a entregar un vehículo a cambio?","type":"trackingProperty","updatedAt":"2026-07-20T06:29:28.617Z"},{"_id":"6a5db97f4fd344c4ea6906ef","fieldName":"question_lenr63","campaignId":"6a5db97e1943f5182a778588","source":"question","companyId":"6975980ad3e85ad156fa2c41","components":["6a5db97e1943f5182a7785ee"],"createdAt":"2026-07-20T06:00:31.473Z","title":"Pregunta 3 de 4: ¿Cómo describiría su crédito?","type":"trackingProperty","updatedAt":"2026-07-20T06:29:28.617Z"},{"_id":"6a5db97f4fd344c4ea6906ec","fieldName":"question_pk1nr9","source":"question","campaignId":"6a5db97e1943f5182a778588","companyId":"6975980ad3e85ad156fa2c41","components":["6a5db97e1943f5182a7785ed"],"createdAt":"2026-07-20T06:00:31.473Z","title":"Pregunta 3 de 4: ¿En qué SUV estás interesado?","type":"trackingProperty","updatedAt":"2026-07-20T06:29:28.617Z"}],"automaticRedirect":null,"inputMap":{"byComponent":{"6a5db97e1943f5182a778603":{"name":"name","originalName":"name","parentId":"6a5db97e1943f5182a7785df","autocomplete":"name"},"6a5db97e1943f5182a778604":{"name":"phone","originalName":"phone","parentId":"6a5db97e1943f5182a7785df","autocomplete":"tel"},"6a5db97e1943f5182a778605":{"name":"email","originalName":"email","parentId":"6a5db97e1943f5182a7785df","autocomplete":"email"}},"byName":{"6a5db97e1943f5182a7785df":{"name":"6a5db97e1943f5182a778603","phone":"6a5db97e1943f5182a778604","email":"6a5db97e1943f5182a778605"}}},"pageIdSlugMap":{"6a5db97e1943f5182a778590":"question2","6a5db97e1943f5182a778591":"page_27gb9j","6a5db97e1943f5182a778592":"question3","6a5db97e1943f5182a778593":"getmyreview","6a5db97e1943f5182a778594":"loading","6a5db97e1943f5182a778595":"page_lxh53a","6a5db97e1943f5182a778596":"confirmed","6a5db97e1943f5182a778597":"page_l28yy7"},"context":{"slug":"spanishfunnel","trackingVersion":"v4","url":"https://peruzzimitsubishi.perspectivefunnel.com/spanishfunnel/","domain":"peruzzimitsubishi.perspectivefunnel.com"}}