/* === 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/02-molecules/envelope.sass */
.envelope {
  background: white;
  box-shadow: 0 4px 8px 0 rgba(71, 95, 146, 0.14);
  border-radius: 8px;
  overflow: hidden;
}
/* line 8, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/envelope.sass */
.envelope .mt--4 {
  margin-top: -4px;
}
/* line 11, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/envelope.sass */
.envelope.green .envelope--head {
  background-image: url(/public/02-molecules/envelope/head-green.svg);
}
/* line 13, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/envelope.sass */
.envelope ul.checklist {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* line 16, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/envelope.sass */
.envelope ul.checklist li {
  margin-bottom: 1rem;
  font-weight: 500;
}
/* line 19, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/envelope.sass */
.envelope--head {
  height: 113px;
  background-image: url(/public/02-molecules/envelope/head-purple.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 29, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/envelope.sass */
.envelope--body {
  padding: 2rem;
}
/* line 31, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/envelope.sass */
.envelope--hr {
  width: 100%;
  height: 1px;
  background-color: #D8E4ED;
}
