.parallax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 566px;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.parallax .parallax-bg {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 150%;
  background-image: url("../images/default-image.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.parallax .product-tile {
  background-color: var(--color-white);
}
@media (max-width: 768px) {
  .parallax .swiper-products .swiper-button-next,
  .parallax .swiper-products .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 769px) {
  .parallax .swiper-products {
    margin: 0;
  }
  .parallax .swiper-products .swiper .swiper-wrapper {
    max-width: 785px;
  }
  .parallax .swiper-products .swiper-button-next,
  .parallax .swiper-products .swiper-button-prev {
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.4);
  }
  .parallax .swiper-products .swiper-button-next:after,
  .parallax .swiper-products .swiper-button-prev:after {
    color: rgba(255, 255, 255, 0.8);
  }
  .parallax .swiper-products .swiper-button-next:hover,
  .parallax .swiper-products .swiper-button-prev:hover {
    background-color: var(--color-white);
  }
  .parallax .swiper-products .swiper-button-next:hover:after,
  .parallax .swiper-products .swiper-button-prev:hover:after {
    color: var(--color-grey4);
  }
  .parallax .swiper-products .swiper-button-next {
    right: -21px;
  }
}
@media (min-width: 769px) and (max-width: 1366px) {
  .parallax .swiper-products .swiper-button-next {
    right: -12px;
  }
  .parallax .swiper-products .swiper-button-prev {
    left: -12px;
  }
}
.parallax-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 472px;
}
.parallax-container-carrousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 61%;
  height: 100%;
}
.parallax-container-carrousel .experience-carouselContent {
  width: 100%;
}
.parallax-container-text {
  width: 32.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 22px;
  z-index: 1;
}
.parallax-container-text .title {
  font-weight: 700;
  font-size: 40px;
  color: var(--color-white);
  letter-spacing: 0;
  line-height: normal;
  height: 120px;
  margin: 0px;
}
.parallax-container-text .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 242px;
  height: 56px;
  border-radius: 20px;
  background-color: var(--color-primary);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

@media (max-width: 768px) {
  .parallax {
    background-size: cover;
    background-position: center;
  }
  .parallax .parallax-bg {
    background-size: cover;
    background-position: center;
  }
  .parallax-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    height: 550px;
  }
  .parallax-container-carrousel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .parallax-container-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0;
    z-index: 1;
  }
  .parallax-container-text .title {
    font-size: 18px;
    line-height: 1;
    width: 50%;
    height: 0;
  }
  .parallax-container-text .btn {
    display: none;
  }
}
