.elementor-21 .elementor-element.elementor-element-2f49aa6{--display:flex;--min-height:100vh;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:150px;--padding-bottom:0px;--padding-left:150px;--padding-right:100px;}.elementor-21 .elementor-element.elementor-element-2f49aa6:not(.elementor-motion-effects-element-type-background), .elementor-21 .elementor-element.elementor-element-2f49aa6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-21 .elementor-element.elementor-element-f94d2c3{width:var( --container-widget-width, 100% );max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:center;}.elementor-21 .elementor-element.elementor-element-f94d2c3 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:70px;font-weight:700;color:#F3F4F6;}.elementor-21 .elementor-element.elementor-element-72b9f6c{width:var( --container-widget-width, 85% );max-width:85%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;--container-widget-width:85%;--container-widget-flex-grow:0;text-align:center;}.elementor-21 .elementor-element.elementor-element-72b9f6c .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:24px;font-weight:500;color:#6B7280;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-21 .elementor-element.elementor-element-5329824{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}.elementor-21 .elementor-element.elementor-element-5329824 img{width:100%;border-radius:15px 15px 15px 15px;}.elementor-21 .elementor-element.elementor-element-becd09e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21 .elementor-element.elementor-element-979cb9f{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-21 .elementor-element.elementor-element-979cb9f > .elementor-widget-container{margin:0px 0px 50px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-21 .elementor-element.elementor-element-becd09e{--width:100%;}}@media(max-width:1024px){.elementor-21 .elementor-element.elementor-element-f94d2c3 .elementor-heading-title{font-size:40px;}}@media(max-width:767px){.elementor-21 .elementor-element.elementor-element-2f49aa6{--width:1600px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21 .elementor-element.elementor-element-f94d2c3{width:100%;max-width:100%;margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;padding:0px 0px 0px 0px;}.elementor-21 .elementor-element.elementor-element-f94d2c3 .elementor-heading-title{font-size:25px;}.elementor-21 .elementor-element.elementor-element-72b9f6c{padding:0px 10px 0px 10px;--container-widget-width:1000px;--container-widget-flex-grow:0;width:var( --container-widget-width, 1000px );max-width:1000px;}.elementor-21 .elementor-element.elementor-element-72b9f6c .elementor-heading-title{font-size:18px;}.elementor-21 .elementor-element.elementor-element-5329824{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-21 .elementor-element.elementor-element-5329824 img{width:100%;}.elementor-21 .elementor-element.elementor-element-979cb9f > .elementor-widget-container{padding:0px 10px 0px 10px;}}/* Start custom CSS for heading, class: .elementor-element-f94d2c3 */.high-ticket {
  color: #8B5CF6; /* violeta tipo SaaS moderno */
  font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-72b9f6c */.high-ticket {
  color: #8B5CF6; /* violeta tipo SaaS moderno */
  font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for wpforms, class: .elementor-element-979cb9f *//* --- 1. Contenedor Principal (Formulario) --- */
form#wpforms-form-129 {
    display: flex !important;
    flex-direction: row !important;
    
    /* CORRECCIÓN PRINCIPAL: */
    /* Usamos 'center' para que no se separen a los extremos */
    justify-content: center !important; 
    align-items: center !important;
    
    /* Definimos la distancia exacta que querés entre ellos */
    gap: 10px !important; 
    
    width: 100% !important;
    max-width: 800px !important; /* Evita que se desparrame en pantallas gigantes */
    margin: 0 auto !important;   /* Centra todo el bloque en la página */
}

/* --- 2. Corrección de "Items Fantasmas" (Ninja fix) --- */
/* Algunos temas agregan elementos invisibles (:before/:after) que ocupan espacio en flexbox. Esto los elimina. */
form#wpforms-form-129:before,
form#wpforms-form-129:after {
    display: none !important;
    content: none !important;
}

/* --- 3. Contenedores de los elementos (Input y Botón) --- */
#wpforms-form-129 .wpforms-field-container,
#wpforms-form-129 .wpforms-submit-container {
    flex: 1 !important;      /* Se reparten el espacio 50/50 */
    min-width: 0 !important; /* Permite que se encojan si hace falta */
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;   /* Eliminamos ese padding de 15px que tenías */
}

/* --- 4. El Input (Email) --- */
#wpforms-129-field_1 {
    width: 100% !important;
    max-width: none !important; /* Asegura que llene su mitad */
    height: 52px !important;    /* Altura fija */
    background-color: #111111 !important;
    border: 1px solid #333333 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

/* --- 5. El Botón --- */
button#wpforms-submit-129 {
    width: 100% !important;
    height: 52px !important;    /* Misma altura que el input */
    margin: 0 !important;
    padding: 0 10px !important; /* Padding lateral reducido para que entre el texto */
    border-radius: 8px !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    
    /* Manejo del texto largo */
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- 6. Versión Móvil --- */
@media (max-width: 768px) {
    form#wpforms-form-129 {
        flex-direction: column !important;
        height: auto !important;
    }
    
    #wpforms-form-129 .wpforms-field-container,
    #wpforms-form-129 .wpforms-submit-container {
        flex: none !important;
        width: 100% !important;
    }
    
    /* En móvil a veces necesitamos margen vertical entre ellos */
    #wpforms-form-129 .wpforms-field-container {
        margin-bottom: 10px !important;
    }
}/* End custom CSS */
/* Start custom CSS *//* Estilo para la Caja de Confirmación */
div#wpforms-confirmation-129 {
    background: #111111 !important;  /* Fondo Negro Premium */
    border: 1px solid #333333 !important; /* Borde sutil */
    color: #ffffff !important; /* Texto Blanco */
    border-radius: 8px !important; /* Bordes redondeados */
    padding: 25px !important;
    text-align: center !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5); /* Sombra elegante */
}

/* Asegurar que el texto del párrafo también sea blanco */
div#wpforms-confirmation-129 p {
    color: #e5e5e5 !important;
    font-size: 16px !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}



@media (max-width: 767px) {
    .elementor-element.elementor-element-5329824.elementor-widget.elementor-widget-image {
        width: 350px;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    button#wpforms-submit-129 {
        font-size: 18px;
    }
}/* End custom CSS */