Preview de mixed.css
/* MIXED CSS PACK */
/* Template: vanesaachavalestetica.com.ar/index.html */
/* Template mtime: 2025-12-11 14:05:08 */
/* 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=Outfit:wght@300;400;500;600;700&family=Playfair+Display:wght@400;600;700&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--primary-pink: #e4a8ca;
--primary-green: #99a497;
--bg-white: #ffffff;
--text-black: #000000;
--text-gray: #333333;
--light-gray: #f8f9fa;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Outfit', sans-serif;
background: var(--bg-white);
color: var(--text-black);
line-height: 1.6;
overflow-x: hidden;
padding-top: 90px; /* <<< NUEVO: espacio bajo la navbar */
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Playfair Display', serif;
font-weight: 600;
}
/* Navbar */
.navbar {
background: var(--bg-white) !important;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
padding: 1rem 0;
transition: all 0.3s ease;
}
.navbar-brand {
font-family: 'Playfair Display', serif;
font-size: 1.5rem;
font-weight: 700;
color: var(--primary-pink) !important;
}
.nav-link {
color: var(--text-black) !important;
font-weight: 500;
margin: 0 0.5rem;
position: relative;
transition: color 0.3s ease;
}
.nav-link:hover {
color: var(--primary-pink) !important;
}
.nav-link::after {
content: '';
position: absolute;
bottom: -5px;
left: 50%;
width: 0;
height: 2px;
background: var(--primary-pink);
transition: all 0.3s ease;
transform: translateX(-50%);
}
.nav-link:hover::after {
width: 80%;
}
.btn-primary-custom {
background: linear-gradient(135deg, var(--primary-pink), #d89bb8);
border: none;
color: white;
padding: 0.7rem 1.8rem;
border-radius: 50px;
font-weight: 600;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(228, 168, 202, 0.3);
}
.btn-primary-custom:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(228, 168, 202, 0.4);
}
/* Hero Section */
.hero {
min-height: 90vh;
display: flex;
align-items: center;
padding: 4rem 0;
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: -50%;
right: -10%;
width: 600px;
height: 600px;
background: radial-gradient(circle, rgba(228, 168, 202, 0.1), transparent);
border-radius: 50%;
z-index: 0;
}
.hero-content {
position: relative;
z-index: 1;
animation: fadeInLeft 1s ease;
}
.hero h1 {
font-size: 3.5rem;
font-weight: 700;
margin-bottom: 1.5rem;
line-height: 1.2;
}
.hero h1 .highlight {
color: var(--primary-pink);
}
.hero p.lead {
font-size: 1.25rem;
color: var(--text-gray);
margin-bottom: 2rem;
}
.hero-image {
position: relative;
z-index: 1;
animation: fadeInRight 1s ease;
}
.hero-image img {
width: 100%;
height: auto;
border-radius: 20px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
/* Secciones */
section {
padding: 5rem 0;
}
.section-title {
text-align: center;
margin-bottom: 3rem;
}
.section-title h2 {
fon /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "vanesaachavalestetica.com.ar/index.html",
"template_mtime": 1765461908,
"template_mtime_human": "2025-12-11T14:05:08+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=Outfit:wght@300;400;500;600;700&family=Playfair+Display:wght@400;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/font-awesome/6.4.0/css/all.min.css",
"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Playfair+Display:wght@400;600;700&display=swap"
],
"css_links_embedded": [],
"inline_style_blocks": 2,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}