.elementor-6716 .elementor-element.elementor-element-6c761a0{--display:flex;--min-height:386px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:3px 3px 3px 3px;--border-top-width:3px;--border-right-width:3px;--border-bottom-width:3px;--border-left-width:3px;border-color:#FF7400;--border-color:#FF7400;--border-radius:15px 15px 15px 15px;--margin-top:1px;--margin-bottom:1px;--margin-left:1px;--margin-right:1px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-6716 .elementor-element.elementor-element-6c761a0:not(.elementor-motion-effects-element-type-background), .elementor-6716 .elementor-element.elementor-element-6c761a0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #04013FEB 100%);}.elementor-6716 .elementor-element.elementor-element-309ee55 .elementor-heading-title{color:#FFFFFF;}.elementor-6716 .elementor-element.elementor-element-687f79e{font-family:"Poppins", Sans-serif;font-size:17px;font-weight:500;color:#FFFFFF;}#elementor-popup-modal-6716 .dialog-widget-content{animation-duration:1.2s;background-color:#02010100;border-style:none;border-radius:15px 15px 15px 15px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-6716{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-6716 .dialog-message{width:775px;height:auto;}#elementor-popup-modal-6716 .dialog-close-button{display:flex;top:6%;background-color:#00000000;font-size:16px;}body:not(.rtl) #elementor-popup-modal-6716 .dialog-close-button{right:4%;}body.rtl #elementor-popup-modal-6716 .dialog-close-button{left:4%;}#elementor-popup-modal-6716 .dialog-close-button i{color:#FFA11B;}#elementor-popup-modal-6716 .dialog-close-button svg{fill:#FFA11B;}#elementor-popup-modal-6716 .dialog-close-button:hover i{color:#FF7400;}#elementor-popup-modal-6716 .dialog-close-button:hover{background-color:#A9A9A900;}@media(max-width:767px){.elementor-6716 .elementor-element.elementor-element-6c761a0{--min-height:100vh;--justify-content:center;}.elementor-6716 .elementor-element.elementor-element-309ee55 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 40px 0px;}.elementor-6716 .elementor-element.elementor-element-309ee55 .elementor-heading-title{line-height:1.6em;}.elementor-6716 .elementor-element.elementor-element-687f79e{line-height:1.9em;}#elementor-popup-modal-6716{align-items:center;}}@media(min-width:768px){.elementor-6716 .elementor-element.elementor-element-6c761a0{--content-width:1092px;}}/* Start custom CSS *//* 1. CORRECCIÓN DE POSICIÓN Y CENTRADO */
#mlb2-34815789.ml-form-embedContainer {
    display: block !important;
    position: relative !important;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto !important;
}

/* 2. TRANSPARENCIA TOTAL */
#mlb2-34815789.ml-form-embedContainer,
#mlb2-34815789.ml-form-embedContainer .ml-form-embedWrapper,
#mlb2-34815789.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-34815789.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* 3. LADO A LADO - FORZANDO EL CONTENEDOR DE CAMPOS */
#mlb2-34815789.ml-form-embedContainer .ml-form-formContent {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 10px !important;
}

/* Forzar ancho de las filas de los campos */
#mlb2-34815789.ml-form-embedContainer .ml-form-fieldRow {
    flex: 1 1 calc(50% - 10px) !important; /* Crece y ocupa el 50% */
    width: calc(50% - 10px) !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: none !important; /* Elimina el salto de línea de MailerLite */
}

/* 4. BOTÓN DE ENVÍO (Abajo y al 100%) */
#mlb2-34815789.ml-form-embedContainer .ml-form-embedSubmit {
    width: 100% !important;
    margin-top: 10px !important;
}

/* 5. AJUSTE PARA MÓVILES (Vuelven a estar uno arriba del otro) */
@media only screen and (max-width: 600px) {
    #mlb2-34815789.ml-form-embedContainer .ml-form-formContent {
        flex-direction: column !important;
    }
    #mlb2-34815789.ml-form-embedContainer .ml-form-fieldRow {
        width: 100% !important;
        flex: 1 1 100% !important;
    }
}


/* 4. BOTÓN DE ENVÍO - ESTILO SIN CONFLICTOS */

/* Solo afectamos al botón principal, ocultando explícitamente el de carga si MailerLite intenta mostrarlo */
#mlb2-34815789.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:not(.loading) {
    display: block !important;
    height: auto !important;
    padding: 12px 30px !important; /* Ajusta aquí el padding */
    font-size: 23px !important;    /* Ajusta aquí el tamaño de letra */
    width: 100% !important;
    float: none !important;
    visibility: visible !important;
}

/* Aseguramos que el botón de 'loading' original se mantenga oculto hasta que se necesite */
#mlb2-34815789.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
    display: none !important;
}

/* Ajuste del contenedor del botón para que no flote */
#mlb2-34815789.ml-form-embedContainer .ml-form-embedSubmit {
    margin-top: 20px !important;
    float: none !important;
    width: 100% !important;
    display: block !important;
}

/* Evitar que el icono de carga (el circulito) se deforme con el nuevo padding */
#mlb2-34815789.ml-form-embedSubmitLoad {
    vertical-align: middle !important;
}/* End custom CSS */