.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: "Montserrat", 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: 29rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .steps .text p {
    text-align: center;
    color: rgba(var(--primary-text), 0.6); }

@media (max-width: 575.5px) {
  .steps .one-step {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .steps .icon {
    width: 150px;
    min-width: 150px;
    height: 150px;
    border-width: 10px; }
    .steps .icon h3 {
      font-size: 75rem; }
  .steps .foto {
    width: 70px;
    min-width: 70px;
    height: 70px;
    bottom: -15px;
    right: -25px; }
    .steps .foto img {
      max-width: 30px;
      max-height: 30px; }
  .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 {
    margin-top: 25px; }
    .steps .one-step {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .steps .icon {
      width: 180px;
      min-width: 180px;
      height: 180px;
      border-width: 12px; }
      .steps .icon h3 {
        font-size: 100rem; }
    .steps .foto {
      width: 90px;
      min-width: 90px;
      height: 90px; }
      .steps .foto img {
        max-width: 40px;
        max-height: 40px; }
    .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 {
    margin-top: 25px; }
    .steps .one-step {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .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: 40px;
        max-height: 40px; }
    .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: 70rem; }
  .steps .foto {
    width: 80px;
    min-width: 80px;
    height: 80px;
    bottom: -10px;
    right: -28px;
    border-width: 5px; }
    .steps .foto img {
      max-width: 35px;
      max-height: 35px; }
  .steps .text {
    max-width: 160px; }
    .steps .text p {
      font-size: 16rem; }
    .steps .text h4 {
      font-size: 25rem;
      margin-bottom: 10px; }
  .steps .arrow {
    height: 160px; }
    .steps .arrow img {
      height: 35px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .steps .icon {
    width: 200px;
    min-width: 200px;
    height: 200px;
    border: 15px solid var(--element2-color); }
    .steps .icon h3 {
      font-size: 85rem; }
  .steps .foto {
    width: 90px;
    min-width: 90px;
    height: 90px; }
    .steps .foto img {
      max-width: 38px;
      max-height: 38px; }
  .steps .text {
    max-width: 200px; }
    .steps .text p {
      font-size: 17rem; }
    .steps .text h4 {
      font-size: 25rem; }
  .steps .arrow {
    height: 200px; }
    .steps .arrow img {
      height: 50px; } }

/*# sourceMappingURL=steps.css.map */
