body{
 /*   font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Montserrat', sans-serif;
        overflow-x: hidden;
        overflow-y: scroll;
    }

h2{
    text-align: center;
    margin-bottom: 50px;
    font-weight: 300;
    font-size: 50px;
    margin-top: 100px;
    margin-bottom: 100px;
}


.big{
  font-size: 90px;
}

.w100 {
    font-weight: 100;
  }
  .w200 {
    font-weight: 200;
  }
  .w300 {
    font-weight: 300;
  }
  .w400 {
    font-weight: 400;
  }

  .w600 {
    font-weight: 600;
  }

  .w800 {
    font-weight: 800;
  }

#q-preloader {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: #fafafa;
z-index: 99;
-webkit-box-shadow: 6px 12px 17px 0 rgba(0,0,0,.05);
box-shadow: 6px 12px 17px 0 rgba(0,0,0,.05);
}

#q-preloader .q-preloader-text {
font-size: 20px;
font-weight: 500;
position: relative;
line-height: 1.2em;
overflow: hidden;
width: 90vW;
text-align: center;
}


#q-preloader > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
opacity: 0;
visibility: hidden;
}

#q-preloader .q-preloader-arrow{
animation: bounce 2s infinite;
-webkit-animation: bounce 2s infinite;
-moz-animation: bounce 2s infinite;
-o-animation: bounce 2s infinite;

}


@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
40% {-moz-transform: translateY(-30px);}
60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
40% {-o-transform: translateY(-30px);}
60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}




#intro{
    text-align: center;
    font-size: 100px;
}

.panel {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    
    font-size: 1.5em;
    text-align: center;
    
    position: relative;
    box-sizing: border-box;
    padding: 10px;
        padding-bottom: 10px;
}

#intro .step{
    display: inline-block;
    font-weight: 400;
}

.quinto_step{
    font-size: 40px;
}

