/* v20171108 */
/* v20170926 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* mixin */
/* colors */
/* cleafix */
.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* v20161019 */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* v20161019 */
@font-face {
  font-family: 'blogs';
  src: url("../fonts/blogs.eot@xhu9q4");
  src: url("../fonts/blogs.eot@xhu9q4") format("embedded-opentype"), url("../fonts/blogs.ttf@xhu9q4") format("truetype"), url("../fonts/blogs.woff@xhu9q4") format("woff"), url("../fonts/blogs.svg@xhu9q4") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'blogs' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico-file-empty:before {
  content: "\e924"; }

.ico-file-text2:before {
  content: "\e926"; }

.ico-folder:before {
  content: "\e92f"; }

.ico-folder-open:before {
  content: "\e930"; }

.ico-folder-plus:before {
  content: "\e931"; }

.ico-folder-minus:before {
  content: "\e932"; }

.ico-folder-download:before {
  content: "\e933"; }

.ico-folder-upload:before {
  content: "\e934"; }

.ico-drawer:before {
  content: "\e95c"; }

.ico-drawer2:before {
  content: "\e95d"; }

.ico-box-add:before {
  content: "\e95e"; }

.ico-download:before {
  content: "\e960"; }

.ico-upload:before {
  content: "\e961"; }

.ico-bubble:before {
  content: "\e96b"; }

.ico-bubbles:before {
  content: "\e96c"; }

.ico-bubbles2:before {
  content: "\e96d"; }

.ico-bubble2:before {
  content: "\e96e"; }

.ico-bubbles3:before {
  content: "\e96f"; }

.ico-bubbles4:before {
  content: "\e970"; }

.ico-search:before {
  content: "\e986"; }

.ico-zoom-in:before {
  content: "\e987"; }

.ico-zoom-out:before {
  content: "\e988"; }

.ico-menu:before {
  content: "\e9bd"; }

.ico-cloud:before {
  content: "\e9c1"; }

.ico-cloud-download:before {
  content: "\e9c2"; }

.ico-cloud-upload:before {
  content: "\e9c3"; }

.ico-cloud-check:before {
  content: "\e9c4"; }

.ico-link:before {
  content: "\e9cb"; }

.ico-google:before {
  content: "\ea88"; }

.ico-google2:before {
  content: "\ea89"; }

.ico-google3:before {
  content: "\ea8a"; }

.ico-google-plus:before {
  content: "\ea8b"; }

.ico-google-plus2:before {
  content: "\ea8c"; }

.ico-google-plus3:before {
  content: "\ea8d"; }

.ico-facebook:before {
  content: "\ea90"; }

.ico-facebook2:before {
  content: "\ea91"; }

.ico-instagram:before {
  content: "\ea92"; }

.ico-twitter:before {
  content: "\ea96"; }

.ico-rss:before {
  content: "\ea9b"; }

.ico-rss2:before {
  content: "\ea9c"; }

/* v20171108 */
html, body {
  width: 100%;
  /*height: 100%;*/ }

html {
  /*overflow-y: scroll;*/ }

body {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  -ms-overflow-x: hidden;
  overflow-x: hidden; }

a {
  text-decoration: none; }

p {
  margin: 20px 0;
  line-height: 1.4; }

img {
  display: block;
  margin: 0 auto; }

#my-page {
  width: 100%;
  /*height: 100%;*/ }

header {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  z-index: 100;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

.mainMenu {
  position: relative;
  max-width: 1360px;
  min-height: 80px;
  margin: 0 auto;
  display: block;
  /*background-color: red;*/ }
  .mainMenu .logo {
    display: inline-block;
    margin: 10px 20px; }
    @media screen and (max-width: 1020px) {
      .mainMenu .logo {
        display: none;
        text-align: center; } }
    .mainMenu .logo.showlogo {
      display: block; }
    .mainMenu .logo a {
      display: block;
      color: #666;
      opacity: 0.5;
      -webkit-transition: all 0.15s ease-in-out 0s;
      -moz-transition: all 0.15s ease-in-out 0s;
      -o-transition: all 0.15s ease-in-out 0s;
      transition: all 0.15s ease-in-out 0s; }
      @media screen and (max-width: 840px) {
        .mainMenu .logo a {
          display: inline-block; } }
      @media screen and (max-width: 480px) {
        .mainMenu .logo a {
          font-size: 14px; } }
      .mainMenu .logo a img {
        width: auto;
        height: 58px; }
      .mainMenu .logo a span {
        display: inline-block;
        vertical-align: middle;
        font-size: 60px; }
      .mainMenu .logo a:hover {
        color: #000;
        opacity: 1; }
      .mainMenu .logo a .logoname {
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 28px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .mainMenu .logo a .logoname {
            display: none; } }

.mobileMenu {
  display: none;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 30px;
  /*iPhone 2G-4S in portrait*/
  /*iPhone 5 & 5S in portrait*/ }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    .mobileMenu {
      top: 26px;
      transform: translateY(0); } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    .mobileMenu {
      top: 26px;
      transform: translateY(0); } }
  .mobileMenu a {
    color: #666; }
    .mobileMenu a:hover {
      color: #000; }
  @media screen and (max-width: 1020px) {
    .mobileMenu {
      display: block; } }

.deskMenu {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }
  .deskMenu li {
    display: inline-block; }
  .deskMenu a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 6px 10px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    @media screen and (max-width: 840px) {
      .deskMenu a {
        padding: 6px; } }
    .deskMenu a.bold {
      background-color: #fcaf17;
      color: #fff;
      font-weight: 900; }
      .deskMenu a.bold:hover {
        background-color: #000; }
    .deskMenu a.active {
      background-color: #ac7714;
      color: #fff; }
      .deskMenu a.active:hover {
        background-color: #000;
        color: #fff; }
    .deskMenu a:hover {
      background-color: #000;
      color: #fff; }
  @media screen and (max-width: 1020px) {
    .deskMenu {
      display: none;
      /*
      display: block;
      position: static;
      transform: none;
      text-align: center;
      margin: 10px 0;
      */ } }

section .text, .text {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  margin: 20px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  text-align: center; }

.text.end {
  display: inline-block;
  padding: 10px;
  background-color: #fcaf17;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.simple-text {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 300;
  text-align: center; }

.simple-text span {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  color: #000;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  @media screen and (max-width: 580px) {
    .simple-text span {
      display: block;
      margin: 10px 0; } }
  .simple-text span:hover {
    background-color: #000;
    color: #fff; }
  .simple-text span.active, .simple-text span.active:active, .simple-text span.active:focus {
    background-color: #fcaf17;
    color: #fff; }
.simple-text .subscribe, .simple-text .recommend {
  font-weight: 600; }
.simple-text .big {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700; }

.hover_state {
  background-color: red; }

.simple-text-alt {
  text-align: left; }
  @media screen and (max-width: 720px) {
    .simple-text-alt {
      text-align: center; } }
  .simple-text-alt span {
    font-weight: 600; }
    @media screen and (max-width: 580px) {
      .simple-text-alt span {
        display: inline-block;
        text-align: center; } }

#home {
  width: 100%;
  height: 860px;
  /*iPhone 2G-4S in portrait*/
  /*iPhone 5 & 5S in portrait*/
  /* iPhone 6 Plus portrait */
  /* Phone 6 Plus in portrait */ }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    #home {
      height: 540px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    #home {
      height: 550px; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    #home {
      height: 560px; } }
  @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
    #home {
      height: 560px; } }

.mainFeature {
  position: relative;
  width: 100%;
  height: 100%;
  /*margin-top: 80px;*/
  /*background-attachment: fixed;*/
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .mainFeature {
      background-attachment: scroll; } }

.mainFeatureWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: grey;
  /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.75) 50%, black 90%);
  /* Safari 5.1-6.0 */
  background: -o-radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.75) 50%, black 90%);
  /* For Opera 11.6-12.0 */
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.75) 50%, black 90%);
  /* For Firefox 3.6-15 */
  background: radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.75) 50%, black 90%);
  /* Standard syntax */ }

.mainFeatureContent {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  text-align: center;
  /* iPhone 4 */
  /* iphone5 */ }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .mainFeatureContent {
      left: 0;
      top: 0;
      width: 100%;
      transform: translate(0, 0); } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .mainFeatureContent {
      left: 0;
      top: 0;
      width: 100%;
      transform: translate(0, 0); } }
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .mainFeatureContent {
      left: 0;
      top: 0;
      width: 100%;
      transform: translate(0, 0); } }
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .mainFeatureContent {
      left: 0;
      top: 0;
      width: 100%;
      transform: translate(0, 0); } }

.homeTop {
  color: #fff;
  width: 100%;
  height: 100%;
  background: grey;
  /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.75) 50%, black 90%);
  /* Safari 5.1-6.0 */
  background: -o-radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.75) 50%, black 90%);
  /* For Opera 11.6-12.0 */
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.75) 50%, black 90%);
  /* For Firefox 3.6-15 */
  background: radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.75) 50%, black 90%);
  /* Standard syntax */ }

.mainFeatureLogo {
  margin: 40px auto; }
  .mainFeatureLogo .logo {
    display: block;
    width: auto;
    height: 200px; }
    @media screen and (max-width: 520px) {
      .mainFeatureLogo .logo {
        width: auto;
        height: 100px; } }

.mainFeatureText {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 40px 0; }
  @media screen and (max-width: 520px) {
    .mainFeatureText {
      margin: 20px 10px; } }
  .mainFeatureText .intro-tit {
    display: block;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0; }
  .mainFeatureText .intro-text {
    font-size: 25px;
    font-weight: 400;
    margin: 20px 0;
    -webkit-text-shadow: 0 1px 1px #000;
    -moz-text-shadow: 0 1px 1px #000;
    text-shadow: 0 1px 1px #000; }
    @media screen and (max-width: 370px) {
      .mainFeatureText .intro-text {
        font-size: 20px; } }
  .mainFeatureText .text {
    font-size: 30px; }

.mainFeatureShare a {
  color: #fff;
  font-size: 24px;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .mainFeatureShare a:hover {
    color: #000;
    background-color: #fff; }

.mainSponcer {
  margin: 40px 0;
  font-size: 18px; }
  @media screen and (max-width: 370px) {
    .mainSponcer {
      font-size: 14px;
      margin: 20px 0; } }
  .mainSponcer img {
    width: 160px;
    height: auto; }
    @media screen and (max-width: 370px) {
      .mainSponcer img {
        width: 100px;
        height: auto; } }

/* main content */
#contentwrapper {
  /*max-width: 1360px;*/
  width: 100%;
  margin: 0 auto; }

.mainContent {
  position: relative;
  max-width: 1360px;
  margin: 30px auto; }
  @media screen and (max-width: 960px) {
    .mainContent {
      margin: 30px 15px; } }

.leftColumnWrapper {
  float: left;
  width: 100%;
  /*margin-right: -380px;*/
  /*background-color: orangered;*/ }
  @media screen and (max-width: 960px) {
    .leftColumnWrapper {
      float: none; } }
  .leftColumnWrapper .leftColumn {
    /* margin: 40px 380px 40px 40px;*/
    width: 960px;
    margin: 0 auto;
    background-color: white; }
    @media screen and (max-width: 960px) {
      .leftColumnWrapper .leftColumn {
        /*margin: 30px;*/
        width: 100%;
        margin: 0; } }
    @media screen and (max-width: 360px) {
      .leftColumnWrapper .leftColumn {
        /*margin: 10px;*/
        width: 100%;
        margin: 0; } }

.rightColumnWrapper {
  float: left;
  width: 300px;
  margin: 140px 40px 0 40px;
  /*background-color: green;*/ }
  @media screen and (max-width: 960px) {
    .rightColumnWrapper {
      float: none;
      width: auto;
      margin: 30px; } }
  @media screen and (max-width: 360px) {
    .rightColumnWrapper {
      margin: 20px 10px; } }
  .rightColumnWrapper .rightColumn {
    width: 300px;
    margin: 0 auto; }
  .rightColumnWrapper .mrecone {
    position: absolute; }

/*
section {
    margin: 40px ;
    
    @media screen and (max-width: 960px) {
        margin: 30px 15px;
    }
}
*/
#categorias .section-box {
  margin: 0 10px; }
  @media screen and (max-width: 960px) {
    #categorias .section-box {
      margin: 0; } }

#o-que-e .section-text, #faqs .section-text {
  padding: 0 10px; }
  @media screen and (max-width: 960px) {
    #o-que-e .section-text, #faqs .section-text {
      padding: 0; } }

.section-header {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
  text-align: center;
  margin: 25px 0; }
  @media screen and (max-width: 340px) {
    .section-header {
      font-size: 36px; } }

.section-subheader {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin: 25px 0;
  padding: 10px;
  border-bottom: 1px solid #f1f1f1; }

.section-text {
  color: #333;
  line-height: 125%; }

.section-box .icon {
  float: left;
  width: 20%;
  margin-right: 2%; }
  @media screen and (max-width: 580px) {
    .section-box .icon {
      float: none;
      margin: 0 auto;
      width: 90%;
      max-width: 450px; } }
  @media screen and (max-width: 400px) {
    .section-box .icon {
      width: 100%;
      max-width: none; } }
.section-box h2 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  margin: 3% 0;
  /*border-bottom: 2px solid $lite-grey;*/ }
  @media screen and (max-width: 580px) {
    .section-box h2 {
      /*display: none;*/
      /*text-align: center;*/ } }
.section-box .section-text {
  margin-left: 22%; }
  @media screen and (max-width: 580px) {
    .section-box .section-text {
      margin-left: 0; } }

#wrapperthree {
  text-align: center;
  /* Inner */ }
  #wrapperthree .popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 20;
    background: rgba(0, 0, 0, 0.75); }
  #wrapperthree .popup-inner {
    max-width: 1300px;
    width: 90%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    margin-top: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 6px black;
    -moz-box-shadow: 0px 2px 6px black;
    box-shadow: 0px 2px 6px black; }
    @media screen and (max-width: 1024px) {
      #wrapperthree .popup-inner {
        width: 100%;
        max-width: none;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        overflow: auto;
        height: 100vh;
        margin: 60px 0;
        padding: 40px 10px 100px 10px; } }
  #wrapperthree .section-box-wrapper {
    max-width: 980px;
    margin: 0 auto; }
  #wrapperthree .section-box-jurados {
    width: 140px;
    display: inline-table;
    margin: 20px 10px;
    text-align: center;
    font-size: 15px;
    height: 200px;
    /*a:hover {
        .section-text { display: block; position:absolute; top:100px;  background-color: #ddd; padding: 5px;  z-index:2; margin:0 -30px;}
    }*/ }
    @media screen and (max-width: 400px) {
      #wrapperthree .section-box-jurados {
        margin: 0; } }
    #wrapperthree .section-box-jurados .section-text {
      font-size: 18px; }
      #wrapperthree .section-box-jurados .section-text h2 {
        font-weight: 700px;
        font-size: 22px; }
    #wrapperthree .section-box-jurados a {
      display: block;
      color: #000; }
    #wrapperthree .section-box-jurados h2 {
      font-size: 15px;
      font-weight: 700;
      height: 40px;
      margin-top: 10px; }
    #wrapperthree .section-box-jurados .more {
      display: inline-block;
      background-color: #eee;
      color: #fff;
      width: 20px;
      height: 20px;
      margin: 0 auto;
      line-height: 18px;
      font-weight: 700px;
      font-size: 18px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
    #wrapperthree .section-box-jurados .fechar {
      background-color: #444;
      display: inline-block;
      color: #fff;
      padding: 3px 15px;
      font-size: 16px;
      margin: 20px; }
    #wrapperthree .section-box-jurados .fotojurado {
      width: 80%;
      margin: 0 auto;
      max-width: 250px; }
      #wrapperthree .section-box-jurados .fotojurado div {
        width: 100%;
        padding-bottom: 100%;
        overflow: hidden;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }

.mainForm {
  width: 100%;
  /*background-attachment: fixed;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .mainForm {
      background-attachment: scroll; } }

.mainFormWrapper {
  width: 100%;
  height: 100%;
  background: grey;
  /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.75) 50%, black 90%);
  /* Safari 5.1-6.0 */
  background: -o-radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.75) 50%, black 90%);
  /* For Opera 11.6-12.0 */
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.75) 50%, black 90%);
  /* For Firefox 3.6-15 */
  background: radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.75) 50%, black 90%);
  /* Standard syntax */ }

.applyform {
  max-width: 1360px;
  margin: 0 auto;
  padding: 60px;
  color: #fff;
  overflow: hidden; }
  .applyform .section-header {
    text-align: center;
    margin-bottom: 40px; }
  @media screen and (max-width: 960px) {
    .applyform {
      padding: 30px; } }
  @media screen and (max-width: 360px) {
    .applyform {
      padding: 10px; } }

.col-1 {
  display: block;
  clear: both;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.col-2 {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.col-3 {
  width: 33.33333333%;
  float: left;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px; }

.col-4 {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

@media screen and (max-width: 720px) {
  .col-1, .col-2, .col-3, .col-4 {
    width: 100%;
    text-align: center;
    padding: 0; } }

.colfix {
  display: block;
  clear: both; }
  @media screen and (max-width: 920px) {
    .colfix .col-1, .colfix .col-2, .colfix .col-3 {
      width: 50%;
      float: left; } }
  @media screen and (max-width: 720px) {
    .colfix .col-1, .colfix .col-2, .colfix .col-3 {
      width: 100%;
      text-align: center;
      padding: 0; } }

.input-box, textarea {
  width: 100% !important;
  margin: auto;
  margin-bottom: 20px;
  border: 0 !important;
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.textarea-box {
  width: 100% !important;
  border: 0;
  text-align: left;
  text-transform: none;
  padding: 9px;
  /*min-height: 120px;*/
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

select {
  margin: auto;
  margin-bottom: 20px;
  border: 0 !important;
  height: 46px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.categoriasList {
  padding: 0 0 30px 0;
  overflow: hidden;
  margin: 0 -3px; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  cursor: pointer; }

input[type="checkbox"]:checked + label {
  /*
      background-color: $orange;
      color: #fff;
  */ }

.selectCategoria {
  display: inline-block;
  width: 19%;
  height: 40px;
  margin: 5px 0.5% 5px 0.5%;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*
      &:hover {
          background-color: #333!important;
          color:#fff;
      }
  */ }
  .selectCategoria.selected {
    background-color: #fcaf17;
    color: #000; }
  @media screen and (max-width: 1180px) {
    .selectCategoria {
      width: 32%; } }
  @media screen and (max-width: 820px) {
    .selectCategoria {
      width: 49%; } }
  @media screen and (max-width: 768px) {
    .selectCategoria {
      width: 49%; } }
  @media screen and (max-width: 500px) {
    .selectCategoria {
      width: 100%;
      margin: 5px 0;
      height: 45px; } }

.note {
  font-size: 14px; }
  .note p {
    margin: 6px; }

.dataname {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  float: left;
  clear: both;
  margin: 20px 0; }
  @media screen and (max-width: 340px) {
    .dataname {
      font-size: 24px; } }

.fieldname {
  font-weight: 400;
  margin: 0 0 10px 0;
  text-shadow: 0 1px 1px #000; }
  @media screen and (max-width: 720px) {
    .fieldname {
      text-align: center; } }

#fileUploadWrapper {
  position: relative; }

.uploadFile2Wrapper {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 46px;
  z-index: 2; }

#uploadFile2 {
  /*
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 2;
  */
  border: none;
  display: block;
  width: 100%;
  height: 42px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  background: transparent; }

.uploadInputField {
  position: relative;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  border: 0 !important;
  min-height: 46px;
  /*
  padding-top:12px;
  padding-left: 15px !important;
  */
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .uploadInputField input.upload {
    /*font-size: 14px; height: 30px;*/
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    */ }

.uploadBtn2 {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 42px;
  height: 42px;
  padding: 0;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .uploadBtn2:hover {
    background: #000; }
  @media screen and (max-width: 720px) {
    .uploadBtn2 {
      right: 2px; } }
  @media screen and (max-width: 480px) {
    .uploadBtn2 {
      /*
      visibility: hidden;
      width: auto;
      &:after {
          font-family: 'blogs';
          content: "\e986";
          visibility: visible;
          position: absolute;
          bottom: 0px;
          right: 0px;
          height: 42px;
          padding: 0 10px;
          font-size: 14px;
          line-height: 42px;
          background-color: rgba(0,0,0,0.5);
          color:#fff;
          cursor: pointer;
      
          @include rounded(4px);
      }
      */ } }

.fileUpload {
  overflow: hidden; }

@media screen and (max-width: 720px) {
  .g-recaptcha {
    text-align: center;
    padding-bottom: 20px; }
    .g-recaptcha div {
      margin: 0 auto; } }
.file-error {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ffde00; }

label.error {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ffde00;
  padding: 0 10px 10px; }

.input-box.error {
  color: red; }

.custom-button {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding: 0 35px;
  line-height: 76px;
  margin: 0;
  border: none;
  float: right;
  cursor: pointer;
  background-color: #444;
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 24px;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .custom-button:hover {
    background: #000;
    color: #fff; }
  @media screen and (max-width: 720px) {
    .custom-button {
      display: block;
      margin: 15px auto;
      float: none; } }

.cat-blog-revelacao {
  display: none;
  margin: 0 15px 60px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-shadow: 0px 2px #000; }
  @media screen and (max-width: 768px) {
    .cat-blog-revelacao {
      font-size: 18px; } }
  .cat-blog-revelacao img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .cat-blog-revelacao span {
    display: inline-block;
    vertical-align: middle;
    color: #fcaf17; }

.faqs {
  max-width: 1360px;
  margin: 0 auto;
  /*background-color: red;*/ }
  .faqs .section-header {
    margin-bottom: 40px; }

.faq-box {
  display: block;
  clear: both;
  margin: 40px 0;
  overflow: hidden;
  /*background-color: red;*/ }
  @media screen and (max-width: 960px) {
    .faq-box {
      margin: 20px 0; } }
  .faq-box img {
    width: 50px;
    display: inline-block;
    float: left;
    opacity: 0.1; }
    @media screen and (max-width: 680px) {
      .faq-box img {
        width: 45px;
        display: block;
        float: none;
        margin: 10px auto; } }
  .faq-box .question {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 90px; }
    @media screen and (max-width: 680px) {
      .faq-box .question {
        margin: 10px 0; } }
  .faq-box .answer {
    margin-left: 90px; }
    @media screen and (max-width: 680px) {
      .faq-box .answer {
        margin: 10px 0; } }
  .faq-box a {
    color: #0066cc;
    font-weight: 400; }
    .faq-box a:hover {
      color: #000; }

/* MOBILE MENU */
#wheelmenu {
  position: fixed;
  bottom: -230px;
  left: 0;
  width: 100%;
  min-height: 230px;
  background-color: #f5f5f5;
  visibility: hidden;
  z-index: 110;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

#wheelmenu li {
  text-align: center;
  border-bottom: 1px solid #ccc; }

#wheelmenu li:last-child {
  border: 0; }

#wheelmenu li:last-child a {
  display: inline-block; }

#wheelmenu li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #666;
  display: block;
  padding: 12px 10px 12px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0; }

/* FOOTER */
footer {
  display: block;
  float: none;
  clear: both;
  /*background-color: green;*/ }

.copyright {
  padding: 30px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase; }

.logos {
  display: block;
  text-align: center; }
  .logos li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px; }
    .logos li a {
      display: block; }

/* SCROLL PUB */
#wrapperone, #wrappertwo {
  position: relative;
  overflow: hidden; }

.mrecone, .mrectwo {
  overflow: hidden; }

.pub {
  color: #555; }

/* NOT FOUND */
.four0four {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20vh;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); }
  .four0four span {
    font-size: 8vh; }

/* VOTACAO */
.mainVote {
  width: 100%;
  /*background-attachment: fixed;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .mainVote {
      background-attachment: scroll; } }

.mainVoteWrapper {
  width: 100%;
  height: 100%;
  background: grey;
  /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.75) 50%, black 90%);
  /* Safari 5.1-6.0 */
  background: -o-radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.75) 50%, black 90%);
  /* For Opera 11.6-12.0 */
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.75) 50%, black 90%);
  /* For Firefox 3.6-15 */
  background: radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.75) 50%, black 90%);
  /* Standard syntax */ }

.voteInfo {
  max-width: 1360px;
  margin: 0 auto;
  padding: 60px;
  color: #fff;
  overflow: hidden; }
  .voteInfo .section-header {
    text-align: center;
    line-height: 125%; }
  @media screen and (max-width: 960px) {
    .voteInfo {
      padding: 30px; } }
  @media screen and (max-width: 360px) {
    .voteInfo {
      padding: 10px; } }

/* TROCA pelo .bt-votacao*/
.bt-fim, .bt-vot {
  display: inline-block;
  clear: both;
  float: none;
  padding: 20px 10px;
  cursor: pointer;
  background-color: #fcaf17;
  color: #000;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*@include shadow;*/ }
  @media screen and (max-width: 960px) {
    .bt-fim, .bt-vot {
      font-size: 18px; } }
  .bt-fim:hover, .bt-vot:hover {
    background-color: #000;
    color: #fff; }

/* NEWSLETTER */
#newsletter {
  /*background: url('/img/background_censurado.jpg') bottom/cover;*/
  /*background: url('https://static.pexels.com/photos/6538/hands-woman-apple-desk.jpg') center/cover;*/
  /*background-color: #af7c11;*/
  background: url("https://static.pexels.com/photos/6053/man-hands-reading-boy.jpg") center/cover; }
  #newsletter .formtit {
    line-height: 125%;
    padding: 15px;
    text-align: center; }
    #newsletter .formtit .section-header {
      margin: 20px 0; }
    #newsletter .formtit span {
      font-size: 34px; }
    @media screen and (max-width: 360px) {
      #newsletter .formtit {
        padding: 10px; } }
  #newsletter .applyform .custom-button {
    margin: 0 auto; }

/* v20170928 */
#vot-intro {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif; }
  #vot-intro .vot-intro-wrapper {
    text-align: center;
    margin: 40px 10px; }
    #vot-intro .vot-intro-wrapper .vot-intro-antTit {
      color: #000;
      text-transform: uppercase;
      font-size: 36px;
      font-weight: 700;
      margin: 40px 0; }
    #vot-intro .vot-intro-wrapper .vot-intro-tit {
      color: #000;
      text-transform: uppercase;
      font-size: 26px;
      font-weight: 500;
      padding: 20px;
      background-color: #fcaf17;
      display: inline-block;
      border-radius: 4px; }

.categoriaDiv .mainVoteWrapper {
  /*min-height: 100vh;*/
  /*padding-top:50px;*/ }
  .categoriaDiv .mainVoteWrapper.sponsor.ce {
    background: rgba(0, 38, 79, 0.5);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 38, 79, 0.5) 0%, #001d3b 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 38, 79, 0.5)), color-stop(100%, #001d3b));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 38, 79, 0.5) 0%, #001d3b 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 38, 79, 0.5) 0%, #001d3b 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 38, 79, 0.5) 0%, #001d3b 100%);
    background: radial-gradient(ellipse at center, rgba(0, 38, 79, 0.5) 0%, #001d3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00264f', endColorstr='#001d3b', GradientType=1 ); }
  .categoriaDiv .mainVoteWrapper.sponsor.lg {
    background: rgba(106, 2, 42, 0.5);
    background: -moz-radial-gradient(center, ellipse cover, rgba(106, 2, 42, 0.5) 0%, #4d001f 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(106, 2, 42, 0.5)), color-stop(100%, #4d001f));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(106, 2, 42, 0.5) 0%, #4d001f 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(106, 2, 42, 0.5) 0%, #4d001f 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(106, 2, 42, 0.5) 0%, #4d001f 100%);
    background: radial-gradient(ellipse at center, rgba(106, 2, 42, 0.5) 0%, #4d001f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a022a', endColorstr='#4d001f', GradientType=1 ); }

.vote {
  text-align: center; }
  .vote ul {
    clear: both; }
  .vote .linkBlog {
    display: block;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    background-color: rgba(128, 128, 128, 0.8);
    color: #fff;
    position: absolute;
    right: -10%;
    bottom: 90px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3); }
    .vote .linkBlog:hover {
      background-color: #000;
      /*#e9aa00;*/
      color: #e9aa00; }
  .vote .btn-vote {
    display: block;
    font-family: inherit;
    width: 280px;
    float: none;
    margin: 30px auto;
    line-height: 60px;
    cursor: pointer;
    /*background-color: rgba(0,0,0,0.9);
    color:$orange;
    border:1px solid #b77f11;*/
    background-color: #fcaf17;
    color: #000;
    font-size: 22px;
    border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3); }
  .vote .bar {
    width: 100%;
    height: 30px;
    padding: 0;
    background-color: #808080; }
    .vote .bar .barstatus {
      line-height: 30px;
      background-color: #000;
      color: #ffba00;
      padding-top: 0;
      text-align: right;
      padding-right: 5px; }
  .vote li {
    /*cursor: pointer;*/
    background-color: rgba(0, 0, 0, 0.6);
    margin: 15% 2.5% 1.5% 2.5%;
    text-align: center;
    /*float:left;*/
    /* MOREIRA */
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 20%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 120px;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
    /*&:hover {background-color:rgba(160,160,160,0.90);}*/ }
    @media (min-width: 600px) and (max-width: 768px) {
      .vote li {
        width: 34%;
        margin: 22% 8% 1.5% 8%; } }
    @media (max-width: 600px) {
      .vote li {
        width: 40%;
        margin: 22% 5% 1.5% 5%; } }
    @media (max-width: 450px) {
      .vote li {
        width: 60%;
        margin: 35% 20% 1.5% 20%;
        float: none; } }
    @media (max-width: 400px) {
      .vote li {
        width: 80%;
        margin: 50% 10% 1.5% 10%;
        float: none; } }
    .vote li.selected {
      background-color: #fcaf17;
      color: #000; }
      .vote li.selected .capa {
        border-color: #fcaf17; }
    .vote li .nome {
      display: block;
      /*cursor: pointer;*/
      font-family: 'Montserrat', Arial, Helvetica, sans-serif;
      height: 90px;
      padding: 10px;
      font-size: 18px;
      /*@media (max-width:480px) {font-size:18px;}*/ }
    .vote li .radio {
      display: none; }
    .vote li .capa {
      /*position:absolute;
      top:-20px;
      left:-20px;*/
      background-size: cover;
      background-position: center;
      border: 0px solid #eee;
      background-color: #555;
      overflow: hidden;
      width: 120%;
      height: 0;
      padding-bottom: 120%;
      margin-top: -50%;
      margin-bottom: 15px;
      margin-left: -10%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      /* MOREIRA */
      /*cursor: pointer;*/
      border: solid 2px;
      border-color: rgba(0, 0, 0, 0.8); }
      @media (max-width: 480px) {
        .vote li .capa {
          /*width: 160px;
          height: 160px;
          top:-15px;
          left:-10px;
          -webkit-border-radius: 80px;
          -moz-border-radius: 80px;
          border-radius: 80px;*/ } }
    .vote li .descricao {
      display: block;
      color: #000;
      text-shadow: none;
      font-size: 16px;
      margin-top: 10px;
      line-height: 19px; }

.aviso {
  display: block;
  font-size: 17px;
  margin-top: 50px;
  text-align: center;
  line-height: 1.5;
  color: #ffba00;
  text-shadow: 1px 1px 4px #2d2d2d; }

.btn-vote.inativo {
  background-color: transparent; }

.vote h2 {
  font-size: 42px;
  margin: 15px 0;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 4px #2d2d2d; }
  @media (max-width: 450px) {
    .vote h2 {
      font-size: 36px; } }

.vote .reply {
  margin-bottom: 8px;
  padding: 0; }

.vote .results {
  margin: 20px 0 0 0; }
  .vote .results a {
    color: red;
    text-decoration: underline;
    font-size: 16px; }

.vote.multiple {
  text-align: center; }

.vote .participe {
  padding: 10px;
  width: 250px;
  background-color: #777;
  color: #fff;
  font-size: 24px;
  margin: 40px auto;
  display: block;
  text-align: center; }

.bt-votacao {
  display: block;
  font-family: inherit;
  float: none;
  margin: 30px auto;
  line-height: 70px;
  cursor: pointer;
  background-color: #fcaf17;
  color: #000;
  font-size: 30px;
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
  font-family: 'Montserrat', Arial, Helvetica, sans-serif; }

.sharesDiv {
  text-align: center;
  padding: 20px 0; }
  .sharesDiv a {
    display: inline-block;
    text-decoration: none !important;
    margin: 0 15px;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
    margin: 0 20px; }
  .sharesDiv .bt-share {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background-color: #3686ff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    /*padding:4px;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s; }
    .sharesDiv .bt-share:hover {
      background-color: #fcaf17;
      color: #fff; }

.winner:after, .winnerall:before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
  top: -49%;
  right: -20%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg); }

.faded {
  /*opacity: 0.5;*/ }

/*
.winnerall:after {
    content: "";
    display: block;
    position: absolute;
    width: 55%;
    height: 55%;
    top: 16%;
    right: 59%;
    background-image: url(/img/winnerall.png);
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
}
*/
.sponcer-box {
  text-align: center; }
  .sponcer-box div {
    display: inline-block;
    margin: 10px; }
  .sponcer-box img {
    width: auto;
    height: 70px;
    margin: 10px; }

/*# sourceMappingURL=style.css.map */
