{"id":7,"date":"2026-03-19T15:41:46","date_gmt":"2026-03-19T15:41:46","guid":{"rendered":"https:\/\/latinasenseo.com\/?page_id=7"},"modified":"2026-03-19T15:56:21","modified_gmt":"2026-03-19T15:56:21","slug":"7-2","status":"publish","type":"page","link":"https:\/\/latinasenseo.com\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Latinas en SEO \u2014 Pr\u00f3ximamente<\/title>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&#038;family=DM+Sans:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\" \/>\n\n  <style>\n    :root {\n      --fucsia:  #E91E8C;\n      --coral:   #FF5C5C;\n      --amber:   #FFA630;\n      --gold:    #FFD166;\n      --dark:    #0D0D0D;\n      --darker:  #080808;\n      --surface: #141414;\n      --text:    #F5F0EB;\n      --muted:   rgba(245,240,235,0.45);\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      background: var(--darker);\n      color: var(--text);\n      font-family: 'DM Sans', sans-serif;\n      min-height: 100vh;\n      overflow-x: hidden;\n      position: relative;\n    }\n\n    \/* \u2500\u2500 Background noise + mesh \u2500\u2500 *\/\n    body::before {\n      content: '';\n      position: fixed; inset: 0; z-index: 0;\n      background:\n        radial-gradient(ellipse 70% 60% at 15% 10%,  rgba(233,30,140,.18) 0%, transparent 60%),\n        radial-gradient(ellipse 50% 50% at 85% 80%,  rgba(255,166,48,.14) 0%, transparent 55%),\n        radial-gradient(ellipse 40% 40% at 60% 35%,  rgba(255,92,92,.10) 0%, transparent 55%);\n      pointer-events: none;\n    }\n\n    body::after {\n      content: '';\n      position: fixed; inset: 0; z-index: 0;\n      background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'\/%3E%3C\/svg%3E\");\n      pointer-events: none;\n      opacity: .6;\n    }\n\n    \/* \u2500\u2500 Layout \u2500\u2500 *\/\n    .page {\n      position: relative; z-index: 1;\n      min-height: 100vh;\n      display: grid;\n      grid-template-rows: auto 1fr auto;\n      padding: clamp(1.5rem, 5vw, 3rem);\n    }\n\n    \/* \u2500\u2500 Header \u2500\u2500 *\/\n    header {\n      display: flex;\n      align-items: center;\n      gap: 1rem;\n    }\n\n    .logo-pill {\n      display: inline-flex;\n      align-items: center;\n      gap: .6rem;\n      background: var(--surface);\n      border: 1px solid rgba(233,30,140,.3);\n      border-radius: 100px;\n      padding: .45rem 1.1rem;\n    }\n\n    .logo-dot {\n      width: 8px; height: 8px;\n      border-radius: 50%;\n      background: var(--fucsia);\n      box-shadow: 0 0 8px var(--fucsia);\n      animation: pulse 2.4s ease-in-out infinite;\n    }\n\n    @keyframes pulse {\n      0%, 100% { opacity: 1; transform: scale(1); }\n      50% { opacity: .5; transform: scale(.7); }\n    }\n\n    .logo-text {\n      font-family: 'DM Sans', sans-serif;\n      font-weight: 500;\n      font-size: .85rem;\n      letter-spacing: .08em;\n      text-transform: uppercase;\n      color: var(--text);\n    }\n\n    \/* \u2500\u2500 Main \u2500\u2500 *\/\n    main {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      align-items: flex-start;\n      padding: clamp(2rem, 8vw, 6rem) 0;\n      max-width: 900px;\n    }\n\n    .eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: .5rem;\n      font-size: .78rem;\n      font-weight: 500;\n      letter-spacing: .14em;\n      text-transform: uppercase;\n      color: var(--fucsia);\n      margin-bottom: 1.8rem;\n      opacity: 0;\n      animation: fadeUp .7s .1s forwards;\n    }\n\n    .eyebrow span {\n      display: inline-block;\n      width: 28px; height: 1px;\n      background: var(--fucsia);\n    }\n\n    h1 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(3rem, 10vw, 7.5rem);\n      line-height: .95;\n      font-weight: 900;\n      letter-spacing: -.02em;\n      margin-bottom: 1.6rem;\n      opacity: 0;\n      animation: fadeUp .8s .25s forwards;\n    }\n\n    h1 em {\n      font-style: italic;\n      background: linear-gradient(110deg, var(--fucsia), var(--coral), var(--amber));\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n\n    .subtitle {\n      font-size: clamp(1rem, 2.2vw, 1.25rem);\n      font-weight: 300;\n      line-height: 1.65;\n      color: var(--muted);\n      max-width: 540px;\n      margin-bottom: 3rem;\n      opacity: 0;\n      animation: fadeUp .8s .4s forwards;\n    }\n\n    \/* \u2500\u2500 Divider \u2500\u2500 *\/\n    .divider {\n      width: 100%;\n      max-width: 540px;\n      height: 1px;\n      background: linear-gradient(90deg, var(--fucsia), transparent);\n      margin-bottom: 3rem;\n      opacity: 0;\n      animation: fadeUp .8s .55s forwards;\n    }\n\n    \/* \u2500\u2500 Counter \u2500\u2500 *\/\n    .coming-soon-block {\n      opacity: 0;\n      animation: fadeUp .8s .65s forwards;\n    }\n\n    .coming-label {\n      font-size: .72rem;\n      letter-spacing: .2em;\n      text-transform: uppercase;\n      color: var(--muted);\n      margin-bottom: 1rem;\n    }\n\n    .countdown {\n      display: flex;\n      gap: clamp(.8rem, 3vw, 2rem);\n      flex-wrap: wrap;\n    }\n\n    .unit {\n      text-align: center;\n    }\n\n    .unit-num {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(2.2rem, 6vw, 4rem);\n      font-weight: 700;\n      line-height: 1;\n      background: linear-gradient(135deg, var(--gold), var(--amber));\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n\n    .unit-label {\n      font-size: .65rem;\n      letter-spacing: .18em;\n      text-transform: uppercase;\n      color: var(--muted);\n      margin-top: .3rem;\n    }\n\n    .unit-sep {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(2rem, 5vw, 3.5rem);\n      color: rgba(255,166,48,.3);\n      align-self: flex-start;\n      padding-top: .1em;\n    }\n\n    \/* \u2500\u2500 Email form \u2500\u2500 *\/\n    .notify-block {\n      margin-top: 3rem;\n      opacity: 0;\n      animation: fadeUp .8s .8s forwards;\n    }\n\n    .notify-label {\n      font-size: .72rem;\n      letter-spacing: .2em;\n      text-transform: uppercase;\n      color: var(--muted);\n      margin-bottom: 1rem;\n    }\n\n    .notify-form {\n      display: flex;\n      gap: .6rem;\n      flex-wrap: wrap;\n    }\n\n    .notify-input {\n      background: var(--surface);\n      border: 1px solid rgba(233,30,140,.25);\n      border-radius: 6px;\n      padding: .75rem 1.1rem;\n      color: var(--text);\n      font-family: 'DM Sans', sans-serif;\n      font-size: .9rem;\n      width: clamp(200px, 40vw, 300px);\n      outline: none;\n      transition: border-color .25s;\n    }\n\n    .notify-input::placeholder { color: rgba(245,240,235,.3); }\n\n    .notify-input:focus {\n      border-color: var(--fucsia);\n      box-shadow: 0 0 0 3px rgba(233,30,140,.12);\n    }\n\n    .notify-btn {\n      background: linear-gradient(110deg, var(--fucsia), var(--coral));\n      border: none;\n      border-radius: 6px;\n      padding: .75rem 1.6rem;\n      color: #fff;\n      font-family: 'DM Sans', sans-serif;\n      font-size: .88rem;\n      font-weight: 500;\n      cursor: pointer;\n      transition: opacity .2s, transform .2s;\n      white-space: nowrap;\n    }\n\n    .notify-btn:hover { opacity: .88; transform: translateY(-1px); }\n    .notify-btn:active { transform: translateY(0); }\n\n    .success-msg {\n      display: none;\n      font-size: .9rem;\n      color: var(--amber);\n      margin-top: .8rem;\n    }\n\n    \/* \u2500\u2500 Decorative ring \u2500\u2500 *\/\n    .ring-wrap {\n      position: fixed;\n      top: 50%;\n      right: -200px;\n      transform: translateY(-50%);\n      z-index: 0;\n      pointer-events: none;\n      opacity: 0;\n      animation: fadeIn 1.2s 1s forwards;\n    }\n\n    .ring {\n      width: clamp(400px, 55vw, 700px);\n      height: clamp(400px, 55vw, 700px);\n      border-radius: 50%;\n      border: 1px solid rgba(233,30,140,.12);\n      position: absolute;\n      top: 50%; left: 50%;\n      transform: translate(-50%, -50%);\n    }\n\n    .ring:nth-child(2) {\n      width: 82%; height: 82%;\n      border-color: rgba(255,92,92,.10);\n      animation: spin 40s linear infinite;\n    }\n\n    .ring:nth-child(3) {\n      width: 62%; height: 62%;\n      border-color: rgba(255,166,48,.10);\n      animation: spin 28s linear infinite reverse;\n    }\n\n    .ring-dot {\n      position: absolute;\n      top: 0; left: 50%;\n      transform: translateX(-50%);\n      width: 6px; height: 6px;\n      border-radius: 50%;\n      background: var(--fucsia);\n      box-shadow: 0 0 12px var(--fucsia);\n    }\n\n    @keyframes spin {\n      from { transform: translate(-50%, -50%) rotate(0deg); }\n      to   { transform: translate(-50%, -50%) rotate(360deg); }\n    }\n\n    \/* \u2500\u2500 Footer \u2500\u2500 *\/\n    footer {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      flex-wrap: wrap;\n      gap: 1rem;\n      padding-top: 1.5rem;\n      border-top: 1px solid rgba(245,240,235,.07);\n    }\n\n    .footer-copy {\n      font-size: .75rem;\n      color: var(--muted);\n    }\n\n    .social-links {\n      display: flex;\n      gap: 1.2rem;\n    }\n\n    .social-links a {\n      font-size: .75rem;\n      letter-spacing: .1em;\n      text-transform: uppercase;\n      color: var(--muted);\n      text-decoration: none;\n      transition: color .2s;\n    }\n\n    .social-links a:hover { color: var(--fucsia); }\n\n    \/* \u2500\u2500 Animations \u2500\u2500 *\/\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(22px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes fadeIn {\n      to { opacity: 1; }\n    }\n\n    \/* \u2500\u2500 Mobile \u2500\u2500 *\/\n    @media (max-width: 600px) {\n      .ring-wrap { display: none; }\n      .notify-input { width: 100%; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- Decorative orbiting rings -->\n  <div class=\"ring-wrap\" aria-hidden=\"true\">\n    <div class=\"ring\">\n      <div class=\"ring-dot\"><\/div>\n    <\/div>\n    <div class=\"ring\"><\/div>\n    <div class=\"ring\"><\/div>\n  <\/div>\n\n  <div class=\"page\">\n\n    <!-- Header -->\n    <header>\n      <div class=\"logo-pill\">\n        <div class=\"logo-dot\"><\/div>\n        <span class=\"logo-text\">Latinas en SEO<\/span>\n      <\/div>\n    <\/header>\n\n    <!-- Main content -->\n    <main>\n      <p class=\"eyebrow\"><span><\/span>En reconstrucci\u00f3n<\/p>\n\n      <h1>Algo<br\/><em>incre\u00edble<\/em><br\/>se viene.<\/h1>\n\n      <p class=\"subtitle\">\n        Estamos reconstruyendo nuestra p\u00e1gina web para ofrecerte\n        una experiencia a\u00fan m\u00e1s poderosa. El nuevo sitio llegar\u00e1 muy pronto,\n        \u00a1y valdr\u00e1 la pena esperar!\n      <\/p>\n\n      <div class=\"divider\"><\/div>\n\n      <!-- Countdown -->\n      <div class=\"coming-soon-block\">\n        <p class=\"coming-label\">Cuenta regresiva<\/p>\n        <div class=\"countdown\" id=\"countdown\">\n          <div class=\"unit\">\n            <div class=\"unit-num\" id=\"days\">00<\/div>\n            <div class=\"unit-label\">D\u00edas<\/div>\n          <\/div>\n          <div class=\"unit-sep\">:<\/div>\n          <div class=\"unit\">\n            <div class=\"unit-num\" id=\"hours\">00<\/div>\n            <div class=\"unit-label\">Horas<\/div>\n          <\/div>\n          <div class=\"unit-sep\">:<\/div>\n          <div class=\"unit\">\n            <div class=\"unit-num\" id=\"minutes\">00<\/div>\n            <div class=\"unit-label\">Minutos<\/div>\n          <\/div>\n          <div class=\"unit-sep\">:<\/div>\n          <div class=\"unit\">\n            <div class=\"unit-num\" id=\"seconds\">00<\/div>\n            <div class=\"unit-label\">Segundos<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Email notify -->\n      <div class=\"notify-block\">\n        <p class=\"notify-label\">Av\u00edsame cuando est\u00e9 listo<\/p>\n        <div class=\"notify-form\">\n          <input\n            class=\"notify-input\"\n            type=\"email\"\n            id=\"email\"\n            placeholder=\"tu@email.com\"\n          \/>\n          <button class=\"notify-btn\" onclick=\"handleNotify()\">Notificarme<\/button>\n        <\/div>\n        <p class=\"success-msg\" id=\"successMsg\">\n          \u2713 \u00a1Genial! Te avisaremos en cuanto lancemos. \ud83d\ude80\n        <\/p>\n      <\/div>\n    <\/main>\n\n    <!-- Footer -->\n    <footer>\n      <span class=\"footer-copy\">\u00a9 2026 Latinas en SEO \u00b7 Todos los derechos reservados<\/span>\n      <nav class=\"social-links\" aria-label=\"Redes sociales\">\n        <a href=\"https:\/\/www.instagram.com\/latinasenseo\/\" target=\"_blank\" rel=\"noopener\">Instagram<\/a>\n        <a href=\"https:\/\/twitter.com\/latinasenseo\/\" target=\"_blank\" rel=\"noopener\">Twitter \/ X<\/a>\n        <a href=\"https:\/\/www.linkedin.com\/company\/latinas-en-seo\/\" target=\"_blank\" rel=\"noopener\">LinkedIn<\/a>\n      <\/nav>\n    <\/footer>\n\n  <\/div>\n\n  <script>\n    \/\/ \u2500\u2500 Countdown to an approx 90-day launch window \u2500\u2500\n    const target = new Date();\n    target.setDate(target.getDate() + 90);\n\n    function pad(n) { return String(n).padStart(2, '0'); }\n\n    function tick() {\n      const diff = target - Date.now();\n      if (diff <= 0) {\n        document.getElementById('countdown').innerHTML =\n          '<span style=\"color:var(--fucsia);font-family:\\'Playfair Display\\',serif;font-size:2rem\">\u00a1Ya llegamos!<\/span>';\n        return;\n      }\n      const d = Math.floor(diff \/ 864e5);\n      const h = Math.floor((diff % 864e5) \/ 36e5);\n      const m = Math.floor((diff % 36e5) \/ 6e4);\n      const s = Math.floor((diff % 6e4) \/ 1e3);\n\n      document.getElementById('days').textContent    = pad(d);\n      document.getElementById('hours').textContent   = pad(h);\n      document.getElementById('minutes').textContent = pad(m);\n      document.getElementById('seconds').textContent = pad(s);\n    }\n\n    tick();\n    setInterval(tick, 1000);\n\n    \/\/ \u2500\u2500 Notify form \u2500\u2500\n    function handleNotify() {\n      const email = document.getElementById('email').value.trim();\n      const re = \/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/;\n      if (!re.test(email)) {\n        document.getElementById('email').focus();\n        document.getElementById('email').style.borderColor = 'var(--coral)';\n        setTimeout(() => {\n          document.getElementById('email').style.borderColor = '';\n        }, 1500);\n        return;\n      }\n      document.getElementById('successMsg').style.display = 'block';\n      document.getElementById('email').value = '';\n    }\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Latinas en SEO \u2014 Pr\u00f3ximamente Latinas en SEO En reconstrucci\u00f3n Algoincre\u00edblese viene. Estamos reconstruyendo nuestra p\u00e1gina web para ofrecerte una experiencia a\u00fan m\u00e1s poderosa. El nuevo sitio llegar\u00e1 muy pronto, \u00a1y valdr\u00e1 la pena esperar! Cuenta regresiva 00 D\u00edas : 00 Horas : 00 Minutos : 00 Segundos Av\u00edsame cuando est\u00e9 listo Notificarme \u2713 \u00a1Genial! [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/latinasenseo.com\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/latinasenseo.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/latinasenseo.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/latinasenseo.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/latinasenseo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":5,"href":"https:\/\/latinasenseo.com\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":18,"href":"https:\/\/latinasenseo.com\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/18"}],"wp:attachment":[{"href":"https:\/\/latinasenseo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}