.tudo {
  width: 100%;
  height: 100px;
  background-color: white;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.info {
  width: 55%;
  height: 100%;
  margin-left: 5px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.logo {
  height: 100px;
  width: 84.02px;
}

.titulo {
  font-family: "Arial Black";
  font-size: 35px;
  color: #191970;
}

.botao {
  width: 200px;
  height: 50px;
  background-color: #b90303;
  color: #fffafa;
  font-family: "Arial black";
  font-weight: bold;
  border-width: 0px;
  border-radius: 10px;
  margin-right: 30px;
}

.botao:hover {
  transition: 0.4s;
  background-color: #990000;
}