.header{
  width: 100%;
  background-color: rgb(183 123 181);
  height: 70px;
  display: block;

}

.cabecalho{
  width: 1000px;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.logo{
  height: 100%;
  display: table;
  float: left;
}

.logo a{
  color: black;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
}

.objetos{
  padding-left: 2px;
  float: right;
  text-align: end;
  height: 100%;
}

.objetos li{
  height: 100%;
  display: table;
  float: left;
  padding: 0 20px;
}

.objetos li a{
  display: table-cell;
  vertical-align: middle;
  color: black;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
}

.objetos li:hover{
  background-color: rgba(150, 90, 148, 1);
}
