*{
	margin: 0;
	padding: 0;
}
.container{
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

#header{
	padding-top: 10px;
}

.banner{
	width: 99%;
	height: 632px;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	min-width: 1000px;
}

.banner div{
	width: 100%;
	height: 632px;
	float: left;
}

.vitrine1{
	background: url(../img/vitrine1.jpg) no-repeat   center 0;
	background-size: cover;
}
.vitrine2{
	background: url(../img/vitrine2.jpg) no-repeat   center 0;
	background-size: cover;
}
.vitrine3{
	background: url(../img/vitrine3.jpg) no-repeat   center 0;
	background-size: cover;
}

.slick-next, .slick-prev{
	display: none !important;
}

.title{
	background: #a6ce39;
	color: #003d69;
	font-family: verdana;

	font-size: 14px;
	padding: 6px;
	text-align: center;
	text-transform: uppercase;
}

.planos .title{
	text-align: left;
}

.planos{
	margin-top: 30px;
	padding-bottom: 50px;
	position: relative;
	height: 327px;
	overflow: hidden;
}

.planos p{
	font-family: Verdana;
	color: #003d69;
	padding-top: 35px;
	font-size: 22px;
}

.post{
	background: #003d69;
	color: #FFF;
	font-family: Verdana;
	font-size: 13px;
	min-height: 210px;
}

.post:after{
	content: " ";
	display: block;
	clear: both;
}

.post p{
	padding: 20px 10px 0 10px;
	float: left;
	height: 205px;
}

.box-um{
	width: 350px;

}
.box-dois{
	width: 320px;
	border-left: 1px solid #FFF;
}
.box-tres{
	width: 280px;
	border-left: 1px solid #FFF;
}


#footer{
	background: #dcdde0;
	color: #6d6e71;
	font-size: 11px;
	font-family: Arial;
	padding: 30px 0;
	padding-left: 20px;
}

#footer img{
	display: block;
	margin: 0 auto;
}

.input-footer{
	position: relative;
	left: -18px;
	top: 21px;
	display: inline-block;
}


.video{
	width: 420px;
	position: relative;
	left: 608px;
	top: -189px;
}

.form-container{
	position: absolute;
	width: 320px;
	z-index: 1111;
	right: 0;
	top: -67px;
	padding-top: 10px;
	line-height: 120%;
}

.form{
		background: rgba(0,61,105, 0.7);
		color: #FFF;
		font-family: Arial;
		padding: 10px 30px;
		height: 421px;
}

.form-container h1{
	color: #003d69;
	font-size: 21px;
	text-align: center;
	font-family: Arial;
	padding-bottom: 10px;
	position: relative;
top: -10px;
}

/*label[for=nome],label[for=email], label[for=observacao], label[for=modelo]{
	display: block;
}
*/
.form input{
	padding: 3px 4px;
	box-sizing: border-box;
}

.form label{
	display: inline-block;
	font-size: 12px;
	padding-top: 5px;
}

#nome,#email, #modelo,#msg{
	width: 99%;
}

label[for=ddt]{
	padding-right:30px;
}

.tel, .cel{
	 width: 30%;
}

.tel{
	margin-right: 22px;
}

.ddd{
	text-align: center;
	width: 12%;
}

.banner{
	z-index: -1111;
}

label[for=ano]{
	margin-right: 13px;
}

#ano{
	width: 32%;
	margin-right: 13px;
}

#mercado{
	width: 59%;
}

#msg{
	height: 96px;
}

.submit{
	background: rgba(166,206,57,0.6);
	color: #003d69;
	border: none;
	font-weight: bold;
	outline: none;
	position: relative;
	top: 13px;
	width: 320px;
	padding: 15px 0;
	left: -30px;
	cursor: pointer;
	font-size: 20px;
}

label[for=carro], label[for=moto]{
	margin-right: 22px;
}

label[for=carro], label[for=moto], label[for=caminhao]{
	position: relative;
	top: -2px;
}
label[for=mercado] {
	margin-left: 10px;
}