/* ============================================================
   ESTADO DE MI SERVICIO — estado.css
   Complementa style.css con estilos exclusivos del portal
============================================================ */

.estado-page { background: var(--gray-50); }

/* ── Navbar activo (siempre oscuro en esta página) ── */
.estado-page .navbar { background: rgba(11,31,58,.97); }
.nav-active { color: var(--white) !important; font-weight: 600 !important; }

/* ── Hero ── */
.ep-hero {
  background: var(--navy);
  padding: 120px 0 64px;
  position: relative;
  overflow: hidden;
}

.ep-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 80% at 70% 50%, rgba(26,86,196,.12) 0%, transparent 70%);
}

.ep-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.ep-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,.45);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 20px;
}

.ep-titulo {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: -.02em;
  margin-bottom: 16px;
}

.ep-sub {
  font-size: 16px;
  color: rgba(255,255,255,.55);
  line-height: 1.7;
  max-width: 480px;
}

/* ── Buscador ── */
.ep-buscador {
  padding: 0 0 48px;
  background: var(--navy);
}

.ep-search-card {
  background: var(--white);
  border-radius: 16px;
  padding: 36px 40px;
  box-shadow: var(--shadow-lg);
}

.ep-search-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(26,86,196,.08);
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.ep-search-texto h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}

.ep-search-texto p {
  font-size: 14px;
  color: var(--gray-500);
  margin-bottom: 24px;
}

.ep-search-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.ep-input-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.ep-input-wrap svg {
  position: absolute;
  left: 14px;
  color: var(--gray-500);
  pointer-events: none;
  flex-shrink: 0;
}

.ep-input-wrap input {
  width: 100%;
  height: 48px;
  border: 1.5px solid var(--gray-100);
  border-radius: 10px;
  padding: 0 16px 0 42px;
  font-size: 15px;
  font-family: var(--font);
  color: var(--gray-700);
  background: var(--gray-50);
  transition: border-color .2s ease, box-shadow .2s ease;
  outline: none;
  letter-spacing: .04em;
}

.ep-input-wrap input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(26,86,196,.1);
  background: var(--white);
}

.ep-input-wrap input::placeholder { color: var(--gray-300); }

.ep-error {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 13px;
  color: #991b1b;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 10px 14px;
  animation: fadeIn .25s ease;
}

/* Botones demo */
.ep-demos {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.ep-demos-label {
  font-size: 12px;
  color: var(--gray-500);
  font-weight: 500;
}

.ep-demo-btn {
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font);
  color: var(--blue);
  background: rgba(26,86,196,.06);
  border: 1px solid rgba(26,86,196,.15);
  border-radius: 20px;
  padding: 4px 12px;
  cursor: pointer;
  transition: all .2s ease;
  letter-spacing: .03em;
}

.ep-demo-btn:hover {
  background: rgba(26,86,196,.12);
  border-color: var(--blue);
}

/* ── Sección resultado ── */
.ep-resultado {
  padding: 48px 0 80px;
  background: var(--gray-50);
}

/* Tarjeta principal del resultado */
.ep-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 16px;
  padding: 28px 32px;
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
}

.ep-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-100);
  margin-bottom: 20px;
}

.ep-folio-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--gray-500);
  margin-bottom: 6px;
}

.ep-device-name {
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 3px;
}

.ep-client-name {
  font-size: 14px;
  color: var(--gray-500);
}

/* Status pills */
.ep-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

.ep-status svg { flex-shrink: 0; }

.s-recibido       { background: #f3f4f6; color: #374151; }
.s-diagnostico    { background: #eff6ff; color: #1d4ed8; }
.s-autorizacion   { background: #fffbeb; color: #92400e; }
.s-refacciones    { background: #fff7ed; color: #9a3412; }
.s-reparacion     { background: #f5f3ff; color: #5b21b6; }
.s-pruebas        { background: #f0f9ff; color: #0369a1; }
.s-listo          { background: #ecfdf5; color: #065f46; }
.s-entregado      { background: #f9fafb; color: #374151; }

/* ── Barra de progreso ── */
.ep-progreso-wrap {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 16px;
  padding: 24px 32px;
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
}

.ep-prog-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.ep-prog-label { font-size: 13px; font-weight: 600; color: var(--navy); }
.ep-prog-pct   { font-size: 13px; font-weight: 700; color: var(--blue); }

.ep-prog-bar-bg {
  height: 8px;
  background: var(--gray-100);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.ep-prog-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  border-radius: 4px;
  transition: width .8s cubic-bezier(.4,0,.2,1);
}

/* Pasos del progreso */
.ep-pasos {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.ep-pasos::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  height: 1px;
  background: var(--gray-100);
  z-index: 0;
}

.ep-paso {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
  position: relative;
  z-index: 1;
}

.ep-paso-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--gray-100);
  border: 2px solid var(--gray-100);
  transition: all .3s ease;
}

.ep-paso.hecho .ep-paso-dot   { background: var(--blue); border-color: var(--blue); }
.ep-paso.actual .ep-paso-dot  { background: var(--white); border: 3px solid var(--blue); box-shadow: 0 0 0 3px rgba(26,86,196,.15); }

.ep-paso-label {
  font-size: 9px;
  color: var(--gray-300);
  text-align: center;
  font-weight: 500;
  max-width: 56px;
  line-height: 1.3;
}

.ep-paso.hecho .ep-paso-label  { color: var(--blue); }
.ep-paso.actual .ep-paso-label { color: var(--navy); font-weight: 700; }

/* ── Grid de detalles ── */
.ep-detalles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}

.ep-detalle-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: var(--shadow-sm);
}

.ep-det-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--gray-500);
  margin-bottom: 5px;
}

.ep-det-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.4;
}

.ep-det-value.problema {
  font-weight: 400;
  color: var(--gray-500);
  font-size: 13px;
}

/* ── Timeline ── */
.ep-timeline-wrap {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 16px;
  padding: 28px 32px;
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
}

.ep-timeline-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.ep-timeline-header h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
}

.ep-timeline-header span {
  font-size: 12px;
  color: var(--gray-500);
  background: var(--gray-50);
  border: 1px solid var(--gray-100);
  border-radius: 20px;
  padding: 3px 10px;
}

.ep-timeline {
  position: relative;
  padding-left: 28px;
}

.ep-timeline::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 1.5px;
  background: linear-gradient(to bottom, var(--blue), rgba(26,86,196,.05));
}

.ep-tl-item {
  position: relative;
  padding-bottom: 24px;
  animation: fadeIn .4s ease both;
}

.ep-tl-item:last-child { padding-bottom: 0; }

.ep-tl-dot {
  position: absolute;
  left: -28px;
  top: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ep-tl-dot.c-gris   { background: #f3f4f6; border-color: #9ca3af; }
.ep-tl-dot.c-azul   { background: #eff6ff; border-color: #3b82f6; }
.ep-tl-dot.c-amber  { background: #fffbeb; border-color: #f59e0b; }
.ep-tl-dot.c-naranja{ background: #fff7ed; border-color: #f97316; }
.ep-tl-dot.c-morado { background: #f5f3ff; border-color: #8b5cf6; }
.ep-tl-dot.c-cian   { background: #f0f9ff; border-color: #0ea5e9; }
.ep-tl-dot.c-verde  { background: #ecfdf5; border-color: #10b981; }

.ep-tl-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.ep-tl-fecha {
  font-size: 12px;
  color: var(--gray-500);
}

.ep-tl-estado {
  font-size: 13px;
  font-weight: 700;
}

.ep-tl-obs {
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.6;
}

/* ── Acciones ── */
.ep-acciones {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ep-accion-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 40px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font);
  border: 1.5px solid var(--gray-100);
  background: var(--white);
  color: var(--gray-700);
  cursor: pointer;
  transition: all .2s ease;
  box-shadow: var(--shadow-sm);
}

.ep-accion-btn:hover {
  border-color: var(--gray-300);
  background: var(--gray-50);
  transform: translateY(-1px);
}

.ep-accion-btn.wa {
  background: #25D366;
  color: var(--white);
  border-color: #25D366;
}

.ep-accion-btn.wa:hover {
  background: #1ebe5d;
  border-color: #1ebe5d;
}

/* ── Info cards (estado vacío) ── */
.ep-info {
  padding: 64px 0 80px;
  background: var(--gray-50);
}

.ep-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.ep-info-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 14px;
  padding: 28px 24px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.ep-info-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.ep-info-ico {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(26,86,196,.07);
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.ep-info-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}

.ep-info-card p {
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.65;
  margin: 0;
}

/* CTA WhatsApp */
.ep-wa-cta { text-align: center; }

.ep-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #25D366;
  color: var(--white);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--font);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ep-wa-btn:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37,211,102,.35);
}

/* ── Animaciones ── */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.ep-card, .ep-progreso-wrap, .ep-detalles-grid, .ep-timeline-wrap, .ep-acciones {
  animation: fadeIn .4s ease both;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .ep-search-card { padding: 24px 20px; }
  .ep-search-row  { flex-direction: column; }
  .ep-search-row .btn-primary { width: 100%; justify-content: center; }
  .ep-detalles-grid { grid-template-columns: 1fr 1fr; }
  .ep-info-grid     { grid-template-columns: 1fr; }
  .ep-card-top      { flex-direction: column; gap: 12px; }
  .ep-pasos         { display: none; }
  .ep-timeline-wrap { padding: 20px; }
}

@media (max-width: 480px) {
  .ep-detalles-grid { grid-template-columns: 1fr; }
  .ep-accion-btn    { width: 100%; justify-content: center; }
}

/* ============================================================
   PORTAL DEL CLIENTE — Secciones expandidas
============================================================ */

/* ── 1. Estado principal (indicador grande) ── */
.ep-estado-principal {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
}

.ep-estado-emoji {
  font-size: 40px;
  margin-bottom: 16px;
  line-height: 1;
}

.ep-status-grande {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 22px;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
}

.ep-mensaje-humano {
  font-size: 15px;
  color: var(--gray-500);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── Descripciones bajo cada paso de progreso ── */
.ep-paso-desc {
  font-size: 8px;
  color: var(--gray-300);
  text-align: center;
  line-height: 1.3;
  max-width: 60px;
  display: none;
}

@media (min-width: 769px) {
  .ep-paso-desc { display: block; margin-top: 1px; }
}

/* ── 3. Resumen del servicio (badge prioridad + grid ampliado) ── */
.ep-prioridad-badge {
  font-size: 11px;
  font-weight: 700;
  color: var(--blue);
  background: rgba(26,86,196,.08);
  border: 1px solid rgba(26,86,196,.15);
  border-radius: 20px;
  padding: 5px 14px;
  white-space: nowrap;
  flex-shrink: 0;
}

.ep-resumen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 24px;
}

.ep-resumen-item .ep-det-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--gray-500);
  margin-bottom: 4px;
}

.ep-resumen-item .ep-det-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.4;
}

.ep-resumen-item .ep-det-value.problema {
  font-weight: 400;
  color: var(--gray-500);
  font-size: 13px;
}

/* ── 5. Galería de fotos ── */
.ep-galeria-wrap {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 16px;
  padding: 28px 32px;
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
}

.ep-galeria-header {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.ep-galeria-header h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
}

.ep-galeria-sub {
  font-size: 12px;
  color: var(--gray-500);
}

.ep-galeria {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ep-foto-card {
  aspect-ratio: 4/3;
  background: var(--gray-50);
  border: 1.5px dashed var(--gray-100);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all .2s ease;
}

.ep-foto-card:not(.pendiente):hover {
  border-color: var(--blue);
  background: rgba(26,86,196,.03);
  transform: translateY(-2px);
}

.ep-foto-card.pendiente {
  cursor: default;
  opacity: .55;
}

.ep-foto-placeholder {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}

.ep-foto-card.pendiente .ep-foto-placeholder { color: var(--gray-300); }

.ep-foto-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
}

.ep-foto-estado {
  font-size: 11px;
  color: var(--gray-500);
}

/* ── 6. Información importante ── */
.ep-iiu-wrap {
  background: linear-gradient(135deg, #f0f5ff 0%, var(--white) 100%);
  border: 1px solid rgba(26,86,196,.15);
  border-radius: 16px;
  padding: 28px 32px;
  margin-bottom: 20px;
}

.ep-iiu-titulo {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 20px;
}

.ep-iiu-titulo svg { color: var(--blue); }

.ep-iiu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ep-iiu-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.ep-iiu-ico {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--white);
  border: 1px solid rgba(26,86,196,.15);
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ep-iiu-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--gray-500);
  margin-bottom: 3px;
}

.ep-iiu-value {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
}

.ep-iiu-value.normal {
  font-weight: 400;
  color: var(--gray-700);
  font-size: 13px;
  line-height: 1.6;
}

/* ── 7. FAQ ── */
.ep-faq-wrap {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 16px;
  padding: 28px 32px;
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
}

.ep-faq-titulo {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 16px;
}

.ep-faq-item {
  border-bottom: 1px solid var(--gray-100);
}

.ep-faq-item:last-child { border-bottom: none; }

.ep-faq-pregunta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: none;
  border: none;
  padding: 16px 0;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  text-align: left;
  cursor: pointer;
}

.ep-faq-pregunta svg {
  color: var(--gray-500);
  flex-shrink: 0;
  transition: transform .25s ease;
}

.ep-faq-respuesta {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

.ep-faq-respuesta.open { max-height: 200px; }

.ep-faq-respuesta p {
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.7;
  padding-bottom: 16px;
  margin: 0;
}

/* ── 8. Contacto rápido ── */
.ep-contacto-wrap {
  margin-bottom: 20px;
}

.ep-contacto-titulo {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 16px;
  text-align: center;
}

.ep-contacto-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ep-contacto-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 12px;
  padding: 16px 18px;
  transition: all .2s ease;
  box-shadow: var(--shadow-sm);
}

.ep-contacto-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--gray-300);
}

.ep-contacto-btn svg { flex-shrink: 0; color: var(--blue); }
.ep-contacto-btn.wa svg { color: #25D366; }

.ep-contacto-btn strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
}

.ep-contacto-btn span {
  font-size: 11px;
  color: var(--gray-500);
}

/* ── 9. CTA final ── */
.ep-cta-final {
  background: linear-gradient(135deg, var(--navy) 0%, #0a1628 100%);
  border-radius: 16px;
  padding: 48px 40px;
  text-align: center;
}

.ep-cta-final h3 {
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}

.ep-cta-final p {
  font-size: 14px;
  color: rgba(255,255,255,.55);
  max-width: 420px;
  margin: 0 auto 24px;
  line-height: 1.6;
}

/* ── Responsive expandido ── */
@media (max-width: 768px) {
  .ep-estado-principal { padding: 28px 20px; }
  .ep-resumen-grid      { grid-template-columns: 1fr 1fr; }
  .ep-galeria           { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .ep-foto-label        { font-size: 11px; }
  .ep-foto-estado       { display: none; }
  .ep-iiu-grid          { grid-template-columns: 1fr; }
  .ep-contacto-grid     { grid-template-columns: 1fr; }
  .ep-galeria-wrap, .ep-iiu-wrap, .ep-faq-wrap { padding: 20px; }
  .ep-cta-final         { padding: 36px 24px; }
}

@media (max-width: 480px) {
  .ep-resumen-grid { grid-template-columns: 1fr; }
  .ep-galeria      { grid-template-columns: 1fr 1fr; }
}
