{"id":5017,"date":"2026-02-05T09:36:40","date_gmt":"2026-02-05T14:36:40","guid":{"rendered":"https:\/\/redec.upec.edu.ec\/?page_id=5017"},"modified":"2026-02-05T09:36:50","modified_gmt":"2026-02-05T14:36:50","slug":"invesitgadores","status":"publish","type":"page","link":"https:\/\/redec.upec.edu.ec\/?page_id=5017","title":{"rendered":"Invesitgadores"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5017\" class=\"elementor elementor-5017\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2cc00e3 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"2cc00e3\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-da9eb64\" data-id=\"da9eb64\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fb5a094 elementor-widget elementor-widget-shortcode\" data-id=\"fb5a094\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n    <style>\n        .redec-inv-container { font-family: 'Montserrat', sans-serif; max-width: 1200px; margin: 0 auto; }\n        .redec-inv-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; border-bottom: 2px solid #f0f0f0; padding-bottom: 15px; }\n        .redec-inv-header h2 { color: #052a45; font-size: 28px; font-weight: 800; margin: 0; }\n        .redec-inv-filter { background: #f4f4f4; border: none; padding: 8px 20px; border-radius: 5px; color: #555; cursor: pointer; font-weight: 600; font-size: 14px; transition:0.3s; }\n        \n        .investigadores-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 30px; }\n        \n        \/* TARJETA *\/\n        .inv-card { background: #fff; border-radius: 15px; padding: 35px 20px 25px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; border: 1px solid #f9f9f9; display: flex; flex-direction: column; align-items: center; height: 100%; position: relative; overflow: hidden; cursor: pointer; }\n        .inv-card:hover { transform: translateY(-7px); box-shadow: 0 15px 30px rgba(5,42,69,0.15); border-bottom: 5px solid #FCC00F; }\n        \n        .inv-img-wrapper { width: 140px; height: 140px; border-radius: 50%; overflow: hidden; margin-bottom: 20px; border: 5px solid #f8f8f8; transition: border-color 0.3s; box-shadow: 0 5px 10px rgba(0,0,0,0.05); }\n        .inv-card:hover .inv-img-wrapper { border-color: #FCC00F; }\n        .inv-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }\n        \n        .inv-name { color: #052a45; font-size: 18px; font-weight: 800; margin-bottom: 5px; line-height: 1.2; }\n        .inv-role { color: #d19c00; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; display: block; }\n        .inv-bio-short { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 25px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; padding: 0 10px; }\n        \n        .btn-ver-perfil { font-size: 12px; color: #052a45; font-weight: 700; border: 1px solid #052a45; padding: 8px 20px; border-radius: 20px; transition: 0.3s; background: transparent; margin-top: auto; }\n        .inv-card:hover .btn-ver-perfil { background: #052a45; color: #fff; }\n\n        \/* --- CONTROLES ADMIN --- *\/\n        .admin-controls { position: absolute; top: 10px; right: 10px; display: flex; gap: 5px; opacity: 0; transition: 0.3s; background: rgba(255,255,255,0.9); padding: 5px; border-radius: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); z-index: 20; }\n        .inv-card:hover .admin-controls { opacity: 1; }\n        .admin-btn { font-size: 11px; padding: 5px 10px; border-radius: 4px; text-decoration: none; font-weight: bold; display: flex; align-items: center; gap: 4px; color: white !important; }\n        .btn-edit { background: #007cba; } .btn-edit:hover { background: #005a87; }\n        .btn-trash { background: #dc3232; } .btn-trash:hover { background: #a02222; }\n\n        \/* --- MODAL --- *\/\n        .redec-modal-overlay { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(5, 42, 69, 0.85); backdrop-filter: blur(5px); opacity: 0; transition: opacity 0.3s ease; }\n        .redec-modal-overlay.active { display: flex; align-items: center; justify-content: center; opacity: 1; }\n        .redec-modal-content { background-color: #fff; margin: auto; border-radius: 15px; width: 90%; max-width: 800px; position: relative; box-shadow: 0 20px 50px rgba(0,0,0,0.5); transform: translateY(20px); transition: transform 0.3s ease; display: flex; overflow: hidden; max-height: 90vh; }\n        .redec-modal-overlay.active .redec-modal-content { transform: translateY(0); }\n        .modal-close { color: #aaa; float: right; font-size: 28px; font-weight: bold; position: absolute; right: 20px; top: 15px; cursor: pointer; z-index: 10; transition: 0.3s; }\n        .modal-close:hover { color: #052a45; }\n        \n        .modal-sidebar { width: 35%; background: #f9f9f9; padding: 40px 20px; text-align: center; border-right: 1px solid #eee; display: flex; flex-direction: column; align-items: center; }\n        .modal-body { width: 65%; padding: 40px; overflow-y: auto; }\n        .modal-img { width: 180px; height: 180px; border-radius: 50%; object-fit: cover; border: 5px solid #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.1); margin-bottom: 20px; }\n        .modal-name { color: #052a45; font-size: 22px; font-weight: 800; margin: 0 0 5px; line-height: 1.2; }\n        .modal-role { color: #d19c00; font-size: 13px; font-weight: 700; text-transform: uppercase; margin-bottom: 25px; display: block; }\n        .modal-bio-title { font-size: 16px; font-weight: 700; color: #052a45; margin-bottom: 15px; border-bottom: 2px solid #FCC00F; display: inline-block; padding-bottom: 5px; }\n        .modal-bio-text { font-size: 15px; line-height: 1.8; color: #444; margin-bottom: 30px; text-align: justify; }\n        \n        .modal-socials { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }\n        .modal-social-btn { display: flex; align-items: center; gap: 8px; padding: 10px 15px; border-radius: 5px; text-decoration: none; font-size: 13px; font-weight: 600; transition: 0.3s; color: #fff; width: 100%; max-width: 200px; justify-content: center; }\n        .modal-social-btn:hover { transform: translateY(-2px); box-shadow: 0 5px 10px rgba(0,0,0,0.1); color: #fff; }\n        .ms-email { background: #052a45; } .ms-linkedin { background: #0077b5; } .ms-scholar { background: #4285F4; } .ms-orcid { background: #A6CE39; } .ms-research { background: #00CCBB; }\n\n        @media (max-width: 768px) { .redec-modal-content { flex-direction: column; overflow-y: auto; height: auto; max-height: 90vh; } .modal-sidebar, .modal-body { width: 100%; padding: 30px 20px; } .modal-sidebar { border-right: none; border-bottom: 1px solid #eee; } }\n    <\/style>\n\n    <div class=\"redec-inv-container\">\n        <div class=\"redec-inv-header\">\n            <h2>Nuestros Investigadores<\/h2>\n            <button class=\"redec-inv-filter\"><i class=\"fa-solid fa-users\"><\/i> Ver Todos<\/button>\n        <\/div>\n\n        <div class=\"investigadores-grid\">\n                            <p style=\"text-align:center; padding:40px;\">No hay datos.<\/p>\n                    <\/div>\n    <\/div>\n\n    <script>\n        function openRedecModal(id) {\n            var modal = document.getElementById(id);\n            modal.style.display = \"flex\";\n            setTimeout(function(){ modal.classList.add('active'); }, 10);\n            document.body.style.overflow = 'hidden';\n        }\n        function closeRedecModal(id) {\n            var modal = document.getElementById(id);\n            modal.classList.remove('active');\n            setTimeout(function(){ modal.style.display = \"none\"; }, 300);\n            document.body.style.overflow = 'auto';\n        }\n        window.onclick = function(event) {\n            if (event.target.classList.contains('redec-modal-overlay')) {\n                event.target.classList.remove('active');\n                setTimeout(function(){ event.target.style.display = \"none\"; }, 300);\n                document.body.style.overflow = 'auto';\n            }\n        }\n    <\/script>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-5017","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/redec.upec.edu.ec\/index.php?rest_route=\/wp\/v2\/pages\/5017","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/redec.upec.edu.ec\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/redec.upec.edu.ec\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/redec.upec.edu.ec\/index.php?rest_route=\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/redec.upec.edu.ec\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5017"}],"version-history":[{"count":4,"href":"https:\/\/redec.upec.edu.ec\/index.php?rest_route=\/wp\/v2\/pages\/5017\/revisions"}],"predecessor-version":[{"id":5021,"href":"https:\/\/redec.upec.edu.ec\/index.php?rest_route=\/wp\/v2\/pages\/5017\/revisions\/5021"}],"wp:attachment":[{"href":"https:\/\/redec.upec.edu.ec\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5017"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}