/* === 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/02-molecules/cookie-box.sass */
.cookie-box {
  position: fixed;
  background-color: white;
  box-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.3);
  padding: 1rem;
  margin-bottom: 0;
  width: 340px;
  max-width: 100%;
  z-index: 200;
  bottom: 15px;
  right: 15px;
  color: #444444;
}
/* line 15, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/cookie-box.sass */
.cookie-box .icon {
  width: 14%;
  float: left;
}
/* line 18, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/cookie-box.sass */
.cookie-box .icon svg {
  width: 100%;
  padding-right: 1rem;
  max-height: 3rem;
}
/* line 22, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/cookie-box.sass */
.cookie-box .text {
  width: 76%;
  float: left;
}
/* line 25, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/cookie-box.sass */
.cookie-box .text p, .cookie-box .text a {
  font-size: 0.75rem;
  line-height: 1.6;
  margin-bottom: 0;
}
/* line 29, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/cookie-box.sass */
.cookie-box .close {
  width: 10%;
  float: left;
  text-align: right;
  top: auto;
  position: relative;
  right: 0;
  padding: 0;
  margin: auto;
}
/* line 38, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/cookie-box.sass */
.cookie-box .close svg {
  width: 16px;
}
/* line 40, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/cookie-box.sass */
.cookie-box .close line {
  stroke: #4d4d4d;
}
@media screen and (max-width: 576px) {
  /* line 3, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/cookie-box.sass */
  .cookie-box {
    right: 0;
    bottom: 0;
    width: 100%;
  }
  /* line 47, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/cookie-box.sass */
  .cookie-box .icon {
    display: none;
  }
  /* line 49, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/cookie-box.sass */
  .cookie-box .text {
    width: 90%;
  }
}
