/* === 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/tabs.sass */
.tabs {
  padding-left: 0;
  display: inline-block;
  flex-direction: row;
  background: white;
  background-image: linear-gradient(-134deg, white 0%, white 100%);
  box-shadow: 0 4px 16px 0 #EBEEF0;
  border-radius: 24px;
  overflow: hidden;
}
/* line 11, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/tabs.sass */
.tabs .tab {
  float: left;
  padding: 0.5rem 1.5rem;
  margin-left: 0;
  margin-right: 0;
  color: #1F56C7;
  list-style: none;
  flex-grow: 1;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
  font-weight: 600;
}
/* line 23, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/tabs.sass */
.tabs .tab.selected {
  color: white !important;
  background-color: #1F56C7 !important;
  background-image: linear-gradient(-134deg, #341FC7 0%, #428FE5 100%);
}
/* line 27, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/tabs.sass */
.tabs .tab:hover {
  background-color: #F0F5FF;
}
