@use "../../../../src/scss/utilities.scss";
.biddingStages {
  &__list {
    font-size: 18px;
    line-height: 1.78;
    color: var(--a-negro-unops);
    strong {
      font-weight: 600;
    }
    p {
      margin-top: 0.2rem;
      margin-bottom: 0.2rem;
    }
  }
  &__circle {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    &--body {
      width: 220px;
      height: 220px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
    }
    &--title {
      font-size: 14px;
      font-weight: bold;
      line-height: 3.69;
      text-align: center;
      color: var(--a-blanco);
    }
    &--icon {
      max-width: 115;
      max-height: 115;
    }
  }
}
