.elementor-1031 .elementor-element.elementor-element-88bcdc1{--display:flex;--min-height:80vh;--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:center;}.elementor-1031 .elementor-element.elementor-element-e0b13a5{--display:flex;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;--border-radius:25px 25px 25px 25px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-1031 .elementor-element.elementor-element-e0b13a5:not(.elementor-motion-effects-element-type-background), .elementor-1031 .elementor-element.elementor-element-e0b13a5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDEDED;}/* Start custom CSS for shortcode, class: .elementor-element-edb062c *//* Texto blanco por defecto en el botón de MemberPress */
.mp_wrapper input[type="submit"] {
    color: #ffffff !important;
}

/* Texto negro al pasar el ratón (hover) */
.mp_wrapper input[type="submit"]:hover {
    color: #000000 !important;
}/* End custom CSS */
/* Start custom CSS *//* --- ESTILO FORMULARIO MEMBERPRESS TIPO 'ESG' --- */

/* 1. LOS CAMPOS DE TEXTO (Inputs) */
.mepr-form .mepr-form-input {
    width: 100% !important;
    padding: 15px !important;
    background-color: #f9f9f9 !important; /* Gris muy clarito de fondo */
    border: 1px solid #eee !important;
    border-radius: 8px !important; /* Bordes redondeados */
    font-size: 15px !important;
    color: #333 !important;
    margin-bottom: 20px !important;
    transition: all 0.3s ease;
}

/* Efecto al hacer clic en el campo */
.mepr-form .mepr-form-input:focus {
    background-color: #fff !important;
    border-color: #f39c12 !important; /* Tu color naranja/dorado al escribir */
    box-shadow: 0 0 0 3px rgba(243, 156, 18, 0.1) !important;
    outline: none !important;
}

/* 2. LAS ETIQUETAS (Nombre, Email...) */
.mepr-form label.mepr-form-label {
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #2c3e50 !important;
    margin-bottom: 8px !important;
    display: block !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 3. EL BOTÓN DE ENVIAR (Registro) */
.mepr-submit {
    width: 100% !important;
    background-color: #333 !important; /* Negro o tu color corporativo */
    color: #fff !important;
    padding: 18px !important;
    border: none !important;
    border-radius: 50px !important; /* Botón tipo píldora */
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    margin-top: 10px !important;
    transition: transform 0.2s, background 0.2s !important;
}

.mepr-submit:hover {
    background-color: #f39c12 !important; /* Naranja al pasar el mouse */
    transform: translateY(-2px); /* Pequeño salto */
}

/* 4. PRECIOS Y TEXTOS PEQUEÑOS */
.mepr_price_cell_label, .mepr_price_cell {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #333 !important;
    text-align: center !important;
    padding-bottom: 15px;
}/* End custom CSS */