#logo {
  display: flex;
  justify-content: center;
  width: 100%;
}

#logo img {
  width: 75%;
  max-width: 400px;
  margin-bottom: 30px;
}

.topVideo { 
  position: relative; 
  padding-bottom: 56.25%;
  padding-top: 0px; 
  height: 0; 
  overflow: hidden;
}

.topVideo iframe, .video-flex object, .video-flex embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

.topHeader {
  padding: 15px;
  margin-top: 15px;
  padding-top: 85px;
}

#pubConsultiva {
  height: 500px;
  background-image: url("../img/header-bg.jpg");

  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;

  height: inherit;
  min-height: 500px;

  justify-content: center;
  align-items: center;
}

#pubConsultiva h5 {
  color: antiquewhite;
  justify-content: center;
  text-align: center;
  padding-top: 50px;
}

.pubConsultivaImagem {
  background-image: url("../img/renatoangelo-webVictory.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  min-height: 620px;
  margin-top: 15px;
}

#alemDisso {
  height: 500px;
  background-image: url("../img/ferramentas.jpg");

  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;

  height: inherit;
  min-height: 500px;

  justify-content: center;
  align-items: center;
}


#alemDisso h5 {
  color: antiquewhite;
  justify-content: center;
  text-align: center;
  padding-top: 50px;
}

#alemDisso h1 {
  color: antiquewhite;
  justify-content: center;
  text-align: center;
  padding-top: 110px;
}

#takeAnalysis {
  border: solid;
  border-radius: 15px;
  border-width: 1px;
  margin: 10px;
  padding: 15px;
  background-color: aliceblue;
}

#takeConsultancy {
  border: solid;
  border-radius: 15px;
  border-width: 1px;
  margin: 10px;
  padding: 15px;
  background-color: aliceblue;
}