@font-face {
    font-family: 'effrabold';
    src: url('./fonts/effra_std_bd.woff2') format('woff2'),
         url('./fonts/effra_std_bd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'effraregular';
    src: url('./fonts/effra_std_rg.woff2') format('woff2'),
         url('./fonts/effra_std_rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'effraitalic';
    src: url('./fonts/effra_std_it.woff2') format('woff2'),
         url('./fonts/effra_std_it.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
::placeholder {
  color: #6c533a !important;
}
.entrada{
  height: 100vh;
  width:100%;
  overflow: hidden;
}
.step1{
  height: 100vh;
  width:100%;
  background-color: #e3dacb;
  display: inline-block;
  position:fixed;
  z-index: 999;
  overflow: scroll;
}
.step1 .box-content{
  height: 700px;
  display: inline-block;
  width: 100%;
}
.step1 .cta-start{
  background: #e3dacb url(./images/entrada-quiz-oscar-calcados.jpg) no-repeat scroll center center;
  height: 433px;
  padding-top: 83px;
  box-sizing: border-box;
  margin-top: -44px;
  margin-bottom: 100px;
}
.text-open{
  margin: auto;
  display: block;
  margin-top: 6px;
  visibility:hidden;
}
.btn-open{
  margin-top: 78px;
  background: transparent url(./images/btn-faca-teste.png) no-repeat scroll center center;
  width: 295px;
  height: 63px;
  display: block;
  margin: 59px auto 0;
  text-indent: -999999px;
  overflow: hidden;
  visibility:hidden;
}
.btn-open:hover{
  opacity:.9;
}
.logo-abertura{
  width: 300px;
  margin: auto;
  display: block;
  margin-top: 14px;
  margin-top: 65px;
  visibility:hidden;
}
.line {
    width: 100%;
    float: left;
}
.none{
  display: none;
}
html, body{
  margin-top:0 !important;
  padding:0 !important;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok{display: none !important;}
div.wpcf7-response-output{
  color: #000 !important;
  right: 0px;
  width: 352px;
  bottom: 0px;
}


  a{
    color:#5F5E5E;
  }
  a:hover{
    color:#830909;
  }
  body #wrapper .formtitle{
    float: left;
    width: 100%;
    padding:15px 0 10px 0;
  }
  body #wrapper input[type="submit"] {
    border-radius: 18px;
    color: #fff;
    padding:0;
    line-height: 26px;
    font-weight: 900;
    text-decoration: none;
    font-size: 1em;
    background-color: #9e866e;
    width: 200px;
    height: 200px;
    margin-top: 30px;
    border-radius: 100%;
  }
  .btn{
    border-radius: 18px;
    color: #fff;
    padding: 22px 30px 19px;
    line-height: 26px;
    text-decoration: none;
    font-size: 22px;
    background-color: #a24f1e;
    border-bottom: 7px solid #884117;
    margin: auto;
    display: block;
    width: 240px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
  }

  body #wrapper div.wpcf7 .ajax-loader{
    background-image: url(./images/loading.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  body #wrapper select{
    height: 40px;
  }
  body #wrapper.modal textarea{height: 100px;}
  body #wrapper.modal textarea{height: 100px;}
  body #wrapper select{height: 46px;}
  body #wrapper textarea, body #wrapper input[type="search"],
  body #wrapper input[type="text"], body #wrapper input[type="email"],
  body #wrapper input[type="password"], body #wrapper input[type="file"],
  body #wrapper input[type="tel"], body #wrapper select,body #wrapper input[type="date"],
  body #wrapper input[type="number"]{
    padding: 14px 15px 13px;
    background-color:#c3ae8e;
    width: 100%;
    color: #6c533a;
    font-family: arial;
    font-weight: 900;
    font-size: 15px;
    text-transform: none;
    text-indent: 5px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    float: left;
    display: inline-block;
    line-height: 1;
    border:1px solid #6c533a;
    margin-bottom: 18px;
    box-shadow: inset 0 0 0 rgba(0,0,0,0.1);
    text-transform: uppercase;
    height: auto;
  }
  body #wrapper textarea:focus, input[type="search"]:focus, body #wrapper input[type="text"]:focus,
  body #wrapper input[type="email"]:focus, body #wrapper input[type="password"]:focus,
  body #wrapper input[type="file"]:focus, body #wrapper input[type="tel"]:focus,
  body #wrapper input[type="number"]:focus{
    background-color: #b4b3b3;
    color: #333;
  }

  .colform{
    float: left;
    width: 38%;
    padding: 0 4.5%;
    position: relative;
  }
  body #wrapper{
    background-color: #e3dacb;
  }

  body #wrapper h1, body #wrapper h2,
  body #wrapper h3, body #wrapper h4{
    font-family: 'effrabold',Arial,sans-serif;
    color: #635949;
  }

  body #wrapper p{
    font-family:'Source Sans Pro', sans-serif;
    color: #635949;
  }
  body, *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

  }
  body #wrapper .center{
    width: 1066px;
  }
  body #wrapper .header p{
    background-color: #5F5E5E;
  }
  .logo-lp{
    margin-top: 30px;
  }

    /*Footer*/
  footer {
    font-size: .8em;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  /*footer:before{
    content: "";
    background: transparent url(./images/bg-footer.png) no-repeat scroll center top;
    width: 100%;
    display: inline-block;
    height: 70px;
    float: left;
    background-color: #d6c8b2;
  }*/
  footer .box-content{
    padding: 40px 0;
    background-color: #c3ae8e;
    float: left;
    width: 100%;
  }

  footer {
    color: #c3ae8e;
  }
  footer .logo-left{float:left;}
  footer .logo-right{float:right;margin-top:8px}


/*lp quiz*/
  body #wrapper.quiz .center{
    width: 1099px;
    display: block;
    margin: auto;
  }
  body #wrapper.quiz header{
    min-height:371px;
    position: relative;
    background: transparent url(./images/bg-top.jpg) no-repeat scroll center bottom;
  }
  body #wrapper.quiz form p{
    padding-bottom: 0;
    margin-bottom: 0;
  }
  body #wrapper.quiz p{
    padding-bottom: 17px;
    font-size: 1.3em;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
    font-family: 'effraregular';
    color:#6c533a;
  }
  body #wrapper.quiz strong{
    font-weight: bold;
    font-family: 'effrabold';
    line-height: inherit;
    font-style: italic;
  }
  body #wrapper.quiz .box-texto-header h1{
    color: #6c533a;
    font-size: 1.9em;
    font-weight: 900;
    margin-bottom: 18px;
    margin-top:93px;
    line-height: 33px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  body #wrapper.quiz .box-texto-header p{
    padding-bottom: 17px;
    font-size: 22px;
  }
  body #wrapper.quiz .box-texto-header{
    width: 65%;
    padding-left: 20px;
    box-sizing: border-box;
  }
  body #wrapper.quiz .box-logo{
    width: 34.4%;
    text-align: center;
    z-index: 2;
    position: relative;
  }

  body #wrapper.quiz #content{
    /*background-color: #d6c8b2;*/
    padding:50px 0 20px;
    min-height: 480px;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #d6c8b2 url(./images/bg-footer.png) no-repeat scroll center bottom;
  }

  #content-form h2.title{
    margin-bottom: 41px;
  }
  #content-form{
    text-align:center;
    display: none;
    padding-bottom: 5px;
  }
  .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  #content-form .wpcf7-not-valid-tip{
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    display: block;
    width: 184px;
    text-align: right;
    right: 10px;
    top: -23px;
    font-size: 15px;
  }
  body #wrapper .msg{
    display: none;
    width: 100%;
  }
  body #wrapper .msg p small{color: #bd5353;}
  body #wrapper .msg h4.title{
    font-family:'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 4em;
    line-height: 1;
    margin-bottom: 0;
  }
  body #wrapper .msg p{
    text-transform: uppercase;
    padding-bottom: 40px;
    font-size: .89em;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    font-family: effrabold;
    color: #6c533a;
    margin-top: -5px;
    letter-spacing: 0px;
  }
  body #wrapper.quiz .content-border{
    width: 700px;
    display: inline-block;
    float: none;
    position: relative;
  }
  body #wrapper.quiz #content-form div.wpcf7-validation-errors,
  body #wrapper.quiz #content-form div.wpcf7-acceptance-missing {
    border: 1px solid #6d6a6a;
    display: inline-block;
    width: 100%;
    float: left;
    position: absolute;
    bottom: 73px;
    width: 500px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #f5eaa1;
    color: #3c3a3a !important;
  }
  body #wrapper.quiz .content-questions h4, #content-form h2.title{
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 3em;
    line-height: 65px;
    margin-bottom: 28px;
    margin-top: -63px;
    display: inline-block;
    width: 100%;
    font-style: italic;
    text-transform: uppercase;
  }
  body #wrapper.quiz .content-questions ul li.item{
    min-height: 452px;
  }
  body #wrapper.quiz .content-questions ul li.item:nth-of-type(2){
    margin-top: -18px;
  }
  body #wrapper.quiz .content-questions ul li:nth-of-type(2) h4{
    font-size: 2.4em;
    margin-top: -42px;
    line-height: 53px;
  }

  body #wrapper.quiz .content-questions ul li:nth-of-type(7) h4{
    margin-top: -8px;
  }
#content-form h2.title{
  line-height:53px
}
  body #wrapper.quiz .content-questions{
    display: inline-block;
    position: relative;
    display:inline-block;
  }

  body #wrapper.quiz .colform{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1%;
    padding-left: 0;
  }
  body #wrapper.quiz .colform.w12{
    width: 30%;
  }
  body #wrapper.quiz .colform.w10{
    width: 70%;
  }
  body #wrapper.quiz .line-btn{
    padding: 0;
    margin: 0;
    display: inline-block;
    line-height: inherit;
    height: 82px;
    overflow: hidden;
    margin-top: 37px;
  }
  body #wrapper.quiz .btn-send:hover{
    background-color: #523e2a;
  }
  body #wrapper.quiz .btn-send{
    display: inline-block;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    background-color: #9e866e;
    position: relative;
  }
  body #wrapper.quiz .text-submit{
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    font-family: effrabold;
    text-transform: uppercase;
    font-size: 19px;
    color: #fff;
    z-index: 1;
  }
  body #wrapper.quiz input[type="submit"]{
    float: none;
    display: inline-block;
    background-image: none;
    vertical-align: top;
    line-height: 98px;
    margin-top: 0;
    opacity: 0;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;}
  }
  body #wrapper.quiz .colform.last{
    padding-left: 1%;
    padding-right: 0%;
  }
  body #wrapper.quiz .content-questions ul li{
    color: #4F4E4E;
    font-size: 19px;
    display: none;
  }
  .content-questions .content-border .nav-question ul li ul{
    width: 402px;
    margin: 0;
    display: inline-block;
  }
  body #wrapper.quiz .content-questions ul li ul li{
    display: inline-block;
    background-color: #c3ae8e;
    border:1px solid #6c533a;
    color:#6c533a;
    padding: 10px 15px;
    cursor: pointer;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    margin-bottom: 10px;
    font-size: .91em;
    width:100%;
    text-align:left;
    text-transform:uppercase;
    line-height: 19px;
  }
  body #wrapper.quiz .content-questions ul li ul li:hover{
    background-color: #decfb8;
  }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}


  body #wrapper.quiz .content-questions ul li.active,
  #content-form.active, body #wrapper .msg.active{
    display: inline-block;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }
/*  body #wrapper.quiz .content-questions ul li.item{
    transition: all, .6s;
  }*/
  body #wrapper.quiz .content-questions ul li em{
    color: #000000;
    font-family: 'Gotham-Light';
    font-size: 16px;
  }
  body #wrapper.quiz .content-questions ul li span{
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background-color: #bb1515;
    background-color: #bb1515;
    width: 22px;
    height: 22px;
    display: inline-block;
    color: #fff;
    font-family: 'Gotham-Bold';
    line-height: 22px;
    margin-right: 12px;
    font-size: 12px;
  }
  body #wrapper.quiz .btn{
    margin-left: 18px;
    display: inline-block;
    margin-bottom: 20px;
    width: auto;
    padding: 16px 48px 10px;
    margin-right: 17px;
    font-family: 'Gotham-Bold';
    margin-top: 40px;
  }

  body #wrapper.quiz .msg .line-btn .text-submit{
    font-size: 16px;
    line-height: 16px;
  }
  body #wrapper.quiz .msg .line-btn{
    position: relative;
    top: 19px;
  }
  .msg{
    padding-bottom: 10px;
    text-align: center;
  }
  .content-questions .content-border .nav-question ul{
    margin-left: 0;
  }
  .content-questions .content-border{
    display: inline-block;
    margin-top: 41px;
    position: relative;
  }

.result-quiz.container {

  width: 100%;
  display: inline-block;
  vertical-align: top;
  background-color: #D6C8B2;
  text-align: center;
}

.result-quiz .frase {

  margin-bottom: 30px;
}

.result-quiz .text {

  background: url("./images/bg.jpg") repeat-x;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0;
  margin-bottom: 30px;
  background-size: cover;
}

.result-quiz .image {

  position: relative;
}

.result-quiz .image .name {

  transform: translate(-60%, -43%);
  -webkit-transform: translate(-60%, -43%);
  left: 50%;
  top: 39%;
  position: absolute;
  text-transform: uppercase;
  font-style: italic;
  color: #d8c0ae;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 1px 1px 3px #000;

}

.result-quiz .image .name.name-fatale {
  color: #b47469;
}
.result-quiz .image .name.savage {
  color:#ebffb5;
}


.result-quiz .image .name.name-combatente {

  color: #babec5;
}
.result-quiz.container p {

  color: #fff;
  font-family: 'effraregular';
  line-height: 21px;
  font-style: normal;
  font-size: 19px;
  text-align: left;
}

.result-quiz.container ul {

  width: 425px;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: left;
}

.result-quiz.container ul li {

  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.result-quiz .center {

  width: 715px;
  margin: 0 auto;
}

.result-quiz .logo {

  width: 196px;
  display: block;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
}

.result-quiz .footer {

  background-color: #B9A183;
}

@media screen and (max-width: 765px) {

  .result-quiz .center {

    width: 100%;
  }


  .result-quiz .text {

    padding-left: 15px;
    padding-right: 15px;
  }

}

@media screen and (max-width: 515px) {

  .result-quiz.container ul {

    width: 100%;
    text-align: center;
  }

  .result-quiz.container ul li {

      margin-left: 5px;
      margin-right: 5px;
  }

}

/*----fim do quiz----*/
@media screen and (max-width: 1100px) {

  body #wrapper.quiz .center{
    width: 95%;
  }

  body #wrapper.quiz .box-texto-header h1 {
      font-size: 1.3em;
      line-height: 20px;
      margin-top: 53px;
  }
  body #wrapper.quiz .box-texto-header p {
    font-size: 20px;
  }

}

@media screen and (max-width: 800px) {
  .text-open {
    margin-top: 5%;
    width: 50%;
  }
  .btn-open{
    margin-top: 34px;
  }
  .logo-abertura{
    width: 265px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
    margin-top: 27px;
  }
  body #wrapper.quiz .box-texto-header {
    width: 100%;
  }
  body #wrapper.quiz .box-logo {
    width: 200px;
    display: block;
    margin: 0 auto;
    float: none !important;
  }
  body #wrapper.quiz .content-questions h4, #content-form h2.title {
    font-size: 2em;
    line-height: 40px;
    margin-bottom: 9px;
  }
  body #wrapper.quiz .content-questions ul li:nth-of-type(2) h4 {
    font-size: 2em;
    line-height: 35px;
  }
  body #wrapper.quiz .content-questions ul li:nth-of-type(7) h4 {
    margin-top: -32px;
    margin-bottom: 26px;
  }

  #content-form h2.title {
      margin-bottom: 12px;
      margin-top: 8px;
  }
  body #wrapper.quiz .msg .line-btn {
    position: relative;
    top: 18px;
  }
  body #wrapper .msg{
        min-height: 320px;
  }

  body #wrapper.quiz #content, body #wrapper.quiz .content-questions ul li.item {
    min-height: 200px;
  }
  body #wrapper.quiz .content-border {
    width: 100%;
  }
  footer .logo-left {
    width: 100px;
  }
  footer .logo-right {
    margin-top: 2px;
    width: 142px;
    margin-right: 10px;
  }
  footer .box-content {
    padding: 21px 0;
  }

  .step1 .cta-start{
    background-size: 100%;
  }
}

@media screen and (max-width: 500px) {
  .logo-abertura{
    width: 0px;
  }
  .logo-abertura {
    width: 233px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .step1 .cta-start {
    background-position: top center;
    padding-top: 25px;
    margin-top: 0;
  }

  .content-questions .content-border .nav-question ul li ul {
    width: 93%;
  }
}