/* === COLORS === */
/* === TRANSITIONS === */
/* === SIZES === */
/* New public web */
/* line 74, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-pastel-orange {
  background-color: #fce6a6;
}

/* line 76, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-pale-orange {
  background-color: #fef7e5;
}

/* line 78, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-pale-green {
  background-color: #eef7e5;
}

/* line 80, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-white {
  background-color: #fff;
}

/* line 82, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.color-dark-red {
  color: #970b00;
}

/* line 2, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/icons.sass */
.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
/* line 7, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/icons.sass */
.icon.poorgreen {
  background-color: #DEEFCB;
}
/* line 9, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/icons.sass */
.icon.medium {
  width: 3.5rem;
  height: 3.5rem;
}
/* line 12, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/icons.sass */
.icon.medium img {
  max-width: 2rem;
  max-height: 2rem;
}
/* line 15, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/icons.sass */
.icon.big {
  width: 3.5rem;
  height: 3.5rem;
}
/* line 18, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/icons.sass */
.icon.big img {
  max-width: 3.5rem;
  max-height: 3.5rem;
}
