/* ================================================================
   BOLEPIX — PARCERIA CORES MOBILE V5703Z99
   Importante:
   - max-width:760px = SOMENTE celular;
   - min-width:761px = preserva exatamente as cores desejadas no PC.
   ================================================================ */

/* CELULAR */
@media (max-width: 760px) {
  /*
   * Restaura a cor original clara do parágrafo principal no celular.
   * A regra original do BOLEPIX usava #c8dcec.
   */
  .bp-partnership-hero-v5696 > div:first-child > p {
    color: #c8dcec !important;
  }

  /*
   * No card Como funciona, etapas 1, 2 e 3 passam a ter
   * exatamente a mesma cor azul usada pela etapa 4.
   */
  .bp-partnership-hero-card-v5696
    > .bp-partnership-step-v5696
    strong,
  .bp-partnership-hero-card-v5696
    > .bp-partnership-step-v5696
    span {
    color: #1d5fae !important;
    text-shadow: none !important;
  }
}

/* PC / TABLET — PRESERVAR VISUAL EXISTENTE */
@media (min-width: 761px) {
  /* Parágrafo principal permanece azul no PC. */
  .bp-partnership-hero-v5696 > div:first-child > p {
    color: #1d5fae !important;
  }

  /* Etapas 1, 2 e 3 permanecem como estavam no PC. */
  .bp-partnership-hero-card-v5696
    > .bp-partnership-step-v5696:nth-of-type(1)
    strong,
  .bp-partnership-hero-card-v5696
    > .bp-partnership-step-v5696:nth-of-type(2)
    strong,
  .bp-partnership-hero-card-v5696
    > .bp-partnership-step-v5696:nth-of-type(3)
    strong {
    color: #ffffff !important;
    text-shadow: none !important;
  }

  .bp-partnership-hero-card-v5696
    > .bp-partnership-step-v5696:nth-of-type(1)
    span,
  .bp-partnership-hero-card-v5696
    > .bp-partnership-step-v5696:nth-of-type(2)
    span,
  .bp-partnership-hero-card-v5696
    > .bp-partnership-step-v5696:nth-of-type(3)
    span {
    color: #bfd5e6 !important;
    text-shadow: none !important;
  }

  /* Etapa 4 permanece azul no PC. */
  .bp-partnership-hero-card-v5696
    > .bp-partnership-step-v5696:nth-of-type(4)
    strong,
  .bp-partnership-hero-card-v5696
    > .bp-partnership-step-v5696:nth-of-type(4)
    span {
    color: #1d5fae !important;
    text-shadow: none !important;
  }
}
