#home-empresa {
  min-height: 700px;
  background-image: url("/img/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  font-family: "Encode Sans Semi Expanded", sans-serif;
}
#home-empresa .home-conteudo {
  width: 65%;
}
#home-empresa .home-conteudo .home-titulo {
  width: 75%;
  display: block;
  font-size: 93px;
  color: white;
  line-height: 6rem;
  margin-bottom: -30px;
  word-break: break-word;
}
#home-empresa .home-conteudo .underline-empresa {
  height: 15px;
  width: 35px;
  margin-left: 5px;
  margin-top: 50px;
  margin-bottom: -5px;
}

@media screen and (max-width: 1150px) {
  #home-empresa .home-conteudo .home-titulo {
    width: 100% !important;
    margin-top: 150px;
  }
}
@media screen and (max-width: 750px) {
  #home-empresa .home-conteudo {
    width: 90%;
  }
  #home-empresa .home-conteudo .home-titulo {
    font-size: 60px;
    color: white;
    line-height: normal;
    margin-top: 100px;
  }
  #home-empresa .home-conteudo .underline-empresa {
    height: 10px !important;
    width: 25px !important;
    margin-left: 0px !important;
    margin-top: 30px !important;
  }
}
