body {
  background-image: url(../images/trabalho_em_equipe_fundo\ \(2\).png);
  overflow-x: hidden;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  touch-action: manipulation;
}

body,
h1,
h2,
h3,
p,
div,
ul,
li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#navbar {
  font-family: sans-serif;
  transition: background-color 0.3s ease;
}
.nav-item {
  font-size: 18px;
}

#Logo {
  display: inline-block;
  max-height: 56px;
  max-width: 225px;
  padding: 8px 10px 8px 12px;
  vertical-align: middle;
}

.texto {
  color: #1c4587;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0;
  align-items: center;
}

#Serviços {
  color: white;
  font-size: 64pt;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 500;
  position: relative;
}
