/* === 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/parallax.sass */
.green-parallax {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  /* line 2, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/parallax.sass */
  .green-parallax {
    background-image: url(/public/01-atoms/parallax/bg.svg);
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 992px) {
  /* line 2, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/parallax.sass */
  .green-parallax {
    background-size: 100% auto;
    min-height: 717px;
  }
}

/* line 13, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/parallax.sass */
.paralax-top {
  position: relative;
}
/* line 15, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/parallax.sass */
.paralax-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background-color: #009B72;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  /* line 25, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/parallax.sass */
  .paralax-top::before {
    display: none;
  }
}
