/*
Theme Name: JR Diesel 3.0
Theme URI: http://jrdiesel.com.br
Author: Righetti
Author URI: http://righetti.co
Description: jr diesel 3.0
Version: 3.0
*/

*, body {
  margin: 0;
  padding: 0;
  outline: 0;
}

input, textarea, button, select {
   -webkit-appearance: none;
   border-radius:0px;
}

.nblog {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.prev {
  float: left;
  left: 30px;
  z-index: 99999;
  margin-top: -220px;
  cursor: pointer;
}

.next {
  float: right;
  left: 30px;
  z-index: 99999;
  margin-top: -220px;
  cursor: pointer;
}

#slide .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.prev img, .next img  {
  height: auto !important;
  width: auto !important;
}

#contatos li a {
  font-family: 'Questrial', sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  padding-right: 20px;
}

#about li a {
  font-family: 'Questrial', sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding-right: 10px;
  font-weight: 800;
}

.menu-top {
  background-color: #002647;
  float: left;
  width: 100%;
}

.menu-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-top ul {
  display: flex;
}

.menu-top ul li {
  list-style: none;
}

#preloader {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: #00529c;
    z-index:999999;
}

#preloader img {
    display: block;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 27%;
}

.bold {
    font-weigt:bold;
    color: #333333
}

.home {
    border-right: 1px #ccc solid;
}

#crumbs {
   float: left;
   width: 100%;
   padding-bottom: 40px;
   color: #FFF;
}

#crumbs a {
    color: #00529c;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Questrial', sans-serif;
}

#crumbs span {
    color: #00529c;
    font-weight: bold;
    font-family: 'Questrial', sans-serif;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.img-noticia {
    float: left;
    margin-left: -20px;
    margin-top: -20px;
    margin-right: 10px;
}

.topbar {
  background: #ffffff;
  float: left;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.frase {
  float: left;
  margin-left: 160px;
  margin-top: 20px;
}

.busca h2 {
  font-family: 'Avenir', sans-serif;
  color: #002647;
  padding-right: 20px;
  font-weight: 900;
  text-decoration: none;
  font-size: 18px;
}

.frase img {
  width: 280px;
}

.busca {
  float: right;
  align-items: center;
  display: flex;
  margin-top: 6px;
}

header {
  float: left;
  width: 100%;
  background: #041E41;
}

.logo {
    float: left;
    position: absolute;
    margin-top: -12px;
}

nav {
  float: right;
  width: 86%;
}

nav h2 {
  font-family: 'Avenir', sans-serif;
  color: #ffffff;
  padding-right: 20px;
  font-weight: 900;
  text-decoration: none;
  font-size: 18px;
}

nav ul {
  justify-content: space-between;
  display: flex;
  margin-top: 10px;
  align-items: center;
}

nav ul li {
    list-style: none;
    display: inline;
    margin-left: 5px;
}

.active {
    border-bottom: 7px #FFF solid;
    padding-bottom: 24px;
    color: #FFF;
}

.produtos-home {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  float: left;
  margin-top: 26px;
}

#itensmenu {
  float: left;
  width: 100%;
  height: 60px;
}

aside {
  width: 30%;
  margin-top: 26px;
}

#produtos .container {
    display: flex;
    justify-content: space-between;
}

nav ul li a {
  text-decoration: none;
  font-size: 18px;
  margin-right: 10px;
  font-family: 'Avenir', sans-serif;
  color: #FFF;
  font-weight: 800;
}

nav ul li a:hover {
  color: #CCC;
}

form input::placeholder {
  color: #000;
  font-size: 14px;
  color: #0000;
  font-family: 'Questrial', sans-serif;
}

.bullets img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.produtosinterna {
  margin-top: 20px;
  float: left;
  width: 100%;
}

.enviar {
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
    background: #00529c;
    border: none;
    padding: 10px;
    float: left;
    margin-top: 0px;
    color: #FFF;
    margin-left: 10px;
}

#slide {
  float: left;
  width: 100%;
  height: auto;
}

#slide img {
  width: 100%;
}

#slide .intro img {
  width: 100%;
  height: auto;
}

#marcas {
  float: left;
  width: 100%;
  padding-top: 60px;
}

.containermarcas {
   width: 560px;
   margin: 0 auto;
}

#marcas .marca {
    float: left;
    width: 165px;
    height: 165px;
   /* border: 3px #030304 solid; */
    margin-right: 28px;
}

#marcas .marca:nth-child(3n){
    margin-right: 0px;
}

#marcas hr {
    float: left;
    width: 100%;
    color: #464646;
    border: 1px #464646 solid;
    margin-top: 30px;
    margin-bottom: 30px;
}

#marcas .marca img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.single-produto form input {
  height: 41px;
  width: 250px;
  border: none;
  background: #ebebeb;
  border-radius: 13px;
  position: relative;
  left: 30px;
}

.busca form input {
  height: 41px;
  width: 250px;
  border: none;
  background: #ebebeb;
  border-radius: 13px;
  position: relative;
  left: 30px;
  padding: 15px;
  box-sizing: border-box;
}

form button {
  border: 0px;
  background: #ebebeb;
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  height: 28px;
  position: relative;
  top: 6px;
  right: 5px;
}

.hamburguer {
  display: none;
}

.rotulos {
  background: #FFF;
  float: left;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.rotulos > .container {
  display: flex;
  align-items: center;
}

.rotulos .title-pager {
  width: 70%;
}

.title-pager h2 {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Avenir', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.aside-title h2 {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Avenir', sans-serif;
  text-align: center;
}

.rotulos .aside-title {
  width: 30%;
}

#produtos {
  float: left;
  width: 100%;
  display: flex;
}

#produtos .container {
  display: flex;
  justify-content: space-between;
}

#produtos .item {
  float: left;
  width: 240px;
  height: 240px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#produtos .item h2 {
  font-size: 14px;
  color: #fff;
  font-family: 'Archivo', sans-serif;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.fotoproduto h2 {
  font-family: 'Avenir', sans-serif;
  color: #00529c;
  font-weight: 900;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 30px;
  text-align: center;
}

.info-produto {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  background: #FFF;
  min-height: 60px;
}

.single-produto {
  width: 70%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info-produto span {
    font-family: 'Questrial', sans-serif;
    margin-top: 10px;
    float: left;
    margin-bottom: 10px;
    font-size: 13px;
}

.pagina {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.pagina a {
    font-family: 'Questrial', sans-serif;
    color: #adacac;
    font-size: 14px;
    text-decoration: none;
    float: right;
}

#categorias {
  width: 20%;
}

#categorias h3 {
  font-family: 'Avenir', sans-serif;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  background: #00529c;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.cat-mae {
  padding-left: 20px;
  line-height: 25px;
}

.categories {
  font-size: 0px;
  height: 400px;
  overflow-y: scroll;
}

.categories::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}
.categories::-webkit-scrollbar {
  width: 8px;
  background: #99cc00;
}
.categories::-webkit-scrollbar-thumb {
  background: #99cc00;
}

#categorias ul {
  list-style: none;
}

#categorias a {
  font-family: 'Avenir', sans-serif;
  color: #00529c;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}

.img-produto {
  float: initial;
  background: #fff;
  text-align: center;
  height: 180px;
  display: flex;
  align-items: center;
  width: 240px;
  border: 2px solid #e2e2e2;
  box-sizing: border-box;
}

.nopaddingbottom {
  padding-bottom: 0px;
}

.detalhes-produto {
    float: right;
    width: 50%;
}

.singlerelacionados {
  width: 100%;
}

.singlerelacionados h2 {
  font-family: 'Avenir', sans-serif;
  color: #00529c;
  font-weight: 900;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.detalhes-produto form {
    float: left;
    width: 100%;
}

.detalhes-produto p {
    float: left;
    width: 100%;
    font-family: 'Questrial', sans-serif;
    color: #006699;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 35px;
}

.detalhes-produto h2 {
    float: left;
    width: 100%;
    font-family: 'Questrial', sans-serif;
    color: #030304;
    font-size: 22px;
    width: 200px;
}

.detalhes-produto span {
    float: left;
    width: 100%;
    font-family: 'Questrial', sans-serif;
    color: #030304;
    margin-top: 5px;
    font-size: 16px;
}

.detalhes-produto form input {
  background: #efefef;
  margin-bottom: 10px;
  width: 100%;
  color: #006699;
  font-size: 16px;
  font-size: 13px;
  padding-left: 0px;
  left: 0px;
  border-radius: 0px;
}

.detalhes-produto form textarea {
    background: #efefef;
    margin-bottom: 10px;
    width: 100%;
    color: #006699;
    border: none;
    font-size: 13px;
    padding-left: 0px;
    padding-top: 10px;
}

.detalhes-produto form textarea::placeholder {
    color: #006699;
    padding-left: 10px;
}

.detalhes-produto form input::placeholder {
    color: #006699;
    padding-left: 10px;
}

.detalhes-produto form input[type="submit"] {
  width: 100%;
  background: #FFF;
  font-family: 'Avenir', sans-serif;
  padding-left: 10px;
  border-radius: 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}

.oferta {
  float: right;
}

.banner-pagamentos  {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.banner-pagamentos img  {
    margin-top: 20px;
    width: 100%;
}

.banner-pagamentos strong {
    color: #00529c;
}

.banner-pagamentos span {
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
}

.fotoproduto {
    float: left;
    margin-right: 30px;
    width: 40%;
}

.fotoproduto img {
  max-width: 300px;
}

.nav-previous {
    padding-left: 5px;
    float: right;
}

#pagamentos {
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}

#pagamentos #produtos {
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

#marcas p {
    float: left;
    width: 100%;
    margin-bottom: 26px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-family: 'Questrial', sans-serif;
}

#produtos .item p {
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  float: left;
  width: 100%;
}

#produtos .item img {
  float: initial;
  width: auto;
  height: auto;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 100px;
  /*border: 35px solid #fff;*/
  max-width: 100px;
}

#produtos .item button {
    font-family: 'Archivo Black', sans-serif;
    color: #ffffff;
    font-size: 14px;
    background: #00529c;
    border: none;
    padding: 10px;
    float: left;
    margin-top: 10px;
}

#produtos .item button a {
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
}

#produtos .item a{
  width: 100%;
}

#categoria-pecas {
  float: none;
  width: 100%;
    margin: 0 auto;
	max-width: 1170px;
}

#categoria-pecas p {
  float: left;
  width: 100%;
  margin-bottom: 26px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-family: 'Questrial', sans-serif;
}

.missao {
  float: left;
  width: 100%;
}

.itemmissao {
  float: left;
  width: 49%;
  padding-right: 2%;
  padding-top: 0px;
  padding-bottom: 20px;
}

.itemmissao:nth-child(odd){
  padding-right: 0px;
}

.nobottom {
  padding-bottom: 0px;
}

.missao hr {
    border: 1px #3abfec solid !important;
    margin-bottom: 10px !important;
}

.missao a {
    color: #3abfea;
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%;
    float: left;
    text-decoration: none;
}

.history {
  float: left;
  width: 100%;
}

.history hr {
  border: 1px #3abfea solid !important;
}

.thumb-history {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

.history a {
    color: #3abfea;
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 25px;
    float: left;
    width: 100%;
    text-decoration: none;
    margin-bottom: 20px;
}

.history span {
  float: left;
  color: #333333;
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: justify;
}

.carousel {
  float: left;
  width: 100%;
}

.peca {
    float: left;
    width: 165px !important;
    margin-left: 25px;
}

/* accordion */

.accordion {
    background-color: transparent;
    color: #999 !important;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 0px;
    line-height: 15px;
}


.accordion.active, .accordion:hover {
    color: #3abfea !important;
    background: transparent;
}

.accordion:after {
    content: '';
    color: #ccc;
    font-weight: bold;
    float: left;
    margin-left: 0px;
    padding-right: 10px !important;
    padding-right: 5px;
    margin-top: -2px;
    background-image:url("img/aberto.png");
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
}

.accordion.active:after {
    content: '';
    background-image:url("img/fechado.png");
}

div.panel {
    padding-left: 0px !important;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.peca:nth-child(7n) {
  margin-right: 0px;
}

.peca img {
  float: left;
}

.peca span {
  float: left;
  text-align: center;
  font-family: 'Questrial', sans-serif;
  text-transform: uppercase;
  width: 100%;
  margin-top: 5px;
  font-size: 16px;
  color: #00529c;
}

.list ul {
  padding-left: 0px;
}

.list ul li {
  display: inline;
}

#banner-rodape {
  float: left;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
}

#banner-rodape img {
    width: 100%;
}

#prev {
  float: left;
  margin-top: 55px;
  position: absolute;
}

#next {
  float: right;
  margin-top: 55px;
  position: relative;
  z-index: 33333;
}

.curta {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 5px;
}

.curta img {
  float: left;
  margin-right: 15px;
  margin-top: 7px;
}

.curta p {
  color: #FFF;
  font-size: 30px;
  font-family: 'Archivo Black', sans-serif;
}

.dicas {
  float: left;
  width: 100%;
}

.dicas .thumb {
  float: left;
  margin-right: 20px;
}

.dicas .bullets {
  width: 100%;
  float: left;
  margin-top: 25px;
}

.post-tile {
  float: left;
}

.post-title {
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Archivo Black', sans-serif;
  color: #00529c;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 800;
  text-align: initial;
}

.desc-post {
  float: left;
  color: #333333;
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: justify;
  padding-top: 30px;
}

.date {
    float: left;
}

.date p {
  text-decoration: underline;
}

.voltar {
  float: left;
  width: 100%;
}

.voltar a {
    text-decoration: underline;
}

#descritivo {
  float: left;
}

#descritivo h2 {
    font-size: 54px;
    float: left;
    font-family: 'Archivo Black', sans-serif;
    color: #00529c;
    text-transform: uppercase;
    line-height: 70px;
    margin-top: -13px;
}

#descritivo p {
    font-family: 'Archivo Black', sans-serif;
    font-size: 16px;
    color: #000;
    margin-top: 5px;
}

#contato select {
  width: 101%;
}

#contato .left p {
  text-align: left;
}

#contato {
  float: left;
  width: 100%;
  padding-top: 40px;
}

#contato form {
  float: left;
  width: 100%;
}

#contato input {
  border: 2px #3abfea solid;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#contato input::placeholder {
  color: #3abfea;
  padding-left: 10px;
}

#contato select {
    border: 2px #3abfea solid;
    margin-bottom: 10px;
    float: left;
    font-size: 15px;
    padding-left: 8px;
    color: #3abfea;
    font-family: 'Questrial', sans-serif;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

#contato select::placeholder {
  color: #3abfea;
  padding-left: 10px;
}

#contato textarea::placeholder {
  color: #3abfea;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 5px;
  font-family: 'Questrial', sans-serif;
  margin-top: 10px;
}

#contato input[type="file"] {
   padding-top: 10px;
}

#contato input[type="submit"] {
    padding-left: 0px;
    padding-right: 0px;
    width: 138px;
    float: left;
    margin-right: -5px;
    background: #00529c;
    border: none;
    font-family: 'Archivo Black', sans-serif;
    color: #ffffff;
    font-size: 14px;
    height: 35px;
}

#contato textarea {
    border: 2px #3abfea solid;
    float: left;
    width: 100%;
    height: 157px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-top: 6px;
}

#contato .left {
    float: left;
    width: 100%;
    margin-top: 20px;
}

#contato .left p {
    font-family: 'Questrial', sans-serif;
    color: #333333;
    font-size: 18px;
    text-align: justify;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

#contato .right {
  float: right;
  width: 50%;
}

#contato .right span {
    float: left;
    width: 100%;
    font-family: 'Questrial', sans-serif;
    font-size: 18px;
    margin-top: 10px;
    color: #333333;
}

.cycle-pager { display: block; }

.example-pager { text-align: center; width: 100%; z-index: 500; top: 10px; overflow: hidden; }
.example-pager span { font-size: 50px; width: 16px; height: 16px; display: inline-block; color: #035399; margin-left: 10px;}
.example-pager span.cycle-pager-active { color: #FFF;}
.example-pager > * { cursor: pointer;}

footer {
  float: left;
  width: 100%;
  background: #333;
  font-family: 'Questrial', sans-serif;
}

footer a {
  text-decoration: none;
}

footer .container {
  background: #333;
}

footer .box {
  float: left;
  margin-right: 150px;
  padding-top: 20px;
}

footer .box p {
    color: #FFF;
    line-height: 20px;
    font-size: 16px;
}

footer .box a {
    color: #FFF;
    line-height: 20px;
    font-size: 16px;
}

footer .selos {
  float: left;
  padding-top: 20px;
  display: none;
}

.auto a {
    color: #FFF;
    line-height: 30px;
}

footer .selos span {
    font-size: 14px;
    color: #fff;
    text-align: center;
    float: left;
    width: 100%;
}

footer .auto {
    margin-top: -3px;
    float: left;
    margin-right: 30px;
}

footer h3 {
    color: #FFF;
    margin-bottom: 5px;
    font-size: 14px;
}

footer ul li a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

footer ul {
  list-style: none;
  float: left;
  margin-right: 22px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

footer ul li {
  line-height: 20px;
}

.intro-rodape {
  float: left;
  width: 100%;
  background: #333;
  padding-bottom: 30px;
}

#sobrejr {
  padding-bottom: 95px;
  float: left;
  width: 100%;
  margin-top: 20px;
}

#sobrejr hr {
    float: left;
    width: 100%;
    margin-top: 15px;
    color: #efefef;
    background: #efefef;
    border: 1px #efefef solid;
    padding-left: 0px;
    padding-right: 0px;
    border-left: 0px;
    border-right: 0px;
}

#sobrejr .container {
  display: flex;
  justify-content: space-between;
}

#sobrejr #banner {
	padding-right: 25px;
  width: 90%;
  float: left;
  margin-top: 20px;
}

#sobrejr #banner img {
  width: 100%;
}

#sobrejr #banner h2 {
    font-size: 53px;
    text-transform: uppercase;
    font-family: 'Archivo Black', sans-serif;
    line-height: 58px;
    color: #00529c;
    padding-top: 30px;
}

#sobrejr #banner strong {
    color: #FFF;
}

#sobrejr #text {
  float: left;
  width: 100%;
  padding-top: 38px;
}

#sobrejr #text .left {
  float: left;
  width: 100%;
  color: #333333;
  font-family: 'Questrial', sans-serif;
  font-size: 18px;
  text-align: justify;
}

#sobrejr #text .full {
  float: left;
  width: 100%;
  color: #333333;
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 20px;
}

#sobrejr #text .thumb {
  float: right;
  width: 260px;
}

#sobrejr #text .thumb span {
    color: #3abfea;
    font-size: 16px;
    margin-bottom: 10px;
    float: left;
    font-family: 'Questrial', sans-serif;
}

#sobrejr #text .thumb button {
    font-family: 'Archivo Black', sans-serif;
    color: #ffffff;
    font-size: 14px;
    background: #00529c;
    border: none;
    padding: 10px;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#sobrejr #text .thumb a {
    color: #ffffff;
    text-decoration: none;
}

#sobrejr #text .thumb img {
  float: right;
  margin-bottom: 10px;
}

#cat {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/setabaixo.png) no-repeat #FFF;
    background-position: 288px center;
    width: 326px;
    height: 32px;
    border: none;
    background-position-y: 3px;
    border-radius: 0px;
    color: #00529c;
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
    padding-left: 10px;
}

#appearance-select {
    text-transform:uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/setabaixo.png) no-repeat #FFF;
    background-position: 288px center;
    width: 326px;
    height: 32px;
    border: none;
    background-position-y: 3px;
    border-radius: 0px;
    color: #00529c;
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
    padding-left: 10px;
}

.righthistory {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
}

#fazemos {
  float: left;
  width: 100%;
}

#fazemos p {
  float: left;
  width: 85%;
  float: left;
  color: #333333;
  font-family: 'Questrial', sans-serif;
  font-size: 13px;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 20px;
}

#fazemos img {
  float: right;
}
@media(max-width:1024px){

  #contato .right img {
    width: 100%;
  }

  .container {
    max-width: 90%;
  }
  #marcas .marca {
    width: 130px;
    margin-right: 15px;
}

#produtos .item {
    width: 43%;
}

.peca {
    margin-left: 14px;
}

}


/*

font style

font-family: 'Archivo Black', sans-serif;
font-family: 'Questrial', sans-serif;
*/

@media(max-width:875px){

#descritivo h2 {
    font-size: 30px;
    float: left;
    font-family: 'Archivo Black', sans-serif;
    color: #00529c;
    text-transform: uppercase;
    line-height: 40px;
    margin-top: 0px;
}

#produtos .item {
    width: 41%;
}

#produtos .item h2 {
    font-size: 13px;
}

.info-produto {
    width: 130px;
}

#sobrejr #text .left {
  width: 100%;
}

}

@media(max-width:800px){

  .menu-top ul {
    display: flex;
    flex-direction: column;
}

.fotoproduto {
  margin-bottom: 20px;
  width: 100%;
}

  .detalhes-produto {
    width: auto;
  }

  .oferta {
    float: initial;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .thumb {
    width: 250px;
  }

  .thumb img {
    width: 100%;
  }

  .dicas .bullets {
    margin-top: 0px;
  }

  #descritivo h2 {
    font-size: 20px;
    line-height: 25px;
  }

  footer {
    margin-top: 20px;
  }

  #produtos .item {
      width: 100%;
  }

  #sobrejr #text .thumb {
    float: left;
    width: 260px;
    margin-top: 20px;
}

  #sobrejr form {
   float: left;
   width: 100%;
   margin-bottom: 5px;
   margin-left: 0px !important;
}

.enviar {
  margin-left: 0px !important;
}

.hamburguer a  {
    font-family: 'Archivo Black', sans-serif;
    text-decoration: none;
    transform: rotate(90deg);
    float: left;
    color: #FFF;
    font-size: 20px;
}

#sobrejr #banner h2 {
    font-size: 30px;
    line-height: 35px;
}

  #marcas .marca {
    width: 96px;
    margin-right: 16px;
  }
  #marcas .marca img {
    width: 90%;
  }

  .carousel {
    display: none;
  }

  footer .box {
    margin-left: 28px;
  }

  nav ul {
    display: none;
    float: left;
    width: 100%;
    margin-top: 30px;
  }

  nav ul li {
    list-style: none;
    display: inline;
    margin-left: 5px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

nav {
  float: right;
  width: 87%;
  left: 10px;
  position: relative;
}

nav ul  {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.active {
    display: none;
}

.hamburguer {
    display: block;
    margin-top: 25px;
    margin-left: 5px;
    margin-bottom: 10px;
    float: right;
}

.frase {
  display: none;
}

.home {
  display: none;
}

.info-produto {
    width: 90px;
}

#marcas {
  display: none;
}

#categoria-pecas {
    margin-top: 30px;
	display: none;
}

#produtos .item button a {
    font-size: 11px;
}

}

@media(max-width:700px){

  #sobrejr #banner {
    width: 100%;
  }

  .missao {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.itemmissao {
  width: 100%;
}

  .menu-top .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: initial;
}

  .img-produto {
    position: initial;
  }

  .fotoproduto img  {
    width: 100%;
  }

  .detalhes-produto {
    width: 100%;
    padding-top: 30px;
  }

  .oferta {
    width: 100%;
  }

  .oferta img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .thumb-history img {
    width: 100%;
  }

  #contato .right {
    width: 100%;
  }

  #contato .left {
    width: 100%;
  }

  #produtos .item {
    width: 244px;
    margin: 0 auto;
  }

  #produtos {
    width: 100% !important;
    padding-left: 0px !important;
  }

  #itensmenu {
    display: none;
  }

  .info-produto {
    width: 100%;
  }

  #categorias {
    width: 100%;
}

.categories {
  height: 150px;
  margin-bottom: 20px;
}

#sobrejr .container {
  flex-wrap: wrap;
}

.single-produto {
  width: 100%;
}

  .img-produto {
    float: left;
    margin-left: 5px;
  }

  .busca {
      width: 65%;
      margin-right: -4px;
      float: right;
  }

  .busca form input {
      width: 83%;
  }

}

@media(max-width:600px){

	aside{
		width: 100%;
	}

  .logo {
    position: relative;
    margin-top: -0px;
    width: 100%;
    text-align: center;
}

.busca {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.busca form {
  width: 100%;
  margin-top: 5px;
}

#about {
  display: none;
}

.rotulos {
  display: none;
}

.produtos-home {
  width: 100%;
}

#produtos .container {
  flex-direction: column;
}

.busca button {
  left: -40px;
}

#redes-sociais {
  display: none;
}

.form button {
  left: -40px;
}

.containermarcas {
   width: 100%; margin: 0 auto;
}

  .detalhes-produto form input {
      width: 98%;
      padding-left: 2%;
  }

  .detalhes-produto form input::placeholder[type="submit"] {
    margin-left: 10px;
  }

  .detalhes-produto form input[type="submit"] {
    width: 100%;
  }

  .dicas {
    display: none;
  }


    #cat {
      background-position: right;
    }

  #appearance-select {
    background-position: right;
  }

  #responsive {
      width: 95%;
      padding-right: 10px;
      background: #FFF;
      margin-left: 0px !important;
  }

  #cat {
    width: 100%;
  }

  #appearance-select {
    width: 100%;
  }

  .logo img {
    width: 86px;
  }

  .img-produto {
    float: initial;
    margin-left: 0px;
}

  #banner-rodape {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .busca form input {
      width: 83%;
  }

  .busca form input::placeholder {
    font-size: 10px;
  }

  footer .box {
    margin-left: 20px;
  }

  footer .selos {
    display: none;
  }

  nav {
      padding-top: 0px;
      padding-bottom: 5px;
  }

}

@media(max-width:380px){

  .busca form input::placeholder {
    font-size: 8px;
  }

  .busca form input {
      width: 81%;
  }

}

@media(max-width:350px){
  .busca form input {
      width: 79%;
  }

}

span.wpcf7-not-valid-tip {
    color: #333333 !important;
    font-size: 14px !important;
    font-family: 'Questrial', sans-serif !important;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
    border: 2px solid #3abfea !important;
    float: left !important;
    position: relative !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    color: #333 !important;
    font-size: 14px !important;
    width: auto !important;
    font-family: 'Questrial', sans-serif !important;
}


::-webkit-input-placeholder {
   color:#9E9E9E !important;
}

.news{
	width: 50%;
    margin: 0 0 0 auto;
    text-align: center;
}
.news h3{
	margin-bottom: 20px !important;
	color: #00529c !important;
    text-align: center !important;
    font-weight: bolder !important;
    font-size: 18px !important;
    font-family: arial,sans-serif !important;
}

.news input[type="text"], .news input[type="email"]{
	margin: 0 auto;
    height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    border: 0;
    border-radius: 5px;
	width: 100%;
	display: block;
	text-align: center;
}

.news input[type="submit"]{
	background: #00529c;
    color: #fff;
	box-sizing: border-box;
    padding: 0 15px;
    border: 0;
    border-radius: 5px;
    width: 100%;
    font-size: 20px;
	height: 40px;
    cursor: pointer;
	margin: 15px auto;
	display: block;
}
.news input[type="submit"]:hover{
	opacity: .9;
	transition: all linear .2s;
}

div.panel a[href="http://righettisites.com.br/jrd/contato/#contato"]:hover{
	opacity: .8;
    font-size: 17px;
    transition: all .2s linear;
}

#exitpopup-modal .modal-title{
	background-color: transparent;
}

@media screen and (max-width: 700px){
	ul#redes-sociais li a img {
    	max-width: 30px;
	}
	#exitpopup-modal{

	}
}

.google-maps{
	margin-top: 50px;
}
