CSS links: 3
Embebidos: 0
Externos: 3
Inline styles: 2
Missing: 0
CSS externos (no embebidos)
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: construccionensecosteelframing.com.ar/index.html */
/* Template mtime: 2025-12-11 16:50:44 */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.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://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--primary-color: #2b3575;
--bg-color: #ffffff;
--text-color: #000000;
--text-light: #333333;
--border-color: #e0e0e0;
--shadow: 0 4px 20px rgba(43, 53, 117, 0.1);
--shadow-hover: 0 8px 30px rgba(43, 53, 117, 0.2);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', sans-serif;
background-color: var(--bg-color);
color: var(--text-color);
line-height: 1.6;
overflow-x: hidden;
}
/* Navbar */
.navbar {
background-color: var(--bg-color);
box-shadow: var(--shadow);
padding: 1rem 0;
position: sticky;
top: 0;
z-index: 1000;
transition: all 0.3s ease;
}
.navbar-brand {
font-weight: 700;
font-size: 1.5rem;
color: var(--primary-color) !important;
transition: transform 0.3s ease;
}
.navbar-brand:hover {
transform: scale(1.05);
}
.nav-link {
color: var(--text-color) !important;
font-weight: 500;
margin: 0 0.5rem;
position: relative;
transition: color 0.3s ease;
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
background-color: var(--primary-color);
transition: width 0.3s ease, left 0.3s ease;
}
.nav-link:hover::after,
.nav-link.active::after {
width: 100%;
left: 0;
}
.nav-link:hover,
.nav-link.active {
color: var(--primary-color) !important;
}
/* Hero Section */
.hero {
min-height: 90vh;
display: flex;
align-items: center;
padding: 4rem 0;
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background: linear-gradient(135deg, rgba(43, 53, 117, 0.05) 0%, rgba(43, 53, 117, 0.02) 100%);
z-index: 0;
}
.hero-content {
position: relative;
z-index: 1;
animation: fadeInLeft 1s ease;
}
.hero-content h1 {
font-size: 3.5rem;
font-weight: 800;
margin-bottom: 1.5rem;
color: var(--text-color);
line-height: 1.2;
}
.hero-content h1 span {
color: var(--primary-color);
}
.hero-content p {
font-size: 1.2rem;
color: var(--text-light);
margin-bottom: 2rem;
}
.hero-image {
position: relative;
z-index: 1;
animation: fadeInRight 1s ease;
}
.hero-image img {
width: 100%;
border-radius: 20px;
box-shadow: var(--shadow-hover);
transition: transform 0.3s ease;
}
.hero-image img:hover {
transform: scale(1.02);
}
/* Buttons */
.btn-primary-custom,
.btn-outline-custom {
padding: 0.6rem 1.6rem; /* antes 1rem 2.5rem */
font-size: 0.9rem; /* letra más chica */
border-radius: 40px; /* antes 50px */
font-weight: 600;
border: 2px solid var(--primary-color);
transition: all 0.3s ease;
display: inline-block;
text-decoration: none;
}
.btn-primary-custom {
background-color: var(--primary-color);
color: white;
}
.btn-primary-custom:hover {
backgr /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "construccionensecosteelframing.com.ar/index.html",
"template_mtime": 1765471844,
"template_mtime_human": "2025-12-11T16:50:44+00:00",
"css_links_found": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
],
"css_links_external": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
],
"css_links_embedded": [],
"inline_style_blocks": 2,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}