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

/* 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:wght@300;400;500;600;700;800;900&display=swap */

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      --ink: #0b1220;
      --muted: #5b6475;
      --brand: #0066FF;
      --brand-light: #3D8BFF;
      --brand-dark: #0052D4;
      --cyan: #00D4FF;
      --bg: #f8fafd;
      --card: #ffffff;
      --ring: rgba(0, 102, 255, 0.12);
      --radius: 24px;
      --radius-sm: 16px;
      --shadow-soft: 0 20px 60px rgba(10, 20, 40, 0.08);
      --shadow-medium: 0 25px 50px rgba(10, 20, 40, 0.12);
      --shadow-hard: 0 30px 60px rgba(10, 20, 40, 0.18);
      --gradient-brand: linear-gradient(135deg, var(--brand), var(--cyan));
      --gradient-subtle: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(0, 212, 255, 0.08));
    }

    * {
      transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }

    body {
      color: var(--ink);
      background: var(--bg);
      font-family: 'Inter', system-ui, -apple-system, sans-serif;
      overflow-x: hidden;
      scroll-behavior: smooth;
    }

    h1, h2, h3, h4, h5, h6, .fw-bold {
      font-weight: 800;
      letter-spacing: -0.025em;
    }

    .section {
      padding: 100px 0;
      position: relative;
    }

    .section:nth-child(even) {
      background: rgba(248, 250, 253, 0.8);
    }

    .container {
      max-width: 1200px;
    }

    /* ==================== NAVBAR PREMIUM ==================== */
    .navbar {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: saturate(1.8) blur(20px);
      border-bottom: 1px solid rgba(11, 18, 32, 0.05);
      padding: 1rem 0;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    }

    .navbar.scrolled {
      padding: 0.7rem 0;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    .brand-logo {
      display: flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
    }

    .brand-icon {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      background: var(--gradient-brand);
      color: white;
      font-weight: 900;
      font-size: 1.5rem;
      box-shadow: 0 10px 20px rgba(0, 102, 255, 0.2);
    }

    .brand-text {
      font-weight: 900;
      font-size: 1.4rem;
      background: linear-gradient(135deg, var(--ink), var(--brand));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .nav-link {
      color: var(--ink) !important;
      font-weight: 600;
      padding: 0.5rem 1rem !important;
      border-radius: 12px;
      margin: 0 0.1rem;
      position: relative;
    }

    .nav-link:hover {
      background: rgba(0, 102, 255, 0.05);
      transform: translateY(-1px);
    }

    .nav-link.active {
      color: var(--brand) !important;
      background: rgba(0, 102, 255, 0.08);
    }

    .nav-link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 3px;
      background: var(--gradient-brand);
      border-radius: 3px;
      transition: all 0.3s ease;
      transform: translateX(-50%);
    }

    .nav-link:hover::after {
      width: 60%;
    }

    .btn-whatsapp-nav {
      background: var(--gradient-brand);
      border: none;
      color: white;
      font-weight: 700;
      padding: 0.6rem 1.5rem;
      border-radius: 14px;
      box-shadow: 0 10px 25px rgba(0, 102, 255, 0.3);
      position: relative;
      overflow: hidden;
    }

     /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "piscinashm.com.ar/index.html",
    "template_mtime": 1770208300,
    "template_mtime_human": "2026-02-04T12:31:40+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:wght@300;400;500;600;700;800;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:wght@300;400;500;600;700;800;900&display=swap"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 4,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}