Preview de mixed.css
/* MIXED CSS PACK */
/* Template: teknopint.com.ar/index.html */
/* Template mtime: 2025-07-18 14:26:28 */
/* 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/animate.css/4.1.1/animate.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=Montserrat:wght@400;500;600;700&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--color-primary: #7b0cb5;
--color-primary-light: #6a5acd;
--color-secondary: #0056b3;
--color-accent: #ff6b6b;
--color-dark: #2c3e50;
--color-light: #f8f9fa;
--color-gray: #6c757d;
--transition: all 0.3s ease;
--shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.1);
--shadow-md: 0 5px 15px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);
--border-radius: 12px;
}
body {
font-family: 'Poppins', sans-serif;
color: var(--color-dark);
overflow-x: hidden;
scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
/* Navbar */
.navbar {
padding: 15px 0;
transition: var(--transition);
box-shadow: var(--shadow-sm);
background-color: white !important;
}
.navbar.scrolled {
padding: 10px 0;
box-shadow: var(--shadow-md);
}
.navbar-brand {
font-weight: 700;
color: var(--color-primary) !important;
font-size: 1.8rem;
display: flex;
align-items: center;
}
.navbar-brand i {
margin-right: 10px;
font-size: 1.5rem;
}
.nav-link {
font-weight: 500;
color: var(--color-dark) !important;
margin: 0 8px;
position: relative;
transition: var(--transition);
}
.nav-link:before {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 0;
background-color: var(--color-primary);
transition: var(--transition);
}
.nav-link:hover:before {
width: 100%;
}
.nav-link.active:before {
width: 100%;
}
/* Hero Section */
.hero {
background: url('img/hero.png') center/cover no-repeat;
color: white;
height: 500px;
padding: 1060px 0 220px;
position: relative;
overflow: hidden;
}
@media (min-width: 992px) {
.hero {
padding-top: 320px;
padding-bottom: 280px;
min-height: 800px;
}
}
.hero:after {
content: '';
position: absolute;
bottom: -50px;
left: 0;
width: 100%;
height: 100px;
background: white;
transform: skewY(0deg);
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
margin-top: 120px;
position: relative;
z-index: 2;
}
.hero h1 {
font-size: 3.2rem;
font-weight: 700;
margin-bottom: 20px;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.hero p {
font-size: 1.2rem;
max-width: 1000px;
margin: 0 auto 30px;
}
.btn-hero {
width: 50%;
padding: 12px 30px;
border-radius: 50px;
font-weight: 600;
letter-spacing: 0.5px;
transition: var(--transition);
margin: 0 10px;
}
.btn-hero-primary {
background-color: white;
color: var(--color-primary);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.btn-hero-primary:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
color: var(--color-primary);
}
.btn-hero-outline {
border: 2px solid white;
/* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "teknopint.com.ar/index.html",
"template_mtime": 1752848788,
"template_mtime_human": "2025-07-18T14:26:28+00:00",
"css_links_found": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.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=Montserrat:wght@400;500;600;700&display=swap"
],
"css_links_external": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.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=Montserrat:wght@400;500;600;700&display=swap"
],
"css_links_embedded": [],
"inline_style_blocks": 3,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}