.elementor-kit-247{--e-global-color-primary:#2C3139;--e-global-color-secondary:#9E187D;--e-global-color-text:#EDEDED;--e-global-color-accent:#FAF871;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:800;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-247 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100vw;}.e-con{--container-max-width:100vw;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hacer que los formularios de PMPro se vean modernos */
#sec-perfil form, #sec-pagos form {
    background: white;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e8e9ec;
}

/* Inputs elegantes */
#sec-perfil input, #sec-pagos input, #sec-perfil select {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #e8e9ec;
    background: #f9fafb;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
}

/* Botón Magenta */
#sec-perfil .pmpro_btn, #sec-perfil input[type="submit"], 
#sec-pagos .pmpro_btn, #sec-pagos input[type="submit"] {
    background-color: #9e197d ;
    color: white ; 
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 24px;
    border-radius: 8px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}/* End custom CSS */