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

/* 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=Poppins:wght@300;400;500;600;700&display=swap */
/* external link (no embedded): https://unpkg.com/[email protected]/dist/aos.css */

/* ===== INLINE <style> BLOCK #1 ===== */
:root{
      /* ====== Nueva paleta de colores ====== */
      --brand: #2563eb;           /* Azul más vibrante */
      --brand-dark: #1e40af;      /* Azul oscuro */
      --brand-light: #3b82f6;     /* Azul claro */
      --accent: #10b981;          /* Verde esmeralda */
      --accent-dark: #059669;     /* Verde oscuro */
      --dark: #1f2937;            /* Gris muy oscuro */
      --dark-light: #374151;      /* Gris oscuro */
      --light: #f9fafb;           /* Gris muy claro */
      --paper: #f3f4f6;           /* Gris suave de fondo */
      --text: #1f2937;            /* Color de texto principal */
      --text-light: #6b7280;      /* Texto secundario */
      
      /* ====== Efectos y bordes ====== */
      --radius-xl: 1.25rem;
      --radius-lg: 1rem;
      --radius-md: 0.75rem;
      --shadow-soft: 0 10px 30px rgba(0,0,0,.08);
      --shadow-medium: 0 20px 40px rgba(0,0,0,.12);
      --shadow-large: 0 25px 50px rgba(0,0,0,.15);
      
      /* ====== Ticker ====== */
      --ticker-h: clamp(220px, 48vh, 560px); /* altura fija; el ancho lo define cada imagen */
    }

    html{ scroll-behavior:smooth; }
    body{
      font-family:"Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
      color: var(--text);
      background:#fff;
      line-height: 1.6;
    }

    .section{ 
      padding: 100px 0; 
      position: relative;
    }
    .section-title{
      font-weight: 700; 
      letter-spacing: -0.5px; 
      margin-bottom: 1rem;
      position: relative;
      display: inline-block;
    }
    .section-title:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 50px;
      height: 4px;
      background: var(--brand);
      border-radius: 2px;
    }
    .text-center .section-title:after {
      left: 50%;
      transform: translateX(-50%);
    }
    .small-muted{ 
      color: var(--text-light); 
      font-size: 1.1rem;
    }

    /* ========== Navbar mejorada ========== */
    .navbar{
      --bs-navbar-color: var(--dark);
      --bs-navbar-hover-color: var(--brand);
      --bs-navbar-active-color: var(--brand);
      --bs-navbar-brand-color: var(--dark);
      box-shadow: var(--shadow-soft);
      background: rgba(255, 255, 255, 0.95) !important;
      backdrop-filter: blur(10px);
      padding: 15px 0;
      transition: all 0.3s ease;
    }
    .navbar-brand {
      font-weight: 800;
      font-size: 1.5rem;
    }
    .navbar-brand span {
      color: var(--brand);
    }
    .nav-link {
      font-weight: 500;
      position: relative;
      padding: 0.5rem 1rem !important;
      transition: all 0.3s ease;
    }
    .nav-link:after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: 0;
      left: 50%;
      background: var(--brand);
      transition: all 0.3s ease;
      transform: translateX(-50%);
    }
    .nav-link:hover:after,
    .nav-link.active:after {
      width: 70%;
    }
    .navbar .btn-wsp{
      background: linear-gradient(135deg, #25d366, #128C7E); 
      border: none; 
      color: #fff; 
      font-weight: 600;
      border-radius: 50px;
      padding: 0.5rem 1.5rem;
      transition: all 0.3s ease;
      box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
    }
    .navbar .btn-w    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "simacordoba.com/index.html",
    "template_mtime": 1760708409,
    "template_mtime_human": "2025-10-17T13:40:09+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=Poppins:wght@300;400;500;600;700&display=swap",
        "https://unpkg.com/[email protected]/dist/aos.css"
    ],
    "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=Poppins:wght@300;400;500;600;700&display=swap",
        "https://unpkg.com/[email protected]/dist/aos.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 1,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}