MIX · extractor de estilos
Template: bahiabarpool.com.ar/index.html · mtime: 2025-10-20 22:50
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 5 Embebidos: 0 Externos: 5 Inline styles: 1 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: bahiabarpool.com.ar/index.html */
/* Template mtime: 2025-10-20 22:50:06 */

/* 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.4.0/css/all.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap */
/* external link (no embedded): https://unpkg.com/[email protected]/dist/aos.css */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css */

/* ===== INLINE <style> BLOCK #1 ===== */
.botones-flotantes {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.btn-flotante {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25D366;
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-flotante.instagram {
  background: linear-gradient(45deg, #feda75, #d62976, #962fbf, #4f5bd5);
}

.btn-flotante:hover {
  transform: scale(1.1);
}

    :root {
      --color-primary: #0c4b33;
      --color-secondary: #d4af37;
      --color-accent: #e63946;
      --color-dark: #121212;
      --color-light: #f8f9fa;
      --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    body {
      font-family: 'Montserrat', sans-serif;
      color: #333;
      scroll-behavior: smooth;
      background: var(--color-light);
      overflow-x: hidden;
    }

    h1, h2, h3, h4, h5 {
      font-family: 'Playfair Display', serif;
      font-weight: 700;
    }

    .navbar {
      background-color: rgba(18, 18, 18, 0.95);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
      transition: var(--transition);
      padding: 15px 0;
    }

    .navbar.scrolled {
      padding: 10px 0;
      background-color: rgba(18, 18, 18, 0.98);
    }

    .navbar-brand {
      font-size: 1.8rem;
      font-weight: 700;
    }

    .navbar-brand span {
      color: var(--color-secondary);
    }

    .nav-link {
      font-weight: 500;
      margin: 0 10px;
      position: relative;
      color: white !important;
    }

    .nav-link::after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: var(--color-secondary);
      transition: var(--transition);
    }

    .nav-link:hover::after {
      width: 100%;
    }

    .hero {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('img/hero.png') center/cover no-repeat fixed;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .hero::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 100%);
    }

    .hero-content {
      position: relative;
      z-index: 2;
    }

    .hero h1 {
      font-size: 4.5rem;
      margin-bottom: 1.5rem;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
      animation: fadeInDown 1s ease both;
    }

    .hero p {
      font-size: 1.5rem;
      margin-bottom: 2rem;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
      animation: fadeInUp 1s ease both 0.3s;
    }

    .btn-gold {
      background-color: var(--color-secondary);
      color: var(--color-dark);
      font-weight: 600;
      padding: 12px 30px;
      border-radius: 50px;
      border: none;
      transition: var(--transition);
      animation:    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "bahiabarpool.com.ar/index.html",
    "template_mtime": 1761000606,
    "template_mtime_human": "2025-10-20T22:50:06+00:00",
    "css_links_found": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css",
        "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap",
        "https://unpkg.com/[email protected]/dist/aos.css",
        "https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
    ],
    "css_links_external": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css",
        "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap",
        "https://unpkg.com/[email protected]/dist/aos.css",
        "https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 1,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}