/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'source_sans_probold';
  src: url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_prolight_italic';
  src: url('../fonts/sourcesanspro-lightit-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-lightit-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratbold';
  src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratregular';
  src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratthin';
  src: url('../fonts/montserrat-thin-webfont.woff2') format('woff2'), url('../fonts/montserrat-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'neo_sansbold';
  src: url('../fonts/neosans-bold-webfont.woff2') format('woff2'), url('../fonts/neosans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.pnbarrinhas-frame {
  background: white;
  padding: 0;
  max-width: 1270px;
  margin: 0 auto;
}
.index .pnbarrinhas {
  background-image: url(../img/bg-home.jpg);
  min-height: 913px;
}
.pnbarrinhas {
  position: relative;
  background: url(../img/bg.jpg) no-repeat center top;
  box-sizing: border-box;
}
.content-template .pnbarrinhas {
  min-height: 640px;
}
.content-template .pnb-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.pnbarrinhas *,
.pnbarrinhas *:before,
.pnbarrinhas *:after {
  box-sizing: inherit;
}
.pnb-container {
  width: 100%;
  position: relative;
  padding: 0 26px;
}
.pnb-content {
  clear: both;
}
.pnb-h3 {
  clear: both;
  padding-top: 52px;
  font-size: 41px;
  color: white;
  margin: 0 0 4px;
  font-family: 'montserratregular';
  line-height: 1;
}
.pnb-h4 {
  font-size: 20px;
  font-weight: normal;
  color: white;
  margin: 10px 0 30px;
  font-family: 'montserratlight';
  line-height: 1;
}
.pnb-h5 {
  font-size: 30px;
  font-weight: 400;
  color: white;
  margin: 0 0 40px;
  line-height: 1.2;
}
.pnb-h5 a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.pnb-h5 a:hover {
  border-bottom: none;
}
.addthis_button_whatsapp img {
  width: auto !important;
}
.pnb-premios-button-regulamento {
  text-align: center;
  clear: both;
  padding: 0 0;
  position: relative;
}
.pnb-premios-button-regulamento .pnb-premios__buttonlink {
  position: relative;
  font-size: 32px;
  padding: 12px 22px 12px 36px;
  margin: 0 auto;
}
.pnb-premios-button-regulamento .pnb-premios__buttonlink svg {
  height: 32px;
  width: auto;
}
.pnb-premios-button-regulamento .medium {
  width: 280px !important;
}
.pnb-regulamento {
  text-align: center;
  padding: 98px 0 0;
  max-width: 520px;
  margin: 0 auto;
}
header.glued {
  border-bottom: none;
}
.error {
  float: left;
  width: 100%;
  text-align: left;
  color: #ef232b !important;
  font-size: 15px !important;
  margin: 10px 0 0 !important;
}
.inner + footer {
  margin-top: 8px;
}
.pnb-header .pnb-container.header-content {
  float: none;
  clear: both;
}
.pnb-premios__link svg,
.medium.pnb-premios__buttonlink svg {
  width: 19.4px !important;
}
@media only screen and (max-width: 1190px) {
  .pnb-container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1080px) {
  .pnb-premios-button-regulamento .pnb-premios__buttonlink {
    padding: 12px 38px;
    font-size: 36px;
  }
  .pnb-premios-button-regulamento .pnb-premios__buttonlink svg {
    height: 34px;
    margin-left: 6px;
    margin-bottom: -4px;
  }
}
@media only screen and (max-width: 1024px) {
  .pnb-h3 {
    font-size: 24px;
  }
  .pnb-h4 {
    font-size: 20px;
  }
  .pnbarrinhas {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 840px) {
  .pnbarrinhas-frame {
    padding: 0;
  }
  .pnb-container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 640px) {
  .pnb-premios-button-regulamento .pnb-premios__buttonlink {
    padding: 10px 12px 10px 28px;
    font-size: 20px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5);
  }
  .pnb-premios-button-regulamento .pnb-premios__buttonlink svg {
    height: 18px;
    margin-left: 5px;
    margin-bottom: -2px;
  }
  .content-template .pnb-regulamento {
    padding-top: 0;
  }
  .content-template .header-content {
    margin-top: 57%;
  }
  .content-template .pnb-h5 {
    font-size: 24px;
  }
  .index .pnbarrinhas-frame,
  .pnbarrinhas-frame {
    max-width: 100%;
    background: url(../img/bg-mobile.jpg) no-repeat center top;
    background-size: 100% auto;
  }
  .index .pnbarrinhas,
  .pnbarrinhas {
    background: none;
  }
  .como-ganhar .pnb-h3 {
    margin-top: 45%;
  }
  .como-ganhar .pnb-formas {
    margin-top: 5%;
  }
  .pnb-footer__text span {
    color: #17496B;
  }
}
@media only screen and (max-width: 540px) {
  .content-template .pnb-nav {
    bottom: 105px;
  }
  .header-content {
    min-height: 92px;
  }
  .header-content.extra .pnb-h5 {
    font-size: 18px;
  }
  .header-content .pnb-h5 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .como-ganhar .pnb-h3 {
    margin-top: 52%;
  }
  .como-ganhar .pnb-nav {
    top: auto;
    bottom: 129px;
  }
  .pnb-container-headers {
    min-height: 164px;
  }
  .pnb-container-headers .pnb-h4 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 460px) {
  .pnb-dashboard-barras {
    background: #00062c !important;
  }
}
@media only screen and (max-width: 440px) {
  .content-template .pnbarrinhas {
    background-size: 100% 50px;
  }
  .index .pnbarrinhas,
  .pnbarrinhas {
    background: url(../img/wood-mobile.jpg) no-repeat center bottom;
    background-size: 100% 526px;
  }
  .como-ganhar .pnb-nav {
    bottom: 150px;
  }
  .pnb-container-headers {
    min-height: 184px;
  }
  .pnb-dashboard-happyhour .text-group p br:nth-child(1) {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .pnb-container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .como-ganhar .pnb-nav {
    bottom: 160px;
  }
}
@media only screen and (max-width: 340px) {
  .como-ganhar .pnb-nav {
    bottom: 180px;
  }
}
@media only screen and (max-width: 330px) {
  .como-ganhar .pnb-nav {
    bottom: 200px;
  }
}
.pnb-header {
  padding-top: 26px;
  position: relative;
}
.pnb-header .pnb-container {
  width: auto;
  float: left;
}
.pnb-header__title {
  font-family: 'neo_sansbold';
  color: white;
  font-size: 51px;
  line-height: 0.9;
  margin: 0;
  text-shadow: 2px 2px 2px #144988;
}
.pnb-header__title span {
  display: block;
}
.pnb-header__subtitle {
  font-family: 'montserratlight';
  color: white;
  font-size: 24px;
  margin: 0;
  line-height: 1;
  margin-top: 30px;
  text-shadow: 1px 1px 1px #1d599d;
}
.pnb-header__subtitle span {
  display: block;
}
@media only screen and (max-width: 1260px) {
  .pnb-header__title {
    font-size: 43px;
  }
  .pnb-header__subtitle {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1080px) {
  .pnb-header__title {
    font-size: 35px;
  }
  .pnb-header__subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 944px) {
  .pnb-header__title {
    font-size: 30px;
    margin-top: 10px;
  }
  .pnb-header__subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 840px) {
  .pnb-header__title {
    margin-top: 0;
  }
  .pnb-header__subtitle {
    position: absolute;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .pnb-header .pnb-container {
    width: 100%;
    float: none;
  }
  .pnb-header__subtitle {
    position: relative;
    margin-top: 0;
    padding-top: 54%;
  }
}
@media only screen and (max-width: 540px) {
  .pnb-header__subtitle {
    padding-top: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .pnb-header__title {
    font-size: 34px;
  }
  .pnb-header__title span {
    display: inline;
  }
}
@media only screen and (max-width: 396px) {
  .pnb-header__title {
    font-size: 29px;
    position: relative;
    margin-top: -12px;
  }
  .pnb-header__subtitle {
    font-size: 20px;
  }
}
.pnb-footer {
  clear: both;
  padding-top: 30px;
  padding-bottom: 20px;
  background: url(../img/wood.png) no-repeat left bottom;
}
.pnb-footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pnb-footer-wrap {
  position: relative;
}
.index .pnb-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url(../img/wood-home.png);
}
.index .pnb-footer-wrap {
  height: 210px;
}
.dashboard .pnb-footer {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: none;
}
.dashboard .pnb-footer-wrap {
  height: auto;
}
.pnb-footer__selo {
  position: absolute;
  left: 45px;
  top: -100px;
}
.pnb-footer__selo .pnb-footer__text {
  display: inline-block;
  font-size: 18px;
  font-family: 'source_sans_prolight_italic';
  color: #FFF;
  text-decoration: none;
  line-height: 1;
  width: inherit;
  position: relative;
  right: inherit;
  top: inherit;
}
.pnb-footer__selo span {
  display: block;
  font-family: 'source_sans_probold';
  margin-bottom: 12px;
}
@media only screen and (max-width: 840px) {
  .index .pnb-container__top {
    position: relative;
    margin-top: 0;
    padding-top: 10px;
    padding-right: 15px;
  }
  .index .pnb-container__top .pnb-premios__buttonlink {
    margin-top: 0;
  }
  .index .pnb-footer {
    background-size: auto 380px;
    position: relative;
    left: auto;
    bottom: auto;
  }
  .index .pnb-footer-wrap {
    height: auto;
  }
  .pnb-footer__selo {
    position: static;
    left: auto;
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .dashboard .pnb-footer,
  .index .pnb-footer,
  .pnb-footer {
    background: url(../img/wood-mobile.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 590px) {
  .pnb-premios-main-button {
    padding: 0 0 20px 0 !important;
  }
}
@media only screen and (max-width: 500px) {
  .dashboard .pnb-footer {
    background-size: cover;
  }
}
@media only screen and (max-width: 440px) {
  .index .pnb-footer,
  .pnb-footer {
    background: none;
    margin-top: 0;
  }
  .dashboard .pnb-footer,
  .index .pnb-footer {
    padding-top: 0;
    padding-bottom: 5px;
  }
}
.pnb-nav {
  position: absolute;
  top: 40px;
  right: 0;
}
.pnb-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pnb-nav__list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pnb-nav__list-item {
  float: left;
  padding: 0 20px;
}
.pnb-nav__list-item svg {
  display: none;
}
.pnb-nav__list-link {
  display: block;
  color: white;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  padding: 0 0 5px;
  text-transform: uppercase;
  font-family: 'montserratbold';
}
.pnb-nav__list-link:hover {
  border-bottom: 2px solid white;
}
.pnb-nav__list-link--active,
.pnb-nav__list-link--active:hover {
  border-bottom: 4px solid #e31921;
}
@media only screen and (max-width: 1190px) {
  .pnb-nav__list-item {
    padding: 0 12px;
  }
  .pnb-nav__list-link {
    font-size: 22px;
  }
}
@media only screen and (max-width: 944px) {
  .pnb-nav__list-item {
    padding: 0 12px;
  }
  .pnb-nav__list-link {
    font-size: 20px;
  }
}
@media only screen and (max-width: 840px) {
  .pnb-nav {
    position: relative;
    top: auto;
    right: auto;
    clear: both;
    padding-top: 22px;
  }
  .pnb-nav__list-item {
    padding: 0 7px;
    font-size: 17px;
  }
  .pnb-nav__list-item:first-child {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .pnb-nav {
    position: absolute;
    top: 120px;
    left: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 540px) {
  .pnb-nav {
    top: auto;
    bottom: 63px;
  }
}
@media only screen and (max-width: 480px) {
  .pnb-nav__list-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 440px) {
  .pnb-nav {
    bottom: 68px;
    z-index: 150;
  }
  .pnb-nav__list-item {
    float: none;
    display: inline-block;
    padding: 0;
  }
  .pnb-nav__list-item + .pnb-nav__list-item {
    padding-left: 0;
  }
  .pnb-nav__list {
    white-space: nowrap;
    padding-left: 0;
  }
  .pnb-nav__list-item:first-child {
    padding-left: 5px;
  }
  .pnb-nav__list-link {
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 0 8px 0;
    margin-left: 10px;
    font-family: 'montserratbold';
    line-height: 1;
  }
  .pnb-nav__list-link:hover {
    border-bottom: 0;
  }
  .pnb-nav__list-link svg {
    fill: white;
    height: 16px;
    display: inline-block;
    position: relative;
    margin-bottom: -3px;
  }
}
@media only screen and (max-width: 340px) {
  .pnb-nav {
    bottom: 71px;
  }
}
.pnb-premios {
  float: right;
  position: relative;
  margin-top: -75px;
}
.pnb-premios:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pnb-premios__item {
  padding: 0 30px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.pnb-premios__item img {
  display: inline-block;
  max-width: 100%;
}
.pnb-premios__item img.small-image {
  display: none;
}
.pnb-premios__text {
  display: block;
  margin-bottom: 16px;
  max-width: 342px;
  color: #FFF;
  font-size: 24px;
  font-family: 'montserratlight';
}
.pnb-premios__text span {
  display: block;
}
.pnb-premios__text strong {
  font-family: 'montserratregular';
  font-weight: normal;
  font-size: 36px;
}
.pnb-premios__buttonlink {
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 14px 0;
  width: 290px;
  background: #cd1820;
  font-size: 41px;
  font-weight: 400;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.5);
  transition: all 0.33s;
  font-family: 'SourceSansProLight';
  fill: #ffffff;
  white-space: nowrap;
  margin-bottom: 30px;
  margin-top: 195px;
}
.pnb-premios__buttonlink:hover {
  background: #004b8d;
}
.pnb-premios__buttonlink svg {
  position: relative;
  margin-left: 6px;
  margin-bottom: -4px;
}
.pnb-premios__link {
  display: inline-block;
  color: #004b8d;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.33s;
  font-family: 'SourceSansProLight';
  fill: #004b8d;
  white-space: nowrap;
}
.pnb-premios__link:hover {
  color: #e31921;
  fill: #e31921;
}
.pnb-premios__link svg {
  width: auto;
  height: 20px;
  position: relative;
  margin-left: 6px;
  margin-bottom: -2px;
}
.pnb-container__top {
  position: absolute;
  margin-top: -220px;
  text-align: center;
  z-index: 1;
  padding-right: 160px;
}
.pnb-premio_produto {
  position: absolute;
  left: 10px;
  bottom: -42px;
}
.pnb-premio_produto img {
  display: block;
  max-width: 100%;
}
.pnb-premio_robot {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.pnb-premio_robot img {
  position: relative;
  display: block;
  max-width: 100%;
  z-index: 1;
  margin-right: 28px;
}
.mancha3 {
  position: absolute;
  width: 682px;
  height: 538px;
  right: 0;
  bottom: -52px;
}
.pnb-premio_vale1 {
  position: absolute;
  top: 132px;
  left: 47%;
  width: 207px;
  height: 56px;
  background: url(../img/vales1.png);
}
.pnb-premio_vale2 {
  position: absolute;
  top: 140px;
  right: 695px;
  width: 203px;
  height: 47px;
  background: url(../img/vales2.png);
}
.pnb-premio_vale3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65px;
  height: 38px;
  background: url(../img/vales3.png);
}
@media only screen and (max-width: 1220px) {
  .pnb-premio_vale1 {
    width: 180px;
    height: 49px;
    background-size: cover;
    top: 160px;
  }
  .pnb-premio_vale2 {
    width: 180px;
    height: 43px;
    background-size: cover;
    top: 106px;
    right: auto;
    left: 358px;
  }
}
@media only screen and (max-width: 1190px) {
  .pnb-premios__text {
    font-size: 28px;
  }
  .pnb-premio_produto {
    width: 460px;
  }
}
@media only screen and (max-width: 1080px) {
  .pnb-premios__buttonlink {
    padding: 12px 38px;
    font-size: 36px;
  }
  .pnb-premios__buttonlink svg {
    height: 34px;
    margin-left: 6px;
    margin-bottom: -4px;
  }
  .pnb-premios__text {
    font-size: 22px;
  }
  .pnb-premios__text strong {
    font-size: 30px;
  }
  .pnb-premios__item {
    padding: 16px 18px 0;
  }
  .pnb-container__top {
    padding-right: 100px;
  }
  .pnb-container__top .pnb-premios__buttonlink {
    margin-left: 70px;
  }
  .pnb-container__top .pnb-premios__link {
    margin-left: 70px;
  }
  .pnb-footer__selo a {
    margin-left: 60px;
  }
  .mancha3 {
    width: 500px;
    height: 394px;
    bottom: -52px;
    background-size: cover;
  }
  .pnb-premio_robot {
    width: 280px;
  }
  .pnb-premio_robot img {
    margin-right: 0;
  }
}
@media only screen and (max-width: 944px) {
  .pnb-premio_produto {
    width: 330px;
  }
  .pnb-premio_robot {
    width: 250px;
  }
  .pnb-premio_vale3 {
    bottom: 12px;
  }
}
@media only screen and (max-width: 840px) {
  .pnb-premios__item {
    display: block;
    padding-right: 0;
  }
  .pnb-premio_produto {
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-block;
    width: auto;
    margin-top: 16px;
  }
  .pnb-premio_produto img {
    height: 270px;
  }
  .pnb-premios__text {
    font-size: 20px;
  }
  .mancha3,
  .pnb-premio_robot,
  .pnb-premio_vale1,
  .pnb-premio_vale2,
  .pnb-premio_vale3 {
    display: none;
  }
  .pnb-container__top .pnb-premios__buttonlink {
    margin-left: 0;
  }
  .pnb-container__top .pnb-premios__link {
    margin-left: 0;
  }
  .pnb-footer__selo a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .pnb-premios__link {
    font-size: 20px;
    font-family: 'SourceSansProRegular';
  }
  .pnb-premios__link svg {
    height: 18px;
    margin-left: 5px;
    margin-bottom: -2px;
  }
  .pnb-premios__buttonlink.medium,
  .pnb-premios__buttonlink {
    padding: 10px 12px 10px 28px;
    font-size: 20px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5);
  }
  .pnb-premios__buttonlink.medium svg,
  .pnb-premios__buttonlink svg {
    height: 18px;
    margin-left: 5px;
    margin-bottom: -2px;
  }
  .pnb-footer__selo a {
    color: #003666;
    font-size: 16px;
  }
  .pnb-footer__selo img {
    width: 130px;
  }
  .pnb-premios {
    float: none;
    clear: both;
    margin-top: 0;
  }
  .pnb-premios {
    padding-top: 30px;
  }
  .pnb-premios__item {
    max-width: 400px;
    margin: 0 auto;
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }
  .pnb-premios__item .pnb-premios__text {
    float: left;
    text-align: left;
    margin-right: 1px;
    vertical-align: top;
  }
  .pnb-premios__item .pnb-premios__text strong {
    font-size: 21px;
  }
  .pnb-premios__item img {
    margin-top: 8px;
    vertical-align: top;
    float: right;
  }
  .pnb-premios__item + .pnb-premios__item .pnb-premios__text {
    float: right;
  }
  .pnb-premios__item + .pnb-premios__item img {
    float: left;
  }
  .pnb-premios__item_first .pnb-premios__text {
    max-width: 152px;
  }
  .pnb-premios__item_first .pnb-premios__text span {
    display: inline;
  }
  .pnb-premios__item_second .pnb-premios__text {
    margin-top: 26px;
    max-width: 170px;
  }
}
@media only screen and (max-width: 540px) {
  .pnb-premios__item_second img {
    width: 144px;
  }
}
@media only screen and (max-width: 440px) {
  .pnb-premios {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .pnb-premio_produto img {
    margin-right: -50px;
    max-width: 110%;
  }
  .pnb-premios__item_first {
    white-space: nowrap;
    z-index: 2;
    position: relative;
  }
  .pnb-premios__item_first img {
    max-width: 100%;
    width: 170px;
  }
  .pnb-premios__item_first img.small-image {
    display: block;
    float: right;
    position: absolute;
    right: 0;
  }
  .pnb-premios__item_first .pnb-premios__text {
    margin-top: 28px;
  }
  .pnb-premios__item_first .pnb-premios__text span {
    white-space: normal;
  }
  .pnb-premios__item_second {
    clear: both;
    padding-top: 20px;
    white-space: nowrap;
    z-index: 2;
    position: relative;
  }
  .pnb-premios__item_second .pnb-premios__text {
    margin-top: 28px;
    font-size: 20px;
  }
  .pnb-premios__item_second .pnb-premios__text span {
    white-space: normal;
  }
  .pnb-premios__item_second .pnb-premios__text span strong {
    font-size: 22px;
  }
  .pnb-premio_produto {
    width: 100%;
    text-align: center;
  }
  .pnb-premio_produto img {
    width: auto;
    max-width: 100%;
    height: 200px;
    display: inline;
  }
  .pnb-premio_robot {
    display: block;
    bottom: auto;
    top: 3px;
  }
  .pnb-premio_robot img {
    display: none;
  }
  .mancha3 {
    display: block;
    position: absolute;
    width: 290px;
    height: 229px;
    right: 0;
    bottom: 40px;
    background-size: cover;
  }
}
@media only screen and (max-width: 400px) {
  .pnb-premios__item_second {
    padding-top: 40px;
  }
  .pnb-premios__item_second img {
    width: 126px;
    margin-left: -22px;
  }
  .pnb-premios__item_second .pnb-premios__text {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 380px) {
  .pnb-premios__item_first img {
    width: initial;
  }
}
@media only screen and (max-width: 340px) {
  .pnb-premios__item_first .micro-ondas-img {
    width: 40%;
  }
}
.pnb-formas {
  position: relative;
  margin: 0 -26px;
  background: #071C37;
}
.pnb-formas:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pnb-formas__item {
  float: left;
  padding: 40px 18px 10px 34px;
  min-height: 274px;
}
.pnb-formas__item--init {
  width: 30%;
  background: #071c37;
}
.pnb-formas__item--forma1 {
  width: 23%;
  background: #0d2647;
}
.pnb-formas__item--forma2 {
  width: 23%;
  background: #112b4d;
}
.pnb-formas__item--init {
  padding-left: 20px;
}
.pnb-formas__item--init img {
  position: relative;
  margin-top: -8px;
  float: left;
  margin-right: 10px;
}
.pnb-formas__item--init .pnb-formas__title,
.pnb-formas__item--init .pnb-formas__copy {
  overflow: hidden;
}
.pnb-formas__item--happyhour {
  width: 24%;
  background: #A40C12;
  border: 20px solid #8B0006;
  padding: 20px;
  position: relative;
}
.pnb-formas__item--happyhour img {
  position: absolute;
  bottom: -42px;
  right: 8px;
}
.pnb-formas__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: white;
  font-family: 'SourceSansProLight';
  margin: 0 0 4px;
}
.pnb-formas__title strong {
  font-family: 'SourceSansProBold';
}
.pnb-formas__copy {
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  color: white;
}
@media only screen and (max-width: 1190px) {
  .pnb-formas {
    margin: 0 -20px;
  }
  .pnb-premios-footer__item--left img {
    width: 240px;
  }
  .pnb-premios-footer__item--right img {
    width: 200px;
  }
  .pnb-footer--como-ganhar {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1020px) {
  .pnb-formas__item--forma2,
  .pnb-formas__item--forma1 {
    width: 30%;
  }
  .pnb-formas__item--init {
    width: 40%;
  }
  .pnb-formas__item--happyhour {
    width: 100%;
    min-height: 60px;
  }
  .pnb-formas__item--happyhour img {
    bottom: -12px;
    right: auto;
    left: 10px;
  }
  .pnb-formas__item--happyhour .pnb-formas__copy,
  .pnb-formas__item--happyhour .pnb-formas__title {
    margin-left: 204px;
  }
}
@media only screen and (max-width: 840px) {
  .pnb-formas {
    margin: 0 -15px;
  }
}
.pnb-footer.pnb-footer--como-ganhar {
  padding-top: 0;
}
.pnb-premios-footer__headline {
  font-family: 'Source Sans Pro', sans-serif;
  font-family: 'montserratregular';
  font-size: 38px;
  line-height: 1.1;
  color: white;
  margin: 30px 0 0;
  padding-left: 10px;
}
.pnb-premios-footer__item {
  max-width: 492px;
  display: block;
  position: relative;
  font-size: 20px;
  color: white;
}
.pnb-premios-footer__item p {
  margin: 6px 0;
  line-height: 1.2;
}
.pnb-premios-footer__item img {
  margin: 40px 8px 0;
  max-width: 100%;
}
.pnb-premios-footer__item .line {
  display: block;
}
.pnb-premios-footer__item--left {
  float: left;
  width: 30%;
  position: relative;
}
.pnb-premios-footer__item--left img {
  float: left;
}
.pnb-premios-footer__item--left:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 22px;
  width: 100px;
  height: 15px;
  background: url(../img/logo_samsung_black.png) center center no-repeat;
}
.pnb-premios-footer__item--middle {
  float: left;
  width: 37%;
  padding-left: 15px;
  padding-right: 15px;
}
.pnb-premios-footer__item--middle .item_wraper {
  padding-left: 90px;
  margin: 0 auto;
}
.pnb-premios-footer__item--right {
  float: right;
  width: 33%;
}
.pnb-premios-footer__item--right img {
  float: right;
}
.pnb-premios-footer__item-headline {
  color: white;
  font-size: 26px;
  line-height: 1;
  margin: 0;
}
.pnb-premios-footer__link {
  display: inline-block;
  font-size: 17px;
  color: white;
  font-weight: 400;
  text-decoration: none;
  background: #e31921;
  padding: 2px 8px;
  text-transform: uppercase;
  transition: all 0.33s;
  font-family: 'SourceSansProLight';
}
.pnb-premios-footer__link:hover {
  background: #004b8d;
}
.pnb-premios-main-button {
  text-align: center;
  clear: both;
  padding: 0 40px 20px 0;
  position: relative;
}
.pnb-premios-main-button .pnb-premios__buttonlink.medium {
  margin-top: -32px;
}
.pnb-premios-main-button .img-vales {
  position: absolute;
  right: 80px;
  bottom: 0;
}
.pnb-premios__buttonlink.medium {
  position: relative;
  font-size: 30px;
  width: 270px;
  padding: 10px 0;
  margin: 0 auto;
}
.pnb-premios__buttonlink.medium svg {
  height: 24px;
  width: auto;
  margin-bottom: -2px;
  margin-left: 4px;
}
.mancha1 {
  position: absolute;
  width: 496px;
  height: 252px;
  left: 0;
  bottom: 116px;
  background: url(../img/mancha1.png) no-repeat left bottom;
}
.mancha2 {
  position: absolute;
  width: 417px;
  height: 290px;
  right: 0;
  bottom: 116px;
  background: url(../img/mancha2.png) no-repeat right bottom;
}
.pnb-premios-footer__overlay {
  position: absolute;
  width: 284px;
  background: #071c37;
  bottom: 0;
  right: 50%;
  margin-right: -142px;
  z-index: 2;
  font-size: 16px;
  padding: 26px;
  display: none;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.5);
}
.pnb-premios-footer__overlay button {
  border: none;
  background: transparent;
  color: white;
  position: absolute;
  right: 2px;
  top: 2px;
  font-size: 11px;
}
.pnb-premios-footer__overlay a {
  color: #fff;
}
.pnb-premios-footer__overlay p {
  margin: 0;
  color: #fff;
  text-align: left;
}
.pnb-premios-footer__overlay p p {
  margin-top: 8px;
}
@media only screen and (max-width: 1150px) {
  .pnb-premios-footer__item--middle .item_wraper {
    padding-left: 40px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1130px) {
  .pnb-premios-footer__item--left img {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    width: 210px;
  }
  .pnb-premios-footer__item--right img {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    width: 180px;
  }
  .mancha1 {
    width: 380px;
    height: 193px;
    bottom: 116px;
    background-size: cover;
  }
}
@media only screen and (max-width: 1080px) {
  .pnb-premios-footer__item-headline {
    font-size: 22px;
  }
  .pnb-premios-footer__item--left {
    width: 25%;
  }
  .pnb-premios-footer__item {
    font-size: 20px;
  }
  .pnb-premios-footer__item--middle .item_wraper {
    padding-left: 0px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 970px) {
  .pnb-premios-footer__headline {
    margin-top: 10px;
  }
  .pnb-premios-footer__item .line {
    display: inline;
  }
  .pnb-premios-footer__item--left img {
    width: 190px;
  }
  .pnb-premios-footer__item--middle {
    width: 42%;
    padding-right: 10px;
  }
  .pnb-premios-footer__item--right {
    width: 32%;
    position: relative;
  }
  .pnb-premios-footer__item--right img {
    float: none;
    width: 180px;
    position: absolute;
    top: 100%;
    right: 10px;
  }
  .mancha2 {
    display: none;
  }
  .pnb-premios-footer__headline {
    font-size: 44px;
    padding-top: 6px;
  }
  .pnb-premios-main-button {
    padding-top: 40px;
  }
  .pnb-premios-main-button .img-vales {
    right: 20px;
    width: 130px;
  }
}
@media only screen and (max-width: 870px) {
  .pnb-premios-main-button .pnb-premios__buttonlink.medium {
    margin-top: -10px;
  }
  .pnb-premios-footer__item-headline {
    font-size: 23px;
  }
  .pnb-premios-footer__item {
    font-size: 20px;
  }
  .pnb-premios-footer__item--right {
    margin-right: -10px;
    width: 30%;
    position: relative;
  }
  .pnb-premios-footer__item--right img {
    right: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .pnb-premios-footer__item--left {
    width: 40%;
    padding-top: 20px;
  }
  .pnb-premios-footer__item--left img {
    margin-top: 10px;
    margin-left: -8px;
    margin-bottom: -15px;
    position: relative;
    width: 100%;
  }
  .pnb-premios-footer__item--middle {
    position: relative;
    margin-top: -10px;
    clear: right;
    float: right;
    width: 55%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 16px;
  }
  .pnb-premios-footer__item--middle .item_wraper {
    max-width: 100%;
  }
  .pnb-premios-footer__item--right {
    width: 55%;
    margin-right: 0;
  }
  .pnb-premios-footer__headline {
    font-size: 38px;
    padding-top: 6px;
  }
  .pnb-premios-footer__item p {
    margin: 0;
  }
  .pnb-premios-footer {
    padding-bottom: 10px;
  }
  .pnb-premios-footer__item-headline {
    font-size: 21px;
  }
  .pnb-premios-footer__item {
    font-size: 18px;
  }
  .pnb-premios-footer__item:after {
    left: 0;
  }
  .pnb-premios-footer__item--right img {
    width: 160px;
  }
}
@media only screen and (max-width: 640px) {
  .pnb-formas__item--init {
    width: 100%;
    clear: both;
    min-height: 50px;
  }
  .pnb-formas__item--forma1 {
    float: left;
    width: 50%;
    clear: left;
    min-height: 50px;
  }
  .pnb-formas__item--forma2 {
    float: left;
    width: 50%;
    min-height: 50px;
  }
  .pnb-premios-footer__item,
  .pnb-premios-footer__item-headline,
  .pnb-premios-footer__headline {
    color: #00194c;
  }
  .pnb-premios-footer__headline {
    margin-top: 0;
    padding-top: 10px;
  }
  .pnb-premios-footer__headline,
  .pnb-premios-footer__item-headline {
    font-family: 'source_sans_prosemibold';
  }
  .pnb-premios-main-button .pnb-premios__buttonlink.medium {
    margin-top: 30px;
  }
  .pnb-premios-footer__item--left img {
    margin-bottom: 0;
    width: 180px;
  }
  .mancha1 {
    display: none;
  }
  .pnb-premios-main-button� {
    padding-top: 0;
  }
}
@media only screen and (max-width: 570px) {
  .pnb-premios-main-button .img-vales {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  .pnb-formas__item--init {
    padding: 22px 16px 10px 20px;
  }
  .pnb-formas__item--init img {
    width: 100px;
  }
  .pnb-formas__item--forma1,
  .pnb-formas__item--forma2 {
    width: 100%;
    clear: both;
    padding: 22px 16px 10px 20px;
  }
  .pnb-formas__item--happyhour {
    padding-bottom: 0;
  }
  .pnb-formas__item--happyhour img {
    width: 140px;
    bottom: auto;
    top: 20px;
  }
  .pnb-formas__item--happyhour .pnb-formas__copy,
  .pnb-formas__item--happyhour .pnb-formas__title {
    margin-left: 142px;
  }
}
@media only screen and (max-width: 440px) {
  .pnb-premios-footer__item--right img {
    width: 140px;
    top: -80px;
    right: auto;
    left: 100%;
  }
  .pnb-formas__title {
    font-size: 21px;
    font-family: 'source_sans_prosemibold';
  }
}
@media only screen and (max-width: 420px) {
  .pnb-premios-footer__headline {
    font-size: 32px;
    padding-left: 0;
  }
  .pnb-premios-footer__item--left {
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
    clear: both;
    text-align: center;
    padding: 10px 0;
  }
  .pnb-premios-footer__item--left img {
    margin: 0;
    width: 80%;
    max-width: 100%;
    float: none;
  }
  .pnb-premios-footer__item--left:after {
    top: -21px;
    left: auto;
    right: 0;
  }
  .pnb-premios-footer__item--middle,
  .pnb-premios-footer__item--right {
    float: left;
    clear: left;
    width: 100%;
  }
  .pnb-premios-footer__item--right img {
    width: 180px;
    top: -80px;
    right: auto;
    left: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .pnb-formas {
    margin: 0 -10px;
  }
  .pnb-premios-footer__item--left img {
    width: 150px;
  }
}
@media only screen and (max-width: 360px) {
  .pnb-formas__item--happyhour img {
    width: 110px;
    bottom: auto;
    top: -10px;
    left: -5px;
  }
  .pnb-formas__item--happyhour .pnb-formas__title {
    margin-left: 112px;
    min-height: 40px;
  }
  .pnb-formas__item--happyhour .pnb-formas__copy {
    margin-left: 0;
  }
}
.pnb-quiz {
  padding-bottom: 20px;
  position: relative;
  left: auto;
  bottom: auto;
  clear: both;
  padding-top: 90px;
}
.pnb-quiz__item {
  text-align: left;
  display: inline-block;
  width: 31.5%;
  vertical-align: top;
}
.pnb-quiz__item p {
  margin: 0;
}
.pnb-quiz__item + .pnb-quiz__item .pnb-quiz__item-wrap {
  margin: 0 auto;
}
.pnb-quiz__item-wrap {
  max-width: 320px;
  padding: 0 16px;
}
.pnb-quiz__headline {
  color: white;
  font-size: 29px;
  font-family: 'montserratlight';
  margin: 0 0 10px;
  line-height: 1.1;
}
.pnb-quiz__copy,
.pnb-quiz__label {
  font-size: 18px;
  font-weight: 400;
  color: white;
}
.pnb-quiz__copy {
  line-height: 1.1;
  font-family: 'montserratlight';
}
.pnb-quiz__label-group {
  padding: 6px 0 0;
}
.pnb-quiz__label-group button {
  margin-top: 6px!important;
}
.pnb-quiz__copy--small {
  font-size: 16px;
}
.pnb-quiz__label {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}
.pnb-quiz__label input {
  margin-right: 10px;
}
.pnb-quiz__submit {
  border-radius: none;
  appearance: none;
  border: none;
  display: inline-block;
  padding: 10px 22px;
  background: #004b8d;
  font-size: 25px;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
  transition: all 0.33s;
  outline: none;
  margin-top: 20px;
}
.pnb-quiz__submit:hover {
  background: #cd1820;
}
.pnb-quiz__social-group {
  padding: 32px 0 0;
}
.pnb-quiz__social-group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pnb-quiz__social-ico {
  display: inline-block;
  width: 30%;
  font-family: 'montserratlight';
}
.pnb-quiz__social-ico p {
  font-size: 14px;
  margin: 6px 0 0;
}
.pnb-quiz__social-ico a {
  text-decoration: none;
}
.pnb-quiz__social-ico.pbn-quiz_whatsapp {
  display: none;
}
.pnb-quiz__linkinput {
  margin-top: 38px;
}
.pnb-quiz__linkinput p {
  margin: 8px 0 10px;
}
.pnb-quiz__linkinput input {
  width: 90%;
  color: #121212;
  font-size: 17px;
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.icheckbox.icheckbox_bull,
.iradio.iradio_bull {
  background-image: url(../img/red.png);
}
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 1.25), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .icheckbox.icheckbox_bull,
  .iradio.iradio_bull {
    background-image: url(../img/red@2x.png);
  }
}
.daily-question .pnb-container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 640px) {
  .pnb-quiz__item p,
  .pnb-quiz__headline,
  .pnb-quiz__copy,
  .pnb-quiz__label {
    color: #003666;
  }
  .pnb-quiz__item:first-child {
    background: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .icheckbox.icheckbox_bull,
  .iradio.iradio_bull {
    background-image: url(../img/blue_red.png);
  }
  /* HiDPI support */
  .daily-question .pnb-container {
    padding-left: 0;
    padding-right: 0;
  }
  .pnb-quiz__social-ico {
    width: 24%;
    text-align: center;
  }
  .pnb-quiz__social-ico.pbn-quiz_whatsapp {
    display: inline-block;
  }
  .pnb-quiz__social-ico .pnb-quiz__copy--small {
    display: none;
  }
}
@media only screen and (max-width: 640px) and (-o-min-device-pixel-ratio: 1.25), only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (max-width: 640px) and (min-resolution: 120dpi), only screen and (max-width: 640px) and (min-resolution: 1.25dppx) {
  .icheckbox.icheckbox_bull,
  .iradio.iradio_bull {
    background-image: url(../img/blue_red@2x.png);
  }
}
.pnb-dashboard {
  position: relative;
  margin-top: 60px;
}
.pnb-dashboard-user {
  position: relative;
  margin-left: -26px;
  max-width: 758px;
}
.pnb-dashboard-user-container {
  clear: both;
}
.pnb-dashboard-user__headline {
  clear: both;
  font-size: 26px;
  color: white;
  margin: 0;
  font-family: 'montserratlight';
  padding: 10px 0 16px;
}
/*
Vales
 */
.pnb-dashboard-vales {
  width: 34%;
  float: left;
  background: #042f63;
}
.pnb-dashboard-vales-wrap {
  padding: 26px 20px 29px;
}
.pnb-dashboard-vales__headline {
  font-weight: bold;
  font-size: 33px;
  color: white;
  margin: 0 0 15px;
  line-height: 1.2;
}
.pnb-dashboard-vales__result--group {
  display: table;
  width: 100%;
}
.pnb-dashboard-vales__result {
  display: table-cell;
  padding-top: 22px;
}
.pnb-dashboard-vales__result div {
  font-weight: 400;
  font-size: 33px;
  color: white;
}
.pnb-dashboard-vales__result p {
  font-family: 'SourceSansProLight';
  color: white;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 16px;
  line-height: 1.1;
  margin: 0 0 10px;
  position: relative;
}
.pnb-dashboard-vales__result p:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 90px;
  height: 4px;
  background: #c2d2e3;
}
.pnb-dashboard-vales__result p span {
  white-space: nowrap;
  display: block;
}
.pnb-dashboard-barras__outer {
  display: table;
  margin-left: -10px;
}
/*
Barras
*/
.pnb-dashboard-barras {
  width: 64%;
  float: left;
  position: relative;
  background: #00062c url(../img/barco_escuro.png) right top no-repeat;
}
.pnb-dashboard-barras-wrap {
  padding: 20px;
  position: relative;
  z-index: 1;
}
.pnb-dashboard-barras__headline {
  font-weight: 400;
  font-size: 34px;
  color: white;
  margin: 0 0 15px;
  line-height: 1.2;
  font-family: 'montserratlight';
}
.pnb-dashboard-barras__result {
  background: #cd1820;
  padding: 0 6px;
  min-width: 60px;
  text-align: center;
  display: inline-block;
  font-family: 'montserratbold';
}
.pnb-dashboard-barras__info {
  display: table-cell;
  width: 25%;
  font-size: 15px;
  font-weight: 400;
  color: white;
}
.pnb-dashboard-barras__info p {
  margin: 0 10px 6px;
  padding-bottom: 16px;
  border-bottom: 4px solid #c2d2e3;
  font-family: 'montserratlight';
}
.pnb-dashboard-barras__info span {
  font-size: 32px;
  font-family: 'montserratbold';
  display: block;
  text-align: center;
}
.pnb-dashboard-vales-ganhos {
  position: relative;
}
.pnb-dashboard-vales-ganhos img {
  right: -20px;
  bottom: -50px;
  position: absolute;
}
/*
Happy Hour
 */
.pnb-dashboard-happyhour {
  float: right;
  margin-right: -26px;
  width: 405px;
  border: 20px solid #8b0006;
  background: #a40c12;
  padding: 14px 20px;
  display: table;
  margin-top: 10px;
}
.pnb-dashboard-happyhour .pnb-dashboard-happyhour-wrap {
  display: table-cell;
  vertical-align: middle;
}
.pnb-dashboard-happyhour .text-group {
  display: table;
  width: 100%;
}
.pnb-dashboard-happyhour .text-group .cell {
  display: table-cell;
  vertical-align: middle;
}
.pnb-dashboard-happyhour .text-group p {
  margin: 0;
}
.pnb-dashboard-happyhour img {
  display: block;
  max-width: 100%;
}
.pnb-dashboard-happyhour__headline {
  color: white;
  font-weight: 400;
  font-size: 32px;
  margin: 0 0 12px;
  line-height: 1;
  font-family: 'SourceSansProBold';
}
.pnb-dashboard-happyhour__copy {
  color: white;
  font-size: 20px;
  font-weight: 400;
}
.pnb-dashboard-happyhour__copy.small-text {
  font-size: 16px;
}
.pnb-dashboard-happyhour__copy strong {
  font-weight: 400;
  font-family: 'source_sans_prosemibold';
}
.pnb-dashboard-happyhour__copy img {
  float: right;
}
/* mensagens */
.pnb-dashboard-messages {
  background: #8b0006;
  padding: 5px 26px;
  color: #FFF;
  font-size: 17px;
  margin-left: -26px;
  margin-right: -26px;
  line-height: 1.1;
}
.pnb-dashboard-messages strong {
  font-family: 'SourceSansProBold';
}
.daily-question {
  text-align: center;
}
@media only screen and (max-width: 1190px) {
  .pnb-dashboard-messages,
  .pnb-dashboard-user {
    margin-left: -20px;
  }
  .pnb-dashboard-messages,
  .pnb-dashboard-happyhour {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .pnb-dashboard-happyhour {
    width: 350px;
  }
  .pnb-dashboard-user {
    max-width: 626px;
  }
  .pnb-dashboard-barras {
    width: 72%;
  }
  .pnb-dashboard-vales__headline {
    line-height: 1;
    margin-bottom: 0;
  }
  .pnb-dashboard-barras__info {
    font-size: 14px;
  }
  .pnb-dashboard-vales {
    width: 28%;
  }
  .pnb-dashboard-vales img {
    width: 140px;
  }
  .pnb-dashboard-vales__result {
    padding-top: 8px;
  }
}
@media only screen and (max-width: 1000px) {
  .pnb-container.pnb-dashboard {
    padding-left: 0;
    padding-right: 0;
  }
  .pnb-dashboard-happyhour {
    width: auto;
    margin: 0;
    float: none;
    clear: both;
    display: block;
  }
  .pnb-dashboard-user {
    max-width: 100%;
    margin: 0;
  }
  .dashboard .pnb-footer {
    padding-top: 40px;
  }
  .pnb-quiz__item {
    float: left;
    width: 50%;
  }
  .pnb-quiz__item .pnb-quiz__item-wrap {
    max-width: 460px;
  }
  .pnb-quiz__item:last-child {
    padding-top: 40px;
    float: none;
    display: block;
    width: auto;
    clear: both;
  }
  .pnb-quiz__item:last-child .pnb-quiz__item-wrap {
    max-width: 680px;
    margin-left: 0;
    position: relative;
    padding-left: 160px;
    min-height: 100px;
  }
  .pnb-quiz__item:last-child .pnb-quiz__headline br {
    display: none;
  }
  .pnb-quiz__item:last-child img {
    position: absolute;
    left: 16px;
    top: -15px;
    width: 120px;
  }
}
@media only screen and (max-width: 640px) {
  .pnb-dashboard {
    margin-top: 0;
  }
  .pnb-dashboard-user__headline {
    padding-bottom: 8px;
    margin-top: 64%;
  }
  .dashboard .pnb-footer {
    padding-top: 40px;
  }
  .pnb-quiz__item {
    float: none;
    width: 100%;
    padding-top: 40px;
  }
  .pnb-quiz__item .pnb-quiz__item-wrap {
    max-width: 100%;
  }
  .pnb-quiz__item .pnb-quiz__headline br {
    display: none;
  }
  .pnb-quiz__item:last-child {
    padding-top: 40px;
  }
  .pnb-quiz__item:last-child .pnb-quiz__item-wrap {
    max-width: 100%;
    padding-left: 16px;
  }
  .pnb-quiz__item:last-child img {
    position: relative;
    left: auto;
    top: auto;
    width: 140px;
  }
  .pnb-quiz__social-group {
    padding-top: 6px;
  }
  .pnb-quiz__linkinput {
    margin-top: 18px;
  }
  .dashboard .pnb-footer {
    padding-bottom: 30px;
    padding-top: 0;
    margin-top: 0;
  }
  .pnb-dashboard-vales,
  .pnb-dashboard-barras {
    float: left;
    width: 100%;
    clear: both;
  }
  .pnb-dashboard-vales-ganhos img {
    margin-left: 0;
    top: 20px;
    right: 16px;
  }
  .pnb-dashboard-vales .pnb-dashboard-vales-wrap {
    padding-right: 140px;
    position: relative;
  }
  .pnb-dashboard-barras-wrap {
    float: left;
    width: 100%;
    clear: both;
  }
  .pnb-dashboard-barras__headline br {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .pnb-dashboard-user__headline {
    padding-bottom: 0;
  }
  .pnb-dashboard-vales .pnb-dashboard-vales-wrap {
    padding-right: 120px;
  }
  .pnb-dashboard-happyhour__headline,
  .pnb-dashboard-vales__headline,
  .pnb-dashboard-barras__headline {
    font-size: 26px;
  }
  .pnb-quiz__headline,
  .pnb-dashboard-barras__headline {
    font-size: 26px;
  }
  .pnb-quiz__headline br {
    display: block;
  }
}
@media only screen and (max-width: 450px) {
  .pnb-dashboard-barras__outer {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
  }
  .pnb-dashboard-barras__info {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
  }
  .pnb-dashboard-barras__info:nth-child(n+3) {
    padding-top: 25px;
  }
  .pnb-dashboard-barras__info p {
    padding-bottom: 12px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 380px) {
  .pnb-dashboard-vales-ganhos img {
    top: auto;
    bottom: 15px;
    width: 120px;
  }
}
.pnb-footer-nav {
  max-width: 100%;
  background: white;
  padding: 28px 0 8px;
  margin: 0;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  float: none;
  clear: both;
  width: auto;
}
.pnb-footer-nav p {
  white-space: normal;
  max-width: 100%;
}
.pnb-footer-nav .pnb-container {
  width: auto;
  max-width: 100%;
}
.pnb-footer-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.pnb-footer-nav__list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pnb-footer-nav__listitem {
  float: left;
  margin: 0 15px;
}
.pnb-footer-nav__link {
  color: #013668;
  font-size: 17px;
  line-height: 1;
  text-decoration: none;
}
.pnb-footer-nav__copy {
  font-size: 13px;
  color: #808080;
}
.pnb-footer-nav__copy a {
  color: #808080;
}
@media only screen and (max-width: 768px) {
  .pnb-footer-nav__listitem {
    float: none;
    text-align: center;
    margin: 8px 0;
  }
  .pnb-footer-nav__copy {
    font-size: 12px;
  }
  .pnb-premios__buttonlink2 {
    top: 0px;
    margin-left: 20px;
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .pnb-premios__buttonlink2 {
    top: -10px;
    font-size: 24px;
    margin-left: 300px;
    width: 70%;
  }
  .center-btn {
    display: block;
    margin: 0 auto;
    transform: none;
  }
  .center-btn .pnb-premios__buttonlink2 {
    margin-left: 0;
  }
}
