/* v20170418 */
/* 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"; }

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

.clearfix {
  *zoom: 1; }

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

.clearfix:after {
  clear: both; }

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; }

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: fixed;
  top: 0;
  width: 100%;
  min-height: 80px;
  z-index: 100;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

.mainMenu {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  /*background-color: red;*/ }
  .mainMenu .logo {
    display: inline-block;
    margin: 10px 20px; }
    @media screen and (max-width: 840px) {
      .mainMenu .logo {
        display: block;
        text-align: center; } }
    .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: 60px; }
      .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; }
  .mobileMenu a {
    color: #666; }
    .mobileMenu a:hover {
      color: #000; }
  @media screen and (max-width: 840px) {
    .mobileMenu {
      display: block; } }

.deskMenu {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }
  .deskMenu a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 6px 10px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    -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) {
      .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: blueviolet;
      color: #fff; }
      .deskMenu a.active:hover {
        background-color: #000;
        color: #fff; }
    .deskMenu a:hover {
      background-color: #000;
      color: #fff; }
  .deskMenu .active {
    background-color: #000;
    color: #fff; }
  @media screen and (max-width: 840px) {
    .deskMenu {
      display: none;
      /*
      display: block;
      position: static;
      transform: none;
      text-align: center;
      margin: 10px 0;
      */ } }

.mainFeature {
  position: relative;
  width: 100%;
  min-height: 80vh;
  /*padding-bottom: 56.25%;*/
  margin-top: 80px;
  background-attachment: fixed;
  background-position: center center;
  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;
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.5) 50%, black 90%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.5) 50%, black 90%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.5) 50%, black 90%);
  background: radial-gradient(rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.5) 50%, black 90%); }

.mainFeatureContent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center; }
  .mainFeatureContent .logo {
    display: block;
    width: auto;
    height: 200px;
    margin: 40px auto; }
    @media screen and (max-width: 520px) {
      .mainFeatureContent .logo {
        width: auto;
        height: 120px; } }

.homeTop {
  color: #fff;
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.6) 50%, black 90%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.6) 50%, black 90%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.6) 50%, black 90%);
  background: radial-gradient(rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.6) 50%, black 90%); }

.mainFeatureLogo {
  font-size: 200px;
  color: #fff;
  margin: 20px; }

.mainFeatureText {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  margin: 20px; }

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

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

.mainContent {
  position: relative;
  max-width: 1360px;
  margin: 0 auto; }

.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;*/
    margin-right: 380px;
    background-color: white; }
    @media screen and (max-width: 960px) {
      .leftColumnWrapper .leftColumn {
        /*margin: 30px;*/
        margin: 0; } }
    @media screen and (max-width: 360px) {
      .leftColumnWrapper .leftColumn {
        /*margin: 10px;*/
        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) {
    section {
      margin: 30px 15px; } }

.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-text {
  color: #333;
  line-height: 125%; }

.section-box .icon {
  float: left;
  width: 38%;
  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: 400;
  font-size: 20px;
  margin: 10px 0;
  padding-bottom: 10px;
  /*        border-bottom: 2px solid #f5f5f5;*/ }
  @media screen and (max-width: 580px) {
    .section-box h2 {
      display: none;
      text-align: center; } }
.section-box .section-text {
  margin-left: 40%; }
  @media screen and (max-width: 580px) {
    .section-box .section-text {
      margin-left: 0; } }

#wrapperthree {
  /* Inner */ }
  #wrapperthree section {
    text-align: center;
    margin: 0;
    position: relative; }
  #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%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px black;
    border-radius: 20px;
    background: #fff;
    margin-top: 20px; }
    @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-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;
      border-radius: 10px;
      margin: 0 auto;
      line-height: 18px;
      font-weight: 700px;
      font-size: 18px; }
    #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%;
        border-radius: 50%;
        overflow: hidden;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }

.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-radius: 4px;
  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; }

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

select {
  margin: auto;
  margin-bottom: 20px;
  border-radius: 4px;
  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; }

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

li.selectCategoria {
  display: table;
  font-size: 15px;
  line-height: 17px;
  height: 40px;
  border-radius: 4px;
  width: 19%;
  margin: 5px 0.5% 5px 0.5%;
  float: left;
  border: 3px solid;
  /* background-color:rgba(0,0,0,0.6);*/
  cursor: pointer;
  color: #000;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  /*   &:hover {background-color: #333!important; color:#fff;}*/ }
  li.selectCategoria .icon {
    display: none; }
  @media screen and (max-width: 1180px) {
    li.selectCategoria {
      width: 32%; } }
  @media screen and (max-width: 820px) {
    li.selectCategoria {
      width: 49%; } }
  @media screen and (max-width: 768px) {
    li.selectCategoria {
      width: 49%; } }
  @media screen and (max-width: 500px) {
    li.selectCategoria {
      width: 100%;
      margin: 5px 0;
      height: 45px; } }
  li.selectCategoria .label {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%; }

li.selectCategoria.selected {
  background-color: #111 !important;
  color: #fff;
  font-size: 16px; }
  li.selectCategoria.selected .icon {
    background-color: #000 !important; }

.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-radius: 4px;
  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; }
  .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;
  border-radius: 4px;
  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; }
  .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;
          border-radius: 4px;
          cursor: pointer;
      }
      */ } }

.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, .error {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffde00; }

.custom-button {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding: 0 35px;
  line-height: 76px;
  border-radius: 4px;
  margin: 0 15px 0 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; }
  .custom-button:hover {
    background: #000;
    color: #fff; }
  @media screen and (max-width: 720px) {
    .custom-button {
      display: block;
      margin: 15px auto;
      float: none; } }

.faqs {
  max-width: 1360px;
  margin: 0 auto;
  /*background-color: red;*/ }
  .faqs .section-header {
    margin-bottom: 40px; }
  .faqs section {
    /*margin: 40px 0;*/ }
    @media screen and (max-width: 960px) {
      .faqs section {
        /*margin: 30px 0;*/ } }

.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: #f5f5f5;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  visibility: hidden; }

#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: 30vh;
  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.4) 15%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 90%);
  /* Safari 5.1-6.0 */
  background: -o-radial-gradient(rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 90%);
  /* For Opera 11.6-12.0 */
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 90%);
  /* For Firefox 3.6-15 */
  background: radial-gradient(rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 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 {
  display: inline-block;
  clear: both;
  float: none;
  margin: 30px 10px;
  padding: 20px;
  cursor: pointer;
  background-color: #FCAF17;
  color: #000;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 125%;
  -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);
  -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; }
  .bt-fim: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; }

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

/* v20161027 */
.categoriaDiv .mainVoteWrapper {
  /*min-height: 100vh;*/
  /*padding-top:50px;*/ }

.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-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);
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s; }
    .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:#FCAF17;
    border:1px solid #b77f11;*/
    background-color: #FCAF17;
    color: #000;
    font-size: 22px;
    border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px 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: 10px 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-image: url(../img/winner.png);
  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);
}
*/

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