.elementor-418 .elementor-element.elementor-element-f3d067b{--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-popup-modal-418{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-418 .dialog-message{width:640px;height:auto;padding:50px 50px 50px 50px;}#elementor-popup-modal-418 .dialog-close-button{display:flex;}#elementor-popup-modal-418 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-8df7a73 *//* Contenedor Principal */
.wp-form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    font-family: sans-serif;
}

.wp-form-container h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.intro-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

/* Filas y Etiquetas */
.form-row {
    margin-bottom: 20px;
}

.form-row label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #444;
}

/* Inputs y Selects */
.wpcf7-form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

.wpcf7-form-control:focus {
    border-color: #007cba;
    outline: none;
    box-shadow: 0 0 5px rgba(0,124,186,0.2);
}

/* Botón de Envío */
.form-submit {
    text-align: right;
}

.wpcf7-submit {
    background-color: #000; /* Puedes cambiar por el color de tu marca */
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease;
}

.wpcf7-submit:hover {
    background-color: #333;
}/* End custom CSS */