/* Home headings sit on the primary surface, not on the light page background. */
.app-home > .row > .col-12 > .app-title h1,
.app-home > .row > .col-12 > .app-title .app-title-desc,
.app-home .app-ganhadores .app-title h1,
.app-home .app-ganhadores .app-title .app-title-desc,
.app-home .app-perguntas > .app-title h1 {
  color: var(--incrivel-primariaDarkenColor, #fff);
}

/* Give the contact card its own matched background and text colors. */
.app-home .app-helpers .col-contato-display > .bg-white {
  background-color: #fff !important;
}
.app-home .app-helpers .col-contato-display a,
.app-home .app-helpers .col-contato-display a:hover,
.app-home .app-helpers .col-contato-display a:focus,
.app-home .app-helpers .col-contato-display .txt h3,
.app-home .app-helpers .col-contato-display .txt p {
  color: #102335;
}
