.elementor-4256 .elementor-element.elementor-element-a89b004{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--overlay-opacity:0.5;--padding-top:50px;--padding-bottom:64px;--padding-left:10px;--padding-right:10px;}.elementor-4256 .elementor-element.elementor-element-a89b004:not(.elementor-motion-effects-element-type-background), .elementor-4256 .elementor-element.elementor-element-a89b004 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D0F11;}.elementor-4256 .elementor-element.elementor-element-a89b004::before, .elementor-4256 .elementor-element.elementor-element-a89b004 > .elementor-background-video-container::before, .elementor-4256 .elementor-element.elementor-element-a89b004 > .e-con-inner > .elementor-background-video-container::before, .elementor-4256 .elementor-element.elementor-element-a89b004 > .elementor-background-slideshow::before, .elementor-4256 .elementor-element.elementor-element-a89b004 > .e-con-inner > .elementor-background-slideshow::before, .elementor-4256 .elementor-element.elementor-element-a89b004 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:radial-gradient(at top right, #A709301F 35%, #00000000 70%);}@media(max-width:1024px){.elementor-4256 .elementor-element.elementor-element-a89b004{--padding-top:10px;--padding-bottom:30px;--padding-left:40px;--padding-right:40px;}}@media(min-width:768px){.elementor-4256 .elementor-element.elementor-element-a89b004{--content-width:100%;}}@media(max-width:767px){.elementor-4256 .elementor-element.elementor-element-a89b004{--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-4256 .elementor-element.elementor-element-a89b004.e-con{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-c0d4fd6 *//* =========================================
   WEBINAR HERO — ESTILO PREMIUM RESPONSIVE
========================================= */

.webinar-hero,
.webinar-hero * {
    box-sizing: border-box;
}

.webinar-hero {
    width: min(100%, 1220px);
    max-width: 100%;
    margin: 0 auto 34px;
    padding: 36px 10px 10px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}


/* =========================================
   BADGE
========================================= */

.webinar-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    max-width: 100%;
    margin-bottom: 22px;
    padding: 9px 16px;

    color: #f7d8e5;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;

    background: rgba(191, 15, 80, 0.12);
    border: 1px solid rgba(231, 21, 101, 0.32);
    border-radius: 999px;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.webinar-badge-dot {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;

    background: #e71565;
    border-radius: 50%;

    box-shadow: 0 0 14px rgba(231, 21, 101, 0.85);
}


/* =========================================
   TÍTULO
========================================= */

.webinar-title {
    max-width: 1220px;
    margin: 0 auto 20px;

    color: #ffffff;
    font-size: clamp(32px, 4vw, 66px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;

    text-wrap: balance;
    overflow-wrap: anywhere;
}

.webinar-title span {
    color: transparent;

    background: linear-gradient(
        90deg,
        #ffffff 0%,
        #f4a6c3 45%,
        #e71565 100%
    );

    -webkit-background-clip: text;
    background-clip: text;
}


/* =========================================
   SUBTÍTULO
========================================= */

.webinar-subtitle {
    max-width: 740px;
    margin: 0 auto 34px;

    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;

    text-wrap: balance;
}


/* =========================================
   DATOS DEL WEBINAR
========================================= */

.webinar-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;

    width: min(100%, 980px);
    max-width: 100%;
    margin: 0 auto;
}

.webinar-meta-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-width: 0;
    min-height: 86px;
    padding: 16px;

    text-align: left;

    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 14px 35px rgba(0, 0, 0, 0.18);

    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease;
}

.webinar-meta-item:hover {
    transform: translateY(-3px);
    border-color: rgba(231, 21, 101, 0.30);
    background: rgba(255, 255, 255, 0.065);
}

.webinar-meta-item > div {
    min-width: 0;
}

.webinar-meta-icon {
    display: grid;
    place-items: center;

    flex: 0 0 38px;
    width: 38px;
    height: 38px;

    font-size: 18px;

    background: rgba(191, 15, 80, 0.13);
    border: 1px solid rgba(231, 21, 101, 0.22);
    border-radius: 12px;
}

.webinar-meta-item small {
    display: block;
    margin-bottom: 3px;

    color: rgba(255, 255, 255, 0.46);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.webinar-meta-item strong {
    display: block;

    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;

    overflow-wrap: anywhere;
}


/* =========================================
   DIVISOR
========================================= */

.webinar-divider {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 34px 0 26px;
}

.webinar-divider span {
    width: min(100%, 620px);
    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(231, 21, 101, 0.55),
        transparent
    );
}


/* =========================================
   TEXTO DE REGISTRO
========================================= */

.webinar-register-copy {
    max-width: 650px;
    margin: 0 auto;
}

.webinar-register-copy h2 {
    margin: 0 0 9px;

    color: #ffffff;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 750;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.webinar-register-copy p {
    margin: 0;

    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    line-height: 1.6;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .webinar-hero {
        width: 100%;
        max-width: 100%;
        padding: 34px 22px 12px;
    }

    .webinar-title {
        max-width: 760px;
        font-size: clamp(40px, 6.5vw, 54px);
        line-height: 1.08;
    }

    .webinar-subtitle {
        max-width: 650px;
        margin-bottom: 28px;

        font-size: 17px;
        line-height: 1.65;
    }

    .webinar-meta {
        width: 100%;
        max-width: 720px;

        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .webinar-meta-item {
        justify-content: flex-start;
        min-height: 82px;
        padding: 16px 18px;
    }

    .webinar-divider {
        margin: 30px 0 24px;
    }
}


/* =========================================
   MÓVIL PREMIUM
========================================= */

@media (max-width: 600px) {

    .webinar-hero {
        width: 100%;
        max-width: 100%;
        padding: 24px 16px 8px;
    }

    .webinar-badge {
        margin-bottom: 18px;
        padding: 8px 13px;

        font-size: 10px;
        letter-spacing: 0.11em;
    }

    .webinar-badge-dot {
        flex-basis: 7px;
        width: 7px;
        height: 7px;
    }

    .webinar-title {
        width: 100%;
        max-width: 100%;
        margin-bottom: 16px;

        font-size: clamp(30px, 8.5vw, 40px);
        line-height: 1.12;
        letter-spacing: -0.035em;
    }

    .webinar-subtitle {
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px;

        font-size: 15.5px;
        line-height: 1.65;
    }

    /* Una sola tarjeta glass dividida en 2 x 2 */
    .webinar-meta {
        position: relative;

        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;

        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 6px;

        overflow: hidden;

        background: linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.075),
            rgba(255, 255, 255, 0.025)
        );

        border: 1px solid rgba(255, 255, 255, 0.11);
        border-radius: 22px;

        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);

        box-shadow:
            0 18px 45px rgba(0, 0, 0, 0.26),
            inset 0 1px 0 rgba(255, 255, 255, 0.07);
    }

    .webinar-meta::before {
        content: "";

        position: absolute;
        top: 0;
        left: 12%;

        width: 76%;
        height: 1px;

        background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.42),
            transparent
        );

        pointer-events: none;
    }

    .webinar-meta-item {
        position: relative;

        justify-content: flex-start;

        min-width: 0;
        min-height: 76px;
        padding: 14px 12px;
        gap: 10px;

        background: transparent;
        border: none;
        border-radius: 0;

        box-shadow: none;

        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .webinar-meta-item:hover {
        transform: none;
        border-color: transparent;
        background: transparent;
    }

    /* Línea vertical entre columnas */
    .webinar-meta-item:nth-child(odd)::after {
        content: "";

        position: absolute;
        top: 17%;
        right: 0;

        width: 1px;
        height: 66%;

        background: linear-gradient(
            180deg,
            transparent,
            rgba(255, 255, 255, 0.10),
            transparent
        );
    }

    /* Línea horizontal entre filas */
    .webinar-meta-item:nth-child(-n+2)::before {
        content: "";

        position: absolute;
        left: 12%;
        bottom: 0;

        width: 76%;
        height: 1px;

        background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.10),
            transparent
        );
    }

    .webinar-meta-icon {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;

        font-size: 15px;
        border-radius: 10px;
    }

    .webinar-meta-item small {
        margin-bottom: 2px;

        font-size: 9px;
        letter-spacing: 0.09em;
    }

    .webinar-meta-item strong {
        font-size: 12px;
        line-height: 1.35;
    }

    .webinar-divider {
        margin: 26px 0 20px;
    }

    .webinar-register-copy {
        max-width: 100%;
        padding: 0 4px;
    }

    .webinar-register-copy h2 {
        margin-bottom: 8px;

        font-size: 27px;
        line-height: 1.15;
    }

    .webinar-register-copy p {
        font-size: 14.5px;
        line-height: 1.6;
    }
}


/* =========================================
   TELÉFONOS PEQUEÑOS
========================================= */

@media (max-width: 390px) {

    .webinar-hero {
        padding-left: 12px;
        padding-right: 12px;
    }

    .webinar-title {
        font-size: 29px;
    }

    .webinar-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 5px;
    }

    .webinar-meta-item {
        min-height: 72px;
        padding: 11px 8px;
        gap: 8px;
    }

    .webinar-meta-icon {
        flex-basis: 30px;
        width: 30px;
        height: 30px;

        font-size: 14px;
    }

    .webinar-meta-item small {
        font-size: 8px;
    }

    .webinar-meta-item strong {
        font-size: 11px;
    }

    .webinar-register-copy h2 {
        font-size: 25px;
    }

    .webinar-register-copy p {
        font-size: 14px;
    }
}


/* =========================================
   TELÉFONOS MUY ESTRECHOS
========================================= */

@media (max-width: 335px) {

    .webinar-title {
        font-size: 27px;
    }

    .webinar-meta {
        grid-template-columns: 1fr;
        padding: 8px 12px;
    }

    .webinar-meta-item {
        min-height: 62px;
        padding: 12px 4px;
    }

    .webinar-meta-item:nth-child(odd)::after,
    .webinar-meta-item:nth-child(-n+2)::before {
        display: none;
    }

    .webinar-meta-item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .webinar-meta-item strong {
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-7bc4011 *//* =====================================
   FORMINATOR - GLASS LIMPIO Y ELEGANTE
===================================== */

#forminator-module-4255 {
    position: relative;
    width: min(100%, 680px);
    margin: 40px auto;
    padding: 42px 44px !important;

    background:
        linear-gradient(
            145deg,
            rgba(43, 24, 33, 0.78),
            rgba(16, 17, 20, 0.88)
        ) !important;

    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 28px !important;

    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);

    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);

    overflow: hidden;
}

/* Brillo superior sutil */
#forminator-module-4255::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    width: 84%;
    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.48),
        transparent
    );

    pointer-events: none;
}

/* Espaciado general */
#forminator-module-4255 .forminator-row {
    margin-bottom: 24px !important;
}

#forminator-module-4255 .forminator-row-last {
    margin-bottom: 0 !important;
}

/* Etiquetas */
#forminator-module-4255 .forminator-label {
    display: block;
    margin-bottom: 9px !important;

    color: rgba(255, 255, 255, 0.90) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

/* Asterisco */
#forminator-module-4255 .forminator-required {
    color: #f43178 !important;
}

/* Inputs */
#forminator-module-4255 .forminator-input {
    width: 100% !important;
    min-height: 58px !important;
    padding: 0 18px !important;

    color: #ffffff !important;
    font-size: 16px !important;

    background: rgba(255, 255, 255, 0.055) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 14px !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;

    transition:
        border-color 0.22s ease,
        background 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease;
}

/* Placeholder */
#forminator-module-4255 .forminator-input::placeholder {
    color: rgba(255, 255, 255, 0.34) !important;
}

/* Focus */
#forminator-module-4255 .forminator-input:focus {
    background: rgba(255, 255, 255, 0.085) !important;
    border-color: rgba(231, 21, 101, 0.85) !important;

    box-shadow:
        0 0 0 4px rgba(191, 15, 80, 0.13),
        0 10px 30px rgba(0, 0, 0, 0.18) !important;

    outline: none !important;
    transform: translateY(-1px);
}

/* Checkbox */
#forminator-module-4255 .forminator-checkbox {
    display: flex !important;
    align-items: flex-start !important;
    gap: 11px !important;
    width: 100% !important;
    cursor: pointer;
}

/* Ocultar el input original */
#forminator-module-4255 .forminator-checkbox input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Caja visual */
#forminator-module-4255 .forminator-checkbox-box {
    flex: 0 0 20px !important;
    width: 20px !important;
    height: 20px !important;
    margin-top: 2px !important;

    background: rgba(255, 255, 255, 0.045) !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    border-radius: 6px !important;

    transition: all 0.2s ease;
}

/* Texto del checkbox */
#forminator-module-4255 .forminator-checkbox-label {
    flex: 1 !important;

    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

/* Checkbox marcado */
#forminator-module-4255
.forminator-checkbox input:checked
+ .forminator-checkbox-box {
    background: linear-gradient(135deg, #e71565, #a70d48) !important;
    border-color: transparent !important;

    box-shadow: 0 0 0 4px rgba(191, 15, 80, 0.12);
}

/* Palomita */
#forminator-module-4255
.forminator-checkbox input:checked
+ .forminator-checkbox-box::before {
    content: "✓";
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

/* Botón */
#forminator-module-4255 .forminator-button-submit {
    width: 100% !important;
    min-height: 58px !important;
    padding: 0 24px !important;

    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;

    background: linear-gradient(
        135deg,
        #e71565 0%,
        #bf0f50 55%,
        #94103f 100%
    ) !important;

    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 14px !important;

    box-shadow:
        0 14px 32px rgba(191, 15, 80, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.17) !important;

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        filter 0.22s ease;
}

/* Hover */
#forminator-module-4255 .forminator-button-submit:hover {
    transform: translateY(-2px);

    box-shadow:
        0 18px 38px rgba(191, 15, 80, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.20) !important;

    filter: brightness(1.06);
}

/* Active */
#forminator-module-4255 .forminator-button-submit:active {
    transform: translateY(0);
}

/* Mensajes */
#forminator-module-4255 .forminator-response-message {
    margin-bottom: 20px !important;
    padding: 14px 16px !important;

    border-radius: 12px !important;
}

/* Ocultar enlace Edit form en frontend */
.forminator-edit-module {
    display: none !important;
}

/* Responsive */
@media (max-width: 767px) {
    #forminator-module-4255 {
        width: calc(100% - 28px);
        margin: 24px auto;
        padding: 28px 22px !important;
        border-radius: 22px !important;
    }

    #forminator-module-4255 .forminator-input {
        min-height: 54px !important;
    }

    #forminator-module-4255 .forminator-button-submit {
        min-height: 54px !important;
    }
}/* End custom CSS */