* {
  /*margin: 0;*/
  /* padding: 0; */
  box-sizing: border-box;
  text-decoration: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body {
  font-size: 100%;
}

.cabecalho {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #2a67bd;
}

.cabecalho-imagem-titulo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}

.cabecalho-titulo {
  font-family: Arial;
  font-weight: bolder;
  font-size: 72px;
  color: white;
  margin: unset;
}

.cabecalho-logo {
  width: 100px;
}

.cabecalho-menu {
  display: flex;
  gap: 12px;
  color: white;
  text-decoration: none;
}

.cabecalho-menu a {
  color: white;
  text-decoration: none;
}

.cabecalho-menu a:visited {
  color: #fff;
  text-decoration: none;
}
