.card-fixo-mobile {
  display: none;
}

@media (max-width: 767px) {
  .card-fixo-mobile {
    display: flex;
    width: 100%;
    padding: 16px 32px;

    flex-direction: column;
    justify-content: center;
    align-items: center;

    transition: opacity 0.5s ease-in-out;

    border-radius: 20px 20px 0px 0px;
    background: #F9F9F9;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.05);
    position: fixed;
    bottom: 0px;
    z-index: 999;
  }

  .card-fixo-mobile .card-fixo-mobile-home {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-fixo-mobile .card-fixo-mobile-home span {
    font-family: 'Margem-regular';
  }

  .header-card-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }

  .header-card-mobile img {
    width: 19.847px;
    height: 18.999px;
  }

  .header-card-mobile h2 {
    color: #005DE6;
    font-family: "Margem-bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
  }

  .cta-card-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    align-self: stretch;
  }

  .cta-card-mobile .card-plano-preco {
    display: flex;
    align-items: center;
    justify-content: start;
  }

  .cta-card-mobile .card-plano-preco .moeda {
    color: #17144D;
    text-align: center;
    font-family: "Margem-regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 128.571% */
    margin-right: 8px;
  }

  .cta-card-mobile .card-plano-preco .preco {
    color: #17144D;
    text-align: center;
    font-family: "Margem-bold";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 25.2px */
    letter-spacing: -1px;
  }

  .cta-card-mobile .card-plano-preco .periodo {
    color: #6C7193;
    text-align: center;
    font-family: "Margem-regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
  }

  .cta-card-mobile a {
    display: flex;
    height: 32px;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;

    color: #FFF !important;

    border-radius: 10px;
    background: var(--button-danger-default, #C6212E);
    border: 0px;

    width: 150px;
    height: 40px;
  }

  .cta-card-mobile a {
    color: #FFF;
    /* Heading/xxs */
    font-family: "Margem-medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 14px */
  }

  .cta-card-mobile a .icon {
    width: 12px;
    height: 12px;
    color: '#FFF';
  }


  .black-friday-nova-ai .card-fixo-mobile {
    background-color: #313233
  }

  .black-friday-nova-ai .header-card-mobile span {
    color: #fff;
  }

  .black-friday-nova-ai .cta-card-mobile .card-plano-preco .moeda,
  .black-friday-nova-ai .cta-card-mobile .card-plano-preco .preco,
  .black-friday-nova-ai .cta-card-mobile .card-plano-preco .periodo {
    color: #fff;
  }

  .black-friday-nova-ai .header-card-mobile img {
    filter: grayscale(1);
  }



}
