.elementor-6053 .elementor-element.elementor-element-b0d19bd{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6053 .elementor-element.elementor-element-982033e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 44px) 0px;padding:85px 85px 85px 85px;text-align:center;}.elementor-6053 .elementor-element.elementor-element-982033e .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-size:48px;font-weight:800;text-decoration:underline;letter-spacing:0rem;word-spacing:1.1rem;-webkit-text-stroke-color:#000;stroke:#000;color:var( --e-global-color-secondary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6053 .elementor-element.elementor-element-26b8135{--spacer-size:50px;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-90f2d4c */.form-container {
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.form-section {
    margin-bottom: 30px;
    padding: 25px;
    border: none;
    border-radius: 12px;
    background: white;
    box-shadow: 0 4px 15px rgba(204, 51, 102, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.form-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(204, 51, 102, 0.15);
}

h3 {
    color: #c36;
    border-bottom: none;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #c36, #ff6b9c);
    border-radius: 3px;
}

.icon {
    font-size: 20px;
}

/* Diseño en dos columnas */
.two-columns {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.column-left, .column-right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    font-size: 14px;
}

.wpcf7-form-control {
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    background-color: #f8f9fa;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.wpcf7-form-control:focus {
    border-color: #c36;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(204, 51, 102, 0.1);
    outline: none;
}

/* IBAN */
.iban-section {
    margin-top: 20px;
    width: 100%;
}

.iban-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 12px;
    display: block;
    font-size: 14px;
}

.iban-line {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.iban-prefix {
    font-weight: bold;
    color: #c36;
    font-size: 16px;
    margin-right: 5px;
}

.iban-field {
    width: 80px !important;
    text-align: center;
    font-family: monospace;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 5px !important;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

.iban-field:focus {
    border-color: #c36;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(204, 51, 102, 0.1);
}

/* Tipos de membresía */
.membership-options {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.membership-option {
    flex: 1;
    min-width: 200px;
    padding: 20px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.membership-option.basic-member {
    border-color: #c36;
    background: linear-gradient(135deg, #fff8f8, #fff);
}

.membership-option.honor-member {
    border-color: #d4af37;
    background: linear-gradient(135deg, #fffdf0, #fff);
}

.membership-option:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.membership-option input[type="radio"] {
    margin-right: 10px;
}

/* Beneficios */
.benefits-section {
    background: linear-gradient(135deg, #fff 0%, #fff5f7 100%);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.benefit-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-left: 3px solid #c36;
    transition: transform 0.3s ease;
}

.benefit-card.honor-benefit {
    border-left-color: #d4af37;
    background: linear-gradient(135deg, #fffdf0, #fff);
}

.benefit-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.benefit-icon {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-text {
    color: #495057;
    line-height: 1.4;
    font-size: 13px;
}

/* Protección de datos */
.data-protection {
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f0f0 100%);
}

.protection-text {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.6;
    color: #495057;
    background: white;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #c36;
}

.consent-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.consent-item, .consent-main {
    padding: 15px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.consent-main {
    background: #fff5f7;
    border-color: #ffd6e0;
}

/* Botón de envío */
.submit-section {
    text-align: center;
    border: none;
    background: none;
    padding: 20px;
}

.wpcf7-submit {
    background: linear-gradient(135deg, #c36, #e64a7a);
    color: white;
    padding: 16px 40px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(204, 51, 102, 0.3);
}

.wpcf7-submit:hover {
    background: linear-gradient(135deg, #b02b5d, #c36);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(204, 51, 102, 0.4);
}

.wpcf7-submit:active {
    transform: translateY(0);
}

/* Estilos responsivos */
@media (max-width: 768px) {
    .form-container {
        max-width: 100%;
    }
    
    .form-section {
        padding: 20px 15px;
    }
    
    .two-columns {
        flex-direction: column;
        gap: 15px;
    }
    
    .membership-options {
        flex-direction: column;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .iban-line {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }
    
    .iban-field {
        width: 70px !important;
        font-size: 14px;
    }
}/* End custom CSS */