html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline:none;
}

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

strong {
	font-weight:bold;
}
p{margin:0 0 10px};
i, em {
	font-style:italic;
}
.left {
	float:left;
}
.right {
	float:right;
}
.modal-dialog {
    z-index: 9999;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}

.aligncenter {
	text-align:center;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: '';
}
.clearfix:after {
	clear: both;
}
.clear {
	clear:both;
	line-height:1px;
	height:1px;
}
.trap{ display:none; }
select, input, textarea {
	background:#565757;
	color:#fff;
	width:100%;
	line-height:30px;
	height:30px;
	padding:0 12px;
	/*border:3px solid #5c5c5c;*/
	/*border-radius:4px;*/
	border:none;
	/* font-size:15px; */
	font-family: inherit;
}
textarea{
	line-height:1.2;
	height:auto;
	min-height:100px;
	padding:10px 12px;
	resize:vertical;
}

.modal {
  color: #4B4B4B;
}

a:hover {
	color:#000;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}



.form-control{
	font-family: 'Lato', sans-serif;
	border:3px solid #5c5c5c;
	height:45px;
	line-height:45px;
	padding:5px 12px;
	margin-bottom:10px;
	color:#666;
	font-size:13px;
}


.select-row {
	margin-bottom:9px;
}
.select-row ul {
	width:100%;
}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
	background: #FFF;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	line-height:1.2;
	color:#444;
	overflow-x: hidden;
}

header {background: #000;/*padding-top: 16px;*/}
header .container {
    position: relative;
}


.logo {
	position: absolute;
	background-size:contain;
	background-repeat:no-repeat;
	background-position: center;
	width: 520px;
	height: 116px;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	background-image: url(images/logo.png);
	z-index: 5;
}

.logo a {
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	text-indent:-9999px;
}
.header-bg {
	/* background: #650101;
	background: -moz-linear-gradient(top, #650101 0%, #ac0000 50%, #5e0000 100%);
	background: -webkit-linear-gradient(top, #650101 0%,#ac0000 50%,#5e0000 100%);
	background: linear-gradient(to bottom, #650101 0%,#ac0000 50%,#5e0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#650101', endColorstr='#5e0000',GradientType=0 ); */
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #111 30%, #333 50%, #111 70%, #000 100%);
	background: -webkit-linear-gradient(top, #000 0%, #111 30%, #333 50%, #111 70%, #000 100%);
	background: linear-gradient(to bottom, #000 0%, #111 30%, #333 50%, #111 70%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);	
	height: 75px;
}
.navigation {/* position: absolute; *//* right: 0; *//* bottom: 0; */}
.navigation ul {}
.navigation li {}
@media (min-width:992px){
	.navigation li:nth-child(1) {position:absolute;top:0;left:0;width: 90px;}
	.navigation li:nth-child(1):after {content:"";top: 5px;right: -1px;width:2px;background: #ffc500;height: 65px;position: absolute;}
	.navigation li:nth-child(2) {position:absolute;top:0;left: 90px;width: 120px;}
	.navigation li:nth-child(3) {position:absolute;top:0;left: 755px;width: 100px;}
	.navigation li:nth-child(3):after {content:"";top: 5px;right: -1px;width:2px;background: #ffc500;height: 65px;position: absolute;}
	.navigation li:nth-child(4) {position:absolute;top:0;left: 855px;width: 100px;}
}

.navigation li a {color:#fff;font-size: 14px;padding: 25px 0 34px;display:block;text-align:center;font-weight: 900;letter-spacing:-1px;text-transform:uppercase;background: url(images/menu-seta.png) no-repeat center 45px;background-size: 20px;background-position:  center 45px;transition: .2s;}
.navigation li a:hover {background-position: center 47px;}


.header-whatsapp {
	position: absolute;
	top: 0;
	right: 0;
	color:#fff;
	font-size: 17px;
	background:url(images/header-whatsapp.png) no-repeat center left;
	/* height:23px; */
	padding: 12px 20px 12px 30px;
	font-weight: 900;
}
.header-whatsapp:hover {
	color:#eee;
}

.showcase {
	position:relative;
	/* margin-bottom:30px; */
	height: 290px;
	/*width: 995px;*/
	/*margin: 0 auto;*/
}
.showcase div:after {content:"você merece exclusividade!";position:absolute;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index: 1;
color:#fff; padding:15px 30px; font-size:21px;font-weight:bold;
text-align:right;
background: -moz-linear-gradient(left, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 100%);
background: -webkit-linear-gradient(left, rgba(24,24,24,0) 0%,rgba(24,24,24,1) 100%);
background: linear-gradient(to right, rgba(24,24,24,0) 0%,rgba(24,24,24,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00181818', endColorstr='#181818',GradientType=1 );

}

.showcase div { position:absolute; top:0; left:0; right:0; bottom:0; background-repeat:no-repeat; background-position:center; background-size:cover; opacity:0; -webkit-transition:1.5s; transition:1.5s; text-align:center;}
.showcase div img { max-width:100%; height:auto; }
.showcase div.active { z-index:2; opacity:1; }


.showcase-text{
	text-align:center;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	font-size: 30px;
	z-index:3;
	top: 30%;
	position: absolute;
	width: 100%;
	left: 0;
}

.showcase-text h3{ font-size:30px; }
.showcase-text strong{font-size:40px;display: block;}
.showcase-text span{transform: translateY(-10px) scale(.5) rotate(-20deg);opacity:0;}
.active .showcase-text span{ transform:translateY(0) scale(1) rotate(0deg); opacity:1;min-width:10px;transition:.3s;display: inline-block;}

.heading h3 {color: #333;font-size:25px;font-weight:700;text-transform:uppercase;position:relative;margin-bottom: 20px;}
.heading h3:after {content:" ";background: #ffc500;width:362px;height:5px;display:block;margin: 8px 0 -5px 0;}
.heading100 h3:after {width:auto;}

.heading h1 { padding-left:10px; color:#ffc500; font-size:25px; font-weight:700; text-transform:uppercase; position:relative; }
.heading
.content h3 {	margin-bottom:23px;	color:#ffc500;	font-size:25px;	font-weight:700;	text-transform:uppercase;}



/* 2.4 Main Container */
.main-container {
	padding: 40px  0 0;
}
/* 2.4.1 Car Listing */
.car-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 40px;
}
.car-listing-featured {background:#000; border-top:3px solid #fff;border-bottom:3px solid #fff;}
.car-listing-featured .container { position:relative; padding:30px 0; }
.car-listing-featured .container:before {content:"As melhores ofertas para você";position:absolute;top:-20px;left: 10px;background:#000;color:#fff;padding: 8px 30px 0;line-height: 6px;height: 20px;overflow:hidden;z-index: 3;font-size: 16px;font-weight:bold;font-style:italic;border:3px solid #fff;border-radius:15px 15px 0 0;border-bottom:0;}
.car-listing-featured .car-listing { margin:0;}



.loop-veiculos {
	width:25%;
	padding: 0 10px;
	margin-bottom:30px;
	position: relative;
}


.loop-veiculos-content{
	position: relative;
	border: 1px solid #ddd;
	padding: 4px;
	border-radius: 4px;
}

.loop-veiculos-thumb {
	position: relative;
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding-bottom: 65%;
}
.loop-veiculos-thumb img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
}
.loop-veiculos-info{
	padding:5px;
}
.loop-veiculos h2{
	font-size: 16px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	letter-spacing: -1px;
}

.loop-veiculos p {
	font-size: 13px;
	margin: 0;
	line-height: 1.4;
	letter-spacing: -0.5px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.loop-veiculos strong {
	margin-right:3px;
}

 .loop-veiculos p.loop-veiculos-price  {
	font-size: 15px;
	font-weight: bold;
	color: #ffc500;
	text-transform: uppercase;
}

.loop-veiculos a {
	position: absolute;
	z-index: 3;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.loop-veiculos .readmore {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

	opacity:0;
	color:#fff;
	font-size: 18px;
	background: rgba(0, 0, 0, 0.5) ;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	-webkit-transition:.2s;
	transition:.2s;

}
.loop-veiculos .readmore span {
	background-color: #ffc500;
	color:#fff;
	display:inline-block;
	padding:3px;
	width: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	margin-left: 5px;
}

.loop-veiculos:hover .readmore {
	opacity:1;
}



.car-listing-featured {margin-top: 0;margin-bottom: 0;}
.car-listing-featured .loop-veiculos {
	width:33.33%;
	margin-bottom:0;
}

.car-listing-featured .loop-veiculos-info {
	position: absolute;
	background: rgba(0,0,0,0.7);
	bottom: 0;
	left: 0;
	right: 0;
	color:#fff;
	padding: 10px 10px 5px;
}


.car-listing-featured .loop-veiculos-content{
	border: none;
	padding: 0;
	border-radius: 0;
}
.car-listing-featured .loop-veiculos p {
	font-size: 14px;
}

.car-listing-featured p.loop-veiculos-price {
	text-align:right;
	color: #FDB514;
	font-size: 18px;
}

.car-listing-featured .loop-veiculos h2{
	font-size: 18px;
	margin-bottom: 3px;
}


.container-ver-todos{
	padding: 70px 0;
}





.ver-todos {
	color:#000;
	padding:20px;
	font-size:20px;
	border:2px solid #000;
	border-radius:10px;
	text-transform: uppercase;
	display: inline-block;
}
/* 2.4.4 Content */
.content {
	padding-top:28px;
}

.content p {
	line-height:17px;
	margin-bottom:45px;
}

.thumbnail {
	border:none;
	padding:0 0 0 32px;
	margin:0;
	position:relative;
}
.thumbnail ul {
	margin-left:-10px;
}
.thumbnail li {
	margin-left:10px;
	float:left;
}
.thumbnail .prev,
.thumbnail .next {
	background:url(images/sprite_arrow.png) no-repeat left top;
	width:24px;
	height:48px;
	line-height:48px;
	display:block;
	text-indent:-9999px;
	left:0;
	position:absolute;
}
.thumbnail .prev {
	background-position:left top;
	bottom:0;
}
.thumbnail .prev:hover {
	background-position:left bottom;
}
.thumbnail .next {
	background-position:right top;
	top:0;
}
.thumbnail .next:hover {
	background-position:right bottom;
}
/* 2.4.12 Product Info */
.product-info {
	background:#ececec;
	min-height:300px;
	padding:29px 30px;
	margin:0 -30px 30px -30px;
	position:relative;
}
.product-info h3 {
	line-height:20px;
	margin-bottom:17px;
	color:#2b2b2b;
	font-size:17px;
	text-transform:uppercase;
	position:relative;
}
.product-info h1 {
	line-height:20px;
	margin-bottom:17px;
	color:#2b2b2b;
	font-size:17px;
	text-transform:uppercase;
	position:relative;
}
.product-info ul {
	margin-bottom:26px;
}
.product-info li {
	line-height:17px;
	margin-bottom:17px;
	color:#8d8c8c;
}
.product-info li img {
	margin-right:10px;
}
.product-info li strong {
	float:right;
}

.product-info .bottom-row {
	width:100%;
	padding:0 30px;
	bottom:10px;
	left:0;
	position:absolute;
}
.product-info .btn-submit {
	background:#2b2b2b;
	line-height:41px;
	margin-bottom:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(PIE.html);
	position:relative;
}


.vehicle-image {position:relative; margin-bottom:10px; padding-bottom:75%;}
.vehicle-image div { position:absolute;top:0;left:0;right:0;bottom:0; opacity:0; z-index:2; -webkit-transition:.2s; transition:.3s; }
.vehicle-image div.active { z-index:3; opacity:1; }
.vehicle-image div img { width:100%; height:100%; object-fit: contain; }
.vehicle-thumbnails {}
.vehicle-thumbnails ul { display:flex; flex-wrap: wrap; margin:0 -5px 0 -5px; }
.vehicle-thumbnails ul li { width: 16.66%; height: 80px; margin-bottom:10px; padding:0 5px; cursor:pointer;}
.vehicle-thumbnails ul li img { width:100%; height:100%; object-fit:cover; }

.vehicle-extra-info { font-size:16px; margin-top:20px; }
.vehicle-extra-info p { margin-bottom:20px; }
.vehicle-extra-info strong { display:block; font-weight:bold;}

.vehicle-info{ font-size:16px; margin-bottom:20px; }
.vehicle-info h4 { background-color:#2B2B2B; color:#fff; padding:15px 20px; font-weight:bold; }
.vehicle-info ul{}
.vehicle-info p { text-align:center }
.vehicle-info li{ width:100%; padding:15px 20px;background-color:#E6E7E8; }
.vehicle-info li:nth-child(2n){ background-color:#fff; }
.vehicle-info li strong{ font-weight:bold; }
.vehicle-info .price { display:block; background:#D32726; color:#fff; font-size:16px; padding:15px 20px; text-align:center; }

.ver-whatsapp {
	background-color:#189D0E;
	color:#fff;
	position: relative;
	display: inline-block;
	padding: 4px 11px 4px 40px;
	border-radius:5px;
	font-weight:bold;
  margin: 10px;
}
.ver-whatsapp:focus,
.ver-whatsapp:hover { color:#fff !important; text-decoration: none; }
.ver-whatsapp:before {
	content:"";
	background:url(images/svg/whatsapp-white.svg) no-repeat center #1BBC10;
	border-radius:50%;
	background-size:20px;
	width:40px;
	height:40px;
	position:absolute;
	left: -6px;
	top: -5px;
}

.proposal-form{background: #F1F1F1;/* font-size:16px; */border-top: 5px solid #ffc500;padding-bottom:10px;}
.proposal-form h4 {/* background-color:#2B2B2B; *//* color:#fff; */padding:15px 20px;font-weight:bold;}
.proposal-form form{}
.proposal-form p {  padding:0 20px;}
.proposal-form input{ }
.proposal-form textarea{}
.proposal-form button{ border:0; margin-top:20px; cursor:pointer; display:block; width:100%; background:#D32726; color:#fff; font-size:16px; padding:15px 20px; text-align:center; }



.contact-form{ background:#ececec; font-size:16px; }
.contact-form h4 { background-color:#2B2B2B; color:#fff; padding:15px 20px; margin-bottom:20px; font-weight:bold; }
.contact-form form{}
.contact-form p { padding:0 20px;}
.contact-form select,
.contact-form input,
.contact-form textarea{background: #fff;color: #444;}
.contact-form button{border:0;margin-top:20px;cursor:pointer;display:block;width:100%;background: #ffc500;color:#fff;font-size:16px;padding:15px 20px;text-align:center;}




.page-sobre h4{
	text-transform:uppercase;
	font-size:20px;
	color: #000;
	margin-top:10px;
	margin-bottom:20px;
}
.page-sobre p {
	margin-bottom:20px;
}


.page-contato h5 {
	text-transform:uppercase;
	font-size:20px;
	color: #000;
	margin-bottom:20px;
}

.ver-whatsapp {
	background-color:#189D0E;
	color:#fff;
	position: relative;
	display: inline-block;
	padding: 4px 11px 4px 40px;
	border-radius:5px;
	font-weight:bold;
  margin: 10px;
}
.ver-whatsapp:hover { color:#fff !important; text-decoration: none; }
.ver-whatsapp:before {
	content:"";
	background:url(images/svg/whatsapp-white.svg) no-repeat center #1BBC10;
	border-radius:50%;
	background-size:20px;
	width:40px;
	height:40px;
	position:absolute;
	left: -6px;
	top: -5px;
}

/* 2.4.13 Tab */


.tab-content {
	background:#ececec;
	padding:22px 30px 13px 30px;
}
.characteristic p {
	line-height:17px;
	margin-bottom:25px;
	color:#8d8c8c;
}
/* 2.4.14 Special Offers */
.special-offers-row {
	background:#ececec;
	margin-bottom:30px;
}
.special-offers-row h3 {
	line-height:20px;
	margin-bottom:25px;
	color:#4b4b4b;
	font-size:17px;
	text-transform:uppercase;
}
.special-offers-row .txtb {
	padding:18px 0 0 0;
}
.special-offers-row .product-info2 {
	float:left;
}
.special-offers-row .product-info2 ul {
	margin-bottom:15px;
}
.special-offers-row .product-info2 li {
	margin-left:33px;
	float:left;
}
.special-offers-row .product-info2 li img {
	margin-right:10px;
}
.special-offers-row .product-info2 li:first-child {
	margin-left:0;
}
.special-offers-row .product-info2 .price {
	display:block;
	font-size:17px;
	color:#4b4b4b;
}

.special-offers-row .btn-more span {
	background:url(images/arrow.png) no-repeat right center;
	display:block;
}
.special-offers-row .btn-more:hover {
	background:#f15c64;
}

/* 2.5.1 Services */
.services li {
	padding:30px 0;
	text-align:center;
}
.services li .icon {
	margin-bottom:9px;
}
.services li a {
	color:#fff;
}

.services li h3 {
	margin-bottom:7px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
.services li p {
	line-height:14px;
	padding:0 10px;
	color:#c1c1c1;
	font-size:11px;
}

/* 2.5.3 About */
.about {
	width:615px;
	padding-top:37px;
	margin-right:65px;
	float:right;
}

.about p {
	line-height:17px;
	margin-bottom:17px;
	color:#8d8c8c;
	font-size:13px;
}
.about .street-view {
	background:url(images/bg_street_view.png) no-repeat left top;
	width:181px;
	height:181px;
	padding-top:64px;
	margin-left:30px;
	float:right;
	text-align:center;
	color:#fff;
}
.about .street-view h4 {
	margin-bottom:3px;
	font-size:23px;
	font-weight:900;
	text-transform:uppercase;
}
.about .street-view strong {
	margin-bottom:11px;
	display:block;
	font-size:14px;
	font-weight:700;
}
.about .btn-check {
	border:2px solid #fff;
	width:80px;
	height:32px;
	line-height:28px;
	margin:0 auto;
	display:block;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(PIE.html);
	position:relative;
}
.about .btn-check:hover {
	background:#000;
}
.about .btn-submit {
	background:#2b2b2b;
	width:112px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(PIE.html);
	position:relative;
}

/* 2.5.4 Map */
.map img {
	width:100%;
}

.map-home {
}
.map-home iframe {
  display: block;
}


/* Fonts */
p.insti{
    font-size: 15px;
}
.tamanho-slide-1{
    margin-bottom: -50px;
}

.flex-direction-nav a{
    height: 45px !important;
}
.flexslider{
    border: 0 !important;
}


.alert-success { clear:both; padding: 20px; background-color: #9C9; text-align: center; margin-bottom:20px; }
.alert-fail { clear:both; padding: 20px; background-color: #c44;color:#fff; text-align: center; margin-bottom:20px; }

.grecaptcha-badge{
	display:none
}














#veiculo-opcionais {
	margin-bottom:20px;
}
#veiculo-opcionais h3 {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: bold;
}
#veiculo-opcionais ul{
	column-count: 3;
}
#veiculo-opcionais li {
	position: relative;
	padding: 1px 0 1px 19px;
}
#veiculo-opcionais li:before {content:"";display:inline-block;width: 4px;height: 4px;border: 1px solid black;border-radius:5px;position: absolute;left: 7px;top: 9px;}

#veiculo-observacoes h3 {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: bold;
}

#veiculo-info {
	/* float: right; */
	order: 2;
}
#veiculo-info .entry-title {
	border-left: 8px solid #fdf503;
	padding-left: 20px;
	position: relative;
	left: -28px;
}

.vehicle-info h4{
	background:#2A2B2A;
	color:#fff;
	font-weight:300;
	font-size:18px;
	padding: 10px 20px;
	text-transform:uppercase;
	}

 .vehicle-info ul {color:#666;/* font-size: 14px; */margin-bottom: 10px;}
 .vehicle-info li {padding: 15px 20px;background-color:#fff;}
 .vehicle-info li:nth-child(2n) { background-color:#eee; }

.veiculo-price {
	font-weight: 700;
	font-size: 32px;
	color: #ffc500;
	text-align:right;
	line-height: 49px;
}

.proposal-form h4{
	font-weight:300;
	font-size:18px;
	text-transform:uppercase;
	/* margin-bottom:10px; */
}

.proposal-form p {
	/* padding-bottom: 8px; */
	font-weight: 300;
}
.proposal-form input {width: 100%;padding:15px 8px;background: #fff;border: 2px solid #ffc500;color:#444;}
.proposal-form textarea {width: 100%;padding:8px;height:110px;background: #fff;border: 2px solid #ffc500;color: #444;}
.proposal-form .p-button{ text-align:right; }
.proposal-form button{
	text-transform:uppercase;
	background-color: #ffc500;
	color: #fff;
	padding:5px;
	border:none;
}

#contato-form input[type="text"],
#contato-form input[type="email"],
#contato-form textarea,
#novos-form input[type="text"],
#novos-form input[type="email"],
#novos-form textarea{
	width: 282px;
	padding: 8px
}
#contato-form textarea,
#novos-form textarea,
#form-proposta textarea {
	height: 110px;
	min-height: 110px
}
#contato-form input[type="submit"],
#novos-form input[type="submit"],
#form-proposta input[type="submit"] {
	text-transform: uppercase;
	font-weight: 700;
	border: 0;
	background: transparent url(images/arrow.png) no-repeat left center;
	padding: 0 0 0 18px;
	line-height: 28px;
	font-size: 15px;
	cursor: pointer;
	float: right;
	outline: none
}
#veiculo-main {
	margin-bottom: 90px;
	margin-top: 30px;
	/*display: flex;*/
	/*justify-content: space-between;*/
	/* margin-top: 20px; */
	/* padding-top: 20px; */
	/* border-top: 5px solid #ffc500; */
}
#veiculo-fotos {

}
#veiculo-fotos h2 {
	position: relative;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 900;
	padding-left: 35px;
	line-height: 49px;
	height: 49px;
	background: rgba(0, 0, 0, 0.18);
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
	/* color: #222; */
}
#veiculo-fotos h2:after {
	content:"";
	position:absolute;
	right:-5px;
	top: -4px;
	height: 65px;
	width: 10px;
	background-color: #ffc500;
}
#veiculo-fotos-skew {
	position: absolute;
	width: 55px;
	height: 52px;
	top: -11px;
	left: -44px;
	background: #fff
	/*url(images/bg-body.png)*/

	;
	-ms-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}
#veiculo-fotos-content {
	background: #fff;
	padding: 7px;
	margin-bottom:20px;
}
#bx-pager {
	line-height: 0;
	font-size: 0;
	/* text-align: center; */
	margin-left: -7px;
}
#bx-pager a {
	display: inline-block;
	margin: 7px 0 0 7px;
	position: relative;
}
#bx-pager a:before {
	background: rgba(0, 0, 0, 0.5);
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
#bx-pager a.active:before {
	background: transparent
}
#bx-pager img {
	width: 114.8px;
	height: auto;
}


.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
	zoom: 1;
}
.bx-wrapper img {
	width: 100%;
	display: block;
	object-fit: cover;
}
.bx-wrapper .bx-viewport {}.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000
}
.bx-wrapper .bx-pager {
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #323232;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 8px 0 0;
	outline: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ffc500
}
.bx-wrapper .bx-prev {
	left: 15px;
	background: url(images/slide-arrows.png) no-repeat
}
.bx-wrapper .bx-next {
	right: 15px;
	background: url(images/slide-arrows.png) no-repeat right top
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -28px;
	outline: 0;
	width: 15px;
	height: 56px;
	text-indent: -9999px;
	z-index: 9999
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none
}
.bx-wrapper .bx-controls-auto {
	text-align: center
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000\9;
	background: rgba(0, 0, 0, 0.7);
	width: 100%
}
.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-size: .9em;
	padding: 12px
}


footer {
	/* margin-top: 20px; */
	background: #000;
	padding: 40px 0;
	color:#fff;
}
footer h5 {
	font-size:18px;font-weight:bold;
	margin-bottom:5px;
}
footer strong{display:block;}

.footer-fone { padding-top:5px; }
.footer-whatsapp {
	color:#fff;
	background:url(images/header-whatsapp.png) no-repeat center right;
	background-size:15px;
	padding-right: 20px;
}
.footer-whatsapp:hover {
	color:#eee;
}


.fb-widget-container {width:293px;background: #fff;height:164px;}


.footer-group { background-color:#272727; color:#fff; padding:20px 15px; text-align:center; }
.footer-group a{ color:inherit; }
