{"id":232,"date":"2025-09-30T11:18:23","date_gmt":"2025-09-30T14:18:23","guid":{"rendered":"https:\/\/www2.uepg.br\/uepginternational\/?page_id=232"},"modified":"2026-08-10T16:11:09","modified_gmt":"2026-08-10T19:11:09","slug":"labs-and-facilities","status":"publish","type":"page","link":"https:\/\/www2.uepg.br\/uepginternational\/labs-and-facilities\/","title":{"rendered":"Labs and Facilities"},"content":{"rendered":"<div id=\"pl-232\"  class=\"panel-layout\" ><div id=\"pg-232-0\"  class=\"panel-grid panel-has-style\" ><div class=\"panel-row-style panel-row-style-for-232-0\" ><div id=\"pgc-232-0-0\"  class=\"panel-grid-cell\" ><div id=\"panel-232-0-0-0\" class=\"widget_text so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"widget_text titulo-linha-esquerda panel-widget-style panel-widget-style-for-232-0-0-0\" ><div class=\"textwidget custom-html-widget\"><style>\n    .titulo-scroll-reveal {\n        font-family: 'Lato', sans-serif;\n        font-weight: 200;\n        border-left: 5px solid rgb(82, 149, 250);\n        padding-left: 15px;\n        padding-top: 15px;\n        padding-bottom: 15px;\n        margin: 20px 0;\n        box-shadow: -3px 0 5px rgba(82, 149, 250, 0.2);\n        background: linear-gradient(to right, rgba(82, 149, 250, 0.15), rgba(82, 149, 250, 0));\n        width: 100%;\n        box-sizing: border-box;\n        opacity: 0;\n        transform: translateX(-50px);\n        transition: all 0.8s ease-out;\n    }\n\n    .titulo-scroll-reveal.visivel {\n        opacity: 1;\n        transform: translateX(0);\n    }\n<\/style>\n\n<script>\n    \/\/ Este script rodar\u00e1 uma \u00fanica vez e cuidar\u00e1 de todos os elementos com a classe\n    (function() {\n        const iniciarObservador = () => {\n            const titulos = document.querySelectorAll('.titulo-scroll-reveal');\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('visivel');\n                    }\n                });\n            }, { threshold: 0.1 });\n\n            titulos.forEach(t => observer.observe(t));\n        };\n\n        \/\/ Garante que o script rode ap\u00f3s o carregamento da p\u00e1gina\n        if (document.readyState === 'complete') {\n            iniciarObservador();\n        } else {\n            window.addEventListener('load', iniciarObservador);\n        }\n    })();\n<\/script>\n\n\n<!-- Voc\u00ea pode duplicar este bloco H4 quantas vezes quiser -->\n<h4 class=\"titulo-scroll-reveal\">\n    Explore our teaching and researching facilities\n<\/h4><\/div><\/div><\/div><\/div><\/div><\/div><div id=\"pg-232-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-232-1-0\"  class=\"panel-grid-cell\" ><div id=\"panel-232-1-0-0\" class=\"widget_text so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" ><div class=\"textwidget custom-html-widget\"><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900&display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* Container Principal do Card *\/\n    .res-card-container {\n        font-family: 'Lato', sans-serif;\n        width: 100%;\n        max-width: 650px;\n        margin: 25px auto;\n        background: #ffffff;\n        border-radius: 15px;\n        overflow: hidden;\n        box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n        border: 1px solid #ebf0f5;\n        transition: all 0.3s ease;\n    }\n\n    \/* Remove a seta padr\u00e3o do navegador *\/\n    .res-card-container summary {\n        list-style: none;\n        cursor: pointer;\n        outline: none;\n    }\n    .res-card-container summary::-webkit-details-marker {\n        display: none;\n    }\n\n    \/* ESTILO INDIVIDUAL DA IMAGEM CLABMU *\/\n    .res-img-clabmu {\n        width: 100%;\n        height: 240px; \/* Estilo Banner Horizontal *\/\n        background-image: url('https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2026\/03\/Clabmu-recebe-R-14-milho\u0303es-da-Finep-2-scaled.jpg');\n        background-size: cover;\n        background-position: center 62%;\n        background-repeat: no-repeat;\n        display: block;\n        border-bottom: 1px solid #f0f0f0;\n\t\t\t\n    }\n\n    \/* Bloco de conte\u00fado (T\u00edtulo e Resumo) *\/\n    .res-card-main-content {\n        padding: 24px 30px;\n        text-align: left;\n    }\n\n    .res-card-main-content h3 {\n        margin: 0 0 10px 0;\n        color: #04346D;\n        font-size: 1.6rem;\n        font-weight: 900;\n    }\n\n    .res-card-main-content p {\n        margin: 0 0 15px 0;\n        color: #556b82;\n        font-size: 15px;\n        line-height: 1.5;\n    }\n\n    .res-label-trigger {\n        font-size: 12px;\n        color: #4a9fd4;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* Conte\u00fado Extra que expande *\/\n    .res-card-hidden-info {\n        padding: 0 30px 20px;\n        color: #4a5568;\n        line-height: 1.7;\n        font-size: 15px;\n        text-align: left;\n    }\n\n    \/* Estiliza\u00e7\u00e3o do Bot\u00e3o (Sobrescrevendo parte do inline para mobile) *\/\n    .res-btn-wrapper {\n        padding-bottom: 25px;\n        display: flex;\n        justify-content: center;\n    }\n\n    \/* AJUSTES MOBILE - CENTRALIZA\u00c7\u00c3O TOTAL *\/\n    @media (max-width: 700px) {\n        .res-card-main-content {\n            text-align: center;\n            padding: 20px;\n        }\n\n        .res-card-hidden-info {\n            text-align: center;\n            padding: 0 20px 20px;\n        }\n\n        .res-img-clabmu {\n            height: 180px; \/* Propor\u00e7\u00e3o menor para telas pequenas *\/\n        }\n\n        \/* Ajuste do bot\u00e3o para n\u00e3o ficar muito estreito no mobile *\/\n        .learnmore-btn {\n            width: 60% !important; \n        }\n    }\n\t\n\t\/* Seleciona todos os elementos que possuem classes terminando em -card-container, -card-box ou similares *\/\n[class*=\"-card-container\"], \n[class*=\"-card-box\"], \n.res-card-museu {\n    opacity: 0;\n    transform: translateY(40px);\n    transition: opacity 0.8s ease-out, transform 0.8s ease-out;\n    will-change: auto;\n}\n\n\/* Estado ativado pelo JavaScript quando o card entra na tela *\/\n.card-appear {\n    opacity: 1 !important;\n    transform: translateY(0) !important;\n}\n<\/style>\n\n<!-- \u2500\u2500 RESEARCH & SCIENCE - C-LABMU \u2500\u2500 -->\n<details class=\"res-card-container\">\n    <summary>\n        <!-- Imagem com classe individual -->\n        <div class=\"res-img-clabmu\"><\/div>\n        \n        <div class=\"res-card-main-content\">\n            <h3>Multi-User Laboratory Complex (C-LABMU)<\/h3>\n            <p>Multi-User Laboratory Complex \u2014 one of UEPG's most important research hubs.<\/p>\n            <span class=\"res-label-trigger\">More details \u2193<\/span>\n        <\/div>\n    <\/summary>\n\n    <div class=\"res-card-hidden-info\">\n        <p>Housing state-of-the-art equipment shared across disciplines, C-LABMU supports advanced scientific research in areas ranging from materials science to environmental studies. The complex is open to researchers, graduate students, and visiting scholars.<\/p>\n    <\/div>\n\n    <div class=\"res-btn-wrapper\">\n        <a href=\"https:\/\/www2.uepg.br\/propesp-clabmu\/\" target=\"_new\" rel=\"noopener\" class=\"learnmore-btn\" style=\"display: flex; align-items: center; width: 30%; justify-content: center; padding: 10px 28px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 12px; color: #04346D; background: transparent; border: 1px solid #04346D; border-radius: 30px; text-decoration: none;\"> \n           Website \n        <\/a>\n    <\/div>\n<\/details>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    \/\/ Seleciona todos os seus cards customizados\n    const customCards = document.querySelectorAll('[class*=\"-card-container\"], [class*=\"-card-box\"], .res-card-museu');\n\n    const observerOptions = {\n        root: null,\n        threshold: 0.15, \/\/ Dispara quando 15% do card est\u00e1 vis\u00edvel\n        rootMargin: \"0px 0px -50px 0px\" \/\/ Margem para o efeito n\u00e3o ser brusco na borda inferior\n    };\n\n    const observer = new IntersectionObserver((entries, observer) => {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                \/\/ Adiciona a classe que dispara a anima\u00e7\u00e3o CSS\n                entry.target.classList.add('card-appear');\n                \n                \/\/ Opcional: Para a anima\u00e7\u00e3o rodar apenas uma vez, descomente a linha abaixo\n                \/\/ observer.unobserve(entry.target);\n            }\n        });\n    }, observerOptions);\n\n    customCards.forEach(card => {\n        observer.observe(card);\n    });\n});\n<\/script><\/div><\/div><\/div><div id=\"pgc-232-1-1\"  class=\"panel-grid-cell\" ><div id=\"panel-232-1-1-0\" class=\"widget_text so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"2\" ><div class=\"textwidget custom-html-widget\"><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900&display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* Container isolado Agipi *\/\n    .agipi-card-container {\n        font-family: 'Lato', sans-serif;\n        width: 100%;\n        max-width: 650px;\n        margin: 25px auto;\n        background: #ffffff;\n        border-radius: 15px;\n        overflow: hidden;\n        box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n        border: 1px solid #ebf0f5;\n        transition: transform 0.3s ease;\n    }\n\n    \/* Remove seta padr\u00e3o *\/\n    .agipi-card-container summary {\n        list-style: none;\n        cursor: pointer;\n        outline: none;\n    }\n    .agipi-card-container summary::-webkit-details-marker {\n        display: none;\n    }\n\n    \/* ESTILO INDIVIDUAL DA IMAGEM AGIPI *\/\n    .agipi-img-banner {\n        width: 100%;\n        height: 240px; \/* Formato Banner Horizontal *\/\n        background-image: url('https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2026\/03\/Copia-de-Melissa-Eichelbaum-Aline-Jasper-BAIXA_1.jpg');\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        display: block;\n        border-bottom: 1px solid #f0f0f0;\n    }\n\n    \/* Bloco de conte\u00fado principal *\/\n    .agipi-content-body {\n        padding: 24px 30px;\n        text-align: left;\n    }\n\n    .agipi-content-body h3 {\n        margin: 0 0 10px 0;\n        color: #04346D;\n        font-size: 1.6rem;\n        font-weight: 900;\n    }\n\n    .agipi-content-body p {\n        margin: 0 0 15px 0;\n        color: #556b82;\n        font-size: 15px;\n        line-height: 1.5;\n    }\n\n    .agipi-label-more {\n        font-size: 12px;\n        color: #4a9fd4;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* Conte\u00fado Expandido *\/\n    .agipi-info-extra {\n        padding: 0 30px 20px;\n        color: #4a5568;\n        line-height: 1.7;\n        font-size: 15px;\n        text-align: left;\n    }\n\n    \/* Container do Bot\u00e3o *\/\n    .agipi-btn-area {\n        padding-bottom: 25px;\n        display: flex;\n        justify-content: center;\n    }\n\n    \/* AJUSTES MOBILE - CENTRALIZA\u00c7\u00c3O TOTAL *\/\n    @media (max-width: 700px) {\n        .agipi-content-body, \n        .agipi-info-extra {\n            text-align: center;\n            padding-left: 20px;\n            padding-right: 20px;\n        }\n\n        .agipi-img-banner {\n            height: 180px; \/* Redu\u00e7\u00e3o para telas menores *\/\n        }\n\n        \/* Ajuste do bot\u00e3o no mobile para ocupar mais espa\u00e7o *\/\n        .agipi-btn-resizer {\n            width: 65% !important; \n        }\n    }\n<\/style>\n\n<!-- \u2500\u2500 RESEARCH & SCIENCE - AGIPI \u2500\u2500 -->\n<details class=\"agipi-card-container\">\n  <summary>\n    <!-- Imagem individualizada -->\n    <div class=\"agipi-img-banner\"><\/div>\n    \n    <div class=\"agipi-content-body\">\n      <h3>Agency for Innovation and Intellectual Property (Agipi)<\/h3>\n      <p>Bridging the university and the productive sector through innovation.<\/p>\n      <span class=\"agipi-label-more\">More details \u2193<\/span>\n    <\/div>\n  <\/summary>\n  \n  <div class=\"agipi-info-extra\">\n    <p>The agency supports the development of patents, technology transfer, and partnerships between UEPG researchers and industry. It is a key resource for students and faculty looking to bring their research to real-world applications.<\/p>\n  <\/div>\n\n  <div class=\"agipi-btn-area\">\n    <a href=\"https:\/\/www2.uepg.br\/agipi\/\" target=\"_new\" rel=\"noopener\" class=\"learnmore-btn agipi-btn-resizer\" style=\"display: flex; align-items: center; width: 30%; justify-content: center; padding: 10px 28px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 12px; color: #04346D; background: transparent; border: 1px solid #04346D; border-radius: 30px; text-decoration: none;\"> \n       Website \n    <\/a>\n  <\/div>\n<\/details><\/div><\/div><\/div><\/div><div id=\"pg-232-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-232-2-0\"  class=\"panel-grid-cell\" ><div id=\"panel-232-2-0-0\" class=\"widget_text so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"3\" ><div class=\"textwidget custom-html-widget\"><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900&display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* Container isolado Observat\u00f3rio *\/\n    .observatory-card-container {\n        font-family: 'Lato', sans-serif;\n        width: 100%;\n        max-width: 650px;\n        margin: 25px auto;\n        background: #ffffff;\n        border-radius: 15px;\n        overflow: hidden;\n        box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n        border: 1px solid #ebf0f5;\n        transition: transform 0.3s ease;\n    }\n\n    \/* Remove seta padr\u00e3o *\/\n    .observatory-card-container summary {\n        list-style: none;\n        cursor: pointer;\n        outline: none;\n    }\n    .observatory-card-container summary::-webkit-details-marker {\n        display: none;\n    }\n\n    \/* ESTILO INDIVIDUAL DA IMAGEM OBSERVAT\u00d3RIO *\/\n    .observatory-img-banner {\n        width: 100%;\n        height: 240px; \/* Formato Banner Horizontal *\/\n        background-image: url('https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2026\/08\/observatorio-Je-5.png');\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        display: block;\n        border-bottom: 1px solid #f0f0f0;\n    }\n\n    \/* Bloco de conte\u00fado principal *\/\n    .observatory-content-body {\n        padding: 24px 30px;\n        text-align: left;\n    }\n\n    .observatory-content-body h3 {\n        margin: 0 0 10px 0;\n        color: #04346D;\n        font-size: 1.6rem;\n        font-weight: 900;\n    }\n\n    .observatory-content-body p {\n        margin: 0 0 15px 0;\n        color: #556b82;\n        font-size: 15px;\n        line-height: 1.5;\n    }\n\n    .observatory-label-more {\n        font-size: 12px;\n        color: #4a9fd4;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* Conte\u00fado Expandido *\/\n    .observatory-info-extra {\n        padding: 0 30px 20px;\n        color: #4a5568;\n        line-height: 1.7;\n        font-size: 15px;\n        text-align: left;\n    }\n\n    \/* Container do Bot\u00e3o *\/\n    .observatory-btn-area {\n        padding-bottom: 25px;\n        display: flex;\n        justify-content: center;\n    }\n\n    \/* AJUSTES MOBILE - CENTRALIZA\u00c7\u00c3O TOTAL *\/\n    @media (max-width: 700px) {\n        .observatory-content-body, \n        .observatory-info-extra {\n            text-align: center;\n            padding-left: 20px;\n            padding-right: 20px;\n        }\n\n        .observatory-img-banner {\n            height: 180px; \/* Redu\u00e7\u00e3o para telas menores *\/\n        }\n\n        \/* Ajuste do bot\u00e3o no mobile para ocupar mais espa\u00e7o *\/\n        .observatory-btn-resizer {\n            width: 65% !important; \n        }\n    }\n<\/style>\n\n<!-- \u2500\u2500 RESEARCH & SCIENCE - OBSERVAT\u00d3RIO \u2500\u2500 -->\n<details class=\"observatory-card-container\">\n  <summary>\n    <!-- Imagem individualizada -->\n    <div class=\"observatory-img-banner\"><\/div>\n    \n    <div class=\"observatory-content-body\">\n      <h3>Astronomical Observatory<\/h3>\n      <p>The Astronomical Observatory allows visitors to view stars, planets, and other celestial bodies.<\/p>\n      <span class=\"observatory-label-more\">More details \u2193<\/span>\n    <\/div>\n  <\/summary>\n  \n  <div class=\"observatory-info-extra\">\n    <p>In addition to research in the field of astronomy education, researchers at the planetarium conduct cutting edge inquiries on the universe, including the discovery of exoplanets.<\/p>\n  <\/div>\n\n  <div class=\"observatory-btn-area\">\n    <a href=\"https:\/\/paranafazciencia.uvpr.pr.gov.br\/turismocientifico\/planetarios\/observatorio-astronomico-da-uepg\/\" target=\"_new\" rel=\"noopener\" class=\"learnmore-btn observatory-btn-resizer\" style=\"display: flex; align-items: center; width: 30%; justify-content: center; padding: 10px 28px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 12px; color: #04346D; background: transparent; border: 1px solid #04346D; border-radius: 30px; text-decoration: none;\"> \n       Website \n    <\/a>\n  <\/div>\n<\/details><\/div><\/div><\/div><div id=\"pgc-232-2-1\"  class=\"panel-grid-cell\" ><div id=\"panel-232-2-1-0\" class=\"widget_text so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"4\" ><div class=\"textwidget custom-html-widget\"><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900&display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* Container isolado para o card da Fazenda *\/\n    .farm-card-box {\n        font-family: 'Lato', sans-serif;\n        width: 100%;\n        max-width: 650px;\n        margin: 25px auto;\n        background: #ffffff;\n        border-radius: 15px;\n        overflow: hidden;\n        box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n        border: 1px solid #ebf0f5;\n        transition: transform 0.3s ease;\n    }\n\n    \/* Remove a seta padr\u00e3o do sum\u00e1rio *\/\n    .farm-card-box summary {\n        list-style: none;\n        cursor: pointer;\n        outline: none;\n    }\n    .farm-card-box summary::-webkit-details-marker {\n        display: none;\n    }\n\n    \/* ESTILO INDIVIDUAL DA IMAGEM DA FAZENDA *\/\n    .farm-img-banner {\n        width: 100%;\n        height: 240px; \/* Propor\u00e7\u00e3o horizontal de banner *\/\n        background-image: url('https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2026\/04\/25-03-2026-FESCON-ILUSTRATIVAS-GABRIEL-SPENASSATO-BAIXAS-9.jpg');\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        display: block;\n        border-bottom: 1px solid #f0f0f0;\n    }\n\t\n\t\n\n    \/* Bloco de conte\u00fado vis\u00edvel *\/\n    .farm-text-content {\n        padding: 24px 30px;\n        text-align: left;\n    }\n\n    .farm-text-content h3 {\n        margin: 0 0 10px 0;\n        color: #04346D;\n        font-size: 1.6rem;\n        font-weight: 900;\n    }\n\n    .farm-text-content p {\n        margin: 0 0 15px 0;\n        color: #556b82;\n        font-size: 15px;\n        line-height: 1.5;\n    }\n\n    .farm-more-trigger {\n        font-size: 12px;\n        color: #4a9fd4;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* Conte\u00fado que expande *\/\n    .farm-extra-info {\n        padding: 0 30px 25px;\n        color: #4a5568;\n        line-height: 1.7;\n        font-size: 15px;\n        text-align: left;\n    }\n\t\n\t \/* Container do Bot\u00e3o *\/\n    .farm-btn-area {\n        padding-bottom: 25px;\n        display: flex;\n        justify-content: center;\n    }\n\n    \/* --- AJUSTES MOBILE (CENTRALIZA\u00c7\u00c3O) --- *\/\n    @media (max-width: 700px) {\n        .farm-text-content, \n        .farm-extra-info {\n            text-align: center;\n            padding-left: 20px;\n            padding-right: 20px;\n        }\n\n        .farm-img-banner {\n            height: 180px; \/* Ajuste da altura do banner no celular *\/\n        }\n\t\t\t\n\t\t\t.farm-btn-resizer {\n            width: 65% !important; \n        }\n    }\n\t\n<\/style>\n\n<!-- \u2500\u2500 RESEARCH & SCIENCE - LAB FARM (FESCON) \u2500\u2500 -->\n<details class=\"farm-card-box\">\n  <summary>\n    <!-- Imagem individualizada -->\n    <div class=\"farm-img-banner\"><\/div>\n    \n    <div class=\"farm-text-content\">\n      <h3>Experimental Farm<\/h3>\n      <p>An open-air laboratory dedicated to agricultural and livestock research.<\/p>\n      <span class=\"farm-more-trigger\">More details \u2193<\/span>\n    <\/div>\n  <\/summary>\n\n  <div class=\"farm-extra-info\">\n    <p>\n      Fazenda Escola Cap\u00e3o da On\u00e7a spans a vast area on the outskirts of Ponta Grossa, \n      offering hands-on research opportunities in agronomy, veterinary science, and related fields. \n      Students work alongside faculty on real agricultural production and experiments.\n    <\/p>\n  <\/div>\n\t\n\t<div class=\"farm-btn-area\">\n    <a href=\"https:\/\/www2.uepg.br\/dezoo\/fazenda-escola\/\" target=\"_new\" rel=\"noopener\" class=\"learnmore-btn farm-btn-resizer\" style=\"display: flex; align-items: center; width: 30%; justify-content: center; padding: 10px 28px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 12px; color: #04346D; background: transparent; border: 1px solid #04346D; border-radius: 30px; text-decoration: none;\"> \n       Website \n    <\/a>\n  <\/div>\n\t\n<\/details><\/div><\/div><\/div><\/div><div id=\"pg-232-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-232-3-0\"  class=\"panel-grid-cell\" ><div id=\"panel-232-3-0-0\" class=\"widget_text so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"5\" ><div class=\"textwidget custom-html-widget\"><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900&display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* Container isolado para o Col\u00e9gio Agr\u00edcola *\/\n    .school-card-container {\n        font-family: 'Lato', sans-serif;\n        width: 100%;\n        max-width: 650px;\n        margin: 25px auto;\n        background: #ffffff;\n        border-radius: 15px;\n        overflow: hidden;\n        box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n        border: 1px solid #ebf0f5;\n        transition: transform 0.3s ease;\n    }\n\n    \/* Remove seta padr\u00e3o do details *\/\n    .school-card-container summary {\n        list-style: none;\n        cursor: pointer;\n        outline: none;\n    }\n    .school-card-container summary::-webkit-details-marker {\n        display: none;\n    }\n\n    \/* ESTILO INDIVIDUAL DA IMAGEM DO COL\u00c9GIO *\/\n    .school-img-banner {\n        width: 100%;\n        height: 240px; \/* Aspecto horizontal de banner *\/\n        background-image: url('https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2026\/04\/caar.jpg');\n        background-size: cover;\n        background-position: center 69%;\n        background-repeat: no-repeat;\n        display: block;\n        border-bottom: 1px solid #f0f0f0;\n    }\n\n    \/* Conte\u00fado principal do sum\u00e1rio *\/\n    .school-content-main {\n        padding: 24px 30px;\n        text-align: left;\n    }\n\n    .school-content-main h3 {\n        margin: 0 0 10px 0;\n        color: #04346D;\n        font-size: 1.6rem;\n        font-weight: 900;\n    }\n\n    .school-content-main p {\n        margin: 0 0 15px 0;\n        color: #556b82;\n        font-size: 15px;\n        line-height: 1.5;\n    }\n\n    .school-expand-btn {\n        font-size: 12px;\n        color: #4a9fd4;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* Conte\u00fado que aparece ao expandir *\/\n    .school-extra-details {\n        padding: 0 30px 20px;\n        color: #4a5568;\n        line-height: 1.7;\n        font-size: 15px;\n        text-align: left;\n    }\n\n    \/* Wrapper para o bot\u00e3o dentro da \u00e1rea expandida *\/\n    .school-btn-wrapper {\n        display: flex;\n        justify-content: center;\n        width: 100%;\n        margin-top: 15px;\n    }\n\n    \/* AJUSTES MOBILE - CENTRALIZA\u00c7\u00c3O TOTAL *\/\n    @media (max-width: 700px) {\n        .school-content-main, \n        .school-extra-details {\n            text-align: center;\n            padding-left: 20px;\n            padding-right: 20px;\n        }\n\n        .school-img-banner {\n            height: 180px; \/* Redu\u00e7\u00e3o para melhor propor\u00e7\u00e3o no celular *\/\n        }\n\n        \/* Ajuste do bot\u00e3o no mobile para n\u00e3o ficar muito estreito *\/\n        .school-btn-mobile-width {\n            width: 70% !important; \n        }\n    }\n<\/style>\n\n<!-- \u2500\u2500 RESEARCH & SCIENCE - AGRICULTURE SCHOOL \u2500\u2500 -->\n<details class=\"school-card-container\">\n  <summary>\n    <!-- Imagem individualizada do Col\u00e9gio -->\n    <div class=\"school-img-banner\"><\/div>\n    \n    <div class=\"school-content-main\">\n      <h3>Agricultural High School<\/h3>\n      <p>Technical training for the next generation of rural professionals.<\/p>\n      <span class=\"school-expand-label school-expand-btn\">More details \u2193<\/span>\n    <\/div>\n  <\/summary>\n\n  <div class=\"school-extra-details\">\n    <p>\n      Administered by UEPG, Col\u00e9gio Agr\u00edcola Augusto Ribas offers secondary-level technical education \n      focused on agriculture and rural work. The school operates in close connection with the \n      university's research activities and the Escola Farm.\n    <\/p>\n    \n    <!-- Bot\u00e3o posicionado dentro da \u00e1rea extra -->\n    <div class=\"school-btn-wrapper\">\n        <a href=\"https:\/\/www2.uepg.br\/caar\/\" target=\"_new\" rel=\"noopener\" class=\"learnmore-btn school-btn-mobile-width\" style=\"display: flex; align-items: center; width: 30%; justify-content: center; padding: 10px 28px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 12px; color: #04346D; background: transparent; border: 1px solid #04346D; border-radius: 30px; text-decoration: none;\"> \n           Website \n        <\/a>\n    <\/div>\n  <\/div>\n<\/details><\/div><\/div><\/div><div id=\"pgc-232-3-1\"  class=\"panel-grid-cell\" ><div id=\"panel-232-3-1-0\" class=\"widget_text so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"6\" ><div class=\"textwidget custom-html-widget\"><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900&display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* Container isolado para o CAIC *\/\n    .caic-card-box {\n        font-family: 'Lato', sans-serif;\n        width: 100%;\n        max-width: 650px;\n        margin: 25px auto;\n        background: #ffffff;\n        border-radius: 15px;\n        overflow: hidden;\n        box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n        border: 1px solid #ebf0f5;\n        transition: transform 0.3s ease;\n    }\n\n    \/* Remove a seta padr\u00e3o do details *\/\n    .caic-card-box summary {\n        list-style: none;\n        cursor: pointer;\n        outline: none;\n    }\n    .caic-card-box summary::-webkit-details-marker {\n        display: none;\n    }\n\n    \/* ESTILO INDIVIDUAL DA IMAGEM CAIC (BANNER) *\/\n    .caic-img-banner {\n        width: 100%;\n        height: 240px; \/* Propor\u00e7\u00e3o horizontal de banner *\/\n        background-image: url('https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2026\/04\/Festa-Caic-2025-Larissa-Godoy-145-scaled.jpg');\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        display: block;\n        border-bottom: 1px solid #f0f0f0;\n    }\n\n    \/* Conte\u00fado principal do sum\u00e1rio *\/\n    .caic-main-content {\n        padding: 24px 30px;\n        text-align: left;\n    }\n\n    .caic-main-content h3 {\n        margin: 0 0 10px 0;\n        color: #04346D;\n        font-size: 1.6rem;\n        font-weight: 900;\n    }\n\n    .caic-main-content p {\n        margin: 0 0 15px 0;\n        color: #556b82;\n        font-size: 15px;\n        line-height: 1.5;\n    }\n\n    .caic-label-trigger {\n        font-size: 12px;\n        color: #4a9fd4;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* Conte\u00fado que aparece ao expandir *\/\n    .caic-extra-info {\n        padding: 0 30px 25px;\n        color: #4a5568;\n        line-height: 1.7;\n        font-size: 15px;\n        text-align: left;\n    }\n\t\n\t\t.caic-btn-area {\n        padding-bottom: 25px;\n        display: flex;\n        justify-content: center;\n    }\n\n    \/* --- AJUSTES MOBILE (CENTRALIZA\u00c7\u00c3O TOTAL) --- *\/\n    @media (max-width: 700px) {\n        .caic-main-content, \n        .caic-extra-info {\n            text-align: center;\n            padding-left: 20px;\n            padding-right: 20px;\n        }\n\n        .caic-img-banner {\n            height: 180px; \/* Ajuste da altura do banner no celular *\/\n        }\n\n\t\t\t .caic-btn-resizer {\n            width: 65% !important; \n        }\n\t\t\t\n    }\n<\/style>\n\n<!-- \u2500\u2500 RESEARCH & SCIENCE - CAIC \u2500\u2500 -->\n<details class=\"caic-card-box\">\n  <summary>\n    <!-- Imagem individualizada do CAIC -->\n    <div class=\"caic-img-banner\"><\/div>\n    \n    <div class=\"caic-main-content\">\n      <h3>Center for Comprehensive Care for Children and Adolescents (CAIC)<\/h3>\n      <p>A full-time school integrating education, healthcare, and social services.<\/p>\n      <span class=\"caic-label-trigger\">More details \u2193<\/span>\n    <\/div>\n  <\/summary>\n\n  <div class=\"caic-extra-info\">\n    <p>\n      CAIC is a model of integrated community support, \n\t\t\toffering full-time primary education alongside health and social assistance services \u2014 all under one roof. \n\t\t\tIt reflects UEPG's commitment to the surrounding community beyond the campus walls.\n    <\/p>\n  <\/div>\n\t\n\t<div class=\"caic-btn-area\">\n    <a href=\"https:\/\/www2.uepg.br\/caic\/\" target=\"_new\" rel=\"noopener\" class=\"learnmore-btn caic-btn-resizer\" style=\"display: flex; align-items: center; width: 30%; justify-content: center; padding: 10px 28px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 12px; color: #04346D; background: transparent; border: 1px solid #04346D; border-radius: 30px; text-decoration: none;\"> \n       Website \n    <\/a>\n  <\/div>\n\t\n<\/details><\/div><\/div><\/div><\/div><div id=\"pg-232-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-232-4-0\"  class=\"panel-grid-cell\" ><div id=\"panel-232-4-0-0\" class=\"widget_text so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"7\" ><div class=\"textwidget custom-html-widget\"><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900&display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* Container isolado para o Museu Campos Gerais *\/\n    .mcg-card-container {\n        font-family: 'Lato', sans-serif;\n        width: 100%;\n        max-width: 650px;\n        margin: 25px auto;\n        background: #ffffff;\n        border-radius: 15px;\n        overflow: hidden;\n        box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n        border: 1px solid #ebf0f5;\n        transition: transform 0.3s ease;\n    }\n\n    \/* Remove a seta padr\u00e3o do details *\/\n    .mcg-card-container summary {\n        list-style: none;\n        cursor: pointer;\n        outline: none;\n    }\n    .mcg-card-container summary::-webkit-details-marker {\n        display: none;\n    }\n\n    \/* ESTILO INDIVIDUAL DA IMAGEM DO MUSEU CG (BANNER) *\/\n    .mcg-img-banner {\n        width: 100%;\n        height: 240px; \/* Mant\u00e9m a propor\u00e7\u00e3o horizontal de banner *\/\n        background-image: url('https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2026\/04\/fachada-Museu-Campos-Gerais-MCG-fev-2025-Aline-Jasper-BAIXA.jpg');\n        background-size: cover;\n        background-position: center 30%;\n        background-repeat: no-repeat;\n        display: block;\n        border-bottom: 1px solid #f0f0f0;\n    }\n\n    \/* Conte\u00fado principal do sum\u00e1rio *\/\n    .mcg-body-content {\n        padding: 24px 30px;\n        text-align: left;\n    }\n\n    .mcg-body-content h3 {\n        margin: 0 0 10px 0;\n        color: #04346D;\n        font-size: 1.6rem;\n        font-weight: 900;\n    }\n\n    .mcg-body-content p {\n        margin: 0 0 15px 0;\n        color: #556b82;\n        font-size: 15px;\n        line-height: 1.5;\n    }\n\n    .mcg-label-expand {\n        font-size: 12px;\n        color: #4a9fd4;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* Conte\u00fado extra que aparece ao expandir *\/\n    .mcg-extra-details {\n        padding: 0 30px 10px;\n        color: #4a5568;\n        line-height: 1.7;\n        font-size: 15px;\n        text-align: left;\n    }\n\n    \/* Wrapper do bot\u00e3o para facilitar centraliza\u00e7\u00e3o *\/\n    .mcg-btn-wrapper {\n        padding: 10px 30px 25px;\n        display: flex;\n        justify-content: center;\n    }\n\n    \/* AJUSTES MOBILE - CENTRALIZA\u00c7\u00c3O TOTAL *\/\n    @media (max-width: 700px) {\n        .mcg-body-content, \n        .mcg-extra-details {\n            text-align: center;\n            padding-left: 20px;\n            padding-right: 20px;\n        }\n\n        .mcg-img-banner {\n            height: 180px; \/* Redu\u00e7\u00e3o para melhor visualiza\u00e7\u00e3o em telas pequenas *\/\n        }\n\n        \/* For\u00e7a a largura do bot\u00e3o no mobile para n\u00e3o ficar esmagado *\/\n        .mcg-btn-mobile {\n            width: 70% !important; \n        }\n    }\n<\/style>\n\n<!-- \u2500\u2500 RESEARCH & SCIENCE - CAMPOS GERAIS MUSEUM \u2500\u2500 -->\n<details class=\"mcg-card-container\">\n  <summary>\n    <!-- Imagem individualizada do Museu MCG -->\n    <div class=\"mcg-img-banner\"><\/div>\n    \n    <div class=\"mcg-body-content\">\n      <h3>Campos Gerais Museum<\/h3>\n      <p>A space for research and preservation of regional memory and history.<\/p>\n      <span class=\"mcg-label-expand\">More details \u2193<\/span>\n    <\/div>\n  <\/summary>\n\n  <div class=\"mcg-extra-details\">\n    <p>The museum holds an extensive documentary and physical collection that retraces\nthe history of Ponta Grossa and the Campos Gerais region. It is a valuable\nresource for historians, students, and anyone curious about the cultural roots of\nthe area.\n    <\/p>\n  <\/div>\n\n  <div class=\"mcg-btn-wrapper\">\n    <a href=\"https:\/\/www2.uepg.br\/museu\/\" target=\"_new\" rel=\"noopener\" class=\"learnmore-btn mcg-btn-mobile\" style=\"display: flex; align-items: center; width: 30%; justify-content: center; padding: 10px 28px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 12px; color: #04346D; background: transparent; border: 1px solid #04346D; border-radius: 30px; text-decoration: none;\"> \n       Website \n    <\/a>\n  <\/div>\n<\/details><\/div><\/div><\/div><div id=\"pgc-232-4-1\"  class=\"panel-grid-cell\" ><div id=\"panel-232-4-1-0\" class=\"widget_text so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"8\" ><div class=\"textwidget custom-html-widget\"><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900&display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* Container Individualizado *\/\n    .res-card-museu {\n        font-family: 'Lato', sans-serif;\n        width: 100%;\n        max-width: 650px;\n        margin: 25px auto;\n        background: #ffffff;\n        border-radius: 15px;\n        overflow: hidden;\n        box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n        border: 1px solid #ebf0f5;\n        transition: all 0.3s ease;\n    }\n\n    \/* Remove a seta do navegador *\/\n    .res-card-museu summary {\n        list-style: none;\n        cursor: pointer;\n        outline: none;\n    }\n    .res-card-museu summary::-webkit-details-marker {\n        display: none;\n    }\n\n    \/* ESTILO INDIVIDUAL DA IMAGEM DO MUSEU *\/\n    .res-img-museu {\n        width: 100%;\n        height: 240px; \/* Banner Horizontal *\/\n        background-image: url('https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2026\/04\/MCN.jpg');\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        display: block;\n        border-bottom: 1px solid #f0f0f0;\n    }\n\n    \/* Bloco de conte\u00fado *\/\n    .res-content-box {\n        padding: 24px 30px;\n        text-align: left;\n    }\n\n    .res-content-box h3 {\n        margin: 0 0 10px 0;\n        color: #04346D;\n        font-size: 1.6rem;\n        font-weight: 900;\n    }\n\n    .res-content-box p {\n        margin: 0 0 15px 0;\n        color: #556b82;\n        font-size: 15px;\n        line-height: 1.5;\n    }\n\n    .res-trigger-text {\n        font-size: 12px;\n        color: #4a9fd4;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* Conte\u00fado Extra *\/\n    .res-extra-info {\n        padding: 0 30px 20px;\n        color: #4a5568;\n        line-height: 1.7;\n        font-size: 15px;\n        text-align: left;\n    }\n\n    \/* Container do Bot\u00e3o *\/\n    .res-btn-container {\n        padding-bottom: 25px;\n        display: flex;\n        justify-content: center;\n    }\n\n    \/* AJUSTES MOBILE - CENTRALIZA\u00c7\u00c3O TOTAL *\/\n    @media (max-width: 700px) {\n        .res-content-box, \n        .res-extra-info {\n            text-align: center;\n            padding-left: 20px;\n            padding-right: 20px;\n        }\n\n        .res-img-museu {\n            height: 180px; \/* Redu\u00e7\u00e3o proporcional do banner *\/\n        }\n\n        \/* For\u00e7ar largura do bot\u00e3o no mobile via classe para sobrepor inline *\/\n        .res-btn-mobile {\n            width: 65% !important; \n        }\n    }\n<\/style>\n\n<!-- \u2500\u2500 RESEARCH & SCIENCE - NATURAL SCIENCES MUSEUM \u2500\u2500 -->\n<details class=\"res-card-museu\">\n  <summary>\n    <div class=\"res-img-museu\"><\/div>\n    <div class=\"res-content-box\">\n      <h3>Natural Sciences Museum<\/h3>\n      <p>A space dedicated to the biodiversity and geodiversity of the Campos Gerais.<\/p>\n      <span class=\"res-trigger-text\">More details \u2193<\/span>\n    <\/div>\n  <\/summary>\n  \n  <div class=\"res-extra-info\">\n    <p>The collection reflects the remarkable natural heritage of Paran\u00e1, featuring\ngeological specimens, fossils, and biological samples from the region. The\nmuseum serves both as a research facility and a space open to the public and\nvisiting students.<\/p>\n  <\/div>\n\n  <div class=\"res-btn-container\">\n    <a href=\"https:\/\/www2.uepg.br\/mcn\/\" target=\"_new\" rel=\"noopener\" class=\"learnmore-btn res-btn-mobile\" style=\"display: flex; align-items: center; width: 30%; justify-content: center; padding: 10px 28px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 12px; color: #04346D; background: transparent; border: 1px solid #04346D; border-radius: 30px; text-decoration: none;\"> \n       Website \n    <\/a>\n  <\/div>\n<\/details><\/div><\/div><\/div><\/div><div id=\"pg-232-5\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-232-5-0\"  class=\"panel-grid-cell panel-grid-cell-empty\" ><\/div><div id=\"pgc-232-5-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\" ><div id=\"panel-232-5-1-0\" class=\"widget_text so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"9\" ><div class=\"textwidget custom-html-widget\"><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900&display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* Container isolado Biblioteca *\/\n    .library-card-container {\n        font-family: 'Lato', sans-serif;\n        width: 100%;\n        max-width: 650px;\n        margin: 25px auto;\n        background: #ffffff;\n        border-radius: 15px;\n        overflow: hidden;\n        box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n        border: 1px solid #ebf0f5;\n        transition: transform 0.3s ease;\n    }\n\n    \/* Remove seta padr\u00e3o *\/\n    .library-card-container summary {\n        list-style: none;\n        cursor: pointer;\n        outline: none;\n    }\n    .library-card-container summary::-webkit-details-marker {\n        display: none;\n    }\n\n    \/* ESTILO INDIVIDUAL DA IMAGEM BIBLIOTECA *\/\n    .library-img-banner {\n        width: 100%;\n        height: 240px; \/* Formato Banner Horizontal *\/\n        background-image: url('https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2026\/08\/Parana-Fala-Frances-Bicen-Jessica-Natal-11.png');\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        display: block;\n        border-bottom: 1px solid #f0f0f0;\n    }\n\n    \/* Bloco de conte\u00fado principal *\/\n    .library-content-body {\n        padding: 24px 30px;\n        text-align: left;\n    }\n\n    .library-content-body h3 {\n        margin: 0 0 10px 0;\n        color: #04346D;\n        font-size: 1.6rem;\n        font-weight: 900;\n    }\n\n    .library-content-body p {\n        margin: 0 0 15px 0;\n        color: #556b82;\n        font-size: 15px;\n        line-height: 1.5;\n    }\n\n    .library-label-more {\n        font-size: 12px;\n        color: #4a9fd4;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* Conte\u00fado Expandido *\/\n    .library-info-extra {\n        padding: 0 30px 20px;\n        color: #4a5568;\n        line-height: 1.7;\n        font-size: 15px;\n        text-align: left;\n    }\n\n    \/* Container do Bot\u00e3o *\/\n    .library-btn-area {\n        padding-bottom: 25px;\n        display: flex;\n        justify-content: center;\n    }\n\n    \/* AJUSTES MOBILE - CENTRALIZA\u00c7\u00c3O TOTAL *\/\n    @media (max-width: 700px) {\n        .library-content-body, \n        .library-info-extra {\n            text-align: center;\n            padding-left: 20px;\n            padding-right: 20px;\n        }\n\n        .library-img-banner {\n            height: 180px; \/* Redu\u00e7\u00e3o para telas menores *\/\n        }\n\n        \/* Ajuste do bot\u00e3o no mobile para ocupar mais espa\u00e7o *\/\n        .library-btn-resizer {\n            width: 65% !important; \n        }\n    }\n<\/style>\n\n<!-- \u2500\u2500 RESEARCH & SCIENCE - BIBLIOTECA \u2500\u2500 -->\n<details class=\"library-card-container\">\n  <summary>\n    <!-- Imagem individualizada -->\n    <div class=\"library-img-banner\"><\/div>\n    \n    <div class=\"library-content-body\">\n      <h3>Central Library<\/h3>\n      <p>The purpose of the Central Library is to assist the university community in its\nteaching and learning activities and to support extension and research\nprogrammes.<\/p>\n      <span class=\"library-label-more\">More details \u2193<\/span>\n    <\/div>\n  <\/summary>\n  \n  <div class=\"library-info-extra\">\n  <\/div>\n\n  <div class=\"library-btn-area\">\n    <a href=\"https:\/\/www2.uepg.br\/bicen\/\" target=\"_new\" rel=\"noopener\" class=\"learnmore-btn library-btn-resizer\" style=\"display: flex; align-items: center; width: 30%; justify-content: center; padding: 10px 28px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 12px; color: #04346D; background: transparent; border: 1px solid #04346D; border-radius: 30px; text-decoration: none;\"> \n       Website \n    <\/a>\n  <\/div>\n<\/details><\/div><\/div><\/div><div id=\"pgc-232-5-2\"  class=\"panel-grid-cell panel-grid-cell-empty\" ><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Explore our teaching and researching facilities Multi-User Laboratory Complex (C-LABMU) Multi-User Laboratory Complex \u2014 one of UEPG&#8217;s most important research hubs. More details \u2193 Housing state-of-the-art equipment shared across disciplines, C-LABMU supports advanced scientific research in areas ranging from materials science to environmental studies. The complex is open to researchers, graduate students, and visiting scholars.&nbsp;&hellip;<\/p>\n","protected":false},"author":378,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"_links":{"self":[{"href":"https:\/\/www2.uepg.br\/uepginternational\/wp-json\/wp\/v2\/pages\/232"}],"collection":[{"href":"https:\/\/www2.uepg.br\/uepginternational\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www2.uepg.br\/uepginternational\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www2.uepg.br\/uepginternational\/wp-json\/wp\/v2\/users\/378"}],"replies":[{"embeddable":true,"href":"https:\/\/www2.uepg.br\/uepginternational\/wp-json\/wp\/v2\/comments?post=232"}],"version-history":[{"count":76,"href":"https:\/\/www2.uepg.br\/uepginternational\/wp-json\/wp\/v2\/pages\/232\/revisions"}],"predecessor-version":[{"id":1552,"href":"https:\/\/www2.uepg.br\/uepginternational\/wp-json\/wp\/v2\/pages\/232\/revisions\/1552"}],"wp:attachment":[{"href":"https:\/\/www2.uepg.br\/uepginternational\/wp-json\/wp\/v2\/media?parent=232"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}