MIX · extractor de estilos
Template: mudanzasroberto.com/index.html · mtime: 2026-03-17 13:58
← 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: mudanzasroberto.com/index.html */
/* Template mtime: 2026-03-17 13:58:23 */

/* 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 */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css */

/* ===== INLINE <style> BLOCK #1 ===== */
.hero-point{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 14px 16px;
  font-weight: 600;
  color: #1f2937;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  min-height: 64px;
}

.hero-point i{
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(13,110,253,.10);
  color: #0d6efd;
  font-size: 1.05rem;
}

#quienes-somos .info-card img{
  border-radius: 20px;
}
    /* ===== VARIABLES REFINADAS ===== */
    :root {
      /* Paleta existente - refinada */
      --accent: #164dae;
      --accent-dark: #a94f12;
      --accent-soft: #fff1e6; /* Más suave, basado en el color de acento */
      
      /* Fondo y superficie - más limpio */
      --bg: #ffffff;
      --surface: #ffffff;
      --surface-muted: #f8fafc;
      --card-bg: rgba(255, 255, 255, 0.9);
      
      /* Texto - mejor contraste */
      --text: #0f172a;
      --text-muted: #475569;
      
      /* Bordes y sombras - más elegantes */
      --border: rgba(214, 106, 31, 0.12);
      --border-light: rgba(15, 23, 42, 0.06);
      --shadow-sm: 0 4px 6px -1px rgb(0 0 0 / 0.05), 0 2px 4px -2px rgb(0 0 0 / 0.05);
      --shadow-md: 0 20px 25px -5px rgb(0 0 0 / 0.05), 0 8px 10px -6px rgb(0 0 0 / 0.05);
      --shadow-lg: 0 25px 50px -12px rgb(0 0 0 / 0.15);
      --shadow-accent: 0 10px 40px -5px rgba(214, 106, 31, 0.3);
      
      /* Radios - más suaves y consistentes */
      --radius-xs: 8px;
      --radius-sm: 12px;
      --radius-md: 20px;
      --radius-lg: 28px;
      --radius-xl: 999px;
      
      /* Espaciado y contenedor */
      --container: 1280px;
      --nav-h: 80px;
      --section-padding: 100px 0;
    }

    /* ===== RESET Y BASE ===== */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: 100%;
      overflow-x: hidden;
    }

    body {
      font-family: "Inter", system-ui, -apple-system, sans-serif;
      color: var(--text);
      background: var(--bg);
      line-height: 1.6;
      width: 100%;
      max-width: 100%;
      overflow-x: clip;
    }

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

    a {
      text-decoration: none;
      color: inherit;
      transition: color 0.2s ease;
    }

    iframe,
    video,
    .row,
    [class*="col-"] {
      max-width: 100%;
    }

    /* ===== UTILIDADES PRO ===== */
    .container-main {
      max-width: var(--container);
      padding-left: 24px;
      padding-right: 24px;
    }

    .section {
      padding: var(--section-padding);
      position: relative;
    }

    /* Degradados de fondo sutiles para secciones */
    .section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--border), transparent);
    }

    #quienes-somos,
    #porque-elegirnos,
    #faqs {
      background: var(--surface-muted);
    }

    /* ===== TIPOGRAFÍA PREMIUM ===== */
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 0.75rem;
      font-weigh    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "mudanzasroberto.com/index.html",
    "template_mtime": 1773755903,
    "template_mtime_human": "2026-03-17T13:58:23+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",
        "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.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",
        "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 2,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}