.elementor-1031 .elementor-element.elementor-element-2834f25{--display:flex;}#elementor-popup-modal-1031{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1031 .dialog-message{width:900px;height:700px;align-items:flex-start;}#elementor-popup-modal-1031 .dialog-close-button{display:flex;}#elementor-popup-modal-1031 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-ae72e14 *//* Variables y estructura base */
.mg-service-form {
    font-family: 'Inter', sans-serif;
    max-width: 850px;
    margin: 0 auto;
    color: #1a1a1a;
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

/* Header del Formulario */
.mg-step-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
#step-title { font-size: 24px; font-weight: 800; margin: 0; color: #000; text-transform: uppercase; letter-spacing: -0.5px; }
.mg-step-badge { background: #f0f0f0; color: #333; padding: 6px 12px; border-radius: 20px; font-size: 13px; font-weight: 600; }
.mg-progress-bar { width: 100%; height: 4px; background: #f0f0f0; border-radius: 4px; overflow: hidden; margin-bottom: 30px; }
.mg-progress-fill { height: 100%; background: #E3001B; width: 33.33%; transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

/* Animación de pasos */
.mg-step { display: none; }
.mg-step.active { display: block; animation: slideUp 0.4s ease forwards; }
@keyframes slideUp { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }

/* Tipografía y separadores */
.mg-service-form h4 { font-size: 16px; margin: 25px 0 15px; padding-bottom: 8px; border-bottom: 2px solid #f5f5f5; color: #1a1a1a; font-weight: 700; text-transform: uppercase; }

/* Grids */
.mg-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 15px; }

/* Campos de formulario */
.mg-field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: #555; }
.mg-field input, .mg-field select { width: 100%; padding: 14px 16px; border: 1px solid #e0e0e0; border-radius: 8px; font-size: 15px; font-family: inherit; transition: all 0.2s ease; background: #fafafa; color: #333; }
.mg-field input:focus, .mg-field select:focus { outline: none; border-color: #E3001B; background: #fff; box-shadow: 0 0 0 4px rgba(227, 0, 27, 0.1); }
.mg-field select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 15px center; background-size: 15px; }

/* Novedad: Selector de vehículo con imagen */
.mg-vehicle-selection { display: flex; gap: 20px; align-items: flex-end; margin-bottom: 15px; }
.mg-car-preview { width: 140px; height: 75px; display: flex; align-items: center; justify-content: center; background: #f9f9f9; border: 1px solid #eee; border-radius: 8px; padding: 5px; }
.mg-car-preview img { max-width: 100%; max-height: 100%; object-fit: contain; }

/* Alertas e info boxes */
.mg-alert-box { display: flex; gap: 15px; background: #fff5f5; border-left: 4px solid #E3001B; padding: 18px; border-radius: 0 8px 8px 0; font-size: 14px; color: #444; margin-bottom: 25px; line-height: 1.5; }
.mg-alert-icon { font-size: 20px; }

/* Resumen (Paso 3) */
.mg-summary-wrapper { background: #fcfcfc; border: 1px solid #eaeaea; border-radius: 12px; padding: 25px; margin-bottom: 20px; }
.mg-summary-car { display: flex; align-items: center; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; margin-bottom: 20px; }
.mg-summary-car img { width: 120px; object-fit: contain; }
.mg-tag { display: inline-block; background: #1a1a1a; color: #fff; padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: 600; margin-top: 8px; }
.mg-summary-box { margin-bottom: 15px; }
.mg-summary-box h4 { margin-top: 0; padding-bottom: 5px; font-size: 14px; color: #888; border-bottom: none; }
.mg-summary-box p { margin: 6px 0; font-size: 14px; color: #222; }
.mg-highlight-box { background: #f5f5f5; padding: 15px; border-radius: 8px; margin-top: 15px; }
.mg-small-text { font-size: 12px !important; color: #E3001B !important; margin-top: 8px !important; }

/* Checkbox */
.checkbox-field { display: flex; align-items: flex-start; gap: 12px; margin-top: 25px; }
.checkbox-field input { width: 18px; height: 18px; margin-top: 2px; accent-color: #E3001B; cursor: pointer; }
.checkbox-field label { font-size: 14px; font-weight: normal; color: #555; cursor: pointer; line-height: 1.4; }

/* Botones */
.mg-form-actions { display: flex; margin-top: 35px; }
.mg-form-actions.right { justify-content: flex-end; }
.mg-form-actions.space-between { justify-content: space-between; }
.mg-btn { padding: 14px 28px; border: none; border-radius: 30px; font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.3s ease; display: inline-flex; align-items: center; justify-content: center; }
.mg-btn-primary { background: #E3001B; color: #fff; box-shadow: 0 4px 15px rgba(227, 0, 27, 0.3); }
.mg-btn-primary:hover { background: #c20017; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(227, 0, 27, 0.4); }
.mg-btn-outline { background: transparent; color: #1a1a1a; border: 2px solid #e0e0e0; }
.mg-btn-outline:hover { background: #f5f5f5; border-color: #ccc; }

/* Responsive */
@media (max-width: 650px) {
    .mg-service-form { padding: 25px 20px; }
    .mg-grid-2 { grid-template-columns: 1fr; gap: 15px; }
    .mg-vehicle-selection { flex-direction: column; align-items: flex-start; }
    .mg-car-preview { width: 100%; height: 120px; }
    .mg-summary-car { flex-direction: column; align-items: flex-start; text-align: left; }
    .mg-form-actions { flex-direction: column-reverse; gap: 15px; }
    .mg-btn { width: 100%; }
}/* End custom CSS */