{"id":2909,"date":"2026-06-03T23:41:37","date_gmt":"2026-06-03T23:41:37","guid":{"rendered":"https:\/\/tiempototal.com\/?page_id=2909"},"modified":"2026-06-03T23:41:37","modified_gmt":"2026-06-03T23:41:37","slug":"prueba","status":"publish","type":"page","link":"https:\/\/tiempototal.com\/es\/prueba\/","title":{"rendered":"prueba"},"content":{"rendered":"\n<!-- \n  TIEMPO TOTAL \u2014 Custom Scroll Effects\n  Paste this into a WordPress Custom HTML block at the TOP of your page,\n  before any other content block.\n-->\n\n<style>\n\/* \u2500\u2500 GOOGLE FONT \u2500\u2500 *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700&family=Inter:wght@400;500;600&display=swap');\n\n\/* \u2500\u2500 STICKY HEADER TRANSFORM \u2500\u2500 *\/\n.site-header,\nheader.site-header,\n#masthead {\n  transition: background 0.4s ease, box-shadow 0.4s ease, padding 0.3s ease;\n}\n.tt-scrolled .site-header,\n.tt-scrolled header.site-header,\n.tt-scrolled #masthead {\n  background: #1a1a1a !important;\n  box-shadow: 0 2px 20px rgba(0,0,0,0.3) !important;\n}\n\n\/* \u2500\u2500 PARALLAX HERO \u2500\u2500 *\/\n.tt-parallax-hero {\n  position: relative;\n  min-height: 92vh;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  overflow: hidden;\n  background: #111;\n}\n.tt-parallax-bg {\n  position: absolute;\n  inset: -20%;\n  background-image: url('https:\/\/tiempototal.com\/wp-content\/uploads\/2026\/05\/cleveland-tiempo-total-buyer.png');\n  background-size: cover;\n  background-position: center;\n  will-change: transform;\n  transition: transform 0.05s linear;\n}\n.tt-parallax-overlay {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(135deg, rgba(10,10,10,0.72) 0%, rgba(10,10,10,0.45) 100%);\n}\n.tt-parallax-content {\n  position: relative;\n  z-index: 2;\n  text-align: center;\n  padding: 2rem 1.5rem;\n  max-width: 820px;\n  margin: 0 auto;\n}\n.tt-subtitle-badge {\n  display: inline-block;\n  background: rgba(255,255,255,0.12);\n  border: 1px solid rgba(255,255,255,0.25);\n  color: #fff;\n  font-family: 'Inter', sans-serif;\n  font-size: 0.82rem;\n  font-weight: 500;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  padding: 0.45rem 1.2rem;\n  border-radius: 999px;\n  margin-bottom: 1.4rem;\n  backdrop-filter: blur(6px);\n}\n.tt-hero-headline {\n  font-family: 'Playfair Display', Georgia, serif;\n  font-size: clamp(2.4rem, 6vw, 4.2rem);\n  font-weight: 700;\n  color: #ffffff;\n  line-height: 1.15;\n  margin: 0 0 1.2rem;\n  text-shadow: 0 2px 20px rgba(0,0,0,0.4);\n}\n.tt-hero-sub {\n  font-family: 'Inter', sans-serif;\n  font-size: clamp(1rem, 2.2vw, 1.2rem);\n  color: rgba(255,255,255,0.82);\n  margin: 0 0 2rem;\n  line-height: 1.6;\n}\n.tt-hero-cta {\n  display: inline-block;\n  background: #c8860a;\n  color: #fff !important;\n  font-family: 'Inter', sans-serif;\n  font-size: 1rem;\n  font-weight: 600;\n  padding: 1rem 2.4rem;\n  border-radius: 6px;\n  text-decoration: none !important;\n  letter-spacing: 0.02em;\n  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;\n  box-shadow: 0 4px 20px rgba(200,134,10,0.45);\n}\n.tt-hero-cta:hover {\n  background: #a86e05;\n  transform: translateY(-2px);\n  box-shadow: 0 8px 28px rgba(200,134,10,0.55);\n}\n.tt-scroll-hint {\n  position: absolute;\n  bottom: 2rem;\n  left: 50%;\n  transform: translateX(-50%);\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 6px;\n  color: rgba(255,255,255,0.5);\n  font-family: 'Inter', sans-serif;\n  font-size: 0.72rem;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  z-index: 2;\n}\n.tt-scroll-hint span {\n  width: 1px;\n  height: 40px;\n  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);\n  animation: tt-line-drop 1.8s ease-in-out infinite;\n}\n@keyframes tt-line-drop {\n  0%, 100% { transform: scaleY(0); transform-origin: top; }\n  50% { transform: scaleY(1); transform-origin: top; }\n}\n\n\/* \u2500\u2500 SCROLL REVEAL \u2500\u2500 *\/\n.tt-reveal {\n  opacity: 0;\n  transform: translateY(36px);\n  transition: opacity 0.7s ease, transform 0.7s ease;\n}\n.tt-reveal.tt-visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n.tt-reveal-left {\n  opacity: 0;\n  transform: translateX(-36px);\n  transition: opacity 0.7s ease, transform 0.7s ease;\n}\n.tt-reveal-left.tt-visible {\n  opacity: 1;\n  transform: translateX(0);\n}\n.tt-reveal-scale {\n  opacity: 0;\n  transform: scale(0.94);\n  transition: opacity 0.6s ease, transform 0.6s ease;\n}\n.tt-reveal-scale.tt-visible {\n  opacity: 1;\n  transform: scale(1);\n}\n\n\/* \u2500\u2500 STAGGER DELAYS \u2500\u2500 *\/\n.tt-delay-1 { transition-delay: 0.1s; }\n.tt-delay-2 { transition-delay: 0.2s; }\n.tt-delay-3 { transition-delay: 0.3s; }\n.tt-delay-4 { transition-delay: 0.4s; }\n.tt-delay-5 { transition-delay: 0.5s; }\n\n\/* \u2500\u2500 SECTION DIVIDER \u2500\u2500 *\/\n.tt-divider {\n  width: 60px;\n  height: 3px;\n  background: #c8860a;\n  border-radius: 2px;\n  margin: 0 auto 1.5rem;\n}\n\n\/* \u2500\u2500 COUNTER NUMBERS \u2500\u2500 *\/\n.tt-stats {\n  display: flex;\n  justify-content: center;\n  gap: 3rem;\n  flex-wrap: wrap;\n  padding: 2rem 1rem;\n  background: #1a1a1a;\n  margin: 0;\n}\n.tt-stat {\n  text-align: center;\n  color: #fff;\n}\n.tt-stat-num {\n  font-family: 'Playfair Display', serif;\n  font-size: 2.8rem;\n  font-weight: 700;\n  color: #c8860a;\n  display: block;\n  line-height: 1;\n}\n.tt-stat-label {\n  font-family: 'Inter', sans-serif;\n  font-size: 0.82rem;\n  color: rgba(255,255,255,0.6);\n  text-transform: uppercase;\n  letter-spacing: 0.08em;\n  margin-top: 0.4rem;\n  display: block;\n}\n<\/style>\n\n<!-- PARALLAX HERO \u2014 replaces your current hero image + headline -->\n<div class=\"tt-parallax-hero\" id=\"tt-hero\">\n  <div class=\"tt-parallax-bg\" id=\"tt-parallax-bg\"><\/div>\n  <div class=\"tt-parallax-overlay\"><\/div>\n  <div class=\"tt-parallax-content\">\n    <div class=\"tt-subtitle-badge\">\ud83c\udfe1 No Repairs. No Showings. No Commissions. No Hassle.<\/div>\n    <h1 class=\"tt-hero-headline\">Sell Your House Fast \u2014<br>Any Condition, Any Situation.<\/h1>\n    <p class=\"tt-hero-sub\">We work with homeowners in all circumstances.<br>No repairs, no agents, no delays.<\/p>\n    <a href=\"#contact\" class=\"tt-hero-cta\">Get a Free Cash Offer<\/a>\n  <\/div>\n  <div class=\"tt-scroll-hint\">\n    Scroll\n    <span><\/span>\n  <\/div>\n<\/div>\n\n<!-- STATS BAR -->\n<div class=\"tt-stats\">\n  <div class=\"tt-stat tt-reveal tt-delay-1\">\n    <span class=\"tt-stat-num\" data-target=\"200\">0<\/span>\n    <span class=\"tt-stat-label\">Properties Bought<\/span>\n  <\/div>\n  <div class=\"tt-stat tt-reveal tt-delay-2\">\n    <span class=\"tt-stat-num\" data-target=\"14\">0<\/span>\n    <span class=\"tt-stat-label\">Avg. Days to Close<\/span>\n  <\/div>\n  <div class=\"tt-stat tt-reveal tt-delay-3\">\n    <span class=\"tt-stat-num\">$0<\/span>\n    <span class=\"tt-stat-label\">Fees or Commissions<\/span>\n  <\/div>\n  <div class=\"tt-stat tt-reveal tt-delay-4\">\n    <span class=\"tt-stat-num\">100%<\/span>\n    <span class=\"tt-stat-label\">As-Is Purchases<\/span>\n  <\/div>\n<\/div>\n\n<script>\n(function() {\n\n  \/* \u2500\u2500 PARALLAX \u2500\u2500 *\/\n  var bg = document.getElementById('tt-parallax-bg');\n  var hero = document.getElementById('tt-hero');\n  function onScroll() {\n    var scrollY = window.pageYOffset;\n    var heroH = hero ? hero.offsetHeight : 600;\n    if (scrollY < heroH + 200) {\n      bg.style.transform = 'translateY(' + (scrollY * 0.35) + 'px)';\n    }\n    \/* sticky header *\/\n    if (scrollY > 80) {\n      document.documentElement.classList.add('tt-scrolled');\n    } else {\n      document.documentElement.classList.remove('tt-scrolled');\n    }\n  }\n  window.addEventListener('scroll', onScroll, { passive: true });\n\n  \/* \u2500\u2500 SCROLL REVEAL \u2500\u2500 *\/\n  var revealEls = document.querySelectorAll('.tt-reveal, .tt-reveal-left, .tt-reveal-scale');\n  var observer = new IntersectionObserver(function(entries) {\n    entries.forEach(function(entry) {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('tt-visible');\n        observer.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.12 });\n  revealEls.forEach(function(el) { observer.observe(el); });\n\n  \/* \u2500\u2500 COUNTER ANIMATION \u2500\u2500 *\/\n  var counters = document.querySelectorAll('.tt-stat-num[data-target]');\n  var counterObserver = new IntersectionObserver(function(entries) {\n    entries.forEach(function(entry) {\n      if (entry.isIntersecting) {\n        var el = entry.target;\n        var target = parseInt(el.getAttribute('data-target'));\n        var start = 0;\n        var duration = 1800;\n        var startTime = null;\n        function step(timestamp) {\n          if (!startTime) startTime = timestamp;\n          var progress = Math.min((timestamp - startTime) \/ duration, 1);\n          var ease = 1 - Math.pow(1 - progress, 3);\n          el.textContent = Math.floor(ease * target) + (target === 200 ? '+' : '');\n          if (progress < 1) requestAnimationFrame(step);\n        }\n        requestAnimationFrame(step);\n        counterObserver.unobserve(el);\n      }\n    });\n  }, { threshold: 0.5 });\n  counters.forEach(function(el) { counterObserver.observe(el); });\n\n  \/* \u2500\u2500 AUTO-APPLY REVEAL TO PAGE SECTIONS \u2500\u2500 *\/\n  \/* Targets Kadence\/WordPress section headings and blocks below the hero *\/\n  var delay = 0;\n  var sections = document.querySelectorAll(\n    '.wp-block-group, .wp-block-columns, .entry-content > h2, .entry-content > p, ' +\n    '.kb-row-layout-wrap, .kb-inner-column-inner'\n  );\n  sections.forEach(function(el) {\n    if (!el.closest('#tt-hero') && !el.classList.contains('tt-stats')) {\n      el.classList.add('tt-reveal');\n      delay = (delay + 1) % 4;\n      if (delay > 0) el.classList.add('tt-delay-' + delay);\n      observer.observe(el);\n    }\n  });\n\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udfe1 No Repairs. No Showings. No Commissions. No Hassle. Sell Your House Fast \u2014Any Condition, Any Situation. We work with homeowners in all circumstances.No repairs, no agents, no delays. Get a Free Cash Offer Scroll 0 Properties Bought 0 Avg. Days to Close $0 Fees or Commissions 100% As-Is Purchases<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"default","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-2909","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tiempototal.com\/es\/wp-json\/wp\/v2\/pages\/2909","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tiempototal.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tiempototal.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tiempototal.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tiempototal.com\/es\/wp-json\/wp\/v2\/comments?post=2909"}],"version-history":[{"count":1,"href":"https:\/\/tiempototal.com\/es\/wp-json\/wp\/v2\/pages\/2909\/revisions"}],"predecessor-version":[{"id":2910,"href":"https:\/\/tiempototal.com\/es\/wp-json\/wp\/v2\/pages\/2909\/revisions\/2910"}],"wp:attachment":[{"href":"https:\/\/tiempototal.com\/es\/wp-json\/wp\/v2\/media?parent=2909"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}