﻿html,
body {
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

.pj-shell {
  width: 100%;
}

.pj-section,
.pj-section * {
  box-sizing: border-box;
}

.pj-section {
  width: 100%;
  font-family: var(--font-primary);
}

.pj-section img {
  max-width: 100%;
  display: block;
}

.pj-section a {
  color: inherit;
}

.pj-container {
  width: 100%;
  position: relative;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .pj-container {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .pj-container {
    width: 87%;
  }
}

.pj-test-note {
  padding: 16px 20px;
  border-bottom: 1px solid #d9dee8;
  background: #f5f8fb;
  color: #4c556c;
  font-family: var(--font-light);
}

.pj-module-title-section {
  padding: 28px 0 20px;
}

@media (min-width: 1024px) {
  .pj-module-title-section {
    padding: 34px 0 24px;
  }
}

.pj-module-title {
  margin: 0;
  color: #0066b3;
  font-family: 'CAIXA Std SemiBold', sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .pj-module-title {
    font-size: 28px;
  }
}

#pj-hero_wrapper {
  width: 100vw;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

#pj-hero_wrapper * {
  box-sizing: border-box;
}

#pj-hero_wrapper .pj-hero_banner {
  width: 100%;
  position: relative;
  min-height: 240px;
}

@media (min-width: 1024px) {
  #pj-hero_wrapper .pj-hero_banner {
    min-height: 562px;
  }
}

#pj-hero_wrapper .pj-hero_image {
  width: 100%;
  height: 100%;
}

#pj-hero_wrapper .pj-hero_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pj-grid-module {
  padding: 0 0 44px;
  background: #ffffff;
}

@media (min-width: 1024px) {
  .pj-grid-module {
    padding: 0 0 52px;
  }
}

.pj-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .pj-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .pj-card-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

.pj-card {
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #d9dee8;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.pj-card__media {
  aspect-ratio: 386 / 274;
  background: #d9dee8;
}

.pj-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pj-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  flex: 1;
}

.pj-card__title {
  margin: 0;
  color: #006bae;
  font-family: 'CAIXA Std SemiBold', sans-serif;
  font-size: 22px;
  line-height: 1.3;
}

.pj-card__text {
  margin: 0;
  color: #4c556c;
  font-family: 'CAIXA Std Light', sans-serif;
  font-size: 17px;
  line-height: 1.45;
}

.pj-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: #d87b00;
  font-family: 'CAIXA Std SemiBold', sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.pj-card__link img {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.pj-portfolio {
  background: #0066b3;
  color: #ffffff;
  padding: 52px 0 56px;
}

.pj-portfolio__title {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #ffffff;
  text-align: center;
  font-family: 'CAIXA Std SemiBold', sans-serif;
  font-size: 29px;
  line-height: 1.16;
}

@media (min-width: 1024px) {
  .pj-portfolio__title {
    margin-bottom: 36px;
    font-size: 26px;
  }
}

.pj-portfolio__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
}

@media (min-width: 900px) {
  .pj-portfolio__columns {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.02fr) minmax(0, 0.96fr);
    gap: 12px;
  }
}

.pj-portfolio__box {
  background: #fbfbfb;
  color: #005ca9;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: none;
}

.pj-portfolio__box-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 18px 16px;
  background: #ffffff;
  border-bottom: 1px solid #f1f1f1;
}

.pj-portfolio__icon-wrap {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #d87b00;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.pj-portfolio__icon-wrap img {
  width: 26px;
  height: 26px;
}

.pj-portfolio__box h3 {
  margin: 0;
  color: #0066b3;
  font-family: 'CAIXA Std SemiBold', sans-serif;
  font-size: 17px;
  line-height: 1.18;
}

.pj-portfolio__list {
  list-style: none;
  margin: 0;
  padding: 14px 18px 18px;
  background: #fbfbfb;
}

.pj-portfolio__list li {
  margin: 0 0 9px;
  color: #0066b3;
  font-family: 'CAIXA Std SemiBold', sans-serif;
  font-size: 11px;
  line-height: 1.25;
}

.pj-portfolio__list li:last-child {
  margin-bottom: 0;
}

.pj-highlight {
  background: #ffffff;
  padding: 38px 0 18px;
}

.pj-highlight__box {
  border: 0;
  border-radius: 0;
  padding: 34px 0 24px;
  text-align: center;
}

.pj-highlight__eyebrow {
  margin: 0 0 14px;
  color: #0066b3;
  font-family: 'CAIXA Std', sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.pj-highlight__title {
  max-width: 1360px;
  margin: 0 auto;
  color: #0066b3;
  font-family: 'CAIXA Std SemiBold', sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.pj-highlight__cta,
.pj-highlight__cta:visited,
.pj-highlight__cta:hover,
.pj-highlight__cta:active,
.pj-highlight__cta:focus-visible {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 337px;
  min-height: 51px;
  margin-top: 18px;
  padding: 16px 24px;
  border: 0 !important;
  border-radius: 4px;
  background: #d87b00;
  color: #ffffff !important;
  text-decoration: none;
  font-family: 'CAIXA Std SemiBold', sans-serif;
  font-size: 18px;
  line-height: 18.4px;
  box-shadow: none;
  outline: none;
}

.pj-highlight__cta:hover,
.pj-highlight__cta:focus-visible {
  background: #bf6c00;
}

.pj-open-finance {
  background: #ffffff;
  padding: 0 0 28px;
}

.pj-open-finance__box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  border: 1px solid #c6c6c6;
  border-radius: 8px;
  padding: 16px;
}

.pj-open-finance__title {
  margin: 0 0 8px;
  color: #0066b3;
  font-family: 'CAIXA Std SemiBold', sans-serif;
  font-size: 34px;
  line-height: 1.15;
}

.pj-open-finance__text {
  margin: 0;
  color: #4c556c;
  font-family: 'CAIXA Std', sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.pj-open-finance__brand {
  width: 100%;
  max-width: 280px;
}

.pj-open-finance__brand img {
  width: 100%;
  height: auto;
}

.pj-open-finance__qr {
  width: 100%;
  max-width: 150px;
  justify-self: start;
}

.pj-open-finance__qr img {
  width: 100%;
  height: auto;
}

.pj-content-value {
  background: #ffffff;
  padding: 0 0 44px;
}

.pj-content-value__title {
  margin: 0 0 18px;
  color: #0066b3;
  font-family: 'CAIXA Std SemiBold', sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.pj-content-value__stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.pj-content-value__banner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 220px;
  background: #d9dee8;
}

.pj-content-value__banner img {
  position: absolute;
  max-width: none;
}

.pj-content-value__banner--momento img {
  width: 100%;
  height: 178.41%;
  left: 0;
  top: -13.99%;
}

.pj-content-value__banner--educacao img {
  width: 109.3%;
  height: 100%;
  left: -0.01%;
  top: 0;
}

@media (min-width: 1024px) {
  .pj-highlight {
    padding: 44px 0 22px;
  }

  .pj-highlight__box {
    padding: 38px 0 30px;
  }

  .pj-highlight__eyebrow {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 42px;
  }

    .pj-highlight__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .pj-highlight__cta,
  .pj-highlight__cta:visited,
  .pj-highlight__cta:hover,
  .pj-highlight__cta:active,
  .pj-highlight__cta:focus-visible {
    margin-top: 22px;
  }

  .pj-open-finance {
    padding-bottom: 34px;
  }

  .pj-open-finance__box {
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 34px;
    min-height: 250px;
    padding: 38px 30px;
  }

  .pj-open-finance__title {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.2;
  }

  .pj-open-finance__text {
    font-size: 24px;
    line-height: 34px;
  }

  .pj-open-finance__brand {
    max-width: 497px;
  }

  .pj-open-finance__qr {
    max-width: 200px;
    justify-self: end;
  }

  .pj-content-value {
    padding-bottom: 58px;
  }

  .pj-content-value__title {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.2;
  }

  .pj-content-value__stack {
    gap: 20px;
  }

  .pj-content-value__banner {
    height: 359px;
  }
}

.pj-app-module {
  background: #0066b3;
  color: #ffffff;
  padding: 44px 0;
}

.pj-app-module__box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

@media (min-width: 1024px) {
  .pj-app-module__box {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

.pj-app-module__title {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: 'CAIXA Std SemiBold', sans-serif;
  font-size: 28px;
}

.pj-app-module__text {
  margin: 0 0 18px;
  max-width: 680px;
  color: #ffffff;
  font-family: 'CAIXA Std Light', sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.pj-app-module__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pj-app-module__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid #68b7c8;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  font-family: 'CAIXA Std', sans-serif;
  font-size: 16px;
}

.pj-app-module__devices {
  width: 100%;
  max-width: 420px;
}

.pj-app-module__devices img {
  width: 100%;
  height: auto;
}

.pj-module-title-section + .pj-grid-module--solutions {
  padding-top: 0;
}

.pj-card-grid--solutions {
  gap: 18px;
}

@media (min-width: 1200px) {
  .pj-card-grid--solutions {
    gap: 16px;
  }
}

.pj-card--solutions {
  border-radius: 0;
  border: 1px solid #ececec;
  background: #f7f7f7;
  box-shadow: none;
}

.pj-card__media--solutions {
  aspect-ratio: 386 / 182;
  background: #d9dee8;
  overflow: hidden;
}

.pj-card__body--solutions {
  gap: 8px;
  padding: 10px 10px 12px;
}

.pj-card__title--solutions {
  font-size: 13px;
  line-height: 1.25;
  margin: 0;
}

.pj-card__text--solutions {
  font-size: 11px;
  line-height: 1.28;
  margin: 0;
}

.pj-card__link--solutions {
  gap: 6px;
  font-size: 11px;
  line-height: 1.2;
}

.pj-card__link--solutions img {
  width: 10px;
  height: 10px;
}

@media (min-width: 1024px) {
  .pj-grid-module--solutions {
    padding-bottom: 42px;
  }

  .pj-card__body--solutions {
    padding: 8px 8px 10px;
  }

  .pj-card__title--solutions {
    font-size: 12px;
  }

  .pj-card__text--solutions,
  .pj-card__link--solutions {
    font-size: 10px;
  }
}


.pj-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
}

.pj-card__image--bloco-16 { object-position: left center; transform: scale(1.06); }
.pj-card__image--bloco-17 { object-position: center center; transform: scale(1.02); }
.pj-card__image--bloco-2 { object-position: center top; transform: scale(1.04); }
.pj-card__image--bloco-15 { object-position: center top; transform: scale(1.05); }
.pj-card__image--bloco-14 { object-position: center 28%; transform: scale(1.05); }
.pj-card__image--bloco-13 { object-position: left center; transform: scale(1.02); }
.pj-card__image--bloco-12 { object-position: center top; transform: scale(1.02); }
.pj-card__image--bloco-3 { object-position: 78% center; transform: scale(1.08); }
.pj-card__image--bloco-4 { object-position: center center; transform: scale(1.08); }
.pj-card__image--bloco-5 { object-position: center center; transform: scale(1.02); }
.pj-card__image--bloco-6 { object-position: center center; transform: scale(1.05); }
.pj-card__image--bloco-7 { object-position: center 22%; transform: scale(1.03); }
.pj-card__image--bloco-8 { object-position: 42% center; transform: scale(1.16); }
.pj-card__image--bloco-9 {
  object-fit: contain;
  object-position: center;
  transform: scale(0.9);
  padding: 18px 28px;
  background: #ffffff;
}
.pj-card__image--bloco-10 { object-position: 72% center; transform: scale(1.18); }
.pj-card__image--bloco-11 { object-position: center 24%; transform: scale(1.08); }


















