.loader{display:none;text-align: center;background:rgba(255,255,255,0.95);width:100%;height:100%;position:fixed;top:0;left:0;z-index:9999999;}.loader .inner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.loader .inner img{margin: 0 auto;display:block;animation:loader 2s ease-in-out infinite}.loader #open-form-mobile{background:#37b0b2;padding:16px;font-family:'Poppins',sans-serif;color:#fff;line-height:140%;letter-spacing:.54px;text-align:center;display:none;position:fixed;bottom:0;left:0;z-index:9999;width:100%;font-weight:700;font-size:1.6em}@media screen and (max-width:1100px){#open-form-mobile{display:block}}@keyframes dots{0%,20%{color:rgba(0,0,0,0);text-shadow:.25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0)}40%{color:#9092a2;text-shadow:.25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0)}60%{text-shadow:.25em 0 0 #9092a2,.5em 0 0 rgba(0,0,0,0)}80%,100%{text-shadow:.25em 0 0 #9092a2,.5em 0 0 #9092a2}}@keyframes float{0%{transform:translatey(0)}50%{transform:translatey(-10px) scale(1.05)}100%{transform:translatey(0)}}@keyframes loader{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}@keyframes teste{0%{transform:translatex(0)}50%{transform:translatex(-10px)}100%{transform:translatex(0)}}@keyframes spin{0%{transform:rotate(0)}50%{transform:rotate(10deg) scale(1.07)}100%{transform:rotate(0)}}
@media (max-width:1500px){
    h2, h3, h4, h5, h6, p, span, button{
        zoom:0.9;
    }
}
body{
    background-color: #f1f1f1!important;
}
.checkbox{
    zoom: 0.8;
}
.imagefinal {
    max-width: 39%;
    position: absolute;
    right: 0;
    top: 9px;
}
h1, h2, h3, h4, h5, h6, p, span{
    color:#1c3b65;
}
h1{
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    font-size: 23px;
    line-height: 140%;
    padding-top: 25px;
}
h2{
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    padding-top: 25px;
}
h3{
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    font-size: 23px;
    line-height: 140%;
    margin-top: 40px;
}
a:hover {
    text-decoration: none;
}
#step-0 button, #step-6 button{
    background: #37b0b2;
    width: 392px;
    height: 64px;
    border-radius: 32px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    border:none;
    color: #fff;
    margin-top: 40px;
    transition-duration: .3s;
}
#step-1 button,#step-2 button,#step-3 button,#step-4 button,#step-5 button{
    background:transparent;
    position:absolute;
    top: 30vh;
    right: 150px;
    width: 150px;
    height: 150px;
    border-radius: 32px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    border:none;
    color: #fff;
    margin-top: 40px;
    cursor:pointer!important;
    transition-duration: .3s;
}
button:focus,button:hover{
    border: none!important;
    box-shadow: none!important;
    outline-width: 0!important;
    transform:scale(1.1);
    transition-duration: .3s;
}

input{
    font-family: 'Poppins',sans-serif;
    font-size: 24px;
    padding-left:30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.91;
    letter-spacing: 1.12px;
    text-align: left;
    background:transparent;
    border:none;
    margin: 20px 0px 10px 0;
    height: 80px;
    width: 800px;
    border-bottom: solid 4px #37b0b2;
    transition-duration: .3s;
}
input:focus {
    border-bottom: solid 4px #37b0b2!important;
    border: none;
    box-shadow: none;
    outline-width: 0;
}
input[type=checkbox], input[type=radio] {
    margin: 0;
    width: 30px;
    height: 30px;
    background:transparent;
}
.checkbox label{
    font-family: 'Poppins',sans-serif;
    font-size: 18px;
    border:none;
    text-align:left;
    background: url(../images/input-checkbox.svg) 0 0 no-repeat;
    padding-left: 35px;
}
.radio label{
    font-family: 'Poppins',sans-serif;
    font-size: 18px;
    background:transparent;
    border:none;
    text-align:left;
    background: url(../images/input-radio.svg) 0 0 no-repeat;
    padding-left: 35px;
}
.checkbox,.radio {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 10px;
}
.radio input:checked+label {
    background: url(../images/input-radio-active.svg) 0 0 no-repeat;
    background-size: 24px;
    z-index: 1;
}
.checkbox input:checked+label {
    background: url(../images/input-checkbox-active.svg) 0 0 no-repeat;
    background-size: 24px;
    z-index: 1;
}
.checkbox input,.radio input {
    margin-right: -36px;
    z-index: 99999999999;
    opacity: 0;
}
.input-field input {
    background: #fff;
    width: 100%;
    height: 56px;
    border: #e6e6e6 solid 1px;
    outline: 0;
    border-radius: 32px;
    padding-left: 32px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    letter-spacing: .58x;
    color: #949494;
    font-size: 16px;
    padding-left: 35px;
}
#step-5 .checkbox,#step-5 .radio {
    width: 240px;
}
#step-5 .step5-equals .checkbox, #step-5 .step5-equals .radio {
    width: 410px;
}
#step-0,#step-1,#step-2,#step-3,#step-4,#step-5,#step-6,#step-6-1,#step-7,#step-7-1,#step-8,#step-9,#step-10{
    display:none;
}
.logo{
    position: absolute;
    top: 60px;
    width: 130px;
}
#step-0{
    background-color: #1b3b64;
    height: 100vh;
    padding: 150px 40% 0 100px;
}
#step-0 h1{
    color:#ffffff;
    margin-top: 12vh;
}
@media (max-width:1500px){
    #step-0 h1 {
        margin-top: 5vh;
    }
}
#step-0 h2{
    color:#ffffff;
}
#step-0 #progresso{
    position: absolute;
    bottom: 0;
    left: 0;
    width:0%;
    height:15px;
    background-image: linear-gradient(119deg, #37b0b2 -8%, #3767a5 93%);
}
#step-0 .imagepage1 {
    position: absolute;
    max-width: 42%;
    right: 0;
    bottom: 0;
}
#step-1{
    background-color: #f6f6f6;
    height: 100vh;
    padding:25vh 300px 0 200px;
}
#step-1 #progresso{
    position: absolute;
    bottom: 0;
    left: 0;
    width:25%;
    height:15px;
    background-image: linear-gradient(119deg, #37b0b2 -8%, #3767a5 93%);
}
.number{
    font-family: Poppins;
    font-size: 23px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    float:left;
    margin-left: -100px;
    margin-top: -22px;
    line-height: 3;
    letter-spacing: 0.74px;
    text-align: center;
    color: #37b0b2;
    width: 80px;
    height: 80px;
    border-radius:100px;
    box-shadow: 10px 10px 99px 0 rgba(0, 0, 0, 0.16);
    border: solid 3px #37b0b2;
}
#step-2{
    background-color: #f6f6f6;
    height: 100vh;
    padding:20vh 300px 0 200px;
}
#step-2 .checkbox, #step-2 .radio {
    width: 300px;
    height: 91px;
}
#step-2 #progresso{
    position: absolute;
    bottom: 0;
    left: 0;
    width:50%;
    height:15px;
    background-image: linear-gradient(119deg, #37b0b2 -8%, #3767a5 93%);
}
#step-3{
    background-color: #f6f6f6;
    height: 100vh;
    padding:20vh 300px 0 200px;
}
#step-3 #progresso{
    position: absolute;
    bottom: 0;
    left: 0;
    width:41%;
    height:15px;
    background-image: linear-gradient(119deg, #37b0b2 -8%, #3767a5 93%);
}
#step-4{
    background-color: #f6f6f6;
    height: 100vh;
    padding:20vh 300px 0 200px;
}
#step-4 #progresso{
    position: absolute;
    bottom: 0;
    left: 0;
    width:75%;
    height:15px;
    background-image: linear-gradient(119deg, #37b0b2 -8%, #3767a5 93%);
}
#step-5{
    background-color: #f6f6f6;
    height: 100vh;
    padding:20vh 300px 0 200px;
}
#step-5 #progresso{
    position: absolute;
    bottom: 0;
    left: 0;
    width:60%;
    height:15px;
    background-image: linear-gradient(119deg, #37b0b2 -8%, #3767a5 93%);
}
#step-6{
    background-color: #f6f6f6;
    height: 100vh;
    padding:20vh 300px 0 200px;
}
#step-6 #progresso{
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    height:15px;
    background-image: linear-gradient(119deg, #37b0b2 -8%, #3767a5 93%);
}

div.output > span{
    color: red!important;
}
#step6-raiox,#step6-equals{
    width: 50%;
}
@media screen and (min-width:1100px) and (max-width:1600px){
    input {
        font-size: 13px;
        height: 60px;
        border-bottom: solid 2px #37b0b2;
    }
    #step-2 .checkbox, #step-2 .radio {
        width: 30%;
        height: 66px;
    }
    .radio label {
        font-size: 15px;
    }
    h3 {
        font-family: 'Poppins',sans-serif;
        font-weight: normal;
        font-size: 20px;
    }
    h2 {
        font-size: 16px;
    }
    #step6-raiox, #step6-equals {
        width: 60%;
    }
}
@media (max-width:1100px){
    #step-0 .imagepage1 {
        display: none!important;
    }
    #step-0 .imagepage1 img{
        display: none!important;
    }
    #step-0 {
        padding: 40px;
    }
    .logo {
        top: 18px;
        width: 110px;
    }
    h1 {
        font-size: 19px;
    }
    h2,strong {
        font-size: 13px;
    }
    h3 {
        font-size: 13px;
    }
    #step-0 button, #step-6 button {
        width: 100%;
        zoom: 0.7;
    }
    #step-1,#step-2,#step-3,#step-4,#step-5,#step-6,#step-6-1,#step-7,#step-7-1,#step-8,#step-9,#step-10 {
        padding: 60px 40px 0 74px;
    }
    #step-10 img{
        display:none;
    }
    .number {
        margin-left: -68px;
        margin-top: -1px;
        line-height: 2;
        width: 50px;
        height: 50px;
        border: solid 2px #37b0b2;
    }
    input {
        padding-left: 20px;
        line-height: 0.91;
        letter-spacing: 1.12px;
        margin: 20px 0px 10px 0;
        height: 56px;
        width: 100%;
        font-size: 14px;
        border-bottom: solid 2px #37b0b2;
    }
    input:focus {
        border-bottom: solid 3px #37b0b2!important;
    }
    #step-1 button, #step-2 button, #step-3 button, #step-4 button, #step-5 button {
        background: transparent;
        position: absolute;
        top: 0px;
        right: 0;
        max-width: 100%;
        display: block;
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        border: none;
        color: #fff;
        margin-top: 40px;
        cursor: pointer!important;
        transition-duration: .3s;
    }
    #step-1 button, #step-2 button, #step-3 button, #step-4 button, #step-5 button {
        background: transparent;
        position: absolute;
        bottom: 20px;
        right: 0;
        top: auto;
    }
    button img{
        max-width:104px;
    }
    .chekbox,.radio{
        zoom: 0.7;
    }
    .radio label {
        font-family: 'Poppins',sans-serif;
        font-size: 16px;
    }
    #step-5 .checkbox, #step-5 .radio {
        width: 48%!important;
        zoom: 0.6!important;
    }
    #step6-raiox, #step6-equals {
        width: 100%;
    }
    .imagefinal{
        display: none;;
    }
    .imagefinal img{
        display: none;;
    }
    #step-2 .checkbox, #step-2 .radio {
        width: 100%;
        height: 35px;
        zoom: 0.6;
    }
}