MIX · extractor de estilos
Template: tingladosjgs.com.ar/index.html · mtime: 2026-03-20 19:41
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 4 Embebidos: 0 Externos: 4 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: tingladosjgs.com.ar/index.html */
/* Template mtime: 2026-03-20 19:41:34 */

/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Manrope:wght@400;500;600;700&display=swap */
/* 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://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css */

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      --primary: #0052FF;
      --primary-dark: #0039B8;
      --primary-light: #E6F0FF;
      --secondary: #10B981;
      --accent: #F59E0B;
      --dark: #0F172A;
      --dark-light: #1E293B;
      --gray: #64748B;
      --gray-light: #F1F5F9;
      --white: #FFFFFF;
      --shadow: 0 20px 60px rgba(0, 82, 255, 0.08);
      --shadow-lg: 0 32px 64px rgba(0, 0, 0, 0.08);
      --radius: 24px;
      --radius-sm: 12px;
      --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
      --gradient: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 80px;
    }

    body {
      font-family: 'Inter', sans-serif;
      color: var(--dark);
      background: var(--white);
      overflow-x: hidden;
      line-height: 1.6;
    }

    h1, h2, h3, h4, h5, h6 {
      font-family: 'Manrope', sans-serif;
      font-weight: 800;
      line-height: 1.2;
    }

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

    .container-custom {
      max-width: 1280px;
      padding: 0 24px;
      margin: 0 auto;
    }

    /* === NAVBAR PREMIUM === */
    .navbar {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border-bottom: 1px solid rgba(0, 82, 255, 0.08);
      padding: 16px 0;
      z-index: 1000;
      transition: var(--transition);
    }

    .navbar.scrolled {
      padding: 12px 0;
      box-shadow: 0 8px 32px rgba(0, 82, 255, 0.08);
    }

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

    .brand-icon {
      width: 48px;
      height: 48px;
      background: var(--gradient);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: 900;
      font-size: 1.5rem;
      box-shadow: 0 8px 24px rgba(0, 82, 255, 0.3);
      transition: var(--transition);
    }

    .brand-name {
      font-family: 'Manrope', sans-serif;
      font-weight: 900;
      font-size: 1.8rem;
      background: linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* --- Navbar layout fix (mobile + desktop) --- */
    .navbar .container-custom{
      display:flex;
      align-items:center;
      width:100%;
      gap:16px;
    }
    /* fuerza logo a la izquierda y hamburguesa al extremo derecho */
    .navbar-brand{ flex:0 0 auto; margin-right:auto; }
    .navbar-toggler{
      margin-left:auto;
      border:0;
      padding:10px 12px;
      border-radius:14px;
      background: rgba(0, 82, 255, 0.10);
    }
    .navbar-toggler:focus{ box-shadow:0 0 0 4px rgba(0, 82, 255, 0.15); }

    @media (max-width: 991.98px){
      .navbar .container-custom{ flex-wrap:wrap; }
      .navbar-collapse{ width:100%; padding-top:12px; }
      .navbar-nav{ padding:8px 0; }
      .navbar .d-flex.ms-l    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "tingladosjgs.com.ar/index.html",
    "template_mtime": 1774035694,
    "template_mtime_human": "2026-03-20T19:41:34+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Manrope:wght@400;500;600;700&display=swap",
        "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://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
    ],
    "css_links_external": [
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Manrope:wght@400;500;600;700&display=swap",
        "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://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 4,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}