@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#f6f7fb;color:#344054}.layout-container{display:flex;min-height:100vh}.sidebar-header{display:none}.sidebar{width:260px;background:#fff;border-right:1px solid #ECEFF4;display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;z-index:100}.sidebar-logo{height:80px;display:flex;align-items:center;padding:0 28px;gap:12px;border-bottom:1px solid #F0F2F5}.logo-icon{width:42px;height:42px;border-radius:12px;background:#eef2ff;color:#5b5ce2;display:flex;align-items:center;justify-content:center;font-size:20px}.logo-text{font-size:24px;font-weight:700}.logo-text .blue{color:#3f5ef7}.logo-text .gray{color:#555}.menu-title{margin:30px 28px 10px;font-size:12px;font-weight:600;color:#98a2b3;letter-spacing:.5px}.sidebar-nav{list-style:none;flex:1}.sidebar-link{display:flex;align-items:center;gap:12px;margin:6px 14px;padding:14px 16px;border-radius:12px;cursor:pointer;font-size:14px;transition:.2s;text-decoration:none;color:#344054}.sidebar-link:hover{background:#f5f6fc}.sidebar-link.active{background:#eef2ff;color:#4f46e5;font-weight:600}.help-box{margin:auto 20px 20px;background:#f7f5ff;color:#6c63ff;border-radius:14px;padding:16px;font-size:14px;display:flex;align-items:center;gap:10px}.main-content{flex:1;padding:30px;margin-left:260px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.topbar h1{font-size:28px;font-weight:700;color:#101828}.topbar p{margin-top:6px;color:#667085}.profile{display:flex;align-items:center;gap:15px}.avatar{width:46px;height:46px;border-radius:50%;background:#5b5ce2;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.tabs{display:flex;gap:12px;margin-bottom:28px}.tab{border:none;background:#fff;padding:12px 22px;border-radius:10px;cursor:pointer;font-weight:500;font-size:14px;transition:.2s}.tab:hover{background:#f5f6fc}.tab.active{background:#eef2ff;color:#4f46e5}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.section-title h2{font-size:24px;margin-bottom:4px;color:#101828}.section-title p{color:#667085}.btn-excel{background:#fff;border:1px solid #D0D5DD;padding:12px 18px;border-radius:10px;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:8px;transition:.2s}.btn-excel:hover{background:#f9fafb}.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:28px}.stat-card{background:#fff;border-radius:18px;padding:22px;display:flex;gap:16px;box-shadow:0 2px 8px #0000000d}.stat-card h3{font-size:30px;margin:8px 0;color:#101828}.stat-card small{color:#667085}.stat-card span{color:#667085;font-size:13px}.icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:20px}.purple{background:#f2ecff;color:#7c4dff}.blue{background:#e8f0ff;color:#3f5ef7}.orange{background:#fff3e6;color:#f79009}.green{background:#ecfdf3;color:#12b76a}.status-card{flex-direction:column}.status-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.status-list span{font-size:13px;display:flex;align-items:center;gap:6px}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.green-dot{background:#12b76a}.blue-dot{background:#3f5ef7}.orange-dot{background:#f79009}.red-dot{background:#e31313}.gray-dot{background:#98a2b3}.table-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 2px 8px #0000000d}table{width:100%;border-collapse:collapse}thead{background:#f9fafb}th{text-align:left;padding:18px;font-size:13px;color:#667085;border-bottom:1px solid #EAECF0;font-weight:600}td{padding:18px;font-size:14px;border-bottom:1px solid #F2F4F7}tbody tr:hover{background:#fafafc}.badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600}.badge-vigente,.badge-active{background:#ecfdf3;color:#027a48}.badge-pausada,.badge-pause{background:#fff7ed;color:#b54708}.badge-programada,.badge-program{background:#eef4ff;color:#3538cd}.badge-borrador,.badge-draft{background:#f2f4f7;color:#475467}.badge-caducada{background:#fef3f2;color:#b42318}.table-footer{display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding:0 18px 18px}.pagination{display:flex;gap:8px}.pagination button{width:38px;height:38px;border:1px solid #D0D5DD;background:#fff;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center}.pagination button:hover{background:#f9fafb}.pagination button.active{background:#5b5ce2;color:#fff;border-color:#5b5ce2}.btn{background:#12b76a;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:10px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;transition:.2s}.btn:hover{opacity:.9}.btn-secondary{background:#fff;color:#344054;border:1px solid #D0D5DD}.btn-danger{background:#e31313}.btn-primary{background:#5b5ce2}.actions{text-align:right}.actions button,.actions .btn{margin-left:.3rem}input,select,textarea{width:100%;padding:12px 14px;border:1px solid #D0D5DD;border-radius:10px;font-family:inherit;font-size:14px;transition:.2s}input:focus,select:focus,textarea:focus{outline:none;border-color:#5b5ce2;box-shadow:0 0 0 3px #5b5ce21a}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:6px;font-weight:500;font-size:14px;color:#344054}@media(max-width:1200px){.cards{grid-template-columns:repeat(2,1fr)}.benefit-cards{grid-template-columns:1fr}}@media(max-width:900px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0}.sidebar-header{display:flex;background:#fff;padding:16px;box-shadow:0 2px 8px #0000001a}.cards{grid-template-columns:1fr}.table-card{overflow:auto}table{min-width:1100px}}@media(max-width:600px){.topbar{flex-direction:column;align-items:flex-start;gap:20px}.section-title{flex-direction:column;align-items:flex-start;gap:15px}.tabs{overflow:auto}}.breadcrumb{display:flex;gap:10px;align-items:center;color:#98a2b3;font-size:13px;margin-bottom:24px}.page-header{margin-bottom:45px}.page-header h2{font-size:30px;color:#101828}.page-header p{margin-top:6px;color:#667085}.hero-section{text-align:center;margin-bottom:45px}.hero-section h3{font-size:28px;color:#1d2939;margin-bottom:10px}.hero-section p{color:#667085}.benefit-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:45px}.benefit-card{background:#fff;border-radius:18px;border:1px solid #ECEFF5;padding:34px;text-align:center;transition:.25s;box-shadow:0 6px 18px #1018280d;text-decoration:none;color:inherit;display:block}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px #00000014}.benefit-card .card-icon{width:74px;height:74px;border-radius:50%;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;font-size:30px}.benefit-card h4{font-size:22px;margin-bottom:12px;color:#101828}.benefit-card>p{color:#667085;line-height:1.6;margin-bottom:22px;min-height:72px}.card-examples{display:block;margin-bottom:15px;font-size:13px;color:#667085;font-weight:600}.card-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:28px}.card-chips span{background:#f4f4ff;color:#5b5ce2;padding:7px 12px;border-radius:20px;font-size:12px}.card-select-btn{width:100%;height:46px;border:1px solid #5B5CE2;background:#fff;color:#5b5ce2;border-radius:10px;cursor:pointer;font-weight:600;transition:.2s;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px}.card-select-btn:hover{background:#5b5ce2;color:#fff}.info-box{width:720px;max-width:100%;margin:45px auto;background:#fff;border:1px solid #E6EAF2;border-radius:12px;padding:18px 22px;display:flex;align-items:center;justify-content:center;gap:12px;color:#667085;font-size:14px}.info-box i{color:#5b5ce2}.TituloColor,.form-group label{color:#000075;font-weight:600}
