/* === 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/text-buttons.sass */
.text-button {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  color: #5F6469;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 9, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/text-buttons.sass */
.text-button:hover, .text-button:active, .text-button:focus {
  color: #009B72;
  text-decoration: none;
  outline: none;
}
