/* =========================================================
   KF MUEBLES — estilos.css (ordenado y limpio)
   ========================================================= */

/* =========================
   1) VARIABLES
========================= */
:root {
    --bg-main: #0f0f0f;
    --bg-card: #1c1c1c;
    --gold: #b5a26a;

    --text-main: #eaeaea;
    --text-muted: #bdbdbd;

    --header-bg: #111;
    --black: #000;
}

/* =========================
   2) RESET + BASE
========================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Segoe UI", sans-serif;
    line-height: 1.6;
    background: var(--bg-main);
    color: var(--text-main);
}

a {
    color: inherit;
}

/* =========================
   3) LAYOUT HELPERS
========================= */
section {
    padding: 60px 20px;
}

.contenedor {
    max-width: 1200px;
    margin: auto;
}

section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section .copete {
    text-align: center;
    font-style: italic;
    color: #bbbbbb;
    margin-bottom: 30px;
    font-size: 18px;
}

/* =========================
   4) HEADER / NAV
========================= */
header {
    background-color: var(--header-bg);
    color: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
    position: sticky;
    top: 0;
    z-index: 100;
}

header .contenedor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
}

header h1 a {
    text-decoration: none;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
}

nav.menu ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

nav.menu ul li a {
    text-decoration: none;
    color: #f5f5f5;
    font-size: 16px;
    transition: color 0.3s ease, transform 0.2s ease;
}

nav.menu ul li a:hover {
    color: #d6b36a;
    transform: translateY(-1px);
}

/* =========================
   5) BANNER
========================= */
/* ===============================
   HERO / BANNER
================================ */

.hero {
    width: 100%;
    overflow: hidden;
}

.hero-carousel {
    position: relative;
    width: 100%;
    height: 70vh;
    /* altura del banner */
    min-height: 420px;
}

.hero-track {
    display: flex;
    width: 100%;
    height: 100%;
}

.hero-slide {
    min-width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    inset: 0;
    transition: opacity 1s ease;
}

.hero-slide.active {
    opacity: 1;
    position: relative;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Texto encima */
.hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.35);
    color: white;
}

.hero-overlay h1 {
    font-size: clamp(32px, 5vw, 60px);
    letter-spacing: 2px;
}

.hero-overlay p {
    margin-top: 10px;
    font-size: clamp(16px, 2vw, 22px);
    font-style: italic;
}


/* =========================
   6) QUIÉNES SOMOS
========================= */
#quienes .contenido {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 2fr);
    gap: 40px;
    align-items: center;
    margin-top: 30px;
}

#quienes p {
    color: #fff;
    margin-bottom: 10px;
}

/* Bloque editorial (about) */
.about {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about h2 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 1px;
}

.about-highlight {
    font-size: 20px;
    font-style: italic;
    color: #cfcfcf;
}

.about p {
    font-size: 16px;
    line-height: 1.8;
    color: #e0e0e0;
}

/* =========================
   7) SERVICIOS / ICONOS
========================= */
#servicios ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
}

#servicios ul li {
    background: #111;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#servicios ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.9);
}

#servicios ul li img {
    max-width: 80px;
    margin-bottom: 15px;
}

section ul li h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
}

#servicios ul li p {
    color: #cccccc;
    font-size: 15px;
}

/* =========================
   8) CARRUSEL (estructura base)
   (por si lo usás en algún lado)
========================= */
.carousel {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.carousel-track {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    transition: transform 0.6s ease-in-out;
}

.carousel-track li {
    min-width: 100%;
    display: flex;
    justify-content: center;
}

/* FULL WIDTH carruseles (cocinas / vestidores / baños) */
/* =================================
   CARRUSELES – ANCHO UNIFICADO
================================= */

/* =========================
   CARRUSEL FULL WIDTH REAL
========================= */
.carousel,
.carousel-pro {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

.carousel-track li img,
.carousel-pro-slide img {
    width: 100%;
    height: clamp(300px, 55vh, 700px);
    object-fit: cover;
    display: block;
}



#cocinas .carousel-track li img,
#vestidores .carousel-track li img,
#baños .carousel-track li img {
    width: 100%;
    max-width: none;
    height: clamp(280px, 48vw, 560px);
    object-fit: cover;
    display: block;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

/* =========================
   9) FORMULARIO
========================= */
.formulario {
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 14px;
    color: #bdbdbd;
}

.formulario input,
.formulario textarea {
    background: #0e0e0e;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    padding: 14px;
    font-size: 15px;
    color: #fff;
}

.formulario textarea {
    resize: none;
    min-height: 140px;
}

.formulario button {
    align-self: center;
    margin-top: 32px;
    margin-bottom: 24px;
    /* aire grande */
    padding: 14px 36px;
    border-radius: 999px;
    border: none;
    background: #d6b36a;
    font-weight: 600;
    cursor: pointer;
}

/* =========================
   10) FOOTER
========================= */
.footer {
    width: 100%;
    background: #000;
    padding: 28px 0;
    /* más compacto y premium */
    border-top: 1px solid #1f1f1f;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.footer p {
    font-size: 14px;
    color: #9a9a9a;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.04);
    /* cajita sutil */
    border: 1px solid rgba(181, 162, 106, 0.12);
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.footer-social a:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(181, 162, 106, 0.35);
}

.footer-social img {
    max-width: 18px;
    max-height: 18px;
    object-fit: contain;
    opacity: .9;
}


/* =========================
   11) CARRUSEL PRO (flechas + puntitos)
========================= */
.carousel-pro {
    position: relative;
    max-width: 900px;
    margin: 0 auto 40px;
    overflow: hidden;
    border-radius: 16px;
}

.carousel-pro-inner {
    width: 100%;
}

.carousel-pro-slide {
    opacity: 0;
    display: none;
    transform: scale(1.02);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.carousel-pro-slide.active {
    opacity: 1;
    display: block;
    transform: scale(1);
}

.carousel-pro-slide img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

/* Flechas */
.carousel-pro-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 5;
    transition: 0.2s ease, transform 0.2s ease;
}

.carousel-pro-btn.prev {
    left: 12px;
}

.carousel-pro-btn.next {
    right: 12px;
}

.carousel-pro-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.05);
}

/* Puntitos */
.carousel-pro-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 6;
}

.carousel-pro-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(214, 179, 106, 0.35);
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
}

.carousel-pro-dots button.active {
    background: var(--gold);
    transform: scale(1.2);
}

/* =========================
   12) PROVEEDORES
========================= */

/* Tarjeta (link) */
/* =========================
   PROVEEDORES — PREMIUM SLIDER
========================= */

#contactos {
    background: #f3f1eb;
    padding: 110px 0;
    overflow: hidden;
}

#contactos .contenedor {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

.proveedores-head {
    text-align: center;
    margin-bottom: 25px;
}

.proveedores-kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #8a7f6a;
}

#contactos h2 {
    margin: 0 0 12px;
    color: #161616;
}

#contactos .copete {
    max-width: 760px;
    margin: 0 auto;
    color: #5e5a54;
    line-height: 1.7;
}

/* Área del carrusel */
.proveedores-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 12px 0;
}

/* Desvanecidos laterales */
.proveedores-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}

.proveedores-fade.left {
    left: 0;
    background: linear-gradient(to right, #f3f1eb 0%, rgba(243, 241, 235, 0) 100%);
}

.proveedores-fade.right {
    right: 0;
    background: linear-gradient(to left, #f3f1eb 0%, rgba(243, 241, 235, 0) 100%);
}

/* Track en movimiento */
.proveedores-track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: proveedoresScroll 42s linear infinite;
}

.proveedores-marquee:hover .proveedores-track {
    animation-play-state: paused;
}

@keyframes proveedoresScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 12px));
    }
}

/* Tarjetas */
.proveedor-card {
    width: 320px;
    min-height: 250px;
    padding: 28px 24px 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 2px 10px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;
    backdrop-filter: blur(6px);
}

.proveedor-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.09),
        0 4px 18px rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.09);
}

.proveedor-logo-wrap {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.proveedor-logo-wrap img {
    max-width: 190px;
    max-height: 78px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    filter: none;
}

.proveedor-card p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.75;
    color: #44413c;
    max-width: 250px;
    margin-inline: auto;
}

/* Responsive */
@media (max-width: 980px) {
    #contactos {
        padding: 90px 0;
    }

    .proveedor-card {
        width: 280px;
        min-height: 235px;
        border-radius: 22px;
    }

    .proveedores-fade {
        width: 70px;
    }
}

@media (max-width: 640px) {
    #contactos .contenedor {
        padding: 0 16px;
    }

    .proveedores-head {
        margin-bottom: 28px;
    }

    .proveedor-card {
        width: 240px;
        min-height: 220px;
        padding: 22px 18px 20px;
        border-radius: 20px;
    }

    .proveedor-logo-wrap {
        height: 90px;
    }

    .proveedor-logo-wrap img {
        max-width: 150px;
        max-height: 64px;
    }

    .proveedor-card p {
        font-size: 13px;
        line-height: 1.65;
        max-width: 210px;
    }

    .proveedores-track {
        gap: 16px;
    }

    .proveedores-fade {
        width: 32px;
    }
}

/* ===== FIX PROVEEDORES ===== */

#contactos .proveedores-head {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin-bottom: 42px !important;
}

#contactos .proveedores-head h2 {
    order: 1 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    text-align: center !important;
    font-size: 62px !important;
    line-height: 1 !important;
    letter-spacing: 0.04em !important;
}

#contactos .proveedores-kicker {
    order: 2 !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 0 18px 0 !important;
    font-size: 13px !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    color: #9c8d72 !important;
}

#contactos .proveedores-head .copete {
    order: 3 !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

/* logos base */
#contactos .proveedor-logo-wrap {
    height: 120px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#contactos .proveedor-logo-wrap img {
    width: auto !important;
    height: auto !important;
    max-width: 170px !important;
    max-height: 78px !important;
    object-fit: contain !important;
}

/* logos individuales más grandes */
#contactos .proveedor-logo-wrap img[alt="Blum"] {
    max-width: 155px !important;
    max-height: 84px !important;
}

#contactos .proveedor-logo-wrap img[alt="Mi Pileta"] {
    max-width: 250px !important;
    max-height: 92px !important;
}

#contactos .proveedor-logo-wrap img[alt="Faplac"] {
    max-width: 170px !important;
    max-height: 84px !important;
}

#contactos .proveedor-logo-wrap img[alt="De Stefano 1913"] {
    max-width: 270px !important;
    max-height: 88px !important;
}

#contactos .proveedor-logo-wrap img[alt="Egger"] {
    max-width: 210px !important;
    max-height: 84px !important;
}

#contactos .proveedor-logo-wrap img[alt="Enchapadora San Juan"] {
    max-width: 210px !important;
    max-height: 88px !important;
}

#contactos .proveedor-logo-wrap img[alt="Daccord"] {
    max-width: 185px !important;
    max-height: 88px !important;
}

/* =========================
   13) CONTACTOS GRID (base)
   (si la usás para otra cosa)
========================= */
.contactos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

/* (Opcional) card genérica si un día la usás */
.contacto-card {
    background: var(--bg-card);
    padding: 32px 24px;
    border-radius: 20px;
    border: 1px solid rgba(181, 162, 106, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
    text-decoration: none;
    display: block;
}

.contacto-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.58);
    border-color: var(--gold);
}

.contacto-card p {
    color: #ffffffb3;
}

/* ===============================
   14) PROVEEDORES: 3 ARRIBA / 3 ABAJO (DESKTOP)
=============================== */
#contactos .contactos-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    /* 3 columnas */
    gap: 32px;
    margin-top: 32px;
}


/* =========================
   15) RESPONSIVE (al final)
========================= */
@media (max-width: 900px) {
    #contactos .contactos-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    #contactos .contactos-grid>a.proveedor-card {
        grid-column: auto !important;
    }
}

@media (max-width: 768px) {
    .carousel-pro-slide img {
        height: 260px;
    }

    .carousel-pro-btn {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
}

@media (max-width: 520px) {
    #contactos .contactos-grid {
        grid-template-columns: 1fr !important;
    }
}

/* =====================================
   PROVEEDORES – ALTURA UNIFORME (PRO)
===================================== */

/* Hacemos que todas las cards se estiren igual */
#contactos .contactos-grid>a.proveedor-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* El logo arriba */
#contactos .proveedor-card img {
    margin-bottom: 20px;
}

/* El texto se empuja hacia abajo */
#contactos .proveedor-card p {
    margin-top: auto;
}

/* =========================
   BOTÓN PRINCIPAL – ESTILO DORADO
========================= */

.boton-enviar,
button[type="submit"] {
    background: transparent;
    color: #d4b97a;
    /* dorado */
    border: 1px solid #d4b97a;
    padding: 14px 36px;
    border-radius: 999px;
    /* bien redondo */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover */
.boton-enviar:hover,
button[type="submit"]:hover {
    background: #d4b97a;
    color: #000;
    box-shadow: 0 0 20px rgba(212, 185, 122, 0.35);
    transform: translateY(-2px);
}

body {
    overflow-x: hidden;
}

/* =========================================
   RESPONSIVE GLOBAL (KF MUEBLES)
   Pegar al final del CSS
========================================= */

/* 1) Ajuste general tablet/móvil */
@media (max-width: 900px) {
    .contenedor {
        width: 100%;
        padding: 0 18px;
    }

    section {
        padding: 50px 16px;
    }

    /* Titulares */
    section h2 {
        font-size: 26px;
    }

    section .copete {
        font-size: 16px;
    }

    /* Header: que no explote el menú */
    header .contenedor {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    nav.menu ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 16px;
    }

    nav.menu ul li a {
        font-size: 15px;
    }

    /* Carrusel pro: más compacto */
    .carousel-pro {
        max-width: 100%;
        border-radius: 14px;
    }

    .carousel-pro-slide img {
        height: 300px;
    }

    /* Servicios: 2 columnas */
    #servicios ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* 2) Móvil */
@media (max-width: 520px) {

    /* Tipografías + aire */
    section {
        padding: 44px 14px;
    }

    #banner {
        height: 360px;
    }

    #banner h2 {
        font-size: 28px;
    }

    #banner .copete {
        font-size: 16px;
    }

    section h2 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    /* Menú: apilado y cómodo */
    nav.menu ul {
        gap: 10px 14px;
    }

    /* Servicios: 1 columna */
    #servicios ul {
        grid-template-columns: 1fr;
    }

    /* Proveedores: que no quede 3/2 en móvil */
    #contactos .contactos-grid {
        grid-template-columns: 1fr !important;
    }

    /* Cards: más compactas */
    .proveedor-card,
    .contacto-card {
        padding: 24px 18px;
        border-radius: 18px;
    }

    /* Formulario: ancho completo */
    .formulario {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .formulario button {
        width: 100%;
        max-width: 320px;
    }

    /* Footer: en columna */
    .footer-inner {
        flex-direction: column;
        gap: 14px;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    /* Carrusel pro: aún más bajito */
    .carousel-pro-slide img {
        height: 240px;
    }
}

@media (max-width: 600px) {

    /* QUE HACEMOS */
    .que-hacemos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    /* PROVEEDORES */
    .proveedores-grid,
    #contactos .contactos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    /* Ajuste de texto dentro de cards */
    .proveedor-card p,
    .card p {
        font-size: 13px;
        line-height: 1.4;
    }
}

/* MOBILE: en "Qué hacemos" queremos 2 columnas */
@media (max-width: 520px) {
    #servicios ul {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px;
    }
}

/* MOBILE MUY CHICO */
@media (max-width: 360px) {
    #servicios ul {
        grid-template-columns: 1fr;
    }
}

/* AJUSTE TEXTO SERVICIOS – SOLO MOBILE */
@media (max-width: 520px) {
    #servicios ul li p {
        max-width: 90%;
        margin: 0 auto;
        line-height: 1.4;
        opacity: 0.85;
    }
}

/* evita scroll horizontal por 100vw */
body {
    overflow-x: hidden;
}

/* Desktop */
#cocinas .carousel-pro-slide img,
#vestidores .carousel-pro-slide img,
#baños .carousel-pro-slide img {
    height: 420px;
    object-fit: cover;
}

/* Mobile */
@media (max-width: 768px) {

    #cocinas .carousel-pro-slide img,
    #vestidores .carousel-pro-slide img,
    #baños .carousel-pro-slide img {
        height: 260px;
    }
}

#cocinas .carousel-pro-slide img,
#vestidores .carousel-pro-slide img,
#baños .carousel-pro-slide img {
    width: 100% !important;
    height: clamp(360px, 55vh, 720px) !important;
    object-fit: cover !important;
    /* llena toda la pantalla */
    object-position: center !important;
    display: block !important;
}

/* =============================== 
   SECCIÓN CLARA FULL WIDTH (proveedores → footer)
================================ */

.section-light {
    background: #f1efe9;
    /* blanco cálido */
    color: #111;

    width: 100%;
    margin: 0;
    padding: 90px 0;

    position: relative;
    border-radius: 0;
}



/* Textos dentro de la sección clara */
.section-light h2,
.section-light h3 {
    color: #111;
}

.section-light p {
    color: #2b2b2b;
}

/* Línea dorada sutil debajo del título */
.section-light h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.section-light h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 90px;
    height: 2px;
    background: rgba(212, 175, 55, 0.65);
    /* dorado suave */
    border-radius: 2px;
}

/* Cards de proveedores: más finas y premium */
.section-light .proveedor-card {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(212, 175, 55, 0.25);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(6px);
}

/* Hover con acento dorado */
.section-light .proveedor-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 175, 55, 0.55);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* Footer dentro de sección clara */
.section-light .footer {
    background: transparent;
    color: #111;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

html,
body {
    overflow-x: hidden;
}

/* FULL BLEED real (borde a borde) */
html,
body {
    margin: 0;
    padding: 0;
}

.section-light {
    background: #f1efe9;
    /* blanco apagado */
    color: #111;

    /* esto hace que salga del contenedor y ocupe TODA la pantalla */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    padding: 90px 0;
}

/* evita scroll horizontal si aparece por el 100vw */
body {
    overflow-x: hidden;
}

/* ===============================
   PROVEEDORES (SECCIÓN CLARA FULL WIDTH)
   - full width sin bordes negros
   - transición suave con negro
   - título centrado
   - cards con más aire
================================= */

/* 1) El bloque claro ocupa toda la pantalla aunque esté dentro de un contenedor */
#contactos .section-light {
    background: #f1efe9;
    /* blanco cálido apagado */
    color: #111;
    width: 100vw;
    /* fuerza ancho de viewport */
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 110px 0 120px;
    /* más aire arriba/abajo */
    position: relative;
    overflow: hidden;
}

/* 2) Fusión con el negro de arriba SIN corte (fade solo en el borde superior) */
#contactos .section-light::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -90px;
    /* se “mete” hacia la sección negra */
    height: 90px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #f1efe9);
    pointer-events: none;
}

/* 3) Título y copete centrados */
#contactos .section-light .contenedor {
    text-align: center;
}

/* Mantengo la línea dorada centrada */
#contactos .section-light h2 {
    color: #111;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    margin-bottom: 18px;
}

#contactos .section-light h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 90px;
    height: 2px;
    background: rgba(212, 175, 55, 0.65);
    border-radius: 2px;
}

#contactos .section-light .copete {
    color: #2b2b2b;
    max-width: 860px;
    /* que no quede larguísimo */
    margin: 0 auto 40px;
}

/* 4) Cards “respiran” más: más separación + más padding */
#contactos .proveedores-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    /* MÁS aire entre cards */
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 980px) {
    #contactos .proveedores-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px;
    }
}

@media (max-width: 640px) {
    #contactos .proveedores-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

#contactos .proveedor-card {
    background: #ffffff;
    border: 1px solid rgba(212, 175, 55, 0.18);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-radius: 22px;
    padding: 34px 28px;
    /* MÁS aire adentro */
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

#contactos .proveedor-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 175, 55, 0.40);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* Textos dentro de la sección clara */
#contactos .section-light p {
    color: #2b2b2b;
}

/* El agradecimiento centrado y con aire */
#contactos .agradecimiento {
    margin-top: 42px;
    color: #2b2b2b;
    text-align: center;
}

/* ===============================
   SECCIÓN: DÓNDE ENCONTRARNOS (MAPA)
================================= */
.section-map {
    padding: 90px 0;
    background: transparent;
    /* respeta tu fondo oscuro */
}

.section-map h2,
.section-map .copete {
    text-align: center;
}

.map-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 26px;
    align-items: stretch;
}

.map-box {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    background: rgba(255, 255, 255, 0.03);
}

.map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
}

.map-info {
    border-radius: 18px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.map-info h3 {
    margin: 0 0 12px 0;
    font-size: 22px;
}

.map-info p {
    margin: 10px 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.5;
}

.map-actions {
    margin-top: 18px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-map {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid rgba(212, 175, 55, 0.55);
    color: rgba(212, 175, 55, 0.95);
    background: rgba(212, 175, 55, 0.08);
}

.btn-map:hover {
    transform: translateY(-1px);
    background: rgba(212, 175, 55, 0.14);
}

.btn-map-outline {
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.04);
}

.btn-map-outline:hover {
    background: rgba(255, 255, 255, 0.07);
}


/* =========================
BOTÓN GOOGLE MAPS – ESTILO DORADO
========================= */

.btn-map,
button[type="submit"] {
    background: transparent;
    color: #d4b97a;
    /* dorado */
    border: 1px solid #d4b97a;
    padding: 14px 36px;
    border-radius: 999px;
    /* bien redondo */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover */
.btn-map:hover,
button[type="submit"]:hover {
    background: #d4b97a;
    color: #000;
    box-shadow: 0 0 20px rgba(212, 185, 122, 0.35);
    transform: translateY(-2px);
}

.btn-map-outline {
    display: inline-block;
    padding: 14px 42px;
    border: 1.8px solid #fffffff0;
    border-radius: 40px;
    background: transparent;
    color: #ffffffe2;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* Efecto brillo sutil */
.btn-map-outline::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);
    transform: skewX(-20deg);
    transition: 0.6s;
}

.btn-map-outline:hover::after {
    left: 130%;
}

/* Responsive */
@media (max-width: 980px) {
    .map-grid {
        grid-template-columns: 1fr;
    }

    .map-box iframe {
        min-height: 320px;
    }
}

/* ===== FIX DEFINITIVO: SECCIÓN MAPA (DESKTOP) ===== */
.section-map .contenedor {
    max-width: 1200px;
    /* ajustalo si querés más ancho */
    margin: 0 auto;
}

.section-map .map-grid {
    display: grid !important;
    grid-template-columns: 1.6fr 1fr !important;
    gap: 26px !important;
    align-items: stretch !important;
}

.section-map .map-box {
    height: 100%;
}

.section-map .map-box iframe {
    width: 100%;
    min-height: 420px;
    height: 100%;
    display: block;
}

/* Mobile */
@media (max-width: 980px) {
    .section-map .map-grid {
        grid-template-columns: 1fr !important;
    }

    .section-map .map-box iframe {
        min-height: 320px;
    }
}

.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 62px;
    height: 62px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
    z-index: 999;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 56px;
        height: 56px;
        bottom: 18px;
        right: 18px;
    }
}

/* ===============================
   TIENDA (CATÁLOGO)
   - Cards consistentes
   - Imagen sin deformación
=============================== */

.shop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 30px;
}

@media (max-width: 980px) {
    .shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .shop-grid {
        grid-template-columns: 1fr;
    }
}

/* Link envolviendo la card */
.product-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* Card */
.product-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
    padding: 22px;

    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(214, 179, 106, 0.55);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
}

/* Marco de imagen (clave para que TODAS se vean iguales) */
.product-card img {
    width: 100%;
    height: 220px;
    /* clave */
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 18px 35px rgba(0, 0, 0, .55));
}

/* Título */
.product-card h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 650;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.product-card h3::after {
    content: "";
    display: block;
    width: 38px;
    height: 2px;
    background: rgba(214, 179, 106, .85);
    margin-top: 10px;
    border-radius: 2px;
}

/* ===============================
   Barra de burqueda de Tienda
=============================== */
/* ===== CONTROLES TIENDA (buscador + chips) ===== */

.shop-controls {
    max-width: 1100px;
    margin: 22px auto 0;
    display: grid;
    gap: 18px;
}

/* --- Buscador --- */
.shop-search {
    width: 100%;
}

.shop-search input {
    width: 100%;
    height: 62px;
    padding: 0 22px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    outline: none;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}

.shop-search input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

/* --- Chips (filtros) --- */
.shop-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.chip {
    height: 52px;
    padding: 0 24px;
    border-radius: 800px;
    background: rgba(214, 179, 106, 0.06);
    border: 1px solid rgba(214, 179, 106, 0.35);
    color: rgba(214, 179, 106, 0.95);
    font-size: 18px;
    font-weight: 650;
    cursor: pointer;
    transition: transform .15s ease, background .2s ease, border-color .2s ease;
}

.chip:hover {
    transform: translateY(-1px);
    background: rgba(214, 179, 106, 0.10);
    border-color: rgba(214, 179, 106, 0.55);
}

.chip.active {
    background: rgba(214, 179, 106, 0.22);
    border-color: rgba(214, 179, 106, 0.85);
    color: rgba(214, 179, 106, 1);
}

/* Accesibilidad */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Responsive */
@media (max-width: 700px) {
    .shop-search input {
        height: 56px;
        font-size: 16px;
    }

    .chip {
        height: 46px;
        padding: 0 18px;
        font-size: 16px;
    }
}

/* =========================
   PRODUCT INFO (2da columna)
   Consistencia total
========================= */

.product-info {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 22px;
    padding: 26px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .45);
    backdrop-filter: blur(10px);
}

.product-title {
    margin: 0 0 10px;
    font-size: 40px;
    font-weight: 650;
    letter-spacing: -0.6px;
    line-height: 1.05;
    color: #fff;
}

.product-sub {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .62);
    font-size: 15px;
    letter-spacing: .2px;
}

.product-box {
    background: rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    padding: 18px;
}

.product-box-title {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

/* Opciones (medidas / colores / largos) */
.option-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.option-pill {
    display: grid;
    place-items: center;
    padding: 14px 12px;
    border-radius: 14px;
    cursor: pointer;
    user-select: none;

    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .03);
    transition: transform .12s ease, background .12s ease, border-color .12s ease;
}

.option-pill:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .18);
}

.option-pill input {
    display: none;
}

.option-pill span {
    font-weight: 700;
    letter-spacing: .2px;
    color: rgba(255, 255, 255, .92);
}

.option-pill:has(input:checked) {
    background: rgba(255, 255, 255, .92);
    border-color: rgba(255, 255, 255, .92);
}

.option-pill:has(input:checked) span {
    color: #0b0b0b;
}

.product-meta {
    display: grid;
    gap: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    margin: 0 0 18px;
}

.product-meta strong {
    color: rgba(255, 255, 255, .92);
    font-weight: 600;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;

    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .08);
    margin: 14px 0 16px;
}

.price-label {
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
}

.price-value {
    font-size: 20px;
    font-weight: 650;
    letter-spacing: -0.2px;
    color: #fff;
}

/* CTAs siempre iguales */
.cta-stack {
    display: grid;
    gap: 10px;
}

.btn-buy {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    border-radius: 16px;
    padding: 16px 18px;
    font-weight: 650;
    font-size: 16px;
    letter-spacing: .2px;
    background: #fff;
    color: #0b0b0b;
    transition: transform .12s ease, opacity .12s ease;
}

.btn-buy:hover {
    transform: translateY(-1px);
    opacity: .95;
}

.btn-alt {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    border-radius: 16px;
    padding: 14px 18px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .2px;
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .92);
    border: 1px solid rgba(255, 255, 255, .10);
}

.btn-alt:hover {
    background: rgba(255, 255, 255, .09);
    border-color: rgba(255, 255, 255, .18);
}

@media (max-width: 980px) {
    .product-title {
        font-size: 34px;
    }

    .option-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================
   CAROUSEL — se mantiene
========================= */

/* CONTENEDOR GENERAL */
.product-carousel {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
}

/* MARCO INTERNO */
.carousel-track {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    overflow: hidden;

    display: grid;
    place-items: center;

    background:
        radial-gradient(1200px 600px at 50% 30%, rgba(255, 255, 255, .04), transparent 60%),
        rgba(0, 0, 0, .18);
}

/* IMAGEN */
.carousel-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;
    padding: 16px;

    opacity: 0;
    transition: opacity .3s ease;
}

.carousel-slide.is-active {
    opacity: 1;
}

@media (max-width: 768px) {
    .product-carousel {
        padding: 10px;
        border-radius: 18px;
    }

    .carousel-track {
        aspect-ratio: 1 / 1;
        border-radius: 14px;
    }

    .carousel-slide {
        padding: 6px;
    }
}

.shop-grid {
    align-items: stretch;
}

.product-link {
    height: 100%;
}

.product-card {
    height: 100%;
}