.elementor-3889 .elementor-element.elementor-element-d8da279{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3889 .elementor-element.elementor-element-876d2bd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3889 .elementor-element.elementor-element-876d2bd.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3889 .elementor-element.elementor-element-3c0f782{--display:flex;}.elementor-3889 .elementor-element.elementor-element-f4cf731{--display:flex;}:root{--page-title-display:none;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button{bottom:15px;right:15px;width:50px;height:50px;z-index:9999;opacity:0.7;background-color:#000000;border-radius:5px;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button i{font-size:16px;color:#ffffff;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button svg{width:16px;height:16px;fill:#ffffff;}@media(min-width:768px){.elementor-3889 .elementor-element.elementor-element-d8da279{--width:100vw;}.elementor-3889 .elementor-element.elementor-element-876d2bd{--width:100vw;}.elementor-3889 .elementor-element.elementor-element-3c0f782{--content-width:100vw;}.elementor-3889 .elementor-element.elementor-element-f4cf731{--width:100vw;}}/* Start custom CSS for html, class: .elementor-element-b857d14 *//* ══════════════════════════════════════
   TECH SHOW ECUADOR 2026 · HERO v4
══════════════════════════════════════ */

.tsh-hero {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: 'Barlow', sans-serif;
  margin-left: calc(-50vw + 50%);
}

.tsh-bg {
  position: absolute;
  inset: -6%;
  background-image: url('https://techshowecuador.com/wp-content/uploads/2026/02/BANNER-ULTIMO-FERIA.jpg.jpeg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: tshKenBurns 22s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes tshKenBurns {
  0%   { transform: scale(1.0)  translate(0%,    0%);   }
  25%  { transform: scale(1.06) translate(-1%,  -0.5%); }
  50%  { transform: scale(1.1)  translate(1%,  -1%);    }
  75%  { transform: scale(1.06) translate(-0.5%, 1%);    }
  100% { transform: scale(1.0)  translate(0%,    0%);   }
}

.tsh-overlay {
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(to top,   rgba(3,4,16,0.97) 0%,  rgba(3,4,16,0.6) 40%,  rgba(3,4,16,0.25) 100%),
    linear-gradient(to right, rgba(3,4,16,0.55) 0%, transparent 60%),
    linear-gradient(to left,  rgba(3,4,16,0.55) 0%, transparent 60%);
}

.tsh-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(58,181,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58,181,255,.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.tsh-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(60px, 10vh, 110px) 32px clamp(80px, 12vh, 130px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tsh-logo-wrap { margin-bottom: clamp(18px, 3.5vh, 40px); }
.tsh-logo {
  max-width: min(580px, 60vh);
  width: 80vw;
  height: auto;
  filter: drop-shadow(0 0 40px rgba(58,181,255,0.3));
}

.tsh-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: clamp(18px, 3vh, 30px);
}

.tsh-unit { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.tsh-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.6rem, 6.5vw, 6rem);
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
  min-width: clamp(70px, 10vw, 130px);
  background: rgba(5,8,24,0.75);
  border: 1px solid rgba(58,181,255,0.2);
  border-radius: 6px;
  padding: 14px 10px 10px;
  backdrop-filter: blur(10px);
}

.tsh-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(58,181,255,0.6);
}

.tsh-sep {
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 900;
  color: rgba(58,181,255,0.3);
  margin-bottom: 20px;
  animation: tshBlink 1s step-end infinite;
}

@keyframes tshBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0.1; } }

.tsh-urgency {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  padding: 11px 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 3px;
}

.tsh-urg-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #fff;
  animation: tshDotPulse 1.4s ease-in-out infinite;
}

@keyframes tshDotPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 8px #fff; }
  50% { transform: scale(1.3); box-shadow: 0 0 20px #fff; }
}

.tsh-urg-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(0.82rem, 1.6vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #ffffff;
}

.tsh-cta-wrap { margin-bottom: 20px; }
.tsh-cta-btn { position: relative; display: inline-block; text-decoration: none; }
.tsh-btn-inner {
  position: relative; z-index: 2;
  display: inline-flex; align-items: center;
  padding: 20px 52px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(90deg, #1254c0, #6828cc, #1254c0);
  background-size: 200% 100%;
  animation: tshGradShift 3s linear infinite;
  border-radius: 4px;
}

/* ─── CORRECCIÓN ALINEACIÓN ICONOS (Nuevo) ─── */

.tsh-info-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;               /* Espacio entre las dos líneas */
  margin-top: 15px;
}

.tsh-info-line {
  display: inline-flex;    /* Flex para alinear icono y texto */
  align-items: center;     /* Centra verticalmente */
  justify-content: center;
  gap: 8px;                /* Espacio icono-texto */
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(200,215,240,0.7);
  line-height: 1;          /* Importante reseteo */
}

/* Contenedor específico para corregir el Wi-Fi */
.tsh-icon-align-correct {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-1px); /* LA CLAVE: Sube el icono 1px */
}

.tsh-info-icon, .xtrim-icon {
  display: block;          /* Elimina espacios de línea base */
  opacity: 0.6;
  flex-shrink: 0;
}

.xtrim-link {
  text-decoration: none;
  color: inherit;
}

.xtrim-event {
  transition: color 0.3s ease;
}

.xtrim-link:hover .xtrim-event {
  color: #3ab5ff;          /* Color de acento al pasar el ratón */
}

/* Animaciones */
.reveal-h { opacity: 0; transform: translateY(20px); transition: 0.8s ease; }
.reveal-h.visible { opacity: 1; transform: translateY(0); }
.reveal-h.delay-4 { transition-delay: 0.6s; }

@media (max-width: 480px) {
  .tsh-info-line { font-size: 0.68rem; gap: 6px; text-align: center; }
  .tsh-info-icon, .xtrim-icon { width: 12px; height: 12px; }
  .tsh-info-footer { gap: 8px; }
}



/* --- EFECTO DE BRILLO Y DEGRADADO DEL BOTÓN --- */

.tsh-cta-btn:hover {
  transform: scale(1.05);
}

.tsh-btn-inner {
  position: relative;
  z-index: 2;
  display: inline-flex;
  padding: 18px 48px;
  background: linear-gradient(90deg, #1254c0, #6828cc, #1254c0);
  background-size: 200% 100%; /* Permite que el degradado se mueva */
  animation: tshGradShift 3s linear infinite;
  border-radius: 4px;
}

/* El resplandor (Glow) detrás del botón */
.tsh-btn-glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #3ab5ff, #9b5de5);
  filter: blur(15px);
  opacity: 0.4;
  transition: opacity 0.3s ease, filter 0.3s ease;
  border-radius: 4px;
}

/* Aumento del brillo al poner el cursor */
.tsh-cta-btn:hover .tsh-btn-glow {
  opacity: 0.8;
  filter: blur(25px);
}

/* Animación del movimiento de color */
@keyframes tshGradShift {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d89d30 */:root {
  --bg-deep:      #04050f;
  --bg-card:      #0a0d1e;
  --border:       rgba(100,180,255,0.12);
  --neon-blue:    #3ab5ff;
  --neon-purple:  #9b5de5;
  --neon-gold:    #f5c842;
  --text-main:    #e8eaf6;
  --text-muted:   #7a8db0;
  --accent-red:   #e63946;
}

.tse-section {
  position: relative;
  padding: 80px 20px; /* Un poco más compacto */
  overflow: hidden;
  font-family: 'Barlow', sans-serif;
  background: #04050f;
}

.tse-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(58,181,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58,181,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.tse-inner {
  position: relative; z-index: 2;
  max-width: 1100px; /* Reducido para mejor lectura */
  margin: 0 auto;
}

.tse-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .7rem; /* Más pequeño */
  font-weight: 600;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #3ab5ff;
  margin-bottom: 15px;
}

.tse-eyebrow span.line {
  display: inline-block;
  width: 24px; height: 1px;
  background: #3ab5ff;
  box-shadow: 0 0 8px #3ab5ff;
}

/* Título principal más pequeño (Máximo 3.5rem en vez de 5rem) */
.tse-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 4.5vw, 3.2rem); 
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -.01em;
  color: #fff;
  margin-bottom: 18px;
}

.tse-heading em {
  font-style: normal;
  background: linear-gradient(90deg, #3ab5ff, #9b5de5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tse-subheading {
  font-size: clamp(.85rem, 1.8vw, 1rem); /* Más pequeño */
  font-weight: 300;
  color: #7a8db0;
  max-width: 580px; /* Texto más centrado y legible */
  line-height: 1.6;
  margin-bottom: 40px;
}

.tse-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #3ab5ff, transparent);
  opacity: .2;
  margin-bottom: 50px;
}

.tse-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.tse-card {
  position: relative;
  background: #0a0d1e;
  border: 1px solid rgba(100,180,255,0.1);
  border-radius: 4px;
  padding: 30px 25px;
  transition: all .35s;
}

.tse-card:hover {
  border-color: rgba(58,181,255,.3);
  transform: translateY(-5px);
  background: rgba(10,13,30, 0.9);
}

.tse-card-icon {
  font-size: 1.6rem;
  margin-bottom: 15px;
  display: block;
}

.tse-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.15rem; /* Más sutil */
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.tse-card p {
  font-size: .88rem;
  line-height: 1.6;
  color: #7a8db0;
}

/* Animaciones */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 { transition-delay: .15s; }
.reveal-delay-2 { transition-delay: .3s; }

@media (max-width: 768px) {
  .tse-section { padding: 60px 15px; }
  .tse-heading { font-size: 2.2rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4574ad4 *//* ══════════════════════════════════════════
   TECH SHOW ECUADOR · SECCIONES UNIFICADAS
══════════════════════════════════════════ */

.tsi-section {
  position: relative;
  background: #04050f;
  padding: 10px 24px;
  overflow: hidden;
  font-family: 'Barlow', sans-serif;
}
.tsi-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(58,181,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58,181,255,.025) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}
.tsi-bg-glow {
  position: absolute;
  width: 600px; height: 400px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(100px);
  opacity: .25;
}
.tsi-bg-glow--top {
  top: -100px; left: 50%; transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(58,181,255,.4) 0%, transparent 70%);
}
.tsi-bg-glow--mid {
  top: 55%; left: 50%; transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(155,93,229,.4) 0%, transparent 70%);
}
.tsi-inner {
  position: relative; z-index: 1;
  max-width: 1160px; margin: 0 auto;
}
.tsi-block { margin-bottom: 80px; }

/* ── Eyebrow ── */
.tsi-eyebrow {
  display: flex; align-items: center; justify-content: center;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .72rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  margin-bottom: 16px;
}
.tsi-eyebrow--blue  { color: #3ab5ff; }
.tsi-eyebrow--purple { color: #9b5de5; }
.tsi-line { display: inline-block; width: 36px; height: 1px; }
.tsi-line--blue   { background: #3ab5ff; box-shadow: 0 0 8px #3ab5ff; }
.tsi-line--purple { background: #9b5de5; box-shadow: 0 0 8px #9b5de5; }

/* ── Títulos ── */
.tsi-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900; text-transform: uppercase;
  color: #fff; text-align: center;
  line-height: 1; margin-bottom: 16px;
}
.tsi-em--blue {
  font-style: normal;
  background: linear-gradient(90deg, #3ab5ff, #9b5de5);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.tsi-em--purple {
  font-style: normal;
  background: linear-gradient(90deg, #9b5de5, #3ab5ff);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.tsi-lead {
  text-align: center;
  font-size: clamp(.9rem, 1.8vw, 1.05rem); font-weight: 300;
  color: rgba(160,180,220,.6);
  max-width: 640px; margin: 0 auto 52px;
  line-height: 1.75;
}
.tsi-lead strong { color: #e8eaf6; font-weight: 500; }

/* ── Grids ── */
.tsi-grid { display: grid; gap: 20px; }
.tsi-grid--7 { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.tsi-grid--3 { grid-template-columns: repeat(3, 1fr); }
.tsi-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media(max-width: 900px) {
  .tsi-grid--3 { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .tsi-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media(max-width: 540px) {
  .tsi-grid--4 { grid-template-columns: 1fr; max-width: 340px; margin: 0 auto; }
  .tsi-grid--7 { grid-template-columns: 1fr; }
}

/* ── Cards beneficios ── */
.tsi-card {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 22px 24px;
  background: rgba(10,13,32,.75);
  border: 1px solid rgba(58,181,255,.1);
  border-radius: 4px;
  transition: border-color .3s, transform .3s;
}
.tsi-card:hover { border-color: rgba(58,181,255,.32); transform: translateY(-3px); }
.tsi-card-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }
.tsi-card p { font-size: .9rem; font-weight: 300; color: rgba(160,180,220,.7); line-height: 1.6; margin: 0; }
.tsi-card p strong { color: #e8eaf6; font-weight: 500; }

/* ── Sectores ── */
.tsi-sector {
  position: relative;
  background: rgba(10,13,32,.75);
  border: 1px solid rgba(58,181,255,.1);
  border-radius: 4px; padding: 40px 32px 36px;
  text-align: center; overflow: hidden;
  transition: border-color .3s, transform .35s;
}
.tsi-sector:hover { border-color: rgba(58,181,255,.35); transform: translateY(-5px); }
.tsi-sector-num {
  position: absolute; top: 18px; right: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3.5rem; font-weight: 900;
  color: rgba(58,181,255,.05); line-height: 1; pointer-events: none;
}
.tsi-sector-icon { font-size: 2.8rem; display: block; margin-bottom: 16px; filter: drop-shadow(0 0 12px rgba(58,181,255,.35)); }
.tsi-sector h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.35rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em;
  color: #fff; margin-bottom: 12px;
}
.tsi-sector p { font-size: .88rem; font-weight: 300; color: rgba(150,170,210,.6); line-height: 1.7; margin: 0; }
.tsi-sector-bar {
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  transform: scaleX(0); transform-origin: left; transition: transform .4s ease;
}
.tsi-sector:hover .tsi-sector-bar { transform: scaleX(1); }
.tsi-sector-bar--blue   { background: linear-gradient(90deg, #3ab5ff, #9b5de5); }
.tsi-sector-bar--purple { background: linear-gradient(90deg, #9b5de5, #3ab5ff); }

/* ── Propuesta de valor ── */
.tsi-value {
  background: rgba(10,13,32,.75);
  border: 1px solid rgba(58,181,255,.1);
  border-radius: 4px; overflow: hidden;
  transition: border-color .3s, transform .35s; position: relative;
}
.tsi-value:hover { border-color: rgba(58,181,255,.32); transform: translateY(-5px); }
.tsi-value--featured {
  border-color: rgba(155,93,229,.3) !important;
  background: rgba(14,9,34,.85) !important;
}
.tsi-value--featured:hover { border-color: rgba(155,93,229,.55) !important; }
.tsi-value-header {
  display: flex; align-items: center; gap: 12px;
  padding: 24px 28px 18px;
  border-bottom: 1px solid rgba(58,181,255,.07);
}
.tsi-value-header span { font-size: 1.5rem; }
.tsi-value-header h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .05em;
  color: #fff; margin: 0;
}
.tsi-value ul {
  list-style: none; margin: 0; padding: 20px 28px 28px;
  display: flex; flex-direction: column; gap: 12px;
}
.tsi-value ul li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .88rem; font-weight: 300;
  color: rgba(160,180,220,.7); line-height: 1.55;
}
.tsi-value ul li::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: #3ab5ff; box-shadow: 0 0 6px #3ab5ff;
  flex-shrink: 0; margin-top: 7px;
}

/* ── Divisor ── */
.tsi-divider {
  width: 100%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58,181,255,.2), rgba(155,93,229,.2), transparent);
  margin-bottom: 80px;
}

/* ── Reveal ── */
.tsi-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.tsi-reveal.tsi-visible { opacity: 1; transform: none; }
.tsi-d1 { transition-delay: .08s; }
.tsi-d2 { transition-delay: .18s; }
.tsi-d3 { transition-delay: .28s; }


/* ══════════════════════════════════════
   INSTITUCIONES ACADÉMICAS
   — 4 columnas iguales, logos normalizados
══════════════════════════════════════ */
.tsi-institutes {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* ← CAMBIADO: 3 → 4 columnas */
  align-items: stretch;
  max-width: 1160px;
  margin: 0 auto;
  background: rgba(10,13,32,.75);
  border: 1px solid rgba(155,93,229,.15);
  border-radius: 6px;
  overflow: hidden;
}

/* Ocultar los separadores del HTML — el grid ya divide */
.tsi-institute-sep {
  display: none;
}

.tsi-institute {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 44px 24px; /* padding lateral reducido levemente para 4 cols */
  text-align: center;
  transition: background .3s;
  border-right: 1px solid rgba(155,93,229,.15);
}
.tsi-institute:last-child {
  border-right: none;
}
.tsi-institute:hover {
  background: rgba(155,93,229,.05);
}

/* Contenedor de imagen — altura fija para alinear todos */
.tsi-institute-img-wrap {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Imagen normalizada: misma altura visual sin importar resolución */
.tsi-institute-img {
  max-width: 150px; /* levemente reducido para 4 cols */
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(.55);
  transition: filter .3s;
}
.tsi-institute:hover .tsi-institute-img {
  filter: brightness(0) invert(1) opacity(.9);
}

.tsi-institute-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.tsi-institute-info h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(220,230,255,.7);
  margin: 0;
  line-height: 1.3;
}
.tsi-institute-info span {
  font-size: .75rem;
  font-weight: 300;
  color: rgba(130,155,200,.4);
  line-height: 1.6;
}

/* ── Responsive ── */
@media(max-width: 900px) {
  .tsi-institutes {
    grid-template-columns: repeat(2, 1fr); /* 2 cols en tablet */
  }
  .tsi-institute {
    border-right: 1px solid rgba(155,93,229,.15);
    border-bottom: 1px solid rgba(155,93,229,.15);
    padding: 32px 20px;
  }
  /* Quitar borde derecho en cols pares (2ª y 4ª) */
  .tsi-institute:nth-child(2n) {
    border-right: none;
  }
  /* Quitar borde inferior en los dos últimos */
  .tsi-institute:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media(max-width: 540px) {
  .tsi-institutes {
    grid-template-columns: 1fr;
  }
  .tsi-institute {
    border-right: none;
    border-bottom: 1px solid rgba(155,93,229,.15);
    padding: 32px 24px;
  }
  .tsi-institute:last-child {
    border-bottom: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba951b5 *//* ══════════════════════════════════════════
   TECH SHOW ECUADOR - MARCAS PARTICIPANTES
══════════════════════════════════════════ */
.tsb-section {
  position: relative;
  background: #04050f;
  padding: 90px 0 80px;
  overflow: hidden;
  font-family: 'Barlow', sans-serif;
}
.tsb-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(58,181,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58,181,255,.022) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}
.tsb-section::after {
  content: '';
  position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58,181,255,.3), rgba(155,93,229,.3), transparent);
}
.tsb-bg-glow {
  position: absolute; top: 30%; left: 50%;
  transform: translate(-50%,-50%);
  width: 700px; height: 300px;
  background: radial-gradient(ellipse, rgba(58,181,255,.07) 0%, transparent 70%);
  pointer-events: none; filter: blur(40px);
}
.tsb-inner {
  position: relative; z-index: 2;
  max-width: 1160px; margin: 0 auto; padding: 0 24px; text-align: center;
}
.tsb-eyebrow {
  display: flex; align-items: center; justify-content: 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;
}
.tsb-line { display: inline-block; width: 36px; height: 1px; background: #3ab5ff; box-shadow: 0 0 8px #3ab5ff; }
.tsb-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 900; text-transform: uppercase;
  color: #fff; line-height: 1; margin-bottom: 12px;
}
.tsb-heading em {
  font-style: normal;
  background: linear-gradient(90deg, #3ab5ff, #9b5de5);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.tsb-lead { font-size: .95rem; font-weight: 300; color: rgba(160,180,220,.55); margin-bottom: 56px; }
.tsb-track-wrap { position: relative; width: 100%; overflow: hidden; padding: 8px 0; }
.tsb-fade-left, .tsb-fade-right {
  position: absolute; top: 0; bottom: 0; width: 160px; z-index: 3; pointer-events: none;
}
.tsb-fade-left  { left: 0;  background: linear-gradient(to right, #04050f, transparent); }
.tsb-fade-right { right: 0; background: linear-gradient(to left, #04050f, transparent); }
.tsb-track { display: flex; flex-direction: column; gap: 20px; }
.tsb-logos {
  display: flex; gap: 20px; width: max-content;
  animation: tsbScroll 30s linear infinite;
}
.tsb-logos--reverse { animation: tsbScrollReverse 34s linear infinite; }
@keyframes tsbScroll        { 0%{transform:translateX(0);}    100%{transform:translateX(-50%);} }
@keyframes tsbScrollReverse { 0%{transform:translateX(-50%);} 100%{transform:translateX(0);} }
.tsb-logos:hover, .tsb-logos--reverse:hover { animation-play-state: paused; }
.tsb-logo {
  flex-shrink: 0; width: 200px; height: 90px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(10,13,32,.8); border: 1px solid rgba(58,181,255,.1);
  border-radius: 4px; padding: 8px 12px;
  transition: border-color .3s, background .3s, transform .3s;
  cursor: pointer;
}
.tsb-logo:hover { border-color: rgba(58,181,255,.4); background: rgba(16,22,54,.9); transform: translateY(-4px); }
.tsb-logo img {
  max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain;
  filter: brightness(0) invert(1) opacity(.55); transition: filter .3s;
  pointer-events: none;
}
.tsb-logo:hover img { filter: brightness(0) invert(1) opacity(.95); }
@media (max-width: 480px) {
  .tsb-fade-left, .tsb-fade-right { width: 50px; }
}

/* ══════════════════════════════════════════
   MODAL DE MARCA
══════════════════════════════════════════ */
.tsb-modal-backdrop {
  position: fixed; inset: 0; z-index: 99998;
  background: rgba(2,3,12,0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  opacity: 0; pointer-events: none;
  transition: opacity .3s ease;
}
.tsb-modal-backdrop.tsb-modal--open {
  opacity: 1; pointer-events: all;
}
.tsb-modal {
  position: relative;
  width: 100%; max-width: 560px;
  background: rgba(6,8,24,0.97);
  border: 1px solid rgba(58,181,255,.18);
  border-radius: 8px;
  padding: 40px 36px 36px;
  transform: translateY(24px) scale(0.97);
  transition: transform .35s cubic-bezier(0.34,1.3,0.64,1);
  overflow: hidden;
}
.tsb-modal-backdrop.tsb-modal--open .tsb-modal {
  transform: translateY(0) scale(1);
}
.tsb-modal::before {
  content: '';
  position: absolute; top: 0; left: 8%; right: 8%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58,181,255,.5), rgba(155,93,229,.4), transparent);
}
.tsb-modal::after {
  content: '';
  position: absolute; top: -60px; left: 50%; transform: translateX(-50%);
  width: 400px; height: 200px;
  background: radial-gradient(ellipse, rgba(58,181,255,.06) 0%, transparent 70%);
  pointer-events: none;
}
.tsb-modal-close {
  position: absolute; top: 16px; right: 16px;
  width: 32px; height: 32px;
  background: rgba(58,181,255,.08); border: 1px solid rgba(58,181,255,.18);
  border-radius: 4px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: rgba(200,215,240,.6); font-size: 18px; line-height: 1;
  transition: background .2s, color .2s, border-color .2s;
  z-index: 2;
}
.tsb-modal-close:hover {
  background: rgba(58,181,255,.18); color: #fff; border-color: rgba(58,181,255,.4);
}
.tsb-modal-logo-wrap {
  display: flex; align-items: center; justify-content: center;
  height: 70px; margin-bottom: 24px;
  position: relative;
}
.tsb-modal-logo-wrap::before {
  content: '';
  position: absolute; inset: -10px;
  background: radial-gradient(ellipse at center, rgba(58,181,255,.12) 0%, rgba(155,93,229,.07) 45%, transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}
.tsb-modal-logo-wrap img {
  max-height: 56px; max-width: 200px; width: auto;
  object-fit: contain;
  position: relative; z-index: 1;
  filter: brightness(0) invert(1) opacity(.9) drop-shadow(0 0 10px rgba(58,181,255,.4)) drop-shadow(0 0 24px rgba(155,93,229,.25));
}
.tsb-modal-tag {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: #3ab5ff; margin-bottom: 10px;
  padding: 4px 10px; border: 1px solid rgba(58,181,255,.25); border-radius: 2px;
}
.tsb-modal-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 900; text-transform: uppercase;
  color: #fff; line-height: 1; margin-bottom: 16px;
}
.tsb-modal-desc {
  font-family: 'Barlow', sans-serif;
  font-size: .9rem; font-weight: 300; line-height: 1.7;
  color: rgba(180,200,235,.75);
  margin-bottom: 24px;
}
.tsb-modal-chips {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.tsb-modal-chip {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(155,93,229,.9);
  padding: 5px 12px;
  border: 1px solid rgba(155,93,229,.25); border-radius: 20px;
  background: rgba(155,93,229,.07);
}
@media (max-width: 480px) {
  .tsb-modal { padding: 32px 20px 28px; }
}

/* ══════════════════════════════════════════
   PARTNERS OFICIALES
══════════════════════════════════════════ */
.tsx-section {
  position: relative;
  background-color: #04050f;
  background-image:
    linear-gradient(rgba(58,181,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58,181,255,.022) 1px, transparent 1px);
  background-size: 56px 56px;
  padding: 0 24px;
  overflow: hidden;
  font-family: 'Barlow', sans-serif;
}
.tsx-section::before {
  content: '';
  position: absolute;
  top: 0; left: 8%; right: 8%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58,181,255,.2), rgba(155,93,229,.2), transparent);
}
.tsx-section::after {
  content: '';
  position: absolute;
  bottom: 0; left: 8%; right: 8%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58,181,255,.2), rgba(155,93,229,.2), transparent);
}
.tsx-inner {
  position: relative; z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
  padding: 64px 0;
  display: flex;
  align-items: center;
  gap: 64px;
}
.tsx-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.tsx-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .7rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: #3ab5ff;
}
.tsx-line {
  display: inline-block;
  width: 28px; height: 1px;
  background: #3ab5ff;
  box-shadow: 0 0 8px #3ab5ff;
}
.tsx-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900; text-transform: uppercase;
  color: #fff; line-height: 1.1; margin: 0;
}
.tsx-heading em {
  font-style: normal;
  background: linear-gradient(90deg, #3ab5ff, #9b5de5);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.tsx-desc {
  font-size: .92rem; font-weight: 300;
  color: rgba(160,180,220,.6);
  line-height: 1.75; max-width: 480px; margin: 0;
}
.tsx-desc strong { color: #e8eaf6; font-weight: 500; }
.tsx-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: .82rem !important; font-weight: 700 !important;
  letter-spacing: .12em !important; text-transform: uppercase !important;
  color: #3ab5ff !important;
  border: 1px solid rgba(58,181,255,.35) !important;
  border-radius: 3px !important;
  background: transparent !important;
  text-decoration: none !important;
  transition: background .25s, border-color .25s, color .25s, box-shadow .25s !important;
}
.tsx-btn:hover,
.tsx-btn:focus,
.tsx-btn:active {
  background: rgba(58,181,255,.15) !important;
  border-color: #3ab5ff !important;
  color: #fff !important;
  box-shadow: 0 0 18px rgba(58,181,255,.25) !important;
  text-decoration: none !important;
}
.tsx-btn svg { flex-shrink: 0; transition: transform .25s; }
.tsx-btn:hover svg { transform: translateX(3px); }
.tsx-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

/* ══ PARTNERS GRID ══ */
.tsx-partners-grid {
  display: flex;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.tsx-partner-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  padding: 0 30px;
}

.tsx-partner-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(58,181,255,.6);
  min-height: 20px;
}

.tsx-partner-desc {
  font-size: .85rem;
  font-weight: 300;
  color: rgba(160,180,220,.55);
  line-height: 1.7;
  max-width: 320px;
  margin: 0;
}

/* Logo wrap base - tamaño uniforme para todos */
.tsx-logo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 140px;
  background: rgba(10,13,32,.8);
  border: 1px solid rgba(58,181,255,.12);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color .3s;
}
.tsx-logo-wrap:hover { border-color: rgba(58,181,255,.35); }

.tsx-logo-glow {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(58,181,255,.08) 0%, transparent 70%);
  pointer-events: none;
}

/* Logo img base - con padding interno para que respire */
.tsx-logo-img {
  max-width: 200px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: brightness(0) invert(1) opacity(.85) drop-shadow(0 0 10px rgba(255,255,255,.5)) drop-shadow(0 0 20px rgba(255,255,255,.25));
  transition: filter .3s;
}
.tsx-logo-wrap:hover .tsx-logo-img {
  filter: brightness(0) invert(1) opacity(1) drop-shadow(0 0 16px rgba(255,255,255,.7)) drop-shadow(0 0 32px rgba(255,255,255,.35));
}

/* Variante tall - solo para Diners que necesita más alto */
.tsx-logo-wrap--tall {
  width: 280px;
  height: 140px;
}

.tsx-logo-img--tall {
  max-width: 100%;
  max-height: 260px;
  width: auto;
  height: 260px;
  filter: brightness(0) invert(1) opacity(.85) drop-shadow(0 0 10px rgba(255,255,255,.5)) drop-shadow(0 0 20px rgba(255,255,255,.25));
  transition: filter .3s;
}
.tsx-logo-wrap--tall:hover .tsx-logo-img--tall {
  filter: brightness(0) invert(1) opacity(1) drop-shadow(0 0 16px rgba(255,255,255,.7)) drop-shadow(0 0 32px rgba(255,255,255,.35));
}

/* ── Variantes de color glow ── */
.tsx-logo-glow--purple {
  background: radial-gradient(ellipse at center, rgba(155,93,229,.1) 0%, transparent 70%);
}
.tsx-logo-glow--green {
  background: radial-gradient(ellipse at center, rgba(0,180,120,.1) 0%, transparent 70%);
}

/* ══ BADGES ══ */
.tsx-badge {
  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(58,181,255,.7);
  padding: 6px 14px;
  border: 1px solid rgba(58,181,255,.15);
  border-radius: 20px;
  background: rgba(58,181,255,.05);
}
.tsx-badge--purple {
  color: rgba(155,93,229,.7);
  border-color: rgba(155,93,229,.15);
  background: rgba(155,93,229,.05);
}
.tsx-badge--green {
  color: rgba(0,180,120,.7);
  border-color: rgba(0,180,120,.15);
  background: rgba(0,180,120,.05);
}

.tsx-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #3ab5ff;
  box-shadow: 0 0 8px #3ab5ff;
  animation: tsxPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}
.tsx-badge-dot--purple {
  background: #9b5de5;
  box-shadow: 0 0 8px #9b5de5;
  animation: tsxPulsePurple 2s ease-in-out infinite;
}
.tsx-badge-dot--green {
  background: #00b478;
  box-shadow: 0 0 8px #00b478;
  animation: tsxPulseGreen 2s ease-in-out infinite;
}

@keyframes tsxPulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 8px #3ab5ff; }
  50%       { opacity: .5; box-shadow: 0 0 16px #3ab5ff; }
}
@keyframes tsxPulsePurple {
  0%, 100% { opacity: 1; box-shadow: 0 0 8px #9b5de5; }
  50%       { opacity: .5; box-shadow: 0 0 16px #9b5de5; }
}
@keyframes tsxPulseGreen {
  0%, 100% { opacity: 1; box-shadow: 0 0 8px #00b478; }
  50%       { opacity: .5; box-shadow: 0 0 16px #00b478; }
}

.tsx-divider {
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(58,181,255,.2), rgba(155,93,229,.2), transparent);
  flex-shrink: 0;
  align-self: stretch;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .tsx-inner {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    gap: 40px;
    padding: 52px 0;
  }
  .tsx-left { align-items: center; }
  .tsx-eyebrow { justify-content: center; }
  .tsx-desc { max-width: 100%; }
  .tsx-partners-grid {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .tsx-divider {
    width: 80%;
    height: 1px;
    margin: 0 auto;
    background: linear-gradient(to right, transparent, rgba(58,181,255,.2), rgba(155,93,229,.2), transparent);
  }
  .tsx-partner-card {
    padding: 0 16px;
  }
  .tsx-logo-wrap,
  .tsx-logo-wrap--tall {
    width: 220px;
  }
}/* End custom CSS */
/* Start custom CSS *//* ── FIX FILOS BLANCOS POST-ACTUALIZACIÓN ── */

/* Reset global de márgenes en secciones Elementor */
.elementor-section,
.elementor-container,
.e-container,
.e-con,
.e-con-inner {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Eliminar gap entre contenedores en el home */
.home .elementor-section-wrap,
.home .elementor > .elementor-inner {
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}

/* Reset de body/page para el home */
.home .site-content,
.home #content,
.home #primary,
.home .ast-container {
  padding: 0 !important;
  margin: 0 !important;
}

/* Fondo negro en el body para que cualquier filo no sea blanco */
body.home {
  background: #04050f !important;
}/* End custom CSS */