/* === 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/02-molecules/function.sass */
.function {
  display: block;
  padding: 1rem;
  border-radius: 3px;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 100%;
}
/* line 8, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/function.sass */
.function:hover {
  text-decoration: none;
  background-color: rgba(216, 228, 237, 0.3);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 12, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/function.sass */
.function p.fat {
  margin-top: 1.25rem;
}
