Preview de mixed.css
/* MIXED CSS PACK */
/* Template: rojasseguridadelectronica.com.ar/index.html */
/* Template mtime: 2025-09-22 16:47:01 */
/* 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 */
/* external link (no embedded): https://unpkg.com/[email protected]/dist/aos.css */
/* ===== INLINE <style> BLOCK #1 ===== */
:root{
--azul: #0f5bb5;
--azul-2: #1b74e4;
--azul-osc: #0b3f84;
--azul-gradiente: linear-gradient(135deg, var(--azul) 0%, var(--azul-osc) 100%);
--bg: #f5f7fb;
--text: #0f172a;
--muted: #64748b;
--card: #ffffff;
--shadow: 0 8px 24px rgba(15,91,181,.12);
--shadow-hover: 0 12px 32px rgba(15,91,181,.18);
--radius: 16px;
--transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html{
scroll-behavior:smooth;
font-size: 16px;
}
body{
font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
color:var(--text);
background:var(--bg);
line-height: 1.6;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
line-height: 1.2;
}
/* Navbar */
.navbar{
box-shadow: 0 2px 18px rgba(0,0,0,.06);
background:rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
transition: var(--transition);
padding: 1rem 0;
}
.navbar.scrolled {
padding: 0.5rem 0;
box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
.navbar-brand {
font-weight: 800;
font-size: 1.5rem;
display: flex;
align-items: center;
}
.navbar-brand span {
background: var(--azul-gradiente);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.navbar .nav-link{
font-weight:600;
position: relative;
margin: 0 0.25rem;
transition: var(--transition);
}
.navbar .nav-link::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 0;
background: var(--azul-gradiente);
transition: var(--transition);
}
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
width: 100%;
}
.btn-whats{
background:#25d366;
color:#fff;
border:none;
border-radius: 50px;
padding: 0.5rem 1.25rem;
font-weight: 600;
transition: var(--transition);
box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}
.btn-whats:hover{
background:#1fb457;
color:#fff;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
}
/* Hero */
.hero{
background: radial-gradient(1200px 600px at 80% -10%, rgba(27,116,228,.15), transparent 60%),
linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
padding: clamp(80px, 10vw, 160px) 0 clamp(60px, 8vw, 120px);
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
background: rgba(27, 116, 228, 0.05);
top: 10%;
right: 10%;
filter: blur(60px);
z-index: 0;
}
.hero h1{
font-weight:800;
letter-spacing:-.3px;
font-size: clamp(2.5rem, 5vw, 4rem);
margin-bottom: 1.5rem;
}
.hero .lead{
color:var(--muted);
font-size: clamp(1rem, 2vw, 1.25rem);
margin-bottom: 2rem;
}
.badge-pill{
/* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "rojasseguridadelectronica.com.ar/index.html",
"template_mtime": 1758559621,
"template_mtime_human": "2025-09-22T16:47:01+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",
"https://unpkg.com/[email protected]/dist/aos.css"
],
"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",
"https://unpkg.com/[email protected]/dist/aos.css"
],
"css_links_embedded": [],
"inline_style_blocks": 6,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}