.elementor-81 .elementor-element.elementor-element-8e93286{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-81 .elementor-element.elementor-element-d6368a0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-8e93286 *//* ============================================================
   BERRÍOS ABOGADOS
   JETENGINE LEGACY FORM — COMPACTO
============================================================ */


/* FORM */
.ba-form-card .jet-form {
    width: 100%;
    margin: 0;
    font-family: var(--ba-sans, "Inter", Arial, sans-serif);
}


/* ============================================================
   TARJETA
============================================================ */

.ba-form-card {
    padding: 30px 34px 32px;

    background: #ffffff;

    border: 1px solid #e5e1d9;
    border-top: 2px solid #c49a52;

    box-shadow:
        0 18px 45px
        rgba(13, 13, 13, .06);
}


/* ============================================================
   FILAS
============================================================ */

.ba-form-card .jet-form-row {
    width: 100%;

    margin: 0 0 15px;
}


/*
 * NO ponemos display:block !important.
 * JetEngine necesita poder ocultar campos mediante
 * Conditional Logic.
 */

.ba-form-card .jet-form-col {
    width: 100%;
    max-width: 100%;

    flex-direction: column;

    align-items: stretch;
}


/* ============================================================
   LABELS ARRIBA
============================================================ */

.ba-form-card .jet-form__label {
    width: 100%;
    max-width: 100%;

    flex: 0 0 auto;

    margin: 0 0 6px;

    padding: 0;
}


.ba-form-card .jet-form__label-text {
    display: block;

    font-family:
        var(--ba-sans, "Inter", Arial, sans-serif);

    font-size: 11px;
    line-height: 1.35;

    font-weight: 650;

    letter-spacing: .01em;

    color: #171717;
}


.ba-form-card .jet-form__required {
    margin-left: 2px;

    color: #c49a52;
}


/* ============================================================
   WRAPPER DEL CAMPO
============================================================ */

.ba-form-card .jet-form__field-wrap {
    width: 100%;
    max-width: 100%;

    flex: 0 0 100%;
}


/* Algunos tipos de campo usan este wrapper */
.ba-form-card .jet-form__fields-group {
    width: 100%;
}


/* ============================================================
   INPUTS
============================================================ */

.ba-form-card input.jet-form__field,
.ba-form-card textarea.jet-form__field,
.ba-form-card select.jet-form__field,
.ba-form-card .text-field,
.ba-form-card .number-field,
.ba-form-card .textarea-field {

    width: 100%;
    max-width: 100%;

    min-height: 46px;

    margin: 0;

    padding: 10px 13px;

    background: #fbfaf8;

    border: 1px solid #ddd8cf;

    border-radius: 0;

    outline: none;

    box-shadow: none;

    font-family:
        var(--ba-sans, "Inter", Arial, sans-serif);

    font-size: 13px;
    line-height: 1.45;

    color: #161616;

    transition:
        border-color .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}


.ba-form-card input.jet-form__field:hover,
.ba-form-card textarea.jet-form__field:hover,
.ba-form-card select.jet-form__field:hover {
    border-color: #c8c0b4;
}


.ba-form-card input.jet-form__field:focus,
.ba-form-card textarea.jet-form__field:focus,
.ba-form-card select.jet-form__field:focus {

    background: #ffffff;

    border-color: #c49a52;

    box-shadow:
        0 0 0 2px
        rgba(196, 154, 82, .10);
}


/* ============================================================
   TEXTAREA MÁS COMPACTO
============================================================ */

.ba-form-card textarea.jet-form__field,
.ba-form-card .textarea-field {

    min-height: 92px;

    padding-top: 11px;

    resize: vertical;
}


/* ============================================================
   ¿ERES EMPRESA?
============================================================ */

.ba-form-card
.jet-form-row:has(input[name="es_empresa[]"]),

.ba-form-card
.jet-form-row:has(input[name="es_empresa"]) {

    margin-bottom: 20px;

    padding: 13px 15px;

    background: #f7f6f3;

    border: 1px solid #e4e0d8;

    border-left: 2px solid #c49a52;
}


/* Título */

.ba-form-card
.jet-form-row:has(input[name="es_empresa[]"])
.jet-form__label,

.ba-form-card
.jet-form-row:has(input[name="es_empresa"])
.jet-form__label {

    margin-bottom: 7px;
}


/* Checkbox */

.ba-form-card
input[name="es_empresa[]"],

.ba-form-card
input[name="es_empresa"] {

    width: 16px;
    height: 16px;

    margin:
        0
        7px
        0
        0;

    accent-color: #c49a52;

    vertical-align: middle;

    cursor: pointer;
}


/* Texto opción */

.ba-form-card
.jet-form-row:has(input[name="es_empresa[]"])
.jet-form__field-label,

.ba-form-card
.jet-form-row:has(input[name="es_empresa"])
.jet-form__field-label {

    font-size: 13px;
    line-height: 1.4;

    font-weight: 400;

    color: #55514c;
}


/* ============================================================
   CAMPOS EMPRESA
   Solo decoración. No modificamos display.
============================================================ */

.ba-form-card
.jet-form-row:has(input[name="empresa"]),

.ba-form-card
.jet-form-row:has(input[name="numero_trabajadores"]) {

    position: relative;
}


/* ============================================================
   CONSENTIMIENTO
============================================================ */

.ba-form-card
.jet-form-row:has(input[name="consentimiento[]"]),

.ba-form-card
.jet-form-row:has(input[name="consentimiento"]) {

    margin:
        20px
        0
        18px;

    padding: 13px 15px;

    background: #f7f6f3;

    border: 1px solid #e4e0d8;
}


/* Ocultamos label vacío superior */

.ba-form-card
.jet-form-row:has(input[name="consentimiento[]"])
.jet-form__label,

.ba-form-card
.jet-form-row:has(input[name="consentimiento"])
.jet-form__label {

    display: none;
}


/* Checkbox */

.ba-form-card
input[name="consentimiento[]"],

.ba-form-card
input[name="consentimiento"] {

    width: 16px;
    height: 16px;

    margin:
        2px
        8px
        0
        0;

    accent-color: #c49a52;

    vertical-align: top;
}


/* Texto consentimiento */

.ba-form-card
.jet-form-row:has(input[name="consentimiento[]"])
label,

.ba-form-card
.jet-form-row:has(input[name="consentimiento"])
label {

    font-size: 10.5px;
    line-height: 1.55;

    font-weight: 400;

    color: #6c675f;
}


/* ============================================================
   BOTÓN
============================================================ */

.ba-form-card .jet-form__submit {

    width: 100%;

    min-height: 48px;

    margin-top: 3px;

    padding: 13px 22px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #0d0d0d;

    border: 1px solid #0d0d0d;

    border-radius: 0;

    box-shadow: none;

    font-family:
        var(--ba-sans, "Inter", Arial, sans-serif);

    font-size: 10px;
    line-height: 1;

    font-weight: 750;

    letter-spacing: .11em;

    text-transform: uppercase;

    color: #ffffff;

    cursor: pointer;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease;
}


.ba-form-card .jet-form__submit:hover {

    background: #c49a52;

    border-color: #c49a52;

    color: #0d0d0d;
}


/* ============================================================
   MENSAJE SUCCESS
============================================================ */

.ba-form-card .jet-form-message {

    margin-top: 17px;

    padding: 12px 15px;

    background: #f7f6f3;

    border: 1px solid #ddd8cf;

    border-left: 2px solid #c49a52;

    font-size: 12px;
    line-height: 1.5;

    text-align: center;

    color: #44413d;
}


/* Eliminar borde verde feo si JetEngine lo agrega */
.ba-form-card
.jet-form-message.jet-form-message--success,
.ba-form-card
.jet-form-message.success {

    border-color: #ddd8cf;

    border-left-color: #c49a52;
}


/* ============================================================
   ERRORES
============================================================ */

.ba-form-card .jet-form__field.error {

    border-color: #994545;
}


.ba-form-card .jet-form__field-error {

    width: 100%;

    margin-top: 5px;

    font-size: 10.5px;
    line-height: 1.4;

    color: #994545;
}


/* ============================================================
   NOTA LEGAL
============================================================ */

.ba-form-card .ba-form-legal {

    max-width: 500px;

    margin:
        18px
        auto
        0;

    text-align: center;

    font-size: 9.5px;
    line-height: 1.55;

    color: #918c84;
}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 767px) {

    .ba-form-card {

        padding:
            23px
            18px
            25px;
    }


    .ba-form-card .jet-form-row {

        margin-bottom: 14px;
    }


    .ba-form-card input.jet-form__field,
    .ba-form-card textarea.jet-form__field,
    .ba-form-card select.jet-form__field {

        min-height: 45px;

        font-size: 16px;
    }


    .ba-form-card textarea.jet-form__field {

        min-height: 90px;
    }


    .ba-form-card
    .jet-form-row:has(input[name="es_empresa[]"]),

    .ba-form-card
    .jet-form-row:has(input[name="es_empresa"]) {

        padding: 12px 13px;
    }


    .ba-form-card .jet-form__submit {

        min-height: 48px;
    }

}
/*==================== */


:root {
    --ba-black: #0d0d0d;
    --ba-black-2: #151515;
    --ba-black-3: #202020;

    --ba-gold: #c49a52;
    --ba-gold-dark: #a88140;
    --ba-gold-light: #d5b476;

    --ba-white: #ffffff;

    --ba-stone: #f7f6f3;
    --ba-stone-2: #efede8;

    --ba-text: #555555;
    --ba-muted: #777777;

    --ba-border: #e6e2da;

    --ba-serif: "Playfair Display", Georgia, serif;
    --ba-sans: "Inter", Arial, sans-serif;

    --ba-width: 1180px;
}


/* ============================================================
   BASE
============================================================ */

.ba-single,
.ba-single * {
    box-sizing: border-box;
}

.ba-single {
    width: 100%;

    overflow: hidden;

    background: var(--ba-white);

    color: var(--ba-text);

    font-family: var(--ba-sans);
}

.ba-single a {
    text-decoration: none;
}

.ba-single p {
    margin-top: 0;
}

.ba-shell {
    width: min(
        calc(100% - 80px),
        var(--ba-width)
    );

    margin-left: auto;
    margin-right: auto;
}


/* ============================================================
   HERO
============================================================ */

.ba-hero {
    position: relative;

    isolation: isolate;

    overflow: hidden;

    min-height: 600px;

    display: flex;

    align-items: center;

    padding: 105px 0 120px;

    background:
        radial-gradient(
            circle at 92% 80%,
            rgba(196,154,82,.09),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #0d0d0d 0%,
            #121212 62%,
            #181714 100%
        );
}


.ba-hero::before {
    content: "";

    position: absolute;

    top: 0;
    left: 6%;

    width: 1px;
    height: 100%;

    background:
        linear-gradient(
            to bottom,
            transparent,
            rgba(196,154,82,.24),
            transparent
        );

    z-index: -1;
}


.ba-hero-line {
    position: absolute;

    top: 65px;
    right: 8%;

    width: 32%;
    height: 1px;

    background:
        rgba(
            196,
            154,
            82,
            .32
        );
}


.ba-hero-circle {
    position: absolute;

    width: 560px;
    height: 560px;

    right: -300px;
    bottom: -290px;

    border:
        1px solid
        rgba(196,154,82,.20);

    border-radius: 50%;
}


.ba-hero-content {
    position: relative;

    z-index: 2;

    max-width: 1050px;
}


.ba-hero-title {
    max-width: 1050px;

    margin: 0;

    font-family: var(--ba-serif);

    font-size:
        clamp(
            48px,
            6vw,
            82px
        );

    line-height: 1.01;

    font-weight: 500;

    letter-spacing: -.042em;

    color: var(--ba-white);
}


.ba-hero-title::after {
    content: "";

    display: block;

    width: 74px;
    height: 2px;

    margin-top: 34px;

    background: var(--ba-gold);
}


.ba-hero-subtitle {
    max-width: 850px;

    margin-top: 30px;
}


.ba-hero-subtitle p {
    margin-bottom: 0;

    font-size:
        clamp(
            17px,
            1.6vw,
            21px
        );

    line-height: 1.72;

    color:
        rgba(
            255,
            255,
            255,
            .73
        );
}


/* ============================================================
   BOTONES
============================================================ */

.ba-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 56px;

    padding: 17px 30px;

    margin-top: 37px;

    border: 1px solid transparent;

    border-radius: 0;

    font-family: var(--ba-sans);

    font-size: 11px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: .12em;

    text-transform: uppercase;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}


.ba-btn:hover {
    transform: translateY(-2px);
}


.ba-btn-gold {
    background: var(--ba-gold);

    border-color: var(--ba-gold);

    color: var(--ba-black);
}


.ba-btn-gold:hover {
    background: transparent;

    border-color: var(--ba-gold);

    color: var(--ba-gold);
}


.ba-btn-outline {
    background: transparent;

    border-color:
        rgba(
            255,
            255,
            255,
            .40
        );

    color: var(--ba-white);
}


.ba-btn-outline:hover {
    border-color: var(--ba-gold);

    color: var(--ba-gold);
}


/* ============================================================
   FORMULARIO
============================================================ */

.ba-form-section {
    position: relative;

    padding:
        clamp(
            80px,
            8vw,
            120px
        )
        0;

    background: var(--ba-stone);
}


.ba-form-section::before {
    content: "";

    position: absolute;

    top: 0;

    left:
        max(
            40px,
            calc(
                (100% - var(--ba-width))
                / 2
            )
        );

    width: 90px;
    height: 3px;

    background: var(--ba-gold);
}


.ba-form-layout {
    display: grid;

    grid-template-columns:
        minmax(0, .8fr)
        minmax(420px, 1.2fr);

    gap:
        clamp(
            55px,
            8vw,
            110px
        );

    align-items: start;
}


.ba-form-intro h2 {
    margin: 0 0 24px;

    font-family: var(--ba-serif);

    font-size:
        clamp(
            38px,
            4.2vw,
            55px
        );

    line-height: 1.07;

    font-weight: 500;

    letter-spacing: -.025em;

    color: var(--ba-black);
}


.ba-form-intro p {
    max-width: 500px;

    margin-bottom: 0;

    font-size: 16px;

    line-height: 1.8;

    color: var(--ba-text);
}


.ba-form-card {
    position: relative;

    padding:
        clamp(
            28px,
            4vw,
            48px
        );

    background: var(--ba-white);

    border:
        1px solid
        var(--ba-border);

    border-top:
        3px solid
        var(--ba-gold);

    box-shadow:
        0 24px 60px
        rgba(13,13,13,.07);
}


.ba-form-warning {
    padding: 18px;

    background: #fff8e8;

    border: 1px solid #e5c989;

    font-size: 14px;
}


.ba-form-legal {
    margin: 20px 0 0;

    font-size: 11px;

    line-height: 1.6;

    color: #858585;
}


/* ============================================================
   JETFORMBUILDER
============================================================ */

.ba-form-card
.jet-form-builder-row {
    margin-bottom: 18px;
}


.ba-form-card
.jet-form-builder__label {
    display: block;

    margin-bottom: 8px;

    font-family: var(--ba-sans);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: .07em;

    color: var(--ba-black);
}


.ba-form-card
.jet-form-builder__field,
.ba-form-card
input[type="text"],
.ba-form-card
input[type="email"],
.ba-form-card
input[type="tel"],
.ba-form-card
input[type="number"],
.ba-form-card
select,
.ba-form-card
textarea {
    width: 100%;

    min-height: 51px;

    padding: 13px 15px;

    background: #fff;

    border:
        1px solid
        #dad7d0;

    border-radius: 0;

    outline: none;

    font-family: var(--ba-sans);

    font-size: 14px;

    color: var(--ba-black);

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}


.ba-form-card textarea {
    min-height: 105px;

    resize: vertical;
}


.ba-form-card
input:focus,
.ba-form-card
textarea:focus,
.ba-form-card
select:focus {
    border-color: var(--ba-gold);

    box-shadow:
        0 0 0 2px
        rgba(196,154,82,.10);
}


.ba-form-card
.jet-form-builder__action-button,
.ba-form-card
button[type="submit"] {
    width: 100%;

    min-height: 55px;

    margin-top: 10px;

    padding: 15px 24px;

    background: var(--ba-black);

    border:
        1px solid
        var(--ba-black);

    border-radius: 0;

    font-family: var(--ba-sans);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: .1em;

    text-transform: uppercase;

    color: var(--ba-white);

    cursor: pointer;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}


.ba-form-card
.jet-form-builder__action-button:hover,
.ba-form-card
button[type="submit"]:hover {
    background: var(--ba-gold);

    border-color: var(--ba-gold);

    color: var(--ba-black);
}


/* Consentimiento */

.ba-form-card
input[type="checkbox"] {
    accent-color: var(--ba-gold);
}


.ba-form-card
.jet-form-builder__field-wrap.checkradio-wrap {
    font-size: 12px;

    line-height: 1.55;

    color: var(--ba-text);
}


/* ============================================================
   BARRA DE CONFIANZA
============================================================ */

.ba-trust {
    background: var(--ba-black);

    border-top:
        1px solid
        rgba(196,154,82,.25);

    border-bottom:
        1px solid
        rgba(196,154,82,.25);
}


.ba-trust-grid {
    display: grid;

    grid-template-columns:
        repeat(
            4,
            1fr
        );
}


.ba-trust-item {
    position: relative;

    min-height: 77px;

    padding: 20px;

    display: flex;

    align-items: center;
    justify-content: center;

    text-align: center;

    font-size: 10px;

    line-height: 1.55;

    font-weight: 600;

    letter-spacing: .07em;

    text-transform: uppercase;

    color:
        rgba(
            255,
            255,
            255,
            .68
        );
}


.ba-trust-item:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 25%;
    right: 0;

    width: 1px;
    height: 50%;

    background:
        rgba(
            196,
            154,
            82,
            .25
        );
}


/* ============================================================
   SECCIONES
============================================================ */

.ba-section {
    padding:
        clamp(
            85px,
            9vw,
            130px
        )
        0;
}


.ba-section-heading {
    max-width: 850px;

    margin-bottom:
        clamp(
            40px,
            5vw,
            65px
        );
}


.ba-section-heading h2 {
    margin: 0;

    font-family: var(--ba-serif);

    font-size:
        clamp(
            38px,
            4.5vw,
            59px
        );

    line-height: 1.06;

    font-weight: 500;

    letter-spacing: -.025em;

    color: var(--ba-black);
}


.ba-section-heading h2::before {
    content: "";

    display: block;

    width: 42px;
    height: 2px;

    margin-bottom: 21px;

    background: var(--ba-gold);
}


/* ============================================================
   SITUACIONES
============================================================ */

.ba-situations {
    background: var(--ba-white);
}


.ba-situation-list {
    max-width: 990px;
}


.ba-situation-item {
    display: grid;

    grid-template-columns:
        36px 1fr;

    gap: 22px;

    align-items: start;

    padding: 25px 0;

    border-bottom:
        1px solid
        var(--ba-border);
}


.ba-situation-item:first-child {
    border-top:
        1px solid
        var(--ba-border);
}


.ba-check {
    width: 28px;
    height: 28px;

    margin-top: 2px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid
        var(--ba-gold);

    border-radius: 50%;

    font-size: 12px;

    color: var(--ba-gold);
}


.ba-situation-text p {
    margin-bottom: 0;

    font-size: 17px;

    line-height: 1.7;

    color: var(--ba-text);
}


/* ============================================================
   PROCESO
============================================================ */

.ba-process {
    background: var(--ba-stone);
}


.ba-process-list {
    border-top:
        1px solid
        var(--ba-border);
}


.ba-step {
    display: grid;

    grid-template-columns:
        105px 1fr;

    gap: 40px;

    padding: 38px 0;

    border-bottom:
        1px solid
        var(--ba-border);
}


.ba-step-number {
    font-family: var(--ba-serif);

    font-size: 44px;

    line-height: 1;

    color: var(--ba-gold);
}


.ba-step-body {
    max-width: 830px;
}


.ba-step-body h3 {
    margin: 0 0 13px;

    font-family: var(--ba-serif);

    font-size:
        clamp(
            24px,
            2.7vw,
            32px
        );

    line-height: 1.2;

    font-weight: 500;

    color: var(--ba-black);
}


.ba-step-body p {
    margin-bottom: 0;

    font-size: 16px;

    line-height: 1.78;

    color: var(--ba-text);
}


/* ============================================================
   BLOQUES ADICIONALES
============================================================ */

.ba-extra {
    background: var(--ba-white);
}


.ba-extra-grid {
    display: grid;

    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );

    border-top:
        1px solid
        var(--ba-border);

    border-left:
        1px solid
        var(--ba-border);
}


.ba-extra-card {
    min-height: 225px;

    padding:
        clamp(
            28px,
            4vw,
            42px
        );

    background: var(--ba-white);

    border-right:
        1px solid
        var(--ba-border);

    border-bottom:
        1px solid
        var(--ba-border);
}


.ba-extra-card h3 {
    margin: 0 0 16px;

    font-family: var(--ba-serif);

    font-size: 26px;

    line-height: 1.2;

    font-weight: 500;

    color: var(--ba-black);
}


.ba-extra-content p {
    margin-bottom: 0;

    font-size: 15px;

    line-height: 1.75;

    color: var(--ba-text);
}


/* ============================================================
   QUÉ INCLUYE
============================================================ */

.ba-includes {
    background: var(--ba-stone);
}


.ba-includes-layout {
    display: grid;

    grid-template-columns:
        .75fr 1.25fr;

    gap:
        clamp(
            50px,
            8vw,
            110px
        );

    align-items: start;
}


.ba-includes-layout
.ba-section-heading {
    margin-bottom: 0;
}


.ba-includes-content {
    padding-left: 32px;

    border-left:
        2px solid
        var(--ba-gold);
}


.ba-includes-content p {
    font-size: 17px;

    line-height: 1.82;

    color: var(--ba-text);
}


.ba-includes-content
p:last-child {
    margin-bottom: 0;
}


/* ============================================================
   COBERTURA
============================================================ */

.ba-coverage {
    position: relative;

    overflow: hidden;

    padding:
        clamp(
            90px,
            10vw,
            140px
        )
        0;

    background: var(--ba-black);
}


.ba-coverage-circle {
    position: absolute;

    width: 500px;
    height: 500px;

    right: -230px;
    top: -270px;

    border:
        1px solid
        rgba(196,154,82,.20);

    border-radius: 50%;
}


.ba-coverage-content {
    position: relative;

    z-index: 2;
}


.ba-coverage h2 {
    max-width: 880px;

    margin: 0;

    font-family: var(--ba-serif);

    font-size:
        clamp(
            40px,
            5vw,
            62px
        );

    line-height: 1.05;

    font-weight: 500;

    letter-spacing: -.025em;

    color: var(--ba-white);
}


.ba-coverage h2::before {
    content: "";

    display: block;

    width: 46px;
    height: 2px;

    margin-bottom: 25px;

    background: var(--ba-gold);
}


.ba-coverage-text {
    max-width: 790px;

    margin-top: 27px;
}


.ba-coverage-text p {
    margin-bottom: 0;

    font-size: 17px;

    line-height: 1.8;

    color:
        rgba(
            255,
            255,
            255,
            .70
        );
}


/* ============================================================
   FAQ
============================================================ */

.ba-faq {
    background: var(--ba-white);
}


.ba-faq-list {
    border-top:
        1px solid
        var(--ba-border);
}


.ba-faq-item {
    border-bottom:
        1px solid
        var(--ba-border);
}


.ba-faq-item summary {
    position: relative;

    min-height: 84px;

    padding:
        25px
        60px
        25px
        0;

    display: flex;

    align-items: center;

    list-style: none;

    cursor: pointer;

    font-family: var(--ba-serif);

    font-size:
        clamp(
            20px,
            2.2vw,
            27px
        );

    line-height: 1.35;

    font-weight: 500;

    color: var(--ba-black);
}


.ba-faq-item
summary::-webkit-details-marker {
    display: none;
}


.ba-faq-plus {
    position: absolute;

    right: 5px;
    top: 50%;

    width: 34px;
    height: 34px;

    transform:
        translateY(-50%);

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid
        var(--ba-border);

    border-radius: 50%;

    font-family: var(--ba-sans);

    font-size: 21px;

    font-weight: 300;

    color: var(--ba-gold);

    transition:
        transform .25s ease,
        border-color .25s ease;
}


.ba-faq-item[open]
.ba-faq-plus {
    transform:
        translateY(-50%)
        rotate(45deg);

    border-color: var(--ba-gold);
}


.ba-faq-answer {
    max-width: 850px;

    padding:
        0 60px 30px 0;
}


.ba-faq-answer p {
    margin-bottom: 0;

    font-size: 16px;

    line-height: 1.8;

    color: var(--ba-text);
}


/* ============================================================
   CTA FINAL
============================================================ */

.ba-final-cta {
    position: relative;

    padding:
        clamp(
            95px,
            10vw,
            145px
        )
        0;

    text-align: center;

    background:
        radial-gradient(
            circle at 50% 120%,
            rgba(196,154,82,.13),
            transparent 42%
        ),
        var(--ba-black);
}


.ba-final-inner {
    max-width: 900px;
}


.ba-final-cta h2 {
    margin: 0 auto;

    font-family: var(--ba-serif);

    font-size:
        clamp(
            43px,
            5.2vw,
            67px
        );

    line-height: 1.04;

    font-weight: 500;

    letter-spacing: -.025em;

    color: var(--ba-white);
}


.ba-final-cta p {
    max-width: 730px;

    margin:
        28px auto 0;

    font-size: 17px;

    line-height: 1.75;

    color:
        rgba(
            255,
            255,
            255,
            .67
        );
}


.ba-final-actions {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 14px;
}


/* ============================================================
   BARRA MÓVIL
============================================================ */

.ba-mobile-bar {
    display: none;
}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 1024px) {

    .ba-shell {
        width:
            calc(
                100% - 56px
            );
    }


    .ba-form-layout {
        grid-template-columns:
            1fr 1fr;

        gap: 45px;
    }


    .ba-trust-grid {
        grid-template-columns:
            repeat(
                2,
                1fr
            );
    }


    .ba-trust-item:nth-child(2)::after {
        display: none;
    }


    .ba-includes-layout {
        grid-template-columns:
            1fr;

        gap: 40px;
    }

}


/* ============================================================
   MÓVIL
============================================================ */

@media (max-width: 767px) {

    body {
        padding-bottom: 58px;
    }


    .ba-shell {
        width:
            calc(
                100% - 36px
            );
    }


    /* HERO */

    .ba-hero {
        min-height: auto;

        padding:
            78px 0
            88px;
    }


    .ba-hero-title {
        font-size:
            clamp(
                41px,
                12vw,
                58px
            );
    }


    .ba-hero-subtitle p {
        font-size: 16px;
    }


    .ba-hero-line {
        right: 18px;

        width: 45%;
    }


    .ba-btn {
        width: 100%;

        text-align: center;
    }


    /* FORM */

    .ba-form-layout {
        grid-template-columns:
            1fr;

        gap: 42px;
    }


    .ba-form-card {
        padding: 25px 20px;
    }


    /* TRUST */

    .ba-trust-grid {
        grid-template-columns: 1fr;
    }


    .ba-trust-item {
        min-height: auto;

        padding: 17px 10px;

        border-bottom:
            1px solid
            rgba(196,154,82,.15);
    }


    .ba-trust-item::after {
        display: none !important;
    }


    /* SECCIONES */

    .ba-section {
        padding:
            75px 0;
    }


    .ba-section-heading {
        margin-bottom: 38px;
    }


    /* SITUACIONES */

    .ba-situation-item {
        grid-template-columns:
            28px 1fr;

        gap: 14px;
    }


    .ba-situation-text p {
        font-size: 15px;
    }


    /* PASOS */

    .ba-step {
        grid-template-columns:
            1fr;

        gap: 15px;

        padding: 28px 0;
    }


    .ba-step-number {
        font-size: 27px;
    }


    .ba-step-body h3 {
        font-size: 23px;
    }


    .ba-step-body p {
        font-size: 15px;
    }


    /* BLOQUES */

    .ba-extra-grid {
        grid-template-columns:
            1fr;
    }


    .ba-extra-card {
        min-height: auto;
    }


    /* QUÉ INCLUYE */

    .ba-includes-content {
        padding-left: 20px;
    }


    .ba-includes-content p {
        font-size: 15px;
    }


    /* COBERTURA */

    .ba-coverage {
        padding:
            80px 0;
    }


    /* FAQ */

    .ba-faq-item summary {
        min-height: 74px;

        padding-right: 45px;

        font-size: 20px;
    }


    .ba-faq-answer {
        padding-right: 10px;
    }


    /* CTA */

    .ba-final-cta {
        padding:
            80px 0;

        text-align: left;
    }


    .ba-final-cta h2 {
        margin-left: 0;
    }


    .ba-final-cta p {
        margin-left: 0;
    }


    .ba-final-actions {
        flex-direction: column;

        align-items: stretch;
    }


    /* BARRA INFERIOR */

    .ba-mobile-bar {
        position: fixed;

        z-index: 9999;

        left: 0;
        right: 0;
        bottom: 0;

        height: 58px;

        display: grid;

        grid-template-columns:
            1fr 1fr;

        background: var(--ba-black);

        box-shadow:
            0 -8px 30px
            rgba(0,0,0,.15);
    }


    .ba-mobile-bar a {
        display: flex;

        align-items: center;
        justify-content: center;

        font-family: var(--ba-sans);

        font-size: 11px;

        font-weight: 700;

        letter-spacing: .09em;

        text-transform: uppercase;
    }


    .ba-mobile-bar a:first-child {
        color: var(--ba-white);

        border-top:
            1px solid
            rgba(255,255,255,.15);
    }


    .ba-mobile-bar a:last-child {
        background: var(--ba-gold);

        color: var(--ba-black);
    }

}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   BERRÍOS ABOGADOS — SINGLE SERVICIOS
   Estilo editorial / jurídico / premium
========================================================= */

:root {
    --berrios-black: #0d0d0d;
    --berrios-black-soft: #161616;
    --berrios-black-light: #202020;

    --berrios-gold: #c49a52;
    --berrios-gold-dark: #a88140;
    --berrios-gold-light: #d5b476;

    --berrios-white: #ffffff;
    --berrios-stone: #f7f6f3;
    --berrios-stone-alt: #f1efe9;

    --berrios-text: #555555;
    --berrios-text-soft: #777777;
    --berrios-border: #e8e5df;

    --berrios-serif: "Playfair Display", Georgia, serif;
    --berrios-sans: "Inter", Arial, sans-serif;

    --berrios-width: 1180px;
}


/* =========================================================
   GENERALES
========================================================= */

.berrios-section-title,
.berrios-coverage-title {
    font-family: var(--berrios-serif);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: var(--berrios-black);
    margin: 0;
}

.berrios-section-title::before {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin-bottom: 20px;
    background: var(--berrios-gold);
}


/* =========================================================
   1. HERO
========================================================= */

.berrios-service-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;

    background:
        radial-gradient(
            circle at 88% 22%,
            rgba(196, 154, 82, 0.10),
            transparent 26%
        ),
        linear-gradient(
            135deg,
            #0d0d0d 0%,
            #121212 55%,
            #181818 100%
        );

    padding: clamp(90px, 10vw, 145px) 7%;
}


/* línea decorativa vertical */

.berrios-service-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 12%;
    width: 1px;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(196, 154, 82, 0.30),
        transparent
    );
    z-index: -1;
}


/* círculo editorial */

.berrios-service-hero::after {
    content: "";
    position: absolute;

    width: 480px;
    height: 480px;

    right: -170px;
    bottom: -260px;

    border: 1px solid rgba(196, 154, 82, 0.20);
    border-radius: 50%;

    z-index: -1;
}


/* ---------------------------------------------------------
   Taxonomía / área jurídica
--------------------------------------------------------- */

.berrios-service-area {
    font-family: var(--berrios-sans);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: 0.18em;

    color: var(--berrios-gold);

    margin-bottom: 28px;
}


/* Dynamic Field */

.berrios-service-area .jet-listing-dynamic-field__content {
    color: inherit;
}


/* ---------------------------------------------------------
   H1
--------------------------------------------------------- */

.berrios-service-title,
.berrios-service-title .jet-listing-dynamic-field__content,
.berrios-service-title .elementor-heading-title {
    font-family: var(--berrios-serif);

    font-size: clamp(48px, 6.2vw, 82px);
    line-height: 0.99;

    font-weight: 500;

    letter-spacing: -0.045em;

    color: var(--berrios-white);

    max-width: 980px;

    margin: 0;
}


/* pequeña línea debajo del H1 */

.berrios-service-title::after {
    content: "";
    display: block;

    width: 68px;
    height: 2px;

    margin-top: 36px;

    background: var(--berrios-gold);
}


/* ---------------------------------------------------------
   Bajada
--------------------------------------------------------- */

.berrios-service-subtitle {
    max-width: 760px;

    margin-top: 30px;
}

.berrios-service-subtitle,
.berrios-service-subtitle .jet-listing-dynamic-field__content {
    font-family: var(--berrios-sans);

    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.7;

    font-weight: 400;

    color: rgba(255,255,255,0.75);
}


/* ---------------------------------------------------------
   CTA HERO
--------------------------------------------------------- */

.berrios-service-cta {
    margin-top: 38px;
}

.berrios-service-cta .elementor-button,
a.berrios-service-cta {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 56px;

    padding: 16px 29px;

    border: 1px solid var(--berrios-gold);
    border-radius: 0;

    background: var(--berrios-gold);

    font-family: var(--berrios-sans);
    font-size: 12px;
    font-weight: 600;

    letter-spacing: 0.11em;
    text-transform: uppercase;

    color: var(--berrios-black);

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.berrios-service-cta .elementor-button:hover,
a.berrios-service-cta:hover {
    background: transparent;

    color: var(--berrios-gold);

    border-color: var(--berrios-gold);

    transform: translateY(-2px);
}


/* =========================================================
   2. FORMULARIO
========================================================= */

.berrios-service-form {
    position: relative;

    padding: clamp(65px, 8vw, 105px) 7%;

    background: var(--berrios-stone);
}


/* línea superior */

.berrios-service-form::before {
    content: "";
    position: absolute;

    top: 0;
    left: 7%;

    width: 86px;
    height: 3px;

    background: var(--berrios-gold);
}


/* =========================================================
   3. TRUST BAR
========================================================= */

.berrios-trust-bar {
    background: var(--berrios-black);

    padding: 22px 7%;

    border-top: 1px solid rgba(196,154,82,.25);
    border-bottom: 1px solid rgba(196,154,82,.25);
}


/* Si usas contenedores internos */

.berrios-trust-bar .e-con-inner,
.berrios-trust-bar .elementor-container {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 0;

    flex-wrap: wrap;
}


/* texto */

.berrios-trust-bar,
.berrios-trust-bar p,
.berrios-trust-bar span,
.berrios-trust-bar .elementor-widget-text-editor {
    font-family: var(--berrios-sans);

    font-size: 11px;

    font-weight: 500;

    letter-spacing: 0.11em;

    text-transform: uppercase;

    color: rgba(255,255,255,0.75);
}


/* =========================================================
   4. ¿ES TU CASO?
========================================================= */

.berrios-case-section {
    position: relative;

    padding: clamp(80px, 9vw, 125px) 7%;

    background: var(--berrios-white);
}


/* repeater */

.berrios-case-item {
    display: grid;

    grid-template-columns: 32px 1fr;

    gap: 20px;

    align-items: start;

    padding: 24px 0;

    border-bottom: 1px solid var(--berrios-border);
}

.berrios-case-item:first-child {
    border-top: 1px solid var(--berrios-border);
}


/* icono */

.berrios-case-icon {
    display: flex;

    width: 27px;
    height: 27px;

    align-items: center;
    justify-content: center;

    margin-top: 2px;

    border: 1px solid var(--berrios-gold);
    border-radius: 50%;

    font-family: var(--berrios-sans);

    font-size: 12px;

    color: var(--berrios-gold);
}


/* texto */

.berrios-case-text {
    font-family: var(--berrios-sans);

    font-size: 17px;
    line-height: 1.65;

    color: var(--berrios-text);
}


/* =========================================================
   5. CÓMO TRABAJAMOS
========================================================= */

.berrios-process-section {
    position: relative;

    padding: clamp(80px, 9vw, 125px) 7%;

    background: var(--berrios-stone);
}


/* contador automático */

.berrios-process-section {
    counter-reset: berrios-step;
}


.berrios-step {
    counter-increment: berrios-step;

    display: grid;

    grid-template-columns: 90px 1fr;

    gap: 36px;

    padding: 36px 0;

    border-bottom: 1px solid var(--berrios-border);
}


/* número */

.berrios-step-number {
    font-size: 0;
}

.berrios-step-number::before {
    content: counter(berrios-step, decimal-leading-zero);

    font-family: var(--berrios-serif);

    font-size: 42px;

    font-weight: 400;

    color: var(--berrios-gold);
}


/* título */

.berrios-step-content h3 {
    margin: 0 0 12px;

    font-family: var(--berrios-serif);

    font-size: clamp(23px, 2.4vw, 31px);

    line-height: 1.2;

    font-weight: 500;

    color: var(--berrios-black);
}


/* descripción */

.berrios-step-content p {
    max-width: 760px;

    margin: 0;

    font-family: var(--berrios-sans);

    font-size: 16px;

    line-height: 1.75;

    color: var(--berrios-text);
}


/* =========================================================
   6. QUÉ INCLUYE Y CÓMO COBRAMOS
========================================================= */

.berrios-includes-section {
    position: relative;

    padding: clamp(80px, 9vw, 125px) 7%;

    background: var(--berrios-white);
}


/* contenido principal */

.berrios-includes-text {
    position: relative;

    max-width: 850px;

    margin-top: 35px;

    padding-left: 30px;

    border-left: 2px solid var(--berrios-gold);
}

.berrios-includes-text,
.berrios-includes-text .jet-listing-dynamic-field__content {
    font-family: var(--berrios-sans);

    font-size: 17px;
    line-height: 1.8;

    color: var(--berrios-text);
}


/* honorarios */

.berrios-fees-text {
    max-width: 850px;

    margin-top: 30px;

    padding: 24px 28px;

    background: var(--berrios-stone);

    border: 1px solid var(--berrios-border);
    border-top: 3px solid var(--berrios-gold);
}

.berrios-fees-text,
.berrios-fees-text .jet-listing-dynamic-field__content {
    font-family: var(--berrios-sans);

    font-size: 15px;
    line-height: 1.7;

    color: var(--berrios-black);
}


/* =========================================================
   7. BLOQUES ADICIONALES
========================================================= */

.berrios-extra-section {
    padding: clamp(75px, 8vw, 110px) 7%;

    background: var(--berrios-stone);
}


/* item */

.berrios-extra-item {
    padding: 32px 0;

    border-bottom: 1px solid var(--berrios-border);
}

.berrios-extra-item:first-child {
    border-top: 1px solid var(--berrios-border);
}


/* título */

.berrios-extra-item h3 {
    margin: 0 0 13px;

    font-family: var(--berrios-serif);

    font-size: clamp(24px, 2.5vw, 31px);

    font-weight: 500;

    color: var(--berrios-black);
}


/* contenido */

.berrios-extra-content {
    max-width: 820px;

    font-family: var(--berrios-sans);

    font-size: 16px;
    line-height: 1.75;

    color: var(--berrios-text);
}


/* =========================================================
   8. COBERTURA
========================================================= */

.berrios-coverage-section {
    position: relative;

    overflow: hidden;

    padding: clamp(85px, 9vw, 125px) 7%;

    background: var(--berrios-black);
}


/* círculo decorativo */

.berrios-coverage-section::after {
    content: "";

    position: absolute;

    width: 430px;
    height: 430px;

    right: -200px;
    top: -220px;

    border: 1px solid rgba(196,154,82,.20);

    border-radius: 50%;
}


/* título */

.berrios-coverage-title,
.berrios-coverage-title .jet-listing-dynamic-field__content {
    position: relative;
    z-index: 2;

    max-width: 820px;

    font-family: var(--berrios-serif);

    font-size: clamp(37px, 4.5vw, 58px);

    line-height: 1.08;

    font-weight: 500;

    letter-spacing: -0.025em;

    color: var(--berrios-white);
}


/* línea */

.berrios-coverage-title::before {
    content: "";

    display: block;

    width: 45px;
    height: 2px;

    margin-bottom: 25px;

    background: var(--berrios-gold);
}


/* texto */

.berrios-coverage-text {
    position: relative;
    z-index: 2;

    max-width: 760px;

    margin-top: 27px;
}

.berrios-coverage-text,
.berrios-coverage-text .jet-listing-dynamic-field__content {
    font-family: var(--berrios-sans);

    font-size: 17px;
    line-height: 1.8;

    color: rgba(255,255,255,.72);
}


/* =========================================================
   9. FAQ
========================================================= */

.berrios-faq-section {
    padding: clamp(80px, 9vw, 125px) 7%;

    background: var(--berrios-white);
}


/* item FAQ */

.berrios-faq-item {
    padding: 27px 0;

    border-bottom: 1px solid var(--berrios-border);
}

.berrios-faq-item:first-child {
    border-top: 1px solid var(--berrios-border);
}


/* pregunta */

.berrios-faq-question {
    position: relative;

    padding-right: 50px;

    font-family: var(--berrios-serif);

    font-size: clamp(21px, 2vw, 27px);

    line-height: 1.35;

    font-weight: 500;

    color: var(--berrios-black);
}


/* pequeño + visual */

.berrios-faq-question::after {
    content: "+";

    position: absolute;

    top: 50%;
    right: 5px;

    transform: translateY(-50%);

    font-family: var(--berrios-sans);

    font-size: 25px;

    font-weight: 300;

    color: var(--berrios-gold);
}


/* respuesta */

.berrios-faq-answer {
    max-width: 850px;

    margin-top: 14px;

    font-family: var(--berrios-sans);

    font-size: 16px;
    line-height: 1.75;

    color: var(--berrios-text);
}


/* =========================================================
   10. CTA FINAL
========================================================= */

.berrios-final-cta {
    position: relative;

    overflow: hidden;

    padding: clamp(90px, 10vw, 140px) 7%;

    text-align: center;

    background:
        radial-gradient(
            circle at 50% 110%,
            rgba(196,154,82,.14),
            transparent 40%
        ),
        var(--berrios-black);
}


.berrios-final-cta::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: 1px;
    height: 48px;

    background: var(--berrios-gold);
}


/* título */

.berrios-final-cta h2,
.berrios-final-cta .elementor-heading-title {
    max-width: 850px;

    margin-left: auto;
    margin-right: auto;

    font-family: var(--berrios-serif);

    font-size: clamp(42px, 5vw, 65px);

    line-height: 1.05;

    font-weight: 500;

    letter-spacing: -0.03em;

    color: var(--berrios-white);
}


/* texto */

.berrios-final-cta p,
.berrios-final-cta .elementor-widget-text-editor {
    max-width: 720px;

    margin-left: auto;
    margin-right: auto;

    font-family: var(--berrios-sans);

    font-size: 17px;

    line-height: 1.75;

    color: rgba(255,255,255,.68);
}


/* botón CTA final */

.berrios-final-cta .elementor-button {
    margin-top: 22px;

    padding: 17px 31px;

    border: 1px solid var(--berrios-gold);

    border-radius: 0;

    background: var(--berrios-gold);

    font-family: var(--berrios-sans);

    font-size: 12px;
    font-weight: 600;

    letter-spacing: .11em;

    text-transform: uppercase;

    color: var(--berrios-black);

    transition: .25s ease;
}


.berrios-final-cta .elementor-button:hover {
    background: transparent;

    color: var(--berrios-gold);
}


/* =========================================================
   DYNAMIC FIELD
   Correcciones generales JetEngine
========================================================= */

.jet-listing-dynamic-field__content {
    word-break: normal;
    overflow-wrap: break-word;
}

.jet-listing-dynamic-field__content p:first-child {
    margin-top: 0;
}

.jet-listing-dynamic-field__content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   RESPONSIVE TABLET
========================================================= */

@media (max-width: 1024px) {

    .berrios-service-hero,
    .berrios-service-form,
    .berrios-case-section,
    .berrios-process-section,
    .berrios-includes-section,
    .berrios-extra-section,
    .berrios-coverage-section,
    .berrios-faq-section,
    .berrios-final-cta {
        padding-left: 6%;
        padding-right: 6%;
    }


    .berrios-step {
        grid-template-columns: 70px 1fr;

        gap: 24px;
    }


    .berrios-step-number::before {
        font-size: 35px;
    }

}


/* =========================================================
   RESPONSIVE MÓVIL
========================================================= */

@media (max-width: 767px) {

    .berrios-service-hero {
        padding-top: 78px;
        padding-bottom: 78px;
    }


    .berrios-service-hero::before {
        right: 25px;
    }


    .berrios-service-hero::after {
        width: 300px;
        height: 300px;

        right: -180px;
        bottom: -160px;
    }


    .berrios-service-title,
    .berrios-service-title .jet-listing-dynamic-field__content,
    .berrios-service-title .elementor-heading-title {
        font-size: clamp(42px, 12vw, 58px);

        line-height: 1.02;
    }


    .berrios-service-title::after {
        margin-top: 26px;
    }


    .berrios-service-subtitle,
    .berrios-service-subtitle .jet-listing-dynamic-field__content {
        font-size: 16px;

        line-height: 1.7;
    }


    .berrios-service-cta .elementor-button {
        width: 100%;

        min-height: 54px;
    }


    /* casos */

    .berrios-case-item {
        grid-template-columns: 27px 1fr;

        gap: 14px;

        padding: 20px 0;
    }


    .berrios-case-text {
        font-size: 15px;
    }


    /* pasos */

    .berrios-step {
        grid-template-columns: 1fr;

        gap: 12px;

        padding: 27px 0;
    }


    .berrios-step-number::before {
        font-size: 27px;
    }


    .berrios-step-content h3 {
        font-size: 24px;
    }


    .berrios-step-content p {
        font-size: 15px;
    }


    /* incluye */

    .berrios-includes-text {
        padding-left: 20px;
    }


    /* FAQ */

    .berrios-faq-question {
        padding-right: 38px;

        font-size: 21px;
    }


    .berrios-faq-answer {
        font-size: 15px;
    }


    /* CTA final */

    .berrios-final-cta {
        text-align: left;
    }


    .berrios-final-cta h2,
    .berrios-final-cta .elementor-heading-title,
    .berrios-final-cta p,
    .berrios-final-cta .elementor-widget-text-editor {
        margin-left: 0;
        margin-right: 0;
    }


    .berrios-final-cta .elementor-button {
        width: 100%;
    }

}/* End custom CSS */