/* === 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/03-organisms/card.sass */
.card {
  border: 0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: center;
  background: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  /* line 13, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/card.sass */
  .card.fullwidth p {
    max-width: 75%;
  }
}
/* line 16, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/card.sass */
.card .card-block {
  padding: 0;
}
/* line 18, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/card.sass */
.card .card-block h4.hasImage {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
/* line 21, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/card.sass */
.card .card-title {
  margin-bottom: 2rem;
}
/* line 23, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/card.sass */
.card .button {
  padding: 15px 25px;
  line-height: 10px;
  align-self: center;
  margin-top: 2.5rem;
  text-decoration: none !important;
}
