/* =========================================================
   VS Venta de Sociedades - Base global
   Generado desde el CSS global unificado del 09-09-2026.
   ========================================================= */

html {
    scroll-padding-top: 108px;
}

body.admin-bar .vs-global-header {
    top: 32px;
}

.vs-global-header,
.vs-global-footer {
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
    box-sizing: border-box;
}

.vs-global-header *,
.vs-global-footer *,
.vs-global-header *::before,
.vs-global-header *::after,
.vs-global-footer *::before,
.vs-global-footer *::after {
    box-sizing: border-box;
}

.vs-global-wrap {
    width: min(1160px, 92%);
    margin: 0 auto;
}

.vs-global-header .vs-global-wrap {
    width: min(1320px, 94%);
}

.vs-global-header {
    position: sticky;
    top: 0;
    z-index: 9999;

    background: rgba(255,255,255,.97);

    border-bottom: 1px solid #d9e8ef;

    box-shadow:
        0 6px 22px rgba(15,23,42,.045);

    -webkit-backdrop-filter:
        saturate(160%) blur(10px);

    backdrop-filter:
        saturate(160%) blur(10px);
}

.vs-global-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 18px;

    min-height: 84px;

    padding: 10px 0;
}

.vs-global-logo {
    display: flex;
    flex: 0 0 auto;

    align-items: center;

    text-decoration: none !important;
}

.vs-global-logo img {
    display: block;

    width: 212px;
    max-width: 100%;
    height: auto;
}

.vs-global-menu {
    display: flex;

    align-items: center;
    justify-content: flex-end;

    gap: 0;

    margin-left: auto;

    font-family:
        Aptos,
        "Segoe UI",
        "Helvetica Neue",
        Arial,
        sans-serif;

    font-size: 12.8px;
    letter-spacing: .018em;
}

.vs-global-menu > a,
.vs-global-menu-parent > a {
    position: relative;

    display: inline-flex;
    align-items: center;

    min-height: 42px;

    padding: 0 10px;

    color: #243746 !important;

    font-weight: 500;
    line-height: 1.2;

    text-decoration: none !important;

    white-space: nowrap;
}

.vs-global-menu > a:not(.vs-global-call) {
    border-left: 1px solid #dbe5ea;
}

.vs-global-menu > a:not(.vs-global-call)::after,
.vs-global-menu-parent > a::after {
    content: "";

    position: absolute;

    right: 0;
    bottom: 5px;
    left: 0;

    height: 2px;

    background: #0a6f89;

    border-radius: 999px;

    transform: scaleX(0);
    transform-origin: center;

    transition: transform .18s ease;
}

.vs-global-menu > a:hover,
.vs-global-menu > a:focus,
.vs-global-menu-parent > a:hover,
.vs-global-menu-parent > a:focus {
    color: #0a6f89 !important;
}

.vs-global-menu > a:not(.vs-global-call):hover::after,
.vs-global-menu > a:not(.vs-global-call):focus::after,
.vs-global-menu-parent > a:hover::after,
.vs-global-menu-parent > a:focus::after {
    transform: scaleX(1);
}

.vs-global-menu-item {
    position: relative;
    flex: 0 0 auto;
}

.vs-global-menu-item::after {
    content: "";

    position: absolute;

    top: 100%;
    left: 0;

    z-index: 10010;

    width: 100%;
    height: 14px;

    background: transparent;

    pointer-events: auto;
}

.vs-global-menu-parent {
    position: relative;
    z-index: 10012;

    display: flex;
    align-items: center;
}

.vs-global-submenu-toggle {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 28px;
    height: 42px;

    margin: 0 5px 0 -5px;
    padding: 0;

    color: #526174;
    background: transparent;

    border: 0;
    border-radius: 8px;

    cursor: pointer;
}

.vs-global-submenu-toggle::before {
    content: "";

    width: 7px;
    height: 7px;

    border-right: 1.7px solid currentColor;
    border-bottom: 1.7px solid currentColor;

    transform:
        rotate(45deg)
        translateY(-2px);

    transition: transform .18s ease;
}

.vs-global-submenu-toggle:hover,
.vs-global-submenu-toggle:focus {
    color: #0a6f89;
    background: #f0f8fb;
}

.vs-global-menu-item.vs-submenu-open
.vs-global-submenu-toggle::before {
    transform:
        rotate(225deg)
        translate(-1px,-1px);
}

.vs-global-submenu {
    position: absolute;

    top: calc(100% + 7px);
    left: 0;

    z-index: 10020;

    display: none;

    width: 320px;

    padding: 10px;

    border: 1px solid #d9e8ef;
    border-radius: 16px;

    background: #fff;

    box-shadow:
        0 18px 45px rgba(15,23,42,.14);
}

.vs-global-submenu::before {
    content: "";

    position: absolute;

    top: -7px;
    left: 72px;

    width: 13px;
    height: 13px;

    border-top: 1px solid #d9e8ef;
    border-left: 1px solid #d9e8ef;

    background: #fff;

    transform: rotate(45deg);
}

.vs-global-menu-item:hover .vs-global-submenu,
.vs-global-menu-item:focus-within .vs-global-submenu,
.vs-global-menu-item.vs-submenu-open .vs-global-submenu {
    display: grid;
    gap: 3px;
}

.vs-global-submenu a {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;

    width: 100%;
    min-height: 43px;

    padding: 10px 13px;

    border-radius: 10px;

    color: #334155 !important;
    background: #fff;

    font-size: 13px;
    font-weight: 550;
    line-height: 1.3;

    text-decoration: none !important;

    white-space: normal;

    transition:
        background .15s ease,
        color .15s ease;
}

.vs-global-submenu a:hover,
.vs-global-submenu a:focus {
    color: #07576d !important;
    background: #eef8fb;
}

.vs-global-submenu a::after,
.vs-global-submenu a::before {
    display: none !important;
}

.vs-global-submenu a.vs-global-submenu-main {
    color: #07576d !important;
    background: #eef8fb;

    font-weight: 750;
}

.vs-global-submenu a.vs-global-submenu-child {
    position: relative;

    min-height: 39px;

    width: calc(100% - 12px);

    margin-left: 12px;

    padding: 8px 12px 8px 25px;

    color: #526174 !important;
    background: #fff;

    font-size: 12.5px;
}

.vs-global-submenu a.vs-global-submenu-child::before {
    content: "";

    display: block !important;

    position: absolute;

    top: 50%;
    left: 10px;

    width: 7px;
    height: 1px;

    background: #9dcbd7;

    transform: translateY(-50%);
}

.vs-global-submenu a.vs-global-submenu-child:hover,
.vs-global-submenu a.vs-global-submenu-child:focus {
    color: #07576d !important;
    background: #f3fafc;
}

.vs-global-call {
    min-height: 43px !important;

    margin-left: 8px;

    padding: 10px 14px !important;

    color: #fff !important;

    background:
        linear-gradient(
            135deg,
            #f97316,
            #ff8a2a
        );

    border-radius: 999px;

    box-shadow:
        0 10px 24px rgba(249,115,22,.20);

    font-weight: 700 !important;
    letter-spacing: .01em;
}

.vs-global-call:hover,
.vs-global-call:focus {
    color: #fff !important;

    background:
        linear-gradient(
            135deg,
            #ea580c,
            #f97316
        );

    transform: translateY(-1px);
}

.vs-global-toggle {
    display: none;

    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    margin-left: auto;
    padding: 0;

    color: #0f172a;
    background: #fff;

    border: 1px solid #d9e8ef;
    border-radius: 13px;

    box-shadow: none;

    cursor: pointer;
}

.vs-global-toggle:hover,
.vs-global-toggle:focus {
    color: #0a6f89;
    background: #f6fbfd;
    border-color: #9dcbd7;
}

.vs-global-toggle-lines,
.vs-global-toggle-lines::before,
.vs-global-toggle-lines::after {
    display: block;

    width: 22px;
    height: 2px;

    background: currentColor;

    border-radius: 999px;

    transition:
        transform .18s ease,
        opacity .18s ease;
}

.vs-global-toggle-lines {
    position: relative;
}

.vs-global-toggle-lines::before,
.vs-global-toggle-lines::after {
    content: "";

    position: absolute;
    left: 0;
}

.vs-global-toggle-lines::before {
    top: -7px;
}

.vs-global-toggle-lines::after {
    top: 7px;
}

.vs-global-header.vs-menu-open
.vs-global-toggle-lines {
    background: transparent;
}

.vs-global-header.vs-menu-open
.vs-global-toggle-lines::before {
    top: 0;
    transform: rotate(45deg);
}

.vs-global-header.vs-menu-open
.vs-global-toggle-lines::after {
    top: 0;
    transform: rotate(-45deg);
}

.vs-global-sr-only {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    padding: 0 !important;
    margin: -1px !important;

    overflow: hidden !important;

    clip: rect(0,0,0,0) !important;

    white-space: nowrap !important;

    border: 0 !important;
}

.vs-global-footer {
    padding: 50px 0 25px;

    color: #cbd5e1;

    background:
        radial-gradient(
            circle at 8% 0%,
            rgba(14,138,168,.12),
            transparent 26%
        ),
        #0f172a;

    border-top:
        1px solid rgba(255,255,255,.08);
}

.vs-global-footer-main {
    display: grid;

    grid-template-columns:
        minmax(260px,1.35fr)
        minmax(170px,.9fr)
        minmax(235px,1.15fr)
        minmax(180px,.9fr);

    gap: 28px;

    align-items: start;
}

.vs-global-footer-brand img {
    display: block;

    width: 205px;
    max-width: 100%;
    height: auto;

    padding: 9px;

    background: #fff;

    border-radius: 14px;
}

.vs-global-footer-description {
    max-width: 350px;

    margin: 17px 0 15px;

    color: #cbd5e1;

    font-size: 14.5px;
    line-height: 1.65;
}

.vs-global-footer-title {
    display: block;

    margin: 3px 0 14px;

    color: #fff;

    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .01em;
}

h2.vs-global-footer-title {
    margin: 3px 0 14px;

    color: #fff;

    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
}

.vs-global-contact-heading {
    margin: 0 0 3px;

    color: #fff;

    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;

    letter-spacing: 0;

    text-transform: none;
}

.vs-global-footer-title-link {
    display: inline-flex;
    align-items: center;

    margin: 3px 0 14px;

    color: #fff !important;

    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .01em;

    text-decoration: none !important;
}

.vs-global-footer-title-link:hover,
.vs-global-footer-title-link:focus {
    color: #7dd3fc !important;

    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.vs-global-footer-links {
    display: grid;
    gap: 10px;
}

.vs-global-footer-links a {
    width: max-content;
    max-width: 100%;

    color: #cbd5e1 !important;

    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;

    text-decoration: none !important;
}

.vs-global-footer-links a:hover,
.vs-global-footer-links a:focus {
    color: #fff !important;

    text-decoration: underline !important;
}

.vs-global-footer-contact {
    display: grid;
    gap: 10px;
}

.vs-global-contact-card {
    display: flex;

    align-items: flex-start;

    gap: 11px;

    width: 100%;

    padding: 11px 12px;

    border:
        1px solid rgba(255,255,255,.09);

    border-radius: 13px;

    background:
        rgba(255,255,255,.035);

    transition:
        background .18s ease,
        border-color .18s ease,
        transform .18s ease;
}

.vs-global-contact-card:hover {
    border-color:
        rgba(125,211,252,.20);

    background:
        rgba(255,255,255,.06);

    transform: translateY(-1px);
}

.vs-global-contact-icon {
    display: flex;

    flex: 0 0 32px;

    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;

    margin-top: 1px;

    color: #7dd3fc;

    background:
        rgba(14,138,168,.16);

    border:
        1px solid rgba(125,211,252,.12);

    border-radius: 9px;
}

.vs-global-contact-icon svg {
    display: block;

    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vs-global-contact-content {
    min-width: 0;
}

.vs-global-contact-label {
    display: block;

    margin: 0 0 2px;

    color: #94a3b8;

    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .055em;

    text-transform: uppercase;
}

.vs-global-footer-contact a {
    display: block;

    width: max-content;
    max-width: 100%;

    color: #fff !important;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;

    text-decoration: none !important;

    word-break: break-word;
}

.vs-global-footer-contact a:hover,
.vs-global-footer-contact a:focus {
    color: #7dd3fc !important;

    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.vs-global-footer-address {
    margin: 0;

    color: #e2e8f0;

    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.55;
}

.vs-global-footer-offices {
    display: grid;

    grid-template-columns:
        minmax(190px,.7fr)
        minmax(0,2.3fr);

    align-items: center;

    gap: 24px;

    width: 100%;

    margin-top: 30px;
    padding: 18px 20px;

    border:
        1px solid rgba(255,255,255,.09);

    border-radius: 18px;

    background:
        rgba(255,255,255,.035);
}

.vs-global-footer-offices-heading {
    display: flex;

    align-items: center;

    gap: 12px;

    min-width: 0;
}

.vs-global-footer-offices-title {
    display: block;

    margin: 0 0 2px;

    color: #fff;

    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.vs-global-footer-offices-subtitle {
    display: block;

    color: #94a3b8;

    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.vs-global-footer-offices-grid {
    display: grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap: 12px;
}

.vs-global-footer-office {
    min-width: 0;

    padding: 12px 15px;

    border:
        1px solid rgba(255,255,255,.075);

    border-radius: 13px;

    background:
        rgba(255,255,255,.025);
}

.vs-global-footer-office strong {
    display: block;

    margin: 0 0 3px;

    color: #fff;

    font-size: 13.5px;
    font-weight: 750;
    line-height: 1.35;
}

.vs-global-footer-office address {
    margin: 0;

    color: #cbd5e1;

    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.vs-global-footer-offices-note {
    grid-column: 1 / -1;

    margin: 0;
    padding-top: 12px;

    color: #94a3b8;

    border-top:
        1px solid rgba(255,255,255,.07);

    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.55;

    text-align: center;
}

.vs-global-footer-notice {
    margin-top: 34px;
    padding-top: 22px;

    border-top:
        1px solid rgba(255,255,255,.10);
}

.vs-global-footer-notice strong {
    display: block;

    margin-bottom: 8px;

    color: #fff;

    font-size: 13.5px;
    font-weight: 800;
}

.vs-global-footer-notice p {
    max-width: 1080px;

    margin: 0 0 8px;

    color: #94a3b8;

    font-size: 12.5px;
    line-height: 1.65;
}

.vs-global-footer-bottom {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 18px;

    margin-top: 34px;
    padding-top: 20px;

    color: #94a3b8;

    border-top:
        1px solid rgba(255,255,255,.10);

    font-size: 13.5px;
}

.vs-global-footer-bottom a {
    color: #cbd5e1 !important;
    text-decoration: none !important;
}

.vs-global-footer-bottom a:hover,
.vs-global-footer-bottom a:focus {
    color: #fff !important;
    text-decoration: underline !important;
}

.vs-contact-gate[hidden] {
    display: none !important;
}

.vs-contact-gate {
    position: fixed;
    inset: 0;

    z-index: 10050;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 22px;

    font-family:
        Inter,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif;
}

.vs-contact-gate-backdrop {
    position: absolute;
    inset: 0;

    background:
        rgba(15,23,42,.72);

    backdrop-filter:
        blur(5px);
}

.vs-contact-gate-dialog {
    position: relative;

    z-index: 1;

    width: min(620px,100%);

    padding: 34px;

    border: 1px solid #d9e8ef;
    border-radius: 26px;

    background: #fff;

    box-shadow:
        0 28px 70px rgba(15,23,42,.30);

    text-align: center;
}

.vs-contact-gate-close {
    position: absolute;

    top: 14px;
    right: 14px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    padding: 0;

    color: #334155;
    background: #f1f5f9;

    border: 0;
    border-radius: 50%;

    font-size: 25px;
    line-height: 1;

    cursor: pointer;
}

.vs-contact-gate-close:hover,
.vs-contact-gate-close:focus {
    color: #0f172a;
    background: #e2e8f0;
}

.vs-contact-gate-dialog h2 {
    margin: 0 36px 10px;

    color: #0f172a;

    font-size:
        clamp(28px,4vw,38px);

    line-height: 1.1;
}

.vs-contact-gate-intro {
    max-width: 520px;

    margin: 0 auto 24px;

    color: #526174;

    font-size: 16.5px;
    line-height: 1.6;
}

.vs-contact-gate-options {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 12px;
}

.vs-contact-gate-option {
    min-height: 58px;

    padding: 14px 18px;

    border: 0;
    border-radius: 16px;

    color: #fff;

    font-size: 15.5px;
    font-weight: 800;
    line-height: 1.3;

    cursor: pointer;
}

.vs-contact-gate-buy {
    background:
        linear-gradient(
            135deg,
            #0a6f89,
            #0e8aa8
        );

    box-shadow:
        0 12px 25px rgba(10,111,137,.20);
}

.vs-contact-gate-sell {
    background: #64748b;
}

.vs-contact-gate-result {
    margin-top: 16px;

    padding: 17px 18px;

    color: #7c2d12;
    background: #fff7ed;

    border: 1px solid #fed7aa;
    border-radius: 16px;

    font-size: 15px;
    line-height: 1.55;

    text-align: left;
}

.vs-contact-gate-result strong {
    display: block;

    margin-bottom: 5px;

    color: #9a3412;
}

body.vs-contact-gate-open {
    overflow: hidden;
}

@media (max-width: 1240px){
html {
        scroll-padding-top: 94px;
    }
.vs-global-nav {
        position: relative;

        flex-wrap: wrap;

        min-height: 76px;
    }
.vs-global-logo img {
        width: 218px;
    }
.vs-global-toggle {
        display: inline-flex;
    }
.vs-global-menu {
        display: none;

        flex: 0 0 100%;

        width: 100%;

        margin: 0;

        padding: 12px 0 5px;

        align-items: stretch;
        justify-content: flex-start;

        gap: 4px;

        border-top:
            1px solid #e6eff3;
    }
.vs-global-header.vs-menu-open
    .vs-global-menu {
        display: grid;

        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }
.vs-global-menu > a {
        min-height: 46px;

        padding: 9px 12px;

        border-left: 0 !important;
        border-radius: 11px;

        white-space: normal;
    }
.vs-global-menu
    > a:not(.vs-global-call)::after {
        display: none;
    }
.vs-global-menu > a:hover,
    .vs-global-menu > a:focus {
        background: #f0f8fb;
    }
.vs-global-call {
        justify-content: center;

        margin-left: 0;
    }
.vs-global-menu-item::after {
        display: none;
    }
.vs-global-menu-item {
        grid-column: 1 / -1;

        width: 100%;
    }
.vs-global-menu-parent {
        width: 100%;

        background: #fff;

        border: 1px solid #e1edf2;
        border-radius: 11px;
    }
.vs-global-menu-parent > a {
        flex: 1 1 auto;

        min-height: 46px;

        padding: 9px 12px;

        white-space: normal;
    }
.vs-global-menu-parent > a::after {
        display: none;
    }
.vs-global-menu-parent > a:hover,
    .vs-global-menu-parent > a:focus {
        background: #f0f8fb;

        border-radius:
            11px 0 0 11px;
    }
.vs-global-submenu-toggle {
        flex: 0 0 48px;

        width: 48px;
        height: 46px;

        margin: 0;

        border-left:
            1px solid #d9e8ef;

        border-radius:
            0 11px 11px 0;
    }
.vs-global-menu-item:hover
    .vs-global-submenu,

    .vs-global-menu-item:focus-within
    .vs-global-submenu {
        display: none;
    }
.vs-global-menu-item.vs-submenu-open
    .vs-global-submenu {
        position: static;

        display: grid;

        grid-template-columns:
            repeat(2,minmax(0,1fr));

        width: 100%;

        margin-top: 7px;

        padding: 9px;

        background: #f6fbfd;

        border: 1px solid #d9e8ef;
        border-radius: 13px;

        box-shadow: none;
    }
.vs-global-submenu::before {
        display: none;
    }
.vs-global-submenu a {
        min-height: 44px;

        background: #fff;

        border:
            1px solid #e1edf2;
    }
.vs-global-footer-main {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 782px){
body.admin-bar
    .vs-global-header {
        top: 46px;
    }
}

@media (max-width: 768px){
.vs-global-footer-offices {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px){
.vs-global-wrap {
        width:
            min(100% - 28px,1160px);
    }
.vs-global-logo img {
        width: 195px;
    }
.vs-global-header.vs-menu-open
    .vs-global-menu {
        grid-template-columns:
            1fr;
    }
.vs-global-menu > a {
        width: 100%;
    }
.vs-global-menu-item.vs-submenu-open
    .vs-global-submenu {
        grid-template-columns:
            1fr;
    }
.vs-global-footer {
        padding:
            38px 0 24px;
    }
.vs-global-footer-main {
        grid-template-columns:
            1fr;

        gap: 28px;
    }
.vs-global-footer-brand img {
        width: 195px;
    }
.vs-global-footer-description {
        max-width: none;
    }
.vs-global-footer-offices {
        grid-template-columns: 1fr;

        gap: 14px;

        padding: 16px;
    }
.vs-global-footer-offices-grid {
        grid-template-columns: 1fr;
    }
.vs-global-footer-bottom {
        align-items: flex-start;
        flex-direction: column;

        gap: 8px;
    }
.vs-contact-gate-dialog {
        padding:
            30px 20px 22px;

        border-radius: 22px;
    }
.vs-contact-gate-options {
        grid-template-columns:
            1fr;
    }
}

@media (prefers-reduced-motion: reduce){
.vs-global-header *,
    .vs-global-footer * {
        transition: none !important;
    }
}
