/* === 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/video-box.sass */
.video-box {
  width: 100%;
  cursor: pointer;
  background: white;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  overflow: hidden;
  height: 100%;
  position: relative;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 13, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/video-box.sass */
.video-box .title {
  padding: 1rem;
}
/* line 15, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/video-box.sass */
.video-box .title p {
  margin-bottom: 0;
}
/* line 17, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/video-box.sass */
.video-box:hover {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-0.5rem);
}
