Preview de mixed.css
/* MIXED CSS PACK */
/* Template: reparacionderesortesdante.com.ar/index.html */
/* Template mtime: 2026-02-03 17:15:08 */
/* 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 */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@500;600;700;800&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--primary: #5b43ff;
--primary-dark: #4129e0;
--primary-light: #7d6aff;
--secondary: #00c9b7;
--dark: #12141d;
--dark-light: #1e2029;
--gray: #8c8e9a;
--gray-light: #f8f9ff;
--white: #ffffff;
--shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
--shadow-lg: 0 30px 80px rgba(91, 67, 255, 0.15);
--radius: 20px;
--radius-sm: 12px;
--transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
scroll-padding-top: 90px;
}
body {
font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, sans-serif;
color: var(--dark);
background-color: var(--white);
overflow-x: hidden;
line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
font-weight: 700;
line-height: 1.2;
}
.text-gradient {
background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
/* ===== NAVBAR PREMIUM ===== */
.navbar {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-bottom: 1px solid rgba(91, 67, 255, 0.08);
padding: 1.2rem 0;
transition: var(--transition);
}
.navbar.scrolled {
padding: 0.8rem 0;
box-shadow: var(--shadow);
}
.navbar-brand {
font-weight: 800;
font-size: 1.5rem;
color: var(--dark);
display: flex;
align-items: center;
gap: 10px;
}
.logo-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
display: inline-block;
position: relative;
}
.logo-dot::after {
content: '';
position: absolute;
top: -3px;
left: -3px;
right: -3px;
bottom: -3px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
opacity: 0.3;
z-index: -1;
}
.nav-link {
font-weight: 500;
color: var(--dark);
padding: 0.5rem 1rem !important;
border-radius: var(--radius-sm);
transition: var(--transition);
position: relative;
}
.nav-link:hover {
color: var(--primary);
background: rgba(91, 67, 255, 0.05);
}
.nav-link.active {
color: var(--primary);
background: rgba(91, 67, 255, 0.08);
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%) scaleX(0);
width: 20px;
height: 3px;
background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
border-radius: 3px;
transition: var(--transition);
}
.nav-link:hover::after,
.nav-link.active::after {
transform: translateX(-50%) scaleX(1);
}
.btn-primary-custom {
background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
color: white;
border: n /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "reparacionderesortesdante.com.ar/index.html",
"template_mtime": 1770138908,
"template_mtime_human": "2026-02-03T17:15:08+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.min.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@500;600;700;800&display=swap"
],
"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.min.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@500;600;700;800&display=swap"
],
"css_links_embedded": [],
"inline_style_blocks": 3,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}