#home-empresa {
  min-height: 850px;
  background-image: url("/img/site_03.jpg");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  font-family: "Archivo", sans-serif;
  width: 100%;
}
#home-empresa .home-esquerdo {
  width: 50%;
}
#home-empresa .home-esquerdo .home-titulo {
  width: 100%;
  display: block;
  position: relative;
  padding: 0 0 5px 0;
  text-align: left;
  font-size: 70px;
  color: white;
  line-height: 4.5rem;
  margin-left: 75px;
  margin-top: 20px;
  font-weight: 800;
  text-transform: uppercase;
  word-break: break-word;
}
#home-empresa .home-esquerdo .home-subtitulo {
  font-size: 16px;
  color: white;
  width: 90%;
  display: block;
  position: relative;
  text-align: left;
  margin-left: 75px;
  margin-top: 35px;
  letter-spacing: 1px;
  line-height: 2rem;
  word-break: break-word;
}
#home-empresa .home-esquerdo .btn-coleta {
  text-decoration: none;
  color: white;
  width: 195px;
  height: 65px;
  display: block;
  position: relative;
  text-align: center;
  padding: 20px;
  font-weight: 600;
  font-size: 18px;
  margin-left: 75px;
  margin-top: 45px;
  cursor: pointer;
}

@media screen and (max-width: 1500px) {
  .container {
    width: 80%;
  }
  .container .home-titulo {
    margin-left: 0 !important;
  }
  .container .home-subtitulo {
    margin-left: 0 !important;
  }
  .container .btn-coleta {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  #home-empresa .container {
    width: 90%;
  }
  #home-empresa .container .home-esquerdo {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  #home-empresa .container .home-esquerdo {
    width: 100%;
    margin-top: 50px;
  }
  #home-empresa .container .home-esquerdo .home-subtitulo {
    text-align: justify;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  #home-empresa .container .home-esquerdo {
    margin-top: 90px;
  }
}
