.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: 80rem;
    color: var(--element1-color);
    margin: 0;
    font-weight: 600; }
.steps .foto img {
  max-width: 88px;
  max-height: 88px;
  object-fit: contain; }
.steps .foto figure {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
.steps .steps-number {
  width: 116px;
  min-width: 116px;
  height: 116px;
  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 .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: 325px; }
  .steps .text h4 {
    font-size: 20rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .steps .text p {
    text-align: center;
    margin: 0;
    color: var(--transparent-color1); }

@media (max-width: 575.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;
    border-width: 14px; }
    .steps .icon h3 {
      font-size: 55rem; }
  .steps .steps-number {
    width: 90px;
    min-width: 90px;
    height: 90px; }
  .steps .foto img {
    max-width: 69px;
    max-height: 69px; }
  .steps .text {
    width: 300px; }
  .steps .arrow {
    height: 100px; }
    .steps .arrow img {
      height: 40px;
      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;
    border-width: 14px; }
    .steps .icon h3 {
      font-size: 55rem; }
  .steps .steps-number {
    width: 90px;
    min-width: 90px;
    height: 90px; }
  .steps .foto img {
    max-width: 69px;
    max-height: 69px; }
  .steps .text {
    width: 300px; }
  .steps .arrow {
    height: 100px; }
    .steps .arrow img {
      height: 40px;
      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 .one-step h3 {
      font-size: 55rem; }
  .steps .icon {
    width: 200px;
    min-width: 200px;
    height: 200px;
    margin-right: 0;
    border-width: 14px; }
  .steps .steps-number {
    width: 90px;
    min-width: 90px;
    height: 90px; }
  .steps .foto img {
    max-width: 69px;
    max-height: 69px; }
  .steps .text {
    width: 300px; }
  .steps .arrow {
    height: 100px; }
    .steps .arrow img {
      height: 40px;
      transform: rotate(90deg); } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .steps .icon {
    width: 200px;
    min-width: 200px;
    height: 200px;
    border-width: 14px; }
    .steps .icon h3 {
      font-size: 55rem; }
  .steps .steps-number {
    width: 90px;
    min-width: 90px;
    height: 90px; }
  .steps .foto img {
    max-width: 69px;
    max-height: 69px; }
  .steps P {
    font-size: 15rem; }
  .steps h4 {
    font-size: 18rem; }
  .steps .text {
    max-width: 215px; }
  .steps .arrow {
    height: 200px; }
    .steps .arrow img {
      height: 30px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .steps .icon {
    width: 200px;
    min-width: 200px;
    height: 200px;
    border-width: 16px; }
    .steps .icon h3 {
      font-size: 60rem; }
  .steps .steps-number {
    width: 90px;
    min-width: 90px;
    height: 90px; }
  .steps .foto img {
    max-width: 69px;
    max-height: 69px; }
  .steps P {
    font-size: 16rem; }
  .steps h4 {
    font-size: 18rem; }
  .steps .text {
    max-width: 255px; }
  .steps .arrow {
    height: 200px; }
    .steps .arrow img {
      height: 40px; } }

/*# sourceMappingURL=steps.css.map */
