/* === 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/base.sass */
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%;
  overflow-x: hidden;
}

/* line 9, /mnt/quipuapp/app/assets/stylesheets/public/00-base/base.sass */
body, select {
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  background-color: white;
  overflow-x: hidden;
  position: relative;
}

/* line 16, /mnt/quipuapp/app/assets/stylesheets/public/00-base/base.sass */
img {
  max-width: 100%;
}

/* line 19, /mnt/quipuapp/app/assets/stylesheets/public/00-base/base.sass */
.row::before, .row::after {
  width: 0 !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 24, /mnt/quipuapp/app/assets/stylesheets/public/00-base/base.sass */
  .carousel .carousel-item {
    transition: 0s !important;
  }
}
