.elementor-17085 .elementor-element.elementor-element-482dc80{width:var( --container-widget-width, 102.248% );max-width:102.248%;--container-widget-width:102.248%;--container-widget-flex-grow:0;}/* Start custom CSS */body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

.validacion-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.consulta-container p {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
}

.campo-formulario {
    margin-bottom: 20px;
    text-align: left;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #444;
    font-weight: bold;
}

input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.error-recaptcha {
    color: red;
    margin-top: 10px;
}

.boton-accion {
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.boton-accion:hover {
    background-color: #0056b3;
}

.boton-accion.limpiar {
    background-color: #6c757d;
}

.boton-accion.limpiar:hover {
    background-color: #545b62;
}

.g-recaptcha {
    margin: 20px 0;
}/* End custom CSS */