.broker-form{background-color:#fff;border:1px solid #eeeae1;border-radius:20px;padding:2.5rem}.broker-form__titulo{color:var(--secondary-color);font-family:var(--font-family-tertiary,var(--font-family-base));font-size:2.375rem;font-weight:var(--font-weight-base);margin:0 0 .5rem}.broker-form__descripcion{color:var(--text-color);font-size:1.0625rem;line-height:1.4;margin:0 0 1.75rem}.broker-form__form{display:flex;flex-direction:column;gap:1.25rem}.broker-form__field{display:flex;flex-direction:column;gap:.4rem}.broker-form__label{font-size:.9375rem;font-weight:700;margin-bottom:0}.broker-form__input,.broker-form__label{color:#152638;font-family:var(--font-family-secondary)}.broker-form__input{background:hsla(40,43%,96%,.6);border:1px solid #edeae4;border-radius:5px;box-sizing:border-box;font-size:.9375rem!important;padding:.95rem 1rem!important;transition:border-color .2s,background .2s;width:100%}.broker-form__input::placeholder{color:#b0aaa3}.broker-form__input:focus{background:#fff;border-color:var(--secondary-color);outline:none}.broker-form__input.is-error{border-color:#ef4444}.broker-form__error{color:#ef4444;font-size:.75rem;font-weight:500}.broker-form__submit{background-color:var(--accent-color);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:var(--font-family-secondary);font-size:1.25rem;font-weight:700;margin-top:.5rem;padding:1rem 2.5rem;transition:background-color .2s,transform .15s;width:fit-content}.broker-form__submit:hover{background-color:#a80d25;transform:translateY(-1px)}.broker-form__submit:disabled{cursor:not-allowed;opacity:.6;transform:none}.broker-form__success:not([hidden]){align-items:center;display:flex;flex-direction:column;padding:2rem 0;text-align:center}.broker-form__success-icon{align-items:center;background:#f0fdf4;border-radius:50%;display:flex;height:64px;justify-content:center;margin-bottom:1.25rem;width:64px}.broker-form__success-icon svg{height:36px;width:36px}.broker-form__success-titulo{color:var(--secondary-color);font-family:var(--font-family-tertiary,var(--font-family-base));font-size:1.5rem;margin:0 0 .5rem}.broker-form__success-mensaje{color:var(--text-color);font-size:.9375rem;line-height:1.55;margin:0}@media (max-width:767px){.broker-form{padding:1.75rem}.broker-form__submit{width:100%}}