.steps .icon {
  width: 257px;
  min-width: 257px;
  height: 257px;
  border-radius: 50%;
  background-color: var(--light-bg);
  border: 19px solid var(--light-bg2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px; }
  .steps .icon h3 {
    font-size: 80rem;
    color: var(--element1-color);
    font-weight: 500; }
  .steps .icon img {
    max-width: 98px;
    max-height: 117px;
    object-fit: contain; }
  .steps .icon figure {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
.steps .foto {
  position: relative;
  z-index: 2; }
.steps h3 {
  width: 110px;
  min-width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: var(--primary-bg);
  border: 6px solid var(--light-bg2);
  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: 700;
    color: var(--primary-text);
    margin-bottom: 20px;
    margin-top: 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; }
  .steps .icon {
    width: 190px;
    min-width: 190px;
    height: 190px;
    margin-right: 0;
    border-width: 12px; }
    .steps .icon h3 {
      font-size: 62rem;
      width: 75px;
      min-width: 75px;
      height: 75px;
      border-width: 5px;
      right: -35px; }
  .steps .foto img {
    max-width: 90px;
    max-height: 107px; }
  .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;
    border-width: 12px; }
    .steps .icon h3 {
      font-size: 62rem;
      width: 95px;
      min-width: 95px;
      height: 95px;
      border-width: 5px;
      right: -45px; }
  .steps .foto img {
    max-width: 90px;
    max-height: 107px; }
  .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;
    border-width: 12px; }
    .steps .icon h3 {
      font-size: 62rem;
      width: 95px;
      min-width: 95px;
      height: 95px;
      border-width: 5px;
      right: -45px; }
  .steps .foto img {
    max-width: 90px;
    max-height: 107px; }
  .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 {
    border-width: 4px;
    width: 180px;
    min-width: 180px;
    height: 180px;
    border-width: 12px; }
    .steps .icon h3 {
      font-size: 49rem;
      width: 70px;
      min-width: 70px;
      height: 70px;
      bottom: -22px;
      right: -19px; }
  .steps .foto img {
    max-width: 77px;
    max-height: 91px; }
  .steps .text {
    max-width: 215px; }
    .steps .text h4 {
      font-size: 17rem; }
    .steps .text p {
      font-size: 12px; }
  .steps .arrow {
    height: 170px; }
    .steps .arrow img {
      height: 30px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .steps .icon {
    width: 230px;
    min-width: 230px;
    height: 230px; }
    .steps .icon h3 {
      font-size: 62rem;
      width: 95px;
      min-width: 95px;
      height: 95px; }
  .steps .foto img {
    max-width: 90px;
    max-height: 107px; }
  .steps .text {
    max-width: 245px; }
    .steps .text h4 {
      font-size: 18rem; }
    .steps .text p {
      font-size: 14px; }
  .steps .arrow img {
    height: 50px; } }

/*# sourceMappingURL=steps.css.map */
