Preview de mixed.css
/* MIXED CSS PACK */
/* Template: irasesoriaregistral.com/index.html */
/* Template mtime: 2025-10-21 13:16:25 */
/* 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://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--primary: #1e7a5b;
--primary-dark: #176149;
--primary-light: #e8f5f0;
--secondary: #2c66c3;
--secondary-dark: #214e95;
--secondary-light: #e8efff;
--accent: #ff6b35;
--dark: #0f172a;
--light: #f8fafc;
--gray: #64748b;
--gray-light: #f1f5f9;
--white: #ffffff;
--shadow: 0 10px 30px rgba(0,0,0,0.08);
--shadow-lg: 0 20px 40px rgba(0,0,0,0.12);
--radius: 16px;
--radius-sm: 8px;
--transition: all 0.3s ease;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'Inter', system-ui, -apple-system, sans-serif;
color: var(--dark);
background-color: var(--light);
line-height: 1.6;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
line-height: 1.2;
margin-bottom: 1rem;
}
p {
margin-bottom: 1rem;
}
a {
text-decoration: none;
color: inherit;
transition: var(--transition);
}
.btn {
font-weight: 600;
padding: 0.75rem 1.5rem;
border-radius: var(--radius-sm);
transition: var(--transition);
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.btn-primary {
background: linear-gradient(135deg, var(--primary), var(--primary-dark));
border: none;
color: white;
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 10px 20px rgba(30, 122, 91, 0.3);
}
.btn-secondary {
background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
border: none;
color: white;
}
.btn-secondary:hover {
transform: translateY(-2px);
box-shadow: 0 10px 20px rgba(44, 102, 195, 0.3);
}
.btn-outline {
background: transparent;
border: 2px solid var(--dark);
color: var(--dark);
}
.btn-outline:hover {
background: var(--dark);
color: white;
transform: translateY(-2px);
}
.section {
padding: 100px 0;
position: relative;
}
.section-title {
font-size: 2.5rem;
font-weight: 800;
margin-bottom: 1rem;
background: linear-gradient(135deg, var(--primary), var(--secondary));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.section-subtitle {
font-size: 1.25rem;
color: var(--gray);
margin-bottom: 2rem;
}
/* Navbar */
.navbar {
padding: 1rem 0;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
transition: var(--transition);
}
.navbar.scrolled {
padding: 0.75rem 0;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
font-weight: 800;
font-size: 1.5rem;
display: flex;
align-items: center;
gap: 0.5rem;
}
.brand-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--primary);
position: relative;
}
.brand-dot::after {
content: '';
position: absolute;
width: 16px;
height: 16px;
border-radius: 50%; /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "irasesoriaregistral.com/index.html",
"template_mtime": 1761052585,
"template_mtime_human": "2025-10-21T13:16:25+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://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;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.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap"
],
"css_links_embedded": [],
"inline_style_blocks": 10,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}