MIX · extractor de estilos
Template: aspersonalizados.com.ar/index.html · mtime: 2026-02-19 21:24
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 3 Embebidos: 0 Externos: 3 Inline styles: 3 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: aspersonalizados.com.ar/index.html */
/* Template mtime: 2026-02-19 21:24:07 */

/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap */

/* ===== INLINE <style> BLOCK #1 ===== */
/*--------------------------------------------------------------
    # VARIABLES (respetadas y enriquecidas con tonos más profundos)
    --------------------------------------------------------------*/
    :root {
      --ink: #0b1120;           /* más profundo que el original */
      --muted: #4b5565;         /* equilibrado */
      --bg: #ffffff;
      --bg-alt: #f4f6fc;        /* ligeramente más fresco */
      --border: rgba(2, 10, 25, 0.06);
      --border-strong: rgba(2, 10, 25, 0.12);
      --shadow-sm: 0 12px 30px -8px rgba(0, 0, 0, 0.05), 0 4px 8px -4px rgba(0, 0, 0, 0.02);
      --shadow-md: 0 25px 50px -15px rgba(0, 0, 0, 0.15), 0 8px 15px -8px rgba(0, 0, 0, 0.1);
      --shadow-lg: 0 40px 70px -20px rgba(0, 0, 0, 0.25), 0 15px 30px -12px rgba(0, 0, 0, 0.15);
      --accent: #95c931;
      --accent-soft: rgba(205, 231, 34, 0.14);
      --accent-glare: rgba(11, 17, 32, 0.85);
      --accent-glow: rgba(205, 231, 34, 0.10);
      --radius-md: 24px;
      --radius-lg: 40px;
      --radius-xl: 48px;
      --transition: all 0.4s cubic-bezier(0.2, 0.9, 0.3, 1);
      --transition-bounce: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    /*--------------------------------------------------------------
    # BASE (reset moderno)
    --------------------------------------------------------------*/
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: "Inter", sans-serif;
      color: var(--ink);
      background: var(--bg);
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-x: hidden;
      width: 100%;
    }

    a {
      text-decoration: none;
      color: inherit;
      transition: var(--transition);
    }

    .anchor-offset {
      scroll-margin-top: 100px;
    }

    

    /*--------------------------------------------------------------
    # SECCIONES (más aire entre bloques)
    --------------------------------------------------------------*/
    .section {
      padding: 96px 0;
    }
    @media (max-width: 768px) {
      .section {
        padding: 72px 0;
      }
    }
/*--------------------------------------------------------------
    # NAVBAR (vidrio hiper premium)
    --------------------------------------------------------------*/
    .navbar {
      background: rgba(255, 255, 255, 0.7);
      backdrop-filter: blur(20px) saturate(180%);
      -webkit-backdrop-filter: blur(20px) saturate(180%);
      border-bottom: 1px solid var(--border);
      padding: 16px 0;
      transition: var(--transition);
    }

    .navbar-brand {
      font-weight: 800;
      letter-spacing: -0.03em;
      font-size: 1.8rem;
      background: linear-gradient(135deg, var(--ink) 20%, var(--accent) 90%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .nav-link {
      font-weight: 550;
      color: var(--muted);
      padding: 0.5rem 1.2rem !important;
      border-radius: 100px;
      font-size: 1rem;
      transition: var(--transition);
    }

    .nav-link:hover {
      color: var(--ink);
      background: var(--accent-soft);
      transform: translateY(-1px);
    }

    .btn-nav {
      background: transparent;
      border: 1.5px solid var(--border    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "aspersonalizados.com.ar/index.html",
    "template_mtime": 1771536247,
    "template_mtime_human": "2026-02-19T21:24:07+00:00",
    "css_links_found": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
    ],
    "css_links_external": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 3,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}