/* === 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/box.sass */
.box {
  border: 1px solid #9EADB7;
  width: 100%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 2.5rem 1rem;
  padding-bottom: 1rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 14, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/box.sass */
.box h5, .box p {
  color: #1F56C7 !important;
}
/* line 16, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/box.sass */
.box:hover {
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
/* line 20, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/box.sass */
.box .icon {
  height: 4rem;
}
/* line 22, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/box.sass */
.box p {
  margin-top: auto;
  margin-bottom: 0;
}
