.home {
  background: url(../assets/img/background/page-omnichannel.png) bottom no-repeat #F7F7F7 !important;
}

.text h3 {
  font-size: 18px !important;
}

.box-recursos-home .recurso-item {
  text-align: center;
  position: relative;
  border: 0 !important;
}

.recurso-item svg {
  position: relative;
  z-index: 1;
  max-width: 56px;
  height: auto;
  vertical-align: 0 !important;
  margin: 0 auto !important;
  fill: #fff !important;
  stroke: none !important;
}

.box-recursos-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 420px;
  position: relative;
  margin-top: 1.563em;
}

.box-recursos-home:before {
  content: "";
  width: calc(100% - 20px);
  height: 3px;
  background-color: #c7d6e4;
  top: 28px;
  left: 10px;
  position: absolute;
}

.box-recursos-home .recurso-item .legenda {
  font-size: 14px;
  line-height: 2.214em;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0.444em;
  color: #52636b;
  font-weight: 400;
}

.box-recursos-home .recurso-item svg.mais {
  position: relative;
  top: 8px;
  max-width: 42px;
}

.icon__solutions:hover {
  width: 60px;
  height: 60px;
  transition: 0.5s ease-in-out;
}

.icon_gestor {
  font-size: 35px;
  margin-right: 7px;
}

.about__description {
  align-items: center;
  display: flex;
  font-size: 20px;
  margin-bottom: 0;
}

.home__data {
  grid-column: initial;
  right: 50px;
  padding-right: 160px;
  position: relative;
}

.about {
  position: relative;
  z-index: 1;
  padding: 250px 0 150px 72px;
  background: #f0f0f2;
}

.about__data {
  position: relative;
  z-index: 10;
  margin-left: 160px;
  max-width: 401px;
  padding-bottom: 20px;
}

.icon__comeca {
  font-size: 25px;
  padding-top: 5px;
}

.about__data .home__description {
  margin-bottom: 20px;
}

.solution__data .button {
  background: none;
  padding: 0;
  color: #1674ba;
  font-weight: 600;
}

.about__data .button {
  background: none;
  padding: 0;
  color: #1674ba;
  font-weight: 600;
}

.about:before {
  content: "";
  width: 95%;
  height: calc(100% + 80px);
  background: url(../assets/img/background/page-gestor.png) bottom no-repeat;
  position: absolute;
  top: -80px;
  z-index: 0;
}

.solution {
  background: #fcfcfc !important;
}

.solution__container.container {
  max-width: 1020px;
}

.title {
  margin-bottom: 50px;
}

.title .section__subtitle {
  margin-bottom: -15px;
}

.title::after {
  content: "";
  width: 100%;
  height: 13px;
  display: block;
  margin-top: 42px;
  background: url(../assets/img/border-line.svg) bottom no-repeat;
  margin-bottom: -20px;
}

/*==================== SOLUTION ====================*/
.solution__container {
  overflow: initial;
}

.solution__button {
  width: 130px;
  margin-right: 15px;
}

.solution__data .solution__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.5em;
  color: #49585f;
  margin: 0 0 17px;
}

.solution__data .solution__description {
  font-size: 18px;
  line-height: 1.6em;
  color: #617984;
  margin-bottom: 22px;
}

.solution.section {
  padding: 6rem 0 10rem;
}

.solution__content {
  padding: 0 1.5rem;
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.solution__img {
  width: 100%;
  border-radius: .5rem;
  justify-self: center;
}

.solution__title {
  font-size: var(--h3-font-size);
  margin-bottom: var(--mb-0-5);
}

.solution__description {
  margin-bottom: var(--mb-0-75);
}

.solution__button:hover .button__icon {
  transform: translateX(0.25rem);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
}

.swiper-solution-icon {
  font-size: 2.3rem;
  color: #7C8F9B;
}

.swiper-button-prev {
  left: -.5rem;
}

.swiper-button-next {
  right: -.5rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: -3.5rem;
}

.swiper-pagination-bullet-active {
  background-color: #869791;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullet {
  outline: none;
}

/*==================== TESTIMONIAL ====================*/
.testimonial.section {
  background: #fcfcfc;
  padding: 6rem 0 7rem;
}

.testimonial__container.container {
  max-width: 1000px;
}

.testimonial__content {
  max-width: 50%;
}

.testimonial__data,
.testimonial__header {
  display: flex;
}

.testimonial__data {
  justify-content: space-between;
  margin-bottom: var(--mb-1);
}

.testimonial__img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: var(--mb-0-75);
}

.testimonial__name {
  font-size: var(--h3-font-size);
  font-weight: var(--font-medium);
}

.testimonial__client {
  font-size: var(--small-font-size);
  color: var(--text-color-light);
}

.testimonial__description {
  margin-bottom: var(--mb-2-5);
}

.testimonial__icon-star {
  color: var(--first-color);
}

.swiper-container .swiper-pagination-testimonial {
  bottom: 0;
}


@media screen and (min-width: 1024px) {
  .portfolio__content {
    column-gap: 5rem;
  }

  .swiper-portfolio-icon {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .solution__img {
    width: 400px;
  }

  .solution__content {
    align-items: center;
  }

  .testimonial__description {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 568px) {
  .solution__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .home.casa {
    background: url(../assets/img/background/bg-intro-mobile.svg) bottom no-repeat #F7F7F7 !important;
    overflow: hidden !important;
    padding: 2rem 0 16rem !important;
  }
}

@media screen and (max-width: 568px) {
  .scrollup {
    bottom: 6.8rem !important;
  }

  .testimonial.section {
    padding: 6rem 0 5rem;
  }

  .about:before {
    background: url(../assets/img/background/page-gestor-mobile.png) bottom no-repeat;
    width: 100%;
  }

  .scrollup {
    bottom: 6rem !important;
  }

  .about {
    padding: 75px 0 0 0;
  }

  .title .section__title {
    font-size: 25px;
    margin-left: 30px;
    line-height: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
  }

  .nav {
    max-height: 65px !important;
    min-height: 65px !important;
  }

  .nav__logo {
    width: 58px;
  }

  .recurso-item {
    width: 45px;
  }

  .solution__data .solution__title {
    font-size: 22px !important;
  }

  .box-recursos-home:before {
    top: 22.5px;
  }

  .mais {
    width: 38px !important;
    top: 4px !important;
  }

  .legenda {
    font-size: 8px !important;
  }

  .solution__img {
    width: 250px;
  }

  .solution__content {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .solution__data .solution__title {
    font-size: 25px;
    line-height: 1.3em;
  }

  .solution__data .solution__description {
    font-size: 17.5px;
    line-height: 1.4em;
  }

  .solution.section {
    padding: 6rem 0 6rem;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -3rem !important;
  }

  .nav__list {
    gap: 1rem;
  }

  .about__data {
    margin-left: 0;
    padding-bottom: 150px;
    max-width: 345px;
  }

  .nav__logo {
    max-width: 68px;
  }

  .solutions.section {
    padding: 5rem 0 3rem;
  }

  .home__data {
    padding-right: 0 !important;
    right: 0 !important;
  }

  .home__content {
    grid-template-columns: none;
  }

  .home__description.casa {
    font-size: 13px;
  }

  .solution__data .solution__title, .solution__data .solution__description {
    max-width: 300px;
  }
}

@media screen and (mix-width: 350px) {

  .testimonial__data,
  .testimonial__header {
    flex-direction: column;
    align-items: center;
  }

  .testimonial__img {
    margin-right: 0;
    margin-bottom: var(--mb-0-25);
  }

  .testimonial__data,
  .testimonial__description {
    text-align: center;
  }
}