/* === 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/00-base/typography.sass */
h1, .as_h1, h2, .as-h2, h3, .as-h3, h4, .as_h4, h5, .as_h5, h6, p, .as-p {
  color: #000;
  line-height: 1.6em;
}
/* line 6, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
h1.faded, .faded.as_h1, h2.faded, .faded.as-h2, h3.faded, .faded.as-h3, h4.faded, .faded.as_h4, h5.faded, .faded.as_h5, h6.faded, p.faded, .faded.as-p {
  opacity: 0.8;
}

/* line 9, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
p.fat, .fat.as-p {
  font-size: 1.125rem;
  font-weight: 600;
}

/* line 12, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
p.lead, .lead.as-p {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

/* line 16, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
p.small, .small.as-p {
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 19, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
h1, .as_h1 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  /* line 19, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
  h1, .as_h1 {
    font-size: 2.5rem;
    line-height: 4.04508rem;
  }
}

/* line 24, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
h2, .as-h2 {
  font-size: 1.625rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  /* line 24, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
  h2, .as-h2 {
    font-size: 2.125rem;
    line-height: 3.43831rem;
  }
}

/* line 30, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
h3, .as-h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  /* line 30, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
  h3, .as-h3 {
    font-size: 1.75rem;
    line-height: 2.83155rem;
  }
}

/* line 36, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
h4, .as_h4 {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  /* line 36, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
  h4, .as_h4 {
    font-size: 1.3125rem;
    line-height: 2.12366rem;
  }
}

/* line 42, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
h5, .as_h5 {
  font-size: 1rem;
  font-weight: 600;
}
/* line 45, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
h5.with-accent, .with-accent.as_h5 {
  padding-top: 0.5rem;
}
/* line 47, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
h5.with-accent::before, .with-accent.as_h5::before {
  content: "";
  background: #9EADB7;
  width: 28px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  /* line 42, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
  h5, .as_h5 {
    font-size: 1rem;
    line-height: 1.61803rem;
  }
}

/* line 59, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
h6 {
  font-weight: 700;
}

/* line 61, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
p, .as-p {
  font-weight: 500;
  font-size: 1rem;
}

/* line 65, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
a {
  color: #1F56C7;
}
/* line 67, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
a:hover {
  text-decoration: underline;
  color: #1F56C7;
}
/* line 70, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
a.nostyle {
  text-decoration: none !important;
}

/* line 73, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
.fat-label {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.6em;
}

/* line 93, /mnt/quipuapp/app/assets/stylesheets/public/00-base/typography.sass */
.green {
  color: #009B72;
}
