/* === 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 3, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/icon-box.sass */
.icon-box {
  width: 100%;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
/* line 10, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/icon-box.sass */
.icon-box.teal {
  background-color: #DAFBF3;
  color: #009b72;
}
/* line 13, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/icon-box.sass */
.icon-box.purple {
  background-color: #E4CFFF;
  color: #8A35F8;
}
/* line 16, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/icon-box.sass */
.icon-box.green {
  background-color: #E1FAC5;
  color: #009B72;
}
