@charset "UTF-8";
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 1rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  padding: 10px;
  width: 1.4em;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "★";
  color: #e2e2e2;
  font-size: 42px;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #ffb500;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "★";
  color: #e2e2e2;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #ffb500;
}

:root {
  font-size: 2em;
  font-family: Helvetica, arial, sans-serif;
}

#log {
  margin: 1em auto;
  width: 5em;
  text-align: center;
  background: black;
  color: #ffffff;
}

/* Wancora */


body, html {
  height: auto;
  background: #f9f9f9;
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 5px;
}

.container {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 85px -10px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 85px -10px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 85px -10px rgba(0,0,0,0.23);
}

.padder {
  padding: 57px 25px 25px 25px;
  text-align: center;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    border-radius: 40px;
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 10px;
    margin: 5px;
    line-height: 31px;
}

.wizard > .steps > ul > li {
    width: auto;
}

.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: none;
    display: inline-block;
    margin: 0;
}

.wizard .steps ul {
    text-align: center;
}

.content h3 {
  font-size: 26px;
  text-align: center;
  font-weight: 100;
  color: #6f6f6f;
  margin: 24px 0 10px 0;
}
.content h1 {
  text-align: center;
  margin: 20px 0 30px;
  font-weight: 600;
  color: #619dca;
  font-size: 36px;
}
.wizard > .content > .body {
    padding: 0;
}

.star-cb-group {
  display: block;
  padding: 0;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
}
.star-cb-group > input + label {
    text-align: right;
    padding: 0 2% 0 0;
}


.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active, .btn {
    padding: 10px 20px;
    margin-top: 50px;
    font-size: 18px;
    background: #ffffff;
    color: #619dca;
    -moz-border-radius: 5px;
    border-radius: 50px;
    border: 2px solid #619dca;
    text-decoration: none;
}

.wizard > .actions > ul {
    width: 100%;
}
.wizard > .actions > ul li:first-child{
    float: left;
}
.wizard > .actions > ul li:last-child{
    float: right;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
  border-color: #fff;
}

input, textarea, select {
    width: 100%;
}

.blockform input, .blockform textarea, .blockform select {
  width: 100%;
  padding: 0 0 5px 0;
  color: #222;
  font-size: 23px;
  max-width: 430px;
  border: 1px solid #fff;
  border-bottom: 1px solid #cacaca;
  background: #fff;
  display: block;
  border-top: 0px !important;
  border-radius: 0 !important;
}

.blockform {
  max-width: 100%;
  margin: 2px;
  text-align: left;
}

.blockform label {
  font-size: 12px;
  color: #b7b7b7;
}

h2 {
    font-weight: 200;
    font-size: 22px;
    color: #333;
    text-align: center;
}

.h3.treinta {
  font-size: 20px;
}

.state-error {
  font-size: 14px;
  color: red;
}

.thanks {
  text-align: center;
}

p {
  font-size: 18px;
}

p.intro {
  color: #888888;
  font-weight: 200;
  font-size: 16px;
  padding: 10px 0 0 0;
}

.wizard > .steps {
    position: absolute;
    top: 0;
    display: block;
    width: auto;
    left: 50%;
    margin-left: -120px;
}

@media (max-width: 480px) {
  .container {
    border-radius: 0; 
    -webkit-box-shadow: 0; 
    -moz-box-shadow: 0;
    box-shadow: 0;
  }

  body, html {
    margin: 0
  }
}