Preview de mixed.css
/* MIXED CSS PACK */
/* Template: transportesarmiento.com.ar/index.html */
/* Template mtime: 2026-01-19 18:48:07 */
/* 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://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--brand: #e30709;
--brand-light: rgba(227, 7, 9, 0.1);
--brand-dark: #c20608;
--ink: #0b1220;
--ink-light: rgba(11, 18, 32, 0.7);
--light-bg: #f8fafc;
--card-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
--card-hover-shadow: 0 30px 60px rgba(227, 7, 9, 0.15);
--transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}
/* ✅ FIX: evitar scroll horizontal en mobile (hamburguesa fuera de pantalla) */
html, body { width: 100%; overflow-x: hidden; }
*, *::before, *::after { box-sizing: border-box; }
img, svg { max-width: 100%; height: auto; }
body {
color: var(--ink);
background: #fff;
font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
overflow-x: hidden;
}
/* Smooth Scrolling */
html {
scroll-behavior: smooth;
scroll-padding-top: 90px;
}
/* Navbar Premium */
.navbar {
backdrop-filter: blur(20px) saturate(180%);
background: rgba(255, 255, 255, 0.92) !important;
border-bottom: 1px solid rgba(227, 7, 9, 0.08);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
transition: var(--transition);
padding-top: 0.8rem;
padding-bottom: 0.8rem;
}
/* ✅ FIX: que el brand NO empuje la hamburguesa fuera */
.navbar > .container { flex-wrap: nowrap; }
.navbar-brand {
min-width: 0;
flex: 1 1 auto;
font-weight: 800;
font-size: 1.6rem;
background: linear-gradient(135deg, var(--brand) 0%, #ff2e2e 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
letter-spacing: -0.5px;
}
.navbar-brand .brand-text{
display:block;
min-width:0;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
font-size: 0.95rem;
font-weight: 700;
}
.navbar-brand .brand-logo {
height: 32px;
width: auto;
flex: 0 0 auto;
}
@media (max-width: 576px){
.navbar-brand .brand-text{ max-width: 190px; }
}
@media (max-width: 380px){
.navbar-brand .brand-text{ max-width: 150px; }
}
.nav-link {
font-weight: 500;
position: relative;
padding: 0.5rem 1rem !important;
color: var(--ink) !important;
transition: var(--transition);
}
.nav-link:after {
content: '';
position: absolute;
bottom: 0;
left: 1rem;
right: 1rem;
height: 2px;
background: var(--brand);
transform: scaleX(0);
transition: transform 0.3s ease;
border-radius: 2px;
}
.nav-link:hover:after,
.nav-link.active:after {
transform: scaleX(1);
}
.navbar-toggler {
flex: 0 0 auto;
border: 1px solid rgba(227, 7, 9, 0.2);
padding: 0.4rem 0.7rem;
}
.navbar-toggler:focus {
box-shadow: 0 0 0 3px rgba(227, 7, 9, 0.1);
}
/* Hero Section Premium */
.hero {
padding: 100px 0 80px;
position: relative;
overflow: hidden;
background: linear-gradient(135deg, #fef7f7 0%, #ffffff 50%, #f8fafc 100%);
}
.hero:before {
content: '';
position: absolute;
width: 600px;
height: 600px;
border-radius: 50%;
background: radial-gradient(circle, rgba(227, 7, 9, 0.08) 0%, rgba(227, 7, 9, 0) 70%);
top: -300px;
right: -200px;
z-index: 0;
pointer-events:none;
}
.hero:after {
content: '';
position: absolute;
width: 400px;
height: 400px;
border-radius: 50%;
background: radial-gradient(circle, rgba(227, 7, /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "transportesarmiento.com.ar/index.html",
"template_mtime": 1768848487,
"template_mtime_human": "2026-01-19T18:48:07+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://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.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.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
],
"css_links_embedded": [],
"inline_style_blocks": 2,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}