:root{--black:#0a0a0a;--ink:#141414;--white:#fff;--red:#e11d2a;--red-dark:#b3141f;--gray-100:#f4f4f5;--gray-200:#e4e4e7;--gray-400:#a1a1aa;--gray-600:#52525b;--radius:14px;--shadow:0 10px 40px #0a0a0a14}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;background-color:#f4f4f5;background-color:var(--gray-100);color:#141414;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.home{margin:0;min-height:100vh;padding:0 0 48px}.header{align-items:center;background-color:#0a0a0a;background-color:var(--black);display:flex;flex-direction:row;gap:16px;justify-content:space-between;min-height:18vh;overflow:hidden;padding:24px clamp(16px,5vw,48px);position:relative}.header:after{background-color:#e11d2a;background-color:var(--red);bottom:0;content:"";height:4px;left:0;position:absolute;width:100%}.header-title{color:#fff;color:var(--white);flex-grow:1;font-size:clamp(1.3rem,3.5vw,2rem);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0;text-align:left}.header-title:before{background-color:#e11d2a;background-color:var(--red);border-radius:2px;content:"";display:block;height:4px;margin-bottom:12px;width:44px}.header-image{border-radius:12px;filter:grayscale(100%) contrast(1.05);flex-shrink:0;height:auto;object-fit:cover;width:clamp(90px,18vw,160px)}.content{background-color:#fff;background-color:var(--white);border:1px solid #e4e4e7;border:1px solid var(--gray-200);border-radius:14px;border-radius:var(--radius);box-shadow:0 10px 40px #0a0a0a14;box-shadow:var(--shadow);margin:-40px auto 0;max-width:560px;padding:clamp(24px,5vw,44px);position:relative;width:100%;z-index:2}.invoice-section,.user-form{margin-bottom:0}.invoice-form{display:flex;flex-direction:column;margin:0;max-width:100%}.invoice-form .form-group{margin-bottom:18px}.form-label,.invoice-form .form-label{color:#141414;color:var(--ink);display:block;font-size:.9rem;font-weight:600;margin-bottom:8px}.input-invoice-code,.invoice-form .form-control{background-color:#fff;background-color:var(--white);border:1.5px solid #e4e4e7;border:1.5px solid var(--gray-200);border-radius:10px;color:#141414;color:var(--ink);font-size:.95rem;margin:0;padding:12px 14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.input-invoice-code::placeholder,.invoice-form .form-control::placeholder{color:#a1a1aa;color:var(--gray-400)}.input-invoice-code:hover,.invoice-form .form-control:hover{border-color:#a1a1aa;border-color:var(--gray-400)}.input-invoice-code:focus,.invoice-form .form-control:focus{border-color:#e11d2a;border-color:var(--red);box-shadow:0 0 0 3px #e11d2a26;outline:none}.btn-invoice-code,.invoice-form button{background-color:#e11d2a;background-color:var(--red);border:none;border-radius:10px;color:#fff;color:var(--white);cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.01em;padding:14px;transition:background-color .15s ease,transform .05s ease;width:100%}.btn-invoice-code:hover:not(:disabled),.invoice-form button:hover:not(:disabled){background-color:#b3141f;background-color:var(--red-dark)}.btn-invoice-code:active:not(:disabled),.invoice-form button:active:not(:disabled){transform:translateY(1px)}.btn-invoice-code:disabled{background-color:#e4e4e7;background-color:var(--gray-200);color:#a1a1aa;color:var(--gray-400);cursor:not-allowed}.checkbox-terms{align-items:center;color:#52525b;color:var(--gray-600);display:flex;font-size:.9rem;gap:8px;margin-top:8px}.checkbox-terms input[type=checkbox]{accent-color:#e11d2a;accent-color:var(--red);cursor:pointer;height:18px;width:18px}.checkbox-terms a{color:#e11d2a;color:var(--red);font-weight:600;text-decoration:none}.checkbox-terms a:hover{text-decoration:underline}.validacion-exitosa{padding:32px 16px;text-align:center}.validacion-exitosa h2{color:#141414;color:var(--ink);font-weight:700}@media (max-width:600px){.header{min-height:auto;padding:20px}.header-image{display:none}.header-title{text-align:center}.header-title:before{margin-left:auto;margin-right:auto}.content{margin:-32px 12px 0;width:auto}}.mt-4{margin-top:1.5rem}.loader,.loader:after,.loader:before{animation-fill-mode:both;animation:bblFadInOut 1.8s ease-in-out infinite;border-radius:50%;height:2.5em;width:2.5em}.loader{animation-delay:-.16s;color:#fff;font-size:7px;position:relative;text-indent:-9999em;transform:translateZ(0)}.loader:after,.loader:before{content:"";position:absolute;top:0}.loader:before{animation-delay:-.32s;left:-3.5em}.loader:after{left:3.5em}@keyframes bblFadInOut{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}body{background-color:#f0f0f0;font-family:Roboto,sans-serif;margin:0;padding:0}
/*# sourceMappingURL=main.af4da482.css.map*/