MIX · extractor de estilos
Template: servi-max.com.ar/index.html · mtime: 2025-10-24 17:06
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 4 Embebidos: 0 Externos: 4 Inline styles: 9 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: servi-max.com.ar/index.html */
/* Template mtime: 2025-10-24 17:06:30 */

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

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      /* Paleta de colores moderna y profesional */
      --primary: #2563eb;
      --primary-dark: #1d4ed8;
      --primary-light: #3b82f6;
      --secondary: #0ea5e9;
      --accent: #f59e0b;
      --text-900: #0f172a;
      --text-700: #334155;
      --text-500: #64748b;
      --text-300: #cbd5e1;
      --surface: #ffffff;
      --muted: #f8fafc;
      --muted-dark: #f1f5f9;
      --border: #e2e8f0;
      --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
      --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
      --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
      --radius: 12px;
      --radius-lg: 16px;
      --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    html, body {
      overflow-x: hidden;
      scroll-behavior: smooth;
    }

    body {
      font-family: "Outfit", "Inter", system-ui, -apple-system, sans-serif;
      color: var(--text-900);
      background: #fff;
      line-height: 1.6;
    }

    h1, h2, h3, h4, h5, h6 {
      font-family: "Inter", system-ui, -apple-system, sans-serif;
      font-weight: 700;
      line-height: 1.2;
    }

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

    a:hover {
      color: var(--primary-dark);
    }

    /* Navbar moderna */
    .navbar {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border);
      padding: 1rem 0;
      transition: var(--transition);
    }

    .navbar.scrolled {
      box-shadow: var(--shadow);
      padding: 0.75rem 0;
    }

    .navbar .nav-link {
      font-weight: 500;
      position: relative;
      padding: 0.5rem 1rem !important;
      border-radius: 8px;
      transition: var(--transition);
    }

    .navbar .nav-link:not(.btn):hover {
      background: rgba(37, 99, 235, 0.05);
      color: var(--primary);
    }

    .navbar .nav-link.active {
      color: var(--primary);
      font-weight: 600;
    }

    .navbar .nav-link.active:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 1rem;
      right: 1rem;
      height: 2px;
      background: var(--primary);
      border-radius: 2px;
    }

    .brand-logo {
      height: 39px;
      width: auto;
      transition: var(--transition);
    }

    /* Hero section espectacular */
    .hero {
      padding: 120px 0 80px;
      background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
      position: relative;
      overflow: hidden;
    }

    .hero:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: 
        radial-gradient(circle at 20% 80%, rgba(37, 99, 235, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(14, 165, 233, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(245, 158, 11, 0.03) 0%, transparent 50%);
      z-index: 0;
    }

    .hero .container {
      position: relative;
      z-index: 1;
    }

    .hero h1{
  font-weight: 800;
  letter-spacing: -0.02em;
  color:#fff !import    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "servi-max.com.ar/index.html",
    "template_mtime": 1761325590,
    "template_mtime_human": "2025-10-24T17:06:30+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.css",
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap",
        "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&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.css",
        "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap",
        "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 9,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}