@media(min-width: 1500px){
    .camioneta .cam{
 width: 100%;
 max-width: 1200px;
 height:900px;

 margin: auto;
 display: flex;
 position: relative;

}


}
input[type="text"] {
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    
}
 input[type="submit"]{
 
 background-color: #0096A7;
 border: none;
 margin-top: 30px;
 padding: 20px;
 color: #fff;
 border:none;
 text-transform: uppercase;
 font-size: 30px !important;

 }

 .error{
 padding: 0px;	
 }
 input[type="email" i]{
 	width: 100%;
 }
 input[type="tel" i]{
 	width: 100%;
 }
 select {
    height: 50px;
    color: #000 !important;
}