CSS links: 4
Embebidos: 0
Externos: 4
Inline styles: 5
Missing: 0
CSS externos (no embebidos)
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.csshttps://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swaphttps://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: soluciones-solucionar.com/index.html */
/* Template mtime: 2025-09-09 17:53:37 */
/* 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.5.0/css/all.min.css */
/* 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://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--primary: #01a2a7;
--primary-dark: #0047b3;
--secondary: #026a9c;
--dark: #1a1a2e;
--light: #f8f9fa;
--accent: #00d4ff;
--gradient-primary: linear-gradient(135deg, var(--primary), var(--accent));
--gradient-dark: linear-gradient(135deg, var(--dark), #16213e);
}
body {
font-family: 'Poppins', sans-serif;
color: #333;
overflow-x: hidden;
scroll-behavior: smooth;
}
/* Navbar */
.navbar {
background: #1c678c;
backdrop-filter: blur(10px);
padding: 15px 0;
transition: all 0.3s ease;
}
.navbar.scrolled {
padding: 10px 0;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
font-weight: 800;
font-size: 1.8rem;
background: var(--gradient-primary);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.nav-link {
font-weight: 500;
margin: 0 10px;
position: relative;
color: white !important;
}
.nav-link::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 0;
background: var(--secondary);
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: 100%;
}
.navbar-toggler {
border: none;
}
.navbar-toggler:focus {
box-shadow: none;
}
/* Hero Section */
header {
background: var(--gradient-dark);
color: white;
padding: 120px 0 100px;
position: relative;
overflow: hidden;
}
header::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('img/herosol2.png') no-repeat center center/cover;
opacity: 0.15;
z-index: 0;
}
.hero-content {
position: relative;
z-index: 1;
}
.hero-title {
font-size: clamp(2.2rem, 4vw + 1rem, 3.5rem);
font-weight: 800;
line-height: 1.2;
margin-bottom: 1.5rem;
background: linear-gradient(to right, #fff, #c1d1ff);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
hyphens: none !important;
overflow-wrap: normal;
word-break: normal;
white-space: normal;
}
.hero-subtitle {
font-size: 1.3rem;
margin-bottom: 2rem;
opacity: 0.9;
}
.btn-primary-custom {
background: var(--gradient-primary);
border: none;
color: white;
font-weight: 600;
padding: 12px 30px;
border-radius: 50px;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(0, 102, 255, 0.3);
}
.btn-primary-custom:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(0, 102, 255, 0.4);
color: white;
}
.btn-outline-custom {
border: 2px solid white;
color: white;
font-weight: 600;
padding: 10px 28px;
border-radius: 50px;
transition: all 0.3s ease;
background: transparent;
}
.btn-outline-custom:hover {
background: white;
/* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "soluciones-solucionar.com/index.html",
"template_mtime": 1757440417,
"template_mtime_human": "2025-09-09T17:53:37+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.5.0/css/all.min.css",
"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap",
"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://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css",
"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap",
"https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
],
"css_links_embedded": [],
"inline_style_blocks": 5,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}