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

/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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 {
      --accent: #0a2b4a;          /* Azul marino profundo y premium */
      --accent-dark: #051a2d;
      --accent-soft: #e6ecf5;      /* Versión muy suave para fondos */
      --accent-soft-2: #d3deed;
      --bg: #ffffff;
      --bg-2: #f9fafc;
      --text: #101010;
      --text-light: #4a4a4a;
      --muted: #6c6c6c;
      --border: rgba(0, 0, 0, 0.06);
      --border-dark: rgba(0, 0, 0, 0.1);
      --shadow-sm: 0 15px 35px -10px rgba(0, 0, 0, 0.08);
      --shadow-md: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
      --shadow-lg: 0 35px 70px -15px rgba(0, 0, 0, 0.2);
      --radius: 28px;
      --radius-sm: 20px;
      --radius-xs: 16px;
      --container: 1280px;
      --nav-h: 90px;
      --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, 'Segoe UI', Roboto, Arial, sans-serif;
      color: var(--text);
      background: var(--bg);
      line-height: 1.5;
      overflow-x: hidden;
    }

    img {
      max-width: 100%;
      display: block;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    .container-custom {
      max-width: var(--container);
      margin-inline: auto;
      padding-inline: 24px;
    }

    .section {
      padding: 100px 0;
      position: relative;
    }

    /* ========== TIPOGRAFÍA ========== */
    .section-title {
      font-size: clamp(2.5rem, 5vw, 3.8rem);
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: -0.03em;
      margin: 0 0 18px;
      color: var(--text);
    }

    .section-subtitle {
      max-width: 680px;
      margin: 0 auto;
      color: var(--text-light);
      font-size: 1.15rem;
      line-height: 1.7;
      font-weight: 400;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 18px;
      border-radius: 100px;
      background: var(--accent-soft);
      color: var(--accent);
      font-size: 0.85rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      margin-bottom: 20px;
      border: 1px solid rgba(10, 43, 74, 0.15);
      backdrop-filter: blur(4px);
    }

    /* ========== BOTONES ========== */
    .btn-main {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 56px;
      padding: 0 32px;
      border-radius: 100px;
      font-weight: 700;
      font-size: 1rem;
      border: none;
      transition: var(--transition);
      box-shadow: var(--shadow-sm);
      cursor: pointer;
    }

    .btn-main-primary {
      background: var(--accent);
      color: white;
    }

    .btn-main-primary:hover {
      background: var(--accent-dark);
      transform: translateY(-3px);
      box-shadow: var(--shadow-md);
      color: white;
    }

    .btn-main-outline {
      background: transparent;
      color: var(--text);
      border: 1.5px solid rgba(0, 0, 0, 0.1);
      box-shadow: none;
    }

    .btn-main-outline:hover {
      border-color: var(--accent);
      background: rgba(10, 43, 74, 0.02);
      transform: translateY(-3px);
    }

    /* ========== NAVBAR ========== */
    .navbar-custom {
      position: sticky;
      top: 0;
      z-index: 1030;
      backdrop-filter: blu    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "construccionaldana.com.ar/index.html",
    "template_mtime": 1773315276,
    "template_mtime_human": "2026-03-12T11:34:36+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 2,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}