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

    .logo-green{
        width: 100%;


    }}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
    background-color: red;

}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn:hover, .btn:focus{

color:white;
}
.text-center  .logo-green{

    margin: 0 auto;
}
.text-center{

    margin-bottom: -20px;
}
.line-top{
    border-top: 6px solid #74BD43;
    margin-bottom: -20px;
}
.line-bottom{
    border: 1px solid #6E7072;
    margin-bottom: 205px;
}
.all-forms {
    margin: 0 auto;
}

.aling-right{
    float: right;
    border:1px solid #95989A;
    background-color: #74BD43;
    color:white;
    font-weight: bold;

}
.text-tour{
    font-size: 13px;
}
.aling-right:hover{
    border:1px solid #74BD43;
    background-color: white;
    color:#151835;/*verde*/
    font-weight: bold;
}

.form-control, input[type=text]{
    border-radius:0px;
}
.form-control, .forms input[type=text]{
    border-radius:0px;
}

.text-escolha{
    font-weight: normal;
    font-size: 11px;

}

.txt-cadastro, input[type=text]{
    border-bottom: 3px solid #ccc;
    border-top: 0;
    border-left:0;
    border-right:0;
    width: 100%;
}
 .txt-cadastro, input[type=text]:hover, input[type=text]:focus{
    border-bottom: 3px solid #74BD43;
    border-top: 0;
    border-left:0;
    border-right:0;
}
 .text-geral{
    color: #74BD43;;
    font-size: 35px;
     text-align: center;
    font-weight: bold;
}
.bt-tour{
    font-size: 25px;
    border:1px solid #95989A;
    background-color: #74BD43;
    color:white;
    font-weight: bold;
    border-radius:45px;
    padding: 25px;
}
.bt-tour:hover{
    border:1px solid #74BD43;
    background-color:white;
    color:#74BD43;
    font-weight: bold;
}

