﻿/*----------------------------------------------------------
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;}
#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;
}
/*----------------------------------------------------------
Contato
----------------------------------------------------------*/
#tag {padding-top:136px; padding-left:25px; font-size:14px;}
#formulario {padding-top:50px;}
#dados-contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:60px; text-align:center; color:#000}
/*----------------------------------------------------------
Mapa de Localização
----------------------------------------------------------*/
#mapa {width:auto; height:350px; margin-top:100px;}
.goomap {position:relative; padding-bottom:17.8%; height:0; overflow:hidden;}
.goomap iframe {position:absolute; top:0; left:0; width:100% !important;}
/*----------------------------------------------------------
Rodapé
----------------------------------------------------------*/
#rodape {background-color:gainsboro;}
#marcas-pneus {width:auto; height:40px; 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:#666;
	font-size:18px;
	font-weight:bold;
}
.f2 {
    font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size:30px;
	color:#444;
}

/*----------------------------------------------------------
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;
	}
	/*----------------------------------------------------------
	Contato
	----------------------------------------------------------*/
	#tag {padding-top:150px; padding-left:25px; font-size:14px;}
	#formulario {padding-top:50px;}
	#dados-contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:60px; text-align:center; color:#000}
	/*----------------------------------------------------------
	Mapa de Localização
	----------------------------------------------------------*/
	#mapa {width:auto; height:350px; margin-top:100px;}
	.goomap {position:relative; padding-bottom:17.8%; height:0; overflow:hidden;}
	.goomap iframe {position:absolute; top:0; left:0; width:100% !important;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:-11px; 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:#666;
		font-size:18px;
		font-weight:bold;
	}
	.f2 {
		font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size:30px;
		color:#444;
	}
}
	
/*----------------------------------------------------------
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;
	}
	/*----------------------------------------------------------
	Contato
	----------------------------------------------------------*/
	#tag {padding-top:150px; padding-left:25px; font-size:14px;}
	#formulario {padding-top:50px;}
	#dados-contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:60px; text-align:center; color:#000}
	/*----------------------------------------------------------
	Mapa de Localização
	----------------------------------------------------------*/
	#mapa {width:auto; height:350px; margin-top:100px;}
	.goomap {position:relative; padding-bottom:17.8%; height:0; overflow:hidden;}
	.goomap iframe {position:absolute; top:0; left:0; width:100% !important;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:-68px; 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:#666;
		font-size:18px;
		font-weight:bold;
	}
	.f2 {
		font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size:30px;
		color:#444;
	}
}

/*----------------------------------------------------------
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;
	}
	/*----------------------------------------------------------
	Contato
	----------------------------------------------------------*/
	#tag {padding-top:150px; padding-left:25px; font-size:14px;}
	#formulario {padding-top:50px;}
	#dados-contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:60px; text-align:center; color:#000}
	/*----------------------------------------------------------
	Mapa de Localização
	----------------------------------------------------------*/
	#mapa {width:auto; height:350px; margin-top:100px;}
	.goomap {position:relative; padding-bottom:17.8%; height:0; overflow:hidden;}
	.goomap iframe {position:absolute; top:0; left:0; width:100% !important;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:-120px; 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:#666;
		font-size:16px;
		font-weight:bold;
	}
	.f2 {
		font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size:30px;
		color:#444;
	}
}

/*----------------------------------------------------------
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;
	}
	/*----------------------------------------------------------
	Contato
	----------------------------------------------------------*/
	#tag {padding-top:150px; padding-left:25px; font-size:14px;}
	#formulario {padding-top:50px;}
	#dados-contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:60px; text-align:center; color:#000}
	/*----------------------------------------------------------
	Mapa de Localização
	----------------------------------------------------------*/
	#mapa {width:auto; height:350px; margin-top:100px;}
	.goomap {position:relative; padding-bottom:17.8%; height:0; overflow:hidden;}
	.goomap iframe {position:absolute; top:0; left:0; width:100% !important;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:-125px; 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:#666;
		font-size:16px;
		font-weight:bold;
	}
	.f2 {
		font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size:30px;
		color:#444;
	}
}

/*----------------------------------------------------------
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;
	}
	/*----------------------------------------------------------
	Contato
	----------------------------------------------------------*/
	#tag {padding-top:150px; padding-left:25px; font-size:14px;}
	#formulario {padding-top:50px;}
	#dados-contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:60px; text-align:center; color:#000}
	/*----------------------------------------------------------
	Mapa de Localização
	----------------------------------------------------------*/
	#mapa {width:auto; height:350px; margin-top:100px;}
	.goomap {position:relative; padding-bottom:17.8%; height:0; overflow:hidden;}
	.goomap iframe {position:absolute; top:0; left:0; width:100% !important;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:-166px; 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:#666;
		font-size:16px;
		font-weight:bold;
	}
	.f2 {
		font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size:30px;
		color:#444;
	}
}

/*----------------------------------------------------------
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;
	}
	/*----------------------------------------------------------
	Contato
	----------------------------------------------------------*/
	#tag {padding-top:150px; padding-left:25px; font-size:14px;}
	#formulario {padding-top:50px;}
	#dados-contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:60px; text-align:center; color:#000}
	/*----------------------------------------------------------
	Mapa de Localização
	----------------------------------------------------------*/
	#mapa {width:auto; height:350px; margin-top:100px;}
	.goomap {position:relative; padding-bottom:17.8%; height:0; overflow:hidden;}
	.goomap iframe {position:absolute; top:0; left:0; width:100% !important;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:-171px; 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:#666;
		font-size:16px;
		font-weight:bold;
	}
	.f2 {
		font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size:30px;
		color:#444;
	}
}

/*----------------------------------------------------------
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;
	}
	/*----------------------------------------------------------
	Contato
	----------------------------------------------------------*/
	#tag {padding-top:150px; padding-left:25px; font-size:14px;}
	#formulario {padding-top:50px;}
	#dados-contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:60px; text-align:center; color:#000}
	/*----------------------------------------------------------
	Mapa de Localização
	----------------------------------------------------------*/
	#mapa {width:auto; height:350px; margin-top:100px;}
	.goomap {position:relative; padding-bottom:17.8%; height:0; overflow:hidden;}
	.goomap iframe {position:absolute; top:0; left:0; width:100% !important;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:-181px; 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:#666;
		font-size:16px;
		font-weight:bold;
	}
	.f2 {
		font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size:30px;
		color:#444;
	}
}

/*----------------------------------------------------------
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;
	}
	/*----------------------------------------------------------
	Contato
	----------------------------------------------------------*/
	#tag {padding-top:150px; padding-left:25px; font-size:14px;}
	#formulario {padding-top:50px;}
	#dados-contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:80px; text-align:center; color:#000}
	/*----------------------------------------------------------
	Mapa de Localização
	----------------------------------------------------------*/
	#mapa {width:auto; height:350px; margin-top:100px; display:none}
	.goomap {position:relative; padding-bottom:17.8%; height:0; overflow:hidden;}
	.goomap iframe {position:absolute; top:0; left:0; width:100% !important;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:150px; 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:#666;
		font-size:16px;
		font-weight:bold;
	}
	.f2 {
		font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size:30px;
		color:#444;
	}
}

/*----------------------------------------------------------
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;
	}
	/*----------------------------------------------------------
	Contato
	----------------------------------------------------------*/
	#tag {padding-top:150px; padding-left:25px; font-size:14px;}
	#formulario {padding-top:50px;}
	#dados-contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:80px; text-align:center; color:#000}
	/*----------------------------------------------------------
	Mapa de Localização
	----------------------------------------------------------*/
	#mapa {width:auto; height:350px; margin-top:100px; display:none}
	.goomap {position:relative; padding-bottom:17.8%; height:0; overflow:hidden;}
	.goomap iframe {position:absolute; top:0; left:0; width:100% !important;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:120px; 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:#666;
		font-size:16px;
		font-weight:bold;
	}
	.f2 {
		font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size:30px;
		color:#444;
	}
}

/*----------------------------------------------------------
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;
	}
	/*----------------------------------------------------------
	Contato
	----------------------------------------------------------*/
	#tag {padding-top:150px; padding-left:25px; font-size:14px;}
	#formulario {padding-top:50px;}
	#dados-contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:80px; text-align:center; color:#000}
	/*----------------------------------------------------------
	Mapa de Localização
	----------------------------------------------------------*/
	#mapa {width:auto; height:350px; margin-top:100px; display:none}
	.goomap {position:relative; padding-bottom:17.8%; height:0; overflow:hidden;}
	.goomap iframe {position:absolute; top:0; left:0; width:100% !important;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:120px; 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:#666;
		font-size:16px;
		font-weight:bold;
	}
	.f2 {
		font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size:30px;
		color:#444;
	}
}

/*----------------------------------------------------------
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:-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;
	}
	/*----------------------------------------------------------
	Contato
	----------------------------------------------------------*/
	#tag {padding-top:150px; padding-left:25px; font-size:14px;}
	#formulario {padding-top:50px;}
	#dados-contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:80px; text-align:center; color:#000}
	/*----------------------------------------------------------
	Mapa de Localização
	----------------------------------------------------------*/
	#mapa {width:auto; height:350px; margin-top:100px; display:none}
	.goomap {position:relative; padding-bottom:17.8%; height:0; overflow:hidden;}
	.goomap iframe {position:absolute; top:0; left:0; width:100% !important;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:120px; 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:#666;
		font-size:16px;
		font-weight:bold;
	}
	.f2 {
		font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size:30px;
		color:#444;
	}
}

/*----------------------------------------------------------
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:-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;
	}
	/*----------------------------------------------------------
	Contato
	----------------------------------------------------------*/
	#tag {padding-top:150px; padding-left:25px; font-size:14px;}
	#formulario {padding-top:50px;}
	#dados-contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:80px; text-align:center; color:#000}
	/*----------------------------------------------------------
	Mapa de Localização
	----------------------------------------------------------*/
	#mapa {width:auto; height:350px; margin-top:100px; display:none}
	.goomap {position:relative; padding-bottom:17.8%; height:0; overflow:hidden;}
	.goomap iframe {position:absolute; top:0; left:0; width:100% !important;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:120px; 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:#666;
		font-size:16px;
		font-weight:bold;
	}
	.f2 {
		font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size:30px;
		color:#444;
	}
}

/*----------------------------------------------------------
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:-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;
	}
	/*----------------------------------------------------------
	Contato
	----------------------------------------------------------*/
	#tag {padding-top:150px; padding-left:25px; font-size:14px;}
	#formulario {padding-top:50px;}
	#dados-contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:80px; text-align:center; color:#000}
	/*----------------------------------------------------------
	Mapa de Localização
	----------------------------------------------------------*/
	#mapa {width:auto; height:350px; margin-top:100px; display:none}
	.goomap {position:relative; padding-bottom:17.8%; height:0; overflow:hidden;}
	.goomap iframe {position:absolute; top:0; left:0; width:100% !important;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:120px; 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:#666;
		font-size:16px;
		font-weight:bold;
	}
	.f2 {
		font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size:30px;
		color:#444;
	}
}

/*----------------------------------------------------------
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:-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;
	}
	/*----------------------------------------------------------
	Contato
	----------------------------------------------------------*/
	#tag {padding-top:150px; padding-left:25px; font-size:14px;}
	#formulario {padding-top:50px;}
	#dados-contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:80px; text-align:center; color:#000}
	/*----------------------------------------------------------
	Mapa de Localização
	----------------------------------------------------------*/
	#mapa {width:auto; height:350px; margin-top:100px; display:none}
	.goomap {position:relative; padding-bottom:17.8%; height:0; overflow:hidden;}
	.goomap iframe {position:absolute; top:0; left:0; width:100% !important;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:120px; 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:#666;
		font-size:16px;
		font-weight:bold;
	}
	.f2 {
		font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size:30px;
		color:#444;
	}
}

/*----------------------------------------------------------
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:-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;
	}
	/*----------------------------------------------------------
	Contato
	----------------------------------------------------------*/
	#tag {padding-top:150px; padding-left:25px; font-size:14px;}
	#formulario {padding-top:50px;}
	#dados-contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:80px; text-align:center; color:#000}
	/*----------------------------------------------------------
	Mapa de Localização
	----------------------------------------------------------*/
	#mapa {width:auto; height:350px; margin-top:100px; display:none}
	.goomap {position:relative; padding-bottom:17.8%; height:0; overflow:hidden;}
	.goomap iframe {position:absolute; top:0; left:0; width:100% !important;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:120px; 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:#666;
		font-size:16px;
		font-weight:bold;
	}
	.f2 {
		font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size:30px;
		color:#444;
	}
}

/*----------------------------------------------------------
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;
	}
	/*----------------------------------------------------------
	Contato
	----------------------------------------------------------*/
	#tag {padding-top:150px; padding-left:25px; font-size:14px;}
	#formulario {padding-top:50px;}
	#dados-contato {width:380px; font-size:14px; font-weight:bold; text-align:left; padding-top:80px; text-align:center; color:#000}
	/*----------------------------------------------------------
	Mapa de Localização
	----------------------------------------------------------*/
	#mapa {width:auto; height:350px; margin-top:100px; display:none}
	.goomap {position:relative; padding-bottom:17.8%; height:0; overflow:hidden;}
	.goomap iframe {position:absolute; top:0; left:0; width:100% !important;}
	/*----------------------------------------------------------
	Rodapé
	----------------------------------------------------------*/
	#rodape {background-color:gainsboro;}
	#marcas-pneus {width:auto; height:40px; margin-top:120px; 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:#666;
		font-size:16px;
		font-weight:bold;
	}
	.f2 {
		font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size:30px;
		color:#444;
	}
}