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

/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400..800;1,14..32,400..800&display=swap */
/* external link (no embedded): https://unpkg.com/[email protected]/dist/aos.css */

/* ===== INLINE <style> BLOCK #1 ===== */
/* ===== VARIABLES Y RESET PROFESIONAL ===== */
    :root {
      --accent: #cead7a;           /* Áureo cálido (respetado) */
      --accent-dark: #b38b5a;       /* Sutilmente más profundo */
      --accent-soft: #f3ebe1;       /* Fondo suave de acento */
      --text-primary: #1e1e1e;
      --text-secondary: #4b4b4b;
      --bg: #ffffff;
      --bg-soft: #faf8f5;
      --border-light: rgba(0, 0, 0, 0.06);
      --border-medium: rgba(0, 0, 0, 0.1);
      --shadow-xs: 0 4px 12px rgba(0, 0, 0, 0.02);
      --shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.04);
      --shadow-md: 0 20px 40px -12px rgba(0, 0, 0, 0.1);
      --shadow-lg: 0 30px 60px -15px rgba(0, 0, 0, 0.15);
      --shadow-accent: 0 12px 28px -8px rgba(206, 173, 122, 0.3);
      --radius-card: 2rem;          /* 32px */
      --radius-element: 1.25rem;     /* 20px */
      --radius-button: 3rem;         /* 48px+ */
      --transition: all 0.3s cubic-bezier(0.25, 0.1, 0.15, 1);
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    
    html { scroll-behavior: smooth; }
    
    body {
      font-family: "Inter", system-ui, -apple-system, sans-serif;
      color: var(--text-primary);
      background: var(--bg);
      line-height: 1.5;
      overflow-x: hidden;
    }

    /* Tipografía refinada */
    h1, h2, h3, h4, .h1, .h2, .h3 {
      font-weight: 700;
      letter-spacing: -0.03em;
      line-height: 1.1;
    }

    /* Clases utilitarias premium */
    .container-custom {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 2rem;
    }
    
    .section {
      padding: 7rem 0;
    }
    
    .section-soft {
      background: var(--bg-soft);
    }
    
    .eyebrow {
      display: inline-block;
      padding: 0.4rem 1rem;
      background: var(--accent-soft);
      color: var(--accent-dark);
      border-radius: 100px;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 1.5rem;
      border: 1px solid rgba(206, 173, 122, 0.2);
      backdrop-filter: blur(4px);
    }
    
    .section-title {
      font-size: clamp(2.5rem, 5vw, 4rem);
      font-weight: 800;
      margin-bottom: 1.5rem;
      color: var(--text-primary);
    }
    
    .section-title .text-gradient {
      color: var(--accent-dark);
      position: relative;
      display: inline-block;
    }
    
    .section-title .text-gradient::after {
      content: '';
      position: absolute;
      bottom: 0.1em;
      left: 0;
      width: 100%;
      height: 0.15em;
      background: var(--accent);
      opacity: 0.3;
      border-radius: 1px;
    }
    
    .section-subtitle {
      font-size: 1.125rem;
      color: var(--text-secondary);
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.7;
    }

    /* Botones de alto impacto */
    .btn-main, .btn-outline-main {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.9rem 2.2rem;
      border-radius: var(--radius-button);
      font-weight: 700;
      font-size: 1rem;
      transition: var(--transition);
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      gap: 0.5rem;
    }
    
    .btn-main {
      background: var(--accent);
      color: #1a1a1a;
      box-shadow: var(--shadow-accent);
    }
    
    .btn-main:hover    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "cortinasesteve.com.ar/index.html",
    "template_mtime": 1774440127,
    "template_mtime_human": "2026-03-25T12:02:07+00:00",
    "css_links_found": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400..800;1,14..32,400..800&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://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400..800;1,14..32,400..800&display=swap",
        "https://unpkg.com/[email protected]/dist/aos.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 2,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}