/* Estilo automático para a página: politica-de-privacidade */
section.switch {
  .tab {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #555866;
    cursor: pointer;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms all ease-in-out;

    @media (max-width: 768px) {
      font-size: 18px;
    }

    &:nth-child(2) {
      border-left: 1px solid #441f5d26;
      border-right: 1px solid #441f5d26;
      padding: 0 56px;
      min-height: 60px;
      align-content: center;

      @media (max-width: 768px) {
        padding: 0 18px;
      }
    }

    &.active {
      color: var(--roxo);
      font-weight: 600;
    }
  }
}

.tab-pan-wrapper {
  display: none;

  &.active {
    display: block;
  }
}

#politica_de_privacidade {
  h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: var(--roxo);
  }

  h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 155%;
    margin-bottom: 16px;
    color: var(--cinza);
  }

  p {
    font-weight: 500;
    font-size: 18px;
    line-height: 155%;
    margin-bottom: 32px;
    color: var(--cinza);
  }
}

#lgpd {
  h2 {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .title h2 {
    color: var(--roxo);
  }
}

#qualidade {
  h2 {
    color: var(--roxo);
    font-size: 32px;
    line-height: 150%;
  }

  p {
    margin: 0;
  }
}