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

/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:[email protected]&display=swap */
/* 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.min.css */

/* ===== INLINE <style> BLOCK #1 ===== */
.service-icon{
  font-size: 38px;
  margin-bottom: 16px;
  color: var(--accent);
}
    /* ---------- VARIABLES PREMIUM (respetando paleta) ---------- */
    :root {
      --accent: #2a7f49;          /* Verde principal */
      --accent-dark: #1d5f35;
      --accent-soft: #e7f3e9;
      --accent-glow: rgba(42, 127, 73, 0.3);
      --bg: #fbfdfb;
      --text: #1c2a1e;
      --text-light: #4f5e51;
      --white: #ffffff;
      --border-light: rgba(28, 42, 30, 0.08);
      --border-medium: rgba(28, 42, 30, 0.15);
      --shadow-sm: 0 10px 30px -8px rgba(28, 42, 30, 0.1);
      --shadow-md: 0 30px 50px -20px rgba(28, 42, 30, 0.25);
      --shadow-lg: 0 50px 70px -20px rgba(28, 42, 30, 0.35);
      --radius-md: 24px;
      --radius-lg: 40px;
      --radius-xl: 60px;
      --transition: all 0.5s cubic-bezier(0.2, 0.9, 0.3, 1);
      --transition-fast: all 0.2s ease;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    body {
      font-family: "Inter", sans-serif;
      color: var(--text);
      background: var(--bg);
      line-height: 1.5;
      overflow-x: hidden;
    }

    /* Tipografía de lujo */
    h1, h2, h3, h4 {
      font-family: "Space Grotesk", sans-serif;
      font-weight: 700;
      letter-spacing: -0.02em;
      line-height: 1.1;
    }

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

    /* Secciones con padding elegante y fondos sutiles */
    .section {
      padding: 120px 0;
      position: relative;
    }

    .section-soft {
      background: linear-gradient(180deg, var(--white) 0%, var(--bg) 100%);
    }

    @media (max-width: 991px) {
      .section { padding: 96px 0; }
    }
    @media (max-width: 767px) {
      .section { padding: 80px 0; }
    }

    .eyebrow {
      display: inline-block;
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--accent);
      background: var(--accent-soft);
      padding: 0.5rem 1.2rem;
      border-radius: 100px;
      margin-bottom: 1.5rem;
      border: 1px solid rgba(42, 127, 73, 0.15);
      backdrop-filter: blur(4px);
      box-shadow: var(--shadow-sm);
    }

    .section-title {
      font-size: clamp(2.8rem, 6vw, 4.2rem);
      font-weight: 700;
      letter-spacing: -0.03em;
      line-height: 1.05;
      margin-bottom: 1.2rem;
      color: var(--text);
    }

    .section-subtitle {
      font-size: 1.2rem;
      color: var(--text-light);
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      font-weight: 400;
    }

    /* ---------- NAVBAR DE ALTA GAMA ---------- */
    .navbar {
      background: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(20px) saturate(180%);
      -webkit-backdrop-filter: blur(20px) saturate(180%);
      border-bottom: 1px solid var(--border-light);
      padding: 0.8rem 0;
      transition: var(--transition-fast);
    }

    .navbar .container {
      max-width: 1400px;
    }

    .navbar-brand {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      font-weight: 700;
      font-size: 1.3rem;
      color: var(--text) !important;
    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "podalosamigos.com/index.html",
    "template_mtime": 1772822388,
    "template_mtime_human": "2026-03-06T18:39:48+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&family=Space+Grotesk:[email protected]&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.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&family=Space+Grotesk:[email protected]&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 3,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}