html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline:none;
}

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 998;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #000;
}
.box-cookies .msg-cookies{color: #000;}

.box-cookies{
    padding: 10px 0;
}

 .btn-cookies {
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #23c162;
  cursor: pointer;
  align-self: normal;
  padding: 5px 30px;
  border: none;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

strong {font-weight: bold;}
p{margin-bottom:15px;}
address{margin-bottom:10px; }
i, em {
	font-style:italic;
}
.left {
	float:left;
}
.right {
	float:right;
}
.modal-dialog {
    z-index: 9999;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}

.aligncenter {
	text-align:center;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: '';
}
.clearfix:after {
	clear: both;
}
.clear {
	clear:both;
	line-height:1px;
	height:1px;
}
.trap{ display:none; }
select, input, textarea {
	background: #ebebeb;
	color: #acacac;
	width:100%;
	line-height: 50px;
	height: 50px;
	padding: 0 12px;
	border:none;
	font-size: 12px;
	font-weight: 400;
	min-width: 100px;
}
textarea{
	line-height:1.2;
	height:auto;
	min-height:100px;
	padding:10px 12px;
	resize:vertical;
}

.modal {
  color: #4B4B4B;
}

a:hover {
	color:#000;
}
img {
	max-width:100%;
	height:auto;
}



.form-control{
	font-family: 'Fjalla One', sans-serif;
	border:3px solid #5c5c5c;
	height:45px;
	line-height:45px;
	padding:5px 12px;
	margin-bottom:10px;
	color:#666;
	font-size:13px;
}


.select-row {
	margin-bottom:9px;
}
.select-row ul {
	width:100%;
}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
	background: #FFF;
	font-family: 'Fjalla One', sans-serif;
	font-size:16px;
	line-height:1.2;
	color: #666;
	overflow-x: hidden;
}

header {/* margin-bottom: 30px; */position:relative;
	background: #22448b;
	background: -moz-linear-gradient(-45deg, #22448b 0%, #c03143 100%);background: -webkit-linear-gradient(-45deg, #22448b 0%,#c03143 100%);background: linear-gradient(135deg, #22448b 0%,#c03143 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22448b', endColorstr='#c03143',GradientType=1 );}


header .container {
    position: relative;
    z-index: 3;
}


.logo {
	position: relative;
	background-size:contain;
	background-repeat:no-repeat;
	background-position: center;
	width: 200px;
	height: 110px;
	background-image: url(images/logo-white.png);
	margin: 15px 0;
}

.logo a {
	position:absolute;
	top: 0;
	width:100%;
	height:100%;
	text-indent:-9999px;
	left: 0;
}

.navigation {position: absolute;top: 0;left: 50%;}
.navigation ul {font-size:0;}
.navigation li {display:inline-block;}
.navigation li:last-child {/* border-right: 1px solid rgba(0,0,0,.3); */}

.navigation li a {color: #fff;font-size: 16px;padding: 60px 40px;display:block;line-height: 20px;}
.navigation li a:hover,
.navigation li.active a { background-color:rgba(255,255,255,.1); }


.header-whatsapp {
	position: absolute;
	top: 0;
	right: 0;
	color:#fff;
	font-size: 17px;
	background:url(images/header-whatsapp.png) no-repeat center left;
	/* height:23px; */
	padding: 12px 20px 12px 30px;
	font-weight: 900;
}
.header-whatsapp:hover {
	color:#eee;
}




.topo{position: relative; }
.topo .container{ position:relative;}

.topo .imagem{background: url(images/banner_.jpg) no-repeat center;background-size: cover;position: relative;}
.topo .imagem:after{content:"";position: absolute;top: 0;left:0;right:0;bottom:0;background: url(images/mask-banner.png);}
.topo .titulo{padding: 120px 0 120px 60px;position: relative;max-width: 560px;z-index:2; text-shadow:1px 1px 2px black;}
.topo .titulo h2{font-size: 28px;color:#fff;}
.topo .titulo strong{color:#fff;font-weight: 400;display: block;margin-top: 5px;font-size: 16px;text-transform: uppercase;}

.features{background: #f0f0f0;padding: 70px 0;position: relative;text-align: center;}
.features p {font-size: 16px;line-height: 1.4;font-family: 'Roboto';color: #3d3d3d;}
.features .feature:before{content:'';display: block;margin: 0 auto 10px;width: 90px;height: 90px;background: url(images/ico-moto.png) no-repeat center #e5e5e5;border-radius: 50%;background-size: 50px;opacity: 0.7;}
.features .feature-experiencia:before{background-image: url(images/tools.svg);}
.features .feature-ambiente:before{background-image: url(images/garage.svg);}
.features .feature-atendimento:before{background-image: url(images/car.svg);}
.features .features-more { margin-top:50px; }
.features .features-more a {background:#e5e5e5;padding:20px;color:inherit;border-radius: 10px;font-weight: bold;white-space: nowrap;}

.index-orcamento {background: #c03143;background: -moz-linear-gradient(-45deg, #22448b 0%, #c03143 100%);background: -webkit-linear-gradient(-45deg, #22448b 0%,#c03143 100%);background: linear-gradient(135deg, #22448b 0%,#c03143 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22448b', endColorstr='#c03143',GradientType=1 );position: relative;padding:120px 0;text-align: center;background: url(images/bg-orcamento.jpg) center left;background-size: cover;}
.index-orcamento:after {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: url(images/mask-banner.png);
}
.index-orcamento .container {position: relative;z-index: 2;}
.index-orcamento p {color:#fff;margin: 0 auto;max-width: 600px;line-height: 1.7;font-size: 26px;}
.index-orcamento a {
    background: rgb(111, 58, 104);
    border-radius: 10px;
    padding: 5px 10px;
    color: #fff;
    white-space:  nowrap;
}



.servicos {flex-grow:1;margin-left: 20px;}
.servico-item {position:relative;}
.servicos h3{color: #e30613;margin-top: 25px;margin-left:  10px;text-transform:  uppercase;font-size: 17px;}
.servicos p{margin: 10px;font-family: 'Roboto';font-size: 15px;color: #000;line-height: 1.4;}
.servicos span{background-color: #ffffff;color: #1e1e1e;padding: 0 10px;font-size: 25px;font-family: 'Roboto';position: absolute;right:0;top:0;}
.servicos  img {
    width: 100%;
    display: block;
    border-radius: 5px;
}
.servicos a { position:absolute;
top:0;left:0;width:100%;height:100%; }


.contato{position: relative;background-color: #252525;}
.contato .atendimento{position:relative;background: url(images/atendimento.png) no-repeat center right;padding-top: 60px;height: 320px;}
.contato .atendimento:before {content:'';right:100%;top:0;bottom:0;width:50vw;background:#000;position: absolute;}
.contato .atendimento h4{color: #e2e2e2;margin-top: 20px;text-transform:  uppercase;}
.contato .atendimento h5{color: #e2e2e2;margin-top: 15px;font-family: 'Roboto';font-weight:  900;}
.contato .atendimento p{color: #e2e2e2;margin-top: 15px;font-family:  'Roboto';font-weight:  900;}

.contato-fale{
    text-align: center;
    padding-top: 100px;
}
.contato-fale h4{font-size: 18px;color: #f7f7f7;font-family: 'Roboto';font-weight: 900;}
.contato-fale p{color: #cecece;text-align:  center;margin: 10px 0 20px;font-family:'Roboto';}
.contato-fale a{background:#fff;color: black;font-size: 18px;text-decoration: none;text-align: center;padding: 10px;text-transform:  uppercase;display: inline-block;width: 100%;max-width: 350px;
border-radius: 5px;}


/* Page Who */
.topo-page-who {position: relative;}
.topo-page-who .container-page-who{position:relative;background-color: #dedede;border-bottom: 10px solid #f0f0f0;}
.topo-page-who h2{\: #dedede;font-size: 20px;color: black;line-height: 100px;t;text-transform:  uppercase;/* padding-top: 20px; */}

-webkit-filter: saturate(50%);
-moz-filter: saturate(50%);
-o-filter: saturate(50%);
-ms-filter: saturate(50%);
filter:saturate(50%);}
.topo-page-who:before{ content:""; }

.conteudo-page-who{
	position: relative;
	padding: 50px 0;
}
.conteudo-page-who .container{}
.conteudo-page-who .container p{font-family: 'Roboto';}
.conteudo-page-who .container img{display: block;margin: 0;width: 100%;height:auto;border-radius: 10px;}
.conteudo-page-who .container h4{display: flex;width: 35%;text-align: center;font-size:  20px;font-family:  'Roboto';font-weight: 100;margin: 50px 0 0 250px;line-height: 35px;}
.imagens-page-who{position: relative;justify-items: center;margin-left: 250px;}
.imagens-page-who img{display: inline-flex;width: auto;height: auto;align-content: center;/* padding: 0 10px; *//* white-space: nowrap; */margin-top: 50px;margin-right: 90px;margin-left: -90px;margin-bottom:  50px;}

.page-servicos .topo-page-who {margin-bottom: 60px;}
.page-servicos img {padding: 0;width: 100%;border-radius: 5px;}
.page-servicos h3{/* color: #e30613; *//* margin-top: 30px; *//* margin-left:  10px; *//* text-transform:  uppercase; */}
.page-servicos p{
    margin-top: 20px;
    line-height: 20px;
    min-height: 60px;
    font-family: roboto;
}
.page-servicos .col-md-4{ margin-bottom:50px;  }
/*.service .col-md-4{align-content: left;}*/
/*.service .col-md-4 h3{}*/
/*.service .col-md-4 p{margin: 10px;margin-right: 22px;/* font-family:  'Roboto'; */}*/
/*.service .col-md-4 a{background-color: #ffffff;color: #1e1e1e;display: inline-block;padding: 0 10px;font-size: 25px;font-family: 'Roboto';position: absolute;margin-left: 31px;}*/



/* Page service */
.conteudo-topo{position: relative;/* display: flex; */}
.conteudo-topo .container{display: inline-flex;width: auto;margin-left: 90px;margin-top:  50px;}
.conteudo-topo h2{margin-top:  50px;color: #E30613;text-transform: uppercase;margin-left:  100px;display:  inline-table;}
.conteudo-topo p{color: #585858;display: inline-flex;margin: 20px 200px 0 100px;/* position: absolute; *//* margin-right: 80px; *//* margin-left: -125px; */}

.conteudo-meio{position: relative;/* width: 50%; */}
.conteudo-meio .container{position: relative;display: inline-flex;width: 100%;margin-bottom: 30px;}
.conteudo-meio img{/* width: auto; */margin-left: 90px;margin-top: 50px;d;/* margin-right: 10px; */lign-content:  space-between;}
.conteudo-meio h2{color: #E30613;text-transform: uppercase;margin-top: 60px;margin-left: 100px;}
.conteudo-meio p{color: #585858;margin-left: 100px;width: 65%;height: auto;margin-top:  20px;font-size: 14px;/* margin-right: 200px; */}
.conteudo-meio .row{width: 100%;}

/* Page Contact */

.contact-form{font-size:16px;}
.contact-form h4 {/* background-color:#2B2B2B; */color:#fff;padding:15px 20px;margin-bottom:20px;font-weight:bold;}
.contact-form form{}
.contact-form p {margin: 10px;/* width: auto; *//* text-align: center; */}
.contact-form select,
.contact-form input{background: #ebebeb;border-width: thin;border-color: #acacac;border-style:  solid;border-radius: 5px;}
.contact-form textarea{background: #ebebeb;color: #acacac;border-style:  solid;border-width: thin;border-radius: 5px;}
.contact-form button{border:0;margin-top:20px;cursor:pointer;display:block;width: 95%;background: #fff;color: black;font-size:16px;padding: 15px -10px;text-align: right;text-transform: uppercase;}
.contact-form h5{font-size: 12px;font-family:  'Roboto';width: 310px;align-items:  center;text-align: center;/* margin-left: 150px; */margin: 0 auto;}
.contact-form h6{color: black;font-family:  'Roboto';font-weight:  900;/* margin-left:  220px; *//* margin-top:  5px; */text-align:center;}


/* 2.4 Main Container */
.main-container {
	padding: 30px 0 50px;
	/* position: relative; */
}
/* 2.4.1 Car Listing */
.car-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
}
.car-listing-featured {margin-top:30px;}

.loop-veiculos {
	width:25%;
	padding: 0 5px;
	margin-bottom: 20px;
	position: relative;
}

.loop-veiculos-content{
	position: relative;
	border: 1px solid #ddd;
	padding: 4px;
	border-radius: 4px;
}

.loop-veiculos-thumb {
	position: relative;
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding-bottom: 65%;
}
.loop-veiculos-thumb img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
}
.loop-veiculos-info{
	padding:5px;
}
.loop-veiculos h2{
	font-size: 16px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	letter-spacing: -1px;
}

.loop-veiculos p {
	font-size: 13px;
	margin: 0;
	line-height: 1.4;
	letter-spacing: -0.5px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.loop-veiculos strong {
	margin-right:3px;
}

 .loop-veiculos p.loop-veiculos-price  {
	font-size: 15px;
	font-weight: bold;
	color: #ba0100;
	text-transform: uppercase;
}
.loop-veiculos a {
	position: absolute;
	z-index: 3;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.loop-veiculos .readmore {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

	opacity:0;
	color:#fff;
	font-size: 18px;
	background: rgba(0, 0, 0, 0.5) ;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	-webkit-transition:.2s;
	transition:.2s;

}
.loop-veiculos .readmore span {
	/* background-color: #444; */
	color:#fff;
	/* display:inline-block; */
	/* padding:3px; */
	/* width: 20px; */
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	margin-left: 5px;
	/* text-align: center; */
	font-size: 26px;
}

.loop-veiculos:hover .readmore {
	opacity:1;
}







.ver-todos {
	color:#000;
	padding:20px;
	font-size:20px;
	border:2px solid #000;
	border-radius:10px;
	text-transform: uppercase;
	display:inline-block;
}
/* 2.4.4 Content */
.content {
	padding-top:28px;
}

.content p {
	line-height:17px;
	margin-bottom:45px;
}

.thumbnail {
	border:none;
	padding:0 0 0 32px;
	margin:0;
	position:relative;
}
.thumbnail ul {
	margin-left:-10px;
}
.thumbnail li {
	margin-left:10px;
	float:left;
}
.thumbnail .prev,
.thumbnail .next {
	background:url(images/sprite_arrow.png) no-repeat left top;
	width:24px;
	height:48px;
	line-height:48px;
	display:block;
	text-indent:-9999px;
	left:0;
	position:absolute;
}
.thumbnail .prev {
	background-position:left top;
	bottom:0;
}
.thumbnail .prev:hover {
	background-position:left bottom;
}
.thumbnail .next {
	background-position:right top;
	top:0;
}
.thumbnail .next:hover {
	background-position:right bottom;
}
/* 2.4.12 Product Info */
.product-info {
	background:#ececec;
	min-height:300px;
	padding:29px 30px;
	margin:0 -30px 30px -30px;
	position:relative;
}
.product-info h3 {
	line-height:20px;
	margin-bottom:17px;
	color:#2b2b2b;
	font-size:17px;
	text-transform:uppercase;
	position:relative;
}
.product-info h1 {
	line-height:20px;
	margin-bottom:17px;
	color:#2b2b2b;
	font-size:17px;
	text-transform:uppercase;
	position:relative;
}
.product-info ul {
	margin-bottom:26px;
}
.product-info li {
	line-height:17px;
	margin-bottom:17px;
	color:#8d8c8c;
}
.product-info li img {
	margin-right:10px;
}
.product-info li strong {
	float:right;
}

.product-info .bottom-row {
	width:100%;
	padding:0 30px;
	bottom:10px;
	left:0;
	position:absolute;
}
.product-info .btn-submit {
	background:#2b2b2b;
	line-height:41px;
	margin-bottom:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(PIE.html);
	position:relative;
}


.vehicle-image {position:relative; margin-bottom:10px; padding-bottom:75%;}
.vehicle-image div { position:absolute;top:0;left:0;right:0;bottom:0; opacity:0; z-index:2; -webkit-transition:.2s; transition:.3s; }
.vehicle-image div.active { z-index:3; opacity:1; }
.vehicle-image div img { width:100%; height:100%; object-fit: contain; }
.vehicle-thumbnails {}
.vehicle-thumbnails ul { display:flex; flex-wrap: wrap; margin:0 -5px 0 -5px; }
.vehicle-thumbnails ul li { width: 16.66%; height: 80px; margin-bottom:10px; padding:0 5px; cursor:pointer;}
.vehicle-thumbnails ul li img { width:100%; height:100%; object-fit:cover; }

.vehicle-extra-info { font-size:16px; margin-top:20px; }
.vehicle-extra-info p { margin-bottom:20px; }
.vehicle-extra-info strong { display:block; font-weight:bold;}

.vehicle-info{ font-size:16px; margin-bottom:20px; }
.vehicle-info h4 { background-color:#2B2B2B; color:#fff; padding:15px 20px; font-weight:bold; }
.vehicle-info ul{}
.vehicle-info p { text-align:center }
.vehicle-info li{ width:100%; padding:15px 20px;background-color:#E6E7E8; }
.vehicle-info li:nth-child(2n){ background-color:#fff; }
.vehicle-info li strong{ font-weight:bold; }
.vehicle-info .price { display:block; background:#D32726; color:#fff; font-size:16px; padding:15px 20px; text-align:center; }

.ver-whatsapp {
	background-color:#189D0E;
	color:#fff;
	position: relative;
	display: inline-block;
	padding: 4px 11px 4px 40px;
	border-radius:5px;
	font-weight:bold;
  margin: 10px;
}
.ver-whatsapp:focus,
.ver-whatsapp:hover { color:#fff !important; text-decoration: none; }
.ver-whatsapp:before {
	content:"";
	background:url(images/whatsapp-white.svg) no-repeat center #1BBC10;
	border-radius:50%;
	background-size:20px;
	width:40px;
	height:40px;
	position:absolute;
	left: -6px;
	top: -5px;
}

.proposal-form{background: #353432;/* font-size:16px; *//* border-top: 5px solid #B52509; *//* padding-bottom:10px; */}
.proposal-form h4 {/* background-color:#2B2B2B; *//* color:#fff; */padding:15px 20px;font-weight:bold;}
.proposal-form form{}
.proposal-form p {  padding:0 20px;}
.proposal-form input{ }
.proposal-form textarea{}
.proposal-form button{ border:0; margin-top:20px; cursor:pointer; display:block; width:100%; background:#D32726; color:#fff; font-size:16px; padding:15px 20px; text-align:center; }



.page-sobre h4{
	text-transform:uppercase;
	font-size:20px;
	color: #000;
	margin-bottom: 10px;
}
.page-sobre p {
	margin-bottom:20px;
}


.page-contato h5 {
	text-transform:uppercase;
	font-size:20px;
	color: #000;
	margin-bottom:20px;
}

.page-contato .main-container {padding: 80px 0;text-align: center; line-height: 1.4; font-family: 'Roboto';}
.page-contato .main-container a {/* color:inherit; */}

.ver-whatsapp {
	background-color:#189D0E;
	color:#fff;
	position: relative;
	display: inline-block;
	padding: 4px 11px 4px 40px;
	border-radius:5px;
	font-weight:bold;
  margin: 10px;
}
.ver-whatsapp:hover { color:#fff !important; text-decoration: none; }
.ver-whatsapp:before {
	content:"";
	background:url(images/whatsapp-white.svg) no-repeat center #1BBC10;
	border-radius:50%;
	background-size:20px;
	width:40px;
	height:40px;
	position:absolute;
	left: -6px;
	top: -5px;
}

/* 2.4.13 Tab */


.tab-content {
	background:#ececec;
	padding:22px 30px 13px 30px;
}
.characteristic p {
	line-height:17px;
	margin-bottom:25px;
	color:#8d8c8c;
}
/* 2.4.14 Special Offers */
.special-offers-row {
	background:#ececec;
	margin-bottom:30px;
}
.special-offers-row h3 {
	line-height:20px;
	margin-bottom:25px;
	color:#4b4b4b;
	font-size:17px;
	text-transform:uppercase;
}
.special-offers-row .txtb {
	padding:18px 0 0 0;
}
.special-offers-row .product-info2 {
	float:left;
}
.special-offers-row .product-info2 ul {
	margin-bottom:15px;
}
.special-offers-row .product-info2 li {
	margin-left:33px;
	float:left;
}
.special-offers-row .product-info2 li img {
	margin-right:10px;
}
.special-offers-row .product-info2 li:first-child {
	margin-left:0;
}
.special-offers-row .product-info2 .price {
	display:block;
	font-size:17px;
	color:#4b4b4b;
}

.special-offers-row .btn-more span {
	background:url(images/arrow.png) no-repeat right center;
	display:block;
}
.special-offers-row .btn-more:hover {
	background:#f15c64;
}

/* 2.5.1 Services */
.services li {
	padding:30px 0;
	text-align:center;
}
.services li .icon {
	margin-bottom:9px;
}
.services li a {
	color:#fff;
}

.services li h3 {
	margin-bottom:7px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
.services li p {
	line-height:14px;
	padding:0 10px;
	color:#c1c1c1;
	font-size:11px;
}

/* 2.5.3 About */
.about {
	width:615px;
	padding-top:37px;
	margin-right:65px;
	float:right;
}

.about p {
	line-height:17px;
	margin-bottom:17px;
	color:#8d8c8c;
	font-size:13px;
}
.about .street-view {
	background:url(images/bg_street_view.png) no-repeat left top;
	width:181px;
	height:181px;
	padding-top:64px;
	margin-left:30px;
	float:right;
	text-align:center;
	color:#fff;
}
.about .street-view h4 {
	margin-bottom:3px;
	font-size:23px;
	font-weight:900;
	text-transform:uppercase;
}
.about .street-view strong {
	margin-bottom:11px;
	display:block;
	font-size:14px;
	font-weight:700;
}
.about .btn-check {
	border:2px solid #fff;
	width:80px;
	height:32px;
	line-height:28px;
	margin:0 auto;
	display:block;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(PIE.html);
	position:relative;
}
.about .btn-check:hover {
	background:#000;
}
.about .btn-submit {
	background:#2b2b2b;
	width:112px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(PIE.html);
	position:relative;
}

/* 2.5.4 Map */

.map img {
	width:100%;
}



/* Fonts */
p.insti{
    font-size: 15px;
}
.tamanho-slide-1{
    margin-bottom: -50px;
}

.flex-direction-nav a{
    height: 45px !important;
}
.flexslider{
    border: 0 !important;
}


.alert-success { clear:both; padding: 20px; background-color: #9C9; text-align: center; margin-bottom:20px; }
.alert-fail { clear:both; padding: 20px; background-color: #c44;color:#fff; text-align: center; margin-bottom:20px; }

.grecaptcha-badge{
	display:none
}







.page-servicos {
 margin-bottom: 80px;
 }
.page-servicos ul li { margin-bottom:5px; }
.page-servicos ul li.active {
    font-weight: 700;
}
.page-servicos ul li a:hover,
.page-servicos ul li.active a {
  color: #000;
}
.page-servicos ul li a {
	font-size: 20px;
	color: #999999;
	display: block;
	text-align: right;
	padding: 5px 20px 5px 20px;
	text-transform: uppercase;
	line-height: 23px;
	transition: 0.4s;
}

.content-servicos {position:relative;}
.content-servicos:before {content:''; display:block; position:absolute; top:-15px; bottom:-15px; left:-115px; width:1px; background:#ed1c24;}
.content-servicos h3 {font-size:32px; color:#000; margin-bottom:25px;}
.content-servicos p {}



#veiculo-opcionais {
	margin-bottom:20px;
}
#veiculo-opcionais h3 {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: bold;
}
#veiculo-opcionais ul{
	column-count: 3;
}
#veiculo-opcionais li {
	position: relative;
	padding: 1px 0 1px 19px;
}
#veiculo-opcionais li:before {content:"";display:inline-block;width: 4px;height: 4px;border: 1px solid black;border-radius:5px;position: absolute;left: 7px;top: 9px;}

#veiculo-observacoes h3 {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: bold;
}

#veiculo-info {
	/* float: right; */
	order: 2;
}
#veiculo-info .entry-title {
	border-left: 8px solid #fdf503;
	padding-left: 20px;
	position: relative;
	left: -28px;
}

.vehicle-info h4{
	background:#2A2B2A;
	color:#fff;
	font-weight:300;
	font-size:18px;
	padding: 10px 20px;
	/* text-transform:uppercase; */
	font-weight: bold;
	}

 .vehicle-info ul {color:#666;/* font-size: 14px; *//* margin-bottom: 10px; */}
 .vehicle-info li {padding: 15px 20px;background-color:#fff;}
 .vehicle-info li:nth-child(2n) { background-color:#eee; }

.veiculo-price {
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	background: #BA0100;
	text-align:right;
	line-height: 49px;
	text-align:center;
	margin-bottom: 20px;
}

.proposal-form h4{
	font-weight:300;
	font-size:18px;
	/* text-transform:uppercase; */
	/* margin-bottom:10px; */
	color: #fff;
	font-weight: bold;
}

.proposal-form p {
	/* padding-bottom: 8px; */
	font-weight: 300;
}
.proposal-form input {/* color:#444; */width: 100%;padding: 15px 12px;background: #fff;/* border: 2px solid #B52509; */color:#444;}
.proposal-form textarea {width: 100%;padding:8px;height:110px;background: #fff;/* border: 2px solid #B52509; */color: #444;}
.proposal-form .p-button{/* text-align:right; */margin: 0;padding: 0;}
.proposal-form button{
	/* text-transform:uppercase; */
	background-color: #BA0100;
	color: #fff;
	padding: 15px 0;
	border:none;
	font-weight: bold;
}

#contato-form input[type="text"],
#contato-form input[type="email"],
#contato-form textarea,
#novos-form input[type="text"],
#novos-form input[type="email"],
#novos-form textarea{
	width: 282px;
	padding: 8px
}
#contato-form textarea,
#novos-form textarea,
#form-proposta textarea {
	height: 110px;
	min-height: 110px
}
#contato-form input[type="submit"],
#novos-form input[type="submit"],
#form-proposta input[type="submit"] {
	text-transform: uppercase;
	font-weight: 700;
	border: 0;
	background: transparent url(images/arrow.png) no-repeat left center;
	padding: 0 0 0 18px;
	line-height: 28px;
	font-size: 15px;
	cursor: pointer;
	float: right;
	outline: none
}
#veiculo-main {
	margin-bottom: 60px;
	margin-top: 30px;
	/*display: flex;*/
	/*justify-content: space-between;*/
	/* margin-top: 20px; */
	/* padding-top: 20px; */
	/* border-top: 5px solid #B52509; */
}

#veiculo-main h2 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	color:#333;
	border-bottom: 2px solid #333;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#veiculo-fotos {

}
#veiculo-fotos-content {
	background: #fff;
	/* padding: 7px; */
	margin-bottom:20px;
}
#bx-pager {
	line-height: 0;
	font-size: 0;
	/* text-align: center; */
	margin-left: -7px;
}
#bx-pager a {
	display: inline-block;
	margin: 7px 0 0 7px;
	position: relative;
}
#bx-pager a:before {
	background: rgba(0, 0, 0, 0.5);
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
#bx-pager a.active:before {
	background: transparent
}
#bx-pager img {
	width: 117.7px;
	height: auto;
}


.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
	zoom: 1;
}
.bx-wrapper img {
	width: 100%;
	display: block;
	object-fit: cover;
}
.bx-wrapper .bx-viewport {}.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000
}
.bx-wrapper .bx-pager {
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #323232;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 8px 0 0;
	outline: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ee2224
}
.bx-wrapper .bx-prev {
	left: 15px;
	background: url(images/slide-arrows.png) no-repeat
}
.bx-wrapper .bx-next {
	right: 15px;
	background: url(images/slide-arrows.png) no-repeat right top
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -28px;
	outline: 0;
	width: 15px;
	height: 56px;
	text-indent: -9999px;
	z-index: 9999
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none
}
.bx-wrapper .bx-controls-auto {
	text-align: center
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000\9;
	background: rgba(0, 0, 0, 0.7);
	width: 100%
}
.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-size: .9em;
	padding: 12px
}


.map-home iframe{ display:block; }

footer {
	/* border-top:10px solid #dfe0e0; */
	/* margin-top: 20px; */
	background: #f4f4f4;
	padding: 50px 0;
	color: #333;
	text-align: center;
	font-family: Roboto;
	line-height: 1.4;
}



footer a {
  /* font-size: 18px; */
  /* font-weight: 900; */
  color: #333;
  /* padding: 12px 0 12px 30px; */
}
footer a:hover {
	color:#000;
}

footer .footer-left{
	text-align:center;
}

.footer-whatsapp {
	background:url(images/whatsapp-green.svg) no-repeat center left;
	background-size:20px;
	padding: 0 0 0 25px;
	min-height: 20px;
}


footer h5 {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}
footer .logo{
	/* width: 100%; */
	background-image: url(images/logo.png);
	height: 0;
	padding-bottom: 12%;
	/* margin-left: -80px; */
	margin-bottom: 0;
	width: 170px;
	background-position: top center;
	margin: 0;
}


footer ul {font-size:0;display: inline-block;margin-top: 20px;}
footer li {display:inline-block;/* border-left: 1px solid rgba(0,0,0,.3); */}
footer li:last-child {/* border-right: 1px solid rgba(0,0,0,.3); */}

footer li a {color: #333;font-size: 12px;padding: 25px 20px;display:block;/* font-weight: bold; */line-height: 20px;font-family:  'Roboto';/* margin-right: 0px; */}
footer li a:hover,
footer li.active a { color:#000; }
