MIX · extractor de estilos
Template: netcell.com.ar/index.html · mtime: 2026-03-31 12:10
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 2 Embebidos: 0 Externos: 2 Inline styles: 2 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: netcell.com.ar/index.html */
/* Template mtime: 2026-03-31 12:10:10 */

/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */

/* ===== INLINE <style> BLOCK #1 ===== */
/* ===========
      =================================
       PREMIUM VISUAL UPGRADE - NET CELL
       Manteniendo paleta: blanco, negro, acento #0a2b4a
       Galería intacta, funcionalidad 100% original
    ============================================ */.about-reimagined {
  position: relative;
}

.about-reimagined-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: start;
}

.about-media-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-premium);
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-loop-video {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 720px;
  object-fit: contain;
  display: block;
  background: #fff;
  border-radius: 22px;
}

.about-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.about-copy-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow-md);
  padding: 34px;
}

.about-copy-card p {
  margin: 0 0 18px;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.about-copy-card p:last-child {
  margin-bottom: 0;
}

.about-highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-fast);
}

.about-highlight-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(10, 43, 74, 0.14);
}

.about-highlight-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent);
}

.about-highlight-icon svg {
  width: 18px;
  height: 18px;
}

.about-highlight-item span:last-child {
  color: var(--text);
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .about-reimagined-grid {
    grid-template-columns: 1fr;
  }

  .about-loop-video {
    max-height: 520px;
  }
}

@media (max-width: 767px) {
  .about-copy-card {
    padding: 26px;
    border-radius: 24px;
  }

  .about-highlights-grid {
    grid-template-columns: 1fr;
  }

  .about-media-card {
    padding: 10px;
    border-radius: 24px;
  }

  .about-loop-video {
    max-height: 360px;
    border-radius: 16px;
  }
}
      :root {
        --accent: #0a2b4a;
        --accent-dark: #051a2c;
        --accent-soft: #eef2f8;
        --accent-glow: rgba(10, 43, 74, 0.1);
        --text: #0a1c2f;
        --text-soft: #2c3e4e;
        --muted: #5a6e7e;
        --line: #eef2f6;
        --bg: #ffffff;
        --bg-soft: #fafcff;
        --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.03);
        --shadow-md: 0 12px 32px -12px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.02);
        --shadow-lg: 0 32px 48px -20px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.04);
        --shadow-premium: 0 40px 60px -24px rgba(0, 0, 0, 0.16);
        --radius: 28px;
        --radius-md: 20px;
        --radius-sm: 16px;
        --transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        --transition-fast: all 0.2s ease;
      }

      * {
        box-si    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "netcell.com.ar/index.html",
    "template_mtime": 1774959010,
    "template_mtime_human": "2026-03-31T12:10:10+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_external": [
        "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 2,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}