#opcoes{
    list-style: none;
    padding: 0;
}
#opcoes li{
    float: left;
}
#opcoes .btn{
    margin-bottom: 5px;
}
#opcoes .btn + .btn{
    border-left: 1px solid #D97117;
}
@media (max-width: 580px) {
    #opcoes .btn{
        width: 100%;
        border-radius: 6px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #opcoes .btn{
        font-size: 13px;
    }
}
.formCorrida fieldset{
    background:#ECF0F1;
    padding-bottom:20px;
}
.formCorrida legend{
    float:left;
    padding:15px;
    font-size:22px;
    font-weight:700;
    background-color:#454545;
    color:#fff;
    margin-bottom:30px;
}
@media (max-width: 1199px){
    .categoriaCorrida{
        width: 100%;
    }
}
.categoriaCorrida .tituloCategoriaCorrida{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.categoriaCorrida input{
    display: none;
}
.categoriaCorrida p{
    margin-bottom: 10px;
}
.categoriaCorrida div{
    padding: 10px 15px;
    cursor: pointer;
    background: #FFF;
    border: 2px solid #ccc;
    position: relative;
}
.categoriaCorrida div:before{
    font-family: FontAwesome;
    content: "\f0c8";
    position: absolute;
    right: -5px;
    top: -12px;
    font-size: 30px;
    color: #ccc;
}
.categoriaCorrida input[type=radio]:checked + div{
    background: #ffd8b7;
    border: 2px solid #FF851B;

}
.categoriaCorrida input[type=radio]:checked + div:before {
    font-family: FontAwesome;
    content: "\f14a";
    position: absolute;
    right: -5px;
    top: -12px;
    font-size: 30px;
    color: #FF851B;
}
.arquivoComprovante{
    border: 2px solid #FF851B;
}
