.overline-home {
  height: 10px;
  width: 61%;
  margin-top: 20px;
  margin-bottom: -33px;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.overline-home .overline {
  height: 10px;
  width: 150px;
}

#home-empresa {
  min-height: 850px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-family: "Barlow", sans-serif;
}
#home-empresa .slideshow {
  width: 100%;
  height: 785px;
  position: relative;
  background: black;
}
#home-empresa .slideshow .slides {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  margin-top: 0px;
}
#home-empresa .slides li {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}
#home-empresa .slides-arrow {
  display: flex;
  position: relative;
  margin-top: -60px;
  justify-content: center;
  align-items: center;
}
#home-empresa .slides-arrow .next {
  width: 10%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#home-empresa .slides-arrow .next:hover {
  opacity: 0.8;
  cursor: pointer;
}
#home-empresa .slides-arrow .next i {
  color: white;
  margin-right: 10px;
  font-size: 30px;
  font-weight: 500;
}
#home-empresa .slides-arrow .prev {
  width: 10%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#home-empresa .slides-arrow .prev:hover {
  opacity: 0.8;
  cursor: pointer;
}
#home-empresa .slides-arrow .prev i {
  color: white;
  margin-left: 10px;
  font-size: 30px;
  font-weight: 500;
}
#home-empresa .container {
  display: flex;
  position: absolute;
  justify-content: space-between;
  align-items: center;
}
#home-empresa .container .home-central {
  display: flex;
  position: absolute;
  width: 45%;
  background-color: white;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
}
#home-empresa .container .home-central .home-titulo {
  display: flex;
  margin-left: 55px;
  padding-top: 75px;
  font-weight: 400;
}
#home-empresa .container .home-central .home-titulo .detalhe {
  height: 15px;
  width: 2px;
  margin-top: 5px;
}
#home-empresa .container .home-central .home-titulo label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 5px;
  color: black;
  letter-spacing: 1px;
}
#home-empresa .container .home-central .home-subtitulo {
  margin-left: 50px;
  width: 80%;
  margin-top: 20px;
  font-weight: 500;
}
#home-empresa .container .home-central .home-subtitulo label {
  font-size: 70px;
  line-height: 4rem;
  color: black;
  word-break: break-word;
}
#home-empresa .container .home-central .home-subtitulo label span {
  font-weight: 700;
}
#home-empresa .container .home-central .home-texto {
  margin: 30px 50px;
  width: 80%;
  word-break: break-word;
}
#home-empresa .container .home-central .home-texto label {
  font-size: 17px;
  color: grey;
}

@media screen and (max-width: 1600px) {
  #home-empresa .container .home-central {
    width: 60%;
  }
}
@media screen and (max-width: 1300px) {
  .overline-home {
    width: 73%;
  }
}
@media screen and (max-width: 1200px) {
  #home-empresa .container .home-central {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  #home-empresa .slideshow {
    width: 100%;
    height: 785px;
    position: absolute;
    background: black;
  }
  #home-empresa .slides li {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center !important;
    background-size: cover !important;
  }

  .home-central {
    width: 95% !important;
  }
  .home-central .home-titulo {
    display: flex;
    margin-left: 30px !important;
    padding-top: 60px !important;
  }
  .home-central .home-subtitulo {
    margin-left: 25px !important;
    margin-top: 40px !important;
  }
  .home-central .home-subtitulo label {
    font-size: 45px !important;
    line-height: 2rem !important;
  }
  .home-central .home-texto {
    margin-left: 30px !important;
    margin-top: 30px !important;
    width: 85% !important;
  }
}
@media screen and (max-width: 600px) {
  #home-empresa {
    height: auto !important;
    margin-top: -10px;
  }
  #home-empresa .slideshow {
    position: absolute !important;
    height: 550px !important;
  }
  #home-empresa .slides li {
    background-size: cover !important;
    background-position: center !important;
  }

  .container .home-central {
    width: 100% !important;
    opacity: 0.8;
  }
  .container .home-central .home-titulo {
    margin-left: 30px !important;
    padding-top: 50px !important;
  }
  .container .home-central .home-subtitulo {
    margin-left: 23px !important;
  }
  .container .home-central .home-subtitulo label {
    font-size: 45px !important;
    line-height: 2rem !important;
  }
  .container .home-central .home-texto {
    margin-left: 30px !important;
    margin-top: 20px;
    width: 90% !important;
  }
}
