/* Install Font */

@font-face {
    font-family: DejaVu;
    src: url(../fonts/DejaVuSans.ttf);
}

@font-face {
    font-family: DejaVuBold;
    src: url(../fonts/DejaVuSans-Bold.ttf);
}

/* CSS PADRÃO */

body {
	font-family: DejaVu, sans-serif;
}

.img-reponsive {
	max-width: 100%;
}

/* Reset Bootstrap */
	.navbar {
		min-height: auto !important;
	}

	.navbar-default {
	    background-color: transparent;
	    border-color: transparent;
	}

	.navbar-nav {
		float: none;
		margin-right: auto;
		margin-left: auto;
		display: table;
		margin-top: -1px;
	}

	.navbar-default .navbar-toggle {
	    border-color: #fff;
	}

	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #ed3237;
	}
	
	.navbar-toggle {
	    background-color: #fff;
		margin-right: 0px;
	}
	
/* Reset Bootstrap */


/* Barra topo */
#barra-topo {
	width: 100%;
	height: 40px;
	background: #000;
	color: #1f1f1f;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+0,000000+50,222222+100 */
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(left,  #fff 0%, #000000 50%, #fff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #fff 0%,#000000 50%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #fff 0%,#000000 50%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 ); /* IE6-9 */
}

#barra-topo a {
	color: #fff;
}

#barra-topo a:hover {
	text-decoration: none;
}

#barra-topo p {
	text-align: right;
	font-size: 18px;
	padding-top: 7px;
	font-weight: bold;
}

#barra-topo img {
	margin-top: -5px;
}

/* Logo */

#container-logo {
	width: 100%;
    height: 100px;
    background: #fff;
    padding: 17px;
}

#logo img {
	width: 100%;
	max-width: 190px;
}

/* Navbar */

#menu {
	background-color: #777; /* barra de menu home */
	height: 50px;
}

.navbar-default .navbar-nav > li > a {
	font-size: 16px;
	color: #fff;
	margin-left: 12px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	background-color: #fff;
}

/* Banner */

#banner {
	width: 100%;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
}

.carousel-control.left, .carousel-control.right {
	background-image: none !important;
}

.carousel-caption {
    right: auto !important;
    left: 65%;
    top: 8%;
    padding-bottom: 30px;
}


/* Top Multimarca */

#topmultimarca {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 980px;
    margin-top: -200px;
    background: url(../imagens/bg/background-multimarca.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 61%;
}

.menosTop {
	padding-top: 200px;
}

.titulo-pag h1 {
	font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 0px 15px;
    letter-spacing: 0.15em;
}

.titulo-pag {
	display: table;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	background-color: #777; /* botao home nome da empresa */
}

.container-servico {
	background-color: #fff; /* fundo da caixa home  empresa financiamento estoque*/ 
    padding: 0px 8px 5px;
	height: 288px;
}

.titulo-servico {
	background: #fff;
    margin: 0px -5px;
    padding: 1px 0px;
    height: 47px;
    color: #ed3237;
}

.titulo-servico span {
	display: table;
    background: #777; /* fundo menu caixa home empresa financimanto estoque */
    color: #fff;
    margin-bottom: -54px;
    float: left;
    height: 65px;
    padding-top: 5px;
    margin-top: -1px;
}

.titulo-servico h2 {
	display: table;
    margin-left: 60px;
    margin-top: 9px;
}

.saiba-mais {
	position: absolute;
    bottom: 0px;
    margin-left: 215px;
}

.saiba-mais a {
	color: #777;
    font-size: 21px;
}

.texto-servico {
	color: #777;
    text-align: justify;
    font-size: 18px;
    padding: 17px 5px;
}

#servicos {
	margin-top: 140px;
}

/* Destaque */

#destaques {
	width: 100%;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	background: #000;
	background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .5), hsla(0, 0%, 12%, .5) 48%, rgba(0, 0, 0, .5)), url(../imagens/fundo.jpg);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), hsla(0, 0%, 12%, .5) 48%, rgba(0, 0, 0, .5)), url(../imagens/fundo.jpg);

}

#destaques h2 {
	margin-top: 0px;
    font-weight: bold;
    padding-top: 20px;
    font-size: 19px;
    text-align: center;
}

#destaques .titulo-pag {
	background-color: #777;
}

#destaques .titulo-pag h1 {
	color: #fff;
}

.destaque-carros {
	margin-top: 50px;
}

.destaque-carros ul {
	margin-top: 55px;
	padding-left: 0px;
}

.destaque-carros i {
	color: #0868b6; /* cor do check box da home do valor do carro */
}

.destaque-carros li {
	list-style-type: none;
}

.destaque-img {
	width: 512px;
    position: relative;
    height: 278px;
    overflow: hidden;
    z-index: 3;
    border: 5px solid #000;
}

.destaque-img img {
	width: 100%;
	height: 100%;
}

.destaque-texto {
	position: relative;
	background-color: #fff;
    height: 278px;
    padding-left: 70px;
    z-index: 1;
}

.destaque-valor {
	position: relative;
    top: 31px;
	display: table;
    background-color: #1e1a19; /* fundo do botao do valor home */
    color: #fff;
    padding: 6px 20px;
}

.destaque-valor p {
	margin-bottom: 0px;
}

.destaque-saiba-mais {
	float: right;
    background: #1e1a19;
    padding: 6px 10px;
}

.destaque-saiba-mais a {
	color: #fff;
}

.separador {
	width: 100%;
	height: 5px;
	background-color: #fff;
	margin-top: 50px;
}

.veja-mais {
	display: table;
    margin-right: auto;
    margin-left: auto;
    background-color: #777; /* fundo botao home veja mais */
    margin-top: 50px;
    margin-bottom: 50px;
}

.veja-mais a {
	color: #fff;
}

.veja-mais a:hover {
	text-decoration: none;
}

.veja-mais p {
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 6px 25px;
}

.traco {
	background: #000;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
}

.traco a {
	color: #fff;
}

.traco p {
	font-size: 31px;
    margin-top: 15px;
}

#extra {
	margin: 50px 0px;
}

#extra-p {
	text-align: right;
}

/* Footer */

#footer {
	background-color: #222222;
	padding: 15px;
}

#footer p {
	margin-top: 10px;
	color: #878787;
}

#footer li {
	color: #fff;
	list-style-type: none;
	font-size: 14px;
	margin-top: 5px;
}

.traco.financiamento i {
	margin-left: -15px;
}

/* Internas */

.titulo-interna {
	color: #1d4668; /* titulo de pagina */
}

.titulo-interna small {
	color: #1d4668; /* sub titulo da pagina */
}

.breadcrumb {
	float: right;
	background-color: transparent;
	font-size: 11px;
}

.botao-enviar-contato {
	padding: 10px 31px;
    background-color: #0868b6; /*botao de localizacao enviar */
    border-color: #0868b6;
}

.botao-enviar-contato:hover, .botao-enviar-contato:focus, .botao-enviar-contato:active {
    padding: 10px 31px;
    background-color: rgb(29, 70, 104) !important; /* botao e hover */
    border-color: rgb(29, 70, 104) !important;
}

.interna form {
	margin-left: -15px;
}

.interna {
	background: #f3f3f3;
}

.interna .thumbnail {
    background-color:#777; /*fundo botao empresa caixa de nossa empresa */
    border: 1px solid #777;
}

.interna .thumbnail h3 {
	color: #fff;
}

.interna a {
	color: #1d4668; /* brandcrumb */
}

.interna a:hover {
	color: #0868b6; /* hover do brandcrumb */
}

.list-social-icons a {
	color: #3C5A99;
}

#empresa-img {
	width: 100%;
	max-width: 400px;
    position: relative;
    float: left;
    padding: 20px;
}

#empresa-img img {
	width: 100%;
}

#empresa-titulo {
	text-align: center;
}

.embed-responsive {
	border: 2px solid #222222;
}

.btn-default {
    color: #fff;
    background-color: #0868b6; /* cor do botao de pesquisa estoque */
    border-color: #0868b6;
}

.btn-default:hover {
    color: #fff;
    background-color: #0868b6; /* cor do botao de pesquisa estoque borda e hover */
    border-color: #1d4668;
}

.botao-filtro {
	margin-top: 59px;
	display: block;
}

.grid-row {
	background-color: #fff;
    padding: 6px;
}

.vehicle-km, .vehicle-year {
	color: #000;
}

.vehicle-description {
	text-align: center;
}

.vehicles-description a {
	color: #000000;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 1200px) {
	.destaque-img {
		width: 100%;
		max-width: 518px;
	}
}

@media (max-width: 992px) {
	.destaque-texto {
		width: 100%;
		max-width: 511px;
	    height: auto;
	    min-height: 278px;
	    padding-left: 20px;
	}
	
	.destaque-img {
		margin: 0 auto
	}

	.destaque-texto {
		margin: 0 auto;
	}

}

@media (max-width: 768px) {
	#menu {
		height: auto !important;
	}

	.navbar {
		margin-bottom: 3px;
	}

	.navbar-nav {
	    width: 100%;
	    float: left;
	    display: block;
	    margin-top: -1px;
	}

	.container-servico {
	    height: 288px;
	    margin-bottom: 40px;
	}

	#servicos {
	    margin-top: 80px;
	}

	#topmultimarca {
		height: auto;
	}

	#destaques h2 {
		font-size: 17px;
	}

	.mostra-carros {
		display: table;
		margin-right: auto;
		margin-left: auto;
	}

	.traco p {
		font-size: 45px;
	}

	.interna {
		padding: 0px 20px;
	}

	.interna p {
		text-align: justify;
	}

	.botao-enviar-contato {
		width: 100%;
	}
}

@media (max-width: 320px) {
	
	.carousel-caption h1 {
		font-size: 17px;
	}

	.titulo-pag h1 {
    	font-size: 17px;
	}
	
	.container-servico h2 {
		font-size: 25px;
	}

	.texto-servico {
	    font-size: 14px;
	}

	.saiba-mais a {
	    font-size: 14px;
	}

	.saiba-mais {
	    margin-left: 165px;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	    padding-right: 0px;
	    padding-left: 0px;
	}

	.destaque-texto {
		padding-bottom: 53px;
	}

	#destaques h2 {
	    font-size: 14px;
	}

	.destaque-img img {
		height: auto;
	}

	.destaque-img {
		height: auto;
	}
	
	.traco {
		font-size: 0;
	}

	.traco p {
	    font-size: 19px;
	}

	ul {
		padding-left: 0px;
	}
}


/*Financiamento*/
.wizard {
    margin: 20px auto;
    padding: 0px 20px;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
    margin-left: 50px;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}
.step1 .row {
    margin-bottom:10px;
}
.step_21 {
    border :1px solid #eee;
    border-radius:5px;
    padding:10px;
}
.step33 {
    border:1px solid #ccc;
    border-radius:5px;
    padding-left:10px;
    margin-bottom:10px;
    display: table;
}
.dropselectsec {
    width: 68%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}
.dropselectsec1 {
    width: 74%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}
.mar_ned {
    margin-bottom:10px;
}
.wdth {
    width:25%;
}
.birthdrop {
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    width: 16%;
    outline: 0;
    font-weight: normal;
}


/* according menu */
#accordion-container {
    font-size:13px
}
.accordion-header {
    font-size:13px;
	background:#ebebeb;
	margin:5px 0 0;
	padding:7px 20px;
	cursor:pointer;
	color:#fff;
	font-weight:400;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px
}
.unselect_img{
	width:18px;
	-webkit-user-select: none;  
	-moz-user-select: none;     
	-ms-user-select: none;      
	user-select: none; 
}
.active-header {
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	background:#F53B27;
}
.active-header:after {
	content:"\f068";
	font-family:'FontAwesome';
	float:right;
	margin:5px;
	font-weight:400
}
.inactive-header {
	background:#333;
}
.inactive-header:after {
	content:"\f067";
	font-family:'FontAwesome';
	float:right;
	margin:4px 5px;
	font-weight:400
}
.accordion-content {
	display:none;
	padding:20px;
	background:#fff;
	border:1px solid #ccc;
	border-top:0;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px
}
.accordion-content a{
	text-decoration:none;
	color:#333;
}

.vehicle-description p {   /* COR DO TEXTO DESCRIÇÃO DO VEÍCULO */
	color: #000000;
}

.accordion-content td{
	border-bottom:1px solid #dcdcdc;
}



@media (max-width:585px) {

    .wizard {
        width: 100%;
        height: auto !important;
    }
	
	.destaque-img {
		height: auto !important;
	}

    .botao-filtro {
		margin-top: 11px;
		width: 250px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 40px;
	}
	
	.navbar-default .navbar-nav > li > a {
		margin-left: -25px;
	}

    #footer ul {
    	padding-left: 0px;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li {
    	margin-left: 10px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}