/* === 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/05-pages/errors.sass */
#error-page.page a {
  color: #003829;
}
/* line 6, /mnt/quipuapp/app/assets/stylesheets/public/05-pages/errors.sass */
#error-page.page .big-error-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
}
/* line 13, /mnt/quipuapp/app/assets/stylesheets/public/05-pages/errors.sass */
#error-page.page .big-error-container .error-box-bg, #error-page.page .big-error-container .error-box-message-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 75%;
  margin: 0 auto;
}
/* line 21, /mnt/quipuapp/app/assets/stylesheets/public/05-pages/errors.sass */
#error-page.page .big-error-container .error-box-bg {
  width: 65%;
}
/* line 24, /mnt/quipuapp/app/assets/stylesheets/public/05-pages/errors.sass */
#error-page.page .big-error-container .error-box-bg .error-code-lrg {
  color: #ECF5F1 !important;
  line-height: 16rem;
  font-size: 16rem;
  letter-spacing: 1rem;
  font-weight: 700;
  z-index: 0;
}
/* line 32, /mnt/quipuapp/app/assets/stylesheets/public/05-pages/errors.sass */
#error-page.page .big-error-container .error-box-bg .error-code-sml {
  position: absolute;
  color: #003829;
  font-weight: 700;
  font-size: 0.6rem;
  top: 16%;
  text-transform: uppercase;
  transform: translate(-11%);
  margin-bottom: 0;
}
/* line 42, /mnt/quipuapp/app/assets/stylesheets/public/05-pages/errors.sass */
#error-page.page .big-error-container .error-box-message-container .message {
  color: #003829;
  line-height: 3rem;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
  min-width: 525px;
  max-width: 750px;
}
/* line 52, /mnt/quipuapp/app/assets/stylesheets/public/05-pages/errors.sass */
#error-page.page .other-pages-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  width: 525px;
  margin: 0 auto;
}
/* line 60, /mnt/quipuapp/app/assets/stylesheets/public/05-pages/errors.sass */
#error-page.page .suggestion-text {
  color: #353535;
  font-size: 1.2rem;
}
/* line 64, /mnt/quipuapp/app/assets/stylesheets/public/05-pages/errors.sass */
#error-page.page .page-suggestion-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  width: 100%;
  max-width: 500px;
}
/* line 71, /mnt/quipuapp/app/assets/stylesheets/public/05-pages/errors.sass */
#error-page.page .page-suggestion-container:first-of-type {
  border-bottom: 1px solid lightgrey;
}
/* line 74, /mnt/quipuapp/app/assets/stylesheets/public/05-pages/errors.sass */
#error-page.page .page-suggestion-container .icon {
  height: 50px;
  width: 50px;
  background-color: #14372A;
  border-radius: 1rem;
  margin-right: 1rem;
  width: 10%;
}
/* line 82, /mnt/quipuapp/app/assets/stylesheets/public/05-pages/errors.sass */
#error-page.page .page-suggestion-container .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 90%;
}
/* line 89, /mnt/quipuapp/app/assets/stylesheets/public/05-pages/errors.sass */
#error-page.page .page-suggestion-container .text-container .text-container h4,
#error-page.page .page-suggestion-container .text-container .text-container p {
  margin-bottom: 0;
  color: #5E5E5E;
  text-align: left;
}
/* line 95, /mnt/quipuapp/app/assets/stylesheets/public/05-pages/errors.sass */
#error-page.page .page-suggestion-container .text-container .text-container h4 {
  font-weight: 700;
  font-size: 1.2rem;
  color: #14372A;
}
/* line 100, /mnt/quipuapp/app/assets/stylesheets/public/05-pages/errors.sass */
#error-page.page a.home {
  color: #003829;
  border-bottom: 1px solid #003829;
  align-self: flex-start;
  font-weight: 800;
  margin: 2rem 0;
  z-index: 2;
}
/* line 108, /mnt/quipuapp/app/assets/stylesheets/public/05-pages/errors.sass */
#error-page.page a.home-center {
  align-self: center;
}
