*{ margin:0; padding:0; }
body{
    font-family: 'Open Sans', sans-serif;
    font-size:0.9rem;
    color:#555;
    line-height:1.5rem;
}
br{ clear:both; }
.conteudoveiculo_esquerda{ 
    padding:5px;
    width:48.5%; 
    float:left; }

.conteudoveiculo_direita{ 
    padding:5px;
    width:48.5%; 
    float:left;  }

#topoimg img{
    width:100%; 
}

#titulo{
    margin:0.93rem 0 1.25rem;
    font-size:1.5rem; 
    font-weight:bold; 
    color:#555; 
}

.subtitulo{ 
    display:block;
    margin-bottom:0.62rem; 
    font-size:1.2rem; 
    font-weight:bold;
    color:#555; 
}

#veiculoimg img{
    max-width:550px;
    width: 100%;
}

.veiculomin{ 
    float:left;
    margin-right:0.5%; 
    width:16.25%; 
}

.veiculomin:last-of-type{ 
    margin:0; 
}

.veiculomin img{ 
    width:100%; 
}

#veiculocaixa{
    margin-top:1.25rem;
    margin-left: 15px;
}

.valor{ 
    font-size:0.87rem;
    font-weight:bold;
    color:#555;
}

#proposta form{ 
    padding:0.9rem 1.2rem;
    border:#d0d0d0 solid 1px;
}

#proposta fieldset{
    margin-bottom:0.62rem; 
    border:0; 
}

#proposta legend{ 
    font-size:0.8rem; 
    font-weight:bold; 
}

#proposta input, #proposta textarea{
    padding:0.9rem;
    width:100%;
    box-sizing:border-box;
    background:#d7d7d7;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:0.9rem;
    color:#000;
    border:0;
}

#proposta input{ 
    text-transform:uppercase; 
}

#proposta textarea{ 
    vertical-align:top; height:6rem;
}

#submit{ 
    margin-top:1rem; 
}

#submit input{
    padding:0.78rem;
    width:7.5rem;
    background:#d7d7d7;
    font-weight:bold;
    cursor:pointer;
    transition:all ease-in-out 100ms;
}
#submit input:hover{ 
    background:#555; 
    color:#fff; 
}

#codigo1{ 
    float:left; 
}

#codigo2{ float:left; 
    margin-left:0.62rem;
}

#codigo1 input{
    padding:0;
    width:5.65rem;
    height:2.5rem;
    font-size:1rem;
    font-weight:bold;
    line-height:2.5rem;
    text-align:center;
    text-transform:uppercase;
}
#erro{
    margin:0.31rem 0 0.62rem;
    padding:1.25rem;
    background:#fbf7aa;
    font-size:0.87rem;
    font-weight:bold;
    line-height:1rem;
    color:#ff0000;
    text-align:center;
}








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

}
@media (min-width: 480px) and (max-width: 768px){

}
@media (min-width: 768px) and (max-width: 998px){

}
@media (min-width: 998px) and (max-width: 9000px){

}