.elementor-915 .elementor-element.elementor-element-9cbf2c3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-915 .elementor-element.elementor-element-6da2a70{--display:flex;--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;}.elementor-915 .elementor-element.elementor-element-887cd6f{--display:flex;--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;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-915 .elementor-element.elementor-element-887cd6f:not(.elementor-motion-effects-element-type-background), .elementor-915 .elementor-element.elementor-element-887cd6f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDEDED;}.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-915 .elementor-element.elementor-element-17d3d05 .elementor-heading-title{color:var( --e-global-color-0b081fc );}.elementor-915 .elementor-element.elementor-element-48134d5{--display:flex;--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;}@media(min-width:768px){.elementor-915 .elementor-element.elementor-element-6da2a70{--width:20%;}.elementor-915 .elementor-element.elementor-element-887cd6f{--width:60%;}.elementor-915 .elementor-element.elementor-element-48134d5{--width:20%;}}/* Start custom CSS *//* --- LIMPIEZA TOTAL DEL CHECKOUT DE MEMBERPRESS --- */

/* 1. Oculta la línea específica que contiene "Price: Free" */
.mp-form-row.mepr_bold.mepr_price {
    display: none !important;
}

/* 2. Oculta la fila de totales (si la renderiza separada) */
.mepr-checkout-total-row {
    display: none !important;
}

/* 3. Oculta el título principal de pago ("Pay Impacta ICC") */
.mepr-membership-registration h1 {
    display: none !important;
}

/* 4. Oculta la columna izquierda de resumen y fuerzamos el formulario al 100% */
.mepr-checkout-form-cols .mepr-checkout-payment,
.mepr-checkout-form-cols .mepr-checkout-summary,
.mepr-price-box {
    display: none !important;
}

.mepr-checkout-form-cols {
    grid-template-columns: 100% !important; 
}

/* --- 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 */