.elementor-5755 .elementor-element.elementor-element-194412d{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-7046e0a */.form-container {
    max-width: 900px;
    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 AJUSTADO AL CONTENIDO */
.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: auto !important;
    min-width: 60px;
    max-width: 80px;
    text-align: center;
    font-family: monospace;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 8px !important;
    flex-shrink: 0;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

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

.fee-section {
    background: linear-gradient(135deg, #fff 0%, #fff8f8 100%);
    border-left: 4px solid #c36;
}

.fee-option {
    font-size: 16px;
    font-weight: 600;
    color: #c36;
}

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

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

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

.benefit-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(204, 51, 102, 0.15);
}

.benefit-icon {
    font-size: 24px;
    flex-shrink: 0;
}

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

.data-protection {
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f0f0 100%);
    border: 1px solid #e9ecef;
}

.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;
}

.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;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .iban-line {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }
    
    .iban-field {
        min-width: 50px;
        max-width: 65px;
        font-size: 14px;
        padding: 8px 5px !important;
    }
}/* End custom CSS */