MIX · extractor de estilos
Template: segurosderetiroonline.com/index.html · mtime: 2025-10-16 14:23
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 5 Embebidos: 0 Externos: 5 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: segurosderetiroonline.com/index.html */
/* Template mtime: 2025-10-16 14:23:24 */

/* 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.css */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.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://unpkg.com/[email protected]/dist/aos.css */

/* external @import (no embedded): https://fonts.googleapis.com/css2?family=Poppins:wght@300 */
/* external @import (no embedded): https://fonts.googleapis.com/css2?family=Montserrat:wght@700 */

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      --primary-color: #6a11cb;
      --secondary-color: #ff6b6b;
      --accent-color: #48dbfb;
      --dark-color: #1e272e;
      --light-color: #f8f9fa;
      --gradient: linear-gradient(135deg, var(--primary-color) 0%, #2575fc 100%);
      --shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
      --transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
      --glass: rgba(255, 255, 255, 0.1);
      --glass-border: rgba(255, 255, 255, 0.2);
    }

    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&display=swap');
    
    body {
      font-family: 'Poppins', sans-serif;
      scroll-behavior: smooth;
      overflow-x: hidden;
      background-color: #f9fbfd;
      color: #4a4a4a;
      line-height: 1.7;
    }
    
    h1, h2, h3, h4, h5, .display-1, .display-2, .display-3, .display-4 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      line-height: 1.3;
    }
    
    /* Custom Scrollbar */
    ::-webkit-scrollbar {
      width: 10px;
    }
    
    ::-webkit-scrollbar-track {
      background: #f1f1f1;
    }
    
    ::-webkit-scrollbar-thumb {
      background: var(--primary-color);
      border-radius: 10px;
    }
    
    ::-webkit-scrollbar-thumb:hover {
      background: #555;
    }
    
    /* Navbar - Glassmorphism Effect */
    .navbar {
      background: rgba(30, 39, 46, 0.85) !important;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      transition: var(--transition);
      padding: 20px 0;
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
      border-bottom: 1px solid var(--glass-border);
    }
    
    .navbar.scrolled {
      padding: 12px 0;
      background: rgba(30, 39, 46, 0.95) !important;
    }
    
    .navbar-brand {
      font-weight: 900;
      font-size: 1.8rem;
      background: linear-gradient(to right, #6a11cb, #2575fc);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      letter-spacing: 1px;
    }
    
    .nav-link {
      font-weight: 600;
      margin: 0 12px;
      position: relative;
      color: white !important;
      letter-spacing: 0.5px;
      transition: var(--transition);
    }
    
    .nav-link::before {
      content: '';
      position: absolute;
      width: 0;
      height: 3px;
      bottom: -5px;
      left: 0;
      background: var(--secondary-color);
      transition: var(--transition);
      border-radius: 3px;
    }
    
    .nav-link:hover::before {
      width: 100%;
    }
    
    .navbar-toggler {
      border: none;
      padding: 0.5rem;
    }
    
    .navbar-toggler:focus {
      box-shadow: none;
    }
    
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "segurosderetiroonline.com/index.html",
    "template_mtime": 1760624604,
    "template_mtime_human": "2025-10-16T14:23:24+00:00",
    "css_links_found": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css",
        "https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css",
        "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css",
        "https://unpkg.com/[email protected]/dist/aos.css"
    ],
    "css_links_external": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css",
        "https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css",
        "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css",
        "https://unpkg.com/[email protected]/dist/aos.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 2,
    "inline_imports_external": [
        "https://fonts.googleapis.com/css2?family=Poppins:wght@300",
        "https://fonts.googleapis.com/css2?family=Montserrat:wght@700"
    ],
    "inline_imports_embedded": [],
    "missing_css_files": []
}