@keyframes animationFadeBody {
  from {
    background-color: #fff;
    -webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    -o-filter: blur(50px);
    -ms-filter: blur(50px);
    filter: blur(50px); }
  to {
    background-color: #2F4050;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px); } }
body {
  animation-name: animationFadeBody;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  -webkit-filter: blur(50px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px); }

body {
  background-image: url(../img/imagem_fundo.jpg);
  background-position: center;
  background-size: cover;
  font-family: 'Roboto', sans-serif; }

#section-app {
  width: 100%;
  height: 100vh;
  float: left;
  overflow: hidden; }
  #section-app.active #box-logo #logo {
    width: 180px;
    margin-left: 0px;
    padding: 20px 20px; }
    @media (max-width: 767px) {
      #section-app.active #box-logo #logo {
        width: 123px;
        padding: 10px 12px; } }
  #section-app #box-logo {
    width: 100%;
    height: 0px;
    float: left;
    position: absolute;
    z-index: 999; }
    #section-app #box-logo #logo {
      background-color: #fff;
      width: 268px;
      display: block;
      padding: 30px 20px;
      margin: 0px auto;
      overflow: hidden;
      transition: all 0.4s; }
      @media (max-width: 767px) {
        #section-app #box-logo #logo {
          width: 178px;
          display: block;
          padding: 20px 20px; } }
      #section-app #box-logo #logo img {
        display: block;
        margin: 0px auto; }
  #section-app #section-intro {
    width: 100%;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 250px; }
    @media (max-width: 767px) {
      #section-app #section-intro {
        padding-top: 120px; } }
    #section-app #section-intro .container {
      max-width: 850px; }
    #section-app #section-intro p {
      color: #bd342f;
      font-size: 60px;
      font-weight: bold;
      line-height: 70px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        #section-app #section-intro p {
          font-size: 30px;
          line-height: 37px;
          text-align: center; } }
      #section-app #section-intro p span.grande {
        font-size: 80px;
        font-weight: 900; }
        @media (max-width: 767px) {
          #section-app #section-intro p span.grande {
            font-size: 34px;
            width: 100%; } }
      #section-app #section-intro p span.media {
        font-size: 67px; }
        @media (max-width: 767px) {
          #section-app #section-intro p span.media {
            font-size: 23px; } }
      #section-app #section-intro p.texto {
        text-transform: none;
        font-size: 26px;
        line-height: 34px;
        color: #fff;
        padding-top: 30px; }
        @media (max-width: 767px) {
          #section-app #section-intro p.texto {
            font-size: 22px;
            line-height: 32px;
            padding-top: 25px; } }
    #section-app #section-intro .btn {
      width: fit-content;
      padding: 15px 50px;
      display: block;
      margin: 60px auto 0px;
      font-weight: 900;
      font-size: 40px;
      color: #fff;
      text-transform: uppercase; }
  #section-app #section-questionario {
    width: 100%;
    height: 100vh;
    float: left;
    margin-top: -100vh;
    overflow: hidden; }
    @media (max-width: 767px) {
      #section-app #section-questionario .fs-field-label {
        font-size: 19px; } }
    #section-app #section-questionario .fs-field-label strong {
      width: 35px;
      height: 35px;
      margin-right: 10px;
      text-align: center;
      padding: 4px;
      border-radius: 50%;
      float: left;
      font-size: 22px;
      color: #fff; }
      @media (max-width: 767px) {
        #section-app #section-questionario .fs-field-label strong {
          width: 45px;
          height: 45px;
          float: none;
          font-size: 28px;
          display: block;
          margin: 0px auto 22px; } }
    #section-app #section-questionario.animated {
      margin-top: 0px; }
    #section-app #section-questionario .box-1 {
      width: 100%;
      height: 110px;
      float: left;
      padding: 15px 0px;
      overflow: hidden; }
      @media (max-width: 767px) {
        #section-app #section-questionario .box-1 {
          height: 91px;
          padding: 8px 0px; } }
      #section-app #section-questionario .box-1 img {
        height: 40px;
        display: block;
        margin: 0px auto; }
        @media (max-width: 767px) {
          #section-app #section-questionario .box-1 img {
            height: 30px; } }
      #section-app #section-questionario .box-1 span {
        width: 100%;
        float: left;
        padding-top: 10px;
        line-height: 16px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
        color: #fff;
        text-align: center; }
        @media (max-width: 767px) {
          #section-app #section-questionario .box-1 span {
            padding-left: 0px;
            padding-right: 0px;
            font-size: 11px; } }
    #section-app #section-questionario .fs-fields input {
      margin-top: 41px; }
    #section-app #section-questionario .fs-form-wrap button[disabled] {
      opacity: 1;
      background-color: #fff; }
    #section-app #section-questionario .fs-numbers {
      color: #fff;
      margin: 20px; }
    @media (max-width: 767px) {
      #section-app #section-questionario .fs-form {
        padding: 0px; } }
    @media (max-width: 767px) {
      #section-app #section-questionario .fs-nav-dots {
        display: none; } }
    @media (max-width: 767px) {
      #section-app #section-questionario .fs-fields li#li-1 {
        margin-top: 60px; } }
    #section-app #section-questionario button.fs-continue {
      width: 200px;
      position: absolute;
      right: 50%;
      margin-right: -100px;
      font-size: 23px;
      color: #fff; }
      @media (max-width: 767px) {
        #section-app #section-questionario button.fs-continue {
          border-radius: 10px;
          text-indent: -9999px; } }
      #section-app #section-questionario button.fs-continue::after {
        color: #fff; }
      #section-app #section-questionario button.fs-continue::before {
        text-indent: 0px; }

.fs-fields input:focus {
  background-color: transparent; }

[type='range'] {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 34px;
  background: transparent;
  font: 1em/1 arial, sans-serif;
  transition: all 0.4s; }
  [type='range'], [type='range']::-webkit-slider-thumb {
    -webkit-appearance: none; }
  [type='range']::-webkit-slider-runnable-track {
    box-sizing: border-box;
    border: none;
    width: 12.5em;
    height: 0.25em;
    background: #ccc; }
  [type='range']::-moz-range-track {
    box-sizing: border-box;
    border: none;
    width: 12.5em;
    height: 0.25em;
    background: #ccc; }
  [type='range']::-ms-track {
    box-sizing: border-box;
    border: none;
    width: 12.5em;
    height: 0.25em;
    background: #ccc; }
  [type='range']::-webkit-slider-thumb {
    margin-top: -0.625em;
    box-sizing: border-box;
    border: none;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #f90; }
  [type='range']::-moz-range-thumb {
    box-sizing: border-box;
    border: none;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #f90; }
  [type='range']::-ms-thumb {
    margin-top: 0;
    box-sizing: border-box;
    border: none;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #f90; }
  [type='range']::-ms-tooltip {
    display: none; }

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