:root {
	--wd-text-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 15px;
	--wd-title-font: "Manrope3", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Manrope3", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Manrope3", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Manrope3", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #A57426;
	--wd-alternative-color: #0A0A0A;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(165,116,38);
	--btn-accented-bgcolor-hover: #845B1E;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

@font-face {
	font-family: "Manrope3";
	src: url("//businessacademy.cl/wp-content/uploads/2021/10/Manrope3-Thin.woff") format("woff2"), 
url("//businessacademy.cl/wp-content/uploads/2021/10/Manrope3-Thin.woff") format("woff");
	font-weight: 100;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "Manrope3";
	src: url("//businessacademy.cl/wp-content/uploads/2021/10/Manrope3-Bold.woff2") format("woff2"), 
url("//businessacademy.cl/wp-content/uploads/2021/10/Manrope3-Bold.woff") format("woff");
	font-weight: 600;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "Manrope3";
	src: url("//businessacademy.cl/wp-content/uploads/2021/10/Manrope3-Regular.woff2") format("woff2"), 
url("//businessacademy.cl/wp-content/uploads/2021/10/Manrope3-Regular.woff") format("woff");
	font-weight: 400;
	font-display:swap;
	font-style: normal;
}

/* =====================================================
   BANNER PRINCIPAL BUSINESS ACADEMY
   Contenedor oscuro compacto sobre imagen
===================================================== */

/* CONTENEDOR PRINCIPAL DEL CONTENIDO */
.ba-hero {
    position: relative;
    z-index: 5;

    width: min(90%, 1040px);
    min-height: auto !important;

    margin: 65px auto 45px !important;
    padding: 46px 55px 42px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    background: rgba(10, 10, 10, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;

    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);

    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

    overflow: hidden;
    box-sizing: border-box;
}

/* ELIMINA CAPAS OSCURAS ANTERIORES */
.ba-hero::before,
.ba-hero::after {
    display: none !important;
    content: none !important;
}

/* ASEGURA QUE EL CONTENIDO QUEDE ENCIMA */
.ba-hero > * {
    position: relative;
    z-index: 2;
}

/* =====================================================
   BLOQUE DE TEXTOS
===================================================== */

.ba-hero-copy {
    width: 100%;
    max-width: 900px;

    margin: 0 auto !important;
    padding: 0 !important;

    text-align: center !important;
}

/* TEXTO SUPERIOR */
.ba-hero-copy .title-subtitle,
.ba-hero-copy .subtitle,
.ba-hero-copy .wd-title-subtitle {
    margin: 0 0 12px !important;

    color: #E3E1DD !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;

    letter-spacing: 0 !important;
    text-transform: none !important;
    text-align: center !important;

    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

/* TÍTULO PRINCIPAL */
.ba-hero-copy h1,
.ba-hero-copy h2,
.ba-hero-copy h3,
.ba-hero-copy .woodmart-title-container,
.ba-hero-copy .title,
.ba-hero-copy .wd-title {
    max-width: 900px;

    margin: 0 auto 20px !important;

    color: #FFFFFF !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: clamp(42px, 4.3vw, 66px) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;

    letter-spacing: -1.8px !important;
    text-transform: none !important;
    text-align: center !important;

    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.72);
}

/* PARTE DORADA DEL TÍTULO */
.ba-hero-copy strong,
.ba-hero-copy h1 span,
.ba-hero-copy h2 span,
.ba-hero-copy h3 span,
.ba-hero-copy .woodmart-title-container span {
    color: #D6AD5C !important;
    font-weight: 700 !important;
}

/* DESCRIPCIÓN */
.ba-hero-copy p,
.ba-hero-copy .title-after_title,
.ba-hero-copy .title-description,
.ba-hero-copy .wd-title-description {
    max-width: 760px;

    margin: 0 auto 27px !important;

    color: rgba(255, 255, 255, 0.94) !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;

    text-align: center !important;

    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
}

/* =====================================================
   CONTENEDOR DE BOTONES
===================================================== */

.ba-hero-actions {
    position: relative;
    z-index: 4;

    width: 100%;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;

    gap: 14px !important;
}

/* BOTONES GENERALES */
.ba-hero-actions .elementor-button,
.ba-hero-actions .wd-button-wrapper a,
.ba-hero-actions a.btn,
.ba-hero-actions .button {
    min-width: 220px;
    min-height: 52px;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 15px 27px !important;

    background-color: #A57426 !important;
    border: 2px solid #A57426 !important;
    border-radius: 5px !important;

    color: #FFFFFF !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    letter-spacing: 0.35px !important;
    text-align: center !important;
    text-transform: uppercase !important;

    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease !important;
}

/* HOVER BOTÓN PRINCIPAL */
.ba-hero-actions .elementor-button:hover,
.ba-hero-actions .wd-button-wrapper a:hover,
.ba-hero-actions a.btn:hover,
.ba-hero-actions .button:hover {
    background-color: #845B1E !important;
    border-color: #845B1E !important;
    color: #FFFFFF !important;

    transform: translateY(-2px);

    box-shadow: 0 13px 28px rgba(0, 0, 0, 0.36);
}

/* =====================================================
   BOTÓN SECUNDARIO
===================================================== */

.ba-btn-secondary .elementor-button,
.ba-btn-secondary .wd-button-wrapper a,
.ba-btn-secondary a.btn,
.ba-btn-secondary .button {
    background-color: rgba(10, 10, 10, 0.30) !important;
    border-color: rgba(255, 255, 255, 0.90) !important;

    color: #FFFFFF !important;

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* HOVER BOTÓN SECUNDARIO */
.ba-btn-secondary .elementor-button:hover,
.ba-btn-secondary .wd-button-wrapper a:hover,
.ba-btn-secondary a.btn:hover,
.ba-btn-secondary .button:hover {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;

    color: #0A0A0A !important;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .ba-hero {
        width: calc(100% - 70px);

        margin: 55px auto 40px !important;
        padding: 42px 40px 38px !important;

        border-radius: 12px;
    }

    .ba-hero-copy h1,
    .ba-hero-copy h2,
    .ba-hero-copy h3,
    .ba-hero-copy .woodmart-title-container,
    .ba-hero-copy .title,
    .ba-hero-copy .wd-title {
        font-size: clamp(40px, 6vw, 56px) !important;
        letter-spacing: -1.2px !important;
    }

    .ba-hero-copy p,
    .ba-hero-copy .title-after_title,
    .ba-hero-copy .title-description {
        max-width: 680px;
    }
}

/* =====================================================
   CELULAR
===================================================== */

@media (max-width: 767px) {

    .ba-hero {
        width: calc(100% - 28px);

        margin: 35px auto 25px !important;
        padding: 34px 20px 30px !important;

        border-radius: 10px;

        background: rgba(10, 10, 10, 0.70);
    }

    .ba-hero-copy .title-subtitle,
    .ba-hero-copy .subtitle,
    .ba-hero-copy .wd-title-subtitle {
        margin-bottom: 10px !important;

        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    .ba-hero-copy h1,
    .ba-hero-copy h2,
    .ba-hero-copy h3,
    .ba-hero-copy .woodmart-title-container,
    .ba-hero-copy .title,
    .ba-hero-copy .wd-title {
        margin-bottom: 17px !important;

        font-size: 37px !important;
        line-height: 1.09 !important;
        letter-spacing: -0.8px !important;
    }

    .ba-hero-copy p,
    .ba-hero-copy .title-after_title,
    .ba-hero-copy .title-description,
    .ba-hero-copy .wd-title-description {
        margin-bottom: 24px !important;

        font-size: 15px !important;
        line-height: 1.55 !important;
    }

    .ba-hero-actions {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .ba-hero-actions > * {
        width: 100% !important;
        max-width: 320px !important;
    }

    .ba-hero-actions .elementor-button,
    .ba-hero-actions .wd-button-wrapper a,
    .ba-hero-actions a.btn,
    .ba-hero-actions .button {
        width: 100% !important;
        min-width: 0 !important;
    }
}

/* =====================================================
   CELULARES PEQUEÑOS
===================================================== */

@media (max-width: 390px) {

    .ba-hero {
        padding: 30px 16px 27px !important;
    }

    .ba-hero-copy h1,
    .ba-hero-copy h2,
    .ba-hero-copy h3,
    .ba-hero-copy .woodmart-title-container,
    .ba-hero-copy .title,
    .ba-hero-copy .wd-title {
        font-size: 32px !important;
    }

    .ba-hero-copy p,
    .ba-hero-copy .title-after_title,
    .ba-hero-copy .title-description {
        font-size: 14px !important;
    }
}


/* =====================================================
  Acordeon de preguntas
===================================================== */
/* =========================================================
   FAQ BUSINESS ACADEMY — CORREGIDO
========================================================= */

.ba-faq-panel,
.ba-faq-panel * {
    box-sizing: border-box;
}

/* CONTENEDOR GENERAL */
.ba-faq-panel {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    padding: 34px !important;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(165, 116, 38, 0.16),
            transparent 35%
        ),
        #0A0A0A !important;

    border: 1px solid rgba(165, 116, 38, 0.40);
    border-radius: 14px;

    box-shadow:
        0 18px 45px rgba(10, 10, 10, 0.18);

    align-items: stretch !important;
    justify-content: flex-start !important;
}

/* Eliminar espacios inesperados */
.ba-faq-panel .elementor-widget {
    margin: 0 !important;
}

.ba-faq-panel .elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

/* =========================================================
   TÍTULO PRINCIPAL
========================================================= */

.ba-faq-title {
    margin: 0 0 26px !important;
}

.ba-faq-title h1,
.ba-faq-title h2,
.ba-faq-title h3,
.ba-faq-title .title,
.ba-faq-title .woodmart-title-container {
    position: relative;

    margin: 0 !important;
    padding: 0 0 17px !important;

    color: #FFFFFF !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    letter-spacing: -0.7px !important;
    text-transform: none !important;

    opacity: 1 !important;
    filter: none !important;
}

/* Línea dorada */
.ba-faq-title h1::after,
.ba-faq-title h2::after,
.ba-faq-title h3::after,
.ba-faq-title .title::after,
.ba-faq-title .woodmart-title-container::after {
    content: "";
    position: absolute;

    left: 0;
    bottom: 0;

    width: 66px;
    height: 3px;

    background: linear-gradient(
        90deg,
        #A57426,
        #D6AD5C
    );
}

/* =========================================================
   ACORDEÓN ELEMENTOR CLÁSICO
========================================================= */

.ba-faq-native .elementor-accordion {
    display: flex !important;
    flex-direction: column !important;
    gap: 11px !important;
}

/* Cada pregunta */
.ba-faq-native .elementor-accordion-item {
    margin: 0 !important;
    overflow: hidden;

    background: #161513 !important;

    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 9px !important;

    box-shadow: none !important;

    opacity: 1 !important;
    filter: none !important;

    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.ba-faq-native .elementor-accordion-item:hover {
    background: #1B1916 !important;
    border-color: rgba(165, 116, 38, 0.85) !important;
    transform: translateY(-1px);
}

/* Título de la pregunta */
.ba-faq-native .elementor-tab-title {
    min-height: 62px;

    display: flex !important;
    align-items: center !important;

    margin: 0 !important;
    padding: 17px 20px !important;

    color: #FFFFFF !important;
    background: transparent !important;

    border: 0 !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;

    letter-spacing: 0 !important;
    text-transform: none !important;

    opacity: 1 !important;
    filter: none !important;
}

/* Fuerza blanco en preguntas cerradas */
.ba-faq-native
.elementor-tab-title:not(.elementor-active),
.ba-faq-native
.elementor-tab-title:not(.elementor-active)
.elementor-accordion-title,
.ba-faq-native
.elementor-tab-title:not(.elementor-active) a {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

/* Hover */
.ba-faq-native .elementor-tab-title:hover,
.ba-faq-native .elementor-tab-title:hover
.elementor-accordion-title {
    color: #D6AD5C !important;
}

/* Pregunta activa */
.ba-faq-native .elementor-tab-title.elementor-active {
    color: #D6AD5C !important;

    background:
        linear-gradient(
            135deg,
            rgba(165, 116, 38, 0.18),
            rgba(165, 116, 38, 0.07)
        ) !important;

    border-bottom:
        1px solid rgba(165, 116, 38, 0.30) !important;
}

.ba-faq-native
.elementor-tab-title.elementor-active
.elementor-accordion-title,
.ba-faq-native
.elementor-tab-title.elementor-active a {
    color: #D6AD5C !important;
}

/* Texto interior del título */
.ba-faq-native .elementor-accordion-title,
.ba-faq-native .elementor-accordion-title:link,
.ba-faq-native .elementor-accordion-title:visited {
    color: #FFFFFF !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: inherit !important;
    font-weight: 700 !important;
    line-height: inherit !important;

    text-decoration: none !important;

    opacity: 1 !important;
    filter: none !important;
}

/* Iconos */
.ba-faq-native .elementor-accordion-icon,
.ba-faq-native .elementor-accordion-icon i,
.ba-faq-native .elementor-accordion-icon svg {
    color: #D6AD5C !important;
    fill: #D6AD5C !important;
    stroke: #D6AD5C !important;

    opacity: 1 !important;
    filter: none !important;
}

.ba-faq-native
.elementor-tab-title.elementor-active
.elementor-accordion-icon,
.ba-faq-native
.elementor-tab-title.elementor-active
.elementor-accordion-icon i,
.ba-faq-native
.elementor-tab-title.elementor-active
.elementor-accordion-icon svg {
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
    stroke: #FFFFFF !important;
}

/* Respuesta */
.ba-faq-native .elementor-tab-content {
    margin: 0 !important;
    padding: 18px 20px 21px !important;

    color: rgba(255, 255, 255, 0.82) !important;
    background: #11100F !important;

    border: 0 !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 400 !important;
    line-height: 1.72 !important;

    opacity: 1 !important;
    filter: none !important;
}

.ba-faq-native .elementor-tab-content p,
.ba-faq-native .elementor-tab-content span,
.ba-faq-native .elementor-tab-content div {
    margin: 0 !important;

    color: rgba(255, 255, 255, 0.82) !important;

    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;

    opacity: 1 !important;
}

/* =========================================================
   ACORDEÓN NUEVO DE ELEMENTOR
========================================================= */

.ba-faq-native .e-n-accordion {
    display: flex !important;
    flex-direction: column !important;
    gap: 11px !important;
}

.ba-faq-native .e-n-accordion-item {
    overflow: hidden;

    background: #161513 !important;

    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 9px !important;

    opacity: 1 !important;
}

.ba-faq-native .e-n-accordion-item-title {
    min-height: 62px;

    padding: 17px 20px !important;

    color: #FFFFFF !important;
    background: transparent !important;

    border: 0 !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;

    opacity: 1 !important;
}

.ba-faq-native .e-n-accordion-item-title-text {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.ba-faq-native
.e-n-accordion-item-title:hover,
.ba-faq-native
.e-n-accordion-item-title:hover
.e-n-accordion-item-title-text {
    color: #D6AD5C !important;
}

.ba-faq-native
.e-n-accordion-item[open]
> .e-n-accordion-item-title {
    color: #D6AD5C !important;

    background:
        linear-gradient(
            135deg,
            rgba(165, 116, 38, 0.18),
            rgba(165, 116, 38, 0.07)
        ) !important;
}

.ba-faq-native
.e-n-accordion-item[open]
.e-n-accordion-item-title-text {
    color: #D6AD5C !important;
}

.ba-faq-native .e-n-accordion-item-title-icon,
.ba-faq-native .e-n-accordion-item-title-icon svg {
    color: #D6AD5C !important;
    fill: #D6AD5C !important;
    stroke: #D6AD5C !important;
    opacity: 1 !important;
}

/* Respuesta nuevo acordeón */
.ba-faq-native .e-n-accordion-item > .e-con,
.ba-faq-native
.e-n-accordion-item
> div:not(.e-n-accordion-item-title) {
    padding: 18px 20px 21px !important;

    color: rgba(255, 255, 255, 0.82) !important;
    background: #11100F !important;

    border-top:
        1px solid rgba(165, 116, 38, 0.22) !important;

    opacity: 1 !important;
}

.ba-faq-native
.e-n-accordion-item
> .e-con p,
.ba-faq-native
.e-n-accordion-item
> div:not(.e-n-accordion-item-title) p {
    color: rgba(255, 255, 255, 0.82) !important;
    opacity: 1 !important;
}

/* =========================================================
   COMPATIBILIDAD WOODMART
========================================================= */

.ba-faq-native .wd-accordion {
    display: flex !important;
    flex-direction: column !important;
    gap: 11px !important;
}

.ba-faq-native .wd-accordion-item {
    overflow: hidden;

    background: #161513 !important;

    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 9px !important;
}

.ba-faq-native .wd-accordion-title {
    min-height: 62px;

    display: flex !important;
    align-items: center !important;

    padding: 17px 20px !important;

    color: #FFFFFF !important;
    background: transparent !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;

    text-transform: none !important;

    opacity: 1 !important;
}

.ba-faq-native .wd-accordion-title * {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.ba-faq-native .wd-accordion-title:hover,
.ba-faq-native .wd-accordion-title:hover * {
    color: #D6AD5C !important;
}

.ba-faq-native
.wd-accordion-item.wd-active
.wd-accordion-title,
.ba-faq-native
.wd-accordion-item.wd-active
.wd-accordion-title * {
    color: #D6AD5C !important;
}

.ba-faq-native .wd-accordion-content {
    padding: 18px 20px 21px !important;

    color: rgba(255, 255, 255, 0.82) !important;
    background: #11100F !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 13.5px !important;
    line-height: 1.72 !important;

    opacity: 1 !important;
}

.ba-faq-native .wd-accordion-content * {
    color: rgba(255, 255, 255, 0.82) !important;
    opacity: 1 !important;
}

/* =========================================================
   CELULAR
========================================================= */

@media (max-width: 767px) {

    .ba-faq-panel {
        padding: 25px 18px !important;
        border-radius: 10px;
    }

    .ba-faq-title h1,
    .ba-faq-title h2,
    .ba-faq-title h3,
    .ba-faq-title .title,
    .ba-faq-title .woodmart-title-container {
        font-size: 24px !important;
    }

    .ba-faq-native .elementor-tab-title,
    .ba-faq-native .e-n-accordion-item-title,
    .ba-faq-native .wd-accordion-title {
        min-height: 57px;

        padding: 14px 15px !important;

        font-size: 13px !important;
    }

    .ba-faq-native .elementor-tab-content,
    .ba-faq-native .wd-accordion-content,
    .ba-faq-native .e-n-accordion-item > .e-con {
        padding: 16px !important;

        font-size: 13px !important;
        line-height: 1.65 !important;
    }
}







/* =====================================================
   FORMULARIO CONTACT FORM 7 — BUSINESS ACADEMY
===================================================== */

.ba-cf7-form,
.ba-cf7-form * {
    box-sizing: border-box;
}

.ba-cf7-form {
    width: 100%;
    font-family: "Montserrat", Arial, sans-serif;
}

.ba-form-intro {
    margin-bottom: 26px;
}

.ba-form-intro span {
    display: block;
    margin-bottom: 8px;
    color: #A57426;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ba-form-intro p {
    margin: 0 !important;
    color: #68635C;
    font-size: 14px;
    line-height: 1.7;
}

.ba-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ba-form-full {
    grid-column: 1 / -1;
}

.ba-form-field label {
    display: block;
    margin: 0;
    color: #0A0A0A;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.ba-form-field label strong {
    color: #A57426;
}

.ba-form-field input[type="text"],
.ba-form-field input[type="email"],
.ba-form-field input[type="tel"],
.ba-form-field select,
.ba-form-field textarea {
    width: 100%;
    margin-top: 8px;
    padding: 13px 15px;

    color: #0A0A0A;
    background: #F5F3EF;

    border: 1px solid #DDD8CF;
    border-radius: 6px;

    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;

    outline: none;
    box-shadow: none;

    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.ba-form-field input[type="text"],
.ba-form-field input[type="email"],
.ba-form-field input[type="tel"],
.ba-form-field select {
    min-height: 51px;
}

.ba-form-field textarea {
    min-height: 145px;
    resize: vertical;
}

.ba-form-field input:focus,
.ba-form-field select:focus,
.ba-form-field textarea:focus {
    background: #FFFFFF;
    border-color: #A57426;
    box-shadow: 0 0 0 3px rgba(165, 116, 38, 0.12);
}

.ba-form-field input::placeholder,
.ba-form-field textarea::placeholder {
    color: #969088;
    opacity: 1;
}

/* Aceptación */
.ba-form-acceptance .wpcf7-list-item {
    margin: 0;
}

.ba-form-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    color: #68635C;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.55;
}

.ba-form-acceptance input[type="checkbox"] {
    width: 17px;
    height: 17px;
    min-width: 17px;
    margin-top: 2px;
    accent-color: #A57426;
}

/* Botón */
.ba-form-submit input[type="submit"] {
    min-height: 52px;
    padding: 15px 29px;

    color: #FFFFFF !important;
    background: #A57426 !important;

    border: 2px solid #A57426 !important;
    border-radius: 5px;

    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;

    cursor: pointer;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.ba-form-submit input[type="submit"]:hover {
    background: #0A0A0A !important;
    border-color: #0A0A0A !important;
    transform: translateY(-2px);
}

/* Validaciones */
.ba-cf7-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #B3261E;
    font-size: 12px;
    font-weight: 600;
}

.ba-cf7-form .wpcf7-spinner {
    margin: 0 0 0 12px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 14px 16px !important;
    border-radius: 6px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.55;
}

/* Celular */
@media (max-width: 700px) {
    .ba-form-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ba-form-full {
        grid-column: auto;
    }

    .ba-form-submit input[type="submit"] {
        width: 100%;
    }
}


/* =========================================================
   BUSINESS ACADEMY — DESCRIPCIÓN PROFESIONAL DE CURSOS
========================================================= */

.ba-course-pro,
.ba-course-pro *,
.ba-product-summary,
.ba-product-summary * {
    box-sizing: border-box;
}

.ba-course-pro {
    width: 100%;
    color: #0A0A0A;
    font-family: "Montserrat", Arial, sans-serif;
}

/* =========================================================
   DESCRIPCIÓN CORTA
========================================================= */

.ba-product-summary {
    margin: 0 0 24px;
    font-family: "Montserrat", Arial, sans-serif;
}

.ba-product-summary__tag {
    display: inline-flex;
    margin-bottom: 13px;
    padding: 7px 11px;
    color: #A57426;
    background: rgba(165, 116, 38, 0.10);
    border: 1px solid rgba(165, 116, 38, 0.25);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ba-product-summary__lead {
    margin: 0 0 17px !important;
    color: #33302C !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
}

.ba-product-summary__list {
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 18px;
    list-style: none !important;
}

.ba-product-summary__list li {
    position: relative;
    margin: 0 !important;
    padding-left: 19px;
    color: #625D56;
    font-size: 13px;
    line-height: 1.5;
}

.ba-product-summary__list li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #A57426;
    border-radius: 50%;
}

/* =========================================================
   HERO
========================================================= */

.ba-course-pro__hero {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    padding: 56px;
    overflow: hidden;
    color: #FFFFFF;
    background:
        radial-gradient(
            circle at 95% 10%,
            rgba(165, 116, 38, 0.30),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #151412 0%,
            #0A0A0A 75%
        );
    border: 1px solid rgba(165, 116, 38, 0.34);
    border-radius: 15px;
    box-shadow: 0 20px 55px rgba(10, 10, 10, 0.16);
}

.ba-course-pro__hero::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -90px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(165, 116, 38, 0.20);
    border-radius: 50%;
}

.ba-course-pro__hero::after {
    content: "";
    position: absolute;
    right: 52px;
    bottom: 0;
    width: 105px;
    height: 4px;
    background: linear-gradient(
        90deg,
        #A57426,
        #D7B665
    );
}

.ba-course-pro__hero-content {
    position: relative;
    z-index: 2;
    max-width: 890px;
}

.ba-course-pro__eyebrow {
    display: block;
    margin-bottom: 16px;
    color: #D7B665;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.ba-course-pro__hero h2 {
    max-width: 820px;
    margin: 0 0 22px !important;
    color: #FFFFFF !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: clamp(37px, 4.4vw, 58px) !important;
    font-weight: 700 !important;
    line-height: 1.06 !important;
    letter-spacing: -2px !important;
    text-transform: none !important;
}

.ba-course-pro__hero h2 strong {
    color: #D7B665 !important;
    font-weight: 700 !important;
}

.ba-course-pro__hero p {
    max-width: 800px;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
}

.ba-course-pro__hero-number {
    position: absolute;
    z-index: 1;
    right: 46px;
    bottom: 25px;
    color: rgba(165, 116, 38, 0.10);
    font-size: 130px;
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: -9px;
}

/* =========================================================
   CARACTERÍSTICAS
========================================================= */

.ba-course-pro__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 25px;
    overflow: hidden;
    background: #F5F3EF;
    border: 1px solid #E3DED5;
    border-radius: 12px;
}

.ba-course-pro__feature {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 26px 22px;
}

.ba-course-pro__feature:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22%;
    right: 0;
    width: 1px;
    height: 56%;
    background: #D8D2C7;
}

.ba-course-pro__feature-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A57426;
    border: 1px solid rgba(165, 116, 38, 0.48);
    border-radius: 50%;
}

.ba-course-pro__feature-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ba-course-pro__feature h3 {
    margin: 1px 0 7px !important;
    color: #0A0A0A !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-transform: none !important;
}

.ba-course-pro__feature p {
    margin: 0 !important;
    color: #6B655D !important;
    font-size: 12.5px !important;
    line-height: 1.55 !important;
}

/* =========================================================
   OBJETIVO
========================================================= */

.ba-course-pro__section {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 60px;
    margin-top: 25px;
    padding: 45px 48px;
    background: #FFFFFF;
    border: 1px solid #E5E0D7;
    border-radius: 12px;
}

.ba-course-pro__section-heading > span {
    display: block;
    margin-bottom: 10px;
    color: #A57426;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ba-course-pro__section-heading h3 {
    margin: 0 !important;
    color: #0A0A0A !important;
    font-size: clamp(27px, 3vw, 38px) !important;
    font-weight: 700 !important;
    line-height: 1.16 !important;
    letter-spacing: -1.2px !important;
    text-transform: none !important;
}

.ba-course-pro__section-heading h3 strong {
    color: #A57426 !important;
}

.ba-course-pro__section-content {
    padding-left: 27px;
    border-left: 3px solid #A57426;
}

.ba-course-pro__section-content p {
    margin: 0 0 15px !important;
    color: #625D56 !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
}

.ba-course-pro__section-content p:last-child {
    margin-bottom: 0 !important;
}

/* =========================================================
   TARJETAS OSCURAS
========================================================= */

.ba-course-pro__dark-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 23px;
    margin-top: 25px;
}

.ba-course-pro__dark-card {
    position: relative;
    min-width: 0;
    padding: 40px 37px 35px;
    overflow: hidden;
    background: #11100F;
    border: 1px solid rgba(165, 116, 38, 0.35);
    border-radius: 12px;
}

.ba-course-pro__dark-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 37px;
    width: 82px;
    height: 4px;
    background: linear-gradient(
        90deg,
        #A57426,
        #D7B665
    );
}

.ba-course-pro__card-number {
    position: absolute;
    top: 16px;
    right: 24px;
    color: rgba(165, 116, 38, 0.10);
    font-size: 76px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -6px;
}

.ba-course-pro__card-title {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
}

.ba-course-pro__card-title > span {
    display: block;
    margin-bottom: 7px;
    color: #D7B665;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.ba-course-pro__card-title h3 {
    margin: 0 !important;
    color: #FFFFFF !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

.ba-course-pro__dark-card ul {
    position: relative;
    z-index: 2;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.ba-course-pro__dark-card li {
    position: relative;
    margin: 0 0 12px !important;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13.5px;
    line-height: 1.55;
}

.ba-course-pro__dark-card li:last-child {
    margin-bottom: 0 !important;
}

.ba-course-pro__dark-card li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #A57426;
    border-radius: 50%;
}

/* =========================================================
   DIRIGIDO A
========================================================= */

.ba-course-pro__audience {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 34px;
    margin-top: 25px;
    padding: 38px 42px;
    background:
        linear-gradient(
            135deg,
            rgba(165, 116, 38, 0.13),
            rgba(165, 116, 38, 0.025)
        ),
        #F5F3EF;
    border-left: 5px solid #A57426;
    border-radius: 0 11px 11px 0;
}

.ba-course-pro__audience-label {
    color: #A57426;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ba-course-pro__audience-content h3 {
    margin: 0 0 12px !important;
    color: #0A0A0A !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

.ba-course-pro__audience-content p {
    max-width: 800px;
    margin: 0 !important;
    color: #625D56 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

/* =========================================================
   CTA
========================================================= */

.ba-course-pro__cta {
    position: relative;
    margin-top: 25px;
    padding: 32px 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    overflow: hidden;
    color: #0A0A0A;
    background: linear-gradient(
        135deg,
        #C18F35,
        #A57426
    );
    border-radius: 11px;
}

.ba-course-pro__cta::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -45px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(10, 10, 10, 0.18);
    border-radius: 50%;
}

.ba-course-pro__cta > div,
.ba-course-pro__cta a {
    position: relative;
    z-index: 2;
}

.ba-course-pro__cta span {
    display: block;
    margin-bottom: 7px;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.ba-course-pro__cta h3 {
    max-width: 700px;
    margin: 0 !important;
    color: #0A0A0A !important;
    font-size: 23px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
}

.ba-course-pro__cta a {
    min-width: 175px;
    padding: 14px 22px;
    color: #FFFFFF !important;
    background: #0A0A0A;
    border: 2px solid #0A0A0A;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.ba-course-pro__cta a:hover {
    color: #0A0A0A !important;
    background: #FFFFFF;
    border-color: #FFFFFF;
    transform: translateY(-2px);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {
    .ba-course-pro__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ba-course-pro__feature:nth-child(2)::after {
        display: none;
    }

    .ba-course-pro__feature:nth-child(1),
    .ba-course-pro__feature:nth-child(2) {
        border-bottom: 1px solid #D8D2C7;
    }

    .ba-course-pro__section {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .ba-course-pro__section-content {
        padding-left: 22px;
    }
}

/* =========================================================
   CELULAR
========================================================= */

@media (max-width: 700px) {
    .ba-product-summary__list {
        grid-template-columns: 1fr;
    }

    .ba-course-pro__hero {
        min-height: auto;
        padding: 36px 24px;
        border-radius: 11px;
    }

    .ba-course-pro__hero h2 {
        font-size: 35px !important;
        letter-spacing: -1.1px !important;
    }

    .ba-course-pro__hero p {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    .ba-course-pro__hero-number {
        right: 20px;
        bottom: 18px;
        font-size: 85px;
    }

    .ba-course-pro__features,
    .ba-course-pro__dark-grid {
        grid-template-columns: 1fr;
    }

    .ba-course-pro__feature {
        border-bottom: 1px solid #D8D2C7;
    }

    .ba-course-pro__feature::after {
        display: none !important;
    }

    .ba-course-pro__feature:last-child {
        border-bottom: 0;
    }

    .ba-course-pro__section {
        padding: 31px 23px;
    }

    .ba-course-pro__section-heading h3 {
        font-size: 29px !important;
    }

    .ba-course-pro__dark-card {
        padding: 35px 24px 29px;
    }

    .ba-course-pro__dark-card::before {
        left: 24px;
    }

    .ba-course-pro__audience {
        grid-template-columns: 1fr;
        gap: 13px;
        padding: 29px 23px;
    }

    .ba-course-pro__cta {
        padding: 28px 22px;
        flex-direction: column;
        align-items: flex-start;
    }

    .ba-course-pro__cta a {
        width: 100%;
    }
}
/* =========================================================
   BUSINESS ACADEMY
   SECCIÓN DE CAPACITACIONES
========================================================= */

.ba-courses-showcase,
.ba-courses-showcase *,
.ba-courses-grid,
.ba-courses-grid * {
    box-sizing: border-box;
}

/* =========================================================
   CONTENEDOR GENERAL A ANCHO COMPLETO
========================================================= */

.ba-courses-showcase {
    position: relative !important;

    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 0 !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    padding: 80px clamp(24px, 5vw, 90px) !important;

    overflow-x: clip !important;
    overflow-y: visible !important;

    background:
        radial-gradient(
            circle at 7% 5%,
            rgba(165, 116, 38, 0.12),
            transparent 29%
        ),
        linear-gradient(
            180deg,
            #FAF9F7 0%,
            #F4F1EB 100%
        ) !important;

    font-family: "Montserrat", Arial, sans-serif !important;

    align-items: stretch !important;
    justify-content: flex-start !important;
}

/* Decoración de fondo */
.ba-courses-showcase::before {
    content: "";
    position: absolute;

    top: -150px;
    right: -110px;

    width: 330px;
    height: 330px;

    border: 1px solid rgba(165, 116, 38, 0.15);
    border-radius: 50%;

    pointer-events: none;
}

/* Contenedor interior de Elementor */
.ba-courses-showcase > .e-con-inner,
.ba-courses-showcase > .elementor-container {
    position: relative;
    z-index: 2;

    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    align-items: stretch !important;
    justify-content: flex-start !important;
}

/* Widgets internos */
.ba-courses-showcase .elementor-widget,
.ba-courses-showcase .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
}

/* =========================================================
   ENCABEZADO DE LA SECCIÓN
========================================================= */

.ba-courses-showcase .title-wrapper,
.ba-courses-showcase .wd-title-wrapper {
    width: 100% !important;
    max-width: 850px !important;

    margin: 0 0 38px !important;
    padding: 0 !important;

    text-align: left !important;
}

/* Ocultar elementos decorativos heredados de la demo */
.ba-courses-showcase .title-wrapper > img,
.ba-courses-showcase .wd-title-wrapper > img,
.ba-courses-showcase .title-decoration,
.ba-courses-showcase .title-icon {
    display: none !important;
}

/* Subtítulo superior */
.ba-courses-showcase .title-subtitle,
.ba-courses-showcase .wd-title-subtitle,
.ba-courses-showcase .subtitle-style-default {
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;

    margin: 0 0 13px !important;

    color: #A57426 !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;

    letter-spacing: 1.8px !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

.ba-courses-showcase .title-subtitle::before,
.ba-courses-showcase .wd-title-subtitle::before {
    content: "";

    width: 36px;
    height: 2px;

    background-color: #A57426;
}

/* Título principal */
.ba-courses-showcase .woodmart-title-container,
.ba-courses-showcase .wd-title,
.ba-courses-showcase .title {
    max-width: 820px !important;

    margin: 0 0 15px !important;
    padding: 0 !important;

    color: #0A0A0A !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: clamp(36px, 4.3vw, 56px) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;

    letter-spacing: -2px !important;
    text-align: left !important;
    text-transform: none !important;
}

/* Descripción bajo el título */
.ba-courses-showcase .title-after_title,
.ba-courses-showcase .wd-title-description {
    max-width: 730px !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #68625A !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 14.5px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;

    text-align: left !important;
}

/* =========================================================
   WIDGET DE PRODUCTOS
========================================================= */

.ba-courses-grid,
.ba-courses-grid > .elementor-widget-container,
.ba-courses-grid .wd-products-tabs,
.ba-courses-grid .wd-products-element,
.ba-courses-grid .wd-products {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}

/* =========================================================
   PESTAÑAS O CATEGORÍAS
========================================================= */

.ba-courses-grid .wd-nav,
.ba-courses-grid .wd-nav-tabs,
.ba-courses-grid .wd-nav-product-cat,
.ba-courses-grid .tabs-navigation-wrapper ul {
    width: 100% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;

    gap: 10px !important;

    margin: 0 0 35px !important;
    padding: 0 !important;

    border: 0 !important;
}

.ba-courses-grid .wd-nav li,
.ba-courses-grid .wd-nav-tabs li,
.ba-courses-grid .wd-nav-product-cat li {
    margin: 0 !important;
    padding: 0 !important;
}

.ba-courses-grid .wd-nav a,
.ba-courses-grid .wd-nav-tabs a,
.ba-courses-grid .wd-nav-product-cat a {
    min-height: 42px;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 11px 17px !important;

    color: #5D5851 !important;
    background-color: #FFFFFF !important;

    border: 1px solid #DCD6CC !important;
    border-radius: 5px !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    letter-spacing: 0.35px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;

    box-shadow: 0 4px 12px rgba(10, 10, 10, 0.025);

    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease !important;
}

.ba-courses-grid .wd-nav a:hover,
.ba-courses-grid .wd-nav li.wd-active a,
.ba-courses-grid .wd-nav li.active a,
.ba-courses-grid .wd-nav-tabs li.active a,
.ba-courses-grid .wd-nav-product-cat li.current-menu-item a {
    color: #FFFFFF !important;
    background-color: #A57426 !important;
    border-color: #A57426 !important;

    transform: translateY(-2px);
}

/* Elimina líneas de la plantilla original */
.ba-courses-grid .wd-nav a::after,
.ba-courses-grid .wd-nav-tabs a::after,
.ba-courses-grid .wd-nav-product-cat a::after {
    display: none !important;
}

/* =========================================================
   GRILLA DE CAPACITACIONES
========================================================= */

.ba-courses-grid .products,
.ba-courses-showcase .products,
.ba-courses-grid .wd-products {
    width: 100% !important;
    max-width: none !important;

    display: grid !important;

    grid-template-columns:
        repeat(auto-fill, minmax(255px, 300px)) !important;

    justify-content: start !important;
    justify-items: stretch !important;
    align-items: stretch !important;

    gap: 30px !important;

    margin: 0 !important;
    padding: 0 !important;
}

/* Producto individual */
.ba-courses-grid .product-grid-item,
.ba-courses-showcase .product-grid-item,
.ba-courses-grid .product,
.ba-courses-showcase .product {
    width: 100% !important;
    max-width: 300px !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    flex: none !important;
}

/* =========================================================
   TARJETA DEL CURSO
========================================================= */

.ba-courses-grid .product-wrapper,
.ba-courses-showcase .product-wrapper {
    position: relative;

    width: 100% !important;
    height: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    overflow: hidden !important;

    background-color: #FFFFFF !important;

    border: 1px solid #E2DDD4 !important;
    border-radius: 13px !important;

    box-shadow:
        0 10px 30px rgba(10, 10, 10, 0.07) !important;

    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease !important;
}

.ba-courses-grid .product-wrapper:hover,
.ba-courses-showcase .product-wrapper:hover {
    transform: translateY(-7px);

    border-color: rgba(165, 116, 38, 0.60) !important;

    box-shadow:
        0 22px 48px rgba(10, 10, 10, 0.13) !important;
}

/* Línea dorada inferior animada */
.ba-courses-grid .product-wrapper::after,
.ba-courses-showcase .product-wrapper::after {
    content: "";

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 4px;

    background:
        linear-gradient(
            90deg,
            #A57426,
            #D7B665
        );

    transform: scaleX(0);
    transform-origin: left;

    transition: transform 0.3s ease;
}

.ba-courses-grid .product-wrapper:hover::after,
.ba-courses-showcase .product-wrapper:hover::after {
    transform: scaleX(1);
}

/* =========================================================
   IMAGEN DEL CURSO
========================================================= */

.ba-courses-grid .product-element-top,
.ba-courses-showcase .product-element-top {
    position: relative;

    width: 100% !important;
    aspect-ratio: 4 / 5 !important;

    overflow: hidden !important;

    background-color: #EEE9E1 !important;
}

.ba-courses-grid .product-image-link,
.ba-courses-showcase .product-image-link {
    width: 100% !important;
    height: 100% !important;

    display: block !important;
}

.ba-courses-grid .product-element-top img,
.ba-courses-showcase .product-element-top img,
.ba-courses-grid .product-image-link img,
.ba-courses-showcase .product-image-link img {
    width: 100% !important;
    height: 100% !important;

    display: block !important;

    object-fit: cover !important;
    object-position: center !important;

    transition: transform 0.55s ease !important;
}

.ba-courses-grid .product-wrapper:hover .product-element-top img,
.ba-courses-showcase .product-wrapper:hover .product-element-top img {
    transform: scale(1.045);
}

/* =========================================================
   ETIQUETA DE DESCUENTO
========================================================= */

.ba-courses-grid .product-labels,
.ba-courses-showcase .product-labels {
    top: 14px !important;
    left: 14px !important;
}

.ba-courses-grid .product-label,
.ba-courses-showcase .product-label {
    min-width: 52px !important;
    min-height: 52px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 7px !important;

    color: #FFFFFF !important;
    background-color: #A57426 !important;

    border: 2px solid rgba(255, 255, 255, 0.85) !important;
    border-radius: 50% !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;

    box-shadow:
        0 7px 18px rgba(10, 10, 10, 0.20) !important;
}

/* =========================================================
   INFORMACIÓN DEL PRODUCTO
========================================================= */

.ba-courses-grid .product-information,
.ba-courses-showcase .product-information,
.ba-courses-grid .wd-product-info,
.ba-courses-showcase .wd-product-info {
    flex: 1 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;

    padding: 23px 22px 26px !important;

    text-align: left !important;
}

/* Categoría */
.ba-courses-grid .product-cats,
.ba-courses-showcase .product-cats,
.ba-courses-grid .wd-product-cats,
.ba-courses-showcase .wd-product-cats {
    order: 1;

    margin: 0 0 8px !important;

    color: #A57426 !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 10.5px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;

    letter-spacing: 1px !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

.ba-courses-grid .product-cats a,
.ba-courses-showcase .product-cats a,
.ba-courses-grid .wd-product-cats a,
.ba-courses-showcase .wd-product-cats a {
    color: #A57426 !important;
}

/* Nombre del curso */
.ba-courses-grid .wd-entities-title,
.ba-courses-showcase .wd-entities-title,
.ba-courses-grid .product-title,
.ba-courses-showcase .product-title {
    order: 2;

    width: 100%;

    margin: 0 0 12px !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;

    letter-spacing: -0.25px !important;
    text-align: left !important;
    text-transform: none !important;
}

.ba-courses-grid .wd-entities-title a,
.ba-courses-showcase .wd-entities-title a,
.ba-courses-grid .product-title a,
.ba-courses-showcase .product-title a {
    color: #0A0A0A !important;
    text-decoration: none !important;
}

.ba-courses-grid .wd-entities-title a:hover,
.ba-courses-showcase .wd-entities-title a:hover,
.ba-courses-grid .product-title a:hover,
.ba-courses-showcase .product-title a:hover {
    color: #A57426 !important;
}

/* Precio */
.ba-courses-grid .price,
.ba-courses-showcase .price {
    order: 3;

    width: 100%;

    margin: auto 0 0 !important;
    padding-top: 5px;

    color: #A57426 !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;

    text-align: left !important;
}

.ba-courses-grid .price del,
.ba-courses-showcase .price del {
    margin-right: 7px;

    color: #A6A098 !important;

    font-size: 12px !important;
    font-weight: 500 !important;

    opacity: 1 !important;
}

.ba-courses-grid .price ins,
.ba-courses-showcase .price ins {
    color: #A57426 !important;
    text-decoration: none !important;
}

/* =========================================================
   BOTONES FLOTANTES DE WOODMART
========================================================= */

.ba-courses-grid .wd-buttons,
.ba-courses-showcase .wd-buttons {
    overflow: hidden !important;

    background-color: #0A0A0A !important;

    border-radius: 6px !important;

    box-shadow:
        0 8px 22px rgba(10, 10, 10, 0.20) !important;
}

.ba-courses-grid .wd-buttons a,
.ba-courses-showcase .wd-buttons a {
    color: #FFFFFF !important;
}

.ba-courses-grid .wd-buttons a:hover,
.ba-courses-showcase .wd-buttons a:hover {
    color: #D7B665 !important;
    background-color: #151412 !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .ba-courses-showcase {
        padding: 65px 25px !important;
    }

    .ba-courses-grid .products,
    .ba-courses-showcase .products,
    .ba-courses-grid .wd-products {
        grid-template-columns:
            repeat(auto-fill, minmax(235px, 285px)) !important;

        gap: 24px !important;
    }

    .ba-courses-grid .product-grid-item,
    .ba-courses-showcase .product-grid-item,
    .ba-courses-grid .product,
    .ba-courses-showcase .product {
        max-width: 285px !important;
    }
}

/* =========================================================
   CELULAR
========================================================= */

@media (max-width: 600px) {

    .ba-courses-showcase {
        width: 100% !important;
        max-width: 100% !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        padding: 52px 16px !important;
    }

    .ba-courses-showcase .woodmart-title-container,
    .ba-courses-showcase .wd-title,
    .ba-courses-showcase .title {
        font-size: 35px !important;
        letter-spacing: -1.2px !important;
    }

    /* Pestañas desplazables */
    .ba-courses-grid .wd-nav,
    .ba-courses-grid .wd-nav-tabs,
    .ba-courses-grid .wd-nav-product-cat,
    .ba-courses-grid .tabs-navigation-wrapper ul {
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;

        overflow-x: auto !important;

        padding-bottom: 9px !important;

        scrollbar-width: thin;
    }

    .ba-courses-grid .wd-nav li,
    .ba-courses-grid .wd-nav-tabs li,
    .ba-courses-grid .wd-nav-product-cat li {
        flex: 0 0 auto !important;
    }

    /* Una capacitación por fila */
    .ba-courses-grid .products,
    .ba-courses-showcase .products,
    .ba-courses-grid .wd-products {
        grid-template-columns: minmax(0, 1fr) !important;

        justify-items: stretch !important;

        gap: 22px !important;
    }

    .ba-courses-grid .product-grid-item,
    .ba-courses-showcase .product-grid-item,
    .ba-courses-grid .product,
    .ba-courses-showcase .product {
        width: 100% !important;
        max-width: 360px !important;
    }

    .ba-courses-grid .product-element-top,
    .ba-courses-showcase .product-element-top {
        aspect-ratio: 1 / 1 !important;
    }
}

/* =========================================================
   BUSINESS ACADEMY — AJUSTE VISUAL SEGURO DEL MENÚ
   No modifica la estructura del Header Builder
========================================================= */

@media (min-width: 1025px) {

    /* Todos los enlaces principales iguales */
    .whb-general-header .wd-nav-main > li > a,
    .whb-general-header .wd-nav-main > li > a .nav-link-text,
    .whb-general-header .wd-nav-main > li.current-menu-item > a,
    .whb-general-header .wd-nav-main > li.current-menu-item > a .nav-link-text,
    .whb-general-header .wd-nav-main > li.current_page_item > a,
    .whb-general-header .wd-nav-main > li.current_page_item > a .nav-link-text,
    .whb-general-header .wd-nav-main > li.current-menu-parent > a,
    .whb-general-header .wd-nav-main > li.current-menu-parent > a .nav-link-text,
    .whb-general-header .wd-nav-main > li.current-menu-ancestor > a,
    .whb-general-header .wd-nav-main > li.current-menu-ancestor > a .nav-link-text,
    .whb-general-header .wd-nav-main > li.current_page_parent > a,
    .whb-general-header .wd-nav-main > li.current_page_parent > a .nav-link-text {
        color: #25221E !important;
        -webkit-text-fill-color: #25221E !important;

        font-family: "Montserrat", Arial, sans-serif !important;
        font-size: 12px !important;
        font-weight: 700 !important;

        letter-spacing: 0.25px !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;

        background: transparent !important;
    }

    /* Dorado solo al pasar el cursor */
    .whb-general-header .wd-nav-main > li:hover > a,
    .whb-general-header .wd-nav-main > li:hover > a .nav-link-text {
        color: #A57426 !important;
        -webkit-text-fill-color: #A57426 !important;
    }

    /* Elimina marcas diferentes entre páginas y enlaces */
    .whb-general-header .wd-nav-main > li > a::before,
    .whb-general-header .wd-nav-main > li > a::after,
    .whb-general-header .wd-nav-main > li > a .nav-link-text::before,
    .whb-general-header .wd-nav-main > li > a .nav-link-text::after {
        display: none !important;
        content: none !important;
    }

    /* Cuenta y carrito */
    .whb-general-header .wd-header-my-account > a,
    .whb-general-header .wd-header-cart > a {
        color: #25221E !important;
        font-family: "Montserrat", Arial, sans-serif !important;
        font-weight: 700 !important;
        white-space: nowrap !important;
    }

    .whb-general-header .wd-header-my-account > a:hover,
    .whb-general-header .wd-header-cart > a:hover {
        color: #A57426 !important;
    }

    /* Barra superior sin textos partidos */
    .whb-top-bar .whb-text-element,
    .whb-top-bar .wd-header-text,
    .whb-top-bar a,
    .whb-top-bar span {
        white-space: nowrap !important;
    }

    /* Encabezado fijo: mismos colores */
    .whb-sticked .wd-nav-main > li > a,
    .whb-sticked .wd-nav-main > li > a .nav-link-text,
    .whb-sticked .wd-nav-main > li.current-menu-item > a,
    .whb-sticked .wd-nav-main > li.current-menu-item > a .nav-link-text,
    .whb-sticky-header .wd-nav-main > li > a,
    .whb-sticky-header .wd-nav-main > li > a .nav-link-text,
    .whb-clone .wd-nav-main > li > a,
    .whb-clone .wd-nav-main > li > a .nav-link-text {
        color: #25221E !important;
        -webkit-text-fill-color: #25221E !important;
        background: transparent !important;
    }

    .whb-sticked .wd-nav-main > li:hover > a,
    .whb-sticked .wd-nav-main > li:hover > a .nav-link-text,
    .whb-sticky-header .wd-nav-main > li:hover > a,
    .whb-sticky-header .wd-nav-main > li:hover > a .nav-link-text,
    .whb-clone .wd-nav-main > li:hover > a,
    .whb-clone .wd-nav-main > li:hover > a .nav-link-text {
        color: #A57426 !important;
        -webkit-text-fill-color: #A57426 !important;
    }
}

/* =========================================================
   BUSINESS ACADEMY — BOTÓN DE VISTA RÁPIDA
========================================================= */

/* Elimina el fondo negro heredado de WoodMart */
.product-grid-item .wd-buttons,
.products .wd-buttons {
    background: transparent !important;
    box-shadow: none !important;
}

/* Botón circular dorado */
.product-grid-item .wd-quick-view-icon > a,
.product-grid-item .quick-view > a,
.product-grid-item a.open-quick-view,
.products .wd-quick-view-icon > a,
.products .quick-view > a,
.products a.open-quick-view {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;

    color: #FFFFFF !important;
    background: #A57426 !important;

    border: 2px solid rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;

    box-shadow: 0 7px 18px rgba(10, 10, 10, 0.20) !important;

    transition:
        background-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease !important;
}

/* Mantiene la lupa blanca */
.product-grid-item .wd-quick-view-icon > a::before,
.product-grid-item .quick-view > a::before,
.product-grid-item a.open-quick-view::before,
.products .wd-quick-view-icon > a::before,
.products .quick-view > a::before,
.products a.open-quick-view::before {
    color: #FFFFFF !important;
    font-size: 18px !important;
}

/* Efecto al pasar el cursor */
.product-grid-item .wd-quick-view-icon > a:hover,
.product-grid-item .quick-view > a:hover,
.product-grid-item a.open-quick-view:hover,
.products .wd-quick-view-icon > a:hover,
.products .quick-view > a:hover,
.products a.open-quick-view:hover {
    color: #FFFFFF !important;
    background: #845B1E !important;

    transform: translateY(-2px) scale(1.04) !important;

    box-shadow: 0 10px 23px rgba(10, 10, 10, 0.26) !important;
}