#home-empresa {
  min-height: 800px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  font-family: "Barlow", sans-serif;
}
#home-empresa .slideshow {
  width: 100%;
  height: 800px;
  position: relative;
  background: black;
}
#home-empresa .slideshow .slides {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  margin-top: 0px;
}
#home-empresa .slideshow .slides-arrow {
  display: flex;
  position: relative;
  margin-top: -80px;
  justify-content: center;
}
#home-empresa .slideshow .slides-arrow .prev,
#home-empresa .slideshow .slides-arrow .next {
  position: relative;
  font-size: 3em;
  font-weight: bold;
}
#home-empresa .slideshow .slides-arrow .prev:hover,
#home-empresa .slideshow .slides-arrow .next:hover {
  opacity: 0.8;
  cursor: pointer;
}
#home-empresa .slideshow .slides-arrow .prev i,
#home-empresa .slideshow .slides-arrow .next i {
  display: block;
  position: relative;
  padding: 2px 10px;
  color: white;
}
#home-empresa .slides li {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}
#home-empresa .home-central {
  display: flex;
  position: absolute;
  height: auto;
  width: 72%;
  flex-direction: column;
  margin-top: 30px;
}
#home-empresa .home-central .home-superior {
  width: 94%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid white;
}
#home-empresa .home-central .home-superior img.logo-home {
  margin-top: 20px;
  width: 150px;
}
#home-empresa .home-central .home-esquerdo {
  height: auto;
  width: 50%;
  margin-top: 100px;
  margin-left: -5px;
}
#home-empresa .home-central .home-esquerdo .home-titulo {
  font-family: "Montserrat", sans-serif;
  display: flex;
  margin-left: 41px;
  padding: 8px 0;
  font-weight: 400;
  height: 40px;
  width: 200px;
}
#home-empresa .home-central .home-esquerdo .home-titulo label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 10px;
  color: white;
}
#home-empresa .home-central .home-esquerdo .home-titulo .detalhe {
  height: 40px;
  width: 15px;
  background-color: white;
  margin-top: -32px;
  margin-left: 175px;
}
#home-empresa .home-central .home-esquerdo .home-subtitulo {
  margin-left: 35px;
  width: 100%;
  margin-top: 20px;
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
  word-break: break-word;
}
#home-empresa .home-central .home-esquerdo .home-subtitulo label {
  font-size: 100px;
  line-height: 4rem;
  color: white;
}
#home-empresa .home-central .home-esquerdo .home-texto {
  margin-left: 40px;
  margin-top: 50px;
  width: 70%;
  word-break: break-word;
}
#home-empresa .home-central .home-esquerdo .home-texto label {
  font-size: 17px;
  color: white;
}

@media screen and (max-width: 1500px) {
  #home-empresa .home-central .home-esquerdo {
    width: 70%;
  }
}
@media screen and (max-width: 950px) {
  #home-empresa {
    height: auto !important;
    min-height: 560px;
  }
  #home-empresa .slideshow {
    position: absolute !important;
    height: 550px !important;
  }
  #home-empresa .slides li {
    background-size: cover !important;
    background-position: center !important;
  }

  .home-central {
    width: 95% !important;
    margin-top: 100px !important;
  }
  .home-central .home-superior {
    display: none !important;
  }
  .home-central .home-esquerdo {
    width: 100% !important;
    margin-top: 50px !important;
  }
  .home-central .home-esquerdo .home-titulo {
    margin-left: 15px !important;
    padding-top: 8px !important;
  }
  .home-central .home-esquerdo .home-subtitulo {
    margin-left: 10px !important;
  }
  .home-central .home-esquerdo .home-subtitulo label {
    font-size: 50px !important;
    line-height: 2rem !important;
  }
  .home-central .home-esquerdo .home-texto {
    margin-left: 15px !important;
    margin-top: 20px;
    width: 90% !important;
  }
}
@media screen and (max-width: 400px) {
  #home-empresa .slideshow .slides-arrow {
    display: flex;
    position: relative;
    margin-top: -70px;
    justify-content: center;
  }
}
