Preview de mixed.css
/* MIXED CSS PACK */
/* Template: testeo/index.php */
/* Template mtime: 2026-04-24 14:29:32 */
/* 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=Montserrat:wght@800;900&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--sky: #0066cc;
--sky-light: #0088ff;
--sky-lighter: #e6f2ff;
--sky-dark: #004d99;
--ink: #0f172a;
--ink-light: #334155;
--muted: #64748b;
--muted-light: #94a3b8;
--card: #ffffff;
--card-hover: #f8fafc;
--border: rgba(203, 213, 225, 0.6);
--border-hover: rgba(59, 130, 246, 0.3);
--radius: 16px;
--radius-sm: 10px;
--radius-lg: 24px;
--shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
--shadow-hover: 0 20px 60px rgba(0, 102, 204, 0.15);
--shadow-card: 0 4px 20px rgba(0, 0, 0, 0.05);
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
font-size: 16px;
}
/* Offset para anclas con navbar fixed */
section[id], header[id]{ scroll-margin-top: 110px; }
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
color: var(--ink);
background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
line-height: 1.6;
overflow-x: hidden;
position: relative;
min-height: 100vh;
}
body::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:
radial-gradient(circle at 10% 20%, rgba(0, 102, 204, 0.04) 0%, transparent 40%),
radial-gradient(circle at 90% 80%, rgba(0, 102, 204, 0.04) 0%, transparent 40%);
z-index: -1;
pointer-events: none;
}
/* Tipografía */
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', 'Inter', sans-serif;
font-weight: 800;
letter-spacing: -0.025em;
line-height: 1.2;
}
h1 {
font-size: clamp(2.75rem, 5vw, 4.5rem);
background: linear-gradient(135deg, var(--ink) 0%, var(--sky-dark) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
h2 {
font-size: clamp(2.25rem, 4vw, 3.5rem);
position: relative;
display: inline-block;
}
h3 { font-size: clamp(1.75rem, 3vw, 2.5rem); }
.lead {
font-size: 1.25rem;
font-weight: 400;
color: var(--ink-light);
line-height: 1.7;
}
/* Componentes */
.eyebrow {
display: inline-flex;
align-items: center;
gap: 0.5rem;
font-weight: 700;
font-size: 0.75rem;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--sky);
background: linear-gradient(90deg, var(--sky-lighter) 0%, rgba(230, 242, 255, 0.4) 100%);
padding: 0.5rem 1.25rem;
border-radius: 100px;
border: 1px solid rgba(0, 102, 204, 0.15);
}
.section {
padding: 100px 0;
position: relative;
}
.bg-light {
background: linear-gradient(180deg, rgba(248, 250, 252, 0.8) 0%, rgba(241, 245, 249, 0.6) 100%);
position: relative;
overflow: hidden;
}
.bg-light::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
radial-gradient(circle at 20% 80%, rgba(0, 102, 204, 0.03) 0%, transparent 50%),
radial-gradient(circle at 80% 20%, rgba(0, 102, 204, 0.03) 0%, /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "testeo/index.php",
"template_mtime": 1777040972,
"template_mtime_human": "2026-04-24T14:29:32+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=Montserrat:wght@800;900&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=Montserrat:wght@800;900&display=swap"
],
"css_links_embedded": [],
"inline_style_blocks": 5,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}