/* Empresa Section */
.empresa-box {
  margin-top: 3em;
}

.empresa-box h2 {
  font-weight: 700;
  color: #070a0b;
  font-size: 3em;
  line-height: 1.2em;
  text-align: center;
}

.empresa-box hr {
  border: 0.1em solid #000;
  width: 5%;
  margin: 2em auto;
}

.empresa-box-subtitulo {
  text-align: center;
  width: 90%;
  display: block;
  margin: 2em auto;
  line-height: 1.5em;
  font-size: 1.1em;
  color: #949292;
}

.empresa-box-bottom {
  background-image: url(../img/empresa-bg.jpg);
  padding: 6em 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.empresa-box-bottom p {
  text-align: center;
  width: 90%;
  display: block;
  margin: 2em auto;
  line-height: 1.5em;
  font-size: 1.3em;
  color: #fcfcfc;
  text-shadow: 1px 2px 3px #000;
}

.empresa-wrapper {
  display: inline-block;
  width: 25%;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  padding: 1.2em;
}

.empresa-wrapper a {
  color: #000;
}

.empresa-wrapper h3 {
  margin: 1.2em 0;
  font-size: 1.5em;
  font-weight: 600;
}

.empresa-wrapper p {
  text-align: center;
  display: block;
  line-height: 1.2em;
  font-size: 1.1em;
  color: #949292;
}

#empresa-equipe {
  display: none;
}

#empresa-dedicacao {
  display: none;
}

#empresa-comunicacao {
  display: none;
}

#empresa-etica {
  display: none;
}

#empresa-experiencia {
  display: none;
}

#empresa-customizacao {
  display: none;
}

#empresa-solucoes {
  display: none;
}

#empresa-resultado {
  display: none;
}

@media screen and (max-width: 960px) {
  .empresa-box-subtitulo {
    width: 80%;
  }
  .empresa-wrapper {
    width: 100%;
  }
}
