/* Statuses */
/* Modais */
.window-open {
  overflow: hidden;
}
.window {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 20px;
  overflow: auto;
}
.window-dialog {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .window-dialog {
    width: 80%;
  }
}
.window.is-open {
  display: block;
}
/* Progress bar */
#nprogress .bar {
  background: #605ca8 !important;
}
#nprogress .bar .peg {
  box-shadow: 0 0 10px #605ca8, 0 0 5px #605ca8;
}
#nprogress .spinner {
  top: 25px !important;
  right: 23px !important;
}
#nprogress .spinner .spinner-icon {
  border-top-color: #605ca8 !important;
  border-left-color: #605ca8 !important;
}
/* Custom styles */
/** TABS **/
.nav-tabs-custom {
  background: transparent;
}
/** PANEL HEADERS **/
.box-header.with-btn .box-title {
  padding-top: 9px;
}
/** NAVS **/
.nav-tabs-custom > .tab-content {
  padding: 15px;
}
/** NEW CLASSES **/
.header-title {
  display: inline-block;
  max-width: 80%;
}
.form-icon {
  position: relative;
}
.form-icon .fa {
  position: absolute;
  right: 9px;
  top: 50%;
  color: #989898;
  font-size: 1.0em;
}
.has-tt {
  color: #605ca8;
}
.has-tt-black {
  color: black;
}
.has-tt-size {
  font-size: 12px;
}
.require {
  color: #e40031;
  font-size: 14px;
}
.box-panel {
  margin-bottom: 15px;
  border-left: 5px solid #555299;
  padding: 10px;
  background-color: #605ca8;
}
.box-panel:before,
.box-panel:after {
  content: '';
  display: table;
}
.box-panel .box-title {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 768px) {
  .box-panel .box-title {
    font-size: 18px;
  }
}
.box-header-border {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f4;
}
.box-header-border:before,
.box-header-border:after {
  content: '';
  display: table;
}
.box-header-border .box-title {
  margin: 0;
  color: #4E438D;
}
.btn-access {
  background-color: #605ca8;
  color: #fff;
  font-weight: 700;
  padding: 12px 25px;
  font-size: 17px;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .btn-access {
    width: 100%;
  }
}
.btn-access:hover {
  background-color: #413d8a;
  color: #fff;
}
.row.-fluid {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
/** TABLE **/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
/** HOME LANDING **/
.home-page {
  font-size: 16px;
  padding-bottom: 48px;
  background-color: #EAEDF3;
}
@media (min-width: 768px) {
  .home-page {
    font-size: 18px;
    padding-bottom: 0;
  }
}
.home-main-header .container {
  position: relative;
  margin-top: 15px;
}
.home-main-logo {
  display: inline-block;
  margin: 0;
}
.home-main-logo > .link {
  color: #605ca8;
  transition: all .4s;
  font-weight: 600;
  font-size: 30px;
}
.home-main-header_nav {
  border-bottom: 1px solid #F8F8F8;
  padding: 0 0 15px 0;
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  text-align: center;
  left: 0;
  top: 0;
  transition: all .4s;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .home-main-header_nav {
    text-align: left;
  }
}
.home-main-header_nav.-scroll {
  position: fixed;
  top: -115px;
  left: 0;
  height: 80px;
  padding: 10px 0;
  transition: top .7s;
}
.home-main-header_nav.-scroll .home-main-logo > .link {
  width: 255px;
  height: 49px;
}
.home-main-header_nav.-fixed .home-main-logo > .link {
  width: 255px;
  height: 49px;
}
.home-main-title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .home-main-title {
    font-size: 30px;
  }
}
.home-main-btn {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .home-main-btn {
    width: auto;
    left: auto;
    bottom: auto;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.home-main-banner {
  text-align: center;
  background-position: 60% 50%;
}
@media (min-width: 768px) {
  .home-main-banner {
    background-position: 10% 50%;
  }
}
.home-main-banner .home-main-banner_text {
  color: #605ca8;
  font-size: 16px;
  padding-top: 150px;
  width: 100%;
  left: 0;
  top: 50%;
}
@media (max-width: 768px) {
  .home-main-banner .home-main-banner_text {
    padding-top: 110px;
  }
}
@media (min-width: 768px) {
  .home-main-banner .home-main-banner_text {
    font-size: 22px;
  }
}
.home-main-banner .home-main-banner_text .home-main-title {
  font-size: 30px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .home-main-banner .home-main-banner_text .home-main-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .home-main-banner .home-main-banner_text .home-main-title {
    font-size: 36px;
  }
}
.home-main-banner .home-main-banner_text .text {
  font-size: 16px;
}
@media (min-width: 768px) {
  .home-main-banner .home-main-banner_text .text {
    font-size: 23px;
  }
}
.home-main-secs {
  padding: 35px 0;
}
.home-main-about {
  color: #605ca8;
  text-align: center;
}
@media (max-width: 768px) {
  .home-main-about {
    margin: 20px 0;
  }
}
.home-main-update {
  background: url('../../assets/images/New_welcome_image.png') bottom center;
  background-size: cover;
  position: relative;
  text-align: center;
  background-position: 60% 50%;
  color: #fff;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .home-main-update {
    padding: 40px 0;
  }
}
.home-main-update .filter:before {
  content: '';
  background: rgba(89, 76, 157, 0.74);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-sec-title {
  font-size: 20px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .home-sec-title {
    font-size: 29px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .home-sec-title {
    font-size: 28px;
  }
}
.home-sec-text {
  font-size: 18px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .home-sec-text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .home-sec-text {
    font-size: 22px;
  }
}
.home-sec-subtext {
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 768px) {
  .home-sec-subtext {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .home-sec-subtext {
    font-size: 14px;
  }
}
.container-update {
  padding-left: 45px;
  padding-right: 45px;
}
.home-main-about_item {
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home-main-about_item {
    margin-bottom: 0;
  }
}
.home-main-about_item .home-main-about_title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .home-main-about_item .home-main-about_title {
    font-size: 22px;
  }
}
.home-main-about_item .text {
  font-size: 16px;
}
@media (max-width: 768px) {
  .home-main-about_item .text {
    margin-bottom: 0;
  }
}
.home-main-update_item {
  border-radius: 4px;
  background-color: #DE3E63;
  padding: 40px 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .home-main-update_item {
    margin-bottom: 0;
  }
}
.home-main-update_item .home-main-title {
  margin-bottom: 20px;
}
.home-main-thank {
  background-color: #605ca8;
  text-align: center;
  color: #fff;
}
.home-main-thank .home-main-title {
  margin-bottom: 20px;
}
.home-main-thank_item {
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home-main-thank_item {
    margin-bottom: 0;
  }
}
.home-main-thank_item .home-main-thank-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .home-main-thank_item .home-main-thank-title {
    font-size: 22px;
  }
}
.home-main-thank_item .text {
  font-size: 16px;
}
@media (max-width: 768px) {
  .home-main-thank_item .text {
    margin-bottom: 0;
  }
}
.article-steps {
  font-size: 16px;
}
@media (min-width: 992px) {
  .article-steps {
    font-size: 20px;
  }
}
.list-steps {
  list-style: none;
  border-radius: 4px;
  padding: 0;
  margin: 0;
}
.list-steps_item {
  color: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 4px 9px 5px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.list-steps_item .step-number {
  background-color: #594C9D;
  text-align: center;
  position: relative;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .list-steps_item .step-number {
    height: 100px;
  }
}
.list-steps_item .step-number > .number {
  font-size: 20px;
  font-weight: 700;
  display: block;
}
@media (min-width: 768px) {
  .list-steps_item .step-number > .number {
    line-height: 100px;
    font-size: 35px;
  }
}
.list-steps_item .step-text {
  background-color: #4E438D;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .list-steps_item .step-text {
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.list-steps_item .step-text > .text {
  font-size: 12px;
  margin-bottom: 0;
  position: relative;
  line-height: 115%;
}
@media (min-width: 768px) {
  .list-steps_item .step-text > .text {
    font-size: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .home-main-separator {
    border-left: solid 2px #605ca8;
  }
}
@media (min-width: 768px) {
  .home-main-separator-white {
    border-right: solid 2px #fff;
  }
}
@media (max-width: 768px) {
  .separator-line {
    width: 150px;
    border-top: solid 2px #605ca8;
    height: 2px;
    padding: 0;
    margin: 20px auto 20px auto;
  }
}
@media (max-width: 768px) {
  .separator-line-white {
    width: 150px;
    border-top: solid 2px #fff;
    height: 2px;
    padding: 0;
    margin: 20px auto 20px auto;
  }
}
.home-main-footer {
  background-color: #605ca8;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font-size: 11px;
}
.home-main-footer .text {
  margin-bottom: 0;
}
.alerta__manutencao {
  position: relative;
  top: 0;
  left: 0;
  background: #7672c5;
}
.alerta__manutencao--wrapper {
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Fira Sans', sans-serif;
  display: block;
  color: #fff;
}
.select-wrapper {
  line-height: 1.42857143;
  color: #555555;
  border: 1px solid #ccc;
  padding-right: 10px;
}
.select-wrapper select {
  border: none;
}
.select-wrapper-login {
  line-height: 1.42857143;
  color: #555555;
  padding-right: 10px;
}
.select-wrapper-login select {
  border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #605ca8;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #605ca8;
  border-color: #605ca8;
}
/* Generic */
.container-generic {
  padding: 10px;
  background-color: white;
  border-radius: 8px;
}
.generic-search {
  padding-top: 15px;
}
.generic-search > input,
.generic-search select {
  background-color: #EAEDF3;
  border-radius: 8px;
  border-color: transparent;
  color: #0000006E;
  font-weight: 500;
  font-size: 12px;
}
.generic-search > input:active,
.generic-search select:active,
.generic-search > input:focus,
.generic-search select:focus,
.generic-search > input:hover,
.generic-search select:hover {
  border-color: #cfd1d4;
}
.generic-table > thead > tr {
  color: #594C9D;
  font-size: 15px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 3px solid #0000006E;
  height: 51px;
}
.generic-table > tbody > tr {
  height: 59px;
}
.generic-table > tbody > tr > td {
  font-size: 15px;
}
.generic-table-recipe > thead > tr {
  border-bottom: 1px solid #0000006E;
  text-transform: uppercase;
}
.generic-table-recipe > thead > tr th {
  font-weight: normal;
}
.generic-items-list > tbody {
  display: inline-grid;
  width: 100%;
}
.generic-items-list > tbody > tr {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #0000001A;
  margin: 20px 5px 0 5px;
  box-shadow: 0px 0px 5px 3px #0000001A;
  padding: 20px 15px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .generic-items-list > tbody > tr {
    padding: 20px 10px;
  }
}
.generic-items-list > tbody > tr > td {
  border-top: none;
}
.generic-items-list > tbody > tr > td .recipe-icon {
  background-color: #E6E4EF;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: 53px;
}
.generic-items-list > tbody > tr > td .recipe-info {
  display: inline-grid;
}
.generic-items-list > tbody > tr > td .recipe-info .recipe-title {
  display: flex;
}
@media (max-width: 768px) {
  .generic-items-list > tbody > tr > td .recipe-info .recipe-title {
    white-space: initial;
    display: block;
  }
}
.generic-items-list > tbody > tr > td .recipe-info .recipe-title .recipe-title-child {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .generic-items-list > tbody > tr > td .recipe-info .recipe-title .status {
    padding: 5px 0;
  }
}
.generic-items-list > tbody > tr > td .recipe-info .recipe-calories {
  color: #777777;
}
.generic-items-list > tbody > tr .td-info {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .generic-items-list > tbody > tr .td-info {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .generic-items-list > tbody > tr .td-logo {
    display: none;
  }
}
.generic-items-list > tbody tr:hover {
  box-shadow: 0px 0px 5px 3px #7B61FF36;
  border: 1px solid #7B61FF4A;
}
.recipe-icon-title {
  display: inline-block !important;
  padding-right: 15px;
}
@media (max-width: 992px) {
  .recipe-icon-title {
    display: none !important;
  }
}
.recipe-icon-title div {
  display: inline-block !important;
  background-color: #E6E4EF;
  padding: 10px 15px;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px #00000040;
}
@media (max-width: 768px) {
  .show-title {
    text-align: center;
  }
}
/* Multi Select */
.multi-select-container {
  width: 100%;
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 15px;
}
.multi-select-container > .multi-select-item {
  margin: 9px 7px;
  display: inline-block;
}
.multi-select-container > .multi-select-item > button {
  border-radius: 16px;
  box-shadow: none;
  border: 2px solid #0000006E;
  background-color: transparent;
  font-weight: 600;
  font-size: 11px;
  color: #0000006E;
}
.multi-select-container > .multi-select-item > button.active {
  border-color: #605ca8;
  color: #605ca8;
  outline: 5px auto #605ca8;
}
@media (max-width: 768px) {
  .generic-nav {
    margin-top: 20px !important;
  }
}
.generic-nav > li {
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .generic-nav > li > a {
    font-size: 14px !important;
  }
}
.generic-list-steps {
  white-space: pre-wrap;
}
@media (max-width: 768px) {
  .generic-content-header {
    text-align: center;
  }
  .generic-content-header > h1 {
    font-size: 25px !important;
  }
}
.grecaptcha-badge {
  z-index: 3;
}
.privacy-container {
  margin-top: 72px;
  height: 100%;
}
.privacy-disclaimer {
  font-size: x-small;
  border: solid rgba(128, 128, 128, 0.5);
  border-radius: 6px;
  padding: 10px;
  margin-top: 20px;
  font-style: italic;
}

/*# sourceMappingURL=app.css.map */
