.ow-lead{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;visibility:hidden;pointer-events:none;transition:visibility .25s ease}
.ow-lead[hidden]{display:none !important}
.ow-lead.is-open{visibility:visible;pointer-events:auto}
.ow-lead .ow-lead__fondo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}
.ow-lead .ow-lead__caja{position:relative;box-sizing:border-box;width:100%;font-family:var(--font-body-family);color:#1c1a17;transform:translateY(14px)}
.ow-lead.is-open .ow-lead__caja{transform:none}
.ow-lead .ow-lead__x{position:absolute;padding:0;border:0;background:none;line-height:1;cursor:pointer;transition:opacity .2s ease}
.ow-lead .ow-lead__form{margin:0}
.ow-lead .ow-lead__input{box-sizing:border-box;width:100%;border-radius:0;font-family:inherit;text-align:center;transition:border-color .2s ease;appearance:none}
.ow-lead .ow-lead__input:focus{outline:0}
.ow-lead .ow-lead__consent{display:flex;gap:9px;margin:4px 0 14px;color:#a5a5a5;font-size:12px;line-height:1.5;text-align:left;cursor:pointer}
.ow-lead .ow-lead__consent input{flex:0 0 auto;width:14px;height:14px;margin:2px 0 0;accent-color:#c8a15f}
.ow-lead .ow-lead__boton{display:block;width:100%;border-radius:0;font-family:inherit;font-weight:600;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}
.ow-lead .ow-lead__no{display:block;padding:0;border:0;background:none;font-family:inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color .2s ease}
.ow-lead .ow-lead__error{margin:0 0 14px;color:#b3392c;font-size:13px;line-height:1.5}
.ow-lead .ow-lead__title{margin:0 0 10px;font-family:var(--font-heading-family);font-size:22px;font-weight:600;line-height:1.3}
.ow-lead .ow-lead__text{margin:0 0 22px;color:#767676;font-size:14px;line-height:1.7}
.ow-lead .ow-lead__codigo{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 18px;border:1px dashed #c8a15f}
.ow-lead .ow-lead__codigo b{font-size:19px;font-weight:600;letter-spacing:.16em;text-indent:.16em}
.ow-lead .ow-lead__copiar{padding:0;border:0;background:none;color:#a5a5a5;font-family:inherit;font-size:11px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.ow-lead .ow-lead__legal{margin:16px 0 0;color:#a5a5a5;font-size:11px;line-height:1.6}
.ow-lead .ow-lead__legal a{color:inherit;text-underline-offset:2px}
.ow-lead .visually-hidden{position:absolute !important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
@media(prefers-reduced-motion:reduce){.ow-lead .ow-lead__caja{transition:none}}
