{"id":1164,"date":"2026-04-16T17:10:45","date_gmt":"2026-04-16T20:10:45","guid":{"rendered":"https:\/\/www2.uepg.br\/uepginternational\/?page_id=1164"},"modified":"2026-08-10T16:34:44","modified_gmt":"2026-08-10T19:34:44","slug":"city-guide","status":"publish","type":"page","link":"https:\/\/www2.uepg.br\/uepginternational\/city-guide\/","title":{"rendered":"City Guide"},"content":{"rendered":"<div id=\"pl-1164\"  class=\"panel-layout\" ><div id=\"pg-1164-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1164-0-0\"  class=\"panel-grid-cell\" ><div id=\"panel-1164-0-0-0\" class=\"widget_text so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"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\t\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    Here you find relevant information about living in Ponta Grossa\n<\/h4><\/div><\/div><\/div><\/div><div id=\"pg-1164-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1164-1-0\"  class=\"panel-grid-cell\" ><div id=\"panel-1164-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\"><div class=\"uepg-climate\">\n  <div class=\"uepg-climate__card\" id=\"card-clima\"> \n\n    <div class=\"uepg-climate__overlay\"><\/div>\n\n    <!-- FRONT -->\n    <div class=\"uepg-climate__front\">\n      <span class=\"uepg-climate__tag\">Ponta Grossa<\/span>\n      <h2 class=\"uepg-climate__title\">Climate &amp;<br>Seasons<\/h2>\n      <p class=\"uepg-climate__subtitle\">~969 m altitude \u00b7 Subtropical Highland<\/p>\n    <\/div>\n\n    <span class=\"uepg-climate__hint\">Tap to explore \u2197<\/span>\n\n    <!-- PANEL -->\n    <div class=\"uepg-climate__panel\">\n      <button class=\"uepg-climate__close\" id=\"uepgClimateClose\">\u2715<\/button>\n\n      <span class=\"uepg-climate__tag\">What to expect<\/span>\n      <h2 class=\"uepg-climate__panel-title\">Climate<\/h2>\n\n      <p class=\"uepg-climate__text\">\n        Ponta Grossa has a subtropical highland climate with four distinct seasons.\n        Summers are warm and rainy, while winters can be genuinely cold.\n      <\/p>\n\n      <div class=\"uepg-climate__chips\">\n        <div class=\"uepg-climate__chip\">\u2600\ufe0f Summer <b>18\u201328\u00b0C<\/b><\/div>\n        <div class=\"uepg-climate__chip\">\u2744\ufe0f Winter <b>3\u201318\u00b0C<\/b><\/div>\n        <div class=\"uepg-climate__chip\">\ud83c\udf38 Spring <b>12\u201325\u00b0C<\/b><\/div>\n        <div class=\"uepg-climate__chip\">\ud83c\udf42 Autumn <b>10\u201322\u00b0C<\/b><\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<style>\n.uepg-climate,\n.uepg-climate * {\n  box-sizing: border-box;\n}\n\n.uepg-climate {\n  width: 100%;\n  margin: 24px 0;\n  font-family: 'Lato', sans-serif;\n}\n\n\/* Regra GERAL para TODOS os cards (fundo em gradiente padr\u00e3o) *\/\n.uepg-climate__card {\n  position: relative;\n  max-width: 820px;\n  margin: 0 auto;\n  height: 420px;\n  border-radius: 20px;\n  overflow: hidden;\n  cursor: pointer;\n  background: linear-gradient(135deg,\n    #03254e 0%,\n    #0a3d6b 35%,\n    #1a5276 65%,\n    #1f618d 100%\n  );\n}\n\n\/* REGRA ESPEC\u00cdFICA APENAS PARA O CARD DE CLIMA *\/\n#card-clima {\n  background-image: url('https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2026\/08\/campus-uvaranas-por-do-sol-Aline-Jasper-ALTA_7-scaled.jpg') !important;\n  background-size: cover !important;\n  background-position: center !important;\n  background-repeat: no-repeat !important;\n}\n\n\/* Overlay para dar leitura no card com imagem *\/\n#card-clima .uepg-climate__overlay {\n  background: linear-gradient(\n    135deg,\n    rgba(3, 37, 78, 0.75) 0%,\n    rgba(10, 61, 107, 0.65) 100%\n  ) !important;\n}\n\n\/* Textura sutil por cima do degrad\u00ea padr\u00e3o *\/\n.uepg-climate__overlay {\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(ellipse at 80% 20%, rgba(74,159,212,0.12) 0%, transparent 60%),\n    radial-gradient(ellipse at 10% 80%, rgba(4,52,109,0.3) 0%, transparent 50%);\n  pointer-events: none;\n}\n\n\/* FRONT *\/\n.uepg-climate__front {\n  position: absolute;\n  inset: 0;\n  width: 70%;\n  padding: 48px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  transition: all .4s ease;\n  color: #fff;\n  z-index: 1;\n}\n\n.uepg-climate__card:hover .uepg-climate__front {\n  opacity: 0;\n  transform: translateX(-20px);\n}\n\n.uepg-climate__tag {\n  font-size: 11px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: #4a9fd4;\n  margin-bottom: 10px;\n  font-weight: 700;\n}\n\n.uepg-climate__title {\n  font-size: 52px;\n  font-weight: 200;\n  line-height: 1.05;\n  margin: 0 0 16px;\n  color: #fff;\n  border-left: 3px solid rgba(74,159,212,0.6);\n  padding-left: 20px;\n  text-shadow: 0 2px 8px rgba(0,0,0,0.4);\n}\n\n.uepg-climate__subtitle {\n  font-size: 14px;\n  color: rgba(255,255,255,0.85);\n  padding-left: 23px;\n  letter-spacing: 0.3px;\n  text-shadow: 0 1px 4px rgba(0,0,0,0.4);\n}\n\n\/* Detalhe decorativo: c\u00edrculo de luz no canto *\/\n.uepg-climate__card::before {\n  content: '';\n  position: absolute;\n  top: -80px;\n  right: -80px;\n  width: 280px;\n  height: 280px;\n  border-radius: 50%;\n  background: radial-gradient(circle, rgba(74,159,212,0.15) 0%, transparent 70%);\n  pointer-events: none;\n  z-index: 1;\n}\n\n\/* PANEL *\/\n.uepg-climate__panel {\n  position: absolute;\n  inset: 0;\n  padding: 48px;\n  background: linear-gradient(135deg, rgba(4, 52, 109, 0.95), rgba(3, 37, 78, 0.95));\n  backdrop-filter: blur(5px);\n  border-left: 3px solid rgba(74,159,212,0.4);\n  transform: translateX(100%);\n  transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1);\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  color: #fff;\n  z-index: 2;\n}\n\n.uepg-climate__card:hover .uepg-climate__panel,\n.uepg-climate__card.is-active .uepg-climate__panel {\n  transform: translateX(0);\n}\n\n.uepg-climate__panel-title {\n  font-size: 30px;\n  font-weight: 300;\n  margin-bottom: 16px;\n  color: #fff;\n}\n\n.uepg-climate__text {\n  font-size: 15px;\n  line-height: 1.6;\n  margin-bottom: 20px;\n  max-width: 520px;\n  color: rgba(255,255,255,0.88);\n}\n\n.uepg-climate__chips {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n}\n\n.uepg-climate__chip {\n  background: rgba(255,255,255,0.12);\n  border: 1px solid rgba(255,255,255,0.2);\n  padding: 6px 14px;\n  border-radius: 30px;\n  font-size: 13px;\n  color: #fff;\n}\n\n\/* MOBILE *\/\n.uepg-climate__hint {\n  display: none;\n  position: absolute;\n  bottom: 16px;\n  right: 18px;\n  font-size: 11px;\n  color: rgba(255,255,255,0.7);\n  letter-spacing: 1px;\n  z-index: 1;\n}\n\n.uepg-climate__close {\n  display: none;\n  position: absolute;\n  top: 18px;\n  right: 18px;\n  width: 34px;\n  height: 34px;\n  border-radius: 50%;\n  border: none;\n  background: rgba(255,255,255,0.15);\n  color: #fff;\n  font-size: 18px;\n  cursor: pointer;\n}\n\n@media (max-width: 768px) {\n  .uepg-climate__card {\n    height: auto;\n    min-height: 420px;\n    border-radius: 16px;\n  }\n\n  .uepg-climate__front {\n    position: relative;\n    width: 100%;\n    padding: 40px 32px 56px;\n    align-items: flex-start;\n    text-align: left;\n    inset: unset;\n    top: unset;\n    left: unset;\n  }\n\n  .uepg-climate__title {\n    font-size: 38px;\n    border-left: 3px solid rgba(74,159,212,0.6);\n    padding-left: 16px;\n    margin-left: 0;\n    width: 100%;\n  }\n\n  .uepg-climate__tag {\n    padding-left: 19px;\n  }\n\n  .uepg-climate__subtitle {\n    padding-left: 19px;\n  }\n\n  .uepg-climate__panel {\n    position: absolute;\n    inset: 0;\n    padding: 36px 24px;\n    text-align: center;\n    align-items: center;\n    overflow-y: auto;\n  }\n\n  .uepg-climate__chips {\n    justify-content: center;\n  }\n\n  .uepg-climate__hint { display: block; }\n  .uepg-climate__close { display: block; }\n}\n<\/style><\/div><\/div><\/div><div id=\"pgc-1164-1-1\"  class=\"panel-grid-cell\" ><div id=\"panel-1164-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\"><div class=\"uepg-climate\">\n  <div class=\"uepg-climate__card\">\n\n    <!-- BG com imagem espec\u00edfica -->\n    <div class=\"uepg-climate__bg\" style=\"background-image: url('https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2026\/08\/Parque-Vila-Velha-furnas-scaled.jpg');\"><\/div>\n\n    <div class=\"uepg-climate__overlay\"><\/div>\n\n    <!-- FRONT -->\n    <div class=\"uepg-climate__front\">\n      <span class=\"uepg-climate__tag\">Ponta Grossa<\/span>\n      <h2 class=\"uepg-climate__title\">Natural<br>attractions<\/h2>\n      <p class=\"uepg-climate__subtitle\">\n        Discover the fascinating nature of Campos Gerais\n      <\/p>\n    <\/div>\n\n    <span class=\"uepg-climate__hint\">Tap to explore \u2197<\/span>\n\n    <!-- PANEL -->\n    <div class=\"uepg-climate__panel\">\n      <button class=\"uepg-climate__close\">\u2715<\/button>\n\n      <span class=\"uepg-climate__tag\">What to expect<\/span>\n      <h2 class=\"uepg-climate__panel-title\">Natural attractions<\/h2>\n\n      <p class=\"uepg-climate__text\">\n        The Campos Gerais region is one of Brazil's most striking landscapes. \n        Ancient sandstone formations, canyon valleys, and arauc\u00e1ria forests make for scenery unlike anywhere else.\n        <br><br>\n        Vila Velha State Park is the standout, featuring weathered rock formations and natural sinkholes (Furnas). \n        For the adventurous, Guartel\u00e1 Canyon offers one of the longest river canyons in Brazil.\n\t\t\t\t<br><br>\n\t\t\t\tFor further information, visit: \n\t\t\t\t<a href=\"https:\/\/www.pontagrossaturistica.com\/\" target=\"_blank\" style=\"color: #4a9fd4; text-decoration: underline;\" rel=\"noopener\">pontagrossaturistica.com<\/a>\n      <\/p>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<style>\n.uepg-climate,\n.uepg-climate * {\n  box-sizing: border-box;\n}\n\n.uepg-climate {\n  width: 100%;\n  margin: 24px 0;\n  font-family: 'Lato', sans-serif;\n}\n\n.uepg-climate__card {\n  position: relative;\n  max-width: 820px;\n  margin: 0 auto;\n  height: 420px;\n  border-radius: 20px;\n  overflow: hidden;\n  cursor: pointer;\n  background-color: #03254e; \/* Fundo escuro de seguran\u00e7a caso a foto demore a carregar *\/\n}\n\n\/* Camada da Imagem de Fundo *\/\n.uepg-climate__bg {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  background-size: cover;\n  background-position: center;\n  background-repeat: no-repeat;\n  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);\n  z-index: 0;\n}\n\n.uepg-climate__card:hover .uepg-climate__bg {\n  transform: scale(1.06);\n}\n\n\/* Overlay de contraste escuro para leitura *\/\n.uepg-climate__overlay {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(\n    135deg,\n    rgba(3, 37, 78, 0.75) 0%,\n    rgba(0, 0, 0, 0.6) 100%\n  );\n  pointer-events: none;\n  z-index: 1;\n}\n\n\/* FRONT *\/\n.uepg-climate__front {\n  position: absolute;\n  inset: 0;\n  width: 70%;\n  padding: 48px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  transition: all .4s ease;\n  color: #fff;\n  z-index: 2;\n}\n\n.uepg-climate__card:hover .uepg-climate__front {\n  opacity: 0;\n  transform: translateX(-20px);\n}\n\n.uepg-climate__tag {\n  font-size: 11px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: #4a9fd4;\n  margin-bottom: 10px;\n  font-weight: 700;\n}\n\n.uepg-climate__title {\n  font-size: 52px;\n  font-weight: 200;\n  line-height: 1.05;\n  margin: 0 0 16px;\n  color: #fff;\n  border-left: 3px solid rgba(74,159,212,0.6);\n  padding-left: 20px;\n  text-shadow: 0 2px 8px rgba(0,0,0,0.5);\n}\n\n.uepg-climate__subtitle {\n  font-size: 14px;\n  color: rgba(255,255,255,0.9);\n  padding-left: 23px;\n  letter-spacing: 0.3px;\n  text-shadow: 0 1px 4px rgba(0,0,0,0.5);\n}\n\n\/* PANEL (Aba interna ao passar o mouse) *\/\n.uepg-climate__panel {\n  position: absolute;\n  inset: 0;\n  padding: 48px;\n  background: linear-gradient(135deg, rgba(4, 52, 109, 0.95), rgba(3, 37, 78, 0.95));\n  backdrop-filter: blur(5px);\n  border-left: 3px solid rgba(74,159,212,0.4);\n  transform: translateX(100%);\n  transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1);\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  color: #fff;\n  z-index: 3;\n}\n\n.uepg-climate__card:hover .uepg-climate__panel,\n.uepg-climate__card.is-active .uepg-climate__panel {\n  transform: translateX(0);\n}\n\n.uepg-climate__panel-title {\n  font-size: 30px;\n  font-weight: 300;\n  margin-bottom: 16px;\n  color: #fff;\n}\n\n.uepg-climate__text {\n  font-size: 15px;\n  line-height: 1.6;\n  margin-bottom: 20px;\n  max-width: 520px;\n  color: rgba(255,255,255,0.88);\n}\n\n\/* MOBILE *\/\n.uepg-climate__hint {\n  display: none;\n  position: absolute;\n  bottom: 16px;\n  right: 18px;\n  font-size: 11px;\n  color: rgba(255,255,255,0.7);\n  letter-spacing: 1px;\n  z-index: 2;\n}\n\n.uepg-climate__close {\n  display: none;\n  position: absolute;\n  top: 18px;\n  right: 18px;\n  width: 34px;\n  height: 34px;\n  border-radius: 50%;\n  border: none;\n  background: rgba(255,255,255,0.15);\n  color: #fff;\n  font-size: 18px;\n  cursor: pointer;\n}\n\n@media (max-width: 768px) {\n  .uepg-climate__card {\n    height: auto;\n    min-height: 420px;\n    border-radius: 16px;\n  }\n\n  .uepg-climate__front {\n    position: relative;\n    width: 100%;\n    padding: 40px 32px 56px;\n    align-items: flex-start;\n    text-align: left;\n    inset: unset;\n  }\n\n  .uepg-climate__title {\n    font-size: 38px;\n  }\n\n  .uepg-climate__panel {\n    position: absolute;\n    inset: 0;\n    padding: 36px 24px;\n    text-align: center;\n    align-items: center;\n    overflow-y: auto;\n  }\n\n  .uepg-climate__hint { display: block; }\n  .uepg-climate__close { display: block; }\n}\n<\/style><\/div><\/div><\/div><\/div><div id=\"pg-1164-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1164-2-0\"  class=\"panel-grid-cell\" ><div id=\"panel-1164-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\"><div class=\"uepg-climate\">\n  <div class=\"uepg-climate__card\">\n\n    <div class=\"uepg-climate__bg\" style=\"background-image: url('https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2026\/08\/NPJ-cidade-Jessica-Natal-31.png');\"><\/div>\n    <div class=\"uepg-climate__overlay\"><\/div>\n\n    <!-- FRONT -->\n    <div class=\"uepg-climate__front\">\n      <span class=\"uepg-climate__tag\">Ponta Grossa<\/span>\n      <h2 class=\"uepg-climate__title\">Housing &amp;<br>Rentals<\/h2>\n      <p class=\"uepg-climate__subtitle\">Affordable options \u00b7 No hidden surprises<\/p>\n    <\/div>\n\n    <span class=\"uepg-climate__hint\">Tap to explore \u2197<\/span>\n\n    <!-- PANEL -->\n    <div class=\"uepg-climate__panel\">\n      <button class=\"uepg-climate__close\">\u2715<\/button>\n\n      <span class=\"uepg-climate__tag\">Where to live<\/span>\n      <h2 class=\"uepg-climate__panel-title\">Housing<\/h2>\n\n      <p class=\"uepg-climate__text\">\n        Ponta Grossa offers a wide range of rental options to fit different budgets and lifestyles. Rentals are typically paid monthly.\n      <\/p>\n\n    <\/div>\n\n  <\/div>\n<\/div><\/div><\/div><\/div><div id=\"pgc-1164-2-1\"  class=\"panel-grid-cell\" ><div id=\"panel-1164-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\"><!-- 1. IMPORTA\u00c7\u00c3O DA FONTE (Caso ainda n\u00e3o tenha no projeto) -->\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@300;400;700&display=swap\" rel=\"stylesheet\">\n\n<style>\n  \/* Wrapper de Prote\u00e7\u00e3o *\/\n  .cost-section-wrapper {\n    width: 100%;\n    clear: both;\n    display: block;\n    padding: 0;\n    margin: 20px 0;\n    overflow: hidden;\n  }\n\n  \/* Container Principal - Sem Box Shadow e largura total *\/\n  .cost-card-main {\n    position: relative;\n    width: 100%; \n    max-width: 800px; \n    height: 420px;\n    margin: 0 auto;\n    border-radius: 20px;\n    background: #000;\n    font-family: 'Lato', sans-serif;\n    color: #ffffff;\n    overflow: hidden;\n    box-shadow: none; \/* Shadow removido *\/\n    cursor: pointer;\n  }\n\t\n\t.uepg-climate__text a {\n  color: #4a9fd4;\n  text-decoration: none;\n  font-weight: 600;\n  border-bottom: 1px solid rgba(74, 159, 212, 0.3);\n}\n\n.uepg-climate__text a:hover {\n  opacity: 0.8;\n}\n\n  \/* Camada de Imagem de Fundo *\/\n  .cost-img-layer {\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 100%;\n    background-image: url(\"https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2026\/08\/abertura_52_fenata_-_Aline_Jasper_ALTA_38-scaled.jpg\");\n    background-size: cover;\n    background-position: center;\n    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);\n    z-index: 1;\n  }\n\n  .cost-card-main:hover .cost-img-layer {\n    transform: scale(1.08);\n  }\n\n  \/* Overlay de Contraste *\/\n  .cost-shadow-overlay {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.1) 100%);\n    z-index: 2;\n  }\n\n  \/* Conte\u00fado Frontal *\/\n  .cost-content-front {\n    position: absolute;\n    top: 0; left: 0;\n    width: 60%; height: 100%;\n    padding: 50px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    z-index: 3;\n    transition: all 0.5s ease;\n  }\n\n  .cost-card-main:hover .cost-content-front {\n    opacity: 0;\n    transform: translateX(-30px);\n  }\n\n  .cost-tag {\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n    color: #4a9fd4;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .cost-title {\n    font-size: 42px;\n    font-weight: 300; \/* Peso leve *\/\n    line-height: 1.1;\n    margin: 0 0 15px 0;\n    color: #ffffff;\n  }\n\n  .cost-subtitle {\n    font-size: 15px;\n    font-weight: 300;\n    opacity: 0.9;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Painel de Revela\u00e7\u00e3o (Hover) *\/\n  .cost-panel-reveal {\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 100%;\n    background: linear-gradient(135deg, #04346D 0%, #03254e 100%);\n    padding: 50px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    transform: translateX(100%);\n    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);\n    z-index: 4;\n  }\n\n  .cost-card-main:hover .cost-panel-reveal {\n    transform: translateX(0);\n  }\n\n  .cost-panel-reveal h2 {\n    font-size: 32px;\n    font-weight: 300;\n    margin-bottom: 20px;\n    color: #ffffff;\n  }\n\n  .cost-panel-reveal p {\n    font-size: 15px;\n    line-height: 1.7;\n    font-weight: 300;\n    color: #e0e6ed;\n    max-width: 650px;\n  }\n\n  .cost-panel-reveal a {\n    color: #4a9fd4;\n    text-decoration: none;\n    font-weight: 700;\n    border-bottom: 1px solid rgba(74, 159, 212, 0.3);\n  }\n\n  \/* Responsividade *\/\n  @media (max-width: 768px) {\n    .cost-card-main { height: auto; min-height: 480px; border-radius: 0; }\n    .cost-content-front { width: 100%; text-align: center; align-items: center; padding: 30px; }\n    .cost-title { font-size: 34px; }\n    .cost-panel-reveal { text-align: center; align-items: center; padding: 30px; }\n  }\n<\/style>\n\n<div class=\"uepg-climate\">\n  <div class=\"uepg-climate__card\">\n\n    <!-- BG espec\u00edfico -->\n    <div class=\"uepg-climate__bg\" style=\"background-image: url('https:\/\/www2.uepg.br\/uepginternational\/wp-content\/uploads\/sites\/293\/2026\/08\/abertura_52_fenata_-_Aline_Jasper_ALTA_38-scaled.jpg');\"><\/div>\n\n    <div class=\"uepg-climate__overlay\"><\/div>\n\n    <!-- FRONT -->\n    <div class=\"uepg-climate__front\">\n      <span class=\"uepg-climate__tag\">Ponta Grossa<\/span>\n      <h2 class=\"uepg-climate__title\">Cost of<br>living<\/h2>\n      <p class=\"uepg-climate__subtitle\">\n        Is Ponta Grossa an expensive city?\n      <\/p>\n    <\/div>\n\n    <span class=\"uepg-climate__hint\">Tap to explore \u2197<\/span>\n\n    <!-- PANEL -->\n    <div class=\"uepg-climate__panel\">\n      <button class=\"uepg-climate__close\">\u2715<\/button>\n\n      <span class=\"uepg-climate__tag\">What to expect<\/span>\n      <h2 class=\"uepg-climate__panel-title\">Cost of living<\/h2>\n\n      <p class=\"uepg-climate__text\">\n        Ponta Grossa is one of the most affordable cities in Paran\u00e1. Compared to Curitiba or S\u00e3o Paulo, day-to-day expenses are considerably lower, from rent to meals.\n        <br><br>\n        A single person can typically cover housing, food, and transport for between <strong>R$ 3,400 and R$ 3,900 per month<\/strong>.\n        <br><br>\n        For detailed prices, visit \n        <a href=\"https:\/\/www.numbeo.com\/cost-of-living\/in\/Ponta-Grossa-Brazil\" target=\"_blank\" rel=\"noopener\">Numbeo's Ponta Grossa page<\/a>.\n      <\/p>\n    <\/div>\n\n  <\/div>\n<\/div><\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Here you find relevant information about living in Ponta Grossa Ponta Grossa Climate &amp;Seasons ~969 m altitude \u00b7 Subtropical Highland Tap to explore \u2197 \u2715 What to expect Climate Ponta Grossa has a subtropical highland climate with four distinct seasons. Summers are warm and rainy, while winters can be genuinely cold. \u2600\ufe0f Summer 18\u201328\u00b0C \u2744\ufe0f&nbsp;&hellip;<\/p>\n","protected":false},"author":898,"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\/1164"}],"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\/898"}],"replies":[{"embeddable":true,"href":"https:\/\/www2.uepg.br\/uepginternational\/wp-json\/wp\/v2\/comments?post=1164"}],"version-history":[{"count":63,"href":"https:\/\/www2.uepg.br\/uepginternational\/wp-json\/wp\/v2\/pages\/1164\/revisions"}],"predecessor-version":[{"id":1564,"href":"https:\/\/www2.uepg.br\/uepginternational\/wp-json\/wp\/v2\/pages\/1164\/revisions\/1564"}],"wp:attachment":[{"href":"https:\/\/www2.uepg.br\/uepginternational\/wp-json\/wp\/v2\/media?parent=1164"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}