/*! 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;
}
.pta-holder {
  position: relative;
  background-color: #006CBE;
  font-family: 'Pridi';
  line-height: 1;
}
.pta-holder a {
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out;
}
.pta-holder p {
  margin: 0;
}
.pta-middle {
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.pta-inner {
  position: relative;
  width: 90%;
  max-width: 1270px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .pta-inner-body {
    max-width: 320px;
  }
}
.pta-content .pta-content-item {
  display: inline-block;
  vertical-align: top;
}
.pta-content .pta-content-item3 {
  width: 33.33%;
  margin-left: -3px;
}
@media only screen and (max-width: 760px) {
  .pta-content .pta-content-item3:nth-child(3) {
    width: 38%;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content-item3.pta-content-item-3-last {
    width: 90%;
    margin: auto;
    display: block;
  }
}
@media only screen and (max-width: 760px) {
  .pta-content .pta-content-item3 {
    width: 31%;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content-item3 {
    width: 100%;
  }
}
.pta-content .pta-content-item2 {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content-item2 {
    width: 100%;
    padding-right: 0 !important;
  }
}
.pta-content .pta-how-content-item1-holder {
  padding-right: 120px;
}
@media only screen and (max-width: 1400px) {
  .pta-content .pta-how-content-item1-holder {
    padding-right: 85px;
  }
}
@media only screen and (max-width: 1000px) {
  .pta-content .pta-how-content-item1-holder {
    padding-right: 55px;
  }
}
@media only screen and (max-width: 670px) {
  .pta-content .pta-how-content-item1-holder {
    padding-right: 45px;
  }
}
.pta-how-holder .pta-header {
  padding-bottom: 0;
}
.pta-how-holder .pta-home-logo-mobile {
  margin-bottom: 90px;
}
.pta-how-holder .pta-nav {
  top: 320px;
}
@media only screen and (max-width: 340px) {
  .pta-how-holder .pta-nav {
    top: 310px;
  }
}
.pta-participate-holder .pta-nav,
.pta-ranking-holder .pta-nav {
  top: 140px;
}
a.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.pta-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  background-image: url('../img/fundo-geral-top-1920.jpg');
  background-position: top center;
  z-index: 10;
}
@media only screen and (max-width: 850px) {
  .pta-top {
    height: 560px;
    background-image: url('../img/fundo-geral-top-850.jpg');
  }
}
@media only screen and (max-width: 600px) {
  .pta-top {
    height: 420px;
    background-image: url('../img/fundo-geral-top-560.jpg');
  }
}
.pta-header {
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .pta-header {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 70px;
  }
}
.pta-header .pta-header-item {
  display: inline-block;
  vertical-align: top;
  margin-left: -2px;
}
.pta-header .pta-header-item:first-of-type {
  width: 68%;
}
.pta-header .pta-header-item:last-of-type {
  width: 32%;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .pta-header .pta-header-item:last-of-type {
    display: none;
  }
}
.pta-header .pta-header-item:last-of-type img {
  max-width: 280px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .pta-header .pta-header-item {
    width: 100% !important;
    text-align: center;
  }
}
.pta-header .pta-header-title {
  margin-bottom: 20px;
}
.pta-header .pta-header-title .pta-header-title-desktop {
  width: 630px;
}
@media only screen and (max-width: 1150px) {
  .pta-header .pta-header-title .pta-header-title-desktop {
    width: 550px;
  }
}
@media only screen and (max-width: 950px) {
  .pta-header .pta-header-title .pta-header-title-desktop {
    width: 480px;
  }
}
@media only screen and (max-width: 850px) {
  .pta-header .pta-header-title .pta-header-title-desktop {
    width: 380px;
  }
}
@media only screen and (max-width: 660px) {
  .pta-header .pta-header-title .pta-header-title-desktop {
    width: 340px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-header .pta-header-title .pta-header-title-desktop {
    display: none;
  }
}
.pta-header .pta-header-title .pta-header-title-mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .pta-header .pta-header-title .pta-header-title-mobile {
    display: block;
    width: 100%;
  }
}
.pta-header .pta-header-disclaimer {
  max-width: 622px;
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
  padding: 16px 0;
  border-top: 6px solid #07418b;
  border-bottom: 6px solid #07418b;
}
@media only screen and (max-width: 850px) {
  .pta-header .pta-header-disclaimer {
    max-width: 356px;
    font-size: 16px;
    padding: 11px 0;
    border-top: 4px solid #07418b;
    border-bottom: 4px solid #07418b;
  }
}
@media only screen and (max-width: 600px) {
  .pta-header .pta-header-disclaimer {
    font-size: 18px;
    padding: 8px 0;
  }
}
.pta-header .pta-header-disclaimer br {
  display: none;
}
@media only screen and (max-width: 600px) {
  .pta-header .pta-header-disclaimer br {
    display: block;
  }
}
.pta-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 460px;
  background-image: url('../img/fundo-geral-bot-1920.jpg');
  background-position: bottom center;
  z-index: 10;
}
@media only screen and (max-width: 850px) {
  .pta-bottom {
    height: 280px;
    background-image: url('../img/fundo-geral-bot-850.jpg');
  }
}
@media only screen and (max-width: 600px) {
  .pta-bottom {
    height: 220px;
    background-image: url('../img/fundo-geral-bot-560.jpg');
  }
}
.pta-regulation,
.pta-regulation-link {
  font-family: 'SourceSansProRegular';
}
.pta-regulation {
  font-size: 13px;
  color: #828282;
  padding-right: 160px;
  margin: 20px auto 110px;
}
@media only screen and (max-width: 600px) {
  .pta-regulation {
    width: 90%;
    padding-right: 0;
    margin: 20px auto 15px;
    text-align: center;
  }
}
.pta-regulation-link {
  position: absolute;
  top: -7px;
  right: 0;
  font-size: 20px;
  color: #015292;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .pta-regulation-link {
    position: relative;
    top: 0;
    right: 0;
    left: 50%;
    margin-left: -45px;
    font-size: 16px;
  }
}
.pta-regulation-link:hover {
  text-decoration: underline;
}
.pta-home-footer-mobile {
  display: none;
}
.pta-home-footer-mobile img {
  width: 100%;
  max-width: 320px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .pta-home-footer-mobile {
    display: block;
  }
}
.add-link {
  color: #015292;
}
.pta-nav {
  text-align: center;
  background-color: rgba(8, 64, 139, 0.5);
}
@media only screen and (max-width: 600px) {
  .pta-nav {
    position: absolute;
    width: 100%;
    top: 220px;
    max-width: 320px;
    left: 50%;
    margin-left: -160px;
    background-color: transparent;
    z-index: 40;
  }
}
@media only screen and (max-width: 350px) {
  .pta-nav {
    left: 0;
    margin-left: 0;
  }
}
.pta-nav .pta-inner {
  width: 100%;
}
.pta-nav ul li {
  display: inline-block;
  width: 25%;
  margin-left: -3px;
  padding: 22px 0;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out;
}
.pta-nav ul li.active,
.pta-nav ul li:hover {
  border-bottom: 6px solid #ffffff;
}
.pta-nav ul li a {
  font-weight: 500;
  font-size: 34px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  padding: 20px 54px;
  text-shadow: 1px 1px 2px #323232;
}
@media only screen and (max-width: 1300px) {
  .pta-nav ul li a {
    padding: 20px 14px;
  }
}
@media only screen and (max-width: 1000px) {
  .pta-nav ul li a {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 850px) {
  .pta-nav ul li a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-nav .selectric {
    max-width: 320px;
    margin: auto;
    border: none;
    background: #08408b;
  }
  .pta-nav .selectric .label {
    line-height: 44px;
    height: 44px;
    margin: 0 0 0 20px;
    text-align: left;
  }
  .pta-nav .selectric .label li {
    list-style-type: none;
  }
  .pta-nav .selectric .label a {
    font-size: 22px;
    text-decoration: none;
    color: #ffffff;
  }
  .pta-nav .selectric .button {
    height: 44px;
  }
  .pta-nav .selectric .button:after {
    content: "\f107";
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    margin: inherit;
    border: none;
    border-top-color: inherit;
    border-bottom: none;
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    font-size: 35px;
    line-height: 45px;
  }
  .pta-nav .selectric-items {
    border: none;
  }
  .pta-nav .selectric-items ul {
    text-align: left;
  }
  .pta-nav .selectric-items ul li {
    display: block;
    width: 100%;
    padding: 13px 0;
    border: none;
    margin-left: 0;
    background: #a7a7a7;
  }
  .pta-nav .selectric-items ul li.active,
  .pta-nav .selectric-items ul li:hover {
    border-bottom: none;
  }
  .pta-nav .selectric-items ul li.selected,
  .pta-nav .selectric-items ul li:hover {
    background: #006dbf;
  }
  .pta-nav .selectric-items ul li a {
    padding: 24px 20px;
  }
}
@media only screen and (max-width: 350px) {
  .pta-nav .selectric {
    max-width: 320px;
  }
}
.pta-content .pta-content1-item-img1 {
  float: right;
  margin-top: 50px;
}
@media (max-width: 1250px) and (min-width: 851px) {
  .pta-content .pta-content1-item-img1 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1050px) {
  .pta-content .pta-content1-item-img1 {
    margin-right: -50px;
  }
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content1-item-img1 {
    margin-top: 30px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content1-item-img1 {
    margin-top: 50px;
  }
}
@media (max-width: 1250px) and (min-width: 851px) {
  .pta-content .pta-content1-item-img1 img {
    width: 150px;
  }
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content1-item-img1 img {
    width: 120px;
  }
}
.pta-content .pta-content1-item-img2 {
  position: absolute;
  top: 390px;
  left: -200px;
}
@media (max-width: 1250px) and (min-width: 851px) {
  .pta-content .pta-content1-item-img2 {
    top: 460px;
    left: -130px;
  }
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content1-item-img2 {
    top: 240px;
    left: -120px;
  }
}
@media only screen and (max-width: 700px) {
  .pta-content .pta-content1-item-img2 {
    top: 300px;
    left: -120px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content1-item-img2 {
    left: -80px;
  }
}
@media (max-width: 1250px) and (min-width: 851px) {
  .pta-content .pta-content1-item-img2 img {
    width: 280px;
  }
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content1-item-img2 img {
    width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content1-item-img2 img {
    width: 160px;
  }
}
.pta-content .pta-content1-item-img3 {
  margin-top: 450px;
  margin-left: -60px;
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content1-item-img3 {
    margin-top: 330px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content1-item-img3 {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content1-item-img3 img {
    width: 175px;
  }
}
.pta-content .pta-content1-item-img4 {
  display: none;
  position: absolute;
  top: 300px;
  left: -40px;
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content1-item-img4 {
    display: block;
  }
}
.pta-content .pta-content1-item-img4 img {
  width: 88px;
  margin-left: 120px;
}
@media only screen and (max-width: 380px) {
  .pta-content .pta-content1-item-img4 img {
    margin-left: 100px;
  }
}
.pta-content .pta-button {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-button {
    margin: 30px 0;
  }
}
.pta-content .pta-button a {
  display: block;
  width: 291px;
  height: 65px;
  font-weight: 600;
  font-size: 34px;
  line-height: 67px;
  color: #ffffff;
  text-decoration: none;
  margin: auto auto 18px;
  text-transform: uppercase;
  background: #bf141b;
  background: -moz-linear-gradient(left, #bf141b 0%, #ec1c24 49%, #bf141b 100%);
  background: -webkit-linear-gradient(left, #bf141b 0%, #ec1c24 49%, #bf141b 100%);
  background: linear-gradient(to right, #bf141b 0%, #ec1c24 49%, #bf141b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf141b', endColorstr='#bf141b', GradientType=1);
  text-shadow: 1px 1px 2px #323232;
  border: 5px solid #ffffff;
  border-radius: 40px;
  cursor: pointer;
}
.pta-content .pta-button a:hover {
  background: -moz-linear-gradient(left, #828282, #828282);
  background: -webkit-linear-gradient(left, #828282, #828282);
  background: linear-gradient(to right, #828282, #828282);
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-button a {
    width: 175px;
    height: 41.5px;
    font-size: 20px;
    line-height: 44px;
    border-width: 4px;
    background-size: contain;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-button a {
    font-size: 25px;
    width: 235px;
    height: 55.7px;
    line-height: 58px;
    margin: auto auto 10px;
  }
}
.pta-content .pta-button p {
  width: 100%;
  max-width: 260px;
  margin: auto;
  font-family: 'SourceSansProRegular';
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2;
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-button p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-button p {
    max-width: 200px;
  }
}
.pta-content .pta-content2-item-img1 {
  text-align: right;
  margin: 20px auto 50px;
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content2-item-img1 {
    display: none;
  }
}
.pta-content .pta-content2-item-img1 img {
  margin-right: 50px;
}
@media only screen and (max-width: 1050px) {
  .pta-content .pta-content2-item-img1 img {
    width: 120px;
  }
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content2-item-img1 img {
    width: 85px;
  }
}
@media only screen and (max-width: 700px) {
  .pta-content .pta-content2-item-img1 img {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content2-item-img2 {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content2-item-img2 img {
    width: 100px;
  }
}
@media (max-width: 1250px) and (min-width: 851px) {
  .pta-content .pta-content-item-product {
    width: 100% !important;
    display: block !important;
    float: inherit !important;
    margin: 0 0 20px 0 !important;
    text-align: right !important;
  }
}
.pta-content .pta-content-item-product .pta-content-product-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  color: #ff0b0b;
  text-shadow: 2px 2px 0px #ffffff, -2px -2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, 2px 0 0px #ffffff, -2px 0 0px #ffffff, 0 2px 0px #ffffff, 0 -2px 0px #ffffff;
}
@media (max-width: 1250px) and (min-width: 851px) {
  .pta-content .pta-content-item-product .pta-content-product-title {
    width: inherit !important;
    margin: inherit !important;
    font-size: 24px;
  }
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content-item-product .pta-content-product-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content-item-product .pta-content-product-title {
    font-size: 24px;
    text-shadow: 1px 1px 0px #ffffff, -1px -1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, 1px 0 0px #ffffff, -1px 0 0px #ffffff, 0 1px 0px #ffffff, 0 -1px 0px #ffffff;
  }
}
.pta-content .pta-content-item-product .pta-content-product-title a {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  color: #ff0b0b;
}
.pta-content .pta-content-item-product .pta-content-product-title a:hover {
  text-decoration: underline;
}
.pta-content .pta-content-item-product .pta-content-product-title span {
  font-size: 44px;
}
@media (max-width: 1250px) and (min-width: 851px) {
  .pta-content .pta-content-item-product .pta-content-product-title span {
    font-size: 34px;
  }
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content-item-product .pta-content-product-title span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content-item-product .pta-content-product-title span {
    font-size: 30px;
  }
}
.pta-content .pta-content-item-product .pta-content-product-title span.little {
  font-size: 20px;
}
.pta-content .pta-content-item-product1 {
  float: right;
  margin-top: -40px;
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content-item-product1 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .pta-content .pta-content-item-product1 {
    text-align: right;
  }
}
.pta-content .pta-content-item-product1 .pta-content-product-title {
  margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content-item-product1 .pta-content-product-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 1250px) and (min-width: 851px) {
  .pta-content .pta-content-item-product1 img {
    width: 140px;
  }
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content-item-product1 img {
    width: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content-item-product1 img {
    width: 140px;
  }
}
.pta-content .pta-content-item-product2 {
  float: left;
  margin-top: -10px;
  margin-left: -50px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content-item-product2 {
    margin-top: 30px;
    margin-bottom: 100px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .pta-content .pta-content-item-product2 {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content-item-product2 {
    margin-left: 0;
  }
}
.pta-content .pta-content-item-product2 .pta-content-product-title {
  display: block;
  width: 250px;
  vertical-align: bottom;
}
@media (max-width: 1250px) and (min-width: 851px) {
  .pta-content .pta-content-item-product2 .pta-content-product-title {
    width: initial !important;
  }
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content-item-product2 .pta-content-product-title {
    width: 150px !important;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content-item-product2 .pta-content-product-title {
    width: 160px !important;
  }
}
.pta-content .pta-content-item-product2 img {
  width: 190px;
}
@media (max-width: 1250px) and (min-width: 851px) {
  .pta-content .pta-content-item-product2 img {
    width: 150px;
  }
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content-item-product2 img {
    width: 130px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content-item-product2 img {
    width: 150px;
  }
}
.pta-content .pta-content-item-product3 {
  float: right;
  margin-top: -100px;
  text-align: center;
}
@media only screen and (max-width: 1340px) {
  .pta-content .pta-content-item-product3 {
    margin-right: -38px;
  }
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content-item-product3 {
    margin-top: -80px;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content-item-product3 {
    margin-top: -170px;
    margin-right: -50px;
  }
}
@media only screen and (max-width: 400px) {
  .pta-content .pta-content-item-product3 {
    margin-top: -130px;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 360px) {
  .pta-content .pta-content-item-product3 {
    margin-top: -90px;
    margin-right: 10px;
  }
}
.pta-content .pta-content-item-product3 .pta-content-product-title {
  width: 240px;
  line-height: 0.75;
}
@media (max-width: 1250px) and (min-width: 851px) {
  .pta-content .pta-content-item-product3 img {
    width: 100px;
  }
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content-item-product3 img {
    width: 65px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content-item-product3 img {
    width: 85px;
  }
}
.pta-content .pta-content-item-product4 {
  float: left;
  margin-top: 40px;
  margin-left: -20px;
  margin-bottom: -30px !important;
}
@media only screen and (max-width: 1340px) {
  .pta-content .pta-content-item-product4 {
    margin-left: -45px;
  }
}
@media only screen and (max-width: 1250px) {
  .pta-content .pta-content-item-product4 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content-item-product4 {
    margin-top: -40px;
    margin-left: -70px;
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 760px) {
  .pta-content .pta-content-item-product4 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content-item-product4 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 400px) {
  .pta-content .pta-content-item-product4 {
    margin-top: 20px;
  }
}
.pta-content .pta-content-item-product4 .pta-content-product-title {
  width: 180px;
}
@media (max-width: 1250px) and (min-width: 851px) {
  .pta-content .pta-content-item-product4 .pta-content-product-title {
    width: initial !important;
  }
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content-item-product4 .pta-content-product-title {
    width: 170px !important;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content-item-product4 .pta-content-product-title {
    width: 210px !important;
  }
}
@media only screen and (max-width: 460px) {
  .pta-content .pta-content-item-product4 .pta-content-product-title {
    width: 190px !important;
  }
}
@media (max-width: 1250px) and (min-width: 851px) {
  .pta-content .pta-content-item-product4 img {
    width: 120px;
  }
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content-item-product4 img {
    width: 90px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content-item-product4 img {
    width: 120px;
  }
}
.pta-content .pta-content-item-product5 {
  float: right;
  margin-right: 100px;
  margin-bottom: 60px !important;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content-item-product5 {
    margin-top: 30px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 645px) {
  .pta-content .pta-content-item-product5 {
    margin-top: -60px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-content .pta-content-item-product5 {
    margin-right: -60px;
  }
}
@media only screen and (max-width: 460px) {
  .pta-content .pta-content-item-product5 {
    margin-top: -120px;
    margin-right: 0px;
  }
}
.pta-content .pta-content-item-product3 .pta-content-product-title,
.pta-content .pta-content-item-product4 .pta-content-product-title {
  margin-top: 20px;
}
@media only screen and (max-width: 850px) {
  .pta-content .pta-content-item-product3 .pta-content-product-title,
  .pta-content .pta-content-item-product4 .pta-content-product-title {
    margin-top: 10px;
  }
}
.pta-home-logo-mobile {
  display: none;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .pta-home-logo-mobile {
    display: block;
  }
}
.pta-home-logo-mobile img {
  width: 100%;
  max-width: 280px;
}
.pta-how-holder {
  color: #ffffff;
}
.pta-how-holder .pta-how-title {
  font-weight: 600;
  font-size: 32px;
  padding: 16px 0;
  border-top: 6px solid #07418b;
  border-bottom: 6px solid #07418b;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .pta-how-holder .pta-how-title {
    border-top: 4px solid #07418b;
    border-bottom: 4px solid #07418b;
  }
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-title {
    font-size: 20px;
    padding: 8px 0;
  }
}
.pta-how-holder .pta-how-title br {
  display: none;
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-title br {
    display: block;
  }
}
.pta-how-holder .pta-how-content {
  margin-top: 30px;
}
.pta-how-holder .pta-how-content .pta-how-content-item .pta-how-content-text,
.pta-how-holder .pta-how-content .pta-how-content-item .pta-how-content-img {
  display: inline-block;
  vertical-align: middle;
}
.pta-how-holder .pta-how-content .pta-how-content-item .pta-how-content-text {
  width: 70%;
  font-family: 'SourceSansProRegular';
  font-size: 22px;
  line-height: 1.1;
}
.pta-how-holder .pta-how-content .pta-how-content-item .pta-how-content-text.pta-how-content-text-last {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-content .pta-how-content-item .pta-how-content-text.pta-how-content-text-last {
    margin-bottom: 40px;
  }
}
.pta-how-holder .pta-how-content .pta-how-content-item .pta-how-content-text span {
  font-family: 'SourceSansProBold';
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-content .pta-how-content-item .pta-how-content-text {
    font-size: 16px;
  }
}
.pta-how-holder .pta-how-content .pta-how-content-item .pta-how-content-img {
  width: 28%;
}
.pta-how-holder .pta-how-content .pta-how-content-item .pta-how-content-img1 {
  text-align: center;
}
.pta-how-holder .pta-how-content .pta-how-content-item .pta-how-content-img1 img {
  max-width: 109px;
  width: 90%;
}
.pta-how-holder .pta-how-content .pta-how-content-item .pta-how-content-img2 img {
  max-width: 120px;
  width: 90%;
}
.pta-how-holder .pta-how-content .pta-how-content-item .pta-how-content-img3 img {
  max-width: 100px;
  width: 90%;
}
.pta-how-holder .pta-how-content .pta-how-content-item .pta-how-content-img4 img {
  max-width: 174px;
  width: 90%;
}
.pta-how-holder .pta-how-content .pta-how-content-item .pta-how-content-img5 img {
  max-width: 120px;
  width: 90%;
  margin-left: -30px;
}
@media only screen and (max-width: 1000px) {
  .pta-how-holder .pta-how-content .pta-how-content-item .pta-how-content-img5 img {
    margin-left: initial;
  }
}
@media only screen and (max-width: 1100px) {
  .pta-how-holder .pta-how-content-item1-holder .pta-how-content-item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-content-item1-holder .pta-how-content-item {
    margin-bottom: 10px;
  }
}
.pta-how-holder .pta-how-content-item2-holder .pta-how-content {
  max-width: 540px;
  margin: 50px auto;
}
.pta-how-holder .pta-how-content-item2-holder .pta-how-content .pta-how-content-item {
  text-align: center;
}
.pta-how-holder .pta-how-content-item2-holder .pta-how-content .pta-how-content-item img {
  margin-bottom: 15px;
}
.pta-how-holder .pta-how-content-item2-holder .pta-how-content .pta-how-content-item .pta-how-product {
  font-weight: 700;
  font-size: 26px;
  color: #ff0b0b;
  margin-bottom: 10px;
  text-shadow: 2px 2px 0px #ffffff, -2px -2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, 2px 0 0px #ffffff, -2px 0 0px #ffffff, 0 2px 0px #ffffff, 0 -2px 0px #ffffff;
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content .pta-how-content-item .pta-how-product {
    font-size: 14px;
    text-shadow: 1px 1px 0px #ffffff, -1px -1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, 1px 0 0px #ffffff, -1px 0 0px #ffffff, 0 1px 0px #ffffff, 0 -1px 0px #ffffff;
  }
}
.pta-how-holder .pta-how-content-item2-holder .pta-how-content .pta-how-content-item .pta-how-product a {
  display: block;
  font-size: 15px;
  line-height: 1.8;
  text-decoration: none;
  color: #ff0b0b;
}
.pta-how-holder .pta-how-content-item2-holder .pta-how-content .pta-how-content-item .pta-how-product a:hover {
  text-decoration: underline;
}
.pta-how-holder .pta-how-content-item2-holder .pta-how-content .pta-how-content-item .pta-how-product span.little {
  font-size: 15px;
}
.pta-how-holder .pta-how-content-item2-holder .pta-how-content .pta-how-content-item .pta-how-product-scale {
  font-family: 'SourceSansProRegular';
  font-size: 22px;
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content .pta-how-content-item .pta-how-product-scale {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1300px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item1,
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item2,
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item3,
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item4 {
    width: 44%;
  }
}
@media only screen and (max-width: 730px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item1,
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item2,
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item3,
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item4 {
    width: 100% !important;
    margin-bottom: 15px !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item1,
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item2,
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item3,
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item4 {
    width: 49% !important;
  }
}
.pta-how-holder .pta-how-content-item2-holder .pta-how-content-item1,
.pta-how-holder .pta-how-content-item2-holder .pta-how-content-item3,
.pta-how-holder .pta-how-content-item2-holder .pta-how-content-item5 {
  float: left;
}
.pta-how-holder .pta-how-content-item2-holder .pta-how-content-item2,
.pta-how-holder .pta-how-content-item2-holder .pta-how-content-item4 {
  float: right;
}
.pta-how-holder .pta-how-content-item2-holder .pta-how-content-item1,
.pta-how-holder .pta-how-content-item2-holder .pta-how-content-item2 {
  margin-bottom: 50px;
}
.pta-how-holder .pta-how-content-item2-holder .pta-how-content-item1 {
  margin-left: 40px;
}
@media only screen and (max-width: 950px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item1 {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item1 img {
    max-width: 120px;
    width: 100%;
  }
}
.pta-how-holder .pta-how-content-item2-holder .pta-how-content-item2 {
  margin-top: 130px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 950px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item2 {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 44%;
  }
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item2 {
    margin-bottom: 75px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item2 img {
    max-width: 160px;
  }
}
@media only screen and (max-width: 700px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item2 img {
    max-width: 210px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item2 img {
    max-width: 130px;
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item3 {
    width: 52%;
  }
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item3 {
    margin-bottom: 45px !important;
  }
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item3 img {
    max-width: 95px;
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item4 {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item4 {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item4 img {
    max-width: 85px;
    width: 100%;
  }
}
.pta-how-holder .pta-how-content-item2-holder .pta-how-content-item5 {
  margin-top: 40px;
  margin-left: 40px;
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-content-item2-holder .pta-how-content-item5 {
    width: 100%;
    margin-left: initial;
    margin-top: -20px;
  }
}
.pta-how-holder .pta-how-button {
  text-align: center;
  padding: 60px 0 200px;
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-button {
    padding: 40px 0 20px;
  }
}
.pta-how-holder .pta-how-button a {
  display: block;
  width: 365px;
  height: 57px;
  font-weight: 600;
  font-size: 28px;
  line-height: 59px;
  color: #ffffff;
  text-decoration: none;
  margin: auto auto 18px;
  text-transform: uppercase;
  background: #bf141b;
  background: -moz-linear-gradient(left, #bf141b 0%, #ec1c24 49%, #bf141b 100%);
  background: -webkit-linear-gradient(left, #bf141b 0%, #ec1c24 49%, #bf141b 100%);
  background: linear-gradient(to right, #bf141b 0%, #ec1c24 49%, #bf141b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf141b', endColorstr='#bf141b', GradientType=1);
  text-shadow: 1px 1px 2px #323232;
  border: 5px solid #ffffff;
  border-radius: 40px;
  cursor: pointer;
}
.pta-how-holder .pta-how-button a:hover {
  background: -moz-linear-gradient(left, #828282, #828282);
  background: -webkit-linear-gradient(left, #828282, #828282);
  background: linear-gradient(to right, #828282, #828282);
}
@media only screen and (max-width: 600px) {
  .pta-how-holder .pta-how-button a {
    width: 279px;
    height: 46.7px;
    font-size: 20px;
    line-height: 48px;
    border-width: 4px;
    background-size: contain;
  }
}
.pta-participate-holder .pta-participate {
  position: relative;
  display: block;
  width: 833px;
  height: 860px;
  background-image: url('../img/fundo-lista.png');
  background-repeat: no-repeat;
  background-size: 100% 860px;
  margin: 10px auto auto;
  padding: 80px 0 120px;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  .pta-participate-holder .pta-participate {
    width: 100%;
    background-image: url('../img/fundo-lista-600.png');
    background-size: 100% 860px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-participate-holder .pta-participate {
    height: 600px;
    background-size: 100% 600px;
    padding: 60px 0 0;
  }
}
.pta-participate-holder .pta-participate .pta-participate-title {
  font-weight: 500;
  font-size: 42px;
  color: #08408b;
  margin-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  .pta-participate-holder .pta-participate .pta-participate-title {
    font-size: 22px;
  }
}
.pta-participate-holder .pta-participate .pta-participate-subtitle {
  font-weight: 500;
  font-size: 26px;
  color: #01a1e5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .pta-participate-holder .pta-participate .pta-participate-subtitle {
    max-width: 500px;
    margin: auto auto 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-participate-holder .pta-participate .pta-participate-subtitle {
    max-width: 240px;
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.pta-participate-holder .pta-participate .pta-participate-table {
  position: relative;
  display: block;
  width: 100%;
  max-width: 560px;
  margin: auto;
  padding: 10px 0 0;
  border-top: 4px solid #07418b;
  border-bottom: 4px solid #07418b;
}
@media only screen and (max-width: 820px) {
  .pta-participate-holder .pta-participate .pta-participate-table {
    max-width: 460px;
  }
}
@media only screen and (max-width: 680px) {
  .pta-participate-holder .pta-participate .pta-participate-table {
    max-width: 430px;
  }
}
@media only screen and (max-width: 640px) {
  .pta-participate-holder .pta-participate .pta-participate-table {
    max-width: 405px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-participate-holder .pta-participate .pta-participate-table {
    max-width: 245px;
  }
}
@media only screen and (max-width: 380px) {
  .pta-participate-holder .pta-participate .pta-participate-table {
    max-width: 210px;
  }
}
.pta-participate-holder .pta-participate .pta-participate-table table {
  width: 100%;
  margin: auto;
}
.pta-participate-holder .pta-participate .pta-participate-table table th.pta-participate-table-ft,
.pta-participate-holder .pta-participate .pta-participate-table table td.pta-participate-table-ft,
.pta-participate-holder .pta-participate .pta-participate-table table th.pta-participate-table-md,
.pta-participate-holder .pta-participate .pta-participate-table table td.pta-participate-table-md {
  width: 130px;
}
@media only screen and (max-width: 600px) {
  .pta-participate-holder .pta-participate .pta-participate-table table th.pta-participate-table-ft,
  .pta-participate-holder .pta-participate .pta-participate-table table td.pta-participate-table-ft,
  .pta-participate-holder .pta-participate .pta-participate-table table th.pta-participate-table-md,
  .pta-participate-holder .pta-participate .pta-participate-table table td.pta-participate-table-md {
    width: inherit;
  }
}
@media only screen and (max-width: 600px) {
  .pta-participate-holder .pta-participate .pta-participate-table table th.pta-participate-table-ft,
  .pta-participate-holder .pta-participate .pta-participate-table table td.pta-participate-table-ft {
    padding-left: 20px;
  }
}
.pta-participate-holder .pta-participate .pta-participate-table table th.pta-participate-table-lt,
.pta-participate-holder .pta-participate .pta-participate-table table td.pta-participate-table-lt {
  text-align: left;
  padding-left: 30px;
}
@media only screen and (max-width: 600px) {
  .pta-participate-holder .pta-participate .pta-participate-table table th.pta-participate-table-lt,
  .pta-participate-holder .pta-participate .pta-participate-table table td.pta-participate-table-lt {
    padding-left: 5px;
  }
}
.pta-participate-holder .pta-participate .pta-participate-table table thead th {
  font-weight: 700;
  font-size: 24px;
  color: #08408b;
  padding-bottom: 8px;
  border-bottom: 1px solid #07418b;
}
@media only screen and (max-width: 600px) {
  .pta-participate-holder .pta-participate .pta-participate-table table thead th.pta-participate-table-ft {
    padding-left: 5px !important;
  }
}
@media only screen and (max-width: 600px) {
  .pta-participate-holder .pta-participate .pta-participate-table table thead th {
    font-size: 14px;
  }
}
.pta-participate-holder .pta-participate .pta-participate-table table tbody tr {
  height: 100px;
  border-bottom: 1px dotted #08408b;
}
@media only screen and (max-width: 600px) {
  .pta-participate-holder .pta-participate .pta-participate-table table tbody tr {
    height: 70px;
  }
}
.pta-participate-holder .pta-participate .pta-participate-table table tbody tr:last-of-type {
  border-bottom: none;
}
.pta-participate-holder .pta-participate .pta-participate-table table tbody tr td {
  font-family: 'SourceSansProBold';
  font-size: 40px;
  color: #08408b;
}
@media only screen and (max-width: 600px) {
  .pta-participate-holder .pta-participate .pta-participate-table table tbody tr td {
    font-size: 20px;
  }
}
.pta-participate-holder .pta-participate .pta-participate-table table tbody tr td .pta-participate-table-week,
.pta-participate-holder .pta-participate .pta-participate-table table tbody tr td .pta-participate-table-days {
  display: inline-block;
}
@media only screen and (max-width: 820px) {
  .pta-participate-holder .pta-participate .pta-participate-table table tbody tr td .pta-participate-table-week,
  .pta-participate-holder .pta-participate .pta-participate-table table tbody tr td .pta-participate-table-days {
    display: block;
  }
}
.pta-participate-holder .pta-participate .pta-participate-table table tbody tr td .pta-participate-table-week {
  font-family: 'source_sans_prosemibold';
  font-size: 22px;
  color: #01a1e5;
}
@media only screen and (max-width: 600px) {
  .pta-participate-holder .pta-participate .pta-participate-table table tbody tr td .pta-participate-table-week {
    font-size: 15px;
  }
}
.pta-participate-holder .pta-participate .pta-participate-table table tbody tr td .pta-participate-table-days {
  font-family: 'SourceSansProItalic';
  font-size: 18px;
  color: #01a1e5;
}
@media only screen and (max-width: 600px) {
  .pta-participate-holder .pta-participate .pta-participate-table table tbody tr td .pta-participate-table-days {
    font-size: 12px;
  }
}
.pta-participate-holder .pta-participate .pta-participate-table table tbody tr td .pta-participate-table-gift {
  font-family: 'SourceSansProBold';
  font-size: 32px;
  color: #08408b;
}
.pta-participate-holder .pta-participate .pta-participate-table table tbody tr td .pta-participate-table-gift.pta-participate-gift-won {
  color: #00b21e;
}
@media only screen and (max-width: 600px) {
  .pta-participate-holder .pta-participate .pta-participate-table table tbody tr td .pta-participate-table-gift {
    font-size: 16px;
  }
}
.pta-participate-holder .pta-participate .pta-participate-table table tbody tr td .pta-participate-current-trigger {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.pta-participate-holder .pta-participate .pta-participate-button {
  text-align: center;
  padding: 50px 0 0;
}
@media only screen and (max-width: 600px) {
  .pta-participate-holder .pta-participate .pta-participate-button {
    padding: 40px 0 20px;
  }
}
.pta-participate-holder .pta-participate .pta-participate-button a {
  display: block;
  width: 233px;
  height: 65px;
  font-weight: 600;
  font-size: 32px;
  line-height: 67px;
  color: #ffffff;
  text-decoration: none;
  margin: auto;
  text-transform: uppercase;
  background: #bf141b;
  background: -moz-linear-gradient(left, #bf141b 0%, #ec1c24 49%, #bf141b 100%);
  background: -webkit-linear-gradient(left, #bf141b 0%, #ec1c24 49%, #bf141b 100%);
  background: linear-gradient(to right, #bf141b 0%, #ec1c24 49%, #bf141b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf141b', endColorstr='#bf141b', GradientType=1);
  text-shadow: 1px 1px 2px #323232;
  border: 5px solid #ffffff;
  border-radius: 40px;
  cursor: pointer;
}
.pta-participate-holder .pta-participate .pta-participate-button a:hover {
  background: -moz-linear-gradient(left, #828282, #828282);
  background: -webkit-linear-gradient(left, #828282, #828282);
  background: linear-gradient(to right, #828282, #828282);
}
@media only screen and (max-width: 600px) {
  .pta-participate-holder .pta-participate .pta-participate-button a {
    width: 140px;
    height: 41px;
    font-size: 18px;
    line-height: 42px;
    border-width: 4px;
    background-size: contain;
  }
}
.pta-participate-holder .pta-participate .pta-participate-button.pta-already-participate a {
  width: 410px;
  background: rgba(130, 130, 130, 0.75);
  border-radius: 90px;
  border: 4px solid #a1d5ed;
}
.pta-participate-holder .pta-participate-current {
  background: #a1d5ed;
}
.pta-participate-holder .pta-participate-current:after {
  content: '';
  position: absolute;
  margin-top: 25px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 25px;
  border-color: transparent transparent transparent #ff0b0b;
}
@media only screen and (max-width: 600px) {
  .pta-participate-holder .pta-participate-current:after {
    margin-top: 22px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 15px;
  }
}
.pta-participate-holder .pta-participate-image1,
.pta-participate-holder .pta-participate-image2,
.pta-participate-holder .pta-participate-image3,
.pta-participate-holder .pta-participate-image4,
.pta-participate-holder .pta-participate-image5,
.pta-participate-holder .pta-participate-image6 {
  position: absolute;
}
.pta-participate-holder .pta-participate-image1 {
  top: 430px;
  left: 50%;
  margin-left: -630px;
}
.pta-participate-holder .pta-participate-image2 {
  top: 820px;
  left: 50%;
  margin-left: -600px;
}
.pta-participate-holder .pta-participate-image3 {
  top: 250px;
  right: 50%;
  margin-right: -600px;
  -webkit-transform: rotate(37.5deg);
  -ms-transform: rotate(37.5deg);
  transform: rotate(37.5deg);
}
.pta-participate-holder .pta-participate-image4 {
  top: 460px;
  right: 50%;
  margin-right: -440px;
}
.pta-participate-holder .pta-participate-image5 {
  top: 630px;
  right: 50%;
  margin-right: -700px;
}
.pta-participate-holder .pta-participate-image6 {
  top: 860px;
  right: 50%;
  margin-right: -470px;
}
.pta-participate-shadow {
  position: absolute;
  left: 50%;
  margin-left: -380px;
  bottom: 110px;
}
@media only screen and (max-width: 950px) {
  .pta-participate-shadow {
    width: 80%;
    left: 60px;
    margin-left: inherit;
  }
}
@media only screen and (max-width: 600px) {
  .pta-participate-shadow {
    width: 70%;
    left: 50px;
    bottom: 30px;
  }
}
#canvas-container {
  width: 100%;
  text-align: center;
}
#pescaCanvas {
  padding: 0;
  margin: auto;
  overflow: hidden;
  display: block;
}
.add-rule {
  width: 100%;
  margin: 10px auto;
  max-width: 260px;
  font-family: 'SourceSansProRegular';
  font-size: 13px;
  color: #ffffff;
  line-height: 1.2;
}
.add-rule a {
  color: #ffffff;
}
/*     
#canvas-container {
    margin: 0 auto;
    width: 1270px;
    text-align:center;
    padding: 190px 0 0;
}
#pescaCanvas 
{
    max-width: 1270px;
    padding: 0;
    margin: auto;
    overflow: hidden;           
    display: block;
}*/
.pta-ranking-holder .pta-ranking {
  position: relative;
  display: block;
  width: 833px;
  height: 845px;
  background-image: url('../img/fundo-lista.png');
  background-repeat: no-repeat;
  background-size: 100% 845px;
  margin: 10px auto auto;
  padding: 80px 0 120px;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  .pta-ranking-holder .pta-ranking {
    width: 100%;
    background-image: url('../img/fundo-lista-600.png');
    background-size: 100% 930px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-ranking-holder .pta-ranking {
    height: 850px;
    background-size: 100% 800px;
    padding: 60px 0 0;
  }
}
.pta-ranking-holder .pta-ranking .pta-ranking-title {
  font-weight: 500;
  font-size: 42px;
  color: #08408b;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-title {
    max-width: 190px;
    font-size: 22px;
    margin: auto auto 10px;
  }
}
.pta-ranking-holder .pta-ranking .pta-ranking-drop-holder {
  width: 100%;
  max-width: 560px;
  margin: auto;
}
@media only screen and (max-width: 900px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-drop-holder {
    max-width: 450px;
  }
}
@media only screen and (max-width: 700px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-drop-holder {
    max-width: 390px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-drop-holder {
    max-width: 220px;
  }
}
@media only screen and (max-width: 380px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-drop-holder {
    max-width: 200px;
  }
}
.pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric {
  width: 100%;
  margin: auto;
  background: #ffffff;
  margin-bottom: 15px;
  border: 1px solid #01a1e5;
  border-radius: 5px;
}
.pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric .label {
  font-weight: 500;
  font-size: 32px;
  color: #ff0b0b;
  line-height: 50px;
  height: 50px;
  margin: 0 0 0 20px;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric .label {
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    margin: 0 0 0 10px;
  }
}
.pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric .label span {
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric .label span {
    font-size: 16px;
  }
}
.pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric .button {
  height: 44px;
}
@media only screen and (max-width: 600px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric .button {
    height: 35px;
  }
}
.pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric .button:after {
  content: "\f107";
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  margin: inherit;
  border: none;
  border-top-color: inherit;
  border-bottom: none;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #08408b;
  font-size: 35px;
  line-height: 52px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric .button:after {
    font-size: 28px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    top: 1px;
    right: -6px;
    line-height: 37px;
  }
}
.pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric-items {
  border: none;
}
.pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric-items .selectric-scroll {
  overflow: hidden;
}
.pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric-items .selectric-scroll ul {
  text-align: left;
  border-radius: 5px;
  border: 1px solid #01a1e5;
}
.pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric-items .selectric-scroll ul li {
  display: block;
  width: 100%;
  padding: 13px 0 13px 23px;
  border: none;
  margin-left: 0;
  font-size: 18px;
  color: #ff0b0b;
  background: #ffffff;
}
@media only screen and (max-width: 600px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric-items .selectric-scroll ul li {
    font-size: 14px;
    padding: 13px 0 13px 13px;
  }
}
.pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric-items .selectric-scroll ul li.active,
.pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric-items .selectric-scroll ul li:hover {
  border-bottom: none;
}
.pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric-items .selectric-scroll ul li.selected,
.pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric-items .selectric-scroll ul li:hover {
  background: #a1d5ed;
}
.pta-ranking-holder .pta-ranking .pta-ranking-drop-holder .selectric-items .selectric-scroll ul li a {
  padding: 24px 20px;
}
.pta-ranking-holder .pta-ranking .pta-ranking-table {
  position: relative;
  display: block;
  width: 100%;
  max-width: 560px;
  margin: auto;
  padding: 10px 0 0;
  border-top: 4px solid #07418b;
  border-bottom: 4px solid #07418b;
}
@media only screen and (max-width: 820px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-table {
    max-width: 460px;
  }
}
@media only screen and (max-width: 680px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-table {
    max-width: 430px;
  }
}
@media only screen and (max-width: 640px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-table {
    max-width: 405px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-table {
    max-width: 245px;
  }
}
@media only screen and (max-width: 380px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-table {
    max-width: 210px;
  }
}
.pta-ranking-holder .pta-ranking .pta-ranking-table table {
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-table table th.pta-ranking-table-ft,
  .pta-ranking-holder .pta-ranking .pta-ranking-table table td.pta-ranking-table-ft {
    padding-left: 10px;
  }
}
.pta-ranking-holder .pta-ranking .pta-ranking-table table thead th {
  font-weight: 700;
  font-size: 24px;
  color: #08408b;
  padding-bottom: 8px;
  border-bottom: 1px solid #07418b;
}
@media only screen and (max-width: 600px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-table table thead th {
    font-size: 14px;
  }
}
.pta-ranking-holder .pta-ranking .pta-ranking-table table tbody tr {
  height: 35px;
  border-bottom: 1px dotted #08408b;
}
.pta-ranking-holder .pta-ranking .pta-ranking-table table tbody tr:last-of-type {
  border-bottom: none;
}
.pta-ranking-holder .pta-ranking .pta-ranking-table table tbody tr td {
  font-family: 'SourceSansProBold';
  font-size: 22px;
  color: #08408b;
}
@media only screen and (max-width: 600px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-table table tbody tr td {
    font-size: 18px;
  }
}
@media only screen and (max-width: 380px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-table table tbody tr td {
    font-size: 14px;
  }
}
.pta-ranking-holder .pta-ranking .pta-ranking-table table tbody tr td.pta-td-semi {
  font-family: 'source_sans_prosemibold';
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-table table tbody tr td.pta-td-semi {
    font-size: 16px;
  }
}
@media only screen and (max-width: 380px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-table table tbody tr td.pta-td-semi {
    font-size: 14px;
  }
}
.pta-ranking-holder .pta-ranking .pta-ranking-table table tbody tr td .pta-ranking-current-trigger {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.pta-ranking-holder .pta-ranking .pta-ranking-pagination {
  text-align: center;
  padding: 20px 0 0;
}
.pta-ranking-holder .pta-ranking .pta-ranking-pagination a {
  font-family: 'SourceSansProBold';
  font-size: 22px;
  color: #08408b;
  text-decoration: none;
  margin: 0 20px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .pta-ranking-holder .pta-ranking .pta-ranking-pagination a {
    font-size: 18px;
    color: #08408b;
    text-decoration: none;
    margin: 0 10px;
  }
}
.pta-ranking-holder .pta-ranking .pta-ranking-pagination a:hover,
.pta-ranking-holder .pta-ranking .pta-ranking-pagination a.pta-pagination-current {
  color: #ffffff;
  border-bottom: 4px solid #ffffff;
}
.pta-ranking-holder .pta-ranking-current {
  background: #a1d5ed;
}
.pta-ranking-holder .pta-ranking-current:after {
  content: '';
  position: absolute;
  margin-top: 4px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 15px;
  border-color: transparent transparent transparent #ff0b0b;
}
@media only screen and (max-width: 600px) {
  .pta-ranking-holder .pta-ranking-current:after {
    margin-top: 10px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
  }
}
.pta-ranking-holder .pta-ranking-image1,
.pta-ranking-holder .pta-ranking-image2,
.pta-ranking-holder .pta-ranking-image3,
.pta-ranking-holder .pta-ranking-image4,
.pta-ranking-holder .pta-ranking-image5,
.pta-ranking-holder .pta-ranking-image6 {
  position: absolute;
}
.pta-ranking-holder .pta-ranking-image1 {
  top: 430px;
  left: 50%;
  margin-left: -630px;
}
.pta-ranking-holder .pta-ranking-image2 {
  top: 820px;
  left: 50%;
  margin-left: -600px;
}
.pta-ranking-holder .pta-ranking-image3 {
  top: 250px;
  right: 50%;
  margin-right: -600px;
  -webkit-transform: rotate(37.5deg);
  -ms-transform: rotate(37.5deg);
  transform: rotate(37.5deg);
}
.pta-ranking-holder .pta-ranking-image4 {
  top: 460px;
  right: 50%;
  margin-right: -440px;
}
.pta-ranking-holder .pta-ranking-image5 {
  top: 630px;
  right: 50%;
  margin-right: -700px;
}
.pta-ranking-holder .pta-ranking-image6 {
  top: 860px;
  right: 50%;
  margin-right: -470px;
}
.pta-ranking-shadow {
  position: absolute;
  left: 50%;
  margin-left: -380px;
  bottom: 110px;
}
@media only screen and (max-width: 950px) {
  .pta-ranking-shadow {
    width: 80%;
    left: 60px;
    margin-left: inherit;
    bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pta-ranking-shadow {
    width: 70%;
    left: 50px;
    bottom: 75px;
  }
}
.hide {
  display: none;
}
