MIX · extractor de estilos
Template: fulldent.com.ar/index.html · mtime: 2026-02-23 17:19
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 2 Embebidos: 0 Externos: 2 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: fulldent.com.ar/index.html */
/* Template mtime: 2026-02-23 17:19:25 */

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

/* ===== INLINE <style> BLOCK #1 ===== */
/* ---------- VARIABLES Y RESET ---------- */
    :root{
      --bg: #ffffff;
      --surface: #f8fafc;
      --card: #ffffff;
      --stroke: rgba(0, 0, 0, 0.08);
      --stroke-hover: rgba(0, 0, 0, 0.12);
      --text-primary: #0f172a;
      --text-secondary: #334155;
      --text-muted: #64748b;
      --accent: #fedb46;        /* azul más vibrante */
      --accent-soft: #3b82f6;
      --accent2: #bd7e08;       /* verde‑azulado más elegante */
      --accent2-soft: #14b8a6;
      --shadow-sm: 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.03);
      --shadow-md: 0 20px 30px -12px rgba(0, 0, 0, 0.12), 0 8px 12px -6px rgba(0, 0, 0, 0.02);
      --shadow-lg: 0 30px 50px -20px rgba(0, 0, 0, 0.2);
      --radius: 24px;
      --radius-pill: 999px;
      --transition: all 0.2s ease;
    }

    *{ box-sizing: border-box; }
    html,body{height:100%; max-width:100%; overflow-x:hidden; scroll-behavior:smooth;}
    body{
      font-family: 'Inter', system-ui, -apple-system, sans-serif;
      background: var(--bg);
      color: var(--text-primary);
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    /* ---------- TIPOGRAFÍA ---------- */
    h1,h2,h3,h4,h5,h6{
      font-weight: 700;
      letter-spacing: -0.02em;
      color: var(--text-primary);
    }
    .section-title{
      font-size: clamp(2rem, 5vw, 2.8rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.1;
    }
    .section-subtitle{
      font-size: 1.1rem;
      color: var(--text-secondary);
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }
    .eyebrow{
      display: inline-block;
      padding: 0.4rem 1rem;
      background: var(--surface);
      border: 1px solid var(--stroke);
      border-radius: var(--radius-pill);
      font-size: 0.85rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: var(--text-secondary);
      margin-bottom: 1.2rem;
    }

    /* ---------- LAYOUT ---------- */
    section{ padding: 80px 0; }
    .container{ max-width: 1200px; }

    /* ---------- NAVBAR (cristal claro) ---------- */
    .navbar{
      background: rgba(255,255,255,0.75);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--stroke);
      box-shadow: var(--shadow-sm);
    }
    .navbar .navbar-brand{
      font-weight: 800;
      font-size: 1.6rem;
      letter-spacing: -0.02em;
      background: linear-gradient(135deg, var(--accent), var(--accent2));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .navbar-nav .nav-link{
      color: var(--text-secondary) !important;
      font-weight: 500;
      padding: 0.5rem 1rem !important;
      transition: var(--transition);
      border-radius: var(--radius-pill);
    }
    .navbar-nav .nav-link:hover{
      color: var(--text-primary) !important;
      background: var(--surface);
    }
    .navbar-toggler{ border: none; }
    .navbar-toggler-icon{ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

    /* Botón CTA principal */
    .btn-cta{
      border-radius: var(--radi    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "fulldent.com.ar/index.html",
    "template_mtime": 1771867165,
    "template_mtime_human": "2026-02-23T17:19:25+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=Inter:opsz,[email protected],300;14..32,400;14..32,500;14..32,600;14..32,700;14..32,800;14..32,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:opsz,[email protected],300;14..32,400;14..32,500;14..32,600;14..32,700;14..32,800;14..32,900&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 3,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}