Preview de mixed.css
/* MIXED CSS PACK */
/* Template: serviciotecnico-lavarropas.com/index.html */
/* Template mtime: 2025-11-11 16:40:31 */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap */
/* 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 */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--primary: #2563eb;
--primary-dark: #1d4ed8;
--primary-light: #3b82f6;
--secondary: #0f172a;
--accent: #06b6d4;
--accent-light: #22d3ee;
--text: #1e293b;
--text-light: #64748b;
--bg: #ffffff;
--bg-light: #f8fafc;
--bg-gradient: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
--shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
--shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.12);
--radius: 16px;
--radius-lg: 24px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'Poppins', sans-serif;
background-color: var(--bg);
color: var(--text);
line-height: 1.6;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
line-height: 1.2;
color: var(--secondary);
}
.section-title {
position: relative;
display: inline-block;
margin-bottom: 1rem;
}
.section-title::after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 60px;
height: 4px;
background: var(--bg-gradient);
border-radius: 2px;
}
.section-sub {
color: var(--text-light);
font-size: 1.1rem;
margin-bottom: 2.5rem;
}
.btn {
font-weight: 500;
border-radius: 50px;
padding: 0.75rem 1.75rem;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.btn-primary {
background: var(--bg-gradient);
border: none;
box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}
.btn-outline-secondary {
border-color: var(--text-light);
color: var(--text-light);
}
.btn-outline-secondary:hover {
background-color: var(--text-light);
border-color: var(--text-light);
color: white;
}
/* Navbar */
.navbar {
background-color: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
padding: 1rem 0;
transition: all 0.3s ease;
}
.navbar-brand {
font-weight: 700;
color: var(--primary);
font-size: 1.4rem;
}
.nav-link {
font-weight: 500;
color: var(--text);
position: relative;
padding: 0.5rem 1rem !important;
}
.nav-link:hover {
color: var(--primary);
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 1rem;
width: 0;
height: 2px;
background: var(--bg-gradient);
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: calc(100% - 2rem);
}
/* Hero Section */
.hero {
padding: clamp(80px, 10vw, 140px) 0;
background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 40%;
height: 100%;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "serviciotecnico-lavarropas.com/index.html",
"template_mtime": 1762879231,
"template_mtime_human": "2025-11-11T16:40:31+00:00",
"css_links_found": [
"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap",
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
],
"css_links_external": [
"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap",
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
],
"css_links_embedded": [],
"inline_style_blocks": 6,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}