Preview de mixed.css
/* MIXED CSS PACK */
/* Template: elprogresoaguas.com.ar/index.html */
/* Template mtime: 2025-11-10 20:17:29 */
/* 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&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--brand: #0b5ed7;
--brand-2: #38bdf8;
--brand-ink: #0b1220;
--brand-muted: #6b7280;
--brand-bg: #ffffff;
--radius: 16px;
--shadow: 0 10px 30px rgba(0,0,0,.06);
--shadow-lg: 0 20px 60px rgba(0,0,0,.08);
--transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
* {
box-sizing: border-box;
}
html, body {
overflow-x: hidden;
background: var(--brand-bg);
color: var(--brand-ink);
font-family: 'Inter', sans-serif;
scroll-behavior: smooth;
}
a {
color: var(--brand);
text-decoration: none;
transition: var(--transition);
}
a:hover {
color: #084db0;
}
.btn-brand {
background: var(--brand);
color: #fff;
border: none;
border-radius: 12px;
padding: 12px 24px;
font-weight: 600;
transition: var(--transition);
box-shadow: 0 4px 12px rgba(11, 94, 215, 0.25);
}
.btn-brand:hover {
background: #084db0;
color: #fff;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(11, 94, 215, 0.35);
}
.btn-ghost {
border: 1px solid var(--brand);
color: var(--brand);
background: #fff;
border-radius: 12px;
padding: 12px 24px;
font-weight: 600;
transition: var(--transition);
}
.btn-ghost:hover {
background: var(--brand);
color: #fff;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(11, 94, 215, 0.15);
}
.text-muted {
color: var(--brand-muted)!important;
}
/* Navbar */
.navbar {
box-shadow: 0 6px 30px rgba(0,0,0,.05);
background: #fff;
padding: 1rem 0;
transition: var(--transition);
}
.navbar.scrolled {
padding: 0.5rem 0;
backdrop-filter: blur(10px);
background: rgba(255, 255, 255, 0.95);
}
.navbar-brand {
font-weight: 800;
letter-spacing: .2px;
font-size: 1.5rem;
color: var(--brand);
}
.nav-link {
font-weight: 600;
position: relative;
padding: 0.5rem 1rem !important;
border-radius: 8px;
transition: var(--transition);
}
.nav-link:hover {
background: rgba(11, 94, 215, 0.05);
}
.nav-link::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 50%;
background-color: var(--brand);
transition: var(--transition);
transform: translateX(-50%);
}
.nav-link:hover::after {
width: 80%;
}
@media (max-width: 991.98px) {
.navbar-collapse {
padding: 12px 0;
}
}
/* Hero */
#inicio {
padding: clamp(60px, 8vw, 120px) 0;
position: relative;
overflow: hidden;
}
#inicio::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(11, 94, 215, 0.03) 0%, rgba(56, 189, 248, 0.03) 100%);
z-index: -1;
}
.hero-title {
font-size: clamp(32px, 5vw, 56px);
font-weight: 800;
line-height: 1.1;
margin-bottom: 16px;
background: linear-gradient(135deg, var(--brand-ink) 0%, var(--brand) 100%);
-webkit-background-clip: text;
-we /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "elprogresoaguas.com.ar/index.html",
"template_mtime": 1762805849,
"template_mtime_human": "2025-11-10T20:17:29+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&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&display=swap"
],
"css_links_embedded": [],
"inline_style_blocks": 4,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}