.site {
  overflow: visible !important;
}

#que-fer {
  overflow: visible !important;
}

.bttn_home_scroll_2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.bttn_home_scroll_2 .bttn_home_scroll-inner {
  position: sticky;
  top: 150px;
}
.bttn_home_scroll_2 .bttn_home_scroll-image {
  height: 500px;
  position: relative;
}
.bttn_home_scroll_2 .bttn_home_scroll-image .img-scroll {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bttn_home_scroll_2 .bttn_home_scroll-image .img-scroll img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bttn_home_scroll_2 .bttn_home_scroll-image .img-scroll.active {
  opacity: 1;
  visibility: visible;
}
.bttn_home_scroll_2 .bttn_home_scroll-container {
  position: relative;
  height: 500px;
  overflow: hidden;
  padding: 0 152px 0 96px;
  font-size: 42px;
  color: rgba(21, 85, 144, 0.8);
  letter-spacing: -0.84px;
  line-height: normal;
}
.bttn_home_scroll_2 .bttn_home_scroll-container .active {
  font-weight: 500;
  color: #155590;
}
.bttn_home_scroll_2 .bttn_home_scroll-space-container {
  pointer-events: none;
  z-index: -1;
  position: relative;
}
.bttn_home_scroll_2 .bttn_home_scroll-space-item {
  height: 30vh;
}
.bttn_home_scroll_2 .bttn_home_scroll-space-final {
  height: 500px;
}
@media (max-width: 1199.98px) {
  .bttn_home_scroll_2 .bttn_home_scroll-image {
    height: 380px;
  }
  .bttn_home_scroll_2 .bttn_home_scroll-container {
    height: 380px;
    padding: 0 90px 0 60px;
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .bttn_home_scroll_2 .bttn_home_scroll-image {
    height: auto;
  }
  .bttn_home_scroll_2 .bttn_home_scroll-image::before {
    content: "";
    display: block;
    padding-top: 56%;
  }
  .bttn_home_scroll_2 .bttn_home_scroll-inner {
    top: 100px;
  }
  .bttn_home_scroll_2 .bttn_home_scroll-container {
    font-size: 32px;
    height: 288px;
    margin-top: 30px;
    padding-right: 40px;
    padding-left: 20px;
  }
}

.on-trobarnos-buttons {
  margin-left: 0;
  margin-right: 0;
}/*# sourceMappingURL=main2.css.map */