﻿/*----------------------------------------------------------
CSS Reset - Normalize.css
----------------------------------------------------------*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*----------------------------------------------------------
Inicio Estilo
----------------------------------------------------------*/
@font-face {
	font-family: "Handy";
	src: url(../fonts/Handycheera-Regular.otf) format("truetype");
}
* {margin:0; padding:0; border:0;}
img {max-width:100%;}
A:hover {webkit-transition-duration:.200s; color:#000;}
A {text-decoration:none; border:none; color:#000;}
/*----------------------------------------------------------
Topo
----------------------------------------------------------*/
#topo {width:auto; height:158px;}
#logo {width:auto;}
#bg-midias {width:auto; height:35px; background-color:#dcdcdc;}
#loop-midias {width:200px; height:30px; padding-top:5px;}
#bg-topo {width:auto; height:123px; background-image:url("../_imagens/bg-topo.png"); padding-top:10px; padding-left:100px;}
/*----------------------------------------------------------
Menu
----------------------------------------------------------*/
.nav {font-family:Verdana; font-weight:bold; font-size:14px; width:auto; height:35px;}
.nav {
	position: relative;
	margin: -68px 0;
}
.nav ul {
	margin: 0px;
	padding: 0;
}
.nav li {
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.nav a {
	padding: 3px 12px;
	text-decoration: none;
	color: #fff;
	line-height: 100%;
}
.nav a:hover {
	color: #ee2f37;
}
.nav .current a {
	background: #ee2f37;
	color: #fff;
	border-radius: 5px;
}
/*----------------------------------------------------------
Dados
----------------------------------------------------------*/
#carro {font-size:18px; font-weight:bold; padding-left:85px; padding-top:16px; color:snow;}
#bg-nav-dados {width:auto; height:50px; margin-top:111px; background-color:#ed3237;}
#nav-dados {width:auto; margin-top:-20px; font-weight:bold; color:#cornsilk;}
#video {width:auto; height:500px;}
#imagem-1 {width:640px; height:480px; padding-top:80px; padding-left:2%; text-align:center;}
#dados {width:500px; height:auto; margin-top:-480px; font-size:15px; font-weight:bold; color:#000;}
#imagem-2 {width:640px; height:480px; margin-top:-189px; float:right; padding-right:2%; text-align:center;}
#proposta {width:388px; padding-top:350px;}
#bg-galeria {width:auto; height:50px; margin-top:100px; background-color:#ed3237;}
#galeria {font-size:18px; font-weight:bold; padding-left:25px; padding-top:15px; color:snow;}
#fotos {width:auto; float:left; margin-left:310px; padding-left:15px; margin-top:74px;}
#tag-opcoes {font-size:14px; font-weight:bold; padding-top:330px;}
#loop-opcoes {width:auto; height:auto; padding-left:330px; padding-top:50px; float:left;}
/*----------------------------------------------------------
Rodapé
----------------------------------------------------------*/
#rodape {background-color:gainsboro;}
#marcas-pneus {width:auto; height:40px; margin-top:300px; background-image:url("../_imagens/marcas-pneus.png");}
#contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:30px; padding-left:150px; text-align:center; color:#000}
#menu-inferior {width:auto; font-weight:bold; margin-top:-153px; font-size:14px;}
#logo-baixo {width:145px; margin-top:60px;}
#midia-sociais {width:300px; text-align:center; font-size:18px; font-weight:bold; float:right; padding-right:150px; margin-top:-257px;}
#direitos {font-size:14px; font-weight:bold; padding-top:25px;}
/*----------------------------------------------------------
Tags
----------------------------------------------------------*/
.whatsapp {
    position: fixed;
    top: 82%;
    left: 1%;
    padding: 10px;
    z-index: 10000000;
}
.text{
  padding-left: 100px;
  padding: 0px 00px 0 00px;
  color: black;
  font-size: 15px;
  text-align: center;
  font-family:"Trebuchet MS";
}
.opacity {
    display: inline-block;
    background: white;
    padding: 0;
}
.opacity:hover img {
    opacity: 0.8;      
}
.opacity img {
    display: block;
    
    -webkit-transition: all 0.4s linear;
       -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
         -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
}

.f1{
 	color:#000;
	font-size:17px;
	font-weight:bold;
}
.f2{
 	color:#fff;
	font-size:15px;
}

/*----------------------------------------------------------
Media Query MAX 1920px
----------------------------------------------------------*/
@media screen and (max-width:1920px) {
	/*----------------------------------------------------------
	CSS Reset - Normalize.css
	----------------------------------------------------------*/
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	/*----------------------------------------------------------
	Inicio Estilo
	----------------------------------------------------------*/
	@font-face {
		font-family: "Handy";
		src: url(../fonts/Handycheera-Regular.otf) format("truetype");
	}
	* {margin:0; padding:0; border:0;}
	img {max-width:100%;}
	A:hover {webkit-transition-duration:.200s; color:#ee2f37;}
	A {text-decoration:none; border:none; color:#000;}
	/*----------------------------------------------------------
	Topo
	----------------------------------------------------------*/
	#topo {width:auto; height:158px;}
	#logo {width:auto; margin-left:-50px;}
	#bg-midias {width:auto; height:35px; background-color:#dcdcdc;}
	#loop-midias {width:200px; height:30px; padding-top:5px;}
	#bg-topo {width:auto; height:123px; background-image:url("../_imagens/bg-topo.png"); padding-top:10px; padding-left:100px;}
	/*----------------------------------------------------------
	Menu
	----------------------------------------------------------*/
	.nav {font-family:Verdana; font-weight:bold; font-size:14px; width:auto; height:35px;}
	.nav {
		position: relative;
		margin: -68px 0;
	}
	.nav ul {
		margin: 0px;
		padding: 0;
	}
	.nav li {
		margin: 0 5px 10px 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.nav a {
		padding: 3px 12px;
		text-decoration: none;
		color: #fff;
		line-height: 100%;
	}
	.nav a:hover {
		color: #ee2f37;
	}
	.nav .current a {
		background: #ee2f37;
		color: #fff;
		border-radius: 5px;
	}
	/*----------------------------------------------------------
	Dados
	----------------------------------------------------------*/
	#carro {font-size:18px; font-weight:bold; padding-left:85px; padding-top:16px; color:snow;}
	#bg-nav-dados {width:auto; height:50px; margin-top:111px; background-color:#ed3237;}
	#nav-dados {width:auto; margin-top:-20px; font-weight:bold; color:#cornsilk;}
	#video {width:auto; height:500px;}
	#imagem-1 {width:500px; height:375px; padding-top:80px; padding-left:2%; text-align:center;}
	#dados {width:500px; height:auto; margin-top:-375px; font-size:14px; font-weight:bold; color:#000;}
	#imagem-2 {width:500px; height:375px; margin-top:-181px; float:right; padding-right:2%; text-align:center;}
	#proposta {width:388px; padding-top:250px;}
	#bg-galeria {width:auto; height:50px; margin-top:100px; background-color:#ed3237;}
	#galeria {font-size:18px; font-weight:bold; padding-left:25px; padding-top:15px; color:snow;}
	#fotos {width:auto; float:left; margin-left:50px; margin-left:20px; margin-top:74px;}
	#tag-opcoes {font-size:14px; font-weight:bold; padding-top:330px;}
	#loop-opcoes {width:auto; height:auto; padding-left:202px; padding-top:50px; float:left;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:300px; background-image:url("../_imagens/marcas-pneus.png");}
	#contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:30px; padding-left:60px; text-align:center; color:#000}
	#menu-inferior {width:auto; font-weight:bold; margin-top:-153px; font-size:14px;}
	#logo-baixo {width:145px; margin-top:60px;}
	#midia-sociais {width:300px; text-align:center; font-size:18px; font-weight:bold; float:right; padding-right:60px; margin-top:-257px;}
	#direitos {font-size:14px; font-weight:bold; padding-top:25px;}
	/*----------------------------------------------------------
	Tags
	----------------------------------------------------------*/
	.whatsapp {
		position: fixed;
		top: 82%;
		left: 1%;
		padding: 10px;
		z-index: 10000000;
	}
	.text{
	  padding-left: 100px;
	  padding: 0px 00px 0 00px;
	  color: black;
	  font-size: 15px;
	  text-align: center;
	  font-family:"Trebuchet MS";
	}
	.opacity {
		display: inline-block;
		background: white;
		padding: 0;
	}
	.opacity:hover img {
		opacity: 0.8;      
	}
	.opacity img {
		display: block;

		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.f1{
		color:#000;
		font-size:17px;
		font-weight:bold;
	}
	.f2{
		color:#fff;
		font-size:15px;
	}
}
	
/*----------------------------------------------------------
Media Query MAX 1600px
----------------------------------------------------------*/
@media screen and (max-width:1600px) {
	/*----------------------------------------------------------
	CSS Reset - Normalize.css
	----------------------------------------------------------*/
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	/*----------------------------------------------------------
	Inicio Estilo
	----------------------------------------------------------*/
	@font-face {
		font-family: "Handy";
		src: url(../fonts/Handycheera-Regular.otf) format("truetype");
	}
	* {margin:0; padding:0; border:0;}
	img {max-width:100%;}
	A:hover {webkit-transition-duration:.200s; color:#ee2f37;}
	A {text-decoration:none; border:none; color:#000;}
	/*----------------------------------------------------------
	Topo
	----------------------------------------------------------*/
	#topo {width:auto; height:158px;}
	#logo {width:auto; margin-left:-50px;}
	#bg-midias {width:auto; height:35px; background-color:#dcdcdc;}
	#loop-midias {width:200px; height:30px; padding-top:5px;}
	#bg-topo {width:auto; height:123px; background-image:url("../_imagens/bg-topo.png"); padding-top:10px; padding-left:100px;}
	/*----------------------------------------------------------
	Menu
	----------------------------------------------------------*/
	.nav {font-family:Verdana; font-weight:bold; font-size:14px; width:auto; height:35px;}
	.nav {
		position: relative;
		margin: -68px 0;
	}
	.nav ul {
		margin: 0px;
		padding: 0;
	}
	.nav li {
		margin: 0 5px 10px 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.nav a {
		padding: 3px 12px;
		text-decoration: none;
		color: #fff;
		line-height: 100%;
	}
	.nav a:hover {
		color: #ee2f37;
	}
	.nav .current a {
		background: #ee2f37;
		color: #fff;
		border-radius: 5px;
	}
	/*----------------------------------------------------------
	Dados
	----------------------------------------------------------*/
	#carro {font-size:18px; font-weight:bold; padding-left:85px; padding-top:16px; color:snow;}
	#bg-nav-dados {width:auto; height:50px; margin-top:111px; background-color:#ed3237;}
	#nav-dados {width:auto; margin-top:-20px; font-weight:bold; color:#cornsilk;}
	#video {width:auto; height:500px;}
	#imagem-1 {width:500px; height:375px; padding-top:80px; padding-left:2%; text-align:center;}
	#dados {width:500px; height:auto; margin-top:-375px; font-size:14px; font-weight:bold; color:#000;}
	#imagem-2 {width:500px; height:375px; padding-top:30px; float:right; padding-right:2%; text-align:center;}
	#proposta {width:388px; padding-top:300px;}
	#bg-galeria {width:auto; height:50px; margin-top:100px; background-color:#ed3237;}
	#galeria {font-size:18px; font-weight:bold; padding-left:25px; padding-top:15px; color:snow;}
	#fotos {width:915px; float:left; margin-left:50px; margin-left:335px; margin-top:74px;}
	#tag-opcoes {font-size:14px; font-weight:bold; padding-top:500px;}
	#loop-opcoes {width:auto; height:auto; padding-left:139px; padding-top:50px; float:left;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:461px; background-image:url("../_imagens/marcas-pneus.png");}
	#contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:30px; padding-left:30px; text-align:center; color:#000}
	#menu-inferior {width:auto; font-weight:bold; margin-top:-153px; font-size:13px;}
	#logo-baixo {width:145px; margin-top:60px;}
	#midia-sociais {width:300px; text-align:center; font-size:18px; font-weight:bold; float:right; padding-right:30px; margin-top:-257px;}
	#direitos {font-size:14px; font-weight:bold; padding-top:25px;}
	/*----------------------------------------------------------
	Tags
	----------------------------------------------------------*/
	.whatsapp {
		position: fixed;
		top: 82%;
		left: 1%;
		padding: 10px;
		z-index: 10000000;
	}
	.text{
	  padding-left: 100px;
	  padding: 0px 00px 0 00px;
	  color: black;
	  font-size: 15px;
	  text-align: center;
	  font-family:"Trebuchet MS";
	}
	.opacity {
		display: inline-block;
		background: white;
		padding: 0;
	}
	.opacity:hover img {
		opacity: 0.8;      
	}
	.opacity img {
		display: block;

		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.f1{
		color:#000;
		font-size:17px;
		font-weight:bold;
	}
	.f2{
		color:#fff;
		font-size:15px;
	}
}

/*----------------------------------------------------------
Media Query MAX 1366px
----------------------------------------------------------*/
@media screen and (max-width:1366px) {
	/*----------------------------------------------------------
	CSS Reset - Normalize.css
	----------------------------------------------------------*/
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	/*----------------------------------------------------------
	Inicio Estilo
	----------------------------------------------------------*/
	@font-face {
		font-family: "Handy";
		src: url(../fonts/Handycheera-Regular.otf) format("truetype");
	}
	* {margin:0; padding:0; border:0;}
	img {max-width:100%;}
	A:hover {webkit-transition-duration:.200s; color:#ee2f37;}
	A {text-decoration:none; border:none; color:#000;}
	/*----------------------------------------------------------
	Topo
	----------------------------------------------------------*/
	#topo {width:auto; height:158px;}
	#logo {width:auto; margin-left:-50px;}
	#bg-midias {width:auto; height:35px; background-color:#dcdcdc;}
	#loop-midias {width:200px; height:30px; padding-top:5px;}
	#bg-topo {width:auto; height:123px; background-image:url("../_imagens/bg-topo.png"); padding-top:10px; padding-left:100px;}
	/*----------------------------------------------------------
	Menu
	----------------------------------------------------------*/
	.nav {font-family:Verdana; font-weight:bold; font-size:14px; width:auto; height:35px;}
	.nav {
		position: relative;
		margin: -68px 0;
	}
	.nav ul {
		margin: 0px;
		padding: 0;
	}
	.nav li {
		margin: 0 5px 10px 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.nav a {
		padding: 3px 12px;
		text-decoration: none;
		color: #fff;
		line-height: 100%;
	}
	.nav a:hover {
		color: #ee2f37;
	}
	.nav .current a {
		background: #ee2f37;
		color: #fff;
		border-radius: 5px;
	}
	/*----------------------------------------------------------
	Dados
	----------------------------------------------------------*/
	#carro {font-size:18px; font-weight:bold; padding-left:85px; padding-top:16px; color:snow;}
	#bg-nav-dados {width:auto; height:50px; margin-top:111px; background-color:#ed3237;}
	#nav-dados {width:auto; margin-top:-20px; font-weight:bold; color:#cornsilk;}
	#video {width:auto; height:500px;}
	#imagem-1 {width:450px; height:375px; padding-top:80px; padding-left:1%; text-align:center;}
	#dados {width:500px; height:auto; margin-top:-375px; font-size:14px; font-weight:bold; color:#000;}
	#imagem-2 {width:450px; height:375px; padding-top:30px; float:right; padding-right:1%; text-align:center;}
	#proposta {width:388px; padding-top:300px;}
	#bg-galeria {width:auto; height:50px; margin-top:100px; background-color:#ed3237;}
	#galeria {font-size:18px; font-weight:bold; padding-left:25px; padding-top:15px; color:snow;}
	#fotos {width:915px; float:left; margin-left:50px; margin-left:210px; margin-top:74px;}
	#tag-opcoes {font-size:14px; font-weight:bold; padding-top:500px;}
	#loop-opcoes {width:auto; height:auto; padding-left:89px; padding-top:50px; float:left;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:461px; background-image:url("../_imagens/marcas-pneus.png");}
	#contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:30px; padding-left:20px; text-align:center; color:#000}
	#menu-inferior {width:auto; font-weight:bold; margin-top:-153px; font-size:13px;}
	#logo-baixo {width:145px; margin-top:60px;}
	#midia-sociais {width:300px; text-align:center; font-size:18px; font-weight:bold; float:right; padding-right:10px; margin-top:-257px;}
	#direitos {font-size:14px; font-weight:bold; padding-top:25px;}
	/*----------------------------------------------------------
	Tags
	----------------------------------------------------------*/
	.whatsapp {
		position: fixed;
		top: 82%;
		left: 1%;
		padding: 10px;
		z-index: 10000000;
	}
	.text{
	  padding-left: 100px;
	  padding: 0px 00px 0 00px;
	  color: black;
	  font-size: 15px;
	  text-align: center;
	  font-family:"Trebuchet MS";
	}
	.opacity {
		display: inline-block;
		background: white;
		padding: 0;
	}
	.opacity:hover img {
		opacity: 0.8;      
	}
	.opacity img {
		display: block;

		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.f1{
		color:#000;
		font-size:17px;
		font-weight:bold;
	}
	.f2{
		color:#fff;
		font-size:15px;
	}
}

/*----------------------------------------------------------
Media Query MAX 1280px
----------------------------------------------------------*/
@media screen and (max-width:1280px) {
	/*----------------------------------------------------------
	CSS Reset - Normalize.css
	----------------------------------------------------------*/
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	/*----------------------------------------------------------
	Inicio Estilo
	----------------------------------------------------------*/
	@font-face {
		font-family: "Handy";
		src: url(../fonts/Handycheera-Regular.otf) format("truetype");
	}
	* {margin:0; padding:0; border:0;}
	img {max-width:100%;}
	A:hover {webkit-transition-duration:.200s; color:#ee2f37;}
	A {text-decoration:none; border:none; color:#000;}
	/*----------------------------------------------------------
	Topo
	----------------------------------------------------------*/
	#topo {width:auto; height:158px;}
	#logo {width:auto; margin-left:-60px;}
	#bg-midias {width:auto; height:35px; background-color:#dcdcdc;}
	#loop-midias {width:200px; height:30px; padding-top:5px;}
	#bg-topo {width:auto; height:123px; background-image:url("../_imagens/bg-topo.png"); padding-top:10px; padding-left:100px;}
	/*----------------------------------------------------------
	Menu
	----------------------------------------------------------*/
	.nav {font-family:Verdana; font-weight:bold; font-size:14px; width:auto; height:35px;}
	.nav {
		position: relative;
		margin: -68px 0;
	}
	.nav ul {
		margin: 0px;
		padding: 0;
	}
	.nav li {
		margin: 0 5px 10px 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.nav a {
		padding: 3px 12px;
		text-decoration: none;
		color: #fff;
		line-height: 100%;
	}
	.nav a:hover {
		color: #ee2f37;
	}
	.nav .current a {
		background: #ee2f37;
		color: #fff;
		border-radius: 5px;
	}
	/*----------------------------------------------------------
	Dados
	----------------------------------------------------------*/
	#carro {font-size:18px; font-weight:bold; padding-left:85px; padding-top:16px; color:snow;}
	#bg-nav-dados {width:auto; height:50px; margin-top:111px; background-color:#ed3237;}
	#nav-dados {width:auto; margin-top:-20px; font-weight:bold; color:#cornsilk;}
	#video {width:auto; height:500px;}
	#imagem-1 {width:430px; height:323px; padding-top:80px; padding-left:1%; text-align:center;}
	#dados {width:500px; height:auto; margin-top:-323px; font-size:14px; font-weight:bold; color:#000;}
	#imagem-2 {width:430px; height:323px; padding-top:30px; float:right; padding-right:1%; text-align:center;}
	#proposta {width:388px; padding-top:300px;}
	#bg-galeria {width:auto; height:50px; margin-top:100px; background-color:#ed3237;}
	#galeria {font-size:18px; font-weight:bold; padding-left:25px; padding-top:15px; color:snow;}
	#fotos {width:915px; float:left; margin-left:50px; margin-left:210px; margin-top:74px;}
	#tag-opcoes {font-size:14px; font-weight:bold; padding-top:500px;}
	#loop-opcoes {width:auto; height:auto; padding-left:75px; padding-top:50px; float:left;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:460px; background-image:url("../_imagens/marcas-pneus.png");}
	#contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:30px; padding-left:20px; text-align:center; color:#000}
	#menu-inferior {width:auto; font-weight:bold; margin-top:-153px; font-size:13px;}
	#logo-baixo {width:145px; margin-top:60px;}
	#midia-sociais {width:300px; text-align:center; font-size:18px; font-weight:bold; float:right; padding-right:10px; margin-top:-257px;}
	#direitos {font-size:14px; font-weight:bold; padding-top:25px;}
	/*----------------------------------------------------------
	Tags
	----------------------------------------------------------*/
	.whatsapp {
		position: fixed;
		top: 82%;
		left: 1%;
		padding: 10px;
		z-index: 10000000;
	}
	.text{
	  padding-left: 100px;
	  padding: 0px 00px 0 00px;
	  color: black;
	  font-size: 15px;
	  text-align: center;
	  font-family:"Trebuchet MS";
	}
	.opacity {
		display: inline-block;
		background: white;
		padding: 0;
	}
	.opacity:hover img {
		opacity: 0.8;      
	}
	.opacity img {
		display: block;

		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.f1{
		color:#000;
		font-size:17px;
		font-weight:bold;
	}
	.f2{
		color:#fff;
		font-size:15px;
	}
}

/*----------------------------------------------------------
Media Query MAX 1050px
----------------------------------------------------------*/
@media screen and (max-width:1050px) {
	/*----------------------------------------------------------
	CSS Reset - Normalize.css
	----------------------------------------------------------*/
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	/*----------------------------------------------------------
	Inicio Estilo
	----------------------------------------------------------*/
	@font-face {
		font-family: "Handy";
		src: url(../fonts/Handycheera-Regular.otf) format("truetype");
	}
	* {margin:0; padding:0; border:0;}
	img {max-width:100%;}
	A:hover {webkit-transition-duration:.200s; color:#ee2f37;}
	A {text-decoration:none; border:none; color:#000;}
	/*----------------------------------------------------------
	Topo
	----------------------------------------------------------*/
	#topo {width:auto; height:158px;}
	#logo {width:auto; margin-left:-70px;}
	#bg-midias {width:auto; height:35px; background-color:#dcdcdc;}
	#loop-midias {width:200px; height:30px; padding-top:5px;}
	#bg-topo {width:auto; height:123px; background-image:url("../_imagens/bg-topo.png"); padding-top:10px; padding-left:100px;}
	/*----------------------------------------------------------
	Menu
	----------------------------------------------------------*/
	.nav {font-family:Verdana; font-weight:bold; font-size:14px; width:auto; height:35px;}
	.nav {
		position: relative;
		margin: -68px 0;
	}
	.nav ul {
		margin: 0px;
		padding: 0;
	}
	.nav li {
		margin: 0 5px 10px 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.nav a {
		padding: 3px 12px;
		text-decoration: none;
		color: #fff;
		line-height: 100%;
	}
	.nav a:hover {
		color: #ee2f37;
	}
	.nav .current a {
		background: #ee2f37;
		color: #fff;
		border-radius: 5px;
	}
	/*----------------------------------------------------------
	Dados
	----------------------------------------------------------*/
	#carro {font-size:18px; font-weight:bold; padding-left:85px; padding-top:16px; color:snow;}
	#bg-nav-dados {width:auto; height:50px; margin-top:111px; background-color:#ed3237;}
	#nav-dados {width:auto; margin-top:-20px; font-weight:bold; color:#cornsilk;}
	#video {width:auto; height:500px;}
	#imagem-1 {width:330px; height:248px; padding-top:80px; padding-left:1%; text-align:center;}
	#dados {width:500px; height:auto; margin-top:-248px; font-size:14px; font-weight:bold; color:#000;}
	#imagem-2 {width:330px; height:248px; padding-top:100px; float:right; padding-right:1%; text-align:center;}
	#proposta {width:388px; padding-top:300px;}
	#bg-galeria {width:auto; height:50px; margin-top:100px; background-color:#ed3237;}
	#galeria {font-size:18px; font-weight:bold; padding-left:25px; padding-top:15px; color:snow;}
	#fotos {width:915px; float:left; margin-left:50px; margin-left:45px; margin-top:74px;}
	#tag-opcoes {font-size:14px; font-weight:bold; padding-top:500px;}
	#loop-opcoes {width:auto; height:auto; padding-left:26px; padding-top:50px; float:left;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:460px; background-image:url("../_imagens/marcas-pneus.png");}
	#contato {width:380px; font-size:13px; font-weight:bold; text-align:left; padding-top:30px; padding-left:10px; text-align:center; color:#000}
	#menu-inferior {width:auto; font-weight:bold; margin-top:-153px; font-size:12px;}
	#logo-baixo {width:145px; margin-top:60px;}
	#midia-sociais {width:300px; text-align:center; font-size:16px; font-weight:bold; float:right; padding-right:2px; margin-top:-257px;}
	#direitos {font-size:14px; font-weight:bold; padding-top:25px;}
	/*----------------------------------------------------------
	Tags
	----------------------------------------------------------*/
	.whatsapp {
		position: fixed;
		top: 82%;
		left: 1%;
		padding: 10px;
		z-index: 10000000;
	}
	.text{
	  padding-left: 100px;
	  padding: 0px 00px 0 00px;
	  color: black;
	  font-size: 15px;
	  text-align: center;
	  font-family:"Trebuchet MS";
	}
	.opacity {
		display: inline-block;
		background: white;
		padding: 0;
	}
	.opacity:hover img {
		opacity: 0.8;      
	}
	.opacity img {
		display: block;

		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.f1{
		color:#000;
		font-size:17px;
		font-weight:bold;
	}
	.f2{
		color:#fff;
		font-size:15px;
	}
}

/*----------------------------------------------------------
Media Query MAX 1024px
----------------------------------------------------------*/
@media screen and (max-width:1024px) {
	/*----------------------------------------------------------
	CSS Reset - Normalize.css
	----------------------------------------------------------*/
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	/*----------------------------------------------------------
	Inicio Estilo
	----------------------------------------------------------*/
	@font-face {
		font-family: "Handy";
		src: url(../fonts/Handycheera-Regular.otf) format("truetype");
	}
	* {margin:0; padding:0; border:0;}
	img {max-width:100%;}
	A:hover {webkit-transition-duration:.200s; color:#ee2f37;}
	A {text-decoration:none; border:none; color:#000;}
	/*----------------------------------------------------------
	Topo
	----------------------------------------------------------*/
	#topo {width:auto; height:158px;}
	#logo {width:auto; margin-left:-70px;}
	#bg-midias {width:auto; height:35px; background-color:#dcdcdc;}
	#loop-midias {width:200px; height:30px; padding-top:5px;}
	#bg-topo {width:auto; height:123px; background-image:url("../_imagens/bg-topo.png"); padding-top:10px; padding-left:100px;}
	/*----------------------------------------------------------
	Menu
	----------------------------------------------------------*/
	.nav {font-family:Verdana; font-weight:bold; font-size:14px; width:auto; height:35px;}
	.nav {
		position: relative;
		margin: -68px 0;
	}
	.nav ul {
		margin: 0px;
		padding: 0;
	}
	.nav li {
		margin: 0 5px 10px 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.nav a {
		padding: 3px 12px;
		text-decoration: none;
		color: #fff;
		line-height: 100%;
	}
	.nav a:hover {
		color: #ee2f37;
	}
	.nav .current a {
		background: #ee2f37;
		color: #fff;
		border-radius: 5px;
	}
	/*----------------------------------------------------------
	Dados
	----------------------------------------------------------*/
	#carro {font-size:18px; font-weight:bold; padding-left:85px; padding-top:16px; color:snow;}
	#bg-nav-dados {width:auto; height:50px; margin-top:111px; background-color:#ed3237;}
	#nav-dados {width:auto; margin-top:-20px; font-weight:bold; color:#cornsilk;}
	#video {width:auto; height:500px;}
	#imagem-1 {width:330px; height:248px; padding-top:80px; padding-left:1%; text-align:center;}
	#dados {width:500px; height:auto; margin-top:-248px; font-size:14px; font-weight:bold; color:#000;}
	#imagem-2 {width:330px; height:248px; padding-top:100px; float:right; padding-right:1%; text-align:center;}
	#proposta {width:388px; padding-top:300px;}
	#bg-galeria {width:auto; height:50px; margin-top:100px; background-color:#ed3237;}
	#galeria {font-size:18px; font-weight:bold; padding-left:25px; padding-top:15px; color:snow;}
	#fotos {width:915px; float:left; margin-left:50px; margin-left:32px; margin-top:74px;}
	#tag-opcoes {font-size:14px; font-weight:bold; padding-top:500px;}
	#loop-opcoes {width:auto; height:auto; padding-left:21px; padding-top:50px; float:left;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:460px; background-image:url("../_imagens/marcas-pneus.png");}
	#contato {width:380px; font-size:13px; font-weight:bold; text-align:left; padding-top:30px; padding-left:1px; text-align:center; color:#000}
	#menu-inferior {width:auto; font-weight:bold; margin-top:-153px; font-size:12px;}
	#logo-baixo {width:145px; margin-top:60px;}
	#midia-sociais {width:300px; text-align:center; font-size:16px; font-weight:bold; float:right; padding-right:2px; margin-top:-257px;}
	#direitos {font-size:14px; font-weight:bold; padding-top:25px;}
	/*----------------------------------------------------------
	Tags
	----------------------------------------------------------*/
	.whatsapp {
		position: fixed;
		top: 82%;
		left: 1%;
		padding: 10px;
		z-index: 10000000;
	}
	.text{
	  padding-left: 100px;
	  padding: 0px 00px 0 00px;
	  color: black;
	  font-size: 15px;
	  text-align: center;
	  font-family:"Trebuchet MS";
	}
	.opacity {
		display: inline-block;
		background: white;
		padding: 0;
	}
	.opacity:hover img {
		opacity: 0.8;      
	}
	.opacity img {
		display: block;

		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.f1{
		color:#000;
		font-size:17px;
		font-weight:bold;
	}
	.f2{
		color:#fff;
		font-size:15px;
	}
}

/*----------------------------------------------------------
Media Query MAX 966px
----------------------------------------------------------*/
@media screen and (max-width:966px) {
	/*----------------------------------------------------------
	CSS Reset - Normalize.css
	----------------------------------------------------------*/
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	/*----------------------------------------------------------
	Inicio Estilo
	----------------------------------------------------------*/
	@font-face {
		font-family: "Handy";
		src: url(../fonts/Handycheera-Regular.otf) format("truetype");
	}
	* {margin:0; padding:0; border:0;}
	img {max-width:100%;}
	A:hover {webkit-transition-duration:.200s; color:#ee2f37;}
	A {text-decoration:none; border:none; color:#000;}
	/*----------------------------------------------------------
	Topo
	----------------------------------------------------------*/
	#topo {width:auto; height:158px;}
	#logo {width:auto; margin-left:-70px;}
	#bg-midias {width:auto; height:35px; background-color:#dcdcdc;}
	#loop-midias {width:200px; height:30px; padding-top:5px;}
	#bg-topo {width:auto; height:123px; background-image:url("../_imagens/bg-topo.png"); padding-top:10px; padding-left:100px;}
	/*----------------------------------------------------------
	Menu
	----------------------------------------------------------*/
	.nav {font-family:Verdana; font-weight:bold; font-size:14px; width:auto; height:35px;}
	.nav {
		position: relative;
		margin: -68px 0;
	}
	.nav ul {
		margin: 0px;
		padding: 0;
	}
	.nav li {
		margin: 0 5px 10px 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.nav a {
		padding: 3px 12px;
		text-decoration: none;
		color: #fff;
		line-height: 100%;
	}
	.nav a:hover {
		color: #ee2f37;
	}
	.nav .current a {
		background: #ee2f37;
		color: #fff;
		border-radius: 5px;
	}
	/*----------------------------------------------------------
	Dados
	----------------------------------------------------------*/
	#carro {font-size:18px; font-weight:bold; padding-left:85px; padding-top:16px; color:snow;}
	#bg-nav-dados {width:auto; height:50px; margin-top:111px; background-color:#ed3237;}
	#nav-dados {width:auto; margin-top:-20px; font-weight:bold; color:#cornsilk;}
	#video {width:auto; height:500px;}
	#imagem-1 {width:270px; height:203px; padding-top:80px; padding-left:1%; text-align:center;}
	#dados {width:500px; height:auto; margin-top:-203px; font-size:14px; font-weight:bold; color:#000;}
	#imagem-2 {width:270px; height:203px; padding-top:100px; float:right; padding-right:1%; text-align:center;}
	#proposta {width:388px; padding-top:250px;}
	#bg-galeria {width:auto; height:50px; margin-top:100px; background-color:#ed3237;}
	#galeria {font-size:18px; font-weight:bold; padding-left:25px; padding-top:15px; color:snow;}
	#fotos {width:915px; float:left; margin-left:50px; margin-left:4px; margin-top:74px;}
	#tag-opcoes {font-size:14px; font-weight:bold; padding-top:500px;}
	#loop-opcoes {width:175px; height:131px; padding-left:50px; padding-top:50px; float:left;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:460px; background-image:url("../_imagens/marcas-pneus.png");}
	#contato {width:380px; font-size:13px; font-weight:bold; text-align:left; padding-top:30px; padding-left:1px; text-align:center; color:#000}
	#menu-inferior {width:auto; font-weight:bold; margin-top:-153px; font-size:12px;}
	#logo-baixo {width:145px; margin-top:60px;}
	#midia-sociais {width:300px; text-align:center; font-size:16px; font-weight:bold; float:right; padding-right:2px; margin-top:-257px;}
	#direitos {font-size:14px; font-weight:bold; padding-top:25px;}
	/*----------------------------------------------------------
	Tags
	----------------------------------------------------------*/
	.whatsapp {
		position: fixed;
		top: 82%;
		left: 1%;
		padding: 10px;
		z-index: 10000000;
	}
	.text{
	  padding-left: 100px;
	  padding: 0px 00px 0 00px;
	  color: black;
	  font-size: 15px;
	  text-align: center;
	  font-family:"Trebuchet MS";
	}
	.opacity {
		display: inline-block;
		background: white;
		padding: 0;
	}
	.opacity:hover img {
		opacity: 0.8;      
	}
	.opacity img {
		display: block;

		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.f1{
		color:#000;
		font-size:17px;
		font-weight:bold;
	}
	.f2{
		color:#fff;
		font-size:15px;
	}
}

/*----------------------------------------------------------
Media Query MAX 768px
----------------------------------------------------------*/
@media screen and (max-width:768px) {
	/*----------------------------------------------------------
	CSS Reset - Normalize.css
	----------------------------------------------------------*/
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	/*----------------------------------------------------------
	Inicio Estilo
	----------------------------------------------------------*/
	@font-face {
		font-family: "Handy";
		src: url(../fonts/Handycheera-Regular.otf) format("truetype");
	}
	* {margin:0; padding:0; border:0;}
	img {max-width:100%;}
	A:hover {webkit-transition-duration:.200s; color:#ee2f37;}
	A {text-decoration:none; border:none; color:#000;}
	/*----------------------------------------------------------
	Topo
	----------------------------------------------------------*/
	#topo {width:auto; height:158px;}
	#logo {width:auto; margin-left:-70px;}
	#bg-midias {width:auto; height:35px; background-color:#dcdcdc;}
	#loop-midias {width:200px; height:30px; padding-top:5px;}
	#bg-topo {width:auto; height:123px; background-image:url("../_imagens/bg-topo.png"); padding-top:10px; padding-left:100px;}
	/*----------------------------------------------------------
	Menu
	----------------------------------------------------------*/
	.nav {font-family:Verdana; font-weight:bold; font-size:14px; width:auto; height:35px;}
	.nav {
		position: relative;
		margin: -68px 0;
	}
	.nav ul {
		margin: 0px;
		padding: 0;
	}
	.nav li {
		margin: 0 5px 10px 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.nav a {
		padding: 3px 12px;
		text-decoration: none;
		color: #fff;
		line-height: 100%;
	}
	.nav a:hover {
		color: #ee2f37;
	}
	.nav .current a {
		background: #ee2f37;
		color: #fff;
		border-radius: 5px;
	}
	/*----------------------------------------------------------
	Dados
	----------------------------------------------------------*/
	#carro {font-size:18px; font-weight:bold; padding-left:85px; padding-top:16px; color:snow;}
	#bg-nav-dados {width:auto; height:50px; margin-top:111px; background-color:#ed3237;}
	#nav-dados {width:auto; margin-top:-20px; font-weight:bold; color:#cornsilk;}
	#video {width:auto; height:500px;}
	#imagem-1 {width:450px; height:338px; padding-top:80px; padding-left:20%; text-align:center;}
	#dados {width:500px; height:auto; margin-top:80px; font-size:14px; font-weight:bold; color:#000;}
	#imagem-2 {width:450px; height:338px; padding-top:270px; float:right; padding-right:20%; text-align:center;}
	#proposta {width:388px; padding-top:550px;}
	#bg-galeria {width:auto; height:50px; margin-top:100px; background-color:#ed3237;}
	#galeria {font-size:18px; font-weight:bold; padding-left:25px; padding-top:15px; color:snow;}
	#fotos {width:715px; float:left; margin-left:20px; margin-top:74px;}
	#tag-opcoes {font-size:14px; font-weight:bold; padding-top:700px;}
	#loop-opcoes {width:175px; height:131px; padding-left:10px; padding-top:50px; float:left;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:350px; background-image:url("../_imagens/marcas-pneus.png");}
	#contato {width:380px; font-size:12px; font-weight:bold; text-align:left; padding-top:90px; padding-left:1px; text-align:center; color:#000; display:none}
	#menu-inferior {width:auto; font-weight:bold; margin-top:20px; font-size:14px;}
	#logo-baixo {width:145px; margin-top:60px;}
	#midia-sociais {width:300px; text-align:center; font-size:16px; font-weight:bold; float:right; padding-right:2px; display:none;}
	#direitos {font-size:14px; font-weight:bold; padding-top:25px;}
	/*----------------------------------------------------------
	Tags
	----------------------------------------------------------*/
	.whatsapp {
		position: fixed;
		top: 82%;
		left: 1%;
		padding: 10px;
		z-index: 10000000;
	}
	.text{
	  padding-left: 100px;
	  padding: 0px 00px 0 00px;
	  color: black;
	  font-size: 15px;
	  text-align: center;
	  font-family:"Trebuchet MS";
	}
	.opacity {
		display: inline-block;
		background: white;
		padding: 0;
	}
	.opacity:hover img {
		opacity: 0.8;      
	}
	.opacity img {
		display: block;

		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.f1{
		color:#000;
		font-size:17px;
		font-weight:bold;
	}
	.f2{
		color:#fff;
		font-size:15px;
	}
}

/*----------------------------------------------------------
Media Query MAX 720px
----------------------------------------------------------*/
@media screen and (max-width:720px) {
	/*----------------------------------------------------------
	CSS Reset - Normalize.css
	----------------------------------------------------------*/
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	/*----------------------------------------------------------
	Inicio Estilo
	----------------------------------------------------------*/
	@font-face {
		font-family: "Handy";
		src: url(../fonts/Handycheera-Regular.otf) format("truetype");
	}
	* {margin:0; padding:0; border:0;}
	img {max-width:100%;}
	A:hover {webkit-transition-duration:.200s; color:#ee2f37;}
	A {text-decoration:none; border:none; color:#000;}
	/*----------------------------------------------------------
	Topo
	----------------------------------------------------------*/
	#topo {width:auto; height:158px;}
	#logo {width:auto; margin-left:-70px;}
	#bg-midias {width:auto; height:35px; background-color:#dcdcdc;}
	#loop-midias {width:200px; height:30px; padding-top:5px;}
	#bg-topo {width:auto; height:123px; background-image:url("../_imagens/bg-topo.png"); padding-top:10px; padding-left:100px;}
	/*----------------------------------------------------------
	Menu
	----------------------------------------------------------*/
	.nav {font-family:Verdana; font-weight:bold; font-size:14px; width:auto; height:35px;}
	.nav {
		position: relative;
		margin: -68px 0;
	}
	.nav ul {
		margin: 0px;
		padding: 0;
	}
	.nav li {
		margin: 0 5px 10px 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.nav a {
		padding: 3px 12px;
		text-decoration: none;
		color: #fff;
		line-height: 100%;
	}
	.nav a:hover {
		color: #ee2f37;
	}
	.nav .current a {
		background: #ee2f37;
		color: #fff;
		border-radius: 5px;
	}
	/*----------------------------------------------------------
	Dados
	----------------------------------------------------------*/
	#carro {font-size:18px; font-weight:bold; padding-left:85px; padding-top:16px; color:snow;}
	#bg-nav-dados {width:auto; height:50px; margin-top:111px; background-color:#ed3237;}
	#nav-dados {width:auto; margin-top:-20px; font-weight:bold; color:#cornsilk;}
	#video {width:auto; height:500px;}
	#imagem-1 {width:450px; height:338px; padding-top:80px; padding-left:17%; text-align:center;}
	#dados {width:auto; height:auto; margin-top:80px; font-size:14px; font-weight:bold; color:#000;}
	#imagem-2 {width:450px; height:338px; padding-top:280px; float:right; padding-right:17%; text-align:center;}
	#proposta {width:388px; padding-top:550px;}
	#bg-galeria {width:auto; height:50px; margin-top:100px; background-color:#ed3237;}
	#galeria {font-size:18px; font-weight:bold; padding-left:25px; padding-top:15px; color:snow;}
	#fotos {width:694px; float:left; margin-left:-6px; margin-top:74px;}
	#tag-opcoes {font-size:14px; font-weight:bold; padding-top:700px;}
	#loop-opcoes {width:auto; height:auto; padding-left:85px; padding-top:100px; float:left;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:700px; background-image:url("../_imagens/marcas-pneus.png");}
	#contato {width:auto; font-size:12px; font-weight:bold; text-align:left; padding-top:90px; padding-left:1px; text-align:center; color:#000; display:none}
	#menu-inferior {width:auto; font-weight:bold; margin-top:20px; font-size:14px;}
	#logo-baixo {width:145px; margin-top:60px;}
	#midia-sociais {width:300px; text-align:center; font-size:16px; font-weight:bold; float:right; padding-right:2px; display:none;}
	#direitos {font-size:14px; font-weight:bold; padding-top:25px;}
	/*----------------------------------------------------------
	Tags
	----------------------------------------------------------*/
	.whatsapp {
		position: fixed;
		top: 82%;
		left: 1%;
		padding: 10px;
		z-index: 10000000;
	}
	.text{
	  padding-left: 100px;
	  padding: 0px 00px 0 00px;
	  color: black;
	  font-size: 15px;
	  text-align: center;
	  font-family:"Trebuchet MS";
	}
	.opacity {
		display: inline-block;
		background: white;
		padding: 0;
	}
	.opacity:hover img {
		opacity: 0.8;      
	}
	.opacity img {
		display: block;

		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.f1{
		color:#000;
		font-size:17px;
		font-weight:bold;
	}
	.f2{
		color:#fff;
		font-size:15px;
	}
}

/*----------------------------------------------------------
Media Query MAX 480px
----------------------------------------------------------*/
@media screen and (max-width:480px) {
	/*----------------------------------------------------------
	CSS Reset - Normalize.css
	----------------------------------------------------------*/
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	/*----------------------------------------------------------
	Inicio Estilo
	----------------------------------------------------------*/
	@font-face {
		font-family: "Handy";
		src: url(../fonts/Handycheera-Regular.otf) format("truetype");
	}
	* {margin:0; padding:0; border:0;}
	img {max-width:100%;}
	A:hover {webkit-transition-duration:.200s; color:#ee2f37;}
	A {text-decoration:none; border:none; color:#000;}
	/*----------------------------------------------------------
	Topo
	----------------------------------------------------------*/
	#topo {width:auto; height:158px;}
	#logo {width:200px; margin-left:47px;}
	#bg-midias {width:auto; height:35px; background-color:#dcdcdc;}
	#loop-midias {width:200px; height:30px; padding-top:5px;}
	#bg-topo {width:auto; height:123px; background-image:url("../_imagens/bg-topo.png"); padding-top:10px; padding-left:100px;}
	/*----------------------------------------------------------
	Menu
	----------------------------------------------------------*/
	.nav {font-family:Verdana; font-weight:bold; font-size:14px; width:auto; height:35px; padding-top:90px}
	.nav {
		position: relative;
		margin: -68px 0;
	}
	.nav ul {
		margin: 0px;
		padding: 0;
	}
	.nav li {
		margin: 0 5px 10px 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.nav a {
		padding: 3px 7px;
		text-decoration: none;
		color: #000;
		line-height: 100%;
	}
	.nav a:hover {
		color: #ee2f37;
	}
	.nav .current a {
		background: #ee2f37;
		color: #fff;
		border-radius: 5px;
	}
	/*----------------------------------------------------------
	Dados
	----------------------------------------------------------*/
	#carro {font-size:1px; font-weight:bold; padding-left:85px; padding-top:16px; color:#ed3237;}
	#bg-nav-dados {width:auto; height:50px; margin-top:61px; background-color:#ed3237;}
	#nav-dados {width:auto; margin-top:0px; font-weight:bold; color:#cornsilk;}
	#video {width:auto; height:500px;}
	#imagem-1 {width:400px; height:300px; padding-top:80px; padding-left:7%; text-align:center;}
	#dados {width:auto; height:auto; margin-top:80px; font-size:14px; font-weight:bold; color:#000;}
	#imagem-2 {width:400px; height:300px; padding-top:280px; float:right; padding-right:7%; text-align:center;}
	#proposta {width:388px; padding-top:550px;}
	#bg-galeria {width:auto; height:50px; margin-top:100px; background-color:#ed3237;}
	#galeria {font-size:18px; font-weight:bold; padding-left:25px; padding-top:15px; color:snow;}
	#fotos {width:auto; float:left; margin-left:106px; margin-top:74px;}
	#tag-opcoes {font-size:14px; font-weight:bold; padding-top:1550px;}
	#loop-opcoes {width:175px; height:131px; padding-left:38px; padding-top:100px; float:left;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:700px; background-image:url("../_imagens/marcas-pneus.png");}
	#contato {width:auto; font-size:12px; font-weight:bold; text-align:left; padding-top:90px; padding-left:1px; text-align:center; color:#000; display:none}
	#menu-inferior {width:auto; font-weight:bold; margin-top:20px; font-size:14px;}
	#logo-baixo {width:145px; margin-top:60px;}
	#midia-sociais {width:300px; text-align:center; font-size:16px; font-weight:bold; float:right; padding-right:2px; display:none;}
	#direitos {font-size:13px; font-weight:bold; padding-top:25px;}
	/*----------------------------------------------------------
	Tags
	----------------------------------------------------------*/
	.whatsapp {
		position: fixed;
		top: 82%;
		left: 1%;
		padding: 10px;
		z-index: 10000000;
	}
	.text{
	  padding-left: 100px;
	  padding: 0px 00px 0 00px;
	  color: black;
	  font-size: 15px;
	  text-align: center;
	  font-family:"Trebuchet MS";
	}
	.opacity {
		display: inline-block;
		background: white;
		padding: 0;
	}
	.opacity:hover img {
		opacity: 0.8;      
	}
	.opacity img {
		display: block;

		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.f1{
		color:#000;
		font-size:17px;
		font-weight:bold;
	}
	.f2{
		color:#fff;
		font-size:15px;
	}
}

/*----------------------------------------------------------
Media Query MAX 414px
----------------------------------------------------------*/
@media screen and (max-width:414px) {
	/*----------------------------------------------------------
	CSS Reset - Normalize.css
	----------------------------------------------------------*/
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	/*----------------------------------------------------------
	Inicio Estilo
	----------------------------------------------------------*/
	@font-face {
		font-family: "Handy";
		src: url(../fonts/Handycheera-Regular.otf) format("truetype");
	}
	* {margin:0; padding:0; border:0;}
	img {max-width:100%;}
	A:hover {webkit-transition-duration:.200s; color:#ee2f37;}
	A {text-decoration:none; border:none; color:#000;}
	/*----------------------------------------------------------
	Topo
	----------------------------------------------------------*/
	#topo {width:auto; height:158px;}
	#logo {width:200px; margin-left:15px;}
	#bg-midias {width:auto; height:35px; background-color:#dcdcdc;}
	#loop-midias {width:200px; height:30px; padding-top:5px;}
	#bg-topo {width:auto; height:123px; background-image:url("../_imagens/bg-topo.png"); padding-top:10px; padding-left:100px;}
	/*----------------------------------------------------------
	Menu
	----------------------------------------------------------*/
	.nav {font-family:Verdana; font-weight:bold; font-size:14px; width:auto; height:35px; padding-top:90px; margin-left:-25px}
	.nav {
		position: relative;
		margin: -68px 0;
	}
	.nav ul {
		margin: 0px;
		padding: 0;
	}
	.nav li {
		margin: 0 5px 10px 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.nav a {
		padding: 3px 7px;
		text-decoration: none;
		color: #000;
		line-height: 100%;
	}
	.nav a:hover {
		color: #ee2f37;
	}
	.nav .current a {
		background: #ee2f37;
		color: #fff;
		border-radius: 5px;
	}
	/*----------------------------------------------------------
	Dados
	----------------------------------------------------------*/
	#carro {font-size:1px; font-weight:bold; padding-left:85px; padding-top:16px; color:#ed3237;}
	#bg-nav-dados {width:auto; height:50px; margin-top:61px; background-color:#ed3237;}
	#nav-dados {width:auto; margin-top:0px; font-weight:bold; color:#cornsilk;}
	#video {width:auto; height:500px;}
	#imagem-1 {width:360px; height:270px; padding-top:80px; padding-left:5%; text-align:center;}
	#dados {width:auto; height:auto; margin-top:80px; font-size:14px; font-weight:bold; color:#000;}
	#imagem-2 {width:360px; height:270px; padding-top:270px; float:right; padding-right:5%; text-align:center;}
	#proposta {width:358px; padding-top:500px;}
	#bg-galeria {width:auto; height:50px; margin-top:100px; background-color:#ed3237;}
	#galeria {font-size:18px; font-weight:bold; padding-left:25px; padding-top:15px; color:snow;}
	#fotos {width:auto; float:left; margin-left:71px; margin-top:74px;}
	#tag-opcoes {font-size:14px; font-weight:bold; padding-top:1550px;}
	#loop-opcoes {width:175px; height:131px; padding-left:17px; padding-top:100px; float:left;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:650px; background-image:url("../_imagens/marcas-pneus.png");}
	#contato {width:auto; font-size:12px; font-weight:bold; text-align:left; padding-top:90px; padding-left:1px; text-align:center; color:#000; display:none}
	#menu-inferior {width:auto; font-weight:bold; margin-top:20px; font-size:14px;}
	#logo-baixo {width:145px; margin-top:60px;}
	#midia-sociais {width:300px; text-align:center; font-size:16px; font-weight:bold; float:right; padding-right:2px; display:none;}
	#direitos {font-size:11.3px; font-weight:bold; padding-top:25px;}
	/*----------------------------------------------------------
	Tags
	----------------------------------------------------------*/
	.whatsapp {
		position: fixed;
		top: 82%;
		left: 1%;
		padding: 10px;
		z-index: 10000000;
	}
	.text{
	  padding-left: 100px;
	  padding: 0px 00px 0 00px;
	  color: black;
	  font-size: 15px;
	  text-align: center;
	  font-family:"Trebuchet MS";
	}
	.opacity {
		display: inline-block;
		background: white;
		padding: 0;
	}
	.opacity:hover img {
		opacity: 0.8;      
	}
	.opacity img {
		display: block;

		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.f1{
		color:#000;
		font-size:17px;
		font-weight:bold;
	}
	.f2{
		color:#fff;
		font-size:15px;
	}
}

/*----------------------------------------------------------
Media Query MAX 400px
----------------------------------------------------------*/
@media screen and (max-width:400px) {
	/*----------------------------------------------------------
	CSS Reset - Normalize.css
	----------------------------------------------------------*/
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	/*----------------------------------------------------------
	Inicio Estilo
	----------------------------------------------------------*/
	@font-face {
		font-family: "Handy";
		src: url(../fonts/Handycheera-Regular.otf) format("truetype");
	}
	* {margin:0; padding:0; border:0;}
	img {max-width:100%;}
	A:hover {webkit-transition-duration:.200s; color:#ee2f37;}
	A {text-decoration:none; border:none; color:#000;}
	/*----------------------------------------------------------
	Topo
	----------------------------------------------------------*/
	#topo {width:auto; height:158px;}
	#logo {width:200px; margin-left:8px;}
	#bg-midias {width:auto; height:35px; background-color:#dcdcdc;}
	#loop-midias {width:200px; height:30px; padding-top:5px;}
	#bg-topo {width:auto; height:123px; background-image:url("../_imagens/bg-topo.png"); padding-top:10px; padding-left:100px;}
	/*----------------------------------------------------------
	Menu
	----------------------------------------------------------*/
	.nav {font-family:Verdana; font-weight:bold; font-size:13px; width:auto; height:35px; padding-top:90px; margin-left:-25px}
	.nav {
		position: relative;
		margin: -68px 0;
	}
	.nav ul {
		margin: 0px;
		padding: 0;
	}
	.nav li {
		margin: 0 5px 10px 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.nav a {
		padding: 3px 7px;
		text-decoration: none;
		color: #000;
		line-height: 100%;
	}
	.nav a:hover {
		color: #ee2f37;
	}
	.nav .current a {
		background: #ee2f37;
		color: #fff;
		border-radius: 5px;
	}
	/*----------------------------------------------------------
	Dados
	----------------------------------------------------------*/
	#carro {font-size:1px; font-weight:bold; padding-left:85px; padding-top:16px; color:#ed3237;}
	#bg-nav-dados {width:auto; height:50px; margin-top:61px; background-color:#ed3237;}
	#nav-dados {width:auto; margin-top:0px; font-weight:bold; color:#cornsilk;}
	#video {width:auto; height:500px;}
	#imagem-1 {width:353px; height:265px; padding-top:80px; padding-left:4%; text-align:center;}
	#dados {width:auto; height:auto; margin-top:80px; font-size:14px; font-weight:bold; color:#000;}
	#imagem-2 {width:353px; height:265px; padding-top:270px; float:right; padding-right:4%; text-align:center;}
	#proposta {width:358px; padding-top:500px;}
	#bg-galeria {width:auto; height:50px; margin-top:100px; background-color:#ed3237;}
	#galeria {font-size:18px; font-weight:bold; padding-left:25px; padding-top:15px; color:snow;}
	#fotos {width:auto; float:left; margin-left:66px; margin-top:74px;}
	#tag-opcoes {font-size:14px; font-weight:bold; padding-top:1550px;}
	#loop-opcoes {width:160px; height:120px; padding-left:22px; padding-top:100px; float:left;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:650px; background-image:url("../_imagens/marcas-pneus.png");}
	#contato {width:auto; font-size:12px; font-weight:bold; text-align:left; padding-top:90px; padding-left:1px; text-align:center; color:#000; display:none}
	#menu-inferior {width:auto; font-weight:bold; margin-top:20px; font-size:12px;}
	#logo-baixo {width:145px; margin-top:60px;}
	#midia-sociais {width:300px; text-align:center; font-size:16px; font-weight:bold; float:right; padding-right:2px; display:none;}
	#direitos {font-size:11px; font-weight:bold; padding-top:25px;}
	/*----------------------------------------------------------
	Tags
	----------------------------------------------------------*/
	.whatsapp {
		position: fixed;
		top: 82%;
		left: 1%;
		padding: 10px;
		z-index: 10000000;
	}
	.text{
	  padding-left: 100px;
	  padding: 0px 00px 0 00px;
	  color: black;
	  font-size: 15px;
	  text-align: center;
	  font-family:"Trebuchet MS";
	}
	.opacity {
		display: inline-block;
		background: white;
		padding: 0;
	}
	.opacity:hover img {
		opacity: 0.8;      
	}
	.opacity img {
		display: block;

		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.f1{
		color:#000;
		font-size:17px;
		font-weight:bold;
	}
	.f2{
		color:#fff;
		font-size:15px;
	}
}

/*----------------------------------------------------------
Media Query MAX 375px
----------------------------------------------------------*/
@media screen and (max-width:375px) {
	/*----------------------------------------------------------
	CSS Reset - Normalize.css
	----------------------------------------------------------*/
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	/*----------------------------------------------------------
	Inicio Estilo
	----------------------------------------------------------*/
	@font-face {
		font-family: "Handy";
		src: url(../fonts/Handycheera-Regular.otf) format("truetype");
	}
	* {margin:0; padding:0; border:0;}
	img {max-width:100%;}
	A:hover {webkit-transition-duration:.200s; color:#ee2f37;}
	A {text-decoration:none; border:none; color:#000;}
	/*----------------------------------------------------------
	Topo
	----------------------------------------------------------*/
	#topo {width:auto; height:158px;}
	#logo {width:200px; margin-left:-5px;}
	#bg-midias {width:auto; height:35px; background-color:#dcdcdc;}
	#loop-midias {width:200px; height:30px; padding-top:5px;}
	#bg-topo {width:auto; height:123px; background-image:url("../_imagens/bg-topo.png"); padding-top:10px; padding-left:100px;}
	/*----------------------------------------------------------
	Menu
	----------------------------------------------------------*/
	.nav {font-family:Verdana; font-weight:bold; font-size:12px; width:auto; height:35px; padding-top:90px; margin-left:-22px}
	.nav {
		position: relative;
		margin: -68px 0;
	}
	.nav ul {
		margin: 0px;
		padding: 0;
	}
	.nav li {
		margin: 0 5px 10px 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.nav a {
		padding: 3px 7px;
		text-decoration: none;
		color: #000;
		line-height: 100%;
	}
	.nav a:hover {
		color: #ee2f37;
	}
	.nav .current a {
		background: #ee2f37;
		color: #fff;
		border-radius: 5px;
	}
	/*----------------------------------------------------------
	Dados
	----------------------------------------------------------*/
	#carro {font-size:1px; font-weight:bold; padding-left:85px; padding-top:16px; color:#ed3237;}
	#bg-nav-dados {width:auto; height:50px; margin-top:61px; background-color:#ed3237;}
	#nav-dados {width:auto; margin-top:0px; font-weight:bold; color:#cornsilk;}
	#video {width:auto; height:500px;}
	#imagem-1 {width:330px; height:248px; padding-top:80px; padding-left:4%; text-align:center;}
	#dados {width:auto; height:auto; margin-top:80px; font-size:14px; font-weight:bold; color:#000;}
	#imagem-2 {width:330px; height:248px; padding-top:280px; float:right; padding-right:4%; text-align:center;}
	#proposta {width:335px; padding-top:500px;}
	#bg-galeria {width:auto; height:50px; margin-top:100px; background-color:#ed3237;}
	#galeria {font-size:18px; font-weight:bold; padding-left:25px; padding-top:15px; color:snow;}
	#fotos {width:auto; float:left; margin-left:52px; margin-top:74px;}
	#tag-opcoes {font-size:14px; font-weight:bold; padding-top:1550px;}
	#loop-opcoes {width:auto; height:auto; padding-left:73px; padding-top:100px; float:left;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:1250px; background-image:url("../_imagens/marcas-pneus.png");}
	#contato {width:auto; font-size:12px; font-weight:bold; text-align:left; padding-top:90px; padding-left:1px; text-align:center; color:#000; display:none}
	#menu-inferior {width:auto; font-weight:bold; margin-top:20px; font-size:12px;}
	#logo-baixo {width:145px; margin-top:60px;}
	#midia-sociais {width:300px; text-align:center; font-size:16px; font-weight:bold; float:right; padding-right:2px; display:none;}
	#direitos {font-size:10px; font-weight:bold; padding-top:25px;}
	/*----------------------------------------------------------
	Tags
	----------------------------------------------------------*/
	.whatsapp {
		position: fixed;
		top: 82%;
		left: 1%;
		padding: 10px;
		z-index: 10000000;
	}
	.text{
	  padding-left: 100px;
	  padding: 0px 00px 0 00px;
	  color: black;
	  font-size: 15px;
	  text-align: center;
	  font-family:"Trebuchet MS";
	}
	.opacity {
		display: inline-block;
		background: white;
		padding: 0;
	}
	.opacity:hover img {
		opacity: 0.8;      
	}
	.opacity img {
		display: block;

		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.f1{
		color:#000;
		font-size:17px;
		font-weight:bold;
	}
	.f2{
		color:#fff;
		font-size:15px;
	}
}

/*----------------------------------------------------------
Media Query MAX 360px
----------------------------------------------------------*/
@media screen and (max-width:360px) {
	/*----------------------------------------------------------
	CSS Reset - Normalize.css
	----------------------------------------------------------*/
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	/*----------------------------------------------------------
	Inicio Estilo
	----------------------------------------------------------*/
	@font-face {
		font-family: "Handy";
		src: url(../fonts/Handycheera-Regular.otf) format("truetype");
	}
	* {margin:0; padding:0; border:0;}
	img {max-width:100%;}
	A:hover {webkit-transition-duration:.200s; color:#ee2f37;}
	A {text-decoration:none; border:none; color:#000;}
	/*----------------------------------------------------------
	Topo
	----------------------------------------------------------*/
	#topo {width:auto; height:158px;}
	#logo {width:200px; margin-left:-5px;}
	#bg-midias {width:auto; height:35px; background-color:#dcdcdc;}
	#loop-midias {width:200px; height:30px; padding-top:5px;}
	#bg-topo {width:auto; height:123px; background-image:url("../_imagens/bg-topo.png"); padding-top:10px; padding-left:100px;}
	/*----------------------------------------------------------
	Menu
	----------------------------------------------------------*/
	.nav {font-family:Verdana; font-weight:bold; font-size:12px; width:auto; height:35px; padding-top:90px; margin-left:-24px}
	.nav {
		position: relative;
		margin: -68px 0;
	}
	.nav ul {
		margin: 0px;
		padding: 0;
	}
	.nav li {
		margin: 0 5px 10px 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.nav a {
		padding: 3px 7px;
		text-decoration: none;
		color: #000;
		line-height: 100%;
	}
	.nav a:hover {
		color: #ee2f37;
	}
	.nav .current a {
		background: #ee2f37;
		color: #fff;
		border-radius: 5px;
	}
	/*----------------------------------------------------------
	Dados
	----------------------------------------------------------*/
	#carro {font-size:1px; font-weight:bold; padding-left:85px; padding-top:16px; color:#ed3237;}
	#bg-nav-dados {width:auto; height:50px; margin-top:61px; background-color:#ed3237;}
	#nav-dados {width:auto; margin-top:0px; font-weight:bold; color:#cornsilk;}
	#video {width:auto; height:500px;}
	#imagem-1 {width:316px;  height:237px;padding-top:80px; padding-left:4%; text-align:center;}
	#dados {width:auto; height:auto; margin-top:80px; font-size:14px; font-weight:bold; color:#000;}
	#imagem-2 {width:316px;  height:237px;padding-top:280px; float:right; padding-right:4%; text-align:center;}
	#proposta {width:320px; padding-top:480px;}
	#bg-galeria {width:auto; height:50px; margin-top:100px; background-color:#ed3237;}
	#galeria {font-size:18px; font-weight:bold; padding-left:25px; padding-top:15px; color:snow;}
	#fotos {width:auto; float:left; margin-left:45px; margin-top:74px;}
	#tag-opcoes {font-size:14px; font-weight:bold; padding-top:1550px;}
	#loop-opcoes {width:auto; height:auto; padding-left:63px; padding-top:100px; float:left;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:1250px; background-image:url("../_imagens/marcas-pneus.png");}
	#contato {width:auto; font-size:12px; font-weight:bold; text-align:left; padding-top:90px; padding-left:1px; text-align:center; color:#000; display:none}
	#menu-inferior {width:auto; font-weight:bold; margin-top:20px; font-size:11px;}
	#logo-baixo {width:145px; margin-top:60px;}
	#midia-sociais {width:300px; text-align:center; font-size:16px; font-weight:bold; float:right; padding-right:2px; display:none;}
	#direitos {font-size:9px; font-weight:bold; padding-top:25px;}
	/*----------------------------------------------------------
	Tags
	----------------------------------------------------------*/
	.whatsapp {
		position: fixed;
		top: 82%;
		left: 1%;
		padding: 10px;
		z-index: 10000000;
	}
	.text{
	  padding-left: 100px;
	  padding: 0px 00px 0 00px;
	  color: black;
	  font-size: 15px;
	  text-align: center;
	  font-family:"Trebuchet MS";
	}
	.opacity {
		display: inline-block;
		background: white;
		padding: 0;
	}
	.opacity:hover img {
		opacity: 0.8;      
	}
	.opacity img {
		display: block;

		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.f1{
		color:#000;
		font-size:17px;
		font-weight:bold;
	}
	.f2{
		color:#fff;
		font-size:15px;
	}
}

/*----------------------------------------------------------
Media Query MAX 340px
----------------------------------------------------------*/
@media screen and (max-width:340px) {
	/*----------------------------------------------------------
	CSS Reset - Normalize.css
	----------------------------------------------------------*/
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	/*----------------------------------------------------------
	Inicio Estilo
	----------------------------------------------------------*/
	@font-face {
		font-family: "Handy";
		src: url(../fonts/Handycheera-Regular.otf) format("truetype");
	}
	* {margin:0; padding:0; border:0;}
	img {max-width:100%;}
	A:hover {webkit-transition-duration:.200s; color:#ee2f37;}
	A {text-decoration:none; border:none; color:#000;}
	/*----------------------------------------------------------
	Topo
	----------------------------------------------------------*/
	#topo {width:auto; height:158px;}
	#logo {width:200px; margin-left:-15px;}
	#bg-midias {width:auto; height:35px; background-color:#dcdcdc;}
	#loop-midias {width:200px; height:30px; padding-top:5px;}
	#bg-topo {width:auto; height:123px; background-image:url("../_imagens/bg-topo.png"); padding-top:10px; padding-left:100px;}
	/*----------------------------------------------------------
	Menu
	----------------------------------------------------------*/
	.nav {font-family:Verdana; font-weight:bold; font-size:11px; width:auto; height:35px; padding-top:90px; margin-left:-24px}
	.nav {
		position: relative;
		margin: -68px 0;
	}
	.nav ul {
		margin: 0px;
		padding: 0;
	}
	.nav li {
		margin: 0 5px 10px 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.nav a {
		padding: 3px 7px;
		text-decoration: none;
		color: #000;
		line-height: 100%;
	}
	.nav a:hover {
		color: #ee2f37;
	}
	.nav .current a {
		background: #ee2f37;
		color: #fff;
		border-radius: 5px;
	}
	/*----------------------------------------------------------
	Dados
	----------------------------------------------------------*/
	#carro {font-size:1px; font-weight:bold; padding-left:85px; padding-top:16px; color:#ed3237;}
	#bg-nav-dados {width:auto; height:50px; margin-top:61px; background-color:#ed3237;}
	#nav-dados {width:auto; margin-top:0px; font-weight:bold; color:#cornsilk;}
	#video {width:auto; height:500px;}
	#imagem-1 {width:300px; height:225px; padding-top:80px; padding-left:3%; text-align:center;}
	#dados {width:auto; height:auto; margin-top:80px; font-size:13px; font-weight:bold; color:#000;}
	#imagem-2 {width:300px; height:225px; padding-top:280px; float:right; padding-right:3%; text-align:center;}
	#proposta {width:305px; padding-top:460px;}
	#bg-galeria {width:auto; height:50px; margin-top:100px; background-color:#ed3237;}
	#galeria {font-size:18px; font-weight:bold; padding-left:25px; padding-top:15px; color:snow;}
	#fotos {width:auto; float:left; margin-left:37px; margin-top:74px;}
	#tag-opcoes {font-size:14px; font-weight:bold; padding-top:1550px;}
	#loop-opcoes {width:auto; height:auto; padding-left:50px; padding-top:100px; float:left;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:1250px; background-image:url("../_imagens/marcas-pneus.png");}
	#contato {width:auto; font-size:12px; font-weight:bold; text-align:left; padding-top:90px; padding-left:1px; text-align:center; color:#000; display:none}
	#menu-inferior {width:auto; font-weight:bold; margin-top:20px; font-size:11px;}
	#logo-baixo {width:145px; margin-top:60px;}
	#midia-sociais {width:300px; text-align:center; font-size:16px; font-weight:bold; float:right; padding-right:2px; display:none;}
	#direitos {font-size:9px; font-weight:bold; padding-top:25px;}
	/*----------------------------------------------------------
	Tags
	----------------------------------------------------------*/
	.whatsapp {
		position: fixed;
		top: 82%;
		left: 1%;
		padding: 10px;
		z-index: 10000000;
	}
	.text{
	  padding-left: 100px;
	  padding: 0px 00px 0 00px;
	  color: black;
	  font-size: 15px;
	  text-align: center;
	  font-family:"Trebuchet MS";
	}
	.opacity {
		display: inline-block;
		background: white;
		padding: 0;
	}
	.opacity:hover img {
		opacity: 0.8;      
	}
	.opacity img {
		display: block;

		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.f1{
		color:#000;
		font-size:17px;
		font-weight:bold;
	}
	.f2{
		color:#fff;
		font-size:15px;
	}
}

/*----------------------------------------------------------
Media Query MAX 320px
----------------------------------------------------------*/
@media screen and (max-width:320px) {
	/*----------------------------------------------------------
	CSS Reset - Normalize.css
	----------------------------------------------------------*/
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	/*----------------------------------------------------------
	Inicio Estilo
	----------------------------------------------------------*/
	@font-face {
		font-family: "Handy";
		src: url(../fonts/Handycheera-Regular.otf) format("truetype");
	}
	* {margin:0; padding:0; border:0;}
	img {max-width:100%;}
	A:hover {webkit-transition-duration:.200s; color:#ee2f37;}
	A {text-decoration:none; border:none; color:#000;}
	/*----------------------------------------------------------
	Topo
	----------------------------------------------------------*/
	#topo {width:auto; height:158px;}
	#logo {width:200px; margin-left:-30px;}
	#bg-midias {width:auto; height:35px; background-color:#dcdcdc;}
	#loop-midias {width:200px; height:30px; padding-top:5px;}
	#bg-topo {width:auto; height:123px; background-image:url("../_imagens/bg-topo.png"); padding-top:10px; padding-left:100px;}
	/*----------------------------------------------------------
	Menu
	----------------------------------------------------------*/
	.nav {font-family:Verdana; font-weight:bold; font-size:10px; width:auto; height:35px; padding-top:90px; margin-left:-20px}
	.nav {
		position: relative;
		margin: -68px 0;
	}
	.nav ul {
		margin: 0px;
		padding: 0;
	}
	.nav li {
		margin: 0 5px 10px 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.nav a {
		padding: 3px 7px;
		text-decoration: none;
		color: #000;
		line-height: 100%;
	}
	.nav a:hover {
		color: #ee2f37;
	}
	.nav .current a {
		background: #ee2f37;
		color: #fff;
		border-radius: 5px;
	}
	/*----------------------------------------------------------
	Dados
	----------------------------------------------------------*/
	#carro {font-size:1px; font-weight:bold; padding-left:85px; padding-top:16px; color:#ed3237;}
	#bg-nav-dados {width:auto; height:50px; margin-top:61px; background-color:#ed3237;}
	#nav-dados {width:auto; margin-top:0px; font-weight:bold; color:#cornsilk;}
	#video {width:auto; height:500px;}
	#imagem-1 {width:270px; height:203px; padding-top:80px; padding-left:15px; text-align:center;}
	#dados {width:auto; height:auto; margin-top:80px; font-size:13px; font-weight:bold; color:#000;}
	#imagem-2 {width:270px; height:203px; padding-top:280px; float:right; padding-right:15px; text-align:center;}
	#proposta {width:295px; padding-top:460px;}
	#bg-galeria {width:auto; height:50px; margin-top:100px; background-color:#ed3237;}
	#galeria {font-size:18px; font-weight:bold; padding-left:25px; padding-top:15px; color:snow;}
	#fotos {width:auto; float:left; margin-left:23px; margin-top:74px;}
	#tag-opcoes {font-size:14px; font-weight:bold; padding-top:1550px;}
	#loop-opcoes {width:auto; height:auto; padding-left:40px; padding-top:100px; float:left;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:1250px; background-image:url("../_imagens/marcas-pneus.png");}
	#contato {width:auto; font-size:12px; font-weight:bold; text-align:left; padding-top:90px; padding-left:1px; text-align:center; color:#000; display:none}
	#menu-inferior {width:auto; font-weight:bold; margin-top:20px; font-size:11px;}
	#logo-baixo {width:145px; margin-top:60px;}
	#midia-sociais {width:300px; text-align:center; font-size:16px; font-weight:bold; float:right; padding-right:2px; display:none;}
	#direitos {font-size:8px; font-weight:bold; padding-top:25px;}
	/*----------------------------------------------------------
	Tags
	----------------------------------------------------------*/
	.whatsapp {
		position: fixed;
		top: 82%;
		left: 1%;
		padding: 10px;
		z-index: 10000000;
	}
	.text{
	  padding-left: 100px;
	  padding: 0px 00px 0 00px;
	  color: black;
	  font-size: 15px;
	  text-align: center;
	  font-family:"Trebuchet MS";
	}
	.opacity {
		display: inline-block;
		background: white;
		padding: 0;
	}
	.opacity:hover img {
		opacity: 0.8;      
	}
	.opacity img {
		display: block;

		-webkit-transition: all 0.4s linear;
		   -moz-transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			 -o-transition: all 0.4s linear;
				transition: all 0.4s linear;
	}

	.f1{
		color:#000;
		font-size:17px;
		font-weight:bold;
	}
	.f2{
		color:#fff;
		font-size:15px;
	}
}