MIX · extractor de estilos
Template: marinaramirezterapeuta.com/index.html · mtime: 2026-03-16 19:33
← 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: marinaramirezterapeuta.com/index.html */
/* Template mtime: 2026-03-16 19:33:27 */

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

/* ===== INLINE <style> BLOCK #1 ===== */
/* ===== RESET Y VARIABLES PRO ===== */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    :root {
      --accent: #0a2b4a;           /* azul profundo solicitado */
      --accent-soft: #eef3f9;       /* versión muy clara para fondos */
      --accent-light: #d9e3f0;      /* hover sutil */
      --dark: #0a1a2c;
      --text: #1e2e44;
      --muted: #54657e;
      --bg: #ffffff;
      --white: #ffffff;
      --border: rgba(10, 43, 74, 0.08);
      --shadow-sm: 0 12px 32px -8px rgba(10, 43, 74, 0.08);
      --shadow-md: 0 24px 48px -12px rgba(10, 43, 74, 0.18);
      --shadow-lg: 0 40px 64px -16px rgba(10, 43, 74, 0.25);
      --radius-card: 28px;
      --radius-element: 20px;
      --radius-btn: 60px;
      --transition: all 0.3s cubic-bezier(0.25, 0.1, 0.15, 1);
    }

    body {
      font-family: 'Inter', system-ui, -apple-system, sans-serif;
      color: var(--text);
      background: var(--bg);
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
    }

    .container-custom {
      max-width: 1280px;
      padding: 0 32px;
      margin: 0 auto;
      width: 100%;
    }

    @media (max-width: 768px) {
      .container-custom { padding: 0 24px; }
    }

    /* ===== TIPOGRAFÍA PREMIUM ===== */
    .eyebrow {
      display: inline-block;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--accent);
      background: rgba(10, 43, 74, 0.04);
      padding: 6px 16px;
      border-radius: 40px;
      margin-bottom: 20px;
      backdrop-filter: blur(4px);
      border: 1px solid rgba(10, 43, 74, 0.1);
    }

    .section-title {
      font-size: clamp(2.4rem, 5vw, 3.6rem);
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: -0.02em;
      color: var(--dark);
      margin-bottom: 24px;
    }

    .section-subtitle {
      font-size: 1.2rem;
      color: var(--muted);
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
      font-weight: 400;
      line-height: 1.6;
    }

    /* ===== NAVBAR DE LUJO ===== */
    .navbar-premium {
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(20px) saturate(180%);
      -webkit-backdrop-filter: blur(20px) saturate(180%);
      border-bottom: 1px solid rgba(10, 43, 74, 0.08);
      padding: 16px 0;
      transition: var(--transition);
    }

    .navbar-premium .nav-link {
      color: var(--text);
      font-weight: 600;
      font-size: 0.98rem;
      padding: 10px 18px !important;
      border-radius: 40px;
      transition: var(--transition);
      position: relative;
    }

    .navbar-premium .nav-link:hover {
      color: var(--accent);
      background: rgba(10, 43, 74, 0.03);
    }

    .navbar-premium .nav-link.active {
      color: var(--accent);
      background: rgba(10, 43, 74, 0.06);
      font-weight: 700;
    }

    .navbar-brand {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
      text-decoration: none;
    }

    .navbar-premium .container-custom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
    }

    .navbar-premium .navbar-collapse {
      flex-basis: 100%;
    }

    .brand-logo {
      height: 44px;
      width: auto;
      border-radius: 12px;
    }

    .brand-text {
      display: flex;
      flex-direct    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "marinaramirezterapeuta.com/index.html",
    "template_mtime": 1773689607,
    "template_mtime_human": "2026-03-16T19:33:27+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=Inter:opsz,[email protected],400;14..32,500;14..32,600;14..32,700;14..32,800&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],400;14..32,500;14..32,600;14..32,700;14..32,800&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": []
}