html {
  font-size: 58%;
}

.Secao_Perfil {
  gap: 0, 2dvh;

  & img {
    width: 20dvw;
  }
  & h4 {
    font-size: 1.6rem;
  }
}

.fc-painel-superior {
    grid-template-columns: minmax(0, 0.95fr) minmax(135px, 1.05fr);
    gap: 2vw;
    padding-inline: 2.5vw;
  }

  #fcVisorCronometro {
    font-size: 2rem;
  }

  .fc-painel-botoes button {
    font-size: 0.78rem;}