.elementor-5233 .elementor-element.elementor-element-2308a5c{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-5233 .elementor-element.elementor-element-2308a5c{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-a112315 *//* ═══════════════════════════════════════════════════════════════
   TECH SHOW ECUADOR 2026 — POLÍTICA DE PRIVACIDAD · APP MÓVIL
   Recursos Tecnológicos Abiertos Techresources Cia. Ltda.
   ═══════════════════════════════════════════════════════════════ */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Barlow', sans-serif;
  background: #030410;
  color: rgba(200, 220, 255, .78);
  min-height: 100vh;
  overflow-x: hidden;
}

/* ─── FONDO KEN BURNS ─── */
.tsp-bg {
  position: fixed; inset: -6%; z-index: 0;
  background-image: url('https://techshowecuador.com/wp-content/uploads/2026/02/BANNER-ULTIMO-FERIA.jpg.jpeg');
  background-size: cover; background-position: center;
  animation: tspKB 24s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes tspKB {
  0%   { transform: scale(1.0)  translate(0%, 0%); }
  50%  { transform: scale(1.07) translate(-1%, -0.5%); }
  100% { transform: scale(1.0)  translate(1%, 0.5%); }
}

/* ─── OVERLAY OSCURO + GRID ─── */
.tsp-overlay {
  position: fixed; inset: 0; z-index: 1;
  background:
    linear-gradient(to bottom, rgba(3,4,16,.92), rgba(3,4,16,.88)),
    linear-gradient(135deg, rgba(58,181,255,.05) 0%, transparent 50%),
    linear-gradient(225deg, rgba(155,93,229,.05) 0%, transparent 50%);
}
.tsp-overlay::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(58,181,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58,181,255,.02) 1px, transparent 1px);
  background-size: 56px 56px;
}

/* ─── SECCIÓN PRINCIPAL ─── */
.tsp-section {
  position: relative; z-index: 2;
  min-height: 100vh;
  display: flex; align-items: flex-start; justify-content: center;
  padding: 60px 24px 80px;
}

/* ─── CONTENEDOR INTERNO ─── */
.tsp-inner {
  max-width: 780px; width: 100%;
  display: flex; flex-direction: column; align-items: center;
}

/* ─── ÍCONO ANIMADO ─── */
.tsp-icon-wrap {
  position: relative;
  width: 90px; height: 90px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 32px;
}
.tsp-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(58,181,255,.25);
}
.tsp-ring--1 { width: 90px; height: 90px; animation: tspExpand 3s ease-out infinite; }
.tsp-ring--2 { width: 90px; height: 90px; animation: tspExpand 3s ease-out infinite .8s; }
.tsp-ring--3 { width: 90px; height: 90px; animation: tspExpand 3s ease-out infinite 1.6s; }
@keyframes tspExpand {
  0%   { transform: scale(.6); opacity: .8; }
  100% { transform: scale(2.2); opacity: 0; }
}
.tsp-icon-core {
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(10,14,36,.95);
  border: 1px solid rgba(58,181,255,.35);
  display: flex; align-items: center; justify-content: center;
  color: #3ab5ff;
  box-shadow: 0 0 40px rgba(58,181,255,.15), inset 0 0 20px rgba(58,181,255,.05);
  animation: tspCorePulse 3s ease-in-out infinite;
  z-index: 1;
}
@keyframes tspCorePulse {
  0%,100% { box-shadow: 0 0 40px rgba(58,181,255,.15), inset 0 0 20px rgba(58,181,255,.05); }
  50%     { box-shadow: 0 0 60px rgba(58,181,255,.3),  inset 0 0 30px rgba(58,181,255,.1); }
}

/* ─── EYEBROW ─── */
.tsp-eyebrow {
  display: flex; align-items: center; gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .72rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: #3ab5ff; margin-bottom: 16px;
}
.tsp-line {
  display: inline-block; width: 36px; height: 1px;
  background: #3ab5ff; box-shadow: 0 0 8px #3ab5ff; flex-shrink: 0;
}

/* ─── HEADING ─── */
.tsp-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2rem, 7vw, 3.6rem);
  font-weight: 900; text-transform: uppercase;
  color: #fff; line-height: 1.05; margin: 0 0 12px;
  letter-spacing: .04em; text-align: center;
}
.tsp-heading em {
  font-style: normal;
  background: linear-gradient(90deg, #3ab5ff, #9b5de5);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ─── SUBTÍTULO ─── */
.tsp-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .95rem; font-weight: 400; letter-spacing: .06em;
  color: rgba(160,185,230,.5);
  margin: 0 0 44px; line-height: 1.7; text-align: center;
}

/* ═══════════════════════════════════════════
   TARJETA DE CONTENIDO — POLÍTICA
   ═══════════════════════════════════════════ */
.privacy-card {
  width: 100%;
  background: rgba(8, 12, 32, .65);
  border: 1px solid rgba(58,181,255,.1);
  border-radius: 12px;
  padding: 48px 44px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 0 80px rgba(58,181,255,.04),
    0 24px 64px rgba(0,0,0,.3);
  animation: cardIn .8s ease-out both .3s;
}
@keyframes cardIn {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─── CHIP FECHA VIGENCIA ─── */
.privacy-effective {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .68rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(155,93,229,.8);
  background: rgba(155,93,229,.08);
  border: 1px solid rgba(155,93,229,.2);
  border-radius: 40px;
  padding: 7px 18px;
  margin-bottom: 36px;
}
.privacy-effective-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #9b5de5; box-shadow: 0 0 6px #9b5de5;
}

/* ─── TÍTULOS DE SECCIÓN ─── */
.privacy-section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #fff;
  margin: 40px 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(58,181,255,.1);
  position: relative;
}
.privacy-section-title::before {
  content: '';
  position: absolute; bottom: -1px; left: 0;
  width: 48px; height: 1px;
  background: linear-gradient(90deg, #3ab5ff, #9b5de5);
  box-shadow: 0 0 8px rgba(58,181,255,.4);
}
.privacy-card > .privacy-section-title:first-of-type {
  margin-top: 0;
}

/* ─── PÁRRAFOS ─── */
.privacy-text {
  font-family: 'Barlow', sans-serif;
  font-size: .92rem; font-weight: 400;
  line-height: 1.8;
  color: rgba(180, 200, 240, .7);
  margin-bottom: 14px;
}
.privacy-text strong {
  color: rgba(255,255,255,.85);
  font-weight: 600;
}

/* ─── LISTAS ─── */
.privacy-list {
  list-style: none;
  padding: 0; margin: 0 0 18px;
}
.privacy-list li {
  position: relative;
  padding-left: 22px;
  font-family: 'Barlow', sans-serif;
  font-size: .88rem; font-weight: 400;
  line-height: 1.75;
  color: rgba(180, 200, 240, .65);
  margin-bottom: 8px;
}
.privacy-list li::before {
  content: '';
  position: absolute; left: 0; top: 10px;
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(58,181,255,.5);
  box-shadow: 0 0 6px rgba(58,181,255,.3);
}

/* ─── LINKS ─── */
.privacy-link {
  color: #3ab5ff;
  text-decoration: none;
  border-bottom: 1px solid rgba(58,181,255,.2);
  transition: all .2s;
}
.privacy-link:hover {
  color: #3ab5ff;
  border-bottom-color: rgba(155,93,229,.4);
}

/* ─── BLOQUE DE CONTACTO ─── */
.privacy-contact {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .82rem; font-weight: 600; letter-spacing: .04em;
  color: #3ab5ff;
  background: rgba(58,181,255,.06);
  border: 1px solid rgba(58,181,255,.15);
  border-radius: 6px;
  padding: 10px 18px;
  margin: 8px 0;
  text-decoration: none;
  transition: all .25s;
}
.privacy-contact:hover {
    color: #3ab5ff;
  background: rgba(58,181,255,.06);
  border-color: rgba(58,181,255,.3);
  box-shadow: 0 4px 20px rgba(58,181,255,.12);
}
.privacy-contact svg { flex-shrink: 0; }

/* ─── SEPARADOR ─── */
.privacy-divider {
  width: 100%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58,181,255,.12), rgba(155,93,229,.12), transparent);
  margin: 36px 0;
  border: none;
}

/* ─── FOOTER ─── */
.privacy-footer {
  text-align: center;
  margin-top: 20px;
}
.privacy-footer-logo {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(130,155,200,.35);
  margin-bottom: 6px;
}
.privacy-footer-logo svg { opacity: .3; }
.privacy-footer-text {
  font-family: 'Barlow', sans-serif;
  font-size: .68rem; font-weight: 400;
  color: rgba(130,155,200,.22);
  line-height: 1.6;
}
.privacy-footer-text a {
  color: rgba(130,155,200,.35);
  text-decoration: none;
  border-bottom: 1px solid rgba(130,155,200,.12);
  transition: color .2s;
}
.privacy-footer-text a:hover { color: rgba(58,181,255,.5); }

/* ─── BOTÓN VOLVER ─── */
.tsp-back {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 34px; border-radius: 4px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .8rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(200,220,255,.7);
  background: rgba(10,14,36,.8);
  border: 1px solid rgba(58,181,255,.2);
  text-decoration: none;
  transition: all .25s;
  margin-top: 40px;
}
.tsp-back svg { stroke: currentColor; transition: transform .25s; }
.tsp-back:hover {
  color: #fff;
  background: rgba(58,181,255,.1);
  border-color: rgba(58,181,255,.5);
  box-shadow: 0 6px 30px rgba(58,181,255,.15);
}
.tsp-back:hover svg { transform: translateX(-4px); }

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .tsp-section { padding: 40px 16px 60px; }
  .privacy-card { padding: 32px 22px; }
  .tsp-heading { font-size: clamp(1.6rem, 8vw, 2.4rem); }
  .privacy-section-title { font-size: 1.05rem; }
  .privacy-text { font-size: .86rem; }
  .privacy-list li { font-size: .84rem; }
  .tsp-eyebrow { font-size: .63rem; gap: 8px; }
  .tsp-line { width: 20px; }
  .tsp-back { padding: 12px 24px; font-size: .72rem; }
}/* End custom CSS */