/* === 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/alert-box.sass */
.alert-box {
  width: 100%;
  padding: 1rem;
  position: relative;
  border: 2px solid #000;
  color: #000;
  border-radius: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-right: 1.5rem;
}
/* line 12, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/alert-box.sass */
.alert-box.success {
  border: 2px solid #009B72;
}
/* line 14, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/alert-box.sass */
.alert-box.success p {
  color: #009B72;
  font-weight: 600;
  margin: 0;
}
/* line 18, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/alert-box.sass */
.alert-box.alert {
  border: 2px solid #c21609;
}
/* line 20, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/alert-box.sass */
.alert-box.alert p {
  color: #c21609;
  font-weight: 600;
  margin: 0;
}
/* line 24, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/alert-box.sass */
.alert-box .close {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  color: #009B72;
  opacity: 1;
}
/* line 30, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/alert-box.sass */
.alert-box .close:hover {
  opacity: 0.7;
}
