#steps_zika .content {
  display: flex;
  overflow: hidden;
  height: calc(100vh - 100px);
}

#steps_zika .content .item {
  width: 0px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 1s ease-in-out;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  scroll-snap-align: center;
  margin-right: 50px;
  box-sizing: border-box;
  background: white;
  transform-origin: center center;
  flex-direction: column;
  height: 0px;
  padding: 0px;
  margin: 0px;
}

#steps_zika .content .item.active {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

#secao-1::after {
  content: "";
  background-image: url("https://vyrobio.fantinel.cx/wp-content/uploads/2022/10/1.svg");
  position: absolute;
  left: -10%;
  display: inline-block;
  width: 33%;
  height: 100%;
  background-size: 100% 80%;
  background-repeat: no-repeat;
}

#secao-2::after {
  content: "";
  position: absolute;
  background-image: url("https://vyrobio.fantinel.cx/wp-content/uploads/2022/10/2.svg");
  display: inline-block;
  width: 33%;
  height: 100%;
  background-size: 100% 80%;
  background-repeat: no-repeat;
}

#secao-3::after {
  content: "";
  background-image: url("https://vyrobio.fantinel.cx/wp-content/uploads/2022/10/3.svg");
  display: inline-block;
  width: 33%;
  height: 100%;
  background-size: 100% 80%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0%;
}

.fusion-body .fusion-flex-container.fusion-builder-row-7 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  min-width: 100vw;
}

@media (min-width: 801px) {
  #secao-1::after {
    left: -120px;
  }
  #secao-3::after {
    right: -61px;
  }
}

@media only screen and (max-width: 768px) {
  #steps_zika .content {
    height: 100%;
  }

  #steps_zika .content .item.active {
    height: 100%;
  }
}