Preview de mixed.css
/* MIXED CSS PACK */
/* Template: mueblarte.com.ar/index.php */
/* Template mtime: 2026-03-20 18:47:29 */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* ===== INLINE <style> BLOCK #1 ===== */
/* ─── TOKENS ─────────────────────────────────────────── */
:root {
--accent: #8c5a3c;
--accent-dark: #6d442c;
--accent-light: #b8805e;
--accent-soft: #f5ede6;
--accent-2: #d4a882;
--gold: #c9964a;
--text: #1a1209;
--text-2: #3d2e22;
--muted: #7a6355;
--line: #e8ddd4;
--line-2: #f0e8e0;
--bg: #ffffff;
--bg-warm: #faf6f2;
--bg-soft: #f5ede6;
--surface: #ffffff;
--shadow-sm: 0 2px 8px rgba(42,27,18,.06);
--shadow: 0 8px 28px rgba(42,27,18,.10);
--shadow-md: 0 16px 44px rgba(42,27,18,.13);
--shadow-lg: 0 28px 60px rgba(42,27,18,.16);
--radius-xs: 10px;
--radius-sm: 16px;
--radius: 22px;
--radius-lg: 32px;
--radius-xl: 40px;
--nav-h: 82px;
--container: 1200px;
}
/* ─── RESET / BASE ────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
font-family: 'DM Sans', system-ui, sans-serif;
font-size: 16px;
color: var(--text);
background: var(--bg);
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
/* ─── LAYOUT UTILS ────────────────────────────────────── */
.container-custom { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; }
.section-warm { background: var(--bg-warm); }
.section-soft { background: var(--bg-soft); }
/* ─── TYPOGRAPHY ──────────────────────────────────────── */
.eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 16px 6px 10px;
border-radius: 999px;
background: var(--accent-soft);
color: var(--accent-dark);
font-size: .72rem;
font-weight: 700;
letter-spacing: .14em;
text-transform: uppercase;
margin-bottom: 18px;
}
.eyebrow::before {
content: '';
width: 6px; height: 6px;
border-radius: 50%;
background: var(--accent);
flex-shrink: 0;
}
.section-title {
font-family: 'Playfair Display', Georgia, serif;
font-size: clamp(2rem, 4.2vw, 3.2rem);
font-weight: 700;
line-height: 1.08;
letter-spacing: -.02em;
color: var(--text);
margin: 0;
}
.section-title .accent { color: var(--accent); font-style: italic; }
.section-sub {
margin: 18px auto 0;
max-width: 720px;
color: var(--muted);
font-size: 1.05rem;
line-height: 1.85;
font-weight: 400;
}
.text-center .section-sub { text-align: center; }
/* ─── NAVBAR ──────────────────────────────────────────── */
.navbar {
--bs-navbar-padding-y: 0;
position: sticky; top: 0; z-index: 1030;
background: rgba(255,255,255,.94);
backdrop-filter: blur(18px) saturate(180%);
border-bottom: 1px solid var(--line-2);
min-height: var(--nav-h);
}
.navbar .container-custom {
display: flex; align-items: center; justify-content: space-between;
gap: 12px; min-height: var(--nav-h); width: 100%; flex-wrap: wrap;
}
.navbar-brand {
display: flex; align-items: center; gap: 12px;
font-size: .96rem; font-weight: 700;
color: var(--text); padding: 0; margin-right: auto;
white-space: nowrap; min-width: 0; flex: 1 1 auto;
}
.brand-logo { height: 38px; width: auto; object-fit: contain; flex-shrink: 0; }
.brand-name {
font-family: 'Playfair Display', serif;
font-size: 1.2rem; font-weight: 700;
color: var(--text);
letter-spacing: -.01em;
}
.brand-name {
overflow: hidden;
text-overflow: ellipsis;
}
.navbar-toggler {
border: 1px solid var(--line);
border-radius: 12px; padding: .44rem .64rem;
box-shadow: none !important;
margin-left: auto; flex: 0 0 auto;
}
.navbar-collapse {
flex-basis: 100%; width: 100%;
}
.navbar-nav { gap: 4px; }
.nav-link {
color: var(--text-2) !important; font-weight: 500;
padding: .7rem 1rem !important; border-radius: 10px;
font-size: .92rem; transition: .2s ease;
}
.nav-link:hover, .nav-link:focus {
color: var(--accent-dark) !important;
background: var(--accent-soft);
}
.nav-cta {
display: inline-flex !important; align-items: center !important;
justify-content: center !important;
min-height: 44px; padding: 0 20px !important;
border-radius: 999px !important;
background: var(--accent) !important; color: #fff !important;
font-weight: 700 !important;
box-shadow: 0 10px 24px rgba(140,90,60,.28);
transition: .22s ease !important;
}
.nav-cta:hover { background: var(--accent-dark) !important; transform: translateY(-1px); }
/* ─── HERO ────────────────────────────────────────────── */
.hero {
position: relative; overflow: hidden;
padding: 88px 0 80px;
background: linear-gradient(155deg, #fff 0%, #fdf8f4 60%, #f5ede6 100%);
}
.hero::before {
content: '';
position: absolute; right: -120px; top: -80px;
width: 560px; height: 560px; border-radius: 50%;
background: radial-gradient(circle, rgba(182,135,99,.14) 0%, transparent 70%);
pointer-events: none;
}
.hero::after {
content: '';
position: absolute; left: -60px; bottom: -60px;
width: 320px; height: 320px; border-radius: 50%;
background: radial-gradient(circle, rgba(140,90,60,.07) 0%, transparent 70%);
pointer-events: none;
}
.hero-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 52px; align-items: center;
position: relative; z-index: 1;
}
.hero-title {
font-family: 'Playfair Display', Georgia, serif;
font-size: clamp(2.6rem, 5.5vw, 4.8rem);
font-weight: 700; line-height: .98;
letter-spacing: -.03em; color: var(--text);
margin: 0;
}
.hero-title em { color: var(--accent); font-style: italic; }
.hero-text {
margin: 22px 0 0; font-size: 1.08rem;
line-height: 1.85; color: var(--muted); font-weight: 400;
}
.hero-badges {
display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px;
}
.hero-badge {
display: inline-flex; align-items: center; gap: 8px;
min-height: 40px; padding: 0 16px; border-radius: 999px;
background: #fff; border: 1px solid var(--line);
color: var(--text-2); font-size: .88rem; font-weight: 500;
box-shadow: var(--shadow-sm);
}
.hero-badge::before {
content: '✓'; font-size: .76rem;
color: var(--accent); font-weight: 800;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn-main, .btn-ghost {
display: inline-flex; align-items: center; justify-content: center;
min-height: 56px; padding: 0 28px; border-radius: 999px;
font-weight: 700; font-size: .98rem; transition: .25s ease;
}
.btn-main {
background: var(--accent); color: #fff;
box-shadow: 0 14px 32px rgba(140,90,60,.28);
}
.btn-main:hover { background: var(--accent-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 20px 40px rgba(140,90,60,.32); }
.btn-ghost {
background: transparent; color: var(--text-2);
border: 1.5px solid var(--line);
}
.btn-ghost:hover { background: var(--accent-soft); border-color: rgba(140,90,60,.28); color: var(--accent-dark); transform: translateY(-2px); }
.hero-media { position: relative; }
.hero-card {
background: #fff; border: 1px solid rgba(140,90,60,.12);
border-radius: var(--radius-xl); padding: 18px;
box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.hero-card::before {
content: '';
position: absolute; top: -2px; left: 20px; right: 20px; height: 2px;
background: linear-gradient(90deg, transparent, var(--accent-2), transparent);
}
.hero-img-wrap {
background: linear-gradient(180deg, #fff 0%, #f8f1ea 100%);
border-radius: 24px; overflow: hidden;
display: flex; align-items: center; justify-content: center;
min-height: 500px;
}
.hero-img {
width: 100%; height: 500px;
object-fit: contain; object-position: center;
}
/* ─── ABOUT ───────────────────────────────────────────── */
.about-card {
background: #fff; border: 1px solid var(--line);
border-radius: var(--radius-lg); padding: clamp(24px,3vw,40px);
box-shadow: var(--shadow); height: 100%;
}
.about-text { margin: 0; color: var(--muted); line-height: 1.92; font-size: 1.02rem; }
.about-text + .about-text { margin-top: 14px; }
.about-highlight {
margin-top: 22px; padding: 18px 22px;
background: linear-gradient(135deg, var(--accent-soft) 0%, #ffe8d6 100%);
border-radius: var(--radius-sm);
color: var(--accent-dark); font-weight: 700;
border-left: 3px solid var(--accent);
}
.about-media {
height: 100%; background: #fff; border: 1px solid var(--line);
border-radius: var(--radius-lg); box-shadow: var(--shadow);
overflow: hidden; min-height: 440px;
display: flex; align-items: center; justify-content: center; padding: 20px;
}
.about-media img { width: 100%; height: 400px; object-fit: contain; }
/* ─── SERVICE / REASON CARDS ──────────────────────────── */
.service-card, .reason-card {
background: #fff; border: 1px solid var(--line);
border-radius: var(--radius); box-shadow: var(--shadow-sm);
height: 100%; padding: 30px 26px; transition: .28s cubic-bezier(.4,0,.2,1);
}
.service-card:hover, .reason-card:hover {
transform: translateY(-6px);
border-color: rgba(140,90,60,.26);
box-shadow: var(--shadow-md);
}
.icon-box {
width: 54px; height: 54px; border-radius: 16px;
display: flex; align-items: center; justify-content: center;
background: var(--accent-soft); color: var(--accent-dark);
margin-bottom: 20px;
}
.icon-box svg { width: 26px; height: 26px; }
.card-title { margin: 0 0 10px; font-size: 1.22rem; font-weight: 700; color: var(--text); font-family: 'Playfair Display', serif; letter-spacing: -.01em; }
.card-text { margin: 0; color: var(--muted); line-height: 1.78; font-size: .95rem; }
/* ═══════════════════════════════════════════════════════
PRODUCTS SECTION — REDESIGN COMPLETO
═══════════════════════════════════════════════════════ */
#productos {
padding: 100px 0;
background: var(--bg-warm);
position: relative;
overflow: hidden;
}
#productos::before {
content: '';
position: absolute; top: 0; left: 0; right: 0; height: 1px;
background: linear-gradient(90deg, transparent 0%, var(--accent-2) 40%, var(--gold) 60%, transparent 100%);
}
/* Category section */
.prod-categories { display: grid; gap: 48px; margin-top: 64px; }
.prod-cat-block {
position: relative;
}
/* Category header strip */
.prod-cat-header {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 28px;
padding-bottom: 20px;
border-bottom: 1px solid var(--line);
position: relative;
}
.prod-cat-header::after {
content: '';
position: absolute; bottom: -1px; left: 0;
width: 60px; height: 2px;
background: var(--accent);
border-radius: 2px;
}
.prod-cat-name {
font-family: 'Playfair Display', serif;
font-size: clamp(1.4rem, 2.2vw, 1.9rem);
font-weight: 700; color: var(--text);
margin: 0; letter-spacing: -.02em; flex: 1;
}
.prod-cat-badge {
display: inline-flex; align-items: center; justify-content: center;
min-height: 32px; padding: 0 14px; border-radius: 999px;
background: var(--accent-soft);
border: 1px solid rgba(140,90,60,.18);
color: var(--accent-dark); font-weight: 700; font-size: .82rem;
white-space: nowrap;
}
/* Product grid — compact 3-col */
.prod-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 22px;
}
/* Product card */
.prod-card {
background: var(--surface);
border: 1px solid var(--line);
border-radius: var(--radius);
overflow: hidden;
box-shadow: var(--shadow-sm);
transition: .3s cubic-bezier(.4,0,.2,1);
display: flex; flex-direction: column;
cursor: pointer;
position: relative;
}
.prod-card::before {
content: '';
position: absolute; inset: 0; border-radius: var(--radius);
border: 2px solid transparent;
transition: .3s ease; pointer-events: none; z-index: 2;
}
.prod-card:hover {
transform: translateY(-6px);
box-shadow: var(--shadow-md);
}
.prod-card:hover::before { border-color: var(--accent); }
/* Card image area */
.prod-card-media {
position: relative;
background: linear-gradient(160deg, #fff 0%, #fdf5ee 100%);
padding: 16px 16px 12px;
}
.prod-carousel-wrap {
position: relative;
border-radius: var(--radius-sm);
overflow: hidden;
background: #fff;
}
.prod-carousel-wrap .carousel-item { line-height: 0; }
.prod-img-btn {
display: block; width: 100%; padding: 0; margin: 0;
border: 0; background: transparent; cursor: zoom-in;
}
.prod-img {
width: 100%; height: 220px;
object-fit: contain; display: block;
transition: .35s ease;
}
.prod-card:hover .prod-img { transform: scale(1.03); }
/* Carousel nav — minimal pills */
.prod-carousel-wrap .carousel-control-prev,
.prod-carousel-wrap .carousel-control-next {
width: 36px; height: 36px;
top: 50%; transform: translateY(-50%);
margin: 0 8px; border-radius: 50%;
background: rgba(255,255,255,.92);
border: 1px solid var(--line);
box-shadow: var(--shadow-sm); opacity: 0;
transition: .25s ease;
}
.prod-card:hover .carousel-control-prev,
.prod-card:hover .carousel-control-next { opacity: 1; }
.prod-carousel-wrap .carousel-control-prev-icon,
.prod-carousel-wrap .carousel-control-next-icon {
filter: brightness(0.2); width: .9rem; height: .9rem;
}
/* Thumbnail strip */
.prod-thumbs {
display: flex; gap: 6px; margin-top: 10px;
flex-wrap: wrap;
}
.prod-thumb {
width: 44px; height: 44px; border-radius: 10px;
overflow: hidden; border: 1.5px solid var(--line);
background: #fff; padding: 0; cursor: pointer;
transition: .2s ease; flex-shrink: 0;
}
.prod-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.prod-thumb:hover, .prod-thumb.active {
border-color: var(--accent);
box-shadow: 0 4px 12px rgba(140,90,60,.22);
}
/* Card body */
.prod-card-body {
padding: 18px 20px 20px;
display: flex; flex-direction: column; gap: 10px; flex: 1;
}
.prod-chip {
display: inline-flex; align-items: center; align-self: flex-start;
min-height: 28px; padding: 0 12px; border-radius: 999px;
background: var(--accent-soft);
color: var(--accent-dark); font-weight: 700; font-size: .76rem;
letter-spacing: .04em; text-transform: uppercase;
}
.prod-name {
font-family: 'Playfair Display', serif;
font-size: 1.12rem; font-weight: 700;
color: var(--text); margin: 0; line-height: 1.25;
letter-spacing: -.01em;
}
.prod-desc {
margin: 0; color: var(--muted);
font-size: .875rem; line-height: 1.72;
display: -webkit-box; -webkit-line-clamp: 2;
-webkit-box-orient: vertical; overflow: hidden;
}
.prod-colors {
display: flex; flex-wrap: wrap; gap: 6px; margin-top: 2px;
}
.prod-color-chip {
display: inline-flex; align-items: center;
min-height: 28px; padding: 0 12px; border-radius: 999px;
background: #f7efe9; border: 1px solid transparent;
color: var(--accent-dark); font-size: .8rem; font-weight: 600;
transition: .2s ease;
}
.prod-color-chip:hover { border-color: var(--accent); background: #fff; }
/* CTA button */
.prod-card-footer {
padding: 0 20px 18px;
margin-top: auto;
}
.prod-wa-btn {
display: flex; align-items: center; justify-content: center; gap: 8px;
width: 100%; min-height: 46px; border-radius: 999px;
background: var(--accent); color: #fff;
font-weight: 700; font-size: .9rem; border: none;
box-shadow: 0 8px 20px rgba(140,90,60,.28);
transition: .25s ease; text-decoration: none;
}
.prod-wa-btn:hover {
background: var(--accent-dark); color: #fff;
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(140,90,60,.36);
}
.prod-wa-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
/* Empty state */
.prod-empty {
max-width: 640px; margin: 48px auto 0;
padding: 32px; background: #fff;
border: 1px solid var(--line); border-radius: var(--radius);
text-align: center; color: var(--muted);
box-shadow: var(--shadow-sm);
}
.prod-empty-icon { font-size: 2.4rem; margin-bottom: 12px; display: block; }
/* ─── PRODUCT GALLERY MODAL ───────────────────────────── */
#productGalleryModal .modal-content {
background: rgba(12,8,4,.96);
backdrop-filter: blur(20px);
border: 1px solid rgba(255,255,255,.1);
border-radius: var(--radius-lg);
}
#productGalleryModal .modal-title { color: #fff; font-family: 'Playfair Display', serif; }
#productGalleryModal .gal-nav-btn {
position: absolute; top: 50%; transform: translateY(-50%);
width: 52px; height: 52px; border-radius: 50%;
background: rgba(255,255,255,.18); backdrop-filter: blur(8px);
border: 1px solid rgba(255,255,255,.25);
color: #fff; font-size: 2rem; line-height: 52px;
text-align: center; cursor: pointer; z-index: 5;
transition: .25s ease; display: flex; align-items: center; justify-content: center;
}
#productGalleryModal .gal-nav-btn:hover { background: rgba(255,255,255,.32); transform: translateY(-50%) scale(1.06); }
/* ─── GALLERY ─────────────────────────────────────────── */
.gal-gallery { padding-bottom: 60px; }
.gal-carousel { max-width: 960px; margin-inline: auto; position: relative; }
.gal-frame {
height: clamp(300px, 52vh, 500px);
background: var(--bg-warm); border-radius: var(--radius);
overflow: hidden; box-shadow: var(--shadow-md);
display: flex; align-items: center; justify-content: center;
padding: 14px; border: 1px solid var(--line);
}
.gal-img {
width: auto !important; max-width: 100%;
height: auto !important; max-height: 100%;
object-fit: contain !important; cursor: zoom-in;
}
.gal-carousel .carousel-control-prev,
.gal-carousel .carousel-control-next {
width: 52px; height: 52px; top: 50%; transform: translateY(-50%);
margin: 0 10px; border-radius: 50%; opacity: 1;
background: var(--accent); border: none;
}
.gal-carousel .carousel-control-prev:hover,
.gal-carousel .carousel-control-next:hover { background: var(--accent-dark); }
.gal-ctrl-icon { width: 1.4rem !important; height: 1.4rem !important; background-size: 60% 60%; }
.gal-carousel .carousel-indicators { bottom: -48px; }
.gal-carousel .carousel-indicators button {
width: 10px; height: 10px; border-radius: 50%;
background: rgba(140,90,60,.3); border: none;
}
.gal-carousel .carousel-indicators button.active { background: var(--accent); }
/* ─── LIGHTBOX ────────────────────────────────────────── */
#galLightbox .modal-content { background: #000; }
#galLightboxImg { max-height: 86vh; width: 100%; height: auto; object-fit: contain; background: #000; }
.gal-lightbox-nav {
position: absolute; top: 50%; transform: translateY(-50%);
border: 0; width: 46px; height: 46px; border-radius: 999px;
background: rgba(255,255,255,.18); color: #fff; font-size: 30px;
line-height: 46px; text-align: center; z-index: 5; cursor: pointer;
}
.gal-lightbox-nav:hover { background: rgba(255,255,255,.28); }
.gal-prev { left: 10px; }
.gal-next { right: 10px; }
/* ─── FAQ ─────────────────────────────────────────────── */
.faq-wrap { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.faq-item + .faq-item { border-top: 1px solid var(--line-2); }
.faq-btn {
width: 100%; background: #fff; border: 0; text-align: left;
padding: 22px 26px; display: flex; align-items: center;
justify-content: space-between; gap: 16px;
font-size: 1rem; font-weight: 600; color: var(--text);
transition: .2s ease; cursor: pointer;
}
.faq-btn:hover { background: var(--accent-soft); }
.faq-icon {
width: 32px; height: 32px; border-radius: 50%;
background: var(--accent-soft); color: var(--accent-dark);
display: flex; align-items: center; justify-content: center;
font-size: 1.2rem; flex-shrink: 0; transition: .25s ease;
}
.faq-btn[aria-expanded="true"] .faq-icon { transform: rotate(45deg); background: var(--accent); color: #fff; }
.faq-body { padding: 0 26px 22px; color: var(--muted); line-height: 1.85; font-size: .97rem; }
/* ─── CONTACT ─────────────────────────────────────────── */
.contact-card {
background: #fff; border: 1px solid var(--line);
border-radius: var(--radius-lg); box-shadow: var(--shadow-sm);
padding: 32px; height: 100%;
}
.contact-list { display: grid; gap: 14px; margin-top: 24px; }
.contact-item {
display: flex; gap: 14px; align-items: flex-start;
padding: 16px; border: 1px solid var(--line-2);
border-radius: var(--radius-sm); background: var(--bg-warm);
transition: .2s ease;
}
.contact-item:hover { border-color: var(--accent-2); }
.contact-item-icon {
width: 42px; height: 42px; border-radius: 12px;
background: var(--accent-soft); color: var(--accent-dark);
display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-item-icon svg { width: 20px; height: 20px; }
.contact-item strong { display: block; margin-bottom: 3px; font-size: .93rem; color: var(--text-2); }
.contact-item a, .contact-item span { color: var(--muted); font-size: .9rem; word-break: break-word; }
.contact-item a:hover { color: var(--accent-dark); }
.form-control, .form-select {
min-height: 54px; border-radius: var(--radius-sm);
border: 1px solid var(--line); padding: .9rem 1rem;
color: var(--text); box-shadow: none !important;
font-family: 'DM Sans', sans-serif;
background: var(--bg-warm);
transition: .2s ease;
}
.form-control:focus, .form-select:focus { border-color: var(--accent); background: #fff; }
textarea.form-control { min-height: 148px; resize: vertical; }
.contact-submit {
width: 100%; min-height: 54px; border: none; border-radius: 999px;
background: var(--accent); color: #fff; font-weight: 800;
font-family: 'DM Sans', sans-serif; font-size: 1rem;
transition: .25s ease;
box-shadow: 0 12px 28px rgba(140,90,60,.24);
}
.contact-submit:hover { background: var(--accent-dark); transform: translateY(-2px); }
/* ─── FOOTER ──────────────────────────────────────────── */
.footer {
background: linear-gradient(160deg, var(--accent-dark) 0%, #4a2e1c 100%);
color: #fff; padding: 72px 0 30px; position: relative; overflow: hidden;
}
.footer::before {
content: '';
position: absolute; top: 0; left: 0; right: 0; height: 1px;
background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
}
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer-logo { height: 38px; width: auto; object-fit: contain; flex-shrink: 0; }
.footer-brand-name { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: #fff; }
.footer-text { color: rgba(255,255,255,.78); line-height: 1.82; margin: 0; max-width: 380px; font-size: .95rem; }
.footer-title { margin: 0 0 16px; font-size: .88rem; font-weight: 800; color: rgba(255,255,255,.6); letter-spacing: .12em; text-transform: uppercase; }
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer a { color: rgba(255,255,255,.82); font-size: .95rem; transition: .2s ease; }
.footer a:hover { color: #fff; padding-left: 3px; }
.footer-bottom {
margin-top: 36px; padding-top: 22px;
border-top: 1px solid rgba(255,255,255,.14);
display: flex; flex-wrap: wrap; gap: 12px;
justify-content: space-between; align-items: center;
}
.footer-copy, .footer-dev { color: rgba(255,255,255,.72); font-size: .9rem; margin: 0; }
.footer-dev a { color: rgba(255,255,255,.95); font-weight: 700; }
/* ─── WHATSAPP FLOAT ──────────────────────────────────── */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 1080; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.wa-card {
max-width: 272px; background: #fff; border: 1px solid var(--line);
border-radius: 18px; padding: 14px 16px; box-shadow: var(--shadow-md);
display: none;
}
.wa-card strong { display: block; margin-bottom: 4px; font-size: .94rem; }
.wa-card p { margin: 0; font-size: .88rem; line-height: 1.6; color: var(--muted); }
.wa-float.open .wa-card { display: block; }
.wa-btn {
width: 60px; height: 60px; border: none; border-radius: 50%;
background: #25D366; color: #fff;
display: flex; align-items: center; justify-content: center;
box-shadow: 0 14px 28px rgba(0,0,0,.18); cursor: pointer; transition: .25s ease;
}
.wa-btn:hover { transform: translateY(-3px) scale(1.04); }
/* ─── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1100px) {
.prod-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991.98px) {
.navbar .container-custom {
padding-left: 16px;
padding-right: 16px;
}
.navbar-brand {
max-width: calc(100% - 72px);
}
.brand-logo {
height: 34px;
}
.brand-name {
font-size: 1.05rem;
}
.navbar-collapse {
background: #fff; border: 1px solid var(--line);
border-radius: 18px; margin-top: 12px; padding: 12px;
box-shadow: var(--shadow);
flex-basis: 100%; width: 100%;
}
.navbar-nav {
width: 100%;
}
.nav-link,
.nav-cta {
width: 100%;
}
.nav-link {
display: block;
text-align: left;
}
.hero { padding: 68px 0 58px; }
.hero-grid { grid-template-columns: 1fr; gap: 32px; }
.hero-img-wrap, .hero-img { min-height: auto; height: 420px; }
.about-media { min-height: 360px; }
.about-media img { height: 320px; }
.prod-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
.section { padding: 78px 0; }
#productos { padding: 78px 0; }
.hero-title { font-size: clamp(2.1rem,9vw,3rem); }
.hero-grid {
display: grid;
grid-template-columns: 1fr;
grid-template-areas:
"eyebrow"
"title"
"text"
"media"
"badges"
"actions";
gap: 22px;
}
.hero-grid > div:first-child {
display: contents;
}
.hero-grid .eyebrow { grid-area: eyebrow; }
.hero-grid .hero-title { grid-area: title; }
.hero-grid .hero-text { grid-area: text; margin-top: 18px; }
.hero-grid .hero-media { grid-area: media; }
.hero-grid .hero-badges { grid-area: badges; margin-top: 0; }
.hero-grid .hero-actions {
grid-area: actions;
flex-direction: column;
margin-top: 0;
}
.hero-card { padding: 14px; }
.hero-img-wrap, .hero-img { height: 300px; }
.btn-main, .btn-ghost { width: 100%; }
.hero-badge { font-size: .82rem; }
}
@media (max-width: 600px) {
.prod-grid { grid-template-columns: 1fr; }
.prod-img { height: 220px; }
}
@media (max-width: 575.98px) {
.container-custom { padding: 0 16px; }
.navbar {
--nav-h: 74px;
}
.navbar-brand {
max-width: calc(100% - 64px);
gap: 10px;
}
.brand-logo {
height: 30px;
}
.brand-name {
font-size: .98rem;
}
.navbar-toggler {
padding: .4rem .56rem;
}
.hero { padding: 56px 0 48px; }
.hero-img-wrap { min-height: unset; }
.hero-img { height: 280px; }
.about-media { min-height: 300px; padding: 14px; }
.about-media img { height: 260px; }
.gal-frame { height: clamp(210px, 40vh, 340px); border-radius: var(--radius-sm); }
.wa-float { right: 14px; bottom: 14px; }
}
/* ===== INLINE <style> BLOCK #2 ===== */
.galeria-mosaico-section{
padding:80px 0;
font-family:'Inter',sans-serif;
}
.galeria-mosaico-section .container-custom{
max-width:1200px;
margin:auto;
padding:0 20px;
}
.galeria-mosaico-section .text-center{
text-align:center;
}
.galeria-mosaico-section .section-title{
font-size:38px;
font-weight:800;
margin-bottom:10px;
line-height:1.1;
}
.galeria-mosaico-section .section-subtitle{
color:#666;
margin-bottom:40px;
}
/* ===== GALERÍA ===== */
.galeria-mosaico-section .mosaic-gallery{
display:grid;
grid-template-columns:repeat(12,1fr);
gap:14px;
}
.galeria-mosaico-section .mosaic-item{
display:block;
border-radius:20px;
overflow:hidden;
min-height:220px;
cursor:pointer;
background:#ddd;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}
.galeria-mosaico-section .mosaic-item img{
width:100%;
height:100%;
display:block;
object-fit:cover;
transition:.4s ease;
}
.galeria-mosaico-section .mosaic-item:hover img{
transform:scale(1.05);
}
/* tamaños */
.galeria-mosaico-section .item-lg{
grid-column:span 4;
grid-row:span 2;
min-height:460px;
}
.galeria-mosaico-section .item-wide{
grid-column:span 4;
grid-row:span 2;
min-height:460px;
}
.galeria-mosaico-section .item-sm{
grid-column:span 2;
}
.galeria-mosaico-section .item-md{
grid-column:span 2;
grid-row:span 2;
min-height:460px;
}
/* responsive */
@media (max-width:991px){
.galeria-mosaico-section .mosaic-gallery{
grid-template-columns:repeat(6,1fr);
}
.galeria-mosaico-section .item-lg,
.galeria-mosaico-section .item-wide{
grid-column:span 3;
}
.galeria-mosaico-section .item-sm,
.galeria-mosaico-section .item-md{
grid-column:span 3;
}
}
@media (max-width:600px){
.galeria-mosaico-section{
padding:64px 0;
}
.galeria-mosaico-section .section-title{
font-size:30px;
}
.galeria-mosaico-section .section-subtitle{
margin-bottom:28px;
}
.galeria-mosaico-section .mosaic-gallery{
grid-template-columns:1fr;
}
.galeria-mosaico-section .mosaic-item,
.galeria-mosaico-section .item-lg,
.galeria-mosaico-section .item-wide,
.galeria-mosaico-section .item-sm,
.galeria-mosaico-section .item-md{
grid-column:auto;
grid-row:auto;
min-height:260px;
}
}
/* ===== LIGHTBOX ===== */
#galLightbox .modal-content{
background:#000;
border:0;
}
#galLightbox img{
width:100%;
max-height:85vh;
object-fit:contain;
background:#000;
display:block;
}
Manifest preview
{
"template": "mueblarte.com.ar/index.php",
"template_mtime": 1774032449,
"template_mtime_human": "2026-03-20T18:47:29+00:00",
"css_links_found": [
"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap",
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
],
"css_links_external": [
"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap",
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
],
"css_links_embedded": [],
"inline_style_blocks": 2,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}