@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");

body::-webkit-scrollbar-track {
	background-color: #fff;
}
body::-webkit-scrollbar {
	width: 10px;
	background-color: #fff;
}
body::-webkit-scrollbar-thumb {
	background-color: RGBA(164, 0, 0, 1);
}

html,
body {
	width: 100%;
	height: 100%;
}

html,
body,
* {
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	transition: all 0.16s linear;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.total {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	clear: both;
}
.centro {
	position: relative;
	display: block;
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

/*___GERAIS___*/
* a {
	cursor: pointer;
	text-decoration: none;
}

*,
* form * {
	outline: none;
}

.clearfix {
	overflow: auto;
	zoom: 1;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*__TABLE__*/
.tb {
	position: relative;
	display: table;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

.tb .tb_line {
	display: table-row;
	height: 100%;
	max-height: 100%;
}

.tb .tb_line ._cell {
	display: table-cell;
	height: 100%;
	max-height: 100%;
	vertical-align: middle;
	text-align: center;
}

/*___TOPO___*/

header {
	height: 100px;
}

header form {
	width: 250px;
}

header form input {
	display: block;
	width: 100%;
	height: 50%;
}

header form input[type="text"] {
	padding: 10px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Open Sans";
}

header form input[type="submit"] {
	background-color: #f1f1f1;
	background-image: url(../img/btn_pesquisar_topo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

header nav .mennu {
	height: 100%;
	width: auto;
	-webkit-display: -webkit-box;
	-webkit-display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	/*background-color: #b30000;*/
	background: rgb(179, 0, 0);
	background: linear-gradient(180deg, rgba(179, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

header nav .mennu a {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
	height: 100%;

	font-family: "Open Sans";
	font-size: 20px;
	font-weight: bold;
	line-height: 100px;
	color: #fff;
	text-transform: uppercase;
	/*border-bottom: 3px solid #b30000;*/
}

header nav .mennu a:hover {
	color: #b00;
	background-color: #eee;
}

.logo_topo {
	width: 350px;
	height: 100px;
	background-image: url(../img/logo_mfv.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 300px;
	z-index: 500;
}

/*___RODAPE___*/
footer {
	background-color: #b30000;
	height: 75px;
}

.telefones a {
	display: block;
	color: #fff;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: bold;
}

.telefones a:before {
	content: "51 ";
	font-weight: normal;
}

.address span {
	display: block;
	color: #fff;
	font-family: "Open Sans";
	text-transform: uppercase;
}

.address span:nth-child(1n) {
	font-size: 14px;
}
.address span:nth-child(2n) {
	font-size: 18px;
	margin: 3px 0;
	font-weight: bold;
}
.address span:nth-child(3n) {
	font-size: 10px;
	opacity: 0.5;
}

.facebook {
	width: 50px;
	background-image: url(../img/facebook_footer.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
}

.logo_foot {
	width: 130px;
	background-color: #fff;
	background-image: url(../img/brasao_mfv.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*___INDEX___*/

.banner {
	/* height: 300px; */
	height: 550px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #999;
	overflow: hidden;
}

.destaques {
	height: 150px;
}

.destaques ul {
	list-style: none;
}

.destaques ul li {
	position: relative;
	display: inline;
	width: 15%;
	height: 150px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 5px solid #fff;
	cursor: pointer;
	background-color: #ccc;
}

.destaques ul li .hoverinfo {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: RGBA(180, 0, 0, 0.8);
}

.destaques ul li .hoverinfo p {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	top: 45px;
	bottom: auto;
	color: #fff;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
}
.destaques ul li .hoverinfo p:first-line {
	font-size: 16px;
}

.destaques ul li:hover .hoverinfo {
	display: block;
}

.marcas {
	min-height: 70px;
	width: 100%;
	-webkit-display: -webkit-box;
	-webkit-display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.marcas a {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;

	width: 7%;

	-webkit-opacity: 0.25;
	-moz-opacity: 0.25;
	-ms-opacity: 0.25;
	-o-opacity: 0.25;
	opacity: 0.25;
}

.marcas a:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.marcas a img {
	height: 40px;
	border: 0;
}

.plugins {
	height: 155px;
	margin: 5px 0;
}

.plugins ul li {
	display: inline;
	width: 30%;
	background-color: #ededed;
}

.plugins .linkes {
	background-image: url(../img/ico_links_uteis.png);
	background-size: 20%;
	background-position: center left;
	background-repeat: no-repeat;
}

.plugins .linkes a {
	display: block;
	color: #4c4c4c;
	font-family: "Open Sans", sans-serif;
	font-weight: lighter;
	font-style: italic;
	text-align: left;
	padding: 0 0 0 110px;
	margin: 3px 0;
}

.plugins .linkes a:before {
	content: "• ";
	color: #b30000;
	font-family: "Open Sans", sans-serif;
	font-weight: bolder;
	padding: 0 10px 0 0;
}

.plugins .rss .half {
	display: block;
	float: left;
	width: 50%;
	padding: 0 10px;
}

.plugins .rss .half .feed li {
	display: inline;
	list-style: none;
	text-align: left;
}

.plugins .rss .half .feed li a {
	display: block;
	color: #b30000;
	font-size: 14px;
	padding: 5px 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}

.plugins .rss .half .feed li a::before {
	content: attr(data-content);
	color: #999999;
	padding: 0 10px 0 0;
}

.plugins .rss .half .last_post {
	display: block;
	text-align: center;
}

.plugins .rss .half .last_post .post_img {
	width: 100%;
	height: 100px;
	background-position: center;
	background-size: cover;
	background-color: #b30000;
	margin: 0 auto;
}

.plugins .rss .half .last_post .post_tit {
	display: block;
	color: #b30000;
	font-size: 15px;
	padding: 5px 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-style: italic;
}

.plugins .rss .half .last_post .post_tit:before {
	content: attr(data-content);
	color: #999999;
	padding: 0 10px 0 0;
}

.localiza {
	height: 220px;
	margin: 5px 0;
}

.localiza ul li:nth-child(1n),
.localiza ul li:nth-child(3n) {
	width: 25%;
}

.localiza ul li:nth-child(2n) {
	width: 50%;
}

.localiza .fachada {
	background-image: url(../../arquivos/loja/fachada.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.localiza .plantao {
	background: #b30000; /* Old browsers */
	background: -moz-linear-gradient(top, #b30000 0%, #5b0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b30000 0%, #5b0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		#b30000 0%,
		#5b0000 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30000', endColorstr='#5b0000',GradientType=0 ); /* IE6-9 */
	text-align: center;
}

.localiza .plantao .listt {
	display: inline-block;
	width: auto;
	padding: 0 0 0 35px;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	text-align: left;
	color: #fff;
}

.ico_pin {
	background-image: url(../img/ico_pin.png);
}

.ico_mobile {
	background-image: url(../img/ico_mobile.png);
}

.localiza .plantao .fones {
	display: inline-block;
	width: 45%;
	padding: 5px 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

.localiza .plantao .fones::before {
	content: "51 ";
	font-family: "Open Sans", sans-serif;
	font-weight: lighter;
}

/*___SOBRE___*/

.sobre {
	width: 100%;
	background: #7e0000;
}

.sobre .half {
	display: inline-block;
	float: left;
	width: 50%;
	height: 100%;
}

.sobre .sobre_texto {
	text-align: right;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-family: "Open Sans", sans-serif;
	font-weight: lighter;
	background-color: #7e0000;
	padding: 50px;
}

.sobre .sobre_texto:first-line {
	font-size: 36px;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-weight: bold;
	line-height: 60px;
}

.sobre .sobre_texto strong {
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
}

.sobre .sobre_fotos {
	height: 100%;
	padding: 30px;
	-webkit-display: -webkit-box;
	-webkit-display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: space-between;
}

.sobre .sobre_fotos .foto_1,
.sobre .sobre_fotos .foto_2 {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
	align-self: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sobre .sobre_fotos .foto_1 {
	width: 100%;
	height: 300px;
	margin: 0 0 20px 0;
}

.sobre .sobre_fotos .foto_2 {
	width: 150px;
	height: 200px;
}

.sobre .sobre_fotos .foto_2:nth-child(2n) {
	margin: 0 20px 0 0;
}

/*___CONTATO___*/

article {
	display: table-cell;
}

.contato .half {
	width: 50%;
	height: 100%;
	padding: 30px;
}

.contato .half:nth-child(1n) {
	float: left;
}

.contato .form {
	background-color: #7e0000;
	text-align: right;
	background-image: url(../img/bg_contato.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.contato .form .pag_tit {
	display: block;
	font-size: 36px;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	margin: 0 0 20px 0;
	text-align: right;
}

.contato .form form {
	display: block;
	width: 300px;
	float: right;
}

.contato .form form input,
.contato .form form textarea {
	display: block;
	float: right;
	clear: both;
	width: 100%;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	margin: 5px 0;
	padding: 10px;
	font-size: 18px;
	color: #000;
}

.contato .form form input[type="submit"] {
	width: auto;
	color: #b30000;
	text-transform: uppercase;
	cursor: pointer;
}

.contato .contatos {
	display: inline-block;
	background-color: #760000;
	padding: 0;
	height: 100%;
}

.contato .contatos .plantoes {
	width: 50%;
	height: 50%;
	float: left;
	color: #808080;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	text-align: center;
	background-color: #fff;
	padding: 20px 10px;
}

.contato .contatos .plantoes span {
	display: block;
	margin: 10px 0;
	font-size: 15px;
}

.contato .contatos .plantoes .reddy,
.contato .contatos .plantoes div {
	display: block;
	margin: 20px 0;
	font-size: 24px;
	color: #b30000;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
}

.contato .contatos .plantoes div {
	width: 50%;
	float: left;
	margin: 5px 0;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
}

.contato .contatos .plantoes div:before {
	content: "51 ";
	font-family: "Open Sans", sans-serif;
	font-weight: lighter;
}

.contato .contatos .address {
	width: 50%;
	height: 50%;
	float: right;
	color: #fff;
}

.contato .contatos .address div:nth-child(odd) {
	padding: 35px 50px 15px 50px;
	font-size: 16px;
	line-height: 26px;
	color: #ccc;
}
.contato .contatos .address div:nth-child(odd):first-line {
	font-size: 24px;
}

.contato .contatos .address div:nth-child(even) {
	padding: 15px 100px 0 100px;
	font-size: 20px;
	line-height: 26px;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

/*___BARRA_BUSCA___*/

.barra_busca {
	display: block;
	background-color: #e2e2e2;
	height: 50px;
	max-height: 50px;
}

.barra_busca form {
	display: block;
	width: 960px;
	height: 100%;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

.barra_busca form *::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1 !important;
}
.barra_busca form *:-moz-placeholder {
	color: #ccc;
}
.barra_busca form *::-moz-placeholder {
	color: #ccc;
}
.barra_busca form *:-ms-input-placeholder {
	color: #ccc;
}

.barra_busca form input,
.barra_busca form select {
	display: inline-block;
	float: left;
	height: 60%;
	padding: 0 10px;
	margin: 10px 0 0 10px;
	font-family: "arial narrow";
	font-size: 16px;
	color: #b30000;
}

.barra_busca form input[type="submit"] {
	width: 30px;
	background-color: #f3f3f3;
	background-image: url(../img/magnifier.png);
	background-position: center;
	background-size: 65%;
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
}

.barra_busca form select {
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/select_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	padding: 0 35px 0 0;
}

.barra_busca form select::-ms-expand {
	display: none;
}

.barra_busca form select option {
	font-family: "arial narrow";
	color: #666;
}

/*___VEÍCULOS___*/

.grade_veiculos {
	display: table;
	width: 100%;
	clear: both;
	float: none;
	border-collapse: separate;
	border-spacing: 5px;
}

.grade_veiculos .grid_line {
	display: table-row;
}

.grade_veiculos .grid_line a {
	display: table-cell;
	width: 235px;
	height: 235px;
	vertical-align: top;
	overflow: hidden;
}

.grade_veiculos .grid_line a .superfacil_grid {
	position: absolute;
	display: block;
	width: 180px;
	top: 0;
	bottom: 0;
	left: auto;
	right: -140px;
	margin: 0;
	z-index: 150;
	background-image: url(../img/super_facil.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

.grade_veiculos .grid_line a:hover .superfacil_grid {
	right: -70px;
}

.grade_veiculos .grid_line a .red_over {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	background: -moz-linear-gradient(top, rgba(179, 0, 0, 0) 0%, rgba(179, 0, 0, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		rgba(179, 0, 0, 0) 0%,
		rgba(179, 0, 0, 1) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		rgba(179, 0, 0, 0) 0%,
		rgba(179, 0, 0, 1) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b30000', endColorstr='#b30000',GradientType=0 ); /* IE6-9 */
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	line-height: 235px;
	z-index: 100;
	opacity: 0;
}

.grade_veiculos .grid_line a:hover .red_over {
	opacity: 1;
}

.grade_veiculos .grid_line a .foto {
	display: block;
	width: 100%;
	height: 175px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	background-color: #fff;

	border: 0px solid;
	border-bottom: 11px solid;
	-webkit-border-image: url(../img/img_border_grid.png) 30 round; /* Safari 3.1-5 */
	-o-border-image: url(../img/img_border_grid.png) 30 round; /* Opera 11-12.1 */
	border-image: url(../img/img_border_grid.png) 30 round;
}

.grade_veiculos .grid_line a .info {
	display: block;
	padding: 5px 10px;
	z-index: 105;

	background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		rgba(240, 240, 240, 1) 0%,
		rgba(255, 255, 255, 0) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		rgba(240, 240, 240, 1) 0%,
		rgba(255, 255, 255, 0) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.grade_veiculos .grid_line a .info .modelo {
	display: block;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	text-align: center;
	color: #404040;
	text-transform: uppercase;
	padding: 5px 0;
}

.grade_veiculos .grid_line a .info {
	background: none;
}

.grade_veiculos .grid_line a:hover .info .modelo {
	color: #fff;
}

.grade_veiculos .grid_line a .info .inffo {
	display: block;
	text-align: center;
}

.grade_veiculos .grid_line a .info .inffo div {
	display: inline-block;
	color: #b30000;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	padding: 0 10px;
}

.grade_veiculos .grid_line a:hover .info .inffo div {
	color: #ffa6a6;
}

/*___DETALHES___*/

.detalhes {
	display: table;
	width: 100%;
	height: 750px;
	clear: both;
	float: none;
	border-collapse: collapse;
}

.detalhes .det_line {
	display: table-row;
}

.detalhes .det_line .det_cell {
	display: table-cell;
	overflow: hidden;
}

.detalhes .det_line .det_cell #big_foto {
	max-width: 830px;
	min-height: 500px;
	height: 500px !important;
	max-height: 500px !important;
	object-fit: contain;
}

.detalhes .det_line .det_cell .super_facil {
	position: absolute;
	top: 0;
	right: -100px;
	z-index: 1000;
	width: 400px;
	height: 400px;
	background-image: url(../img/super_facil.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}

.detalhes .det_line .det_cell .next,
.detalhes .det_line .det_cell .prev {
	position: absolute;
	top: 300px;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.detalhes .det_line .det_cell .next {
	right: 0;
	background-image: url(../img/btn_next.png);
	z-index: 1005;
}

.detalhes .det_line .det_cell .prev {
	left: 0;
	background-image: url(../img/btn_prev.png);
	z-index: 1004;
}

.big_foto {
	width: 70%;
	background-position: center;
	background-size: contain;
	background-color: #b30000;
	background-repeat: no-repeat;
}

.big_foto .down_foto {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 125px;
	height: 60px;
	background-image: url(../img/btn_salvar_foto.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.big_foto .mais_fotos {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	width: 160px;
	height: 60px;
	background-image: url(../img/btn_mais_fotos.png);
	background-position: right bottom;
	background-size: cover;
	cursor: pointer;
}

.big_foto .album_wrapper,
.album_wrapper {
	position: relative;
	display: block;
	min-height: 150px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	overflow: hidden;
}

.big_foto .album_wrapper .album,
.album_wrapper .album {
	display: table;
	height: 135px;
	border-collapse: separate;
	border-spacing: 5px;
	margin: 0 0;
}

.big_foto .album_wrapper .album .thumbs,
.album_wrapper .album .thumbs {
	display: table-row;
}

.big_foto .album_wrapper .album .thumbs div,
.album_wrapper .album .thumbs div,
.album_wrapper .album .thumbs img {
	display: inline-block;
	background-color: #eee;
	width: auto;
	min-height: 88px;
	height: 88px;
	max-height: 88px;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	box-sizing: border-box;
	padding: 2px;
}

.big_foto .album_wrapper .next,
.big_foto .album_wrapper .prev,
.album_wrapper .next,
.album_wrapper .prev {
	position: absolute;
	display: block;
	width: 60px;
	height: 135px;
	background-position: center;
	background-size: 34px;
	background-repeat: no-repeat;
	cursor: pointer;
}

/*.big_foto .album_wrapper .next, .album_wrapper .next {
	top: 0;
	right:0;
	background-image:url(../img/btn_next.png);
}

.big_foto .album_wrapper .prev, .album_wrapper .prev {
	top: 0;
	left:0;
	background-image:url(../img/btn_prev.png);
}*/

/*.album_wrapper .next, .album_wrapper .prev {
	display: none;
	visibility:hidden;
}*/

.descricao {
	position: relative;
	width: 30%;
	background-color: #fff;
	padding: 30px;
	color: #3e3e3e;
	text-align: center;
}

.descricao .modelo {
	display: block;
	margin: 0 0 10px 0;
	font-size: 24px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.descricao .preco {
	display: inline-block;
	width: auto;
	margin: 5px auto 20px auto;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #b30000;
	padding: 10px 15px;
}

/* .descricao .opcionais {
	color: #666;
	font-family: "MFV_REGULAR_ITALIC";
	font-size: 16px;
	line-height: 18px;
	text-align: justify;
	clear: both;
}

.descricao .opcionais:first-line {
	color: #b30000;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	line-height: 42px;
} */

.opcionais {
width: 100%;
	margin-top: 5px;
	background: white;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.opcionais-web {
	display: flex;
}

.opcionais-mobile {
	display: none;
}

.opcionais-item {
	flex: 0 1 250px;
	line-height: 1.3;
	margin: 4px;
	text-align: left;
}

.opcionais-check-item {
	fill: green;
	margin-right: 6px;
	transform: scale(1.25);
	padding-top: 9px;
}

.descricao .btn_proposta {
	display: inline-block;
	width: 275px;
	height: 50px;
	margin: 20px 0 0 0;
	background-image: url(../img/btn_proposta_red.png);
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.descricao .carac {
	display: inline-block;
	float: left;
	width: 48%;
	height: 40px;
	background-color: #f2f2f2;
	margin: 5px 0;
	padding: 0 0 0 60px;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 42px;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	color: #4c4c4c;
	text-align: left;
	line-height: 40px;
}

.descricao .carac:nth-child(odd) {
	float: right;
}

#botao-whats {
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	height: 75px;
	width: 75px;
	border: none;
	cursor: pointer;
	position: fixed;
	border-radius: 50%;
	display: flex;
	box-shadow: 0 0 5px grey;
	background: #25d366;
}

.btn-legal-info {
	background: #effff5;
	font-size: 1.2em;
	cursor: pointer;
}
.icon-legal-info {
	height: 22px;
	position: relative;
	fill: #007b2e;
	top: 4px;
}
.span-legal-info {
	line-height: 1.4;
	color: #007b2e;
	font-weight: bold;
	text-transform: uppercase;
}

.informacao-legal.modal {
	display: none;
	position: fixed;
	z-index: 1010;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.informacao-legal .modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 75%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

.informacao-legal .modal-header {
	padding: 2px 16px;
	background-color: #b30000;
	color: white;
}

.informacao-legal .modal-body {
	padding: 2px 16px;
}

.informacao-legal .modal-footer {
	text-align: center;
	color: white;
}
.informacao-legal .modal-footer h3 {
	background-color: #b30000;
	margin: 12px 35%;
	padding: 10px;
	font-size: 1.2em;
	text-transform: uppercase;
	cursor: pointer;
}
.informacao-legal .modal-header h2 {
	font-size: 1.6em;
	padding: 12px;
}
.informacao-legal .modal-body p,
.informacao-legal .modal-body strong {
	font-size: 1.3em;
	padding: 12px;
}

.ico_ano {
	background-image: url(../img/icons/ico_ano.png);
}
.ico_cambio {
	background-image: url(../img/icons/ico_cambio.png);
}
.ico_cor {
	background-image: url(../img/icons/ico_cor.png);
}
.ico_direcao {
	background-image: url(../img/icons/ico_direcao.png);
}
.ico_gas {
	background-image: url(../img/icons/ico_gas.png);
}
.ico_km {
	background-image: url(../img/icons/ico_km.png);
}
.ico_placa {
	background-image: url(../img/icons/ico_placa.png);
	text-transform: uppercase;
}
.ico_marca {
	background-image: url(../img/icons/ico_marca.png);
	text-transform: uppercase;
}
.ico_preco {
	background-image: url(../img/icons/ico_preco.png);
	text-transform: uppercase;
}

.descricao .form_proposta {
	position: absolute;
	display: none;
	z-index: 100;
	padding: 40px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: RGBA(175, 0, 0, 0.85);
}

.descricao .form_proposta .info {
	color: #fff;
	font-size: 24px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	margin: 20px 0;
}

.descricao .form_proposta .info:first-line {
	font-size: 30px;
}

.descricao .form_proposta input,
.descricao .form_proposta textarea {
	display: block;
	width: 100%;
	margin: 5px 0;
	padding: 10px;
}

.descricao .form_proposta .btn_proposta {
	display: inline-block;
	width: 275px;
	height: 50px;
	margin: 20px 0 0 0;
	background-image: url(../img/btn_proposta_red.png);
	background-position: center;
	background-size: cover;
	border: 1px solid #fff;
	cursor: pointer;
}

.descricao .form_proposta .btn_close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../img/btn_close.png);
	background-position: center;
	background-size: contain;
	cursor: pointer;
}

.descricao .small_phone_tit {
	margin-top: 8px;
	color: #b30000;
	font-size: 16px;
	font-weight: bold;
}

.descricao .small_phone {
	display: block;
	padding: 8px 0;
	color: #ffffff;
	background-color: #25d366;
	text-align: center;
}

/*___BLOG___*/

.novidades a {
	display: inline-block;
	width: 44%;
	float: left;
	margin: 3%;
	font-size: 15px;
	line-height: 18px;
	color: #808080;
	font-family: "Open Sans", sans-serif;
	font-weight: lighter;
	font-style: italic;
}

.novidades a div {
	display: block;
	width: 100%;
	height: 150px;
	margin: 0 0 5px 0;
	background-position: center;
	background-size: cover;
}

.novidades a:first-child {
	display: block;
	width: 94%;
	font-size: 18px;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #b2b2b2;
}

.novidades a:first-child div {
	height: 200px;
}

.blog {
	display: table;
	width: 100%;
	height: 600px;
	border-collapse: collapse;
	margin: 0;
}

.blog .blog_line {
	display: table-row;
}

.blog .blog_line article {
	display: table-cell;
	width: 33%;
	background-color: #f9f9f9;
	vertical-align: top;
}

.blog_feed {
	background-color: #e6e6e6 !important;
}

.blog_feed .mes {
	display: block;
	width: auto;
	float: right;
	clear: both;
	background-color: #b30000;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0;
}

.blog_feed a {
	display: block;
	float: left;
	clear: both;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color: #b30000;
	margin: 5px;
	padding: 10px;
	vertical-align: top;
}

.blog_feed a:before {
	content: attr(data-dia);
	font-size: 40px;
	line-height: 24px;
	color: #b3b3b3;
	padding: 0 20px 0 0;
	float: left;
	vertical-align: top;
}

.mais_vistos a {
	display: block;
	width: auto;
	height: 100px;
	margin: 10px 20px;
}

.mais_vistos a .foto {
	display: inline-block;
	width: 50%;
	height: 100%;
	float: left;
	background-position: center;
	background-size: cover;
}

.mais_vistos a .info {
	display: inline-block;
	width: 50%;
	float: left;
	margin: auto 0;
	padding: 15px 0;
}

.mais_vistos a .info p {
	margin: 5px 15px;
	font-size: 14px;
}

.mais_vistos a .info p:nth-child(1) {
	color: #b30000;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
}

.mais_vistos a .info p:nth-child(2) {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	color: #404040;
}

.mais_vistos a .info p:nth-child(3) {
	font-family: "Open Sans", sans-serif;
	color: #808080;
}

/*___NOTICIA___*/

.noticia {
	padding: 30px;
}

.noticia .titulo {
	display: block;
	background-color: #b30000;
	color: #fff;
	margin: 0 0 0 0;
	padding: 15px;
	font-size: 24px;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-weight: bold;
}

.noticia .foto {
	display: block;
	height: 300px;
	background-position: center;
	background-size: cover;
}

.noticia .texto {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: lighter;
	padding: 30px;
	text-align: justify;
}

.horario_comercial {
	display: block;
	padding: 10px 0 0 0;
	font-size: 12px;
}

@media screen and (max-width: 540px) {
	.tb,
	.tb .tb_line,
	.tb .tb_line ._cell {
		display: block;
		height: auto;
	}

	header {
		height: auto;
	}

	header form,
	header form * {
		/*width: 100%;*/
		display: none;
		visibility: hidden;
		width: 0 !important;
		height: 0 !important;
	}

	/*header form input {
	display:inline-block;
	width: 100%;
	height: 50%;
}

header form input[type=text] {
	display: inline-block;
	padding: 10px;
	float:left;
	width: calc(100% - 60px);
	height: 50px;
	font-size: 2em;
	font-weight:bold;
	font-family: 'Segoe UI';
}

header form input[type=submit] {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #f1f1f1;
	background-image:url(../img/btn_pesquisar_topo_mob.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	cursor:pointer;
}*/

	header nav .mennu {
		height: 4em;
		width: auto;
		-webkit-display: -webkit-box;
		-webkit-display: -webkit-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-around;
		align-items: center;
		background-color: #b30000;
	}

	header nav .mennu a {
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: center;
		height: 100%;

		font-family: "Open Sans", Calibri, Verdana;
		font-size: 1em;
		font-weight: bold;
		line-height: 4em;
		color: #fff;
		text-transform: uppercase;
		border-bottom: none;
		border-top: 3px solid #b30000;
	}

	header nav .mennu a:hover {
		color: #b00;
		background-color: #eee;
	}

	.logo_topo {
		display: block;
		width: 75%;
		height: 75px !important;
		background-image: url(../img/logo_mfv.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 90%;
		z-index: 500;
		text-align: center;
	}

	.banner,
	.plugins,
	.localiza ul li:nth-child(1),
	.localiza ul li:nth-child(2),
	iframe {
		display: none;
		visibility: hidden;
		height: 0;
		width: 0;
	}

	.destaques {
		height: inherit;
	}

	.destaques ul {
		list-style: none;
	}

	.destaques ul li {
		position: relative;
		display: inline;
		width: 100%;
		height: 300px !important;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		border: 5px solid #fff;
		cursor: pointer;
		background-color: #ccc;
	}

	.destaques ul li .hoverinfo {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		/*background-color: RGBA(180,0,0,0.8);*/
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(180, 0, 0, 0.5) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(
			top,
			rgba(255, 255, 255, 0.01) 0%,
			rgba(180, 0, 0, 0.5) 100%
		); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(
			to bottom,
			rgba(255, 255, 255, 0.01) 0%,
			rgba(180, 0, 0, 0.5) 100%
		); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#80b40000',GradientType=0 ); /* IE6-9 */
	}

	.destaques ul li .hoverinfo p {
		position: absolute;
		display: block;
		width: 100%;
		height: auto;
		top: 45px;
		bottom: auto;
		color: #fff;
		font-size: 1.5em;
		font-family: "Open Sans", sans-serif;
		font-style: italic;
		font-weight: bold;
		line-height: inherit;
		padding: 4em 0 0 0;
	}
	.destaques ul li .hoverinfo p:first-line {
		font-size: 1.5em;
	}

	.destaques ul li:hover .hoverinfo {
		display: block;
	}

	.marcas {
		width: 100%;
		-webkit-display: -webkit-box;
		-webkit-display: -webkit-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
	}

	.marcas a {
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: center;

		width: 33%;

		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
	}

	.marcas a img {
		height: 70px;
		margin: 1em;
		border: 0;
	}

	.localiza ul li:nth-child(3n) {
		width: 100%;
	}

	.localiza {
		height: auto;
	}

	.localiza .plantao {
		background: #b30000; /* Old browsers */
		background: -moz-linear-gradient(top, #b30000 0%, #5b0000 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #b30000 0%, #5b0000 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(
			to bottom,
			#b30000 0%,
			#5b0000 100%
		); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30000', endColorstr='#5b0000',GradientType=0 ); /* IE6-9 */
		text-align: center;
		padding: 1em 0;
	}

	.localiza .plantao .listt {
		display: inline-block;
		width: auto;
		padding: 0 0 0 35px;
		background-repeat: no-repeat;
		background-position: center left;
		background-size: contain;
		text-align: left;
		color: #fff;
	}

	.localiza .plantao .fones {
		font-size: 1.75em;
		margin: 0.25em 0;
	}

	.ico_pin {
		font-size: 1.75em;
		background: none;
	}

	footer {
		background-color: #b30000;
		width: 100%;
		height: auto;
		padding: 1em 0;
	}

	.telefones a {
		display: inline-block;
		color: #fff;
		font-family: "Open Sans";
		font-size: 2em;
		font-weight: bold;
		margin: 0 1em;
	}

	.telefones a:before {
		content: "51 ";
		font-weight: normal;
	}

	.address span {
		display: block;
		color: #fff;
		font-family: "Open Sans";
		text-transform: uppercase;
		line-height: 1.5em;
	}

	.address span:nth-child(1n) {
		font-size: 1.05em;
	}
	.address span:nth-child(2n) {
		font-size: 1em;
		margin: 3px 0;
		font-weight: bold;
	}
	.address span:nth-child(3n) {
		font-size: 0.9em;
		opacity: 0.5;
	}

	.facebook {
		display: none;
		visibility: hidden;
	}

	.logo_foot {
		display: none;
		visibility: hidden;
	}

	/*__CONTATO_*/
	.contato .half {
		width: 100%;
		height: auto;
		padding: 2em;
		float: none;
	}

	.contato .half:nth-child(1n) {
		float: none;
	}

	.contato .form .pag_tit {
		display: block;
		font-size: 2em;
		font-family: "Open Sans", sans-serif;
		font-style: italic;
		font-weight: bold;
		color: #fff;
		margin: 0 0 20px 0;
		text-align: right;
	}

	.contato .form form {
		display: block;
		width: 100%;
		float: none;
	}

	.contato .form form input,
	.contato .form form textarea {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		font-family: "Open Sans", sans-serif;
		font-weight: 600;
		margin: 5px 0;
		padding: 10px;
		font-size: 1.5em;
		color: #000;
	}

	.contato .form form input[type="submit"] {
		width: auto;
		margin: 0 auto;
		color: #b30000;
		text-transform: uppercase;
		cursor: pointer;
		font-size: 2em;
	}

	.contato .contatos .plantoes {
		width: 100%;
		height: auto;
		float: none;
		color: #808080;
		font-size: 24px;
		font-family: "Open Sans", sans-serif;
		font-weight: 600;
		text-align: center;
		background-color: #fff;
		padding: 20px 10px;
	}

	.contato .contatos .plantoes span {
		display: block;
		margin: 10px 0;
		font-size: 1em !important;
	}

	.contato .contatos .plantoes .reddy,
	.contato .contatos .plantoes div {
		display: block;
		margin: 20px 0;
		font-size: 1.4em !important;
		color: #b30000;
		font-family: "Open Sans", sans-serif;
		font-weight: bold;
	}

	.contato .contatos .plantoes div {
		display: inline-block;
		width: 45%;
		float: none;
		margin: 0.3em 0.1em;
		font-size: 1.25em;
		font-family: "Open Sans", sans-serif;
		font-weight: bold;
	}

	.contato .contatos .plantoes div:before {
		content: "51 ";
		font-family: "Open Sans", sans-serif;
		font-weight: lighter;
	}

	.contato .contatos .address {
		width: 100%;
		height: auto;
		float: none;
		color: #fff;
	}

	.contato .contatos .address div:nth-child(odd) {
		padding: 0;
		margin: 1em auto;
		font-size: 1.5em;
		line-height: inherit;
		color: #ccc;
	}
	.contato .contatos .address div:nth-child(odd):first-line {
		font-size: inherit;
	}

	.contato .contatos .address div:nth-child(even) {
		margin: 1em 0em;
		padding: 0;
		font-size: 2em;
		line-height: inherit;
		font-family: "Open Sans", sans-serif;
		font-style: italic;
		font-weight: bold;
		text-align: left;
	}

	.contato .contatos iframe {
		display: block !important;
		visibility: visible !important;
		width: 100%;
		height: 12em;
	}

	/*___BLOG___*/

	.blog {
		width: auto;
	}

	.blog .blog_feed,
	.blog .mais_vistos {
		display: none !important;
		visibility: hidden !important;
		width: 0 !important;
		height: 0 !important;
	}

	.blog .blog_line article {
		display: table-cell;
		width: 100%;
		background-color: #f9f9f9;
		vertical-align: top;
	}

	.novidades {
		width: 100%;
	}

	.novidades a {
		display: inline-block;
		width: 44%;
		float: left;
		margin: 3%;
		font-size: 15px;
		line-height: 18px;
		color: #808080;
		font-family: "Open Sans", sans-serif;
		font-weight: lighter;
		font-style: italic;
	}

	.novidades a div {
		display: block;
		width: 100%;
		height: 150px;
		margin: 0 0 5px 0;
		background-position: center;
		background-size: cover;
	}

	.novidades a:first-child {
		display: block;
		width: 100%;
		font-size: 18px;
		line-height: 20px;
		font-family: "Open Sans", sans-serif;
		font-style: italic;
		font-weight: bold;
		color: #b2b2b2;
	}

	.novidades a:first-child div {
		height: 200px;
	}

	/*___NOTICIA___*/

	.noticia {
		width: 100%;
		padding: 0;
	}

	.noticia .titulo {
		display: block !important;
		width: 100% !important;
		max-width: 540px;
		background-color: #b30000;
		color: #fff;
		margin: 0;
		padding: 1em;
		font-size: 2.5em;
		font-family: "Open Sans", sans-serif;
		font-style: italic;
		font-weight: bold;
	}

	.noticia .foto {
		display: block;
		width: 100%;
		max-width: 540px;
		height: 15em;
		background-position: center;
		background-size: cover;
	}

	.noticia .texto {
		display: block;
		width: 100%;
		max-width: 540px;
		color: #444;
		font-size: 1.5em;
		line-height: inherit;
		font-family: "Open Sans", Calibri, Verdana;
		padding: 30px;
		text-align: justify;
		text-wrap: normal;
		word-break: break-word;
	}

	/*___SOBRE___*/

	.sobre .half {
		display: inline-block;
		float: none;
		width: 100%;
		height: auto;
	}

	.sobre .sobre_texto {
		text-align: right;
		color: #fff;
		font-size: 1.5em;
		line-height: 24px;
		font-family: "Open Sans", sans-serif;
		font-weight: lighter;
		background-color: #7e0000;
		padding: 50px;
	}

	.sobre .sobre_fotos {
		padding: 1em;
	}

	.sobre .sobre_fotos .foto_1,
	.sobre .sobre_fotos .foto_2 {
		display: block;
		width: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		margin: 1em 0;
	}

	/*___BARRA_BUSCA___*/

	.barra_busca {
		display: block;
		background-color: #e2e2e2;
		height: auto;
		max-height: 150px;
	}

	.barra_busca form {
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
		padding: 0;
		margin: 0 auto;
	}

	.barra_busca form *::-webkit-input-placeholder {
		color: #ccc;
		opacity: 1 !important;
	}
	.barra_busca form *:-moz-placeholder {
		color: #ccc;
	}
	.barra_busca form *::-moz-placeholder {
		color: #ccc;
	}
	.barra_busca form *:-ms-input-placeholder {
		color: #ccc;
	}

	.barra_busca form input,
	.barra_busca form select {
		display: inline-block;
		float: none;
		height: 2em;
		padding: 0 0.25em;
		margin: 0.5em 0 0.5em 0.5em;
		font-family: "arial narrow";
		font-size: 1em;
		color: #b30000;
		vertical-align: top;
	}

	.barra_busca form input[type="submit"] {
		width: 2em;
		background-color: #f3f3f3;
		background-image: url(../img/magnifier.png);
		background-position: center;
		background-size: 65%;
		background-repeat: no-repeat;
		margin: 0.5em 0 0 -5px;
	}

	.barra_busca form select {
		background-color: #fff;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-image: url(../img/select_arrow.png);
		background-repeat: no-repeat;
		background-position: center right;
		background-size: contain;
		padding: 0 2em 0 0.25em;
	}

	.barra_busca form select::-ms-expand {
		display: none;
	}

	.barra_busca form select option {
		font-family: "arial narrow";
		color: #666;
	}

	.barra_busca form a {
		/*display: none;
	visibility:hidden;*/
		font-size: 1em !important;
	}

	/*___GRADE_VEICULOS___*/

	.grade_veiculos {
		display: block;
		width: 100%;
		clear: both;
		float: none;
		border-collapse: separate;
		border-spacing: 5px;
	}

	.grade_veiculos .grid_line {
		display: block;
	}

	.grade_veiculos .grid_line a {
		display: inline-block;
		width: 48%;
		height: auto;
		vertical-align: top;
		margin: 0 1% 0 1%;
	}

	/*.grade_veiculos .grid_line a:nth-child(2n) {
	margin: 0 1% 0 1%;
}*/

	.grade_veiculos .grid_line a .red_over {
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
		background: -moz-linear-gradient(top, rgba(179, 0, 0, 0) 0%, rgba(179, 0, 0, 1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(
			top,
			rgba(179, 0, 0, 0) 0%,
			rgba(179, 0, 0, 1) 100%
		); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(
			to bottom,
			rgba(179, 0, 0, 0) 0%,
			rgba(179, 0, 0, 1) 100%
		); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b30000', endColorstr='#b30000',GradientType=0 ); /* IE6-9 */
		text-align: center;
		color: #fff;
		font-size: 30px;
		font-family: "Open Sans", sans-serif;
		font-weight: bold;
		line-height: 235px;
		z-index: 100;
		opacity: 0;
	}

	.grade_veiculos .grid_line a:hover .red_over {
		opacity: 1;
	}

	.grade_veiculos .grid_line a .foto {
		display: block;
		width: 100%;
		height: 175px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto;
		background-color: #fff;

		border: 0px solid;
		border-bottom: 11px solid;
		-webkit-border-image: url(../img/img_border_grid.png) 30 round; /* Safari 3.1-5 */
		-o-border-image: url(../img/img_border_grid.png) 30 round; /* Opera 11-12.1 */
		border-image: url(../img/img_border_grid.png) 30 round;
	}

	.grade_veiculos .grid_line a .info {
		display: block;
		padding: 5px 10px;
		z-index: 105;

		background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(
			top,
			rgba(240, 240, 240, 1) 0%,
			rgba(255, 255, 255, 0) 100%
		); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(
			to bottom,
			rgba(240, 240, 240, 1) 0%,
			rgba(255, 255, 255, 0) 100%
		); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	}

	.grade_veiculos .grid_line a .info .modelo {
		display: block;
		font-size: 16px;
		font-family: "Open Sans", sans-serif;
		font-weight: bold;
		text-align: center;
		color: #404040;
		text-transform: uppercase;
		padding: 5px 0;
	}

	.grade_veiculos .grid_line a .info {
		background: none;
	}

	.grade_veiculos .grid_line a:hover .info .modelo {
		color: #fff;
	}

	.grade_veiculos .grid_line a .info .inffo {
		display: block;
		text-align: center;
	}

	.grade_veiculos .grid_line a .info .inffo div {
		display: inline-block;
		color: #b30000;
		font-family: "Open Sans", sans-serif;
		font-style: italic;
		padding: 0 10px;
	}

	.grade_veiculos .grid_line a:hover .info .inffo div {
		color: #ffa6a6;
	}

	/*___DETALHES___*/

	.detalhes {
		display: block;
		width: 100%;
		height: auto;
		clear: both;
		float: none;
		border-collapse: collapse;
	}

	.detalhes .det_line {
		display: block;
	}

	.detalhes .det_line .det_cell {
		display: block;
	}

	.detalhes .det_line .det_cell #big_foto {
		max-width: 540px;
		max-height: 350px;
		background-position: center;
		background-size: contain;
		background-color: #b30000;
		background-repeat: no-repeat;
		object-fit: contain;
	}

	.big_foto .album_wrapper,
	.album_wrapper {
		position: relative;
		display: block;
		height: auto !important;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		overflow: hidden;
	}

	.big_foto .album_wrapper .album,
	.album_wrapper .album {
		display: block;
		height: auto;
		border-collapse: separate;
		border-spacing: 5px;
		margin: 0;
	}

	.big_foto .album_wrapper .album .thumbs,
	.album_wrapper .album .thumbs {
		display: block;
		height: auto !important;
	}

	.big_foto .album_wrapper .album .thumbs div,
	.album_wrapper .album .thumbs div,
	.album_wrapper .album .thumbs img {
		display: inline-block;
		background-color: #eee;
		width: 22%;
		margin: 0.25em;
		background-position: center;
		background-size: cover;
		cursor: pointer;
	}

	.album_wrapper .next,
	.album_wrapper .prev {
		display: none;
		visibility: hidden;
	}

	.descricao {
		position: relative;
		width: 100%;
		background-color: #fff;
		padding: 30px;
		color: #3e3e3e;
		text-align: center;
	}

	.descricao .modelo {
		display: block;
		margin: 0 0 10px 0;
		font-size: 24px;
		font-family: "Open Sans", sans-serif;
		font-weight: bold;
		text-transform: uppercase;
	}

	.descricao .preco {
		display: inline-block;
		width: auto;
		margin: 5px auto 20px auto;
		font-size: 20px;
		font-family: "Open Sans", sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		background-color: #b30000;
		padding: 10px 15px;
	}

	.opcionais-web {
		display: none;
	}

	.opcionais-mobile {
		display: flex;
	}

	.opcionais-item {
		flex: 0 1 235px;
		margin: 0px;
	}

	.opcionais-check-item {
		fill: green;
		margin-right: 12px;
		transform: scale(1.25);
		padding-top: 6px;
		margin-top: 12px;
	}

	.descricao #btn_proposta {
		display: none;
		visibility: hidden;
	}

	.descricao .carac {
		display: inline-block;
		float: left;
		width: 48%;
		height: 50px;
		background-color: #f2f2f2;
		margin: 5px 0;
		padding: 0 0 0 60px;
		background-repeat: no-repeat;
		background-position: center left;
		background-size: 42px;
		font-size: 1.25em;
		font-family: "Open Sans", sans-serif;
		font-weight: bold;
		color: #4c4c4c;
		text-align: left;
		line-height: 3em;
	}

	.descricao .carac:nth-child(odd) {
		float: right;
	}

	.ico_ano {
		background-image: url(../img/icons/ico_ano.png);
	}
	.ico_cambio {
		background-image: url(../img/icons/ico_cambio.png);
	}
	.ico_cor {
		background-image: url(../img/icons/ico_cor.png);
	}
	.ico_direcao {
		background-image: url(../img/icons/ico_direcao.png);
	}
	.ico_gas {
		background-image: url(../img/icons/ico_gas.png);
	}
	.ico_km {
		background-image: url(../img/icons/ico_km.png);
	}
	.ico_placa {
		background-image: url(../img/icons/ico_placa.png);
		text-transform: uppercase;
	}
	.ico_marca {
		background-image: url(../img/icons/ico_marca.png);
		text-transform: uppercase;
	}
	.ico_preco {
		background-image: url(../img/icons/ico_preco.png);
		text-transform: uppercase;
	}

	.descricao .form_proposta {
		position: relative;
		display: block;
		padding: 2em;
		margin: 2em 0 0 0;
		background-color: RGBA(175, 0, 0, 1);
	}

	.descricao .form_proposta .info {
		display: none;
		visibility: hidden;
	}

	.descricao .form_proposta input,
	.descricao .form_proposta textarea {
		display: block;
		width: 100%;
		margin: 5px 0;
		padding: 0.5em;
		font-size: 1.5em !important;
	}

	.descricao .form_proposta .btn_proposta {
		display: inline-block;
		width: 275px;
		height: 50px;
		margin: 20px 0 0 0;
		clear: both;
		background-image: url(../img/btn_proposta_red.png);
		background-position: center;
		background-size: cover;
		border: 1px solid #fff;
		cursor: pointer;
	}

	.descricao .form_proposta .btn_close {
		display: none;
		visibility: hidden;
	}

	.descricao .small_phone_tit {
		margin-top: 8px;
		color: #b30000;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.25em;
	}

	.descricao .small_phone {
		display: block;
		padding: 8px 0;
		color: #ffffff;
		background-color: #25d366;
		text-align: center;
	}

	.horario_comercial {
		display: block;
		padding: 10px 0 0 0;
		font-size: 16px !important;
	}
}
