html {
  scroll-behavior: smooth;
  color: #484543;
}

.mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
header {
  background: #f3c438;
  overflow: hidden;
  padding: 7px 0;
  padding-bottom: 0;
}
header .top {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
header .top img {
  position: absolute;
}
header .top img:nth-child(1) {
  top: 0;
  left: -395px;
  height: 20px;
  width: auto;
}
header .top img:nth-child(2) {
  top: 0;
  right: 0;
  height: 25px;
  width: auto;
}
header .menu img {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-right: 20px;
  cursor: pointer;
}
header .menu .hamburger {
  display: none;
}
header .menu ul {
  position: relative;
}
header .menu ul li {
  display: inline-block;
  margin-left: 20px;
}
header .menu ul li a {
  font-family: "Korolev Compressed";
  display: inline-block;
  color: #484543;
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 768px) {
  html.is-active {
    overflow: hidden;
  }
  header .top {
    display: none;
  }
  header .menu ul {
    top: 0;
    position: fixed;
    background: #f3c438;
    width: calc(100% - 70px);
    height: 100%;
    z-index: 999;
    left: -130%;
    padding-top: 50px;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
    transition: all 500ms cubic-bezier(0, 0, 0.38, 1);
  }
  header .menu ul.ativo {
    left: 0;
  }
  header .menu ul li {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  header .menu ul li a {
    font-size: 28px;
    position: relative;
    top: 0;
    padding: 10px;
    width: 100%;
    padding-left: 20px;
  }
  header .menu .hamburger {
    display: block;
    position: absolute;
    padding: 0;
    right: 20px;
    top: 20px;
  }
  header {
    position: sticky;
    top: 0;
    z-index: 999;
  }
}
section.filtro {
  background: #EEEDED;
  padding: 30px 0;
}
section.filtro h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: -15px;
}
section.filtro h3 span {
  font-size: 175%;
}
section.filtro .campo {
  margin-left: 20px;
}
section.filtro .campo.truck {
  left: 0;
}
section.filtro .campo h4 {
  font-size: 14px;
  position: relative;
  top: -5px;
}
section.filtro .campo .bts-campo .bt-campo {
  border: solid 2px #B1B1B1;
  cursor: pointer;
  padding: 5px 20px 0;
  border-radius: 3px;
  text-align: center;
}
section.filtro .campo .bts-campo .bt-campo span {
  display: block;
}
section.filtro .campos-select {
  display: flex;
  flex-wrap: wrap;
}
section.filtro .campos-select .campo {
  margin-bottom: 12px;
}
section.filtro .campos-select .campo:last-child {
  margin-bottom: 0;
}
section.filtro span.select2 {
  width: 140px !important;
}
section.filtro button {
  margin-left: 20px;
  display: inline-block;
  padding: 0 15px;
  height: 28px;
  margin-top: 15px;
  background: #f3c438;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  border: 0;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  color: #484543 !important;
  transition: all 500ms cubic-bezier(0, 0, 0.38, 1);
  transition: all 500ms cubic-bezier(0, 0, 0.38, 1);
}
section.filtro button:hover {
  background: #ffd036;
}

@media (max-width: 768px) {
  section.filtro h3 {
    margin-right: 0;
    font-size: 14px;
    margin-bottom: 20px;
    top: -10px;
  }
  section.filtro span.select2 {
    width: 100% !important;
    margin-left: 0;
  }
  section.filtro button {
    margin-left: 10px;
  }
  section.filtro .campos-select {
    width: 100%;
  }
  section.filtro .campos-select .campo {
    width: 100%;
    margin-left: 0;
  }
}
footer {
  background: #f3c438;
  padding: 30px 0;
  font-style: italic;
  font-size: 11px;
  margin-top: 30px;
}
footer .top {
  position: relative;
  width: 100%;
  height: 51px;
  margin-bottom: 10px;
}
footer .top img {
  position: absolute;
}
footer .top img:nth-child(1) {
  top: 0;
  left: -1010px;
  height: 51px;
  width: auto;
}
footer .top img:nth-child(2) {
  top: 0;
  right: 0;
  height: 39px;
  width: auto;
}

@media (max-width: 768px) {
  footer .top img:nth-child(1) {
    left: -690px;
    height: 35px;
  }
}
section.banner {
  background: #f9f8f9;
}
section.banner .item {
  width: 100%;
}
section.banner .item img {
  width: 100%;
}

section.sobre {
  background: #f9f8f9;
  padding: 30px 0;
  text-align: center;
}
section.sobre h1 {
  color: #FDC400;
  font-family: "Korolev Compressed";
  font-size: 40px;
  font-weight: bold;
}
section.sobre h2 {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 20px;
}
section.sobre p {
  font-size: 17px;
}
section.sobre .mais {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all 500ms cubic-bezier(0, 0, 0.38, 1);
}
section.sobre .mais.ativo {
  opacity: 1;
  height: auto;
}
section.sobre .bt {
  display: inline-block;
  padding: 0 15px;
  height: 50px;
  background: #f3c438;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  border: 0;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  color: #484543 !important;
  transition: all 500ms cubic-bezier(0, 0, 0.38, 1);
}
section.sobre .bt:hover {
  background: #ffd036;
}
section.sobre .bt::after {
  content: "";
  display: inline-block;
  background: url(../assets/setas-bt.png) no-repeat center center/cover;
  width: 11px;
  height: 10px;
  margin-left: 10px;
}
section.sobre .bt.recolher {
  flex-direction: row-reverse;
}
section.sobre .bt.recolher::after {
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(-90deg);
}
section.sobre .bt.recolher span:nth-child(1) {
  display: none;
}
section.sobre .bt.recolher span:nth-child(2) {
  display: inline-block;
}
section.sobre .bt span:nth-child(2) {
  display: none;
}

section.produto {
  background: #f9f8f9;
  padding: 30px 0;
}
section.produto .box-voltar {
  text-align: left;
}
section.produto .box-voltar a.voltar {
  color: #484543;
  font-size: 18px;
}
section.produto .top {
  text-align: center;
  opacity: 1;
  height: auto;
  transition: all 500ms cubic-bezier(0, 0, 0.38, 1);
}
section.produto .top.recolher {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
section.produto h2 {
  color: #FDC400;
  font-family: "Korolev Compressed";
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
section.produto h3 {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 20px;
}
section.produto img {
  margin-bottom: 20px;
}
section.produto img.pneu {
  width: 100%;
  max-width: 420px;
}
section.produto img.veiculos {
  mix-blend-mode: darken;
  width: 100%;
  max-width: 530px;
}
section.produto p {
  font-size: 17px;
}
section.produto .mais {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all 500ms cubic-bezier(0, 0, 0.38, 1);
}
section.produto .mais.ativo {
  opacity: 1;
  height: auto;
}
section.produto .mais h3 {
  color: #626262;
  font-size: 17px;
  font-weight: 600;
  margin-top: -20px;
  margin-bottom: 40px;
}
section.produto .mais .tabela-veiculos {
  margin-bottom: 30px;
}
section.produto .mais .tabela-veiculos table {
  width: 100%;
}
section.produto .mais .tabela-veiculos table th {
  background: #f0f0f0;
  color: #FDC400;
  font-size: 20px;
  font-weight: 600;
  border: solid 2px #a5a5a5;
  padding: 10px;
  text-align: center;
}
section.produto .mais .tabela-veiculos table td {
  background: #e1e1e1;
  color: #484543;
  font-size: 16px;
  border: solid 2px #a5a5a5;
  padding: 10px;
  text-align: center;
}
section.produto .mais .tabela-veiculos table td p {
  font-size: 16px;
}
section.produto .mais .tabela-veiculos .col {
  flex: 1;
  border: solid 2px #a5a5a5;
}
section.produto .mais .tabela-veiculos .col h4 {
  background: #f0f0f0;
  color: #FDC400;
  font-size: 20px;
  font-weight: 600;
  border-bottom: solid 2px #a5a5a5;
  padding: 10px;
  text-align: center;
  height: 43px;
}
section.produto .mais .tabela-veiculos .col p {
  background: #e1e1e1;
  color: #484543;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  height: calc(100% - 43px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
section.produto .mais .tabela-veiculos .col p img {
  min-width: 410px;
}
section.produto .mais .cols {
  margin: 30px 0;
  padding: 15px 0;
  border-top: solid 1px #626262;
  border-bottom: solid 1px #626262;
  padding-top: 45px;
}
section.produto .mais .cols .esq {
  width: 40%;
  padding-right: 50px;
}
section.produto .mais .cols .esq img {
  width: 100%;
  max-width: 339px;
}
section.produto .mais .cols .dir {
  width: 60%;
}
section.produto .mais .cols .dir p {
  font-size: 17px;
  color: #484543;
}
section.produto .mais .cols .dir p a {
  background: #f3c438;
  color: #484543;
  padding: 1px 5px;
  text-decoration: underline;
  border-radius: 5px;
}
section.produto .mais .pneus h3 {
  font-size: 21px;
  font-family: "Korolev Compressed";
  color: #FDC400;
  border-bottom: solid 1px #626262;
}
section.produto .mais .pneus .thumbs {
  width: calc(100% - 160px);
}
section.produto .mais .pneus .thumbs img {
  height: 125px;
}
section.produto .mais .ficha {
  padding-top: 20px;
  align-items: flex-start;
}
section.produto .mais .ficha h3 {
  font-size: 21px;
  font-family: "Korolev Compressed";
  color: #FDC400;
  border-bottom: solid 1px #626262;
}
section.produto .mais .ficha .table-responsive {
  max-width: 725px;
  width: 100%;
}
section.produto .mais .ficha .table-responsive table {
  width: 100%;
}
section.produto .mais .ficha .table-responsive table th {
  background: #FDC400;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: solid 1px #fff;
  padding: 5px;
}
section.produto .mais .ficha .table-responsive table td {
  background: #d9d9d9;
  color: #484543;
  font-size: 16px;
  text-align: center;
  border: solid 1px #fff;
  padding: 5px;
}
section.produto .mais .ficha .table-responsive .manual {
  font-size: 17px;
  font-style: italic;
  margin-top: 20px;
  text-align: center;
}
section.produto .mais .ficha .table-responsive .manual a {
  color: #f3c438;
  text-decoration: underline;
}
section.produto .mais .foot {
  text-align: center;
  padding: 30px 0;
}
section.produto .mais .foot h2 {
  font-size: 40px;
  font-family: "Korolev Compressed";
  color: #FDC400;
}
section.produto .mais .foot h3 {
  font-size: 17px;
  color: #484543;
  margin-bottom: 30px;
}
section.produto .mais .foot .box-cinza {
  text-align: left;
  padding: 30px 15px;
  background: #535353;
  color: #fff;
  margin-top: 20px;
}
section.produto .mais .foot .box-cinza h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
section.produto .mais .foot .box-cinza p {
  font-size: 17px;
  margin-bottom: 20px;
}
section.produto .mais .foot .box-cinza .box-download {
  margin-top: 20px;
  display: none;
}
section.produto .mais .foot .box-cinza .box-download.ativo {
  display: block;
}
section.produto .mais .foot .box-cinza .box-download .item {
  margin-bottom: 10px;
}
section.produto .mais .foot .box-cinza .box-download .item.ativo .titulo .fa-folder-open-o {
  display: inline-block;
}
section.produto .mais .foot .box-cinza .box-download .item.ativo .titulo .fa-folder-o {
  display: none;
}
section.produto .mais .foot .box-cinza .box-download .item.ativo .conteudo {
  display: block;
}
section.produto .mais .foot .box-cinza .box-download .item .titulo {
  background: rgba(255, 255, 255, 0.2);
  padding: 7px 24px;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
section.produto .mais .foot .box-cinza .box-download .item .titulo i {
  font-size: 35px;
}
section.produto .mais .foot .box-cinza .box-download .item .titulo .fa-folder-open-o {
  display: none;
}
section.produto .mais .foot .box-cinza .box-download .item .titulo h4 {
  font-size: 18px;
}
section.produto .mais .foot .box-cinza .box-download .item .titulo img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  border-radius: 7px;
}
section.produto .mais .foot .box-cinza .box-download .item .conteudo {
  padding-left: 25px;
  display: none;
}
section.produto .mais .foot .box-cinza .box-download .item .conteudo a {
  display: block;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #f9f8f9;
}
section.produto .bt {
  display: inline-block;
  padding: 0 15px;
  height: 50px;
  background: #f3c438;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  border: 0;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  color: #484543 !important;
  transition: all 500ms cubic-bezier(0, 0, 0.38, 1);
}
section.produto .bt:hover {
  background: #ffd036;
}
section.produto .bt.basico {
  border: none;
  font-size: 16px;
  margin: 0;
  color: #626262;
}
section.produto .bt.basico::after {
  display: none;
}
section.produto .bt.branco {
  background: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  color: #484543;
}
section.produto .bt.branco::after {
  display: none;
}
section.produto .bt::after {
  content: "";
  display: inline-block;
  background: url(../assets/setas-bt.png) no-repeat center center/cover;
  width: 11px;
  height: 10px;
  margin-left: 10px;
}
section.produto .bt.recolher {
  flex-direction: row-reverse;
}
section.produto .bt.recolher::after {
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(-90deg);
}
section.produto .bt.recolher span:nth-child(1) {
  display: none;
}
section.produto .bt.recolher span:nth-child(2) {
  display: inline-block;
}
section.produto .bt span:nth-child(2) {
  display: none;
}

section.pro {
  background: #f9f8f9;
  padding: 50px 0;
}
section.pro .box-pro {
  background: url(../assets/bg-pro.png) no-repeat center center/cover;
  padding: 100px 0;
}
section.pro .box-pro .cols {
  background: url(../assets/gradiente-branco.png) no-repeat center center/cover;
  border-top: solid 7px #FDC400;
  border-bottom: solid 7px #FDC400;
}
section.pro .box-pro .cols .esq {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  width: 40%;
}
section.pro .box-pro .cols .esq img {
  width: 60%;
}
section.pro .box-pro .cols .dir {
  width: 60%;
  padding: 20px;
  background: url(../assets/gradiiante-laranja.png) no-repeat center center/cover;
  display: flex;
  align-items: center;
}
section.pro .box-pro .cols .dir p {
  font-size: 17px;
  color: #fff;
}
section.pro p.consulte {
  font-size: 16px;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 15px;
}
section.pro p.consulte a {
  text-decoration: underline;
  color: #FDC400;
}

section.cadastre-se {
  background: #f9f8f9;
}
section.cadastre-se form {
  background: #535353;
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
section.cadastre-se form .txt {
  width: 35%;
}
section.cadastre-se form .txt h4 {
  color: #FDC400;
  font-family: "Korolev Compressed";
  font-size: 42px;
  font-weight: bold;
}
section.cadastre-se form .txt p {
  font-size: 17px;
  color: #fff;
}
section.cadastre-se form .campos {
  width: 60%;
}
section.cadastre-se form .campos > p label {
  width: 100%;
  position: relative;
  background: #fff;
  padding-top: 25px;
  border-radius: 5px;
  border: solid 1px #c3c3c3;
}
section.cadastre-se form .campos > p label br {
  display: none;
}
section.cadastre-se form .campos > p label > span:not(.wpcf7-form-control-wrap, .wpcf7-list-item-label) {
  position: absolute;
  top: 7px;
  left: 7px;
}
section.cadastre-se form .campos > p label .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
section.cadastre-se form .campos > p label .wpcf7-form-control-wrap .wpcf7-text,
section.cadastre-se form .campos > p label .wpcf7-form-control-wrap .wpcf7-select {
  width: 100%;
  padding-left: 7px;
  font-weight: normal;
  border-radius: 5px;
  padding-bottom: 7px;
  border: none;
}
section.cadastre-se form .campos > p label .wpcf7-list-item-label {
  top: -1px;
  left: 6px;
  position: relative;
}
section.cadastre-se form .campos > p .wpcf7-checkbox label {
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #fff;
}
section.cadastre-se form .campos h5 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
}
section.cadastre-se form span.wpcf7-not-valid-tip {
  color: red;
  font-weight: normal;
  font-size: 14px;
}
section.cadastre-se form .wpcf7-submit {
  display: inline-block;
  padding: 0 15px;
  height: 50px;
  background: #f3c438;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  border: 0;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  color: #484543 !important;
  transition: all 500ms cubic-bezier(0, 0, 0.38, 1);
  opacity: 0.5;
  pointer-events: none;
}
section.cadastre-se form .wpcf7-submit.ativo {
  opacity: 1;
  pointer-events: unset;
}
section.cadastre-se form .wpcf7-submit:hover {
  background: #ffd036;
}
section.cadastre-se .wpcf7-response-output {
  color: #f3c438;
  display: block;
  width: 60%;
  text-align: left;
  margin-top: 10px;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 17px;
}

section.modal-form {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 9999;
  opacity: 0;
  transition: all 500ms cubic-bezier(0, 0, 0.38, 1);
}
section.modal-form.ativo {
  opacity: 1;
  top: 0;
}
section.modal-form .fechar {
  cursor: pointer;
  position: fixed;
  font-size: 45px;
  right: 50px;
  top: 10px;
  font-weight: 300;
  transform: rotate(90deg);
  z-index: 9;
}
section.modal-form .box-form {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 15px;
}
section.modal-form .box-form form {
  max-width: 650px;
  position: relative;
}
section.modal-form .box-form form .txt h4 {
  font-size: 40px;
  font-weight: 600;
  color: #FDC400;
  font-family: "Korolev Compressed";
}
section.modal-form .box-form form .txt h3 {
  color: #FDC400;
  font-family: "Korolev Compressed";
  font-size: 42px;
  font-weight: bold;
}
section.modal-form .box-form form .txt p {
  font-size: 23px;
}
section.modal-form .box-form form .campos > p label {
  width: 100%;
  position: relative;
  background: #fff;
  padding-top: 25px;
  border-radius: 5px;
  border: solid 1px #c3c3c3;
}
section.modal-form .box-form form .campos > p label br {
  display: none;
}
section.modal-form .box-form form .campos > p label > span:not(.wpcf7-form-control-wrap, .wpcf7-list-item-label) {
  position: absolute;
  top: 7px;
  left: 7px;
}
section.modal-form .box-form form .campos > p label .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
section.modal-form .box-form form .campos > p label .wpcf7-form-control-wrap .wpcf7-text,
section.modal-form .box-form form .campos > p label .wpcf7-form-control-wrap .wpcf7-select {
  width: 100%;
  padding-left: 7px;
  font-weight: normal;
  border-radius: 5px;
  padding-bottom: 7px;
  border: none;
}
section.modal-form .box-form form .campos > p label .wpcf7-list-item-label {
  top: -1px;
  left: 6px;
  position: relative;
}
section.modal-form .box-form form .campos > p .wpcf7-checkbox label {
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
}
section.modal-form .box-form form .campos h5 {
  margin-bottom: 15px;
  font-size: 14px;
}
section.modal-form .box-form form span.wpcf7-not-valid-tip {
  color: red;
  font-weight: normal;
  font-size: 14px;
}
section.modal-form .box-form form .wpcf7-submit {
  display: inline-block;
  padding: 0 15px;
  height: 50px;
  background: #f3c438;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  border: 0;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  color: #484543 !important;
  transition: all 500ms cubic-bezier(0, 0, 0.38, 1);
  opacity: 0.5;
  pointer-events: none;
}
section.modal-form .box-form form .wpcf7-submit.ativo {
  opacity: 1;
  pointer-events: unset;
}
section.modal-form .box-form form .wpcf7-submit:hover {
  background: #ffd036;
}
section.modal-form .wpcf7-response-output {
  color: #FDC400;
}

section.hide {
  display: none;
}

body .screen-reader-response {
  display: none;
}
body .lightboxOverlay {
  position: fixed;
  width: 100vw !important;
  height: 100vh !important;
}
body .lightbox {
  position: fixed;
  top: 0 !important;
  height: 100vh !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .lightbox .lb-nav a.lb-next,
body .lightbox .lb-nav a.lb-prev {
  background-size: 35px;
  background-position-y: 10px;
}
body .lb-dataContainer {
  position: absolute;
  right: 10px;
  top: 10px;
}

.bt-whats {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  text-align: right;
}
.bt-whats h4 {
  font-size: 19px;
  background: #fff;
  padding: 5px 15px;
  color: #484543;
  border-radius: 5px;
  margin-bottom: 10px;
  font-family: "Korolev Compressed";
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.bt-whats h4 a {
  color: #484543;
}
.bt-whats i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  background: #189d0e;
  color: #fff;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

@media (max-width: 1200px) {
  section.cadastre-se .wpcf7-response-output {
    position: relative;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 992px) {
  section.produto .mais .pneus .thumbs img {
    height: 90px;
  }
  section.produto .mais .tabela-veiculos .col p img {
    min-width: 275px;
  }
}
@media (max-width: 768px) {
  section.banner .container,
  section.pro,
  section.pro .container,
  section.cadastre-se .container {
    padding: 0;
  }
  section.sobre h1 {
    font-size: 26px;
  }
  section.sobre .bt::after,
  section.produto .bt::after {
    width: 15px;
    height: 13px;
  }
  section.produto h2 {
    font-size: 28px;
  }
  section.pro .box-pro .cols .esq,
  section.pro .box-pro .cols .dir {
    width: 100%;
  }
  section.cadastre-se form {
    flex-wrap: wrap;
  }
  section.cadastre-se form .txt,
  section.cadastre-se form .dir {
    width: 100%;
  }
  .titi {
    padding-top: 20px;
  }
  section.produto .mais h3 {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  section.produto .mais .tabela-veiculos table {
    min-width: 600px;
  }
  section.produto .mais .cols .esq,
  section.produto .mais .cols .dir {
    width: 100%;
  }
  section.produto .mais .pneus .thumbs {
    width: 100%;
  }
  section.produto .mais .pneus .thumbs img {
    height: 50px;
  }
  section.produto .mais .foot h2 {
    margin-bottom: 0;
    margin-top: 20px;
  }
  section.produto .mais .foot h3 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  section.produto .mais .foot .box-cinza .box-download .item .titulo {
    padding: 6px 10px;
  }
  section.produto .mais .foot .box-cinza .box-download .item .titulo img {
    width: 45px;
    height: 45px;
  }
  section.produto .mais .foot .box-cinza .box-download .item .titulo h4 {
    margin: 0;
    text-align: center;
    padding: 0 7px;
  }
  section.produto .mais .foot .box-cinza .box-download .item .conteudo {
    padding-left: 10px;
  }
  section.modal-form .box-form form .txt h3 {
    font-size: 24px;
  }
  .bt-whats {
    top: auto;
    bottom: 15px;
  }
  section.produto .mais .tabela-veiculos .col {
    width: 100%;
    flex: auto;
    margin-bottom: 10px;
  }
  section.produto .mais .tabela-veiculos .col p img {
    min-width: 0;
  }
  section.cadastre-se form .campos {
    width: 100%;
  }
  section.cadastre-se .wpcf7-response-output {
    text-align: center;
  }
  section.modal-form .fechar {
    right: 10px;
  }
}
section.material-pdv {
  padding: 30px 0;
}
section.material-pdv h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
section.material-pdv .box-cinza {
  text-align: left;
  padding: 30px 15px;
  background: #535353;
  color: #fff;
  margin-top: 20px;
}
section.material-pdv .box-cinza h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
section.material-pdv .box-cinza p {
  font-size: 17px;
  margin-bottom: 20px;
}
section.material-pdv .box-cinza .box-download {
  margin-top: 20px;
  display: none;
}
section.material-pdv .box-cinza .box-download.ativo {
  display: block;
}
section.material-pdv .box-cinza .box-download .item {
  margin-bottom: 10px;
}
section.material-pdv .box-cinza .box-download .item.ativo .titulo .fa-folder-open-o {
  display: inline-block;
}
section.material-pdv .box-cinza .box-download .item.ativo .titulo .fa-folder-o {
  display: none;
}
section.material-pdv .box-cinza .box-download .item.ativo .conteudo {
  display: block;
}
section.material-pdv .box-cinza .box-download .item .titulo {
  background: rgba(255, 255, 255, 0.2);
  padding: 7px 24px;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
section.material-pdv .box-cinza .box-download .item .titulo i {
  font-size: 35px;
}
section.material-pdv .box-cinza .box-download .item .titulo .fa-folder-open-o {
  display: none;
}
section.material-pdv .box-cinza .box-download .item .titulo h4 {
  font-size: 18px;
}
section.material-pdv .box-cinza .box-download .item .titulo img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  border-radius: 7px;
}
section.material-pdv .box-cinza .box-download .item .conteudo {
  padding-left: 25px;
  display: none;
}
section.material-pdv .box-cinza .box-download .item .conteudo a {
  display: block;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #f9f8f9;
}
section.material-pdv .bt {
  display: inline-block;
  padding: 0 15px;
  height: 50px;
  background: #f3c438;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  border: 0;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  color: #484543 !important;
  transition: all 500ms cubic-bezier(0, 0, 0.38, 1);
}
section.material-pdv .bt:hover {
  background: #ffd036;
}
section.material-pdv .bt::after {
  content: "";
  display: inline-block;
  background: url(../assets/setas-bt.png) no-repeat center center/cover;
  width: 11px;
  height: 10px;
  margin-left: 10px;
}
section.material-pdv .bt.recolher {
  flex-direction: row-reverse;
}
section.material-pdv .bt.recolher::after {
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(-90deg);
}
section.material-pdv .bt.recolher span:nth-child(1) {
  display: none;
}
section.material-pdv .bt.recolher span:nth-child(2) {
  display: inline-block;
}
section.material-pdv .bt span:nth-child(2) {
  display: none;
}/*# sourceMappingURL=style.css.map */