html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
}
.main {
  max-width: 450px;
  background: #f4f4f4;
  margin: auto;
  display: block;
  width: 100%;
  position: relative;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}
.main > section {
  min-height: calc(100vh - 60px);
  margin-bottom: 60px;
}
.main > section .body-section {
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s;
}
.purple header {
  background: #48005C;
  position: relative;
}
.dashboard header {
  display: flex;
  padding: 36px 16px 20px 16px;
}
.dashboard header figure {
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 100%;
  margin-right: 15px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #fff;
}
.dashboard header .info-client {
  width: calc(100% - 85px);
  display: block;
}
.dashboard header .info-client h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #F6A622;
  margin-bottom: 10px;
  mix-blend-mode: normal;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  width: 100%;
}
.dashboard header .info-client p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #F6A622;
  mix-blend-mode: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dashboard header .info-client strong {
  font-family: Roboto;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
}
.body-section {
  padding: 0 15px 15px 15px;
  width: 100%;
  box-sizing: border-box;
}
/* CARD CTA */
.card-cta {
  background: #F21077;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  padding: 15px;
  display: flex;
  margin-top: -10px;
  cursor: pointer;
  z-index: 10;
  position: relative;
  position: sticky;
  top: 0;
}
.card-cta .image-cta {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  display: flex;
  background: url(/assets/img/star.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.card-cta .image-cta img {
  max-width: 100%;
}
.card-cta .text {
  display: block;
  margin-right: auto;
}
.card-cta .text strong {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  mix-blend-mode: normal;
  display: block;
}
.card-cta .text span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #F6A622;
  mix-blend-mode: normal;
  display: block;
}
.card-cta .icon {
  display: flex;
}
.card-cta .icon img {
  width: 25px;
}
.card-cta {
  animation-name: principal_button;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-delay: 0;
  animation-timing-function: linear;
}
@keyframes principal_button {
  2%,
  6% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  4%,
  8% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  10%,
  14% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  12%,
  16% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  18% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  20% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
/*Progress*/
.list-progress h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.15px;
  color: #000000;
  mix-blend-mode: normal;
  margin-bottom: 25px;
  margin-top: 25px;
}
.list-progress .item-premio {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.list-progress .item-premio > strong {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
  mix-blend-mode: normal;
  width: 100%;
  display: flex;
}
.list-progress .item-premio > strong div {
  margin-right: auto;
}
.list-progress .item-premio > strong span {
  color: #666;
  font-size: 12px;
  float: right;
  margin-left: 10px;
}
.list-progress .premio-disponivel {
  color: #F21077;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.list-progress .item-premio .progress-bar {
  background: #F4F4F4;
  border: 1px solid #F21077;
  box-sizing: border-box;
  border-radius: 8px;
  height: 16px;
  margin-top: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
.list-progress .item-premio .progress-bar div {
  background: #F6A622;
  height: 101%;
  display: block;
  float: left;
  transition: all linear 0.2s;
}
.list-progress .item-premio .legend-progress span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.6);
  mix-blend-mode: normal;
  margin-right: auto;
  margin-top: 10px;
}
.list-progress .item-premio .legend-progress strong {
  display: flex;
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  letter-spacing: 0.15px;
  color: #F21077;
  mix-blend-mode: normal;
}
.list-progress .item-premio .legend-progress strong .porcentagem {
  margin-left: auto;
}
nav.nav-footer {
  color: #fff;
  padding: 10px;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #48005C;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
  height: 60px;
  box-sizing: border-box;
  display: flex;
}
@media (min-width: 768px) {
  nav.nav-footer {
    position: sticky;
  }
}
nav.nav-footer a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.4px;
}
nav.nav-footer a.active,
nav.nav-footer a:hover {
  color: #F6A622;
}
nav.nav-footer a span {
  display: block;
  margin-bottom: 2px;
  _font-size: 21px;
}
.d-none {
  display: none;
}
.rating .body-section h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.15px;
  color: #000000;
  mix-blend-mode: normal;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 16px;
}
.rating .body-section p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  _line-height: 160%;
  text-align: center;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0px 16px;
}
.options-rating {
  width: 100%;
  position: relative;
}
.rating .item-rating {
  width: 100%;
  height: 64px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin: 16px 0;
  padding: 8px 16px;
  box-sizing: border-box;
}
.rating .item-rating img {
  margin-right: 16px;
}
.rating .step1,
.rating .step2,
.rating .step3 {
  visibility: hidden;
  height: 0px;
  opacity: 0;
  pointer-events: none;
  transition: all linear 0.2s;
}
.rating .active {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  height: auto;
  padding-top: 28px;
}
.header-rating {
  display: flex;
  padding: 16px;
}
.header-rating figure {
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 100%;
  margin-right: 15px;
  background-size: cover !important;
  background-position: center !important;
}
.header-rating .info-client {
  width: calc(100% - 150px);
  display: block;
}
.header-rating .info-client h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #F6A622;
  margin-bottom: 10px;
  mix-blend-mode: normal;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  width: 100%;
}
.header-rating .info-client p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #F6A622;
  mix-blend-mode: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header-rating .info-client strong {
  font-family: Roboto;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
}
.nav-top {
  _position: absolute;
  color: #fff;
  left: 0px;
  top: 4px;
  z-index: 9;
  top: 0;
  padding: 0;
  margin-right: 20px;
  box-sizing: border-box;
  display: flex;
}
.nav-top span {
  margin: auto;
}
.row-nps {
  margin-bottom: 16px;
  display: block;
  text-align: center;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.item-nps {
  margin: 0px 5px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 2px solid #000;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  display: inline-block;
}
@media (max-width: 335px) {
  .item-nps {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    position: sticky;
  }
}
.nps-red {
  color: #D24747;
  border-color: #D24747;
}
.nps-orange {
  color: #F6A622;
  border-color: #F6A622;
}
.nps-green {
  color: #40A60F;
  border-color: #40A60F;
}
.txt-nps-red {
  color: #D24747;
}
.txt-nps-green {
  color: #40A60F;
}
.txt-nps {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  display: block;
  width: 100%;
  align-items: center;
  text-align: center;
  letter-spacing: 0.15px;
  margin: 16px 0;
}
.content-history .header-history {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  mix-blend-mode: normal;
  display: flex;
}
.content-history .header-history span {
  width: 50%;
}
.content-history .header-history span:nth-child(2) {
  text-align: right;
}
.content-history .item-history {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.6);
}
.content-history .item-history span.col-pts {
  text-align: right;
  margin-left: auto;
  color: #48005C;
  font-weight: bold;
}
.content-history .item-history span.col-pts em {
  font-size: 12px;
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.content-cupom {
  padding-top: 40px;
  position: relative;
}
.content-cupom .bt-shared-cupom {
  position: absolute;
  right: 0px;
  bottom: 18px;
  color: #F6A622;
}
.card-cupom {
  background: url(/assets/img/bg-cupom.png);
  background-size: cover;
  border-radius: 16px;
  padding: 56px 0px 20px 0px;
  text-align: center;
  color: #fff;
}
.card-cupom figure {
  height: 100px;
  background-size: cover !important;
  background-position: center !important;
  margin: auto auto 20px auto;
  border-radius: 100%;
  width: 100px;
  background-repeat: no-repeat;
}
.nome-estabelecimento {
  font-size: 22px;
  text-transform: uppercase;
}
.code-cupom strong {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: #F6A622;
}
.code-cupom span {
  font-size: 11px;
}
.code-cupom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px dashed rgba(255, 255, 255, 0.7);
}
.cupom-indicacao .body-section {
  padding-top: 28px;
}
.cupom-indicacao .body-section h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.15px;
  color: #000000;
  mix-blend-mode: normal;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 16px;
}
.cupom-indicacao .body-section p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.6);
  mix-blend-mode: normal;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0px 16px;
}
.cursor {
  cursor: pointer;
}
.page-not-found,
.data-not-found {
  padding: 20px 0;
}
.page-not-found h1,
.data-not-found h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.15px;
  color: #000000;
  mix-blend-mode: normal;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-bottom: 20px;
}
.page-not-found p,
.data-not-found p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  _line-height: 160%;
  text-align: center;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0px 16px;
}
.dark-theme header,
.dark-theme nav.nav-footer {
  background: #222;
}
.dark-theme .card-cta {
  background: #F6A622;
}
.dark-theme .card-cta .text span {
  color: #fff;
}
.dark-theme .card-cta .image-cta {
  background: url(/assets/img/star-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.dark-theme .list-progress .item-premio .legend-progress strong,
.dark-theme .list-progress .premio-disponivel,
.dark-theme .content-history .item-history span.col-pts {
  color: #F6A622;
}
.dark-theme .card-cta,
.dark-theme .list-progress .item-premio .progress-bar {
  border-color: #F6A622;
}
.dark-theme .card-cupom {
  background: url(/assets/img/bg-cupom-dark.png);
  background-size: cover;
  border-radius: 16px;
  padding: 56px 0px 20px 0px;
  text-align: center;
  color: #fff;
}

