
.formulario {
    margin-top: 100px;
    display:block;
}

#contact{
    left: 0;
    bottom: 0;
    width: 100%;
}
#resultadoCotacao{
    display: none;
    margin-top: -120px;
}

table {
    font-family: 'Rubik', sans-serif;
    border-collapse: collapse;
    width: 600px;
    margin-top: 20px;
    margin-bottom: 40px;
}

td, th {
border: 1px solid #fcd9af;
text-align: center;
padding: 10px;
font-size: 1.4rem;
width: 180px;
}
th{
    background-color: #FEE7CA;
    color: black;    
}
td{
    background-color: #FCFCFC;
}

.menuForm{
    background-color: #FBAF4E;
}

fieldset{
    background-color: none;
    border-style: none;
    padding: 20px;
    margin-top: 20px;

}

label{
    font-family: 'Rubik', sans-serif;
    color: rgb(0, 0, 0);
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
    text-align: left;
}
input{
    display: block;
    height: 30px;
    border: 1px solid rgb(219, 219, 219);
    text-align: left;
    padding-left: 10px;
}
input:focus{
    outline: none !important;
    border-color:#FBAF4E;
}
select:focus{
    outline-color: #FBAF4E;
}

.btnEnviar{
    font-family: 'Rubik', sans-serif;
    padding: 15px;
    background-color: #FBAF4E;
    color: white;
    border: none;
    cursor: pointer;
}
.btnEnviar:active{
    background-color: #ca9147;
}
.btnField{
    margin-top: 0;
    text-align: right;
}
.btnBusca{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #FBAF4E;
    color: white;
    border: none;
    cursor: pointer;
    margin-right: 80px;
}
.btnBusca:active{
    background-color: #ca9147;
}

.formSpan{
    display: inline-block;
}

.numeroRemocao, .complementoRemocao, .labelReferencia{
    margin-bottom: 0px;

}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.labelTipoBem, .labelEstadoRemocao, .labelEstadoEntrega{
    margin-bottom: 0px;
}
.sAbv{
    color: rgb(160, 160, 160);
}
#checkboxE, #checkboxR{
    height: 12px;
    cursor: pointer;
    display: inline;
}
#checkbox:checked{
    background-color: #FBAF4E;
    color: #ca9147;
}
#tipoBem, #estadoRemocao, #estadoEntrega{
    display: block;
    margin-right: 50px;
    height: 30px;
    width: 300px;
    border: 1px solid rgb(219, 219, 219);
}
#numeroRemocao, #complementoRemocao{
    margin-right: 20px;
}

#nome{
    width: 300px;
    margin-right: 30px;
}

#celular{
    width: 150px;
    margin-right: 28px;
}
#email{
    width:342px;
}
#placa{
    width: 140px;
}
#modelo{
    width: 174px;
}
#marca{
    width: 150px;
    margin-right: 28px;
}
#cepRemocao, #cepEntrega{
    width: 150px;
    margin-right: 5px;
}
#cidadeRemocao, #cidadeEntrega{
    width: 255px;
    margin-right: 18px;
}
#estadoRemocao, #estadoEntrega{
    width: 300px;
}
#enderecoRemocao, #enderecoEntrega{
    width: 662px;
}
#numeroRemocao, #numeroEntrega{
    width: 150px;
}
#complementoRemocao, #complementoEntrega{
    width: 200px;
    margin-right: 65px;
}
#referenciaRemocao{
    width: 420px;
    height: 30px;
    border: 1px solid rgb(219, 219, 219);
    margin-bottom: -8px;
}
#referenciaRemocao:focus{
    outline: none !important;
    border-color:#FBAF4E;
}


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

    #nome{
        width: 350px;
    }
    #celular{
        width: 150px;
    }
    #email{
        width:350px;
    }
    #cepRemocao, #cepEntrega{
        width: 150px;
    }
    #estadoRemocao, #estadoEntrega{
        width: 350px;
    }
    #enderecoRemocao, #enderecoEntrega{
        width: 350px;
    }
    #numeroRemocao, #numeroEntrega{
        width: 150px;
    }
    #complementoRemocao, #complementoEntrega{
        width: 150px;
        margin-right: 65px;
    }
    #referenciaRemocao, #referenciaEntrega{
        width: 350px;
    }
    th, td {
        width: 200px;
    }
    table{
        width: auto;
    }
    


}