@import url(../general/normalize.css);
@import url(../header/index.css);
@import url(slider.css);
@import url(form.css);
@import url(headquarters.css);
@import url(../footer/index.css);

body::-webkit-scrollbar {
  width: 10px; /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.6); /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5); /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */ /* creates padding around scroll thumb */
}

.homeContent__banner--desktop,
.homeContent__banner--mobile {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.homeContent__banner--desktop {
  display: block;
}

.homeContent__banner--mobile {
  display: none;
}

.homeContent__banner--desktop .homeContent__banner-image,
.homeContent__banner--mobile .homeContent__banner-image {
  width: 100%;
  height: auto;
}

.homeContent__text1 {
  width: 100%;
  max-width: 779px;
  height: auto;
  margin: 6em auto;
}

.homeContent__solutions-title {
  width: 100%;
  max-width: 211px;
  height: auto;
  margin: 6em auto;
}

.homeContent__solutions-menu {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 6em auto;
}

.homeContent__solutions-menu ul {
  display: flex;
  column-gap: 2em;
}

.homeContent__solutions-menu li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homeContent__solutions-description {
  width: 241px;
  height: 60px;
  display: block;
  margin-top: 1em;
}

.homeContent__solutions-item {
  width: 281px;
  height: 88px;
  display: block;
  transition: all 0.2s linear;
}

.homeContent__solutions-item:hover {
  filter: brightness(0.6);
}

.homeContent__brand-activation,
.homeContent__trade-marketing,
.homeContent__vendas-incentivos,
.homeContent__feiras-eventos {
  display: flex;
  max-width: 1130px;
  width: 100%;
  margin: 48px auto;
  column-gap: 32px;
}

.homeContent__brand-activation-text,
.homeContent__trade-marketing-text,
.homeContent__vendas-incentivos-text,
.homeContent__feiras-eventos-text {
  width: 100%;
  max-width: 516px;
  height: auto;
  display: block;
}

.homeContent__about--desktop,
.homeContent__about--mobile,
.homeContent__partners--desktop,
.homeContent__partners--mobile {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.homeContent__about--desktop img {
  max-width: 980px;
  width: 100%;
  height: auto;
  margin: 64px auto;
}
.homeContent__about--desktop {
  display: block;
}

.homeContent__about--mobile {
  display: none;
}

.homeContent__partners--desktop {
  display: block;
}

.homeContent__partners--mobile {
  display: none;
}

.homeContent__partners--desktop img,
.homeContent__partners--mobile img {
  width: 100%;
  height: auto;
  margin: 64px 0;
}

@media screen and (max-width: 1024px) {
  .homeContent__banner--desktop,
  .homeContent__partners--desktop {
    display: none;
  }

  .homeContent__banner--mobile,
  .homeContent__partners--mobile {
    display: block;
  }

  .homeContent__solutions-title {
    margin: 16px auto;
  }

  .homeContent__text1 {
    width: calc(100% - 32px);
    margin: 16px 16px;
  }

  .homeContent__solutions-menu {
    margin: 0;
  }

  .homeContent__solutions-menu ul {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 16px;
    row-gap: 16px;
    margin: 16px 16px;
  }

  .homeContent__brand-activation,
  .homeContent__vendas-incentivos {
    flex-direction: column;
    column-gap: 0;
    row-gap: 32px;
    width: calc(100% - 32px);
    margin: 48px 16px;
  }

  .homeContent__trade-marketing,
  .homeContent__feiras-eventos {
    flex-direction: column-reverse;
    column-gap: 0;
    row-gap: 32px;
    width: calc(100% - 32px);
    margin: 48px 16px;
  }

  .homeContent__brand-activation-text,
  .homeContent__vendas-incentivos-text {
    display: flex;
    align-self: flex-end;
  }

  .homeContent__about--mobile img {
    width: calc(100% - 32px);
    margin: 64px 16px;
  }

  .homeContent__about--desktop {
    display: none;
  }

  .homeContent__about--mobile {
    display: block;
  }

  .homeContent__partners--mobile img {
    width: calc(100% - 32px);
    height: auto;
    margin: 64px 16px;
  }
}
