:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000000de;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;align-items:stretch;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.header{background-color:#fff;display:flex;justify-content:space-between;align-items:center;gap:15px;border-bottom:2px solid #e2e8f0}#companylogo{height:60px;width:250px;margin:10px 10px 10px 50px}#header-links{font-size:25px;display:flex;justify-content:space-between;gap:20px;margin-right:100px}#header-links a{text-decoration:none;color:#000;font-weight:500;cursor:pointer}#header-links a.active{background-color:#f5c400;padding:6px 14px;border-radius:20px}#boxshadow{box-shadow:10px 50px 80px 10px #2c2c2c}#landingbody{display:flex;justify-content:space-around;padding-top:80px}#landingbodyone{width:330px}#landingbodytwo{background-color:#dcd9d9;height:390px;width:390px}#miguelpicture{height:370px;width:370px;padding:10px}#landingbodyone h1{font-size:42px;line-height:1.2}#precisionwording{color:#1f3c88;border-bottom:4px solid #f5c400}#landingbodyone h5{font-weight:400;margin-top:20px}#verproductosbutton{background-color:#1f3c88;color:#fff;border:none;padding:12px 24px;border-radius:25px;margin-right:15px;cursor:pointer}#contactanosbutton{background:transparent;border:2px solid #f5c400;color:#000;padding:12px 24px;border-radius:25px;cursor:pointer}#contactsection{padding:100px 60px;text-align:center;color:#1d2c61}#tagsforcontact{display:flex;justify-content:center;gap:30px;margin:40px 0}#contacttag{display:flex;align-items:center;background-color:#eee;height:60px;padding:10px;border-radius:20px;gap:10px}#contactheader{margin-bottom:3px;font-size:20px}#contactbottom{margin-top:3px}#contactlogoone{height:40px;width:40px}#contactlogotwo{height:30px;width:40px}#socialmedialogos img{width:40px;margin:0 15px;cursor:pointer}.productos-page{font-family:Open Sans,Arial,Helvetica,sans-serif;color:#000}.productos-page .products-header{background-color:#f5c400;color:#000;display:flex;align-items:center;gap:40px;padding:15px 60px;font-weight:700}.productos-page .products-header button{background:none;color:#000;border:none;cursor:pointer;font-size:16px;font-weight:600}.productos-page .accessories-header{display:flex;gap:30px;padding:30px 120px}.productos-page .accessories-header button{background-color:#ffd400;color:#000;border:none;border-radius:18px;padding:16px 22px;cursor:pointer;font-size:14px;font-weight:600}.productos-page .accessories-header button:hover{background-color:#f5c400}.productos-page .products-list{padding:40px 120px}.productos-page .products-list .product-card{display:flex;align-items:center;gap:60px;padding:30px 0}.productos-page .products-list .product-card:not(:last-child){border-bottom:1px solid #999}.productos-page .products-list img{width:160px;height:auto;border-radius:6px}.productos-page .products-grid{padding:30px 120px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:50px}.productos-page .products-grid .product-card{text-align:center}.productos-page .products-grid img{max-width:180px;height:auto;margin-bottom:15px}.productos-page .product-card h4{font-size:14px;font-weight:600;margin:0}.productos-page .product-card p{font-size:12px;margin-top:5px;color:#333}#order-number-form{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:50px;margin-left:700px;margin-top:50px;width:500px;height:500px;gap:50px}#order-number{padding:10px;width:600px;border-color:#000;color:#000;background-color:#fdfeff;border-radius:50px;border-width:5px}#submitbutton{font-size:25px;padding:5px;background-color:#ffd504;border-color:#000;color:#000;border-radius:50px;border-width:5px;width:200px}#submitbutton:hover{background-color:#ffeb87}.modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-card{background:#f5f5f5;width:650px;max-width:95%;border-radius:12px;box-shadow:0 15px 40px #00000059;overflow:hidden;animation:fadeInScale .2s ease-out}.modal-header{background:#e7b71d;color:#000;padding:15px 20px;font-size:18px;font-weight:700;display:flex;justify-content:space-between;align-items:center}.close-btn{color:#fff;font-size:18px;cursor:pointer;background-color:#d51e06;border-color:#182a64;border-width:3px;width:20%}.close-btn:hover{background-color:#f55a46}.modal-body{padding:20px}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;margin-bottom:20px}.details-grid p{margin:0;font-size:14px}.details-grid strong{display:block;font-size:12px;color:#555;margin-bottom:2px}textarea{width:100%;border-radius:8px;border:1px solid #ccc;padding:10px;font-family:inherit;font-size:14px;resize:vertical;background-color:#fff;color:#000}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:15px 20px;background:#e9e9e9}.save-btn{background:#39ae0b;color:#fff;border:none;padding:8px 18px;border-radius:6px;cursor:pointer;font-weight:500}.save-btn:hover{background:#6bdc3e}.cancel-btn{background:#0653b6;border:none;padding:8px 18px;border-radius:6px;cursor:pointer}.cancel-btn:hover{background:#1e72e0}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.taller-container{padding-left:50px;padding-right:50px}.taller-content{display:flex}.taller-content .delete-btn{background-color:#d51e06;border-color:#182a64;border-width:3px}.taller-content .delete-btn:hover{background-color:#f15a46}.taller-content .upload-btn{background-color:#088404;border-color:#182a64;border-width:3px}.taller-content .upload-btn:hover{background-color:#3dda37}.taller-content .verify-btn{background-color:#fad106;border-color:#182a64;color:#182a64;border-width:3px}.taller-content .verify-btn:hover{background-color:#fbe578}.taller-content .download-btn{background-color:#0b3df0;border-color:#182a64;border-width:3px}.taller-content .download-btn:hover{background-color:#466bee}.formstyle form{display:flex;flex-direction:column;gap:5px;padding-left:300px}.formstyle input,select,option{width:100%;height:100%;padding:5px;border-color:#182a64;background-color:#fefefe;color:#182a64;border-radius:50px;border-width:5px}.formstyle button{border-color:#182a64;background-color:#e9bf29;border-radius:50px;border-width:5px;color:#000}.formstyle button:hover{background-color:#ffeb87}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,sans-serif;background:#eef1f6}#A{width:90%;max-width:1200px;margin:60px auto;background:#fff;border-radius:32px;box-shadow:0 25px 60px #00000014;overflow:hidden}#AA{padding:50px 60px}#AAA{display:flex;align-items:center;gap:25px;margin-bottom:40px}#simbolconsulta{width:85px;height:auto;filter:drop-shadow(0px 8px 15px rgba(0,0,0,.15))}#AAAA h3{margin:0;font-size:32px;font-weight:700;color:#1f2f4d}#AAAA h4{margin-top:8px;font-weight:400;color:#6b7a99}#AAB{display:flex;justify-content:space-between;gap:60px;background:#f8f9fc;padding:45px 60px;border-radius:28px;box-shadow:0 15px 35px #00000014,0 5px 15px #0000000d}#AABA,#AABB{display:flex;flex-direction:column}#thegreatdivide{width:1px;background:#d6dce8}#labelentrada,#labelequipo{align-items:flex-start}#AAB h4[id^=label]{margin:0 0 8px;font-weight:600;color:#2d3e60}#AAB h4[id^=campo]{margin:0 0 25px;background:#eef2f8;padding:12px 25px;border-radius:999px;border-style:solid;border-width:1px;border-color:#d6dce8;display:inline-block;font-weight:500;color:#1f2f4d;min-width:160px;text-align:center}#BottomOne,#BottomTwo{display:flex;gap:40px;margin-top:10px}#AB{position:relative;display:flex;align-items:center;padding:30px;background:linear-gradient(135deg,#2e63c9,#1f3f91);border-bottom-left-radius:32px;border-bottom-right-radius:32px}#blanco{position:relative;z-index:2;background:#fff;padding:30px 40px;border-radius:50px;box-shadow:0 20px 40px #0000001f}#azul{flex:1;display:flex;justify-content:center;padding-left:60px}#ordernumberinform{display:flex;flex-direction:column;gap:12px}#consultlabel{color:#1f2f4d}#consultinput{padding:12px 18px;border-radius:999px;border-style:solid;border-width:4px;border-color:#d6dce8;background:#eef2f8;color:#000;outline:none;min-width:220px}#submitbutt{padding:12px;border-radius:999px;border-style:solid;border-width:4px;border-color:#182a64;color:#000;background:linear-gradient(to bottom,#ffd600,#f2b705);font-weight:600;cursor:pointer;transition:.2s ease}#submitbutt:hover{transform:translateY(-2px)}#cert-download-btn{padding:18px 45px;color:#000;border-radius:999px;border-style:solid;border-width:2px;border-color:#000;background:linear-gradient(to bottom,#ffd600,#f2b705);font-size:18px;font-weight:700;cursor:pointer;box-shadow:0 12px 30px #00000040;transition:.2s ease}#cert-download-btn:hover{transform:translateY(-3px)}#subbodyone h1{font-weight:bolder;font-size:70px;margin-bottom:10px;margin-top:10px;padding-left:200px}#subbodytwo{display:flex}#tonypicture{padding-top:40px;height:500px;width:400px;padding-left:50px;padding-right:50px}#tonytext{padding-top:40px;width:800px;text-align:justify;font-size:26px}#tonytext p{margin-top:1px}#footer{display:flex;justify-content:space-evenly}.tclogo{height:50px;width:300px;padding:20px}.chclogo{height:100px;width:300px}.clogo{height:100px;width:200px}body{font-family:Segoe UI,Arial,sans-serif;margin:0;background:#fff;color:#333}body{margin:0;font-family:Open Sans,Arial,Helvetica,sans-serif}#topobodyone{position:relative;background-image:url(https://images.unsplash.com/photo-1508612761958-e931d843bddb);background-size:cover;background-position:center;height:260px;display:flex;flex-direction:column;justify-content:center;text-align:center;color:#000;padding:20px}#topobodyoverlay{position:absolute;inset:0;background:#00000073}.card{background:#fff;padding:25px;border-radius:10px;width:450px;margin:30px auto;box-shadow:0 4px 20px #0000001a}#selectordearchivos{display:flex;flex-direction:column;align-items:flex-start}#textofile{font-weight:700;font-size:25px}.fileselect label{font-size:18px;font-weight:700}input[type=file]{margin-top:12px}#pricingform{display:flex;flex-direction:column;gap:5px}#pricingform input{background-color:#f0f3f7;color:#000}button{display:block;width:100%;padding:12px;margin-top:18px;background:#2c5282;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;transition:.25s ease}button:hover{background:#1a365d}.results-card h2{margin-bottom:20px;text-align:center}.result-row{display:flex;align-items:center;gap:15px;margin:12px 0}.icon{width:32px;height:32px}footer{text-align:center;padding:20px;color:#666;font-size:14px;margin-top:40px}#contact-section{margin-top:20px;padding:20px;border-radius:8px;background:#fff;box-shadow:0 2px 10px #0000001a}#contact-section label{display:block;margin-top:10px;font-weight:700}#contact-section input{width:100%;padding:8px;margin-top:5px;border-radius:5px;border:1px solid #ccc}#contact-section button{margin-top:20px;padding:10px 15px;background:#0078ff;border:none;color:#fff;border-radius:5px;cursor:pointer}.hidden{display:none}.employee-login-page{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#f4f6f8;padding:20px}.employee-login-card{width:100%;max-width:420px;background:#fff;padding:32px;border-radius:16px;box-shadow:0 10px 30px #00000014}.employee-login-card h1{margin:0 0 10px;font-size:28px;color:#222;text-align:center}.employee-login-card p{margin:0 0 24px;text-align:center;color:#666}.employee-login-form{display:flex;flex-direction:column;gap:18px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#333}.form-group input{padding:12px 14px;border:1px solid #ccc;border-radius:10px;font-size:15px;outline:none;transition:border-color .2s ease}.form-group input:focus{border-color:#07c}.employee-login-form button{padding:12px 16px;background:#07c;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease}.employee-login-form button:hover{background:#005fa3}.employee-login-form button:disabled{background:#8bb9dc;cursor:not-allowed}.error-message{color:#c62828;font-size:14px;margin:0;text-align:center}
