{"id":226,"date":"2025-09-30T11:18:22","date_gmt":"2025-09-30T14:18:22","guid":{"rendered":"https:\/\/www2.uepg.br\/uepginternational\/?page_id=226"},"modified":"2026-08-10T16:33:06","modified_gmt":"2026-08-10T19:33:06","slug":"life-on-campus","status":"publish","type":"page","link":"https:\/\/www2.uepg.br\/uepginternational\/life-on-campus\/","title":{"rendered":"Life on campus"},"content":{"rendered":"<div id=\"pl-226\"  class=\"panel-layout\" ><div id=\"pg-226-0\"  class=\"panel-grid panel-has-style\" ><div class=\"panel-row-style panel-row-style-for-226-0\" ><div id=\"pgc-226-0-0\"  class=\"panel-grid-cell\" ><div id=\"panel-226-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 panel-widget-style panel-widget-style-for-226-0-0-0\" ><div class=\"textwidget custom-html-widget\"><h4 class=\"titulo-scroll-reveal\">Discover student life, facilities and daily experiences at UEPG<\/h4><\/div><\/div><\/div><\/div><\/div><\/div><div id=\"pg-226-1\"  class=\"panel-grid panel-has-style\" ><div class=\"panel-row-style panel-row-style-for-226-1\" ><div id=\"pgc-226-1-0\"  class=\"panel-grid-cell\" ><div id=\"panel-226-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    \/* Configura\u00e7\u00f5es Gerais do Card *\/\n    .intro-card {\n        font-family: 'Lato', sans-serif;\n        width: 100%;\n        max-width: 600px; \/* Largura m\u00e1xima para n\u00e3o esticar demais no desktop *\/\n        margin: 20px auto;\n        background: #fff;\n        border-radius: 12px;\n        overflow: hidden;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        border: 1px solid #e1e8ed;\n        transition: transform 0.2s ease;\n    }\n\n    \/* Remove a seta padr\u00e3o do details *\/\n    .intro-card summary {\n        list-style: none;\n        cursor: pointer;\n        outline: none;\n    }\n    .intro-card summary::-webkit-details-marker {\n        display: none;\n    }\n\n    \/* Imagem estilo Banner Horizontal *\/\n    .card-image-dining {\n        width: 100%;\n        height: 220px; \/* Altura fixa para manter o aspecto de banner *\/\n        background-image: url('https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2026\/04\/RU-2.jpg'); \n        background-size: cover;\n        background-position: center 65%;\n        background-repeat: no-repeat;\n    }\n\n    \/* Conte\u00fado do Sum\u00e1rio *\/\n    .intro-card-content {\n        padding: 20px;\n        text-align: left;\n    }\n\n    .intro-card-content h3 {\n        margin: 0 0 8px;\n        color: #003366;\n        font-size: 1.4rem;\n        font-weight: 900;\n    }\n\n    .expand-label {\n        font-size: 13px;\n        color: #4a9fd4;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n\n    \/* Conte\u00fado Expandido *\/\n    .intro-card-extra {\n        padding: 0 20px 20px;\n        color: #4a5568;\n        line-height: 1.6;\n        font-size: 15px;\n        animation: slideDown 0.3s ease-out;\n    }\n\n    \/* Efeito de hover *\/\n    .intro-card:hover {\n        transform: translateY(-2px);\n    }\n\n    \/* Anima\u00e7\u00e3o de abertura *\/\n    @keyframes slideDown {\n        from { opacity: 0; transform: translateY(-10px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* AJUSTES PARA MOBILE *\/\n    @media (max-width: 700px) {\n        .intro-card-content {\n            text-align: center; \/* Centraliza o t\u00edtulo e o label *\/\n            padding: 20px 15px;\n        }\n\n        .intro-card-extra {\n            text-align: center; \/* Centraliza o texto expandido *\/\n        }\n\n        .card-image-dining {\n            height: 160px; \/* Reduz um pouco a altura no mobile para manter propor\u00e7\u00e3o *\/\n        }\n    }\n\t\n\t\/* Estado inicial do card antes de entrar na tela *\/\n.intro-card {\n    opacity: 0;\n    transform: translateY(30px);\n    transition: opacity 0.8s ease-out, transform 0.8s ease-out;\n}\n\n\/* Estado quando o card se torna vis\u00edvel *\/\n.intro-card.appear {\n    opacity: 1;\n    transform: translateY(0);\n}\n<\/style>\n\n<details class=\"intro-card intro-card-expand\">\n    <summary>\n        <!-- A imagem agora funciona como um banner superior -->\n        <div class=\"intro-card-image card-image-dining\"><\/div>\n        \n        <div class=\"intro-card-content\">\n            <h3>Dining &amp; Cafeterias<\/h3>\n            <span class=\"expand-label\">More details \u2193<\/span>\n        <\/div>\n    <\/summary>\n\n    <div class=\"intro-card-extra\">\n        <p>\n        University restaurants offer subsidized meals for students, staff, and visitors. Menus\n\t\t\t\tchange daily and include vegetarian options. Foreign students can have breakfast, lunch\n\t\t\t\tand dinner in the university restaurant free of charge on weekdays. In addition, there are\n\t\t\t\tcafeterias located in strategic areas of the campus.\n        <\/p>\n    <\/div>\n<\/details>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    const cards = document.querySelectorAll('.intro-card');\n\n    const observerOptions = {\n        root: null, \/\/ usa a viewport como refer\u00eancia\n        threshold: 0.1, \/\/ dispara quando 10% do card aparece\n        rootMargin: \"0px 0px -50px 0px\" \/\/ margem inferior para o efeito n\u00e3o ser imediato demais\n    };\n\n    const observer = new IntersectionObserver(function(entries, observer) {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('appear');\n                \/\/ Para o efeito acontecer apenas uma vez, descomente a linha abaixo:\n                \/\/ observer.unobserve(entry.target);\n            }\n        });\n    }, observerOptions);\n\n    cards.forEach(card => {\n        observer.observe(card);\n    });\n});\n<\/script><\/div><\/div><\/div><div id=\"pgc-226-1-1\"  class=\"panel-grid-cell\" ><div id=\"panel-226-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    \/* Base do Card (Id\u00eantico ao anterior) *\/\n    .intro-card {\n        font-family: 'Lato', sans-serif;\n        width: 100%;\n        max-width: 600px;\n        margin: 20px auto;\n        background: #fff;\n        border-radius: 12px;\n        overflow: hidden;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        border: 1px solid #e1e8ed;\n        transition: transform 0.2s ease;\n    }\n\n    .intro-card summary {\n        list-style: none;\n        cursor: pointer;\n        outline: none;\n    }\n    .intro-card summary::-webkit-details-marker {\n        display: none;\n    }\n\n    \/* Imagem estilo Banner Horizontal *\/\n    .intro-card-image {\n        width: 100%;\n        height: 220px;\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n    }\n\n    \/* Classe espec\u00edfica para a imagem de Transporte *\/\n    .card-image-transport {\n        background-image: url('https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2025\/12\/ipes-amarelos-campus-uvaranas-Aline-Jasper-BAIXA_27.jpg'); \n    }\n\n    .intro-card-content {\n        padding: 20px;\n        text-align: left;\n    }\n\n    .intro-card-content h3 {\n        margin: 0 0 8px;\n        color: #003366;\n        font-size: 1.4rem;\n        font-weight: 900;\n    }\n\n    .expand-label {\n        font-size: 13px;\n        color: #4a9fd4;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n\n    .intro-card-extra {\n        padding: 0 20px 20px;\n        color: #4a5568;\n        line-height: 1.6;\n        font-size: 15px;\n    }\n\n    \/* Ajustes Mobile: Centraliza\u00e7\u00e3o Total *\/\n    @media (max-width: 700px) {\n        .intro-card-content {\n            text-align: center;\n        }\n        .intro-card-extra {\n            text-align: center;\n        }\n        .intro-card-image {\n            height: 160px; \/* Um pouco mais baixo no mobile para manter o aspecto horizontal *\/\n        }\n    }\n<\/style>\n\n<details class=\"intro-card intro-card-expand\">\n    <summary>\n        <!-- A classe card-image-transport controla a imagem no CSS acima -->\n        <div class=\"intro-card-image card-image-transport\"><\/div>\n        <div class=\"intro-card-content\">\n            <h3>Transportation<\/h3>\n            <span class=\"expand-label\">More details \u2193<\/span>\n        <\/div>\n    <\/summary>\n\n    <div class=\"intro-card-extra\">\n        <p>\n   \t  Foreign students are entitled to a free student travel pass on the public city transportation\n\t\t\tsystem. The bus service company provides the free passes in accordance with each\n\t\t\tstudent\u2019s classes schedules.\n        <\/p>\n    <\/div>\n<\/details><\/div><\/div><\/div><\/div><\/div><div id=\"pg-226-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-226-2-0\"  class=\"panel-grid-cell\" ><div id=\"panel-226-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    \/* --- CSS UNIFICADO PARA OS CARDS --- *\/\n    .intro-card {\n        font-family: 'Lato', sans-serif;\n        width: 100%;\n        max-width: 600px;\n        margin: 20px auto;\n        background: #fff;\n        border-radius: 12px;\n        overflow: hidden;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        border: 1px solid #e1e8ed;\n        transition: transform 0.2s ease;\n    }\n\n    .intro-card summary {\n        list-style: none;\n        cursor: pointer;\n        outline: none;\n    }\n    .intro-card summary::-webkit-details-marker {\n        display: none;\n    }\n\n    \/* Estilo do Banner Horizontal *\/\n\n    \n\n\n    .card-image-sports { background-image: url('https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2026\/04\/sport.jpg'); \n\t    width: 100%;\n        height: 220px;\n        background-size: cover;\n        background-position: center bottom;\n        background-repeat: no-repeat;\n    }\n\n    .intro-card-content {\n        padding: 20px;\n        text-align: left;\n    }\n\n    .intro-card-content h3 {\n        margin: 0 0 8px;\n        color: #003366;\n        font-size: 1.4rem;\n        font-weight: 900;\n    }\n\n    .expand-label {\n        font-size: 13px;\n        color: #4a9fd4;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n\n    .intro-card-extra {\n        padding: 0 20px 20px;\n        color: #4a5568;\n        line-height: 1.6;\n        font-size: 15px;\n    }\n\n    \/* --- AJUSTES MOBILE (CENTRALIZA\u00c7\u00c3O) --- *\/\n    @media (max-width: 700px) {\n        .intro-card-content, \n        .intro-card-extra {\n            text-align: center;\n        }\n        .intro-card-image {\n            height: 160px;\n        }\n    }\n<\/style>\n\n<!-- CARD: SPORTS & RECREATION -->\n<details class=\"intro-card intro-card-expand\">\n    <summary>\n        <div class=\"intro-card-image card-image-sports\"><\/div>\n        <div class=\"intro-card-content\">\n            <h3>Sports &amp; Culture<\/h3>\n            <span class=\"expand-label\">More details \u2193<\/span>\n        <\/div>\n    <\/summary>\n\n    <div class=\"intro-card-extra\">\n        <p>\n            In addition to spaces for practicing sports and physical activities, the University offers a variety of artistic and cultural projects for the academic community. The\nSports and Recreation Office offers gym, pilates, and yoga classes, and organizes sporting events on campus. Furthermore, the University Song Festival and the\nNational Theater Festival are two of the most highly-respected events held by UEPG, which bring vibrant artists and strengthen the city's cultural scene.\n        <\/p>\n    <\/div>\n<\/details><\/div><\/div><\/div><div id=\"pgc-226-2-1\"  class=\"panel-grid-cell\" ><div id=\"panel-226-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    \/* Estrutura Base do Card *\/\n    .intro-card {\n        font-family: 'Lato', sans-serif;\n        width: 100%;\n        max-width: 600px;\n        margin: 20px auto;\n        background: #fff;\n        border-radius: 12px;\n        overflow: hidden;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        border: 1px solid #e1e8ed;\n        transition: transform 0.2s ease;\n    }\n\n    \/* Remove marcadores do sum\u00e1rio *\/\n    .intro-card summary {\n        list-style: none;\n        cursor: pointer;\n        outline: none;\n    }\n    .intro-card summary::-webkit-details-marker {\n        display: none;\n    }\n\n    \/* --- AJUSTE INDIVIDUAL DA IMAGEM (MAP\/STUDENT LIFE) --- *\/\n    .card-image-map {\n        width: 100%;\n        height: 220px; \/* Voc\u00ea pode ajustar essa altura especificamente para este card *\/\n        background-image: url('https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2025\/12\/aluna-andando-no-campus-uvaranas-scaled.jpg');\n        background-size: cover;\n        background-position: center top; \/* Se precisar focar em algo, mude para 'top', 'bottom', etc *\/\n        background-repeat: no-repeat;\n        display: block;\n    }\n\n    \/* Conte\u00fado de texto *\/\n    .intro-card-content {\n        padding: 20px;\n        text-align: left;\n    }\n\n    .intro-card-content h3 {\n        margin: 0 0 8px;\n        color: #003366;\n        font-size: 1.4rem;\n        font-weight: 900;\n    }\n\n    .expand-label {\n        font-size: 13px;\n        color: #4a9fd4;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n\n    \/* Conte\u00fado Expandido *\/\n    .intro-card-extra {\n        padding: 0 20px 20px;\n        color: #4a5568;\n        line-height: 1.6;\n        font-size: 15px;\n        text-align: left;\n    }\n\n    \/* --- VERS\u00c3O MOBILE: CENTRALIZA\u00c7\u00c3O TOTAL --- *\/\n    @media (max-width: 700px) {\n        .intro-card-content {\n            text-align: center;\n        }\n\n        .intro-card-extra {\n            text-align: center;\n        }\n\n        .card-image-map {\n            height: 160px; \/* Altura personalizada para mobile neste card espec\u00edfico *\/\n        }\n    }\n<\/style>\n\n<details class=\"intro-card intro-card-expand\">\n    <summary>\n        <!-- Imagem controlada pela classe individual card-image-map -->\n        <div class=\"card-image-map\"><\/div>\n        <div class=\"intro-card-content\">\n            <h3>Student life and support<\/h3>\n            <span class=\"expand-label\">More details \u2193<\/span>\n        <\/div>\n    <\/summary>\n\n    <div class=\"intro-card-extra\">\n        <p>\n            Support services, student organizations, cultural activities, and guidance to help international students adapt and thrive at UEPG.\n<br>\n\t\t\t\t\t<br>\n\t\t\t\t\tAt the Pro-Rectory Office for Student Affairs, students receive all-encompassing guidance, and learn about scholarship opportunities and programs designed to assist them during\n\t\t\t\t\ttheir exchange programs. The International Relations Office assists foreign students with the necessary documentation and information. Also, the Promigra Program offers\n\t\t\t\t\tlanguage classes, helping non-Portuguese speakers to develop communicational skills and to deepen their cultural repertoire.\n\t\t\t\t\t\n\t\t\t\t\t<br>\n\t\t\t\t\t<br>\n\t\t\t\t\tOther language learning programs are developed at the School for Languages, Literatures and Cultures (Eslin). One important program is Paran\u00e1 Fala Idiomas, which offers\n\t\t\t\t\thigh-level language courses for the academic community.\n\t\t\t\t\t\n\t\t\t\t\t<br>\n\t\t\t\t\tFor further information, access the site: \n\t\t\t\t\t<a href=\"https:\/\/www2.uepg.br\/eslin\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www2.uepg.br\/eslin\/<\/a>\n\t\t\t\t\t\n        <\/p>\n    <\/div>\n<\/details><\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Discover student life, facilities and daily experiences at UEPG Dining &amp; Cafeterias More details \u2193 University restaurants offer subsidized meals for students, staff, and visitors. Menus change daily and include vegetarian options. Foreign students can have breakfast, lunch and dinner in the university restaurant free of charge on weekdays. In addition, there are cafeterias located&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\/226"}],"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=226"}],"version-history":[{"count":55,"href":"https:\/\/www2.uepg.br\/uepginternational\/wp-json\/wp\/v2\/pages\/226\/revisions"}],"predecessor-version":[{"id":1562,"href":"https:\/\/www2.uepg.br\/uepginternational\/wp-json\/wp\/v2\/pages\/226\/revisions\/1562"}],"wp:attachment":[{"href":"https:\/\/www2.uepg.br\/uepginternational\/wp-json\/wp\/v2\/media?parent=226"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}