/* === 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/01-atoms/video-button.sass */
.video-button {
  display: flex;
  cursor: pointer;
}
/* line 7, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/video-button.sass */
.video-button:hover .video-button--play {
  color: #18439b;
}
/* line 9, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/video-button.sass */
.video-button:hover .video-button--text h6 {
  color: #18439b;
}
/* line 11, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/video-button.sass */
.video-button--play {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: white;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.11);
  color: #1F56C7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  margin-right: 1rem;
}
/* line 23, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/video-button.sass */
.video-button--text {
  display: flex;
  align-items: center;
}
/* line 26, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/video-button.sass */
.video-button--text h6 {
  color: #1F56C7;
  margin-bottom: 0;
}
