{"id":684,"date":"2026-08-13T18:05:30","date_gmt":"2026-08-13T23:05:30","guid":{"rendered":"https:\/\/www.lanuevaomaha.com\/?page_id=684"},"modified":"2026-08-13T18:35:34","modified_gmt":"2026-08-13T23:35:34","slug":"terms-of-service","status":"publish","type":"page","link":"https:\/\/www.lanuevaomaha.com\/en_us\/terms-of-service\/","title":{"rendered":"Terms of Service"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* =========================================================\n   LA NUEVA OMAHA\n   TERMS OF SERVICE\n   WORDPRESS-SAFE STYLES\n   ========================================================= *\/\n\n\n\/* =========================================================\n   BASE\n   ========================================================= *\/\n\n.ln-legal,\n.ln-legal * {\n  box-sizing: border-box;\n}\n\n.ln-legal {\n  --ln-red: #780715;\n  --ln-red-dark: #4c080f;\n\n  --ln-gold: #d6b414;\n  --ln-gold-light: #f0d54a;\n\n  --ln-text: #2b2824;\n  --ln-muted: #625e59;\n\n  --ln-cream: #fffdf8;\n  --ln-cream-dark: #faf6eb;\n\n  --ln-border: rgba(214, 180, 20, 0.18);\n\n  width: 100%;\n  max-width: 100%;\n\n  margin: 0;\n  padding: 0;\n\n  font-family: inherit;\n  line-height: 1.7;\n\n  color: var(--ln-text);\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.ln-legal-header {\n  position: relative;\n\n  width: 100%;\n\n  margin: 0 0 36px;\n\n  padding:\n    clamp(38px, 6vw, 70px)\n    clamp(22px, 5vw, 58px);\n\n  overflow: hidden;\n\n  border-radius: 16px;\n\n  background:\n    radial-gradient(\n      circle at 90% 10%,\n      rgba(213, 144, 69, 0.28),\n      transparent 32%\n    ),\n    linear-gradient(\n      135deg,\n      #40050a,\n      #720713 60%,\n      #8c0b1a\n    );\n\n  box-shadow:\n    0 12px 35px rgba(0, 0, 0, 0.08);\n}\n\n\n\/* Gold line under hero *\/\n\n.ln-legal-header::after {\n  content: \"\";\n\n  position: absolute;\n\n  left: 0;\n  bottom: 0;\n\n  width: 100%;\n  height: 5px;\n\n  background:\n    linear-gradient(\n      90deg,\n      var(--ln-gold),\n      var(--ln-gold-light),\n      var(--ln-gold)\n    );\n}\n\n\n\/* =========================================================\n   HERO EYEBROW\n   ========================================================= *\/\n\n.ln-legal-kicker {\n  display: flex;\n  align-items: center;\n\n  margin-bottom: 16px;\n\n  color: var(--ln-gold-light);\n\n  font-size: 12px;\n  font-weight: 800;\n\n  letter-spacing: 0.2em;\n\n  text-transform: uppercase;\n}\n\n.ln-legal-kicker::before {\n  content: \"\";\n\n  width: 30px;\n  height: 3px;\n\n  margin-right: 12px;\n\n  border-radius: 10px;\n\n  background: var(--ln-gold);\n}\n\n\n\/* =========================================================\n   HERO TITLE\n   ========================================================= *\/\n\n.ln-legal-header h1 {\n  margin: 0 0 18px !important;\n  padding: 0 !important;\n\n  color: #ffffff !important;\n\n  font-family: inherit !important;\n\n  font-size: clamp(38px, 6vw, 62px) !important;\n  font-weight: 800 !important;\n  line-height: 1.06 !important;\n\n  text-transform: none !important;\n\n  letter-spacing: -0.035em !important;\n}\n\n\n\/* =========================================================\n   HERO DESCRIPTION\n   ========================================================= *\/\n\n.ln-legal-lead {\n  max-width: 760px;\n\n  margin: 0 !important;\n\n  color: rgba(255, 255, 255, 0.84) !important;\n\n  font-size: clamp(15px, 1.5vw, 18px) !important;\n  line-height: 1.75 !important;\n}\n\n\n\/* =========================================================\n   LAST UPDATED\n   ========================================================= *\/\n\n.ln-legal-date {\n  display: inline-block;\n\n  margin-top: 24px;\n\n  padding: 8px 14px;\n\n  border:\n    1px solid\n    rgba(255, 255, 255, 0.20);\n\n  border-radius: 50px;\n\n  color:\n    rgba(255, 255, 255, 0.82);\n\n  background:\n    rgba(255, 255, 255, 0.08);\n\n  font-size: 12px;\n  font-weight: 600;\n\n  backdrop-filter: blur(4px);\n  -webkit-backdrop-filter: blur(4px);\n}\n\n\n\/* =========================================================\n   INNER CONTENT\n   ========================================================= *\/\n\n.ln-legal-body {\n  width: 100%;\n  max-width: 100%;\n\n  margin: 0;\n}\n\n\n\/* =========================================================\n   ON THIS PAGE NAVIGATION\n   ========================================================= *\/\n\n.ln-legal-nav {\n  margin-bottom: 26px;\n\n  padding: 20px 22px;\n\n  border:\n    1px solid\n    rgba(214, 180, 20, 0.20);\n\n  border-radius: 12px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fffdf8 0%,\n      #faf6eb 100%\n    );\n\n  box-shadow:\n    0 8px 25px\n    rgba(0, 0, 0, 0.05);\n}\n\n\n\/* ON THIS PAGE heading *\/\n\n.ln-legal-nav > strong {\n  display: block;\n\n  margin-bottom: 12px;\n\n  color: var(--ln-red);\n\n  font-size: 11px;\n  font-weight: 800;\n\n  letter-spacing: 0.14em;\n\n  text-transform: uppercase;\n}\n\n\n\/* Navigation links container *\/\n\n.ln-legal-nav-links {\n  display: flex;\n  flex-wrap: wrap;\n\n  gap: 7px;\n}\n\n\n\/* Navigation buttons *\/\n\n.ln-legal-nav-links a {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  padding: 7px 11px;\n\n  border:\n    1px solid\n    rgba(120, 7, 21, 0.05);\n\n  border-radius: 6px;\n\n  background:\n    rgba(120, 7, 21, 0.055);\n\n  color: #514b47 !important;\n\n  font-size: 12px;\n  font-weight: 600;\n\n  line-height: 1.2;\n\n  text-decoration: none !important;\n\n  transition:\n    color 0.2s ease,\n    background 0.2s ease,\n    border-color 0.2s ease,\n    transform 0.2s ease;\n}\n\n\n\/* Navigation hover *\/\n\n.ln-legal-nav-links a:hover {\n  color: var(--ln-red) !important;\n\n  background:\n    rgba(214, 180, 20, 0.14);\n\n  border-color:\n    rgba(214, 180, 20, 0.28);\n\n  transform: translateY(-1px);\n}\n\n\n\/* =========================================================\n   LEGAL SECTIONS \/ CARDS\n   ========================================================= *\/\n\n.ln-legal-section {\n  position: relative;\n\n  display: grid;\n\n  grid-template-columns:\n    46px\n    minmax(0, 1fr);\n\n  gap: 18px;\n\n  width: 100%;\n\n  margin: 0 0 18px;\n\n  padding:\n    clamp(22px, 4vw, 32px);\n\n  overflow: hidden;\n\n  scroll-margin-top: 30px;\n\n  border:\n    1px solid\n    rgba(214, 180, 20, 0.18);\n\n  border-radius: 13px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fffdf8 0%,\n      #faf6eb 100%\n    );\n\n  box-shadow:\n    0 8px 24px\n    rgba(0, 0, 0, 0.045);\n\n  transition:\n    border-color 0.25s ease,\n    box-shadow 0.25s ease,\n    transform 0.25s ease;\n}\n\n\n\/* Subtle gold accent *\/\n\n.ln-legal-section::before {\n  content: \"\";\n\n  position: absolute;\n\n  top: 0;\n  left: 0;\n\n  width: 100%;\n  height: 3px;\n\n  background:\n    linear-gradient(\n      90deg,\n      var(--ln-gold) 0%,\n      rgba(214, 180, 20, 0.38) 35%,\n      transparent 80%\n    );\n}\n\n\n\/* Very subtle card hover *\/\n\n.ln-legal-section:hover {\n  border-color:\n    rgba(214, 180, 20, 0.30);\n\n  box-shadow:\n    0 10px 30px\n    rgba(0, 0, 0, 0.06);\n}\n\n\n\/* =========================================================\n   SECTION NUMBERS\n   ========================================================= *\/\n\n.ln-legal-number {\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  width: 42px;\n  height: 42px;\n\n  border:\n    1px solid\n    rgba(120, 7, 21, 0.05);\n\n  border-radius: 9px;\n\n  background:\n    rgba(120, 7, 21, 0.075);\n\n  color: var(--ln-red);\n\n  font-size: 11px;\n  font-weight: 800;\n}\n\n\n\/* =========================================================\n   SECTION HEADINGS\n   ========================================================= *\/\n\n.ln-legal-section h2 {\n  margin:\n    1px\n    0\n    14px !important;\n\n  padding: 0 !important;\n\n  color: #2b2824 !important;\n\n  font-family: inherit !important;\n\n  font-size:\n    clamp(\n      21px,\n      3vw,\n      27px\n    ) !important;\n\n  font-weight: 750 !important;\n\n  line-height: 1.25 !important;\n\n  text-transform: none !important;\n\n  letter-spacing:\n    -0.02em !important;\n}\n\n\n\/* =========================================================\n   PARAGRAPHS\n   ========================================================= *\/\n\n.ln-legal-section p {\n  margin:\n    0\n    0\n    14px !important;\n\n  color: #625e59 !important;\n\n  font-family: inherit !important;\n\n  font-size: 15px !important;\n\n  line-height: 1.75 !important;\n}\n\n.ln-legal-section p:last-child {\n  margin-bottom: 0 !important;\n}\n\n\n\/* Bold text *\/\n\n.ln-legal-section strong {\n  color: #2c2925;\n\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   LISTS\n   ========================================================= *\/\n\n.ln-legal-section ul {\n  margin:\n    15px\n    0\n    18px !important;\n\n  padding: 0 !important;\n\n  list-style: none !important;\n}\n\n.ln-legal-section li {\n  position: relative;\n\n  margin:\n    8px\n    0 !important;\n\n  padding:\n    0\n    0\n    0\n    22px !important;\n\n  color: var(--ln-muted);\n\n  font-size: 15px;\n\n  line-height: 1.6;\n\n  list-style: none !important;\n}\n\n\n\/* Gold bullet *\/\n\n.ln-legal-section li::before {\n  content: \"\";\n\n  position: absolute;\n\n  left: 2px;\n  top: 0.68em;\n\n  width: 6px;\n  height: 6px;\n\n  border-radius: 50%;\n\n  background: var(--ln-gold);\n}\n\n\n\/* =========================================================\n   SMS FEATURED SECTION\n   ========================================================= *\/\n\n.ln-legal-featured {\n  border-color:\n    rgba(214, 180, 20, 0.42);\n\n  background:\n    linear-gradient(\n      135deg,\n      #fff8dc 0%,\n      #fffdf4 50%,\n      #faf5e6 100%\n    );\n\n  box-shadow:\n    0 9px 28px\n    rgba(120, 87, 0, 0.06);\n}\n\n\n\/* SMS number *\/\n\n.ln-legal-featured .ln-legal-number {\n  background:\n    rgba(214, 180, 20, 0.18);\n\n  border-color:\n    rgba(214, 180, 20, 0.18);\n\n  color: #765e00;\n}\n\n\n\/* SMS tag *\/\n\n.ln-legal-tag {\n  display: inline-block;\n\n  margin-bottom: 8px;\n\n  padding: 4px 8px;\n\n  border-radius: 5px;\n\n  background:\n    rgba(214, 180, 20, 0.17);\n\n  color: #715900;\n\n  font-size: 9px;\n  font-weight: 800;\n\n  letter-spacing: 0.12em;\n\n  text-transform: uppercase;\n}\n\n\n\/* =========================================================\n   BUTTONS\n   ========================================================= *\/\n\n.ln-legal-button {\n  display: inline-flex;\n\n  align-items: center;\n  justify-content: center;\n\n  margin-top: 5px;\n\n  padding: 10px 16px;\n\n  border:\n    1px solid\n    rgba(120, 7, 21, 0.15);\n\n  border-radius: 6px;\n\n  background: var(--ln-red);\n\n  color: #ffffff !important;\n\n  font-size: 13px;\n  font-weight: 700;\n\n  text-decoration: none !important;\n\n  box-shadow:\n    0 5px 15px\n    rgba(120, 7, 21, 0.14);\n\n  transition:\n    background 0.2s ease,\n    transform 0.2s ease,\n    box-shadow 0.2s ease;\n}\n\n\n\/* Button hover *\/\n\n.ln-legal-button:hover {\n  background: var(--ln-red-dark);\n\n  color: #ffffff !important;\n\n  transform: translateY(-1px);\n\n  box-shadow:\n    0 7px 18px\n    rgba(120, 7, 21, 0.20);\n}\n\n\n\/* =========================================================\n   CONTACT BOX\n   ========================================================= *\/\n\n.ln-legal-contact {\n  display: flex;\n  flex-direction: column;\n\n  gap: 4px;\n\n  margin-top: 17px;\n\n  padding: 17px 19px;\n\n  border:\n    1px solid\n    rgba(120, 7, 21, 0.07);\n\n  border-radius: 9px;\n\n  background:\n    rgba(120, 7, 21, 0.045);\n\n  color: #625d59;\n\n  font-size: 14px;\n}\n\n\n\/* Contact company *\/\n\n.ln-legal-contact strong {\n  color: var(--ln-red);\n}\n\n\n\/* Contact links *\/\n\n.ln-legal-contact a {\n  color: var(--ln-red) !important;\n\n  font-weight: 650;\n\n  text-decoration: none !important;\n\n  transition: color 0.2s ease;\n}\n\n.ln-legal-contact a:hover {\n  color: var(--ln-red-dark) !important;\n\n  text-decoration: underline !important;\n}\n\n\n\/* =========================================================\n   NIFTYTECHS DEVELOPMENT CREDIT\n   ========================================================= *\/\n\n.ln-legal-developer {\n  position: relative;\n\n  margin-top: 26px;\n\n  padding: 20px 22px;\n\n  overflow: hidden;\n\n  border:\n    1px solid\n    rgba(214, 180, 20, 0.18);\n\n  border-left:\n    4px solid\n    var(--ln-gold);\n\n  border-radius: 8px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fffbed,\n      #f8f3e2\n    );\n}\n\n\n\/* Development label *\/\n\n.ln-legal-developer > span {\n  display: block;\n\n  margin-bottom: 5px;\n\n  color: #77600c;\n\n  font-size: 9px;\n  font-weight: 800;\n\n  letter-spacing: 0.13em;\n\n  text-transform: uppercase;\n}\n\n\n\/* Development description *\/\n\n.ln-legal-developer p {\n  margin: 0 !important;\n\n  color: #66605a !important;\n\n  font-size: 13px !important;\n\n  line-height: 1.65 !important;\n}\n\n\n\/* NiftyTechs link *\/\n\n.ln-legal-developer a {\n  color: var(--ln-red) !important;\n\n  font-weight: 750;\n\n  text-decoration: none !important;\n\n  transition: color 0.2s ease;\n}\n\n.ln-legal-developer a:hover {\n  color: #a20a1c !important;\n\n  text-decoration: underline !important;\n}\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media (max-width: 768px) {\n\n  .ln-legal-header {\n    margin-bottom: 25px;\n\n    border-radius: 12px;\n  }\n\n\n  \/* Two-column navigation *\/\n\n  .ln-legal-nav-links {\n    display: grid;\n\n    grid-template-columns:\n      repeat(\n        2,\n        minmax(0, 1fr)\n      );\n  }\n\n  .ln-legal-nav-links a {\n    justify-content: center;\n\n    text-align: center;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media (max-width: 520px) {\n\n  \/* HERO *\/\n\n  .ln-legal-header {\n    padding:\n      38px\n      20px\n      42px;\n\n    border-radius: 10px;\n  }\n\n  .ln-legal-header h1 {\n    font-size: 36px !important;\n  }\n\n  .ln-legal-lead {\n    font-size: 14.5px !important;\n  }\n\n  .ln-legal-date {\n    margin-top: 20px;\n\n    padding: 7px 12px;\n\n    font-size: 11px;\n  }\n\n\n  \/* NAVIGATION *\/\n\n  .ln-legal-nav {\n    padding: 17px;\n\n    border-radius: 10px;\n  }\n\n  .ln-legal-nav-links {\n    grid-template-columns: 1fr;\n  }\n\n  .ln-legal-nav-links a {\n    width: 100%;\n\n    padding: 9px 11px;\n  }\n\n\n  \/* LEGAL CARDS *\/\n\n  .ln-legal-section {\n    display: block;\n\n    padding:\n      21px\n      18px;\n\n    border-radius: 10px;\n  }\n\n\n  \/* NUMBER *\/\n\n  .ln-legal-number {\n    width: 35px;\n    height: 35px;\n\n    margin-bottom: 14px;\n  }\n\n\n  \/* HEADINGS *\/\n\n  .ln-legal-section h2 {\n    font-size: 21px !important;\n  }\n\n\n  \/* TEXT *\/\n\n  .ln-legal-section p,\n  .ln-legal-section li {\n    font-size: 14px !important;\n  }\n\n\n  \/* BUTTONS *\/\n\n  .ln-legal-button {\n    width: 100%;\n\n    justify-content: center;\n\n    text-align: center;\n  }\n\n\n  \/* CONTACT *\/\n\n  .ln-legal-contact {\n    padding: 15px;\n  }\n\n\n  \/* NIFTYTECHS *\/\n\n  .ln-legal-developer {\n    padding: 17px 18px;\n  }\n\n}\n\n\n\/* =========================================================\n   VERY SMALL PHONES\n   ========================================================= *\/\n\n@media (max-width: 380px) {\n\n  .ln-legal-header {\n    padding:\n      32px\n      17px\n      37px;\n  }\n\n  .ln-legal-header h1 {\n    font-size: 32px !important;\n  }\n\n  .ln-legal-nav {\n    padding: 14px;\n  }\n\n  .ln-legal-section {\n    padding:\n      19px\n      16px;\n  }\n\n}\n<\/style>\n\n<div class=\"ln-legal\">\n\n  <header class=\"ln-legal-header\">\n    <span class=\"ln-legal-kicker\">LA NUEVA OMAHA<\/span>\n\n    <h1>Terms of Service<\/h1>\n\n    <p class=\"ln-legal-lead\">\n      These Terms of Service govern your use of the La Nueva Omaha website,\n      digital content, online streaming, promotions, contests, and related\n      online services.\n    <\/p>\n\n    <span class=\"ln-legal-date\">\n      Last Updated: August 13, 2026\n    <\/span>\n  <\/header>\n\n\n  <div class=\"ln-legal-body\">\n\n    <nav class=\"ln-legal-nav\" aria-label=\"Terms of Service navigation\">\n      <strong>On This Page<\/strong>\n\n      <div class=\"ln-legal-nav-links\">\n        <a href=\"#ln-agreement\">Agreement<\/a>\n        <a href=\"#ln-use\">Website Use<\/a>\n        <a href=\"#ln-content\">Content<\/a>\n        <a href=\"#ln-streaming\">Streaming<\/a>\n        <a href=\"#ln-copyright\">Copyright<\/a>\n        <a href=\"#ln-submissions\">Submissions<\/a>\n        <a href=\"#ln-sms\">SMS<\/a>\n        <a href=\"#ln-contests\">Contests<\/a>\n        <a href=\"#ln-advertising\">Advertising<\/a>\n        <a href=\"#ln-third-party\">Third Parties<\/a>\n        <a href=\"#ln-privacy\">Privacy<\/a>\n        <a href=\"#ln-disclaimer\">Disclaimer<\/a>\n        <a href=\"#ln-liability\">Liability<\/a>\n        <a href=\"#ln-changes\">Changes<\/a>\n        <a href=\"#ln-law\">Governing Law<\/a>\n        <a href=\"#ln-contact\">Contact<\/a>\n      <\/div>\n    <\/nav>\n\n\n    <section class=\"ln-legal-section\" id=\"ln-agreement\">\n      <span class=\"ln-legal-number\">01<\/span>\n\n      <div>\n        <h2>Agreement to Terms<\/h2>\n\n        <p>\n          Welcome to <strong>La Nueva Omaha<\/strong>. These Terms of Service\n          govern your access to and use of\n          <strong>www.lanuevaomaha.com<\/strong> and the online content,\n          services, and functionality made available through the website.\n        <\/p>\n\n        <p>\n          La Nueva Omaha is owned and operated by\n          <strong>Munoz Media Group LLC<\/strong>.\n        <\/p>\n\n        <p>\n          By accessing or using this website, you agree to these Terms.\n          If you do not agree, please discontinue use of the website.\n        <\/p>\n      <\/div>\n    <\/section>\n\n\n    <section class=\"ln-legal-section\" id=\"ln-use\">\n      <span class=\"ln-legal-number\">02<\/span>\n\n      <div>\n        <h2>Use of the Website<\/h2>\n\n        <p>\n          You may use this website for lawful personal, informational,\n          and non-commercial purposes.\n        <\/p>\n\n        <p>You agree not to:<\/p>\n\n        <ul>\n          <li>Use the website for unlawful or fraudulent purposes.<\/li>\n          <li>Attempt to gain unauthorized access to website systems.<\/li>\n          <li>Interfere with website security or functionality.<\/li>\n          <li>Introduce malicious software, viruses, or harmful code.<\/li>\n          <li>Improperly collect, reproduce, or distribute website content.<\/li>\n          <li>Misrepresent your identity or impersonate another person.<\/li>\n        <\/ul>\n      <\/div>\n    <\/section>\n\n\n    <section class=\"ln-legal-section\" id=\"ln-content\">\n      <span class=\"ln-legal-number\">03<\/span>\n\n      <div>\n        <h2>Website Content<\/h2>\n\n        <p>\n          La Nueva Omaha may provide station programming information,\n          community updates, events, promotions, advertising, articles,\n          photographs, audio, video, and other digital content.\n        <\/p>\n\n        <p>\n          We make reasonable efforts to keep information accurate and current,\n          but we do not guarantee that all website information will always be\n          complete, current, or error-free.\n        <\/p>\n\n        <p>\n          Programming, schedules, personalities, promotions, events, and\n          website features may change without notice.\n        <\/p>\n      <\/div>\n    <\/section>\n\n\n    <section class=\"ln-legal-section\" id=\"ln-streaming\">\n      <span class=\"ln-legal-number\">04<\/span>\n\n      <div>\n        <h2>Radio &amp; Online Streaming<\/h2>\n\n        <p>\n          La Nueva Omaha may provide access to radio programming through\n          online streaming services.\n        <\/p>\n\n        <p>\n          Internet streaming may experience delays and may be affected by\n          connectivity, licensing restrictions, technical issues, geographic\n          limitations, or third-party service interruptions.\n        <\/p>\n\n        <p>\n          We do not guarantee continuous or uninterrupted streaming\n          availability.\n        <\/p>\n      <\/div>\n    <\/section>\n\n\n    <section class=\"ln-legal-section\" id=\"ln-copyright\">\n      <span class=\"ln-legal-number\">05<\/span>\n\n      <div>\n        <h2>Intellectual Property<\/h2>\n\n        <p>\n          Unless otherwise stated, website content including La Nueva Omaha\n          branding, graphics, photographs, text, audio, video, and designs is\n          owned by, licensed to, or used with permission by Munoz Media Group\n          LLC and La Nueva Omaha.\n        <\/p>\n\n        <p>\n          Website content may be accessed for personal and non-commercial\n          purposes.\n        <\/p>\n\n        <p>\n          You may not reproduce, distribute, modify, republish, sell, or\n          commercially exploit protected content without authorization from\n          the applicable rights holder.\n        <\/p>\n\n        <p>\n          Music, artist names, trademarks, artwork, and other third-party\n          materials remain the property of their respective owners.\n        <\/p>\n      <\/div>\n    <\/section>\n\n\n    <section class=\"ln-legal-section\" id=\"ln-submissions\">\n      <span class=\"ln-legal-number\">06<\/span>\n\n      <div>\n        <h2>User Submissions<\/h2>\n\n        <p>\n          The website may allow visitors to submit messages, contest entries,\n          advertising inquiries, photographs, requests, or other information.\n        <\/p>\n\n        <p>\n          By submitting content, you represent that you have the right to\n          provide that content and that it does not violate applicable law or\n          the rights of another person.\n        <\/p>\n      <\/div>\n    <\/section>\n\n\n    <section class=\"ln-legal-section ln-legal-featured\" id=\"ln-sms\">\n      <span class=\"ln-legal-number\">07<\/span>\n\n      <div>\n        <span class=\"ln-legal-tag\">SMS TERMS<\/span>\n\n        <h2>SMS &amp; Text Messaging<\/h2>\n\n        <p>\n          La Nueva Omaha may provide text-message services for station\n          updates, contests, alerts, promotions, or other communications.\n        <\/p>\n\n        <p>\n          By opting into an SMS program, you agree to any additional terms\n          presented when subscribing.\n        <\/p>\n\n        <p>\n          Message frequency may vary. Message and data rates may apply.\n        <\/p>\n\n        <a class=\"ln-legal-button\" href=\"https:\/\/www.textgroove.com\/sms-privacy-policy\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n          SMS Privacy Policy \u2197\n        <\/a>\n      <\/div>\n    <\/section>\n\n\n    <section class=\"ln-legal-section\" id=\"ln-contests\">\n      <span class=\"ln-legal-number\">08<\/span>\n\n      <div>\n        <h2>Contests &amp; Promotions<\/h2>\n\n        <p>\n          La Nueva Omaha may conduct contests, giveaways, promotions,\n          sweepstakes, and special events.\n        <\/p>\n\n        <p>\n          Individual promotions may have separate eligibility requirements,\n          official rules, deadlines, restrictions, and prize conditions.\n        <\/p>\n\n        <p>\n          When specific promotion rules conflict with these Terms, the\n          promotion-specific rules will control.\n        <\/p>\n      <\/div>\n    <\/section>\n\n\n    <section class=\"ln-legal-section\" id=\"ln-advertising\">\n      <span class=\"ln-legal-number\">09<\/span>\n\n      <div>\n        <h2>Advertising &amp; Sponsors<\/h2>\n\n        <p>\n          The website and La Nueva Omaha programming may contain advertising,\n          sponsorships, promotional messages, or links to third-party\n          businesses.\n        <\/p>\n\n        <p>\n          Advertising or sponsored content does not constitute a guarantee or\n          warranty regarding a third party&#8217;s products or services.\n        <\/p>\n      <\/div>\n    <\/section>\n\n\n    <section class=\"ln-legal-section\" id=\"ln-third-party\">\n      <span class=\"ln-legal-number\">10<\/span>\n\n      <div>\n        <h2>Third-Party Websites &amp; Services<\/h2>\n\n        <p>\n          Our website may contain third-party links, embeds, and integrations,\n          including streaming platforms, social media, advertisers, sponsors,\n          analytics services, maps, and communication platforms.\n        <\/p>\n\n        <p>\n          These services operate independently from Munoz Media Group LLC and\n          La Nueva Omaha.\n        <\/p>\n\n        <p>\n          We are not responsible for their availability, content, security,\n          privacy practices, or terms.\n        <\/p>\n      <\/div>\n    <\/section>\n\n\n    <section class=\"ln-legal-section\" id=\"ln-privacy\">\n      <span class=\"ln-legal-number\">11<\/span>\n\n      <div>\n        <h2>Privacy<\/h2>\n\n        <p>\n          Your use of this website is also subject to the La Nueva Omaha\n          Privacy Policy, which explains how information may be collected,\n          used, stored, and shared.\n        <\/p>\n\n        <a class=\"ln-legal-button\" href=\"\/en_us\/privacy-policy\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n          View Privacy Policy \u2197\n        <\/a>\n      <\/div>\n    <\/section>\n\n\n    <section class=\"ln-legal-section\" id=\"ln-disclaimer\">\n      <span class=\"ln-legal-number\">12<\/span>\n\n      <div>\n        <h2>Disclaimer<\/h2>\n\n        <p>\n          To the fullest extent permitted by applicable law, the website,\n          content, streaming services, and related features are provided on an\n          <strong>&#8220;as is&#8221; and &#8220;as available&#8221;<\/strong> basis.\n        <\/p>\n\n        <p>\n          Munoz Media Group LLC and La Nueva Omaha do not guarantee that the\n          website will always be uninterrupted, secure, accurate, complete, or\n          error-free.\n        <\/p>\n      <\/div>\n    <\/section>\n\n\n    <section class=\"ln-legal-section\" id=\"ln-liability\">\n      <span class=\"ln-legal-number\">13<\/span>\n\n      <div>\n        <h2>Limitation of Liability<\/h2>\n\n        <p>\n          To the fullest extent permitted by applicable law, Munoz Media Group\n          LLC, La Nueva Omaha, and their owners, employees, contractors,\n          affiliates, and service providers will not be liable for indirect,\n          incidental, special, punitive, or consequential damages resulting\n          from use of, or inability to use, the website.\n        <\/p>\n      <\/div>\n    <\/section>\n\n\n    <section class=\"ln-legal-section\" id=\"ln-changes\">\n      <span class=\"ln-legal-number\">14<\/span>\n\n      <div>\n        <h2>Changes to These Terms<\/h2>\n\n        <p>\n          We may update these Terms periodically to reflect changes to the\n          website, services, business practices, or applicable requirements.\n        <\/p>\n\n        <p>\n          When changes are made, the Last Updated date at the top of this page\n          will be revised.\n        <\/p>\n      <\/div>\n    <\/section>\n\n\n    <section class=\"ln-legal-section\" id=\"ln-law\">\n      <span class=\"ln-legal-number\">15<\/span>\n\n      <div>\n        <h2>Governing Law<\/h2>\n\n        <p>\n          These Terms are governed by applicable federal law and the laws of\n          the State of Nebraska, except where otherwise required by law.\n        <\/p>\n      <\/div>\n    <\/section>\n\n\n    <section class=\"ln-legal-section\" id=\"ln-contact\">\n      <span class=\"ln-legal-number\">16<\/span>\n\n      <div>\n        <h2>Contact Us<\/h2>\n\n        <p>\n          Questions regarding these Terms of Service may be directed to:\n        <\/p>\n\n        <div class=\"ln-legal-contact\">\n          <strong>Munoz Media Group LLC<\/strong>\n          <span>La Nueva Omaha<\/span>\n          <span>Omaha, Nebraska, United States<\/span>\n\n          <a href=\"mailto:info@lanuevaomaha.com\">\n            info@lanuevaomaha.com\n          <\/a>\n\n          <span>Sales: (402) 578-3478<\/span>\n        <\/div>\n      <\/div>\n    <\/section>\n\n\n    <div class=\"ln-legal-developer\">\n      <span>Website Development<\/span>\n\n      <p>\n        Website designed and developed by\n        <a href=\"https:\/\/niftytechs.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n          NiftyTechs\n        <\/a>.\n        NiftyTechs provides website development and technology services and\n        does not own or operate La Nueva Omaha.\n      <\/p>\n    <\/div>\n\n  <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>LA NUEVA OMAHA Terms of Service These Terms of Service govern your use of the La Nueva Omaha website, digital content, online streaming, promotions, contests, and related online services. Last Updated: August 13, 2026 On This Page Agreement Website Use Content Streaming Copyright Submissions SMS Contests Advertising Third Parties Privacy Disclaimer Liability Changes Governing Law [&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-684","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.lanuevaomaha.com\/en_us\/wp-json\/wp\/v2\/pages\/684","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lanuevaomaha.com\/en_us\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.lanuevaomaha.com\/en_us\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.lanuevaomaha.com\/en_us\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lanuevaomaha.com\/en_us\/wp-json\/wp\/v2\/comments?post=684"}],"version-history":[{"count":4,"href":"https:\/\/www.lanuevaomaha.com\/en_us\/wp-json\/wp\/v2\/pages\/684\/revisions"}],"predecessor-version":[{"id":695,"href":"https:\/\/www.lanuevaomaha.com\/en_us\/wp-json\/wp\/v2\/pages\/684\/revisions\/695"}],"wp:attachment":[{"href":"https:\/\/www.lanuevaomaha.com\/en_us\/wp-json\/wp\/v2\/media?parent=684"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}