.organigrama-article--content{margin-top:20px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e6;display:flex;justify-content:center;align-items:flex-start;z-index:1000;overflow-y:auto;padding-top:2rem;padding-bottom:2rem;opacity:0;animation:fadeIn .4s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background-color:#fff;border-radius:20px;width:90%;max-width:800px;margin-top:-100px;animation:slideDown .4s ease-out forwards;box-shadow:0 10px 30px #0000004d;position:relative;overflow:hidden}@keyframes slideDown{0%{margin-top:-100px;opacity:0}to{margin-top:0;opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s;z-index:10}.modal-close:hover{color:#fff;background-color:#a76e27}.modal-header{background-color:#2c3e50;color:#fff;padding:1.5rem;position:relative}.modal-header h2{margin:0;font-size:1.8rem}.modal-body{padding:1.5rem;max-height:calc(80vh - 200px);overflow-y:auto}.modal-section{margin-bottom:1.5rem}.modal-section h3{color:#3498db;margin-bottom:.8rem;font-size:1.3rem;border-bottom:1px solid #eee;padding-bottom:.3rem}.modal-section p{line-height:1.6;color:#555}.modal-section ul{padding-left:1.2rem;list-style-type:disc}.modal-section li{margin-bottom:.5rem;color:#555;line-height:1.5}.modal-overlay.closing{animation:fadeOut .3s ease-out forwards}.modal-content.closing{animation:slideUp .4s ease-out forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideUp{0%{margin-top:0;opacity:1}to{margin-top:-100px;opacity:0}}
