/* Marcas + Locales + Redes (Informática / VerProducto) */
:root {
    --nv-font: "Montserrat", "Segoe UI", sans-serif;
    --nv-about-ink: #12141A;
    --nv-about-muted: #4B5563;
    --nv-about-warm: #C2410C;
    --nv-accent: #0284C7;
}

/* —— Marcas —— */
.nv-marcas {
    position: relative;
    background:
        radial-gradient(ellipse 70% 55% at 15% 0%, rgba(14, 165, 233, 0.08), transparent 55%),
        linear-gradient(180deg, #F8FAFC 0%, #EEF2F7 100%);
    color: var(--nv-about-ink);
    padding: clamp(2.75rem, 6vw, 4rem) 0;
    overflow: hidden;
}

.nv-marcas__inner {
    width: min(1100px, calc(100% - 2rem));
    margin: 0 auto;
}

.nv-marcas__head {
    text-align: center;
    margin-bottom: 1.35rem;
}

.nv-marcas__kicker {
    margin: 0 0 0.45rem;
    font-family: var(--nv-font);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--nv-accent);
}

.nv-marcas__title {
    margin: 0;
    font-family: var(--nv-font);
    font-size: clamp(1.35rem, 2.6vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.nv-marcas__carousel { position: relative; }

.nv-marcas__viewport {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(18, 20, 26, 0.1);
    outline: none;
}

.nv-marcas__viewport:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--nv-about-ink);
}

.nv-marcas__track {
    display: flex;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.nv-marcas__slide {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1.25rem, 3vw, 2rem);
    background: #fff;
}

.nv-marcas__slide img {
    width: 100%;
    max-height: 160px;
    object-fit: contain;
    display: block;
}

.nv-marcas__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 2.4rem;
    height: 2.4rem;
    border: 0;
    background: rgba(18, 20, 26, 0.88);
    color: #fff;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.nv-marcas__btn:hover { background: #000; }
.nv-marcas__btn--prev { left: 0.65rem; }
.nv-marcas__btn--next { right: 0.65rem; }

.nv-marcas__foot {
    display: flex;
    justify-content: center;
    margin-top: 0.85rem;
}

.nv-marcas__dots {
    display: flex;
    gap: 0.4rem;
}

.nv-marcas__dot {
    width: 0.5rem;
    height: 0.5rem;
    border: 0;
    border-radius: 999px;
    background: rgba(18, 20, 26, 0.22);
    cursor: pointer;
    padding: 0;
    transition: width 0.25s ease, background 0.25s ease;
}

.nv-marcas__dot.is-active {
    width: 1.45rem;
    background: var(--nv-about-ink);
}

@media (max-width: 640px) {
    .nv-marcas__slide img { max-height: 110px; }
    .nv-marcas__btn { width: 2.1rem; height: 2.1rem; }
}

/* —— Locales —— */
.nv-locales-block {
    position: relative;
    background:
        radial-gradient(ellipse 80% 60% at 85% 10%, rgba(2, 132, 199, 0.07), transparent 55%),
        linear-gradient(165deg, #F4F7FB 0%, #E8EEF5 100%);
    color: var(--nv-about-ink);
    padding: clamp(3rem, 7vw, 4.5rem) 0;
    overflow: hidden;
}

.nv-locales-block__inner {
    width: min(1080px, calc(100% - 2rem));
    margin: 0 auto;
}

.nv-locales__kicker {
    margin: 0 0 0.45rem;
    font-family: var(--nv-font);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--nv-accent);
}

.nv-locales__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.nv-locales__title {
    margin: 0;
    font-family: var(--nv-font);
    font-size: clamp(1.35rem, 2.6vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.nv-locales__count {
    margin: 0;
    font-family: var(--nv-font);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--nv-about-muted);
    white-space: nowrap;
}

.nv-carousel { position: relative; }

.nv-carousel__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.nv-carousel__tab {
    appearance: none;
    border: 1px solid rgba(18, 20, 26, 0.14);
    background: #fff;
    color: var(--nv-about-muted);
    font-family: var(--nv-font);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.5rem 0.8rem;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nv-carousel__tab:hover {
    border-color: rgba(18, 20, 26, 0.35);
    color: var(--nv-about-ink);
}

.nv-carousel__tab.is-active {
    background: var(--nv-about-ink);
    border-color: var(--nv-about-ink);
    color: #fff;
}

.nv-carousel__viewport {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(18, 20, 26, 0.1);
    outline: none;
    box-shadow: 0 12px 40px rgba(18, 20, 26, 0.06);
}

.nv-carousel__viewport:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--nv-about-ink);
}

.nv-carousel__track {
    display: flex;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.nv-carousel__slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 320px;
    background: #fff;
}

.nv-carousel__visual {
    position: relative;
    min-height: 280px;
    background: #0F1115;
    overflow: hidden;
}

.nv-carousel__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 55%, rgba(255, 255, 255, 0.04));
    pointer-events: none;
}

.nv-carousel__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.03);
    transition: transform 5.5s ease;
}

.nv-carousel__slide.is-active .nv-carousel__visual img {
    transform: scale(1);
}

.nv-carousel__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
    padding: clamp(1.35rem, 3vw, 2rem);
    background: #fff;
}

.nv-carousel__prov {
    margin: 0 0 0.15rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--nv-accent);
}

.nv-carousel__body strong {
    font-family: var(--nv-font);
    font-size: clamp(1.2rem, 2.2vw, 1.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--nv-about-ink);
}

.nv-carousel__addr,
.nv-carousel__hours {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.92rem;
    color: var(--nv-about-muted);
    line-height: 1.45;
}

.nv-carousel__addr i,
.nv-carousel__hours i {
    margin-top: 0.15rem;
    color: var(--nv-about-ink);
    opacity: 0.55;
}

.nv-carousel__map {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.85rem;
    width: fit-content;
    padding: 0.65rem 1rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: var(--nv-about-ink);
    border: 0;
    transition: background 0.2s ease;
}

.nv-carousel__map:hover {
    background: var(--nv-accent);
    color: #fff;
    text-decoration: none;
}

.nv-carousel__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 2.55rem;
    height: 2.55rem;
    border: 0;
    background: #fff;
    color: var(--nv-about-ink);
    border: 1px solid rgba(18, 20, 26, 0.12);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(18, 20, 26, 0.12);
    transition: background 0.2s ease, color 0.2s ease;
}

.nv-carousel__btn:hover {
    background: var(--nv-about-ink);
    color: #fff;
}

.nv-carousel__btn--prev { left: 0.75rem; }
.nv-carousel__btn--next { right: 0.75rem; }

.nv-carousel__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.nv-carousel__dots {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.nv-carousel__dot {
    width: 0.5rem;
    height: 0.5rem;
    border: 0;
    border-radius: 999px;
    background: rgba(18, 20, 26, 0.22);
    cursor: pointer;
    padding: 0;
    transition: width 0.25s ease, background 0.25s ease;
}

.nv-carousel__dot.is-active {
    width: 1.45rem;
    background: var(--nv-about-ink);
}

.nv-carousel__all {
    font-family: var(--nv-font);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--nv-about-ink);
    text-decoration: none;
    letter-spacing: 0.02em;
}

.nv-carousel__all:hover {
    color: var(--nv-accent);
    text-decoration: none;
}

.nv-locales-contact {
    margin-top: 1.75rem;
    padding: 1.35rem 0 0;
    border-top: 1px solid rgba(18, 20, 26, 0.1);
    display: grid;
    gap: 0.35rem;
    font-size: 0.9rem;
    color: var(--nv-about-muted);
}

.nv-locales-contact strong {
    color: var(--nv-about-ink);
}

/* —— Redes —— */
.nv-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.25rem;
}

.nv-social__btn {
    min-height: 2.65rem;
    padding: 0 1.05rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border: 1px solid rgba(18, 20, 26, 0.12);
    background: #fff;
    color: var(--nv-about-ink);
    text-decoration: none;
    font-family: var(--nv-font);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nv-social__btn i { font-size: 1.15rem; }

.nv-social__btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}

.nv-social__btn--ig {
    background: linear-gradient(135deg, #F58529, #DD2A7B 52%, #8134AF);
    border-color: transparent;
    color: #fff;
}

.nv-social__btn--ig:hover {
    color: #fff;
    filter: brightness(1.05);
}

.nv-social__btn--fb {
    background: #1877F2;
    border-color: #1877F2;
    color: #fff;
}

.nv-social__btn--fb:hover { background: #0F66D8; color: #fff; }

.nv-social__btn--wa {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
}

.nv-social__btn--wa:hover { background: #1EBE57; color: #fff; }

.nv-social__btn--yt {
    background: #FF0000;
    border-color: #FF0000;
    color: #fff;
}

.nv-social__btn--yt:hover { background: #E00000; color: #fff; }

@media (max-width: 820px) {
    .nv-carousel__slide {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .nv-carousel__visual {
        min-height: 210px;
        aspect-ratio: 16 / 10;
    }

    .nv-carousel__btn--prev { left: 0.5rem; }
    .nv-carousel__btn--next { right: 0.5rem; }
}

@media (max-width: 640px) {
    .nv-carousel__tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 0.25rem;
    }

    .nv-carousel__tabs::-webkit-scrollbar { display: none; }
    .nv-carousel__tab { flex: 0 0 auto; }

    .nv-social__btn { flex: 1 1 calc(50% - 0.65rem); }
}
