*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 20px}section{padding:20px 0}section h2{font-size:2.5rem;color:#0052a3;margin-bottom:15px;text-align:center}.section-description{text-align:center;color:#666;font-size:1.1rem;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.8}.header{background:linear-gradient(135deg,#85cc63,#1b4c04);color:#fff;padding:1.5rem 2rem;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.header-content{max-width:1200px;margin:0 auto}.logo-section{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.logo img{max-height:60px;display:block}.logo{padding:.5rem 1.5rem;border-radius:8px;font-weight:700;font-size:1.5rem}.header h1{font-size:2rem;font-weight:600}.nav{display:flex;gap:.5rem;flex-wrap:wrap}.nav button{background:#fff3;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;font-weight:500;transition:all .3s ease}.nav button:hover{background:#fff;color:#4ebd17;transform:translateY(-2px)}.hero{background:linear-gradient(135deg,#fafaf8,#1a1c19);padding:10rem 1rem;text-align:center}.hero-content{max-width:900px;margin:0 auto}.hero-icon{font-size:4rem;margin-bottom:1.5rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-title{font-size:2.5rem;color:#faf8f8;margin-bottom:1.5rem;font-weight:600;line-height:1.3}.hero-subtitle{font-size:1.2rem;color:#f6faf9;margin-bottom:2rem}.hero-button{background:#4ebd17;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;border-radius:50px;cursor:pointer;font-family:Poppins,sans-serif;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #4ebd174d}.hero-button:hover{background:#3a9012;transform:translateY(-3px);box-shadow:0 6px 20px #4ebd1766}.fundamentos-content{max-width:1000px;margin:0 auto}.intro-text{text-align:center;font-size:1.1rem;color:#555;margin-bottom:3rem;padding:0 2rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 15px #00000014;transition:all .3s ease;text-align:center}.card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #4ebd1726}.card-icon{font-size:3rem;margin-bottom:1rem}.card h3{color:#4ebd17;font-size:1.3rem;margin-bottom:.8rem}.card p{color:#666;line-height:1.6}.frameworks{text-align:center;padding:2rem;background:linear-gradient(135deg,#4ebd17,#3a9012);border-radius:15px;color:#fff}.frameworks h3{margin-bottom:1rem;font-size:1.5rem}.framework-tags{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.tag{background:#fff;color:#4ebd17;padding:.7rem 1.5rem;border-radius:25px;font-weight:600;font-size:1rem}.table-container{overflow-x:auto;border-radius:15px;box-shadow:0 4px 15px #00000014}.practices-table{width:100%;background:#fff;border-collapse:collapse}.practices-table thead{background:linear-gradient(135deg,#4ebd17,#3a9012);color:#fff}.practices-table th{padding:1.2rem;text-align:left;font-weight:600;font-size:1rem}.practices-table td{padding:1.2rem;border-bottom:1px solid #eeeeee}.practices-table tbody tr:hover{background:#f9f9f9}.marco-badge{background:#e8f5e0;color:#4ebd17;padding:.4rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.instruments-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.instrument-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 4px 15px #00000014;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between}.instrument-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #4ebd1726}.instrument-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.instrument-number{background:#4ebd17;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.instrument-card h3{color:#333;font-size:1.3rem}.instrument-desc{color:#666;margin-bottom:1.5rem;line-height:1.6}.instrument-items{background:#f9f9f9;padding:1.5rem;border-radius:10px;margin-bottom:1.5rem}.instrument-items strong{color:#4ebd17;display:block;margin-bottom:.8rem}.instrument-items ul{list-style:none;padding-left:0}.instrument-items li{color:#666;position:relative;padding:.5rem 0 .5rem 1.5rem}.instrument-items li:before{content:"✓";position:absolute;left:0;color:#4ebd17;font-weight:700}.download-btn{width:100%;background:#4ebd17;color:#fff;border:none;padding:.8rem;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;font-weight:600;transition:all .3s ease}.download-btn:hover{background:#3a9012;transform:translateY(-2px)}.footer{background:#333;color:#fff;padding:3rem 2rem 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:#4ebd17;margin-bottom:1rem;font-size:1.2rem}.footer-section p{color:#ccc;margin-bottom:.5rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #555555;color:#999}@media(max-width:768px){.header h1{font-size:1rem}.hero-title{font-size:1.8rem}.section-title{font-size:2rem}.nav{justify-content:center}.arrow{display:none}.proceso-visual{flex-direction:column}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;padding:2rem;overflow-y:auto}.modal-content{background:#fff;border-radius:15px;max-width:1400px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 50px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:sticky;top:10px;right:10px;float:right;background:#f44;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;z-index:10;transition:all .3s ease;display:flex;align-items:center;justify-content:center;margin:10px}.modal-close:hover{background:#c00;transform:rotate(90deg)}.documento{padding:3rem;font-size:.95rem}.doc-header{text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid #4ebd17}.doc-header h2{color:#4ebd17;font-size:2rem;margin-bottom:.5rem}.doc-subtitle{color:#666;font-size:.9rem}.doc-info{background:#f9f9f9;padding:1.5rem;border-radius:10px;margin-bottom:2rem}.info-row{display:flex;justify-content:space-between;gap:2rem;margin-bottom:.8rem}.info-row:last-child{margin-bottom:0}.info-row span{flex:1;color:#333}.doc-table{width:100%;border-collapse:collapse;margin-bottom:2rem;font-size:.9rem;box-shadow:0 2px 10px #0000000d}.doc-table thead{background:linear-gradient(135deg,#4ebd17,#3a9012);color:#fff}.doc-table th{padding:1rem;text-align:left;font-weight:600;border:1px solid #ddd}.doc-table td{padding:.8rem;border:1px solid #ddd;vertical-align:top}.doc-table tbody tr:nth-child(2n){background:#f9f9f9}.doc-table tbody tr:hover{background:#f0f8ec}.category-row{background:#e8f5e0!important}.category-row td{color:#4ebd17;font-weight:600;padding:.8rem}.doc-footer{margin-top:2rem}.signature-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.signature-box{border:2px solid #ddd;padding:1.5rem;border-radius:10px;text-align:center;background:#fafafa}.signature-box p{margin-bottom:.5rem;color:#555}.summary{background:#e8f5e0;padding:1.5rem;border-radius:10px;border-left:5px solid #4ebd17;margin:2rem 0}.summary p{margin-bottom:.5rem;color:#333;font-size:1rem}.defects-section{margin:2rem 0}.defects-section h3{color:#4ebd17;margin-bottom:1rem;font-size:1.3rem}.defects-table{width:100%;border-collapse:collapse;font-size:.9rem}.defects-table th,.defects-table td{padding:.8rem;border:1px solid #ddd;text-align:left}.defects-table thead{background:#f5f5f5;color:#333}.analysis-section{margin:2rem 0}.analysis-section h3{color:#4ebd17;margin-bottom:1rem;font-size:1.3rem}.analysis-table{width:100%;border-collapse:collapse;font-size:.9rem}.analysis-table th,.analysis-table td{padding:1rem;border:1px solid #ddd;text-align:left}.analysis-table thead{background:#f5f5f5;color:#333}.approval-section{margin:2rem 0}.approval-section h3{color:#4ebd17;margin-bottom:1rem;font-size:1.3rem}.approval-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.approval-box{border:2px solid #4ebd17;padding:1.5rem;border-radius:10px;background:#f9fff9}.approval-box p{margin-bottom:.8rem;color:#555}.matriz-table{font-size:.85rem}.matriz-table th{font-size:.85rem;padding:.8rem .5rem}.matriz-table td{padding:.7rem .5rem}.metrics-section{margin:2rem 0}.metrics-section h3{color:#4ebd17;margin-bottom:1.5rem;font-size:1.3rem;text-align:center}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.metric-box{background:#fff;border:2px solid #4ebd17;padding:1.5rem;border-radius:10px;text-align:center}.metric-label{color:#666;font-size:.9rem;margin-bottom:.5rem}.metric-value{color:#4ebd17;font-size:2rem;font-weight:700}.coverage-section{margin:2rem 0}.coverage-section h3{color:#4ebd17;margin-bottom:1rem;font-size:1.3rem}.coverage-table{width:100%;border-collapse:collapse;font-size:.9rem}.coverage-table th,.coverage-table td{padding:1rem;border:1px solid #ddd;text-align:left}.coverage-table thead{background:#f5f5f5;color:#333}.coverage-table tbody tr:hover{background:#f0f8ec}@media print{.modal-close{display:none}.documento{padding:1rem}.doc-table{font-size:.75rem}.doc-table th,.doc-table td{padding:.5rem}}@media(max-width:768px){.documento{padding:1.5rem}.doc-header h2{font-size:1.5rem}.info-row{flex-direction:column;gap:.5rem}.doc-table{font-size:.75rem}.doc-table th,.doc-table td{padding:.5rem}.signature-section,.approval-grid,.metrics-grid{grid-template-columns:1fr}.modal-content{padding:0;max-height:95vh}.modal-overlay{padding:.5rem}}
