/* =========================================================
   VS Venta de Sociedades - HOME BUNDLE
   Base + Inventario + Páginas + Home
   Un único recurso CSS para reducir peticiones render-blocking.
   ========================================================= */

/* =========================================================
   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;
    }
}


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

.vsi-table td.vsi-cell-name {
    text-align: center !important;
    vertical-align: middle !important;
}

.vsi-table td.vsi-cell-name
.vsi-name-wrap {
    display: flex !important;

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

    width: 100% !important;

    text-align: center !important;
}

.vsi-society-name-button {
    display: inline-block !important;

    appearance: none !important;
    -webkit-appearance: none !important;

    margin: 0 auto !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 4px !important;

    color: #102b40 !important;
    background: transparent !important;

    font: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;

    text-align: center !important;
    text-decoration: none !important;

    box-shadow: none !important;

    cursor: pointer !important;

    transition:
        color .15s ease,
        text-decoration-color .15s ease;
}

.vsi-society-name-button:hover,
.vsi-society-name-button:focus {
    color: #0a6f89 !important;
    background: transparent !important;

    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 4px !important;

    box-shadow: none !important;
}

.vsi-society-name-button:focus-visible {
    outline:
        2px solid rgba(14,138,168,.35) !important;

    outline-offset: 4px !important;
}

@media (max-width: 680px){
.vsi-profile-modal .vsi-profile-hero,
    .vsi-profile-modal .vsi-profile-header,
    .vsi-profile-modal .vsi-profile-top {
        width: 100% !important;

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

        text-align: center !important;
    }
.vsi-profile-modal
    .vsi-profile-content h2:first-of-type,
    .vsi-profile-modal
    .vsi-profile-name {
        width: 100% !important;

        margin-left: auto !important;
        margin-right: auto !important;

        text-align: center !important;
    }
.vsi-profile-modal .vsi-profile-nif,
    .vsi-profile-modal .vsi-profile-nif-box,
    .vsi-profile-modal .vsi-profile-taxid {
        margin-left: auto !important;
        margin-right: auto !important;

        justify-content: center !important;

        text-align: center !important;
    }
.vsi-profile-modal .vsi-profile-status,
    .vsi-profile-modal .vsi-profile-state {
        margin-left: auto !important;
        margin-right: auto !important;

        justify-content: center !important;

        text-align: center !important;
    }
.vsi-profile-modal
    .vsi-profile-price-box {
        width:
            calc(100% - 28px) !important;

        max-width: 390px !important;

        margin-left: auto !important;
        margin-right: auto !important;

        text-align: center !important;
    }
.vsi-profile-modal
    .vsi-profile-price-label {
        width: 100% !important;
        text-align: center !important;
    }
.vsi-profile-modal
    .vsi-profile-price-row {
        display: flex !important;

        width: 100% !important;

        align-items: baseline !important;
        justify-content: center !important;

        text-align: center !important;
    }
.vsi-profile-modal .vsi-profile-price,
    .vsi-profile-modal .vsi-profile-vat,
    .vsi-profile-modal .vsi-profile-price-note {
        text-align: center !important;
    }
.vsi-table tbody td.vsi-cell-name,
    .vsi-table .vsi-name-wrap {
        text-align: center !important;
    }
.vsi-table .vsi-name-wrap {
        align-items: center !important;
        justify-content: center !important;
    }
.vsi-society-name-button {
        width: auto !important;
        max-width: 100% !important;

        margin-left: auto !important;
        margin-right: auto !important;

        text-align: center !important;
    }
}


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

body.page .page-header-image,
body.page .page-header-image-single,
body.page .featured-image,
body.page .post-image,
body.page .inside-article > .featured-image,
body.page .inside-article > .post-image,
body.page .wp-block-post-featured-image {
    display: none !important;

    margin: 0 !important;
    padding: 0 !important;
}

body.page .site-content {
    padding-top: 0 !important;
}

body.page .site-main,
body.page .site-main > article,
body.page .inside-article {
    margin-top: 0 !important;
}

body.page .inside-article {
    padding-top: 0 !important;
}

body.page .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.page .entry-header:empty {
    display: none !important;

    margin: 0 !important;
    padding: 0 !important;
}


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

.vs-contact-light .vs-contact-grid {
    display: block !important;

    width: min(1080px,100%) !important;
    max-width: 1080px !important;

    margin: 0 auto !important;
}

.vs-contact-light .vs-contact-list {
    display: none !important;
}

.vs-contact-light .vs-form-box {
    width: 100% !important;
    max-width: 1080px !important;

    margin: 0 auto !important;

    padding: 34px !important;
}

.vs-contact-light .vs-form-shortcode,
.vs-contact-light .vs-form-shortcode .wpforms-container,
.vs-contact-light .vs-form-shortcode div.wpforms-container-full,
.vs-contact-light .vs-form-shortcode form.wpforms-form {
    width: 100% !important;
    max-width: 100% !important;
}

.vs-form-shortcode .wpforms-submit-container {
    width: 100% !important;
}

.vs-form-shortcode button[type="submit"],
.vs-form-shortcode .wpforms-submit {
    width: 100% !important;
}

.vs-form-extra-block {
    width: 100% !important;
    max-width: 100% !important;

    margin: 28px 0 26px !important;

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

    color: #334155 !important;
}

.vs-form-extra-block * {
    box-sizing: border-box !important;
}

.vs-extra-section {
    width: 100% !important;

    margin-bottom: 26px !important;
    padding: 28px !important;

    background: #fff !important;

    border: 1px solid #d9e8ef !important;
    border-radius: 24px !important;

    box-shadow:
        0 16px 36px rgba(15,23,42,.065) !important;
}

.vs-extra-section.vs-extra-section-soft {
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f6fbfd 100%
        ) !important;
}

.vs-extra-head {
    max-width: 780px !important;

    margin: 0 auto 24px !important;

    text-align: center !important;
}

.vs-extra-label {
    display: inline-flex !important;

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

    min-height: 30px !important;

    margin: 0 0 13px !important;
    padding: 7px 13px !important;

    border:
        1px solid #fed7aa !important;

    border-radius: 999px !important;

    color: #c2410c !important;
    background: #fff7ed !important;

    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: .055em !important;

    text-transform: uppercase !important;
}

.vs-extra-head h4 {
    margin: 0 0 9px !important;

    color: #0f172a !important;

    font-size: 25px !important;
    font-weight: 850 !important;
    line-height: 1.18 !important;
    letter-spacing: -.025em !important;

    text-align: center !important;
}

.vs-extra-head p {
    max-width: 720px !important;

    margin: 0 auto !important;

    color: #526174 !important;

    font-size: 15.5px !important;
    line-height: 1.6 !important;

    text-align: center !important;
}

.vs-incluye-grid {
    display: grid !important;

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

    gap: 12px !important;

    margin-top: 22px !important;
}

.vs-incluye-item {
    display: flex !important;

    align-items: flex-start !important;

    gap: 10px !important;

    min-height: 58px !important;

    padding: 13px 14px !important;

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

    border: 1px solid #e2eef4 !important;
    border-radius: 15px !important;

    font-size: 14.5px !important;
    line-height: 1.45 !important;
}

.vs-incluye-item span {
    display: block !important;
    flex: 1 !important;
}

.vs-incluye-check {
    display: flex !important;

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

    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;

    margin-top: 2px !important;

    color: #fff !important;
    background: #0a6f89 !important;

    border-radius: 50% !important;

    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
}

.vs-extras-grid {
    display: grid !important;

    grid-template-columns:
        repeat(4,minmax(0,1fr)) !important;

    gap: 16px !important;

    margin-top: 24px !important;

    align-items: stretch !important;
}

.vs-extra-card {
    position: relative !important;

    display: grid !important;

    grid-template-rows:
        54px 42px 1fr !important;

    align-items: start !important;
    justify-items: center !important;

    min-height: 195px !important;

    padding: 24px 18px !important;

    overflow: hidden !important;

    background: #fff !important;

    border: 1px solid #d9e8ef !important;
    border-radius: 20px !important;

    box-shadow:
        0 12px 26px rgba(15,23,42,.055) !important;

    text-align: center !important;
}

.vs-extra-card::before {
    content: "" !important;

    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 4px !important;

    background:
        linear-gradient(
            90deg,
            #0a6f89,
            #f97316
        ) !important;
}

.vs-extra-card strong {
    display: flex !important;

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

    width: 100% !important;
    min-height: 54px !important;

    margin: 0 !important;

    color: #0f172a !important;

    font-size: 15.5px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
    letter-spacing: -.015em !important;

    text-align: center !important;
}

.vs-extra-price {
    display: flex !important;

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

    width: 100% !important;
    min-height: 42px !important;

    margin: 0 !important;

    color: #0a6f89 !important;

    font-size: 32px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -.04em !important;

    text-align: center !important;
}

.vs-extra-card small {
    display: flex !important;

    align-items: flex-start !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 48px !important;

    margin: 8px 0 0 !important;

    color: #64748b !important;

    font-size: 13px !important;
    line-height: 1.42 !important;

    text-align: center !important;
}

.vs-extra-note {
    margin: 22px auto 0 !important;

    padding: 14px 16px !important;

    color: #9a3412 !important;
    background: #fff7ed !important;

    border:
        1px solid #fed7aa !important;

    border-radius: 16px !important;

    font-size: 14px !important;
    line-height: 1.55 !important;

    text-align: center !important;
}

.vs-no-terceros-overlay {
    position: fixed !important;
    inset: 0 !important;

    z-index: 999999 !important;

    display: none;

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

    padding: 22px !important;

    background:
        rgba(15,23,42,.58) !important;

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

.vs-no-terceros-overlay.is-open {
    display: flex !important;
}

.vs-no-terceros-modal {
    position: relative !important;

    width: min(520px,100%) !important;

    padding: 28px !important;

    background: #fff !important;

    border: 1px solid #d9e8ef !important;
    border-radius: 24px !important;

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

    text-align: center !important;
}

.vs-no-terceros-badge {
    display: inline-flex !important;

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

    min-height: 30px !important;

    margin-bottom: 14px !important;
    padding: 7px 13px !important;

    color: #c2410c !important;
    background: #fff7ed !important;

    border:
        1px solid #fed7aa !important;

    border-radius: 999px !important;

    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .055em !important;

    text-transform: uppercase !important;
}

.vs-no-terceros-modal h3 {
    margin: 0 0 10px !important;

    color: #0f172a !important;

    font-size: 28px !important;
    font-weight: 850 !important;
    line-height: 1.15 !important;
    letter-spacing: -.03em !important;
}

.vs-no-terceros-modal p {
    max-width: 430px !important;

    margin: 0 auto 13px !important;

    color: #526174 !important;

    font-size: 16px !important;
    line-height: 1.6 !important;
}

.vs-no-terceros-modal strong {
    color: #0f172a !important;
}

.vs-no-terceros-btn {
    display: inline-flex !important;

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

    min-height: 44px !important;

    margin-top: 10px !important;
    padding: 11px 22px !important;

    border: 0 !important;
    border-radius: 999px !important;

    color: #fff !important;

    background:
        linear-gradient(
            135deg,
            #0a6f89,
            #0e8aa8
        ) !important;

    box-shadow:
        0 12px 26px rgba(10,111,137,.20) !important;

    font-size: 15px !important;
    font-weight: 750 !important;

    cursor: pointer !important;
}

.vs-page .vsi-home-consulta {
    background:
        linear-gradient(
            135deg,
            #10384f,
            #0a6f89
        ) !important;

    color: #fff !important;
}

@media (max-width: 980px){
.vs-incluye-grid {
        grid-template-columns:
            1fr !important;
    }
.vs-extras-grid {
        grid-template-columns:
            1fr 1fr !important;
    }
.vs-contact-light
    .vs-form-box {
        padding: 26px !important;
    }
}

@media (max-width: 560px){
.vs-contact-light
    .vs-form-box {
        padding: 22px !important;
    }
.vs-extra-section {
        padding: 20px !important;

        border-radius: 20px !important;
    }
.vs-extra-head h4 {
        font-size: 22px !important;
    }
.vs-extras-grid {
        grid-template-columns:
            1fr !important;
    }
.vs-extra-card {
        min-height: auto !important;

        grid-template-rows:
            auto auto auto !important;

        padding:
            22px 18px !important;
    }
.vs-extra-card strong,
    .vs-extra-price,
    .vs-extra-card small {
        min-height: auto !important;
    }
.vs-extra-card strong {
        margin-bottom: 12px !important;
    }
.vs-extra-price {
        margin-bottom: 12px !important;
    }
.vs-no-terceros-modal {
        padding: 22px !important;

        border-radius: 20px !important;
    }
.vs-no-terceros-modal h3 {
        font-size: 23px !important;
    }
}

@media (max-width: 760px){
.vs-contact-light .vs-form-box {
        padding: 24px !important;
    }
.vs-extra-card {
        grid-template-rows: auto auto auto !important;
        min-height: auto !important;
    }
.vs-extra-card strong {
        min-height: auto !important;
        margin-bottom: 10px !important;
    }
.vs-extra-price {
        min-height: auto !important;
        margin-bottom: 8px !important;
    }
}


/* =========================================================
   VS 1.0.5 - ACCESIBILIDAD HOME
   ========================================================= */

/*
 * "Me interesa":
 * antes #c65a0a sobre #fff0e6 quedaba por debajo
 * del contraste AA para texto pequeño.
 */
body.home .vsi-board .vsi-actions .vsi-btn-info,
body.home .vsi-profile-actions .vsi-btn-info {
    color: #8a3f08 !important;
}

body.home .vsi-board .vsi-actions .vsi-btn-info:hover,
body.home .vsi-board .vsi-actions .vsi-btn-info:focus,
body.home .vsi-profile-actions .vsi-btn-info:hover,
body.home .vsi-profile-actions .vsi-btn-info:focus {
    color: #7a3600 !important;
}


/*
 * Precio anterior tachado en las filas de oferta.
 * Se mantiene gris, pero con contraste suficiente.
 */
body.home .vs-page .vsi-price-old,
body.home .vsi-price-old {
    color: #5b6570 !important;
}


/*
 * Etiquetas de las tarjetas de precios.
 * Mantiene el tono cálido, algo más oscuro.
 */
body.home .vs-page .vs-price-label,
body.home .vs-price-label {
    color: #95663a !important;
}


/*
 * Teléfonos y email:
 * además del color, se distinguen visualmente como enlaces
 * mediante un subrayado discreto.
 */
body.home .vs-contact-info-card a[href^="tel:"],
body.home .vs-contact-info-card a[href^="mailto:"] {
    color: #07576d !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
}

body.home .vs-contact-info-card a[href^="tel:"]:hover,
body.home .vs-contact-info-card a[href^="tel:"]:focus,
body.home .vs-contact-info-card a[href^="mailto:"]:hover,
body.home .vs-contact-info-card a[href^="mailto:"]:focus {
    color: #053f50 !important;
    text-decoration-thickness: 2px !important;
}

