.valor {
	padding: 40px 0 0;
}

.valor .relative {
	display:inline-block;
	position:relative;
}

.valor .relative div {
	display:inline-block;
}

.valor .info span {
	display:block;
	width: 25px;
	height: 25px;
	background: url("../../imagens/informativo.png") center no-repeat;
	position: relative;
	top: 2px;
}

.valor .info {
	position:relative;
	cursor:pointer;
}

.valor .txt_info {
	visibility: hidden;
	width: 300px;
	height: 185px;
	border: 1px solid #6b6c6c;
	background: #6b6c6c;
	position:absolute;
	left: 40px;
	bottom: -76px;
	opacity:0;
	font-size: 14px;
	z-index:3;
	color: #fff;
	font-style: italic;
	line-height: 1.8;
	padding: 10px 18px;
	text-align: left;
	display: flex!important;
	align-items: center;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px -2px rgb(0 0 0);
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.valor .txt_info::after {
    content:'';
    position:absolute;
    left:-15px;
    top: 80px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #6b6c6c;
}

.valor .info:hover.info .txt_info {
	opacity:1;
	visibility:visible;
}

.price_veiculo {
	font-size: 30px; 
	font-weight: 700; 
	color: #e92b3e;
}

.valor h5:nth-child(1) {
	color: #e92b3e;
	font-size: 25px;
    line-height: 1;
    margin-bottom: -13px;
}

/**/

@media screen and (max-width:900px) {
	.valor .txt_info {
		visibility: hidden;
		width: 300px;
		height: 185px;
		border: 1px solid #6b6c6c;
		background: #6b6c6c;
		position:absolute;
		left: inherit;
		right:-50px;
		bottom: inherit;
		top:40px;
	}

	.valor .txt_info::after {
		content:'';
		position:absolute;
		left:inherit;
		top: -31px;
		right:46px;

		  border-left: 15px solid transparent;
		  border-right: 15px solid transparent;
		  border-bottom: 15px solid #6b6c6c;
	}
}

/*
  ========================================
        HEADER
  ========================================
*/

header {
	padding: 20px 0;
	background: #fff;
}

header .container {
	position:relative;
}

.menu_social li,
.menu_social ul {
	display: inline-block;
}

.menu_social .first {
	margin-right: 10px;
}

.menu_social .first li a {
	display: block;
	font-size: 15px;
	color: #444545;
	padding: 1px 10px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu_social .first li a:hover {
	color:#e92b3e;
}

.menu_social .first li:first-child a {
	border-right: 1px solid #8e8e8e;
}

.menu_social .second li:first-child {
	margin-right:12px;
}

/* CONTEUDO PRINCIPAL */

.content_main {
	margin-top: 5px;
}

.menu_drop {
	float: left;
	width: 80px;
	height: 50px;
	border:1px solid #d7d7d7;
	margin-right: 12px;
}

.menu_drop a {
	display:block;
	background: #e92b3e url(../img/back.png) center no-repeat;
	height:50px;
	width:100%;
}

.modelos_menu {
	float: left;
	width: 200px;
	height: 50px;
	border:1px solid #d7d7d7;
	margin-right: 15px;
}

.modelos_menu * {
	position:relative;
	z-index: 9999!important;
}

.logo_veiculo {
	float: left;
	height: 50px;
	width: 12%;
	display:  flex;
	justify-content:  center;
	align-items: center;
}

.logo_veiculo a {
	display:block;
	padding: 10px 15px;
}

@media screen and (max-width: 1000px) {
	.display_header {
		display:inline-block;
		width: 307px;
	}

	.content_main {
		text-align:center;
	}

	.logo_veiculo {
		width: 100%;
	}

	header {
		height:250px;
	}
}

@media screen and (max-width: 650px) {
	.logo,
	.menu_social {
		text-align:center;
		width:100%;
	}

	.menu_social {
		margin-bottom:5px;
	}

	.logo {
		margin-bottom: 5px;
	}

	.modelos_menu {
		position:relative;
		z-index:9999;
	}

	header {
		height: 285px;
	}
}

@media screen and (max-width: 500px) {
	.menu_social .first {
		width:100%;
		margin-bottom:10px;
	}

	.menu_drop,
	.modelos_menu {
		float: left;
		margin: 0;
	}

	.menu_drop {
		position:relative;
		width:20%;
	}

	.modelos_menu {
		width:80%;
	}

	.logo_veiculo {
		height: 44px;
		margin-top:5px;
		text-align:center;
		width:100%;
	}

	.content_main .display_header {
		display:block;
	}

	.display_header {
		width: 100%;
		margin-top:20px;
	}

	header {
		height: 300px;
	}
}

/*
  ========================================
        CONTEUDO 
  ========================================
*/

.bg_white {
	background: #ffffff;
}

/*ESCOLHE VERSAO*/
.escolher_versao {
	padding-top:30px;
}

.escolher_versao ul {
	text-align:center;
}

.escolher_versao li {
	width: 19%;
	display:inline-block;
	border: 1px solid #cdcdcd;
	margin: 10px 0.5%;
	cursor: pointer;
	overflow:hidden;
}

.escolher_versao li div {
	display:flex;
	justify-content:center;
	align-items:center;
	/* padding:0 8px; */
}

.escolher_versao li img {
	margin:0 5px;
}

.escolher_versao li:first-child {
	margin-left:0;
	padding-left:0;
}

.escolher_versao li:last-child {
	margin-right:0;
	padding-right:0;
}

.escolher_versao li h6 {
	text-transform:uppercase;
	font-size:16px;
	color:#5a5b5b;
	font-weight:600;
	background:#e1e1e1;
	/* margin-top:10px; */
	padding: 15px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.escolher_versao li.ativo h6,
.escolher_versao li:hover h6 {
	background:#e92b3e;
	color:#ffffff;
}

@media screen and (max-width: 900px) {
	.escolher_versao li {
		float: left;
		width: 48%;
		margin: 10px 0;
	}

	.escolher_versao li:nth-of-type(2n) {
		float:right;
	}

	.escolher_versao li img {
		width: 100%;
		max-height: inherit;
		max-width: inherit;
	}

	.escolher_versao li:last-child {
		float:none;
		margin-bottom:0;
	}

	.escolher_versao li div {
		padding:0;
		display:block;
	}
}

@media screen and (max-width: 500px) {
	.escolher_versao li {
		float: left;
		width: 100%;
		margin: 10px 0;
	}
}
/*FIRST CONTENT*/

.first_content {
	padding-top: 45px;
	padding-bottom: 75px;
	text-align: center;
}

.img_detalhes {
	display: inline-block;
	width: 50%;
	border: 1px solid #d3d3d3;
}

.img_big {
	overflow: hidden;
	display:  flex;
	justify-content:  center;
	align-items: center;
	min-height: 250px;
}

.lista li:first-child {
	display: block;
}

.lista li {
	display: none;
	font-size: 14px;
	color: #939292;
	margin:0 0 20px 0;
}

.lista li p {
	padding: 0 0 0 25px;
	background: url("../img/elipse.png") left center no-repeat;
}

.gallery_small li {
	float: left;
	width: 25%;
	border: 1px solid #d3d3d3;
	border-right:none;
	overflow: hidden;
	display:  flex;
	justify-content:  center;
	align-items: center;
}

.gallery_small li a {
	position:relative;
}

.gallery_small li a::before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	opacity:0.5;
	background:white;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gallery_small li a:hover::before {
	opacity:0;
}

.gallery_small li:first-child {
	border-left:none;
}

.gallery_small li:nth-of-type(4n) {
	border-right:none;
}

.gallery_small li img {
	max-width: initial!important;
}

.tabela_cores {
	text-align: center;
	margin: 30px 0;
}

.tabela_cores li {
	display: inline-block;
	height: 45px;
	width: 45px;
	border:1px solid #adacad;
	position: relative;
	margin:0 3px;
	cursor:pointer;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tabela_cores li::before {
	content:'';
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	border:3px solid #e92b3e;
	opacity:0;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tabela_cores li:hover::before,
.tabela_cores li.ativo::before {
	opacity:1;
}

.tabela_cores h6 {
	font-size:14px;
	color:#939292;
	margin-top:3px;
}

@media screen and (max-width: 1000px) {
	.img_detalhes {
		width: 80%;
	}
}

@media screen and (max-width: 800px) {
	.img_detalhes {
		width: 100%;
	}

	.img_detalhes img {
		max-width: 100%!important;
	}

	.first_content {
		padding: 35px 0 25px 0;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	.img_big {
		overflow: inherit;
		height: auto;
		display:  block;
	}

	.tabela_cores {
		margin: 25px 0 15px 0;
	}
}

/*LISTA DE VERSAO*/

.lista_versao {
	text-align: center;
	margin-bottom: 10px;
}

.lista_versao li {
	display: inline-block;
	margin:0 12px;
	cursor:pointer;
	font-size: 15px;
	color: #6b6c6c;
	text-transform: uppercase;
	padding: 12px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.lista_versao li.ativo,
.lista_versao li:hover {
	transform:scale(1.25);
	background: #e92b3e;
	color: #ffffff;
}

.lista_versao li.ativo a,
.lista_versao li:hover a {
	color: #ffffff;
}

/* ATRIBUTOS */

.atributos {
	margin-bottom: 70px;
}

.atributos ul {
	border:1px solid #d3d3d3;
	border-bottom: none;
}

.atributos .abas li {
	float: left;
	width: 20%;
	cursor:  pointer;
	text-align: center;
	padding: 20px 0;
	border-right:1px solid #d3d3d3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.atributos .abas li a {
	display:block;
	padding: 32px 0 0 0;
	height: 165px;
	cursor:pointer;
}

.atributos .abas li:last-child {
	border-right:none;
}

.atributos .abas li .img {
	height: 65px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.atributos .abas li.ativo .img img,
.atributos .abas li:hover .img img {
	filter: grayscale(0) brightness(0%) contrast(100%) invert(100%)!important;
}

.atributos .abas li.ativo,
.atributos .abas li:hover {
	background:#e92b3e;
}

.atributos .abas li .txt {
	height: 45px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	color: #6b6c6c;
	padding: 0 6px;
	/* margin-top: 6px; */
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

.atributos .abas li.ativo .txt,
.atributos .abas li:hover .txt {
	color:#fff;
}

.atributos .lista {
	padding: 45px 40px;
	border:1px solid #d3d3d3;
}

.atributos .lista li {
	margin-bottom: 30px;
}
.atributos .lista li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {
	.atributos .abas li {
		width: 50%;
		padding-top: 10px;
		padding-bottom: 10px;
		border:1px solid #d3d3d3;
		border-top:none;
	}

	.atributos .abas li a {
		padding: 15px 0 0 0;
		height: 110px;
	}

	.atributos .abas li:nth-of-type(2n) {
		border-right:1px solid #d3d3d3;
		border-top:1px solid #d3d3d3;
		border-left:none;
	}

	.atributos .abas li:first-child {
		border-top:1px solid #d3d3d3;
	}

	.atributos .abas li:last-child {
		display:inline-block;
		float:none;
		border:1px solid #d3d3d3;
		border-top:none;
	}

	.atributos .abas li:nth-of-type(4n) {
		border-left:none;
		border-top: none;
	}

	.atributos .abas {
		text-align:center;
		border:none;
	}

	.atributos .abas li .img {height: 60px;display:  flex;justify-content:  center;align-items: center;}

	.atributos .abas li .txt {height: 40px;margin-top: 0px;}

	.atributos .lista{
		padding:20px;
	}

	.lista_versao,
	.atributos {
		margin-bottom:30px;
	}
}

@media screen and (max-width: 600px) {
	.lista_versao li {
		width:16%;
		margin:0 1%;
	}
}

@media screen and (max-width: 450px) {
	.lista_versao li {
		width:25%;
		margin:10px 1%;
	}
}

/* GALERIA */

.galeria {
	margin-bottom: 85px;
	text-align: center;
}

.galeria li {
	float: left;
	width: 20%;
	position: relative;
	overflow: hidden;
	display:  flex;
	justify-content:  center;
	align-items: center;
}

.galeria li a {
	display:block;
	width:100%;
}

.galeria li a::after {
	content: '';
	opacity:0;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.65) url(../img/lupa.png) center no-repeat;
	height: 100%;
	width: 100%;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.galeria li a:hover::after {
	opacity:1;
}

@media screen and (max-width: 900px) {
	.galeria {
		margin-bottom:40px;
	}
}

@media screen and (max-width: 850px) {
	.galeria_desk {
		display: none;
	}
}

@media screen and (min-width: 851px) {
	.galeria_mobile {
		display: none;
	}
}

.galeria_mobile  {
	position: relative;
}

/* CATALOGO */

.catalogo {
	margin-bottom:100px;
}

.content_catalogo {
	background: #e2e2e2;
	text-align: center;
	padding: 35px 0;
}

.content_catalogo h2 {
	text-transform: uppercase;
	font-size: 35px;
	color: #e92b3e;
	margin-bottom: 40px;
}

.content_catalogo h3 {
	display: inline-block;
	margin:0 14px;
}

.content_catalogo h3 a {
	display: block;
	font-size: 25px;
	color: #ffffff;
	background: #e92b3e;
	padding: 16px 30px;
	cursor: pointer;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.content_catalogo h3 a:hover {
	background: #a81d2a;
}

@media screen and (max-width: 900px) {
	.catalogo {
		margin-bottom:30px;
	}

	.content_catalogo h2 {
		font-size: 25px;
	}
}

/*FOOTER*/

footer {
	padding: 25px 0 40px 0;
	background: #ea2b3d;
}

.download {
	cursor: pointer;
	font-size: 15px;
	color: #ffffff;
	padding-right: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url('../img/download.png') right center no-repeat;
	margin-top: 7px;
}

.social_rdp li {
	display: inline-block;
	margin: 0 6px 0px 6px;
}

.borda_footer {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}

.content_footer li {
	float: left;
	width: 21%;
	font-size: 13px;
	color: #ffffff;
	line-height: 1.5;
	margin: 0 5% 0 0;
	padding-top: 28px;
}

.content_footer li:first-child {
	padding-top: 0;
}

.content_footer li:last-child {
	margin-right:0;
}

.content_footer li a {
	font-size: 14px;
	color: #ffffff;
	
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content_footer li a:hover {
	color:#7e0317;
}

.content_footer li a span {
	font-size: 15px;
}

.last_content {
	padding: 5px 0;
	background: #ececec;
}

.last_content p {
	font-size: 13px;
	color: #444444;
	margin-bottom: 0;
	margin-top: 1px;
}

.direitos {
	float: left;
}

.desenvolvido {
	float: right;
}

.content_footer input[type="text"] {
    background:#ffffff;
    border: 1px solid #ffffff;
    outline: none;
    font-size: 14px;
    color: #101010;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding: 2px 10px;
}

.content_footer .btn {
	font-size:12px;
	color:#fff;
	text-align:center;
	background:#171717;
	border:1px solid #171717;
	float:right;
	margin-top:10px;
	padding:3px 8px;
	cursor:pointer;
	outline:none;

	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content_footer .btn:hover {
	background:#484646;
	border:1px solid #171717;
}

@media screen and (max-width: 1130px) {
	.content_footer li {
		width: 50%;
		height:140px;
		margin: 20px 0 0 0;
		padding-top: 0;
		text-align:center;
		display:flex;
		justify-content:center;
		align-items:center;
	}

	.content_footer li:nth-of-type(2n) {
		float:right;
	}
}

@media screen and (max-width: 600px) {
	.content_footer li {
		width: 100%;
		height:auto;
	}

	.content_footer li:first-child {
		margin-top: 0;
	}

	.borda_footer {
		text-align:center;
	}

	.download {
		display:inline-block;
		float: none;
		margin-bottom:15px;
	}

	.social_rdp {
		width:100%;
		text-align:center;
	}
}

@media screen and (max-width: 520px) {
	.direitos,
	.desenvolvido {
		width:100%;
		text-align:center;
		margin:5px 0;
	}
}

/*
  ========================================
        INPUTS
  ========================================
*/

.formulario {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fff;
}

.formulario h6 {
	font-size:14px;
	color: #414141;
	margin-bottom:3px;
}

.inputs .margin {
    float: left;
    margin-bottom: 10px;
    /* border:1px solid red; */
}

.inputs .margin div input {
    width: 100%;
    padding: 2px 13px;
    background:#ffffff;
    border: 1px solid #797979;
    outline: none;
    font-size: 15px;
    color: #5c5c5c;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.inputs textarea:focus,
.inputs select:focus,
.inputs input:focus {
    border:1px solid #c8102e;
}

.inputs select {
    width: 100%;
    padding: 1px 6px!important;
    cursor: pointer;
    width: 100%;
    padding: 2px 13px;
    background:#ffffff;
    border: 1px solid #797979;
    outline: none;
    font-size: 15px;
    color: #5c5c5c;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.inputs .btn {
    float: right;
    padding: 10px 17px;
    border:none;
    outline: none;
    font-size: 15px;
    color:#ffffff;
    font-weight: 600;
    cursor:pointer;
    border: 1px solid #c8102e;
    background-color: #c8102e;
    margin: 15px 0 0 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.inputs .btn:hover {
    border: 1px solid #c8102e;
    background-color: #a1021c;
}

/**/

.inputs ::-webkit-input-placeholder {
    color: #797979;
    font-size: 16px;
}

.inputs :-moz-placeholder {
    color: #797979;
    font-size: 16px;
}

.inputs ::-moz-placeholder { 
    color: #797979;
    font-size: 16px;
} 

.inputs :-ms-input-placeholder {  
    color: #797979;
    font-size: 16px; 
}

/*CHECK BOX*/

.checkbox {
    float: left;
    width: 50%;
    /* border: 1px solid red; */
    /* text-align: center; */
}

.check_width {
    width: 100%!important;
    margin: 10px 0 25px 0;
}

.check_width h6 {
    font-size: 20px;
    color: #23827f;
    font-weight: 600;
    margin-bottom: 15px;
}

.mensagem_form_veiculos p {
	margin-bottom: 0;
}

.mensagem_form_veiculos textarea {
	width: 100%;
	height: 60px;
	resize: none;
	outline: none;
}

.mensagem_form_veiculos textarea:focus {
	border-color: #797979;
}


input[type="checkbox"] {
    display: none!important;
}

input[type="checkbox"] + label {
    color: #171717;
    font-size: 15px;
    cursor: pointer;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width: 19px;
    height: 19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    border: 2px solid #171717;
    cursor:pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input[type="checkbox"]:checked + label span {
    background: #ea2b3d;
}
@media screen and (max-width:765px) {
    .checkbox {
        width: 100%;
        text-align: left;
        margin: 5px 0;
    }

    .check_width {
        margin:5px 0
    }
}

@media screen and (max-width: 750px) {
	.inputs .margin {
		width:100%!important;
		margin:0 0 10px 0!important;
	}

	.formulario {
		padding:0px 0 40px 0;
	}
}

@media screen and (max-width: 450px) {
	.inputs .btn {
		width:100%!important;
	}
}

.relative {
	position: relative;
}

.header-scroll {
	position:absolute;
	left:0;
	top: -55px;
	height:10px;
	width:100%;
}

.flexslider {
	width:100%;
}