body { font-family: 'Source Sans Pro', sans-serif; color: #686868 ; background-color: #fff; overflow-x: hidden; }
a:link, a:hover, a:active, a:focus, a:visited { text-decoration: none !important; color: #fff; }
* { outline: none; }

p {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 20px;
}

.remove-padding { padding: 0; }
.remove-right { padding-right: 0; }
.clearfix:before, .clearfix:after, .row:before, .row:after {content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .row:after, .clearfix:after {clear: both; } .row, .clearfix {zoom: 1; } .clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .clear5 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 5px; } .clear10 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 10px; } .clear15 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 15px; } .clear20 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 20px; } .clear25 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 25px; } .clear30 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 30px; } .clear35 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 35px; } .clear40 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 40px; } .clear45 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 45px; } .clear50 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 50px; } .clear60 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 60px; } .lfloat {float: left } .rfloat {float: right }

/* DEFAULT */

h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 80px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 50px;
	position: relative;
}
	h1 img {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	h1 small {
		color: #d2ab67;
		display: block;
		font-weight: 300;
		text-transform: none;
		font-size: 45px;
	}

h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* INTRODUÇÃO */

.intro {
	/*background: url(../../images/bg-home.jpg) center center no-repeat;*/
	background-size: cover;
	height: 100vh;
	width: 100%;
	padding: 30px 0;
	position: relative;
}
	.footer {
		position: absolute;
		width: 100%;
		bottom: 30px;
	}

.list-menu {  }
	.list-menu li {
		text-align: center;
		position: relative;
	}
		.list-menu li::after {
			content: '';
			height: 110px;
			width: 1px;
			background: #fff;
			opacity: .2;
			position: absolute;
			right: 0;
			top: -30px;
			margin: auto;
		}
			.list-menu li:last-child::after { display: none; }
	.list-menu li a {
		font-family: 'Lato', sans-serif;
		font-size: 45px;
		line-height: 40px;
		text-transform: uppercase;
		font-weight: 300;
		color: #fff;
		display: inline-block;
		position: relative;
	}

	@media not all and (min-resolution:.001dpcm) { @media
	{
	    .list-menu li a { font-weight: 300; }
		.list-menu li a small { font-weight: 500; }
		h3 { font-weight: 500; }
	}}


	.line-top { position: absolute; top: -10px; left: -10px; height: 1px; width: 0; background: #fff; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; }
	.line-right { position: absolute; top: -10px; right: -10px; height: 0; width: 1px; background: #fff; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; }
	.line-bottom { position: absolute; bottom: -10px; left: -10px; height: 1px; width: 0; background: #fff; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; }
	.line-left { position: absolute; bottom: -10px; left: -10px; height: 0; width: 1px; background: #fff; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; }

	.list-menu li a:hover .line-top { height: 1px; width: calc(100% + 20px); }
	.list-menu li a:hover .line-right { height: calc(100% + 20px); width: 1px; }
	.list-menu li a:hover .line-bottom { height: 1px; width: calc(100% + 20px); }
	.list-menu li a:hover .line-left { height: calc(100% + 20px); width: 1px; }

		.list-menu li a small {
			color: #d2ab67;
			font-weight: 300;
			font-size: 24px;
			display: block;
			text-transform: none;
		}

.menu-holder {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 75px;
	margin: auto;
}

.footer {}
	h3 {
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		text-transform: uppercase;
		color: #fff;
		font-size: 22px;
		margin-top: 0;
		margin-bottom: 30px;
		opacity: .6;
	}
		.interna h3, .light h3 { color: #fff; opacity: 1; }
		.interna h3 small { color: #fff; }

	.footer p {
		padding: 5px 0 0 40px;
		text-transform: uppercase;
		background: url(../../images/icon-location.png) left top no-repeat;
		color: #d7d7d7;
		font-weight: 300;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.footer p span {
		display: block;
		font-weight: 800;
		font-size: 17px;
		line-height: 20px;
	}

	a.social-link {
		color: #fff;
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 22px;
		display: inline-block;
		margin-top: 10px;
	}
		.social-link i { margin-right: 5px; }

#home header { display: none; }
#home footer { display: none; }

/* HEADER */

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 20px;
}

input:focus { outline: none !important; }
.form-control:focus {
	box-shadow: none !important;
	border-color: #6a6a6a !important;
}

.mm-menu.mm-theme-dark { background: #212121 !important; }
.mm-listview>li:not(.mm-divider):after { border-bottom-color: #d2ab67 !important; }

.infos-top { color: #ffffff; font-size: 12px; font-weight: 300; font-family: 'Lato', sans-serif; opacity: .8; }
.infos-top span { margin: 0 10px; }
.infos-top a { color: #fff; }
.infos-top a:hover { color: #fff; text-decoration: underline !important; }
.infos-top a.link-social {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 30px;
	color: #000;
	opacity: 1;
	text-align: center;
	line-height: 20px;
	margin-left: 20px;
}

.list-menu-interna { margin-top: 10px; }
	.list-menu-interna li { position: relative; margin-left: 30px; }
	.list-menu-interna li::before {
		content: '|';
		position: absolute;
		left: -17px;
		top: 2px;
	}
	.list-menu-interna li:first-child::before { display: none; }
	.list-menu-interna li a {
		text-transform: uppercase;
		color: #fff;
		opacity: .7;
		font-weight: 300;
		font-size: 18px;
		font-family: 'Source Sans Pro', sans-serif;
		transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;
		position: relative;
	}
		.list-menu-interna li a:hover { opacity: 1; }

		.list-menu-interna li a:hover .line-top { height: 1px; width: calc(100% + 20px); }
		.list-menu-interna li a:hover .line-right { height: calc(100% + 20px); width: 1px; }
		.list-menu-interna li a:hover .line-bottom { height: 1px; width: calc(100% + 20px); }
		.list-menu-interna li a:hover .line-left { height: calc(100% + 20px); width: 1px; }

/* INTERNAS */

#institucional .topo-interna { background: url(../../images/bg-institucional.jpg) center top no-repeat; background-size: cover; }
#institucional.topo-interna { background: url(../../images/bg-institucional.jpg) center top no-repeat; background-size: cover; }

#busca .topo-interna { background: url(../../images/bg-seminovos.jpg) center top no-repeat; background-size: cover; }
#seminovos .topo-interna { background: url(../../images/bg-seminovos.jpg) center top no-repeat; background-size: cover; }
.topo-interna.seminovo-interna { background: url(../../images/bg-seminovos.jpg) center top no-repeat; background-size: cover; }

#revisao .topo-interna { background: url(../../images/bg-revisao.jpg) center top no-repeat; background-size: cover; }
#contato .topo-interna { background: url(../../images/bg-contato.jpg) center top no-repeat; background-size: cover; }
#novos .topo-interna { background: url(../../images/bg-novos.jpg) center top no-repeat; background-size: cover; }
.novo-interna.topo-interna { background: url(../../images/bg-novos.jpg) center top no-repeat; background-size: cover; }
#busca .interna { background: #0d182f; }
#seminovos .interna { background: #0d182f; }
#revisao .interna, #contato .interna { background: #1f345e; }

.topo-interna { padding: 200px 0 70px 0; }
.topo-interna p {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	font-weight: 300;
}

.interna { padding: 50px 0; background: #0d182f; }
.light { padding: 50px 0; background: #0d182f; }

.title {
	display: inline-block;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 45px;
	color: #fff;
	font-weight: 300;
}

.filters { padding: 40px 0 30px; background: #1f345e; }
	.form-filter select {
		border: 1px solid #d2ab67;
		height: 40px;
		line-height: 40px;
		appearance: none;
		-webkit-appearance: none;
		border-radius: 5px;
		padding: 0 20px;
		font-family: 'Lato', sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		width: 100%;
		color: #fff;
		margin-bottom: 15px;
		background: #1f345e url(../../images/arrow-select.png) right+20px center no-repeat;
	}
	.form-filter button {
		border: 1px solid #d2ab67;
		height: 40px;
		line-height: 40px;
		appearance: none;
		-webkit-appearance: none;
		border-radius: 5px;
		padding: 0 20px;
		font-family: 'Lato', sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		width: 100%;
		color: #fff;
		margin-bottom: 15px;
		background: #0d182f;
		text-align: center;
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
	}
		.form-filter button:hover { background: #d2ab67; }

.city {
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #d2ab67;
	font-weight: 300;
	font-style: italic;
	font-family: 'Lato', sans-serif;
}

.destaque-image {
	height: 140px;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
	.destaque-image img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		min-width: 100%;
	}

.name {
	display: block;
	font-weight: 800;
	color: #fff;
	margin-bottom: 0;
	font-size: 18px;
	text-transform: uppercase;
	height: 30px;
    overflow-y: auto;
}
.year {
	display: inline-block;
	float: left;
	margin-bottom: 5px;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #d2ab67;
	font-weight: 300;
	font-style: italic;
	font-family: 'Lato', sans-serif;
}
.price {
	display: inline-block;
	float: right;
	margin-bottom: 5px;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
}

.destaques {
	border: 1px solid #d2ab67;
	border-radius: 10px;
	padding: 30px 20px;
	position: relative;
}
	.box-destaque { padding: 0 10px; position: relative; }
	a.link-default {
		position: absolute;
		background: #0d182f;
		border: 1px solid #d2ab67;
		color: #d2ab67;
		text-align: center;
		height: 30px;
		line-height: 26px;
		font-size: 14px;
		text-transform: lowercase;
		display: inline-block;
		bottom: -75px;
		padding: 0 20px;
		border-radius: 5px;
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
	}
		a.link-default:hover { background: #d2ab67; color: #1f345e; }

.destaques-title {
	position: relative;
	display: inline-block;
	top: -45px;
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0 15px;
	background: #0d182f;
	color: #d2ab67;
}
	.destaques .text-center { height: 10px; }

.outros-modelos {
	font-size: 34px;
	color: #060b1e;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-bottom: -14px;
}
	.outros-modelos-holder {
		padding: 30px 0 0;
		background: #060b1e;
		border-radius: 20px;
	}

.box-model { margin-bottom: 30px; clear: both; overflow: hidden; }
.modelos-image {
	width: 100%;
	height: 160px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
	.modelos-image img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -50%;
		right: -50%;
		margin: auto;
		width: auto;
		min-height: 100%;
	}
	.model-name {
		color: #fff;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 300;
		display: block;
		border-bottom: 1px solid #d2ab67;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.model-year {
		display: block;
		margin-bottom: 10px;
		font-size: 16px;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #d2ab67;
		font-weight: 300;
		font-family: 'Lato', sans-serif;
	}
	.model-info {
		display: block;
		font-style: italic;
		color: #fff;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 300;
		font-family: 'Lato', sans-serif;
		margin-bottom: 2px;
	}
		.model-info strong {
			font-weight: 600;
			font-style: normal;
			margin-left: 5px;
		}

.form-contact {}
	.form-contact input {
		border: 1px solid #6a6a6a;
		border-radius: 5px;
		width: 100%;
		height: 40px;
		line-height: 37px;
		color: #fff;
		font-size: 16px;
		padding: 0 15px;
		background: #1f345e;
		margin-bottom: 18px;
		font-weight: 300;
		font-family: 'Lato', sans-serif;
	}
	.form-contact textarea {
		border: 1px solid #6a6a6a;
		border-radius: 5px;
		width: 100%;
		height: 156px;
		color: #fff;
		font-size: 16px;
		padding: 15px;
		background: #1f345e;
		margin-bottom: 18px;
		font-weight: 300;
		font-family: 'Lato', sans-serif;
	}
	.form-contact select {
		border: 1px solid #6a6a6a;
		border-radius: 5px;
		width: 100%;
		height: 40px;
		line-height: 37px;
		color: #fff;
		font-size: 14px;
		padding: 0 15px;
		background: #1f345e;
		appearance: none;
		margin-bottom: 18px;
		-webkit-appearance: none;
		font-family: 'Lato', sans-serif;
		text-transform: uppercase;
		font-weight: 300;
		background: #1f345e url(../../images/arrow-select.png) right+20px center no-repeat;
	}
	.form-contact button {
		border: 1px solid #6a6a6a;
		border-radius: 5px;
		height: 40px;
		line-height: 37px;
		color: #fff;
		font-size: 16px;
		padding: 0 35px;
		background: #1f345e;
		margin-bottom: 18px;
		font-family: 'Lato', sans-serif;
		text-transform: uppercase;
		font-weight: 300;
		margin: 0;
		float: right;
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
	}
		.form-contact button:hover { background: #6a6a6a; }

		.form-contact input::-webkit-input-placeholder { font-size: 14px; color: #fff; font-family: 'Lato', sans-serif; text-transform: uppercase; font-weight: 300; }
		.form-contact input::-moz-placeholder { font-size: 14px; color: #fff; font-family: 'Lato', sans-serif; text-transform: uppercase; font-weight: 300; }
		.form-contact input:-ms-input-placeholder { font-size: 14px; color: #fff; font-family: 'Lato', sans-serif; text-transform: uppercase; font-weight: 300; }
		.form-contact input:-moz-placeholder { font-size: 14px; color: #fff; font-family: 'Lato', sans-serif; text-transform: uppercase; font-weight: 300; }

		.form-contact textarea::-webkit-input-placeholder { font-size: 14px; color: #fff; font-family: 'Lato', sans-serif; text-transform: uppercase; font-weight: 300; }
		.form-contact textarea::-moz-placeholder { font-size: 14px; color: #fff; font-family: 'Lato', sans-serif; text-transform: uppercase; font-weight: 300; }
		.form-contact textarea:-ms-input-placeholder { font-size: 14px; color: #fff; font-family: 'Lato', sans-serif; text-transform: uppercase; font-weight: 300; }
		.form-contact textarea:-moz-placeholder { font-size: 14px; color: #fff; font-family: 'Lato', sans-serif; text-transform: uppercase; font-weight: 300; }

#contato .form-contact textarea { height: 140px }

.map { position: relative; }
	.map::after { position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
	/*.map iframe { pointer-events:none; }*/

.interna {  }
.novos-topo { position: relative; height: 455px; top: -100px; }
	/*.novos-topo img { position: absolute; right: 0; top: 0; }*/
	.novos-topo img {
	    position: absolute;
	    right: -50%;
	    left: -50%;
	    margin: auto;
	    top: 0;
	}

h5 {
	font-size: 45px;
	font-weight: 300;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	z-index: 100;
	height: 85px;
}
	h5 strong { font-weight: 800; display: block; }

h6 {
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 40px;
}

.slider-nav { margin-top: 20px; }
.slider-nav .slick-slide img { width: 100%; cursor: pointer; }
.slider-nav .slick-slide { padding: 0 15px; }
.slider-for .slick-slide img {
	height: 100%;
	min-width: 100%;
	position: absolute;
	left: -50%;
	right: -50%;
	margin: auto;
}
.slider-for .slick-slide { height: 380px !important; overflow: hidden; }
#seminovo .slider-for .slick-slide { height: 550px !important; overflow: hidden; }
.slider-for .slick-slide { padding: 0 15px; }

.slick-prev { width: auto; height: auto; left: -20px; top: 50%; margin-top: -27px; position: absolute; }
.slick-next { width: auto; height: auto; right: -20px; top: 50%; margin-top: -27px; position: absolute; }

.seminovo-interna h1 { font-size: 65px; }
.seminovo-interna h1 small { display: inline-block; }

.seminovo-title h1 { font-size: 40px; text-align: center; margin-bottom: 20px; }
.seminovo-title h1 small { display: inline-block; font-size: 30px; }

h4 {
	color: #d2ab67;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2ab67;
}

.seminovo-content p { font-size: 14px; line-height: 20px; }
.info {
	display: block;
	color: #d2ab67;
	font-size: 14px;
}
	.info strong { color: #fff; font-weight: 300; }

.list-opicionais {}
	.list-opicionais li {
		padding-left: 20px;
		background: url(../../images/icon-check.png) left 6px no-repeat;
		color: #fff;
		font-weight: 300;
	}

.button-chat-holder { padding: 0 15px; }
a.button-chat {
	font-size: 27px;
	text-transform: uppercase;
	color: #d2ab67;
	font-weight: 300;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #d2ab67;
	border-radius: 25px 0 25px 0;
	height: 65px;
	line-height: 65px;
}
	.button-chat img { margin-right: 10px; }

/* FOOTER */

footer { background: #0d182f; padding: 40px 0; }
	footer p {
		padding: 5px 0 0 40px;
		text-transform: uppercase;
		background: url(../../images/icon-location.png) left top no-repeat;
		color: #d7d7d7;
		font-weight: 300;
	}
	footer p span {
		display: block;
		font-weight: 800;
		font-size: 17px;
	}

menu { padding: 0; }
menu .veiculos-novos { display: block !important; }
.btVeiculosNovos:hover .veiculos-novos { visibility: visible;  opacity: 1; top: 50px; }
/*.veiculos-novos { position: absolute; display: block; width: 100%; left: 0; top: 0; z-index: 999; height: 300px; visibility: hidden;  opacity: 0; -webkit-transition: all 0.2s; transition: all 0.2s; }*/
.areaVeiculos {
	position: relative;
	width: 100%;
	margin: auto;
	/*padding: 20px;*/
	/*padding-top: 30px;*/
	/*background: #212121 url(../../images/bg-veiculos.png) right bottom no-repeat;*/
	/*-webkit-box-shadow: 0px 15px 35px 10px rgba(0,0,0,0.3);*/
	/*-moz-box-shadow: 0px 15px 35px 10px rgba(0,0,0,0.3);*/
	/*box-shadow: 0px 15px 35px 10px rgba(0,0,0,0.3);*/
}
.lineVeiculos {
	height: auto;
	width: 33.333333333333333%;
	float: left;
	margin-bottom: 5px;
	margin-top: -5px;
	padding: 10px 15px;
	border-radius: 5px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
/*.lineVeiculos:hover { background: rgba(0,0,0,.3); }*/
/*.lineVeiculos:hover .listaCarros .nomeCarro { margin: 0; color: #212121; }*/
.lineVeiculos:hover .label { background-color: #d2ab67; color: #fff; -webkit-transition: all 0.2s; transition: all 0.2s; }
.lineVeiculos .label {
	/*background-color: #ffffff; color: #999999;*/
	background-color: none;
	color: #fff;
	display: block;
	height: 90px;
	width: 100%;
	line-height: 80px;
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
	color: #d2ab67;
	float: left;
	border: 1px solid #d2ab67;
}
.listaCarros { list-style-type: none; padding: 0; margin: 0; float: left; width: 100%; }
.listaCarros li {
	/*float: left;*/
	width: 100%;
	height: 90px;
	position: relative;
	text-align: center;
	padding: 10px 10px;
	margin: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.listaCarros .imgCarro img {
	width: 60%;
	position: absolute;
	left: 0;
	top: -10px;
	z-index: 30;
	margin-left: -30px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.listaCarros li:hover { }

.listaCarros:hover li:not(:hover){
    opacity: .2;
}

.listaCarros li:hover .imgCarro img {
	/*margin: -5% -5% -1% -5%; */
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}
.listaCarros a { margin: 0; height: auto; display: block; }
.listaCarros span {
	font-weight: 300;
    display: block;
    text-align: left;
    margin-top: 20px;
    line-height: 11px;
    padding-bottom: 5px;
    font-size: 12px;
    /* height: 23px; */
    padding-left: 170px;
    position: relative;
}
	.listaCarros span::after {
		content: '';
		width: 100%;
		right: 0;
		bottom: 0;
		height: 1px;
		background: #d2ab67;
		position: absolute;
	}
	.listaCarros span::before {
		content: '';
		width: 0;
		left: 0;
		bottom: 0;
		height: 1px;
		background: #000;
		z-index: 25;
		position: absolute;
		/*box-shadow: 0 0 5px 1px rgba(210,171,103,.3);*/
		transition: all .4s ease-in-out;
		-webkit-transition: all .4s ease-in-out;
	}
	.listaCarros li:hover span::before { width: 100%; }

.listaCarros .nomeCarro { margin: 0; color: #fff; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; }


.conteudoVeiculosNovos { display: block !important; }
.conteudoVeiculosNovos .areaVeiculos { top:0; border-top: 8px solid #cc0033; padding-top: 2px; -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4); box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4); width: 100%; }

.listBanners { border-top: 8px solid #cc0033; padding-top: 2px; position: relative; height: 467px; margin-bottom: 100px; }

.listConcessionarias { border-top: 8px solid #cc0033; padding-top: 2px; position: relative; min-height: 467px; background-color: #f2f2f2; padding: 30px; }
.listConcessionarias h2 { cursor: pointer; color: #cc0033; text-align: left; text-transform: uppercase; font-size: 20px; margin-bottom: 30px; border-bottom: 1px solid #ccc; padding-bottom: 20px; }

.destaques img { max-width: 100%; }
.destaques ul { margin: 0; padding: 0; list-style-type: none; }
.destaques li { position: absolute; max-width: 100%; display: none; }

.menu-mobile { font-size: 30px; display: inline-block; margin-top: 10px; }

.bg-slider {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
}
	.bg-slider div { position: relative; height: 100vh; }
	.bg-slider div img {
		position: absolute;
		left: -50%;
		right: -50%;
		margin: auto;
		min-height: 100%;
		width: 100%;
	}

.depoimentos { margin-top: 50px; }
.depoimento-text {
	padding: 20px 45px 5px 45px;
	background: url(../../images/aspas-left.png) left top no-repeat,
				url(../../images/aspas-right.png) right bottom no-repeat;
}
.depoimentos p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}
.depoimento-nome {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	color: #fff;
	font-style: italic;
}
.depoimento-cargo {
	display: block;
	font-weight: 600;
	color: #5d5d5d;
	text-transform: uppercase;
	font-style: italic;
}

.unidade { display: block; font-size: 30px; text-transform: uppercase; font-weight: 300; color: #fff; line-height: 30px; }
.unidade-gerente { display: block; font-size: 33px; text-transform: uppercase; font-weight: 600; color: #fff; line-height: 36px; }
a.unidade-email { display: block; color: #666; font-size: 22px; font-style: italic; line-height: 22px; }
.unidade-endereco { display: block; font-size: 26px; font-weight: 600; color: #fff; line-height: 36px; }
.unidade-tel { display: block; font-size: 30px; text-transform: uppercase; font-weight: 300; color: #fff; line-height: 52px; }

.unidade-details { margin-top: 30px; padding: 10px 40px }
.unidade-infos { margin: 30px 0; padding: 10px 40px; border-left: 1px solid #6f323e; }

/*.video-gallery-holder .slick-slide { width: 1000px !important; max-width: 90%; }*/
.video-gallery-holder .slick-list { width: 1000px !important; max-width: 90%; margin: auto; }
.video-gallery-holder .slick-prev { left: -5px; cursor: pointer; z-index: 90; }
.video-gallery-holder .slick-next { right: -5px; cursor: pointer; z-index: 90; }

.video-gallery { background: #1f345e; padding: 40px 0; position: relative; }
	.video-gallery-holder { position: relative; z-index: 100; }
	.video-gallery-img {
	    height: 460px;
	    position: absolute;
	    top: 120px;
	    left: 0;
	    width: 100%;
	    background: #1f345e;
	    z-index: 0;
	    overflow: hidden;
	}
		.video-gallery-img img {
			position: absolute;
			top: 0;
			right: -50%;
			bottom: 0;
			left: -50%;
			margin: auto;-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    		filter: grayscale(100%);
    		opacity: .1;
		}

.button-kayo {
	font-size: 17px;
	color: #d2ab67 !important;
	text-align: center;
	padding: 0 25px;
	border-radius: 30px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	border: 1px solid #d2ab67;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
	.button-kayo:hover { border-color: #cc0a0f; color: #fff !important; }

/* DESKTOP */
@media screen and (min-width: 1201px) {
	.box-model { height: 185px; }
	.modelos-image { height: 180px; }
}

/* IPAD DE LADO*/
@media screen and (max-width: 1100px) and (min-width: 991px) {
	.menu-holder {
	    position: relative;
	    top: 0;
	    bottom: inherit;
	    width: 100%;
	    height: auto;
	    margin: 40px 0;
	}
	.list-menu li { width: 100%; margin: 20px 0; }
	.list-menu li::after { display: none; }

	.intro { height: auto; background-size: cover !important; }
	.footer { position: relative; width: 100%; bottom: initial; }

	.box-model { height: 185px; }
	.modelos-image { height: 180px; }
}

/* IPAD */
@media screen and (max-width: 991px) {
	.menu-holder {
	    position: relative;
	    top: 0;
	    bottom: inherit;
	    width: 100%;
	    height: auto;
	    margin: 40px 0;
	}
	.list-menu li { width: 100%; margin: 20px 0; }
	.list-menu li::after { display: none; }

	.intro { height: auto; background-size: cover !important; }
	.footer { position: relative; width: 100%; bottom: initial; }


}

/* IPHONE DE LADO */
@media screen and (max-width: 767px) {
 	.menu-holder {
	    position: relative;
	    top: 0;
	    bottom: inherit;
	    width: 100%;
	    height: auto;
	    margin: 80px 0;
	}
	.list-menu li { width: 100%; margin: 10px 0; }
	.list-menu li::after { display: none; }
	.list-menu li a { font-size: 40px; font-weight: 300; }
	.list-menu li a small { font-weight: 300; }
	.list-menu li a span { display: none !important; }

	.intro { height: 100vh; background-size: cover !important; }
	.footer { display: none; }

	.menu-holder {
	    position: relative;
	    top: 0;
	    bottom: inherit;
	    width: 100%;
	    height: auto;
	    margin: 80px 0;
	}
	.list-menu li { width: 100%; margin: 10px 0; }
	.list-menu li::after { display: none; }
	.list-menu li a { font-size: 40px; font-weight: 300; }
	.list-menu li a small { font-weight: 300; }
	.list-menu li a span { display: none !important; }

	.intro { height: 100vh; background-size: cover !important; }
	.footer { display: none; }

	.infos-top { display: none; }
	.interna { overflow: hidden; }
	.topo-interna { text-align: center; padding: 150px 0 30px 0; }

	.seminovo-interna h1 { font-size: 40px; line-height: 35px; }
	.seminovo-title h1 small { display: inline-block; font-size: 17px; }
  	.seminovo-title h1 { font-size: 22px; text-align: center; margin-bottom: 20px; line-height: 35px; }

	h1 { font-size: 40px; margin-bottom: 0px; }
	h1 small { font-size: 22px; }
	h1

	.lineVeiculos .label { width: 100%; }
	.listaCarros { margin-bottom: 30px; }
	footer p { text-align: center; background: none; border-bottom: 1px solid #2d2d2d; padding: 0 0 15px 0; }

	.novos-topo img { height: 100%; left: -100px; }
	.novos-topo { position: relative; height: 200px; top: 0; margin-bottom: 40px; }
	h3 { font-size: 20px; line-height: 26px; }
	h5 { font-size: 32px; }
	h6 { font-size: 28px; }

	.title { font-size: 32px; line-height: 36px; }
	h2 { font-size: 24px; }

	a.link-default { position: relative; bottom: initial; margin-top: 20px; }
	.box-destaque { margin-bottom: 30px; }
	.destaques-title { font-size: 20px; }
	.areaVeiculos { padding-top: 0; margin-top: -30px; }
	.modelos-image { margin-bottom: 10px; }
	.modelos-image img { min-width: 100%; }

	.button-chat-holder { margin-top: 50px; }
	a.button-chat { font-size: 16px; }

	.bg-slider div img { height: 100%; width: auto }

	.lineVeiculos { width: 100%; }
	.listaCarros span { margin-top: 50px; padding-left: 145px; }
	.listaCarros .imgCarro img { left: 10px; width: 50%; }
}

/* IPHONE */
@media screen and (max-width: 480px) {
 	.menu-holder {
	    position: relative;
	    top: 0;
	    bottom: inherit;
	    width: 100%;
	    height: auto;
	    margin: 80px 0;
	}
	.list-menu li { width: 100%; margin: 10px 0; }
	.list-menu li::after { display: none; }
	.list-menu li a { font-size: 40px; font-weight: 300; }
	.list-menu li a small { font-weight: 300; }
	.list-menu li a span { display: none !important; }

	.intro { height: 100vh; background-size: cover !important; }
	.footer { display: none; }

	.infos-top { display: none; }
	.interna { overflow: hidden; }
	.topo-interna { text-align: center; padding: 150px 0 30px 0; }

	.seminovo-interna h1 { font-size: 40px; line-height: 35px; }
	.seminovo-title h1 small { display: inline-block; font-size: 17px; }
  	.seminovo-title h1 { font-size: 22px; text-align: center; margin-bottom: 20px; line-height: 35px; }

	h1 { font-size: 40px; margin-bottom: 0px; }
	h1 small { font-size: 22px; }
	.lineVeiculos .label { width: 100%; }
	.listaCarros { margin-bottom: 30px; }
	footer p { text-align: center; background: none; border-bottom: 1px solid #2d2d2d; padding: 0 0 15px 0; }

	.novos-topo img { height: 100%; left: -300px; }
	.novos-topo { position: relative; height: 200px; top: 0; margin-bottom: 40px; }
	h3 { font-size: 20px; line-height: 26px; }
	h5 { font-size: 32px; }
	h6 { font-size: 28px; }

	.title { font-size: 32px; line-height: 36px; }
	h2 { font-size: 24px; }

	a.link-default { position: relative; bottom: initial; margin-top: 20px; }
	.box-destaque { margin-bottom: 30px; }
	.destaques-title { font-size: 20px; }
	.areaVeiculos { padding-top: 0; margin-top: -30px; }
	.modelos-image { margin-bottom: 10px; }
	.modelos-image img { min-width: 100%; }

	.button-chat-holder { margin-top: 50px; }
	a.button-chat { font-size: 16px; }

	.slider-for .slick-slide img { height: 100%; }
	.slider-for .slick-slide { height: 220px !important; overflow: hidden; }
	.slick-prev { left: -10px; }
	.slick-next { right: -10px; }

	.bg-slider div img { height: 100%; width: auto }

	.lineVeiculos { width: 100%; }
	.listaCarros span { margin-top: 50px; padding-left: 145px; }
	.listaCarros .imgCarro img { left: 10px; width: 50%; }

	/*.video-gallery-holder .slick-slide { width: auto !important; }*/
	.video-gallery-holder .slick-slide iframe { height: 240px; }
	.video-gallery-img { height: 195px; }
	.video-gallery-img img { height: 100%; }

	h1 img { width: 60px; }
}

/* Color of invalid field */
.has-error input, .has-error textarea {
    /*background-color: #f3dada !important;*/
}

.mapa iframe { scrolling: no; }

/* Esconde file input */
input[type='file'] {
  display: none
}

.input-wrapper label {
  background-color: #3498db;
  border-radius: 5px;
  color: #fff;
  margin: 10px;
  padding: 6px 20px
}

.form-group { margin-bottom: 0 !important; }

.input-wrapper label:hover {
  background-color: #2980b9
}