Preview de mixed.css
/* MIXED CSS PACK */
/* Template: electromecanicasanchez.com/index.html */
/* Template mtime: 2025-07-29 14:52:56 */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto+Condensed:wght@700&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--ticker-size: 500px;
--primary-color: #2a5ee8;
--secondary-color: #ff6b35;
--dark-color: #1a1a2e;
--light-color: #f8f9fa;
--accent-color: #00b4d8;
}
body {
font-family: 'Poppins', sans-serif;
scroll-behavior: smooth;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
}
.navbar {
background-color: rgba(26, 26, 46, 0.95) !important;
backdrop-filter: blur(10px);
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
}
.navbar.scrolled {
padding-top: 5px;
padding-bottom: 5px;
}
.navbar-brand {
font-weight: 700;
font-size: 1.5rem;
color: white !important;
}
.nav-link {
font-weight: 500;
position: relative;
margin: 0 5px;
}
.nav-link::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 0;
background-color: var(--secondary-color);
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: 100%;
}
/* Hero Section */
header {
background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-color) 100%);
padding: 120px 0 100px;
position: relative;
overflow: hidden;
color: white;
}
header::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('https://images.unsplash.com/photo-1508514177221-188b1cf16e9d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1472&q=80') no-repeat center center/cover;
opacity: 0.15;
z-index: 0;
}
header .container {
position: relative;
z-index: 1;
}
header h1 {
font-size: 3.5rem;
margin-bottom: 1.5rem;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
header .lead {
font-size: 1.5rem;
margin-bottom: 2.5rem;
font-weight: 300;
}
.btn-primary {
background-color: var(--secondary-color);
border: none;
padding: 12px 30px;
font-weight: 400;
border-radius: 50px;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
}
.btn-primary:hover {
background-color: #e05a2b;
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(255, 107, 53, 0.6);
}
/* Sections */
section {
padding: 80px 0;
position: relative;
}
.section-title {
position: relative;
display: inline-block;
margin-bottom: 50px;
}
.section-title::after {
content: '';
position: absolute;
width: 70%;
height: 4px;
bottom: -10px;
left: 15%;
background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
border-radius: 2px;
}
/* About Section */
#quienessomos {
background-color: white;
}
#quienessomos p {
font-size: 1.1rem;
line-height: 1.8;
max-width: 800px;
margin: 0 auto;
}
/* Services Sec /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "electromecanicasanchez.com/index.html",
"template_mtime": 1753800776,
"template_mtime_human": "2025-07-29T14:52:56+00:00",
"css_links_found": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css",
"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto+Condensed:wght@700&display=swap"
],
"css_links_external": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css",
"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto+Condensed:wght@700&display=swap"
],
"css_links_embedded": [],
"inline_style_blocks": 3,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}