.alerta{border-radius:.5rem;font-size:.95rem;margin-bottom:1rem;padding:.75rem 1rem;text-align:center}.alerta.error{background-color:#ffeaea;border:1px solid #f5c2c2;color:#b00000}.cerrar-sesion{color:rgba(19,54,252,.702);font-size:1.4rem;margin-top:.5rem}.cerrar-sesion:hover{color:rgba(0,0,0,.8);font-style:italic}.naranja{color:#ffaf65}.azul{color:rgba(19,54,252,.702)}.rojo{color:red}.verde{color:#16a321}.hidden,.oculto{display:none}.disabled-select{background:#c4c4c4!important;border-color:#ccc!important;color:#888!important;cursor:not-allowed!important}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.text-center{text-align:center}.text-left{text-align:left}.adjust{width:100%}.flex{gap:2rem}.flex,.flex-gap-grande{align-items:flex-start;display:flex;justify-content:space-between}.flex-gap-grande{gap:4rem}.flex-simple,.flex-simple-center{align-items:center;display:flex;gap:0}.flex-simple-center{justify-content:center}.align-right{justify-content:flex-end}.align-left,.align-right{align-items:center;display:flex;gap:0}.align-left{justify-content:flex-start}.align-left-column{justify-content:flex-start}.align-left-column,.align-right-column{display:flex;flex-direction:column;gap:0}.align-right-column{align-items:flex-start;justify-content:center}.center-column{align-items:center;display:flex;flex-direction:column;justify-content:center}.margin-bottom{margin-bottom:2rem}.margin-tiny-bottom{margin-bottom:1rem}.padding{padding:3rem}.margin-tiny-top{margin-top:1rem}.margin-top{margin-top:2rem}.margin-medium-top{margin-top:4rem}.big-margin-top{margin-top:13rem}.none{display:none}.bold{font-weight:700}.margin-left{margin-left:1.2rem}.medium-margin-left{margin-left:2rem}.big-margin-left{margin-left:12rem}.margin-right{margin-right:1.5rem}.text-margin-0 p{margin:0 0 2rem}*{box-sizing:border-box;margin:0;padding:0}body{background:#f9f9fb;color:#1a1a1a;display:flex;flex-direction:column;font-family:Inter,sans-serif;line-height:1.6;min-height:100vh}.header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05);padding:1rem 0}.header .container{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1200px;padding:0 1.5rem}.header .logo-area{align-items:center;display:flex;gap:2rem}.header .logo-area .logo{width:160px}.header .logo-area .brand{color:#0d47a1;font-size:1.2rem;font-weight:700}.header .logo-area .brand span{color:#1e88e5}.header .nav{display:flex;gap:1.5rem}.header .nav .nav-link{color:#707070;font-weight:500;text-decoration:none;transition:color .2s}.header .nav .nav-link.active,.header .nav .nav-link:hover{color:#1e88e5}.main{flex:1;padding:3rem 1.5rem}.hero{background:linear-gradient(135deg,#0d47a1,#1e88e5);color:#fff;padding:5rem 1rem;text-align:center}.hero .hero-title{font-size:2.4rem;font-weight:700;margin-bottom:1rem}.hero .hero-title span{color:#fff176}.hero .hero-subtitle{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.hero .hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.features{background:#fff;padding:4rem 1.5rem}.features .container{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:auto;max-width:1100px}.features .feature{background:#f9f9fb;border-radius:14px;padding:2rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.features .feature:hover{box-shadow:0 6px 15px rgba(0,0,0,.08);transform:translateY(-4px)}.features .feature h3{color:#0d47a1;margin-bottom:.8rem}.features .feature p{color:#707070;font-size:.95rem}.cta{background:#0d47a1;color:#fff;padding:3rem 1rem;text-align:center}.cta h3{font-size:1.6rem;margin-bottom:1.5rem}.btn{border-radius:14px;display:inline-block;font-weight:500;padding:.8rem 1.5rem;text-decoration:none;transition:all .2s}.btn.btn-primary{background:#1e88e5;color:#fff}.btn.btn-primary:hover{background:#1773c4}.btn.btn-outline{border:2px solid #fff;color:#fff}.btn.btn-outline:hover{background:#fff;color:#0d47a1}.btn.btn-large{background:#fff176;color:#0d47a1;font-size:1.1rem;padding:1rem 2rem}.btn.btn-large:hover{background:#fff495}.footer{background:#fff;border-top:1px solid #e0e0e0;color:#707070;font-size:.9rem;padding:1.2rem;text-align:center}@media (max-width:768px){.nav{flex-wrap:wrap;justify-content:center}.hero-title{font-size:1.8rem}.features .container{grid-template-columns:1fr}}.docs{display:flex;gap:2rem;margin:0 auto;max-width:1200px;padding:1rem}.docs .docs-sidebar{background:#fff;border-radius:12px;box-shadow:0 6px 18px rgba(13,71,161,.06);height:-moz-fit-content;height:fit-content;padding:1.5rem;position:sticky;top:24px;width:260px}.docs .docs-sidebar .docs-brand{align-items:center;display:flex;gap:.8rem;margin-bottom:1rem}.docs .docs-sidebar .docs-brand img{width:44px}.docs .docs-sidebar .docs-brand h2{color:#0d47a1;font-size:1.1rem}.docs .docs-sidebar .docs-brand h2 span{color:#1e88e5}.docs .docs-sidebar .docs-nav{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.docs .docs-sidebar .docs-nav a{border-radius:8px;color:#707070;display:block;font-weight:500;padding:.45rem .6rem;text-decoration:none}.docs .docs-sidebar .docs-nav a:hover{background:linear-gradient(90deg,rgba(30,136,229,.06),rgba(13,71,161,.04));color:#1e88e5}.docs .docs-sidebar .docs-footer{margin-top:1.2rem;text-align:center}.docs .docs-content{flex:1}.docs .docs-content .docs-hero{background:linear-gradient(135deg,#0d47a1,#1e88e5);border-radius:12px;color:#fff;margin-bottom:1.2rem;padding:2rem}.docs .docs-content .docs-hero h1{font-size:1.6rem;margin:0}.docs .docs-content .docs-hero .muted{opacity:.9}.docs .docs-content .docs-body{background:#fff;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.03);padding:1.6rem}.docs .docs-content .docs-body .docs-section{margin-bottom:1.4rem}.docs .docs-content .docs-body .docs-section h2{color:#0d47a1;margin-bottom:.6rem}.docs .docs-content .docs-body .docs-section pre{background:#f9f9fb;border-radius:8px;overflow:auto;padding:1rem}@media (max-width:900px){.docs{flex-direction:column;padding:.5rem}.docs .docs-sidebar{align-items:center;display:flex;justify-content:space-between;position:relative;top:auto;width:100%}.docs .docs-nav{flex-direction:row;flex-wrap:wrap}.docs .docs-nav a{font-size:.85rem}}.docs .docs-body .docs-section pre code{display:block;font-size:.9rem;line-height:1.4;white-space:pre}.docs .docs-body .docs-section ul li{margin-bottom:.3rem}
/*# sourceMappingURL=app.css.map */
