/* Latest compiled and minified CSS included as External Resource*/

/* Optional theme */

/*@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');*/


.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.voltar {
    margin: auto;
    text-align: center;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-25 {
    margin-bottom: 25px;
}

.back-bt {
    background: #4e4e4e;
    color: #fff;
}

.back-bt:hover {
    color: #bbcad7;
}

.footer-pg {
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #999999;
}

.rt {
    color: #999999;
}

.rt: hover {
    color: #428bca;
}

.text-r {
    text-align: right;
}

.text-l {
    text-align: left;
}

.btn-success {
    color: #fff;
    background-color: #1b4d73;
    border-color: #1b4d73;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-body {
    color: #4e4e4e;

}

.panel-primary {
    border: none;
}

.detalhes {
    margin-right: 7px;
}

.panel-primary>.panel-heading {
    color: #4e4e4e;
    background-color: white;
    border-color: #ffffff;
    text-align: center;
}

.form-group {
    display: block;

}

.centralizar {
    text-align: center;
}

.form-data {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px;
    border: none;
    background: #F7F7F7;
    border-radius: 15px;
    width: 120px;
    text-align: center;
}

.form-nome {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px;
    border: none;
    background: #F7F7F7;
    border-radius: 15px;
    width: 100%;
}

.form-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px;
    border: none;
    background: #F7F7F7;
    border-radius: 15px;
    width: 50%;
    min-height: 160px;
    text-align: center;
}

.form-ano {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px;
    border: none;
    background: #F7F7F7;
    border-radius: 15px;
    width: 92px;
    text-align: center;
    font-size: 16px;
}

.estilo-bt {
    margin-top: 35px;
    font-weight: 500;
    width: 150px;
    padding: 10px;
    color: #fff;
    background: #2AAFC0;
    background: -webkit-gradient(linear, left top, right top, from(#2AAFC0), to(#6976c5));
    background: linear-gradient(to right, #273e6d, #4e4e4e);
    -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);
    box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);
    border: 0;
    border-radius: 10px !important;
    cursor: pointer;
}

section,
.section {
    position: relative;
    z-index: 992;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}

.arrumar-perguntas {
    width: 50%;
    margin: auto;
}

.arrumar-perguntas-r {
    margin-left: 415px;
}

.arrumar-perguntas-r2 {
    margin-left: 360px;
}

.arrumar-perguntas-s {
    margin-left: 450px;
}

label {
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cor-t {
    color: #f0f8ff00;
}

.tam {
    max-width: 800px;
    margin: auto;
}

.pt-0 {
    padding-top: 0px !important;
}

.panel-body {
    padding-bottom: 30px;
}

.img-veiculo {
    width: auto;
    border-radius: 20px;
    box-shadow: 1px 1px 6px #273e6d;
    max-height: 100px;
}

@media screen and (max-width: 1199px) {
    .arrumar-perguntas {
        width: 60%;
    }

    .arrumar-perguntas-s {
        margin-left: 360px;
    }

    .arrumar-perguntas-r {
        margin-left: 315px;
    }

    .arrumar-perguntas-r2 {
        margin-left: 260px;
    }
}

@media screen and (max-width: 991px) {
    .centralizar-m {
        text-align: center;
    }

    .text-r {
        text-align: center;
    }

    .text-l {
        text-align: center;
    }

    .arrumar-perguntas {
        width: 80%;
    }

    .arrumar-perguntas-s {
        margin-left: 250px;
    }

    .form-text {
        width: 75%;
    }

    .arrumar-perguntas-r {
        margin-left: 200px;
    }

    .arrumar-perguntas-r2 {
        margin-left: 80px;
    }
}

@media screen and (max-width: 767px) {
    .col-4 {
        width: 32%;
        display: inline-block;
    }

    .arrumar-perguntas {
        width: 100%;
    }

    .arrumar-perguntas-s {
        margin: auto;
    }

    .arrumar-perguntas-r {
        margin: auto;
    }

    .arrumar-perguntas-r2 {
        margin: auto;
    }

    .form-text {
        width: 100%;
    }

    .panel-body {
        padding: 5px;
    }

}

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

    .arrumar-perguntas-r,
    .arrumar-perguntas-r2,
    .arrumar-perguntas-s,
    .arrumar-perguntas {
        font-size: 13px;
    }
}

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

    .arrumar-perguntas-r,
    .arrumar-perguntas-r2,
    .arrumar-perguntas-s,
    .arrumar-perguntas {
        font-size: 12px;
    }
}

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

    .arrumar-perguntas-r,
    .arrumar-perguntas-r2,
    .arrumar-perguntas-s,
    .arrumar-perguntas {
        font-size: 11px;
    }
}