{"id":11,"date":"2025-03-29T17:34:58","date_gmt":"2025-03-29T17:34:58","guid":{"rendered":"https:\/\/salosnv.com\/?page_id=11"},"modified":"2026-04-03T17:30:11","modified_gmt":"2026-04-03T17:30:11","slug":"front_page","status":"publish","type":"page","link":"https:\/\/salosnv.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<div style=\"\n  --navy:#060a51;\n  --gold:#cc961a;\n  --ink:#071046;\n\n  background: var(--ink);\n  border-left: 4px solid var(--gold);\n  padding: 18px 22px;\n  border-radius: 10px;\n  font-family: 'Segoe UI', sans-serif;\n  color: #ffffff;\n  font-size: 16px;\n  line-height: 1.6;\n  box-shadow: 0 3px 10px rgba(0,0,0,0.25);\n\">\n  <div style=\"font-weight: 600; font-size: 15px; margin-bottom: 8px; color: var(--gold);\">\n    Legal Disclaimer\n  <\/div>\n  <div style=\"color: #e6e6e6;\">\n    The registrant is not an attorney licensed to practice law in the State of Nevada. \n    I am not authorized to provide legal advice or legal representation, and I may not \n    accept fees for legal advice or legal representation.\n  <\/div>\n<\/div>\n\n\n\n<section id=\"salo-impact\">\n  <style>\n    \/* === SALOSNV \u2013 OUR IMPACT (ENGLISH) === *\/\n    #salo-impact{\n      --salo-blue:#060a51;\n      --salo-gold:#cc961a;\n      --salo-bg:#f5f7fb;\n      position:relative;\n      width:100%;\n      padding:70px 6% 80px;\n      box-sizing:border-box;\n      background:var(--salo-bg);\n      text-align:center;\n      font-family:\"EB Garamond\",\"Garamond\",serif;\n    }\n\n    #salo-impact .impact-title{\n      font-size:2rem;\n      margin-bottom:45px;\n      color:var(--salo-blue);\n      letter-spacing:.18em;\n      text-transform:uppercase;\n    }\n\n    #salo-impact .impact-grid{\n      display:flex;\n      flex-wrap:wrap;\n      justify-content:center;\n      gap:40px;\n    }\n\n    #salo-impact .impact-card{\n      background:var(--salo-blue);\n      color:#ffffff;\n      padding:28px 45px;\n      border-radius:18px;\n      min-width:240px;\n      box-shadow:0 14px 28px rgba(0,0,0,0.12);\n      transition:transform .25s ease,\n                 box-shadow .25s ease,\n                 background .25s ease;\n    }\n\n    #salo-impact .impact-card:hover{\n      transform:translateY(-5px);\n      box-shadow:0 18px 40px rgba(0,0,0,0.20);\n      background:#0b0f6a;\n    }\n\n    #salo-impact .plus,\n    #salo-impact .num{\n      font-size:2.4rem;\n      font-weight:700;\n    }\n\n    #salo-impact .plus{\n      color:var(--salo-gold);\n      margin-right:6px;\n    }\n\n    #salo-impact .num{\n      color:#19b5ff; \/* n\u00famero en azul claro *\/\n    }\n\n    #salo-impact .label{\n      margin-top:14px;\n      font-size:1rem;\n      line-height:1.4;\n      color:#ffffff;\n    }\n\n    #salo-impact .label span{\n      color:var(--salo-gold);\n      font-weight:600;\n    }\n\n    \/* Responsive *\/\n    @media(max-width:768px){\n      #salo-impact{\n        padding:55px 5% 65px;\n      }\n      #salo-impact .impact-card{\n        width:100%;\n        max-width:330px;\n      }\n    }\n  <\/style>\n\n  <h2 class=\"impact-title\">OUR IMPACT<\/h2>\n\n  <div class=\"impact-grid\">\n\n    <!-- Google Reviews -->\n    <div class=\"impact-card\">\n      <span class=\"plus\">+<\/span>\n      <span class=\"num\" data-target=\"35\">0<\/span>\n      <p class=\"label\">\n        <span>5-Star Reviews<\/span> on Google\n      <\/p>\n    <\/div>\n\n    <!-- Satisfied Clients -->\n    <div class=\"impact-card\">\n      <span class=\"plus\">+<\/span>\n      <span class=\"num\" data-target=\"300\">0<\/span>\n      <p class=\"label\">\n        <span>Satisfied Clients<\/span>\n      <\/p>\n    <\/div>\n\n    <!-- IRS Tax Preparation Experience -->\n    <div class=\"impact-card\">\n      <span class=\"plus\">+<\/span>\n      <span class=\"num\" data-target=\"8\">0<\/span>\n      <p class=\"label\">\n        <span>Years of tax preparation<\/span> with the IRS\n      <\/p>\n    <\/div>\n\n    <!-- Multi-state Service (sin n\u00famero) -->\n    <div class=\"impact-card\">\n      <p class=\"label\">\n        <span>Multi-state service<\/span><br>\n        across the United States\n      <\/p>\n    <\/div>\n\n  <\/div>\n\n  <script>\n    document.addEventListener(\"DOMContentLoaded\", function(){\n      const counters = document.querySelectorAll(\"#salo-impact .num\");\n      const speed = 2000; \/\/ animation duration in ms\n\n      const animate = (counter) => {\n        const target = +counter.dataset.target;\n        const start = performance.now();\n\n        const update = (now) => {\n          const progress = Math.min((now - start) \/ speed, 1);\n          counter.textContent = Math.floor(progress * target);\n          if (progress < 1) {\n            requestAnimationFrame(update);\n          }\n        };\n\n        requestAnimationFrame(update);\n      };\n\n      const observer = new IntersectionObserver((entries, obs) => {\n        entries.forEach(e => {\n          if (e.isIntersecting) {\n            animate(e.target);\n            obs.unobserve(e.target);\n          }\n        });\n      }, { threshold: 0.3 });\n\n      counters.forEach(c => observer.observe(c));\n    });\n  <\/script>\n<\/section>\n\n\n\n<section id=\"mission-vision\" class=\"salosnv-mv\" aria-labelledby=\"mv-title\">\n<!-- MISSION & VISION SECTION -->\n<section class=\"salosnv-mv\" aria-labelledby=\"mv-title\">\n  <div class=\"salosnv-mv-inner\">\n    \n    <h2 id=\"mv-title\" class=\"mv-title text-navy\">Mission &amp; Vision<\/h2>\n\n    <!-- TABS -->\n    <div class=\"mv-tabs\" role=\"tablist\">\n      <button class=\"mv-tab is-active\" \n              type=\"button\" \n              role=\"tab\" \n              aria-selected=\"true\" \n              aria-controls=\"mv-mission\"\n              data-target=\"mv-mission\">\n        <span class=\"mv-label\">Mission<\/span>\n        <span class=\"mv-plus\">+<\/span>\n      <\/button>\n\n      <button class=\"mv-tab\" \n              type=\"button\" \n              role=\"tab\" \n              aria-selected=\"false\" \n              aria-controls=\"mv-vision\"\n              data-target=\"mv-vision\">\n        <span class=\"mv-label\">Vision<\/span>\n        <span class=\"mv-plus\">+<\/span>\n      <\/button>\n    <\/div>\n\n    <!-- PANELS -->\n    <div class=\"mv-panels\">\n      <div id=\"mv-mission\" \n           class=\"mv-panel is-active\" \n           role=\"tabpanel\">\n        <p>\n          To provide clear, reliable, and personalized tax and bookkeeping services \n          that help individuals and small businesses in Las Vegas stay compliant, \n          organized, and confident in every financial decision.\n        <\/p>\n      <\/div>\n\n      <div id=\"mv-vision\" \n           class=\"mv-panel\" \n           role=\"tabpanel\">\n        <p>\n          To become a trusted financial partner for our community, known for \n          integrity, clarity, and long-term guidance that empowers clients to \n          grow their businesses and protect their future.\n        <\/p>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n\/* ===========================\n   BASE COLORS (tu paleta)\n   =========================== *\/\n:root{\n  --navy:#060a51;\n  --gold:#cc961a;\n  --ink:#071046;\n}\n\n\/* ===========================\n   WRAPPER\n   =========================== *\/\n.salosnv-mv{\n  padding: 48px 18px 56px;\n  background: #ffffff;\n  font-family: \"Segoe UI\", system-ui, -apple-system, Arial, sans-serif;\n}\n\n.salosnv-mv-inner{\n  max-width: 1100px;\n  margin: 0 auto;\n}\n\n.mv-title{\n  font-size: 2.1rem;\n  font-weight: 800;\n  margin: 0 0 26px;\n}\n\n\/* ===========================\n   TABS (MISSION \/ VISION)\n   =========================== *\/\n.mv-tabs{\n  display: flex;\n  justify-content: center;\n  gap: 30px;\n  margin-bottom: 22px;\n}\n\n.mv-tab{\n  position: relative;\n  border: none;\n  background: transparent;\n  cursor: pointer;\n  padding: 10px 18px 12px;\n  font-size: 1.05rem;\n  text-transform: uppercase;\n  letter-spacing: 0.16em;\n  color: var(--navy);\n  font-weight: 700;\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.mv-tab::after{\n  content: \"\";\n  position: absolute;\n  left: 0;\n  right: 0;\n  bottom: -4px;\n  height: 2px;\n  background: rgba(6,10,81,0.18);\n  opacity: 0;\n  transform: scaleX(0.3);\n  transform-origin: center;\n  transition: opacity .25s ease, transform .25s ease;\n}\n\n.mv-tab .mv-plus{\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 20px;\n  height: 20px;\n  border-radius: 999px;\n  border: 1px solid rgba(6,10,81,0.38);\n  font-size: 14px;\n  font-weight: 700;\n  line-height: 1;\n}\n\n\/* Estado activo *\/\n.mv-tab.is-active{\n  color: var(--gold);\n}\n\n.mv-tab.is-active .mv-plus{\n  background: var(--gold);\n  border-color: var(--gold);\n  color: #ffffff;\n}\n\n.mv-tab.is-active::after{\n  opacity: 1;\n  transform: scaleX(1);\n}\n\n\/* ===========================\n   PANELS (FONDO AZUL FULLWIDTH)\n   =========================== *\/\n.mv-panels{\n  position: relative;\n}\n\n.mv-panel{\n  display: none;\n  padding: 40px 32px;\n  border-radius: 22px;\n  background: var(--navy);\n  color: #ffffff;\n  font-size: 1.14rem;\n  line-height: 1.9;\n  box-shadow: 0 18px 38px rgba(6,10,81,0.35);\n  overflow: hidden;\n}\n\n.mv-panel.is-active{\n  display: block;\n  animation: mvFade .4s ease-out;\n}\n\n.mv-panel p{\n  margin: 0;\n}\n\n\/* Sutil luz en los bordes *\/\n.mv-panel::before{\n  content:\"\";\n  position:absolute;\n  inset:-40%;\n  background: radial-gradient(circle at 10% 0%, rgba(255,255,255,0.18), transparent 60%),\n              radial-gradient(circle at 90% 100%, rgba(204,150,26,0.28), transparent 60%);\n  opacity:.25;\n  pointer-events:none;\n}\n\n@keyframes mvFade{\n  from{ opacity:0; transform: translateY(8px); }\n  to  { opacity:1; transform: translateY(0); }\n}\n\n\/* ===========================\n   RESPONSIVE\n   =========================== *\/\n@media (max-width: 720px){\n  .mv-title{\n    font-size: 1.9rem;\n    text-align: center;\n  }\n\n  .mv-tabs{\n    flex-direction: row;\n    gap: 18px;\n    justify-content: center;\n  }\n\n  .mv-tab{\n    font-size: 0.95rem;\n    padding-inline: 10px;\n  }\n\n  .mv-panel{\n    padding: 28px 20px;\n    font-size: 1.08rem;\n  }\n}\n.mv-panel{\n  display: none;\n  padding: 45px 38px;\n  border-radius: 26px;\n  background: #0b0f6a; \/* Azul marino LEGIBLE *\/\n  color: #ffffff; \/* TEXTO BLANCO *\/\n  font-size: 1.26rem;\n  line-height: 1.85;\n  box-shadow: 0 18px 38px rgba(6,10,81,0.35);\n  font-weight: 400;\n  position: relative;\n}\n\n\/* Luz interna m\u00e1s visible *\/\n.mv-panel::before{\n  content:\"\";\n  position:absolute;\n  inset:-30%;\n  background: \n    radial-gradient(circle at 20% 10%, rgba(255,255,255,0.25), transparent 60%),\n    radial-gradient(circle at 90% 100%, rgba(204,150,26,0.35), transparent 60%);\n  opacity:.45; \/* SUB\u00cd LA OPACIDAD *\/\n  pointer-events:none;\n}\n\n.mv-panel p{\n  margin: 0;\n  color:#ffffff; \/* aseguramos texto blanco *\/\n}\n\n\/* =======================================\n   FORZAR BOTONES MISSION & VISION A DORADO\n   ======================================= *\/\n\n.salosnv-mv .mv-tab {\n  background: #cc961a !important;        \/* dorado *\/\n  color: #060a51 !important;              \/* navy para texto *\/\n  border-radius: 10px !important;\n  border: 2px solid #cc961a !important;\n  font-weight: 700 !important;\n  box-shadow: 0 4px 10px rgba(204,150,26,0.35) !important;\n}\n\n\/* Hover *\/\n.salosnv-mv .mv-tab:hover {\n  background: #dda74a !important;         \/* dorado m\u00e1s claro *\/\n  color: #060a51 !important;\n}\n\n\/* El circulito del \"+\" *\/\n.salosnv-mv .mv-tab .mv-plus {\n  background: #060a51 !important;         \/* fondo azul *\/\n  color: #ffffff !important;              \/* + en blanco *\/\n  border-color: #060a51 !important;\n  width: 20px;\n  height: 20px;\n  font-size: 14px;\n  border-radius: 50%;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n}\n\n\/* Cuando est\u00e1 activo *\/\n.salosnv-mv .mv-tab.is-active {\n  background: #060a51 !important;         \/* azul marino *\/\n  border-color: #060a51 !important;\n  color: #ffffff !important;              \/* texto blanco *\/\n}\n\n.salosnv-mv .mv-tab.is-active .mv-plus {\n  background: #cc961a !important;         \/* doradito *\/\n  color: #060a51 !important;              \/* + en navy *\/\n  border-color: #cc961a !important;\n}\n\n\n\n<\/style>\n\n<script>\n\/\/ Tabs Mission \/ Vision\n(function(){\n  const tabs  = document.querySelectorAll('.mv-tab');\n  const panels = document.querySelectorAll('.mv-panel');\n  if (!tabs.length) return;\n\n  tabs.forEach(tab => {\n    tab.addEventListener('click', () => {\n      const targetId = tab.getAttribute('data-target');\n      if (!targetId) return;\n\n      \/\/ Actualizar pesta\u00f1as\n      tabs.forEach(t => {\n        t.classList.toggle('is-active', t === tab);\n        t.setAttribute('aria-selected', t === tab ? 'true' : 'false');\n      });\n\n      \/\/ Mostrar panel correspondiente\n      panels.forEach(panel => {\n        panel.classList.toggle('is-active', panel.id === targetId);\n      });\n    });\n  });\n})();\n<\/script>\n\n\n\n<section id=\"services\" class=\"salosnv-intro fade-root\" aria-labelledby=\"salosnv-title\">\n  <div class=\"salosnv-wrap\">\n\n    <h1 id=\"salosnv-title\" class=\"fade-in\">Tax Preparation &amp; Bookkeeping in Las Vegas \u2014 SaloSNV Multiservices<\/h1>\n\n    <div class=\"salosnv-copy\">\n      <p class=\"fade-in fade-delay-1\">\n        At <strong>SaloSNV Multiservices<\/strong>, we help individuals and small businesses in\n        <strong>Las Vegas, Nevada<\/strong> stay organized and compliant with their finances.\n        We provide <strong>tax preparation<\/strong>, <strong>bookkeeping<\/strong>,\n        <strong>ITIN applications<\/strong>, and <strong>business license assistance<\/strong>\n        with the personalized attention you deserve.\n      <\/p>\n      <p class=\"muted fade-in fade-delay-2\">\n        We focus on <strong>clarity, trust, and efficiency<\/strong> in every service \u2014 so you can file on time and make confident decisions.\n      <\/p>\n    <\/div>\n\n    <!-- SERVICES -->\n    <div class=\"salosnv-services\" aria-label=\"Main services\">\n\n      <article class=\"svc fade-in fade-delay-3\">\n        <h3>Tax Preparation<\/h3>\n        <p>Accurate returns filed on time, with a clear review of your deductions and credits.<\/p>\n      <\/article>\n\n      <article class=\"svc fade-in fade-delay-4\">\n        <h3>Bookkeeping<\/h3>\n        <p>Monthly records, reconciliations, and reports so you can run your business with confidence.<\/p>\n      <\/article>\n\n      <article class=\"svc fade-in fade-delay-5\">\n        <h3>ITIN Applications<\/h3>\n        <p>Step-by-step guidance to apply for or renew your ITIN number.<\/p>\n      <\/article>\n\n      <article class=\"svc fade-in fade-delay-6\">\n        <h3>Business License<\/h3>\n        <p>Support with essential licensing and filings for your Nevada business.<\/p>\n      <\/article>\n\n    <\/div>\n\n    <!-- CTA BUTTONS -->\n    <div class=\"salosnv-cta fade-in fade-delay-7\">\n      <a class=\"btn btn-primary\"\n         href=\"https:\/\/wa.me\/17024703001?text=Hello%20SaloSNV%2C%20I%20have%20questions%20about%20my%20taxes.\"\n         target=\"_blank\" rel=\"noopener\">WhatsApp<\/a>\n\n      <a class=\"btn btn-outline\" href=\"tel:+17024703001\">Call (702) 470-3001<\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n<style>\n\/* =======================================\n   VARIABLES\n======================================= *\/\n:root{\n  --navy:#060a51;\n  --gold:#cc961a;\n  --ink:#071046;\n  --muted:#3a4485;\n  --line:rgba(6,10,81,.12);\n  --bg:#fff;\n\n  --fade-dur:1.3s;\n  --fade-distance:16px;\n}\n\n\/* =======================================\n   SECTION BASE\n======================================= *\/\n.salosnv-intro{\n  background: var(--bg);\n  color: var(--ink);\n  padding: clamp(46px, 6.5vw, 70px) 18px;\n  font-family: \"Segoe UI\", system-ui, -apple-system, Arial, sans-serif;\n}\n\n.salosnv-wrap{\n  max-width: 1150px;\n  margin: 0 auto;\n}\n\n\/* TITLES *\/\n.salosnv-intro h1,\n.salosnv-intro h3{\n  color: var(--gold);\n}\n\n.salosnv-intro h1{\n  font-weight: 800;\n  line-height: 1.18;\n  font-size: clamp(2.3rem, 4vw, 3.1rem); \/* M\u00c1S GRANDE *\/\n  margin: 0 0 20px;\n  letter-spacing: .35px;\n}\n\n\/* PARAGRAPHS *\/\n.salosnv-copy{\n  font-size: clamp(1.16rem, 2.5vw, 1.3rem); \/* m\u00e1s grande *\/\n  line-height: 1.8;\n  margin-bottom: 26px;\n}\n.salosnv-copy .muted{\n  color: var(--muted);\n}\n\n\/* =======================================\n   SERVICE CARDS GRID\n======================================= *\/\n.salosnv-services{\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 22px;\n  margin: 28px 0 12px;\n}\n\/* =======================================\n   SERVICE CARDS \u2013 VERSI\u00d3N AZUL \/ DORADO\n======================================= *\/\n\n.salosnv-services{\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 22px;\n  margin: 28px 0 12px;\n}\n\n\/* CARD BASE *\/\n.svc{\n  position: relative;\n  overflow: hidden;\n  border-radius: 20px;\n  padding: 26px 22px;\n  border: 1px solid var(--line);\n  background: rgba(6,10,81,0.02);           \/* fondo muy claro azulado *\/\n  box-shadow: 0 8px 18px rgba(6,10,81,0.04);\n  transition:\n    box-shadow .25s ease,\n    transform .25s ease,\n    border-color .25s ease;\n}\n\n\/* Capa para el efecto de color completo *\/\n.svc::before{\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  border-radius: inherit;\n  background: transparent;                  \/* sin color de inicio *\/\n  z-index: 0;\n  transition: background .30s ease;\n}\n\n\/* TEXTO *\/\n.svc h3{\n  position: relative;\n  z-index: 1;\n  font-size: clamp(1.24rem, 2.3vw, 1.38rem);\n  margin: 0 0 10px;\n  font-weight: 800;\n  color: var(--navy);                        \/* t\u00edtulo azul por defecto *\/\n}\n\n.svc p{\n  position: relative;\n  z-index: 1;\n  margin: 0;\n  color: var(--ink);\n  font-size: 1.08rem;\n  line-height: 1.7;\n}\n\n\/* HOVER: card completamente AZUL, t\u00edtulo dorado, texto blanco *\/\n.svc:hover{\n  border-color: transparent;\n  box-shadow: 0 18px 40px rgba(6,10,81,.24);\n  transform: translateY(-4px);\n}\n\n.svc:hover::before{\n  background: var(--navy);                   \/* azul profundo cubre TODO el card *\/\n}\n\n\/* T\u00edtulo dorado, texto blanco al pasar el mouse *\/\n.svc:hover h3{\n  color: var(--gold);\n}\n\n.svc:hover p{\n  color: #ffffff;\n}\n\n\/* Opcional: primer y tercer card un poco m\u00e1s c\u00e1lidos de base *\/\n.salosnv-services .svc:nth-child(1),\n.salosnv-services .svc:nth-child(3){\n  background: rgba(204,150,26,0.06);        \/* dorado muy tenue *\/\n}\n\n\/* =======================================\n   CTA BUTTONS\n======================================= *\/\n.salosnv-cta{\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  gap: 12px;\n  flex-wrap: wrap;\n  margin-top: 34px;\n}\n\n.btn{\n  --h: 48px; --px: 24px;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  height: var(--h);\n  padding: 0 var(--px);\n  border-radius: 14px;\n  border: 2px solid transparent;\n  text-decoration: none;\n  font-weight: 800;\n  letter-spacing: .2px;\n  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, color .12s ease, border-color .12s ease;\n  font-size: 1.02rem;\n}\n\n.btn-primary{\n  background: var(--navy);\n  color: #fff;\n  box-shadow: 0 8px 20px rgba(6,10,81,.22);\n}\n.btn-primary:hover{\n  filter: brightness(1.05);\n  box-shadow: 0 10px 26px rgba(6,10,81,.28);\n}\n\n.btn-outline{\n  background: transparent;\n  color: var(--gold);\n  border-color: var(--gold);\n}\n.btn-outline:hover{\n  background: var(--gold);\n  color: var(--navy);\n  box-shadow: 0 8px 20px rgba(204,150,26,.25);\n}\n\n\/* =======================================\n   RESPONSIVE\n======================================= *\/\n@media (max-width: 980px){\n  .salosnv-services{\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n@media (max-width: 640px){\n  .salosnv-intro{\n    padding: 40px 16px;\n  }\n\n  .salosnv-intro h1{\n    font-size: 2.2rem;\n    line-height: 1.26;\n  }\n\n  .salosnv-copy{\n    font-size: 1.12rem;\n  }\n\n  .salosnv-services{\n    grid-template-columns: 1fr;\n  }\n\n  .svc{\n    padding: 24px 20px;\n  }\n\n  .svc h3{\n    font-size: 1.3rem;\n  }\n\n  .svc p{\n    font-size: 1.06rem;\n  }\n\n  .btn{\n    width: 100%;\n  }\n}\n\n\/* =======================================\n   FADE ANIMATIONS\n======================================= *\/\n.fade-root{\n  opacity: 0;\n  transform: translateY(10px);\n  transition: opacity .4s ease, transform .4s ease;\n}\n.fade-root.is-visible{\n  opacity: 1;\n  transform: translateY(0);\n}\n\n.fade-in{\n  opacity: 0;\n  transform: translateY(var(--fade-distance));\n  animation: fadeUp var(--fade-dur) ease-out forwards;\n}\n\n@keyframes fadeUp{\n  from{ opacity:0; transform: translateY(var(--fade-distance)); }\n  to  { opacity:1; transform: translateY(0); }\n}\n\n.fade-delay-1{ animation-delay: .10s; }\n.fade-delay-2{ animation-delay: .22s; }\n.fade-delay-3{ animation-delay: .34s; }\n.fade-delay-4{ animation-delay: .46s; }\n.fade-delay-5{ animation-delay: .58s; }\n.fade-delay-6{ animation-delay: .70s; }\n.fade-delay-7{ animation-delay: .82s; }\n\n@media (prefers-reduced-motion: reduce){\n  .fade-root, .fade-in{\n    opacity: 1 !important;\n    transform: none !important;\n    animation: none !important;\n    transition: none !important;\n  }\n}\n\/* ===========================================\n   \ud83d\udd25 AJUSTE DEFINITIVO: TIPOGRAF\u00cdA GRANDE\n   =========================================== *\/\n.svc h3 {\n  font-size: 1.65rem !important;   \/* T\u00cdTULO m\u00e1s grande *\/\n  line-height: 1.3 !important;\n}\n\n.svc p {\n  font-size: 1.25rem !important;   \/* P\u00c1RRAFO m\u00e1s grande *\/\n  line-height: 1.85 !important;\n}\n\n\/* ===========================================\n   \ud83d\udd25 MOBILE \u2013 A\u00daN M\u00c1S GRANDE EN CELULAR\n   =========================================== *\/\n@media (max-width: 640px) {\n  .svc {\n    padding: 34px 24px !important;\n    min-height: 260px !important;    \/* m\u00e1s alto todav\u00eda *\/\n  }\n\n  .svc h3 {\n    font-size: 1.75rem !important;\n  }\n\n  .svc p {\n    font-size: 1.32rem !important;\n  }\n}\n\n\/* ===========================================\n   \ud83d\udd25 DESKTOP \u2013 2 columnas, letra grande\n   =========================================== *\/\n@media (min-width: 641px) {\n  .salosnv-services {\n    grid-template-columns: repeat(2, 1fr) !important;\n    gap: 32px !important;\n  }\n\n  .svc {\n    min-height: 240px !important;\n    padding: 38px 30px !important;\n  }\n}\n\/* ===========================================\n   \ud83d\udd25 TIPOGRAF\u00cdA GRANDE PARA EL TEXTO INICIAL\n   =========================================== *\/\n\n\/* T\u00cdTULO PRINCIPAL *\/\n.salosnv-intro h1 {\n  font-size: 3rem !important;        \/* GRANDE en desktop *\/\n  line-height: 1.22 !important;\n  margin-bottom: 26px !important;\n}\n\n\/* P\u00c1RRAFOS *\/\n.salosnv-copy p {\n  font-size: 1.35rem !important;\n  line-height: 1.9 !important;\n  margin-bottom: 22px !important;\n}\n\n\/* El texto gris (muted) tambi\u00e9n m\u00e1s grande *\/\n.salosnv-copy p.muted {\n  font-size: 1.3rem !important;\n  line-height: 1.85 !important;\n}\n\n\/* ===========================================\n   \ud83d\udd25 M\u00d3VIL \u2013 TODAV\u00cdA M\u00c1S GRANDE Y LEGIBLE\n   =========================================== *\/\n@media (max-width: 640px) {\n\n  .salosnv-intro h1 {\n    font-size: 2.4rem !important;    \/* t\u00edtulo grande en m\u00f3vil *\/\n    line-height: 1.3 !important;\n  }\n\n  .salosnv-copy p {\n    font-size: 1.28rem !important;   \/* p\u00e1rrafos visibles *\/\n  }\n\n  .salosnv-copy p.muted {\n    font-size: 1.25rem !important;\n  }\n}\n\/* =======================================\n   \ud83d\udd35\ud83d\udc9b CARDS \u2013 AZUL PROFUNDO + DORADO\n======================================= *\/\n\n\/* GRID: 2 columnas en desktop, 1 en m\u00f3vil *\/\n.salosnv-services {\n  display: grid !important;\n  grid-template-columns: repeat(2, 1fr) !important;\n  gap: 32px !important;\n  margin: 28px 0 12px !important;\n}\n\n\/* CARD BASE *\/\n.svc {\n  position: relative;\n  overflow: hidden;\n  border-radius: 22px !important;\n  padding: 36px 26px !important;\n  border: 1px solid rgba(6,10,81,0.18) !important;\n  background: rgba(6,10,81,0.03) !important;\n  transition: all .30s ease !important;\n  box-shadow: 0 10px 22px rgba(6,10,81,0.08) !important;\n}\n\n\/* CAPA de color completo *\/\n.svc::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background: transparent;\n  border-radius: inherit;\n  z-index: 0;\n  transition: background .35s ease !important;\n}\n\n\/* TEXTO por defecto *\/\n.svc h3 {\n  position: relative;\n  z-index: 1;\n  color: var(--navy) !important;\n  font-weight: 800 !important;\n  margin-bottom: 12px !important;\n}\n\n.svc p {\n  position: relative;\n  z-index: 1;\n  color: var(--ink) !important;\n}\n\n\/* HOVER: azul profundo completo *\/\n.svc:hover::before {\n  background: var(--navy) !important;\n}\n\n.svc:hover {\n  transform: translateY(-6px) !important;\n  box-shadow: 0 18px 36px rgba(6,10,81,0.25) !important;\n  border-color: transparent !important;\n}\n\n\/* TEXTO en hover: dorado + blanco *\/\n.svc:hover h3 {\n  color: var(--gold) !important;\n}\n\n.svc:hover p {\n  color: #ffffff !important;\n}\n\n\/* TONO dorado tenue para Tax Prep e ITIN *\/\n.salosnv-services .svc:nth-child(1),\n.salosnv-services .svc:nth-child(3) {\n  background: rgba(204,150,26,0.07) !important;\n}\n\n\/* RESPONSIVE mobile *\/\n@media (max-width: 640px) {\n  .salosnv-services {\n    grid-template-columns: 1fr !important;\n    gap: 26px !important;\n  }\n\n  .svc {\n    min-height: 260px !important;\n    padding: 32px 22px !important;\n  }\n\n  .svc h3 {\n    font-size: 1.75rem !important;\n  }\n\n  .svc p {\n    font-size: 1.33rem !important;\n  }\n}\n\n.salosnv-intro h1 { color:#060a51 !important; }   \/* azul navy *\/\n.salosnv-intro p  { color:#071046 !important; }   \/* azul profundo *\/\n.salosnv-copy .muted { color:#3a4485 !important; } \/* azul gris\u00e1ceo *\/\n\n<\/style>\n\n<script>\n\/\/ Revela la secci\u00f3n cuando entra al viewport\n(function(){\n  const el = document.querySelector('.salosnv-intro.fade-root');\n  if(!el) return;\n\n  if(!('IntersectionObserver' in window)){\n    el.classList.add('is-visible');\n    return;\n  }\n\n  const io = new IntersectionObserver((entries)=>{\n    entries.forEach(entry=>{\n      if(entry.isIntersecting){\n        el.classList.add('is-visible');\n        io.unobserve(entry.target);\n      }\n    });\n  }, {threshold: .15});\n\n  io.observe(el);\n})();\n<\/script>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<section id=\"reviews\" class=\"salosnv-reviews-block\">\n<\/section>\n\n\n<pre class=\"ti-widget\"><template id=\"trustindex-google-widget-html\"><div class=\" ti-widget  ti-goog ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-time-locale=\"%d %s ago|today|day|days|week|weeks|month|months|year|years\" data-plugin-version=\"13.2.9\" data-layout-id=\"34\" data-layout-category=\"slider\" data-set-id=\"soft\" data-pid=\"\" data-language=\"en\" data-close-locale=\"Close\" data-review-target-width=\"300\" data-css-version=\"2\" data-reply-by-locale=\"Owner's reply\" data-only-rating-locale=\"This user only left a rating.\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-3\"> <div class=\"ti-header ti-header-grid source-Google\"> <div class=\"ti-fade-container\"> <div class=\"ti-rating-text\"> <strong class=\"ti-rating ti-rating-large\"> EXCELLENT <\/strong> <\/div> <span class=\"ti-stars star-lg\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-rating-text\"> <span class=\"nowrap\">Based on <strong>32 reviews<\/strong><\/span> <\/div> <div class=\"ti-large-logo\"> <div class=\"ti-v-center\"> <trustindex-image class=\"ti-logo-fb\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/logo.svg\" width=\"150\" height=\"25\" loading=\"lazy\" alt=\"Google\"><\/trustindex-image> <\/div> <\/div> <\/div> <\/div> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Next review\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"Previous review\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" data-time=\"1761955200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJfg6lxbaXfJfJsGJGe7n05A5MszeUzQCZ4HIOPd-hOaCCmFA=w40-h40-c-rp-mo-br100\" alt=\"Dayana Perez Quevedo profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Dayana Perez Quevedo <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Excelentes servicios, muy efectivo, honestidad y acompa\u00f1amiento desde el inicio hasta el final.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1761955200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJWtrMophOalZs5jx-fFACl4OqnnLYqflG3ISQInHzJBqgrew=w40-h40-c-rp-mo-br100\" alt=\"Jessica calderon profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Jessica calderon <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Un equipo serio, responsable y muy preparado. Me orientaron en cada paso del proceso y resolvieron todas mis dudas con paciencia y amabilidad. Sin duda, los mejores en preparaci\u00f3n de taxes. \u00a1Recomendad\u00edsimos! \ud83d\udcaf<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1761955200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUQVAczFcMm9uy9MH119qXYhIkN2ndI2r4xmaNNpQBLin7MnmY=w40-h40-c-rp-mo-br100\" alt=\"maria jose vargas calderon profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> maria jose vargas calderon <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Excelente experiencia con esta empresa. Desde que entr\u00e9, me atendieron con una sonrisa y much\u00edsimo profesionalismo. Me ayudaron con mis taxes de forma r\u00e1pida, clara y segura. Se nota que aman lo que hacen. \u00a1Mil gracias por su excelente atenci\u00f3n y servicio! \ud83d\ude4f\ud83d\udc4f<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1761955200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLKG5mwUQEZRjeIYr4at4l_phMq4Vo_JB1QFoCXmXAYgO5VTg=w40-h40-c-rp-mo-br100\" alt=\"Joaqu\u00edn El\u00edas Calderon profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Joaqu\u00edn El\u00edas Calderon <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Excelente servicio, muy profesionales y con una atenci\u00f3n de primera. Me explicaron todo el proceso con claridad y me ayudaron a obtener el mejor resultado posible. \u00a1Los recomiendo totalmente!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1761955200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJIU3cS0chdVgvFy9OaDsHi-ipSM4Di2hq763dCNNAetq9tAg=w40-h40-c-rp-mo-br100\" alt=\"jessica Calder\u00f3n profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> jessica Calder\u00f3n <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Quiero felicitar a todo el equipo por su excelente trabajo, profesionalismo y atenci\u00f3n. Se nota la experiencia y el compromiso con sus clientes. \u00a1Gracias por su ayuda y por hacer todo tan f\u00e1cil y r\u00e1pido!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1761955200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVFe5IsAncFHnK6o0bPm7gYK9SNd-QRCSZJCdkR0kktrckco3c=w40-h40-c-rp-mo-br100\" alt=\"PA Q \u0301 PIKE \u0301S profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> PA Q \u0301 PIKE \u0301S <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Servicios de calidad, Mi compa\u00f1\u00eda ha contratado varios servicios y en todos han demostrado su profesionalismo y cumplimiento con lo acordado.\nLo recomiendo al 100 %<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1761955200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJ5qgOUh2TceKQzZ5Exvc68IcRLxapXrPqjG_fz-eto9IPpFg=w40-h40-c-rp-mo-br100\" alt=\"Jairo Vargas profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Jairo Vargas <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Excellent Service!\nI had an amazing experience at this tax office here in Las Vegas. The entire team was professional, knowledgeable, and very friendly. They took the time to explain every detail and made sure I got the best results possible. I really appreciate their honesty and efficiency \u2014 it made the whole process stress-free and smooth.\nIf you\u2019re looking for a trustworthy and reliable place to do your taxes, I highly recommend this office! They truly care about their clients and go above and beyond every time.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div> <\/div>   <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-google-widget-html\" data-css-url=\"https:\/\/salosnv.com\/wp-content\/uploads\/trustindex-google-widget.css?1775235514\"><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<section id=\"appointment\" class=\"salosnv-appointments-block\">\n<\/section>\n\n\n\n<!-- ===== T\u00edtulo \u201cLeave us a message!\u201d dorado elegante ===== -->\n<style>\n  .aura-title{\n    text-align:center;\n    font-size: clamp(2rem, 5vw, 3rem);\n    font-weight: 800;\n    color: #cc961a; \/* Dorado principal *\/\n    letter-spacing: .05em;\n    text-transform: uppercase;\n    margin: 20px auto 10px;\n    text-shadow: 0 2px 6px rgba(0,0,0,.1);\n    font-family: \"Poppins\", \"Segoe UI\", sans-serif;\n  }\n\n  \/* Efecto de brillo dorado animado *\/\n  .aura-title span{\n    background: linear-gradient(90deg, #b88910, #f2cf7a, #b88910);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-size: 200%;\n    animation: shimmer 4s infinite linear;\n  }\n\n  @keyframes shimmer{\n    0%{ background-position: 0% 50%; }\n    100%{ background-position: 100% 50%; }\n  }\n<\/style>\n\n<h2 class=\"aura-title\">\n  <span>BOOK AN APPOINTMENT NOW!<\/span>\n<\/h2>\n<!-- ===== \/T\u00edtulo ===== -->\n\n<body style=\"margin:0; font-family: 'Segoe UI', Arial, sans-serif; background-color:#f9f9f9;\">\n\n<!-- ===== Calendario Bookedin Mejorado ===== -->\n<div class=\"calendar-container\">\n  <!-- begin Bookedin website calendar loader -->\n  <script>\n    (function (a,b,c) {\n        var po=b.createElement(a);po.type='text\/javascript';\n        po.async = true;po.src='https:\/\/scheduler.bookedin.com\/widget\/widget.js';\n        var s=b.getElementsByTagName(a)[0];\n        s.parentNode.insertBefore(po, s);\n    })('script', document, window);\n  <\/script>\n  <!-- end Bookedin website calendar loader -->\n\n  <!-- begin Bookedin website calendar -->\n  <div class='b-w-widget' \n       widget-font='Arial'\n       widget-theme-color='Light'\n       widget-bar-color='f35000'\n       widget-company='salosnv-multiservices-llc'\n       widget-gunton-url='https:\/\/bookedin.com\/book\/'>\n       <a href='https:\/\/bookedin.com?cid=266' target='_blank'>Bookedin<\/a>\n  <\/div>\n  <!-- end Bookedin website calendar -->\n<\/div>\n\n<style>\n\/* Contenedor general *\/\n.calendar-container {\n  max-width: 900px;\n  margin: 40px auto;\n  background: #fff;\n  border-radius: 20px;\n  box-shadow: 0 10px 25px rgba(0,0,0,0.1);\n  padding: 30px 20px;\n  text-align: center;\n  animation: fadeIn 1.2s ease-out;\n}\n\n\/* Transici\u00f3n suave *\/\n@keyframes fadeIn {\n  from {opacity: 0; transform: translateY(10px);}\n  to {opacity: 1; transform: translateY(0);}\n}\n\n\/* Bot\u00f3n Bookedin (si se muestra link) *\/\n.calendar-container a {\n  display: inline-block;\n  margin-top: 20px;\n  background-color: #f35000;\n  color: white !important;\n  text-decoration: none;\n  padding: 10px 18px;\n  border-radius: 8px;\n  transition: background-color 0.3s ease;\n}\n.calendar-container a:hover {\n  background-color: #d94100;\n}\n\n\/* Para pantallas peque\u00f1as *\/\n@media (max-width: 600px) {\n  .calendar-container {\n    padding: 20px 10px;\n    border-radius: 15px;\n  }\n}\n<\/style>\n\n<\/body>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<!-- ===== T\u00edtulo \u201cLeave us a message!\u201d dorado elegante ===== -->\n<style>\n  .aura-title{\n    text-align:center;\n    font-size: clamp(2rem, 5vw, 3rem);\n    font-weight: 800;\n    color: #cc961a; \/* Dorado principal *\/\n    letter-spacing: .05em;\n    text-transform: uppercase;\n    margin: 20px auto 10px;\n    text-shadow: 0 2px 6px rgba(0,0,0,.1);\n    font-family: \"Poppins\", \"Segoe UI\", sans-serif;\n  }\n\n  \/* Efecto de brillo dorado animado *\/\n  .aura-title span{\n    background: linear-gradient(90deg, #b88910, #f2cf7a, #b88910);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-size: 200%;\n    animation: shimmer 4s infinite linear;\n  }\n\n  @keyframes shimmer{\n    0%{ background-position: 0% 50%; }\n    100%{ background-position: 100% 50%; }\n  }\n<\/style>\n\n<h2 class=\"aura-title\">\n  <span>5250 S Pecos RD Suite 100E, Las Vegas, NV 89120<\/span>\n<\/h2>\n<!-- ===== \/T\u00edtulo ===== -->\n\n<!-- ====== Mapa de Google estilizado ====== -->\n<div class=\"map-container\">\n  <h2 class=\"map-title\">\ud83d\udccd find us easily<\/h2>\n  <div class=\"map-frame\">\n    <iframe \n      src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3223.9696576813135!2d-115.1031597227491!3d36.09422767245685!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80c8c53f2c09ff73%3A0x4ecd0c939c70cc29!2sSaloSNV%20Multiservices%20LLC!5e0!3m2!1ses-419!2sus!4v1743817030032!5m2!1ses-419!2sus\" \n      allowfullscreen \n      loading=\"lazy\" \n      referrerpolicy=\"no-referrer-when-downgrade\">\n    <\/iframe>\n  <\/div>\n<\/div>\n\n<style>\n.map-container {\n  max-width: 900px;\n  margin: 50px auto;\n  text-align: center;\n  background: #ffffff;\n  border-radius: 20px;\n  box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n  padding: 25px 20px 40px;\n  animation: fadeIn 1.2s ease-in-out;\n}\n\n.map-title {\n  font-family: 'Segoe UI', Arial, sans-serif;\n  color: #0B7278;\n  font-size: 1.6rem;\n  margin-bottom: 20px;\n  letter-spacing: 0.5px;\n}\n\n.map-frame {\n  position: relative;\n  overflow: hidden;\n  border-radius: 15px;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.15);\n}\n\n.map-frame iframe {\n  width: 100%;\n  height: 450px;\n  border: 0;\n  transition: transform 0.3s ease;\n}\n\n.map-frame iframe:hover {\n  transform: scale(1.02);\n}\n\n\/* Animaci\u00f3n de aparici\u00f3n *\/\n@keyframes fadeIn {\n  from {opacity: 0; transform: translateY(20px);}\n  to {opacity: 1; transform: translateY(0);}\n}\n\n\/* Responsive *\/\n@media (max-width: 600px) {\n  .map-container {\n    padding: 20px 10px 30px;\n  }\n  .map-title {\n    font-size: 1.3rem;\n  }\n  .map-frame iframe {\n    height: 300px;\n  }\n}\n<\/style>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"has-text-align-center has-luminous-vivid-orange-color has-text-color has-link-color has-medium-font-size wp-elements-622091d20c96df9073ba35b3c0db89fa\" style=\"font-style:italic;font-weight:1000\"><\/p>\n\n\n\n<section id=\"message\" class=\"salosnv-contact-block\">\n  <div class=\"salosnv-contact-inner\">\n\n    <h2 class=\"salosnv-contact-title\">Leave us a message<\/h2>\n    <p class=\"salosnv-contact-text\">\n      Send us your questions about taxes, bookkeeping, ITIN applications, or business licenses.\n      We\u2019ll get back to you as soon as possible.\n    <\/p>\n\n    <!-- FORMULARIO -->\n    <div class=\"salosnv-contact-form\">\n      <style id=\"wpforms-css-vars-178\">\n\t\t\t\t#wpforms-178 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-178\"><form id=\"wpforms-form-178\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"178\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F11\" data-token=\"a301f8c400955e9c19ebfd90a3cc12a3\" data-token-time=\"1777366244\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-178-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-178-field_1\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-178-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-178-field_1-error\" required><\/div>\t\t<div id=\"wpforms-178-field_4-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"4\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-178-field_4\" >Name Email Message<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-178-field_4\" class=\"wpforms-field-medium\" name=\"wpforms[fields][4]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-178-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><label class=\"wpforms-field-label\" for=\"wpforms-178-field_2\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"email\" id=\"wpforms-178-field_2\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][2]\" spellcheck=\"false\" aria-errormessage=\"wpforms-178-field_2-error\" required><\/div><div id=\"wpforms-178-field_3-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"3\"><label class=\"wpforms-field-label\" for=\"wpforms-178-field_3\">Comment or Message <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><textarea id=\"wpforms-178-field_3\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][3]\" aria-errormessage=\"wpforms-178-field_3-error\" required><\/textarea><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-178-field_4-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-178-field_4-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-178-field_4-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-recaptcha-container wpforms-is-hcaptcha\" ><div class=\"h-captcha\" data-sitekey=\"915c3500-a1e0-4a0c-b4fc-e3c495fae3ae\"><\/div><input type=\"text\" name=\"g-recaptcha-hidden\" class=\"wpforms-recaptcha-hidden\" style=\"position:absolute!important;clip:rect(0,0,0,0)!important;height:1px!important;width:1px!important;border:0!important;overflow:hidden!important;padding:0!important;margin:0!important;\" data-rule-hcaptcha=\"1\"><\/div><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"178\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/salosnv.com\/index.php?rest_route=\/wp\/v2\/pages\/11\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-178\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/salosnv.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n\n<!-- ====== Informaci\u00f3n de Contacto Salosnv ====== -->\n<section id=\"contact\" class=\"contact-info fade-root\">\n  <h2 class=\"contact-title fade-in\">SaloSNV Multiservices LLC<\/h2>\n  <p class=\"contact-line fade-in fade-delay-1\">\n    <strong>Phone:<\/strong> \n    <a href=\"tel:+17024703001\">(702) 470-3001<\/a> &nbsp; | &nbsp;\n    <strong>Email:<\/strong> \n    <a href=\"mailto:info@salosnv.com\">info@salosnv.com<\/a>\n  <\/p>\n  <p class=\"contact-address fade-in fade-delay-2\">\n    \ud83d\udccd 5250 S Pecos Rd Suite 100E, Las Vegas, NV 89120\n  <\/p>\n<\/section>\n\n<style>\n:root {\n  --navy: #060a51;\n  --gold: #cc961a;\n  --fade-dur: 1.4s;\n  --fade-distance: 14px;\n}\n\n.contact-info {\n  text-align: center;\n  font-family: 'Segoe UI', Arial, sans-serif;\n  color: var(--navy);\n  background: #fff;\n  padding: 50px 20px 40px;\n  border-radius: 20px;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n  margin: 50px auto;\n  max-width: 900px;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* ---- T\u00edtulo ---- *\/\n.contact-title {\n  font-size: 2rem;\n  color: var(--gold);\n  margin-bottom: 15px;\n  border-bottom: 2px solid var(--gold);\n  display: inline-block;\n  padding-bottom: 6px;\n  letter-spacing: 0.6px;\n  text-transform: uppercase;\n  font-weight: 800;\n}\n\n\/* ---- Texto ---- *\/\n.contact-line, .contact-address {\n  font-size: 1.1rem;\n  margin: 12px 0;\n  line-height: 1.7em;\n}\n\n.contact-line strong,\n.contact-address strong {\n  color: var(--gold);\n}\n\n.contact-line a, .contact-address a {\n  color: var(--navy);\n  text-decoration: none;\n  font-weight: 600;\n  transition: color .25s ease, text-shadow .25s ease;\n}\n\n.contact-line a:hover, .contact-address a:hover {\n  color: var(--gold);\n  text-shadow: 0 0 8px rgba(204,150,26,0.4);\n}\n\n\/* ---- Fade-in Animation ---- *\/\n.fade-root {\n  opacity: 0;\n  transform: translateY(12px);\n  transition: opacity .5s ease, transform .5s ease;\n}\n.fade-root.is-visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n.fade-in {\n  opacity: 0;\n  transform: translateY(var(--fade-distance));\n  animation: fadeUp var(--fade-dur) ease-out forwards;\n}\n@keyframes fadeUp {\n  from { opacity: 0; transform: translateY(var(--fade-distance)); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n.fade-delay-1 { animation-delay: 0.2s; }\n.fade-delay-2 { animation-delay: 0.4s; }\n\n\/* ---- Responsive ---- *\/\n@media (max-width: 600px) {\n  .contact-info {\n    padding: 30px 15px;\n    margin: 30px auto;\n  }\n  .contact-title {\n    font-size: 1.6rem;\n  }\n  .contact-line, .contact-address {\n    font-size: 1rem;\n  }\n}\n\n\/* Accesibilidad *\/\n@media (prefers-reduced-motion: reduce){\n  .fade-root, .fade-in{\n    opacity: 1 !important; transform: none !important;\n    transition: none !important; animation: none !important;\n  }\n}\n<\/style>\n\n<script>\n(function(){\n  const el = document.querySelector('.contact-info.fade-root');\n  if(!el) return;\n  if(!('IntersectionObserver' in window)){ el.classList.add('is-visible'); return; }\n\n  const io = new IntersectionObserver((entries)=>{\n    entries.forEach(entry=>{\n      if(entry.isIntersecting){\n        el.classList.add('is-visible');\n        io.unobserve(entry.target);\n      }\n    });\n  }, { threshold: .2 });\n  io.observe(el);\n})();\n<\/script>\n\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"LocalBusiness\",\n  \"name\": \"Salosnv Multiservices LLC\",\n  \"image\": \"https:\/\/tusitio.com\/logo.png\",\n  \"telephone\": \"(702) 470-3001\",\n  \"email\": \"info@salosnv.com\",\n  \"address\": {\n    \"@type\": \"PostalAddress\",\n    \"streetAddress\": \"5250 S Pecos Rd Suite 100E\",\n    \"addressLocality\": \"Las Vegas\",\n    \"addressRegion\": \"NV\",\n    \"postalCode\": \"89120\",\n    \"addressCountry\": \"US\"\n  },\n  \"url\": \"https:\/\/salosnv.com\",\n  \"aggregateRating\": {\n    \"@type\": \"AggregateRating\",\n    \"ratingValue\": \"4.9\",\n    \"reviewCount\": \"123\"\n  }\n}\n<\/script>\n<script>\ndocument.addEventListener('DOMContentLoaded', () => {\n  document.querySelectorAll('.review-card .more-toggle').forEach(btn => {\n    btn.textContent = 'Leer m\u00e1s';\n    btn.setAttribute('aria-expanded','false');\n    btn.addEventListener('click', e => {\n      const card = e.currentTarget.closest('.review-card');\n      card.classList.toggle('open');\n      const open = card.classList.contains('open');\n      e.currentTarget.textContent = open ? 'Leer menos' : 'Leer m\u00e1s';\n      e.currentTarget.setAttribute('aria-expanded', String(open));\n    });\n  });\n});\n<\/script>\n<style>\n\/* Ajusta los selectores a los de tu plugin *\/\n.review-card .review-text{ max-height: 7.2em; overflow: hidden; }\n.review-card.open .review-text{ max-height: none; }\n.review-card .more-toggle{\n  background: transparent; border: 0; cursor: pointer;\n  color: #0B7278; font-weight: 600; padding: 0; text-decoration: underline;\n}\n<\/style>\n\n\n\n<script>\n(function(){\n  var el = document.getElementById('wpforms-178');\n  if(!el) return;\n  if(!('IntersectionObserver' in window)){ el.classList.add('is-visible'); return; }\n  var io = new IntersectionObserver(function(es){\n    es.forEach(function(e){\n      if(e.isIntersecting){ el.classList.add('is-visible'); io.unobserve(e.target); }\n    });\n  }, {threshold:.15});\n  io.observe(el);\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Legal Disclaimer The registrant is not an attorney licensed to practice law in the State of Nevada. I am not authorized to provide legal advice or legal representation, and I may not accept fees for legal advice or legal representation. OUR IMPACT + 0 5-Star Reviews on Google + 0 Satisfied Clients + 0 Years [&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-11","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/salosnv.com\/index.php?rest_route=\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/salosnv.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/salosnv.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/salosnv.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/salosnv.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11"}],"version-history":[{"count":166,"href":"https:\/\/salosnv.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":362,"href":"https:\/\/salosnv.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions\/362"}],"wp:attachment":[{"href":"https:\/\/salosnv.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}