body > header {
  transition: background-color 0.3s;
}
body > main {
  margin-top: 0;
}

.slide {
  width: 100%;
  height: 100vh;
  position: relative;
}
.slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slide .slide-arrows-cont {
  position: absolute;
  top: calc(50% - 37px);
  left: 0;
  right: 0;
  width: 100%;
}
.slide .slide-arrows-cont img {
  width: auto;
  height: 74px;
}

h1 {
  margin-bottom: 20px;
}

.lavoro-home {
  height: 386px;
  background-size: cover;
  background-position: center;
}
.lavoro-home > div {
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.45);
  padding-top: 150px;
  box-sizing: border-box;
}
.lavoro-home h2 {
  color: #FFF;
  font-size: 3rem;
  text-shadow: 3px 5px 8px #000000C4;
  font-weight: 300;
}
.lavoro-home .tasto-lavoro-home {
  display: inline-block;
  font-size: 0.83rem;
  font-weight: 700;
  color: #FFF;
  background: #343434;
  line-height: 36px;
  border-radius: 18px;
  padding: 0 15px;
}
.lavoro-home .link-lavoro-home:link, .lavoro-home .link-lavoro-home:visited {
  font-size: 0.83rem;
  font-weight: 300;
  color: #FFF;
}

/*# sourceMappingURL=home.css.map */
