* {
    outline: none;
}
a,
button {
    text-decoration: none!important;
    cursor: pointer!important;
    transition: 1s;
}
p {
    line-height: 1.5;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    font-family: 'PT Sans', sans-serif;
}
.container {
    max-width: 1000px!important;
    width: 100%;
}

.vitrine img {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 15px;
}

.questoes {
    padding: 40px 0;
}

h4 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    width: 100%;
    min-height: 60px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #002d54;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px -2px 5px 1px rgba(195, 195, 195, 0.4);
    margin: 0;
}
h4 span {
    color: #f39200;
    margin-left: 10px;
}
p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-control {
    height: 50px;
}

.conclusao {
    width: 100%;
    height: 10px;
    display: block;
    border: 1px solid #002d54;
    border-radius: 50px;
    margin-bottom: 10px;
}
.conclusao:after {
    content: "";
    height: 8px;
    display: block;
    background: #f39200;
    border-radius: 50px;
}
.porcent1:after {
    width: 3%;
}
.porcent2:after {
    width: 7%;
}
.porcent3:after {
    width: 11%;
}
.porcent4:after {
    width: 15%;
}
.porcent5:after {
    width: 19%;
}
.porcent6:after {
    width: 23%;
}
.porcent7:after {
    width: 27%;
}
.porcent8:after {
    width: 31%;
}
.porcent9:after {
    width: 35%;
}
.porcent10:after {
    width: 39%;
}
.porcent11:after {
    width: 43%;
}
.porcent12:after {
    width: 47%;
}
.porcent13:after {
    width: 51%;
}
.porcent14:after {
    width: 55%;
}
.porcent15:after {
    width: 59%;
}
.porcent16:after {
    width: 63%;
}
.porcent17:after {
    width: 67%;
}
.porcent18:after {
    width: 70%;
}
.porcent19:after {
    width: 73%;
}
.porcent20:after {
    width: 76%;
}
.porcent21:after {
    width: 79%;
}
.porcent22:after {
    width: 82%;
}
.porcent23:after {
    width: 85%;
}
.porcent24:after {
    width: 88%;
}
.porcent25:after {
    width: 90%;
}
.porcent26:after {
    width: 92%;
}
.porcent27:after {
    width: 94%;
}
.porcent28:after {
    width: 96%;
}
.porcent29:after {
    width: 98%;
}
.porcent30:after {
    width: 99%;
}

.item {
    margin-bottom: 30px;
}
.item2,
.item3,
.item4,
.item5,
.item6,
.item7,
.item8,
.item9,
.item10,
.item11,
.item12,
.item13,
.item14,
.item15,
.item16,
.item17,
.item18,
.item19,
.item20,
.item21,
.item22,
.item23,
.item24,
.item25,
.item26,
.item27,
.item28,
.item29,
.item30 {
    display: none;
}
.btn-finalizar {
    display: none;
}
.box {
    padding: 40px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 2px 5px 1px rgba(195, 195, 195, 0.4);
}
.box img {
    max-width: 50%;
    margin: 0 auto 30px;
}
label {
    font-size: 20px;
    font-weight: 400;
    color: #002d54;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
input {
    margin: 0 10px 0 0!important;
    height: 17px;
}

.btn-geral {
    font-size: 30px;
    color: #fff;
    border: none;
    border-radius: 50px;
    background: #f39200;
    /* display: table; */
    padding: 15px 80px;
    margin: 30px 0 0;
}
.btn-geral:hover {
    color: #fff;
    background: #002d54;
}
.btn-geral[disabled] {
    background: #9e9e9e;
}

footer {
    text-align: center;
    padding: 20px 0;
    background: #002d54;
}

.lead input.form-control {
    height: 45px;
    margin-bottom: 20px!important;
    border-radius: 10px;
}

/* --- MOBILE --- */
@media (max-width: 767px) {
    h4 {
        font-size: 16px;
        padding: 10px;
        min-height: 60px;
    }
    label,
    p {
        font-size: 16px;
    }
    .item {
        margin-bottom: 15px;
    }
    .box {
        padding: 15px;
    }
    .box img {
        max-width: 100%;
    }
    .item {
        padding: 5px;
    }
    .btn-geral {
        font-size: 16px;
        padding: 10px 50px;
        margin: 20px auto;
    }
    .result {
        padding: 0 15px 20px;
    }
    .result h2 {
        font-size: 18px;
        padding: 15px 40px;
    }
    .result h3 {
        font-size: 16px;
        margin: 30px 0 10px;
    }
    .result p {
        font-size: 14px;
        margin: 0 0 10px;
    }
    .result .logo-midway {
        width: 130px;
    }
    .lojas .content {
        width: 100%;
    }
    .lojas .content a {
        display: flex;
        align-items: center;
    }
    .lojas img {
        margin: 0 15px 0 0;
    }
    .lojas p {
        font-size: 14px!important;
        text-align: left!important;
        margin: 0!important;
    }
    .lojas .content {
        width: 100%;
        padding: 10px;
        box-shadow: 0px 0px 3px 1px rgba(195, 195, 195, 0.4);
        margin-bottom: 15px;
    }
    .three figure,
    .four figure {
        height: 100px;
    }
    figure h3 {
        font-size: 12px;
        height: 100px;
    }
    .three img,
    .four img {
        margin-top: -121px;
    }
}