body {
    background: url(../img/fundo.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.8;
}


input2[type="file"]
{
    color: transparent;
    display: none;
}

.modal-dialog.modal-800 {
    width: 800px;
    margin: 30px auto;
}

.modal-dialog.modal-1200 {
    width: 1200px;
    margin: 30px auto;
}

@media (min-width: 1200px) {
   .modal-xlg {
      width: 90%; 
   }
}

.front .trunk .front_seat .back_seat .painel .back .left_side .right_side {
    color: red;
}

