.steps .icon {
  width: 257px;
  min-width: 257px;
  height: 257px;
  border-radius: 50%;
  background-color: var(--primary-bg);
  border: 19px solid var(--element2-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.steps .icon h3 {
  font-size: 119rem;
  color: var(--element1-color);
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.steps .foto {
  width: 110px;
  min-width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: var(--primary-bg);
  border: 6px solid var(--element2-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -22px;
  right: -35px;
}
.steps .foto img {
  max-width: 51px;
  max-height: 51px;
  object-fit: contain;
}
.steps .foto figure {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps .one-step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps .wrapper {
  justify-content: space-around;
}
.steps .arrow {
  display: flex;
  align-items: center;
  height: 257px;
}
.steps .arrow img {
  width: auto;
  height: 72px;
}
.steps .text {
  max-width: 290px;
}
.steps .text h4 {
  font-size: 20rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
.steps .text p {
  text-align: center;
  color: var(--transparent-color1);
}

@media (max-width: 575.5px) {
  .steps .one-step {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .steps .icon {
    width: 200px;
    min-width: 200px;
    height: 200px;
    margin-right: 0;
  }
  .steps .icon h3 {
    font-size: 100rem;
  }
  .steps .foto {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
  .steps .foto img {
    max-width: 45px;
    max-height: 45px;
  }
  .steps .text {
    width: 300px;
  }
  .steps .arrow {
    height: 100px;
  }
  .steps .arrow img {
    height: 50px;
    transform: rotate(90deg);
  }
}
@media (min-width: 576px) and (max-width: 767.5px) {
  .steps .one-step {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .steps .icon {
    width: 200px;
    min-width: 200px;
    height: 200px;
    margin-right: 0;
  }
  .steps .icon h3 {
    font-size: 100rem;
  }
  .steps .foto {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
  .steps .foto img {
    max-width: 45px;
    max-height: 45px;
  }
  .steps .text {
    width: 300px;
  }
  .steps .arrow {
    height: 100px;
  }
  .steps .arrow img {
    height: 50px;
    transform: rotate(90deg);
  }
}
@media (min-width: 768px) and (max-width: 991.5px) {
  .steps .one-step {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .steps .icon {
    width: 200px;
    min-width: 200px;
    height: 200px;
    margin-right: 0;
  }
  .steps .icon h3 {
    font-size: 100rem;
  }
  .steps .foto {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
  .steps .foto img {
    max-width: 45px;
    max-height: 45px;
  }
  .steps .text {
    width: 300px;
  }
  .steps .arrow {
    height: 100px;
  }
  .steps .arrow img {
    height: 50px;
    transform: rotate(90deg);
  }
}
@media (min-width: 992px) and (max-width: 1199.5px) {
  .steps .icon {
    width: 160px;
    min-width: 160px;
    height: 160px;
    border-width: 10px;
  }
  .steps .icon h3 {
    font-size: 80rem;
  }
  .steps .foto {
    width: 80px;
    min-width: 80px;
    height: 80px;
    bottom: -10px;
    right: -28px;
    border-width: 5px;
  }
  .steps .foto img {
    max-width: 40px;
    max-height: 40px;
  }
  .steps .text {
    max-width: 160px;
  }
  .steps .arrow {
    height: 160px;
  }
  .steps .arrow img {
    height: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .steps .icon {
    width: 200px;
    min-width: 200px;
    height: 200px;
  }
  .steps .icon h3 {
    font-size: 100rem;
  }
  .steps .foto {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
  .steps .foto img {
    max-width: 45px;
    max-height: 45px;
  }
  .steps .text {
    max-width: 200px;
  }
  .steps .arrow {
    height: 200px;
  }
  .steps .arrow img {
    height: 60px;
  }
}

/*# sourceMappingURL=steps.css.map */
