Preview de mixed.css
/* MIXED CSS PACK */
/* Template: eneryurie6e-oficial.com.ar/index.html */
/* Template mtime: 2025-11-10 17:44: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&family=Playfair+Display:wght@400;500;600;700&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--brand-dark: #124C3A;
--brand: #1F7A5C;
--brand-light: #2A9D78;
--accent-blue: #2E6BFF;
--accent-pink: #FF2E7E;
--accent-yellow: #FFCA18;
--accent-orange: #FF7A1A;
--bg: #ffffff;
--bg-light: #f8fdfa;
--text: #121212;
--muted: #6b7280;
--radius: 16px;
--radius-lg: 24px;
--shadow: 0 10px 30px rgba(0,0,0,.06);
--shadow-lg: 0 20px 40px rgba(0,0,0,.08);
--transition: all 0.3s ease;
}
* {
box-sizing: border-box;
}
html, body {
background: var(--bg);
color: var(--text);
font-family: 'Inter', sans-serif;
scroll-behavior: smooth;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, .section-title {
font-family: 'Playfair Display', serif;
font-weight: 700;
}
.btn-brand {
background: linear-gradient(135deg, var(--brand), var(--brand-light));
border: none;
color: white;
font-weight: 600;
padding: 0.75rem 1.5rem;
border-radius: 50px;
transition: var(--transition);
box-shadow: 0 4px 15px rgba(31, 122, 92, 0.3);
}
.btn-brand:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(31, 122, 92, 0.4);
color: white;
}
.text-brand {
color: var(--brand);
}
.badge-chip {
border-radius: 999px;
padding: .4rem .75rem;
font-weight: 600;
font-size: 0.8rem;
letter-spacing: 0.5px;
}
.chip-blue {
background: rgba(46,107,255,.1);
color: var(--accent-blue);
}
.chip-pink {
background: rgba(255,46,126,.1);
color: var(--accent-pink);
}
.chip-green {
background: rgba(31,122,92,.1);
color: var(--brand);
}
.chip-yellow {
background: rgba(255,202,24,.14);
color: #A97800;
}
.chip-orange {
background: rgba(255,122,26,.12);
color: #A64A00;
}
/* Navbar */
.navbar {
backdrop-filter: saturate(180%) blur(12px);
background: rgba(255, 255, 255, 0.9) !important;
transition: var(--transition);
padding: 1rem 0;
}
.navbar.scrolled {
padding: 0.5rem 0;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.navbar .nav-link {
font-weight: 500;
position: relative;
margin: 0 0.5rem;
transition: var(--transition);
}
.navbar .nav-link:after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 0;
background: linear-gradient(90deg, var(--brand), var(--brand-light));
transition: var(--transition);
}
.navbar .nav-link:hover:after,
.navbar .nav-link.active:after {
width: 100%;
}
.navbar-brand {
font-weight: 800;
letter-spacing: .2px;
color: var(--brand-dark) !important;
font-size: 1.5rem;
}
/* Hero */
.hero {
padding-top: 120px;
padding-bottom: 80px;
background: linear-gradient(135deg, #f8fdfa 0%, #ffffff 100%);
position: relative;
overflow: hidden;
}
.hero:before {
content: '';
position: absolute;
width: 500px;
height: 500px;
border-radius: 50%;
background: linear-gradient(135deg, rgba(31, 122, /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "eneryurie6e-oficial.com.ar/index.html",
"template_mtime": 1762796665,
"template_mtime_human": "2025-11-10T17:44: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&family=Playfair+Display:wght@400;500;600;700&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&family=Playfair+Display:wght@400;500;600;700&display=swap"
],
"css_links_embedded": [],
"inline_style_blocks": 1,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}