﻿html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
pre,
blockquote,
figure,
figcaption,
hr,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
}
input,
textarea,
button {
  border: 1px solid gray;
}
button {
  padding: 0.75em 1em;
  line-height: inherit;
  border-radius: 0;
  background-color: transparent;
}
button * {
  pointer-events: none;
}
img,
iframe,
video,
object,
embed {
  display: block;
  max-width: 100%;
}
svg {
  max-width: 100%;
}
table {
  table-layout: fixed;
  width: 100%;
}
[hidden] {
  opacity: 0;
  visibility: hidden;
}
noscript {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em;
}
[tabindex="-1"] {
  outline: none !important;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}
* {
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
img {
  display: block;
  max-width: 100%;
}
a {
  margin: 0px;
  padding: 0px;
  display: block;
}
table {
  border-spacing: 0px;
}
@font-face {
  font-family: "gasline";
  src: url("/font/gasline-webfont.woff2") format("woff2"),
    url("/font/gasline-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 1600px;
  margin: 0 auto;
  font-size: 16px;
}
.mini-container {
  max-width: 1000px;
  margin: 0 auto;
}
.middle-container {
  max-width: 1400px;
  margin: 0 auto;
}
body {
  font-family: "archivo", sans-serif;
  background: #f6f6fa;
  color: #0e0f14;
}
h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.75rem;
}
h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}
p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  opacity: 0.95;
}
.btn {
  background: #f5d00c;
  max-width: max-content;
  padding: 10px 15px;
  border-radius: 5px;
  font-family: "gasline", serif;
  border: 3px solid #0e0f14;
  font-size: 1.125rem;
  position: absolute;
}
.btn:hover {
  background: #e8c40b;
}
form {
  font-size: 1rem;
}
label {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
}
input,
textarea {
  text-indent: 5px;
  padding: 5px;
  border: 2px solid #48494e;
  border-radius: 5px;
}
.nao-aparece {
  display: none;
  position: absolute;
}
input {
  height: 40px;
}
hr {
  background: #0e0f14;
  height: 50px;
  border-top: none;
}
#gmap-canvas {
  overflow: hidden;
  background: none !important;
  height: 350px;
  width: 420px;
}
.mapouter {
  position: relative;
  text-align: right;
  height: 350px;
  max-width: 420px;
  justify-self: end;
}
.tire {
  position: absolute;
}
.tire-r {
  right: 0;
}
.whats-fixed {
  position: fixed;
  right: 25px;
  bottom: 25px;
  animation: move 3s infinite;
  z-index: 9999999;
}
@keyframes move {
  25% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
input::placeholder,
textarea::placeholder {
  font-style: italic;
  opacity: 0.8;
}
.header-grid {
  border-bottom: 10px solid #e8c40b;
}
.header {
  display: grid;
  grid-template-columns: 1fr;
  padding: 10px;
}
.logo {
  position: absolute;
}
.nav-menu ul {
  padding: 20px 0px;
  display: flex;
  justify-content: flex-end;
}
.nav-menu ul li + li {
  margin-left: 40px;
}
.nav-menu ul a {
  font-size: 1.125rem;
  font-family: "gasline", serif;
}
.nav-menu ul a:hover {
  color: #e8c40b;
}
.bg-main {
  padding: 120px 0px;
  background: url(/img/bg-intro.webp) no-repeat top center;
  background-size: cover;
}
.main {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  justify-items: center;
  align-items: center;
}
.main-card {
  max-width: 350px;
  padding: 30px 30px 60px 30px;
  position: relative;
  background: #f6f6fa;
}
.main-card-content p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 20px;
}
.main-card-content .btn {
  bottom: -30px;
  right: 30px;
}
.form {
  max-width: 350px;
  padding: 15px 30px;
  position: relative;
  background: #f6f6fa;
}
.form .btn {
  bottom: -40px;
  right: 30px;
  cursor: pointer;
}
.top-menu {
  background: #0e0f14;
  color: #f6f6fa;
  padding: 5px 15px;
}
.top-menu a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-menu a:hover {
  color: #e8c40b;
}
.top-menu a:before {
  content: url(/img/fone-top.svg);
  padding-top: 5px;
  margin-right: 5px;
}
@media only screen and (min-width: 401px) and (max-width: 850px) {
  .main {
    grid-template-columns: 1fr;
    grid-gap: 80px;
  }
}
@media only screen and (max-width: 400px) {
  .main {
    grid-template-columns: 1fr;
    grid-gap: 80px;
  }
  .form {
    max-width: 300px;
    padding: 15px;
  }
  .main-card {
    max-width: 300px;
    padding: 20px 20px 40px 20px;
  }
  h1 {
    line-height: 2.5rem;
  }
}
.contato {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-gap: 80px;
  align-items: center;
  padding: 120px 0px;
}
.contato h3 {
  margin-bottom: 20px;
}
.contato a,
.contato p {
  font-size: 1.125rem;
}
.contato a:hover {
  color: #f5d00c;
}
.contato-grid {
  position: relative;
}
.contato-content {
  display: grid;
  grid-gap: 10px;
}
.contato-box {
  justify-items: center;
}
.contato-social {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.clock:before {
  content: url(/img/clock.svg);
  margin-right: 5px;
}
.address:before {
  content: url(/img/local.svg);
  margin-right: 5px;
}
.whats:before {
  content: url(/img/whats.svg);
  margin-right: 5px;
}
.fone:before {
  content: url(/img/fone.svg);
  margin-right: 5px;
}
@media only screen and (max-width: 950px) {
  .contato {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .mapouter {
    justify-self: center;
    grid-row: 3/3;
  }
  .tire-c {
    bottom: 0;
  }
}
.servicos {
  display: grid;
  grid-template-columns: minmax(250px, 350px) minmax(250px, 350px);
  justify-content: center;
  grid-gap: 60px;
  padding-top: 40px;
}
.servicos-grid {
  padding: 120px 0px;
}
.servicos-grid h3 {
  text-align: center;
}
.servicos li {
  height: 220px;
  border-radius: 5px;
  position: relative;
  border: 3px solid #0e0f14;
}
.servicos li:nth-child(1) {
  background: url(/img/manutenção.webp);
  background-size: cover;
}
.servicos li:nth-child(2) {
  background: url(/img/revisao.webp);
  background-size: cover;
}
.servicos li:nth-child(3) {
  background: url(/img/acessorios.webp);
  background-size: cover;
}
.servicos li:nth-child(4) {
  background: url(/img/pecas.webp);
  background-size: cover;
}
.servicos li .btn {
  bottom: -20px;
  right: 20px;
}
@media only screen and (max-width: 801px) {
  .servicos {
    grid-template-columns: minmax(250px, 350px);
  }
}
.autorizadas {
  padding: 40px 0px;
  background: #0e0f14;
}
.autorizadas h3 {
  text-align: center;
  color: #f6f6fa;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2.25rem;
}
.autorizada-call {
  margin-top: 40px;
  text-align: center;
}
.autorizada-call a {
  display: inline;
  text-decoration: underline;
}
.autorizada-call a:hover {
  color: #f5d00c;
}
.autorizada-call p {
  color: #f6f6fa;
  padding: 0px 10px;
}
.autorizada-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px 20px;
  padding: 20px;
  background: #f6f6fa;
  flex-wrap: wrap;
}
@media only screen and (max-width: 400px) {
  .autorizada-list {
    gap: 0px 20px;
  }
}
.footer {
  background: #0e0f14;
}
.grid-brands {
  display: grid;
  grid-template-columns: minmax(250px, 1000px) minmax(250px, 1000px);
  justify-content: center;
  padding: 80px 20px 40px 20px;
}
.grid-brands h4 {
  color: #f6f6fa;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.25rem;
  position: relative;
  line-height: 1.5rem;
}
.grid-brands img {
  margin: 0 auto;
  position: relative;
}
.footer-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}
.footer-menu {
  padding: 60px 0px 40px 0px;
  color: #f6f6fa;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer-menu div {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
}
.footer-box {
  border-top: solid 10px #48494e;
  border-bottom: solid 10px #48494e;
  margin-top: 40px;
}
.footer-box h4 {
  padding: 0px 20px;
  color: #f6f6fa;
  font-size: 1.5rem;
  grid-column: 1/3;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-menu a {
  padding: 0px 20px;
  display: inline-block;
  width: max-content;
  margin: 2.5px 0px;
  font-family: "gasline", serif;
  font-size: 1.125rem;
}
.footer-menu a:hover {
  color: #f5d00c;
}
.logo-footer {
  display: grid;
  align-items: center;
  justify-items: center;
}
.copy {
  color: #f6f6fa;
  text-align: center;
  padding: 20px 0px;
}
.copy p {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 701px) and (max-width: 950px) {
  .grid-brands {
    grid-template-columns: minmax(250px, 1000px);
    grid-gap: 40px;
  }
  .footer-content {
    grid-template-columns: 1.8fr 1fr;
  }
}
@media only screen and (min-width: 501px) and (max-width: 700px) {
  .grid-brands {
    grid-template-columns: minmax(250px, 1000px);
    grid-gap: 40px;
  }
  .footer-content {
    grid-template-columns: minmax(250px, 500px);
    justify-content: center;
  }
  .logo-footer {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .grid-brands {
    grid-template-columns: minmax(250px, 1000px);
    grid-gap: 40px;
  }
  .footer-content {
    grid-template-columns: minmax(250px, 500px);
    justify-content: center;
    justify-items: center;
  }
  .logo-footer {
    padding-bottom: 20px;
  }
  .footer-menu {
    grid-template-columns: minmax(200px, 500px);
  }
  .footer-box h4 {
    grid-column: 1;
  }
  .copy {
    padding: 20px;
  }
  .footer-menu div {
    grid-template-columns: 100%;
  }
}
.pagamentos {
  display: grid;
  grid-template-columns: minmax(350px, 550px) minmax(350px, 550px);
  grid-gap: 50px;
  justify-content: center;
  padding: 100px 20px;
  align-items: center;
}
.pagamentos-content a {
  display: inline-block;
  text-decoration: underline;
}
.pagamentos-content a:hover {
  color: #e8c40b;
}
.pagamentos h3 {
  margin-bottom: 20px;
}
.pagamentos p + p {
  margin-top: 10px;
}
.pagamentos-img {
  z-index: 999999;
}
@media only screen and (max-width: 950px) {
  .pagamentos {
    grid-template-columns: minmax(250px, 550px);
    justify-items: center;
  }
  .tire-r {
    display: none;
  }
}
[data-slide] {
  position: relative;
}
[data-slide] > * {
  position: absolute;
  top: 0px;
  opacity: 0;
  pointer-events: none;
}
[data-slide] > .active {
  position: relative;
  opacity: 1;
  transition: opacity 500ms;
  z-index: 1;
  pointer-events: initial;
}
.bg-review {
  padding: 20px 0px 30px 0px;
  border-bottom: 50px solid #0e0f14;
}
.box-review {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.review {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.review li {
  height: 220px;
}
.review-box-center {
  padding: 40px 0px;
  background: #0e0f14;
}
.review-box-center h3 {
  text-align: center;
  color: #f6f6fa;
  padding: 0px 10px;
  line-height: 2.25rem;
}
.review-details {
  width: 280px;
  display: grid;
  align-content: center;
}
.title-third {
  font-family: "gasline", serif;
  display: block;
  text-align: center;
}
.content-review {
  text-align: center;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 5px 0px 5px 0px;
}
.review img {
  margin: 0px auto 10px auto;
}
#btn-mobile {
  display: none;
  position: absolute;
  align-self: center;
  justify-content: flex-end;
}
.social-menu-overflow {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1050px) {
  .social-menu-overflow {
    display: grid;
    align-items: end;
  }
  #menu {
    visibility: hidden;
    display: block;
    position: absolute;
    background: #f9feff;
    z-index: 1000;
    box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.1);
  }
  #nav.active #menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    visibility: visible;
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    animation: top ease-in 1s alternate;
  }
  #btn-mobile {
    display: flex;
    padding: 0.5rem 0rem;
    font-size: 1rem;
    border: none;
    background: none;
    cursor: pointer;
    gap: 0.5rem;
    z-index: 9999999999;
    right: 10px;
  }
  #hamburger {
    border-top: 3px solid;
    width: 32px;
  }
  #hamburger::after,
  #hamburger::before {
    content: "";
    display: block;
    width: 32px;
    height: 3px;
    background: currentColor;
    margin-top: 5px;
    position: relative;
    transition: 0.3s;
  }
  #nav.active #hamburger {
    border-top-color: transparent;
  }
  #nav.active #hamburger::before {
    transform: rotate(135deg);
  }
  #nav.active #hamburger::after {
    transform: rotate(-135deg);
    top: -7px;
  }
  .nav-menu ul {
    padding: 20px 0px;
    display: grid;
    justify-content: center;
    grid-gap: 40px;
  }
  .nav-menu ul li + li {
    margin-left: 0px;
  }
  .nav-menu ul li {
    text-align: center;
  }
  .logo {
    position: relative;
  }
  .logo a {
    width: max-content;
  }
  .menu-grid {
    grid-gap: 0px;
  }
  .list-menu-grid div {
    margin: 10px 0px;
    min-height: 8%;
  }
  .nav-menu ul a {
    font-size: 1.4rem;
    font-family: "gasline", serif;
  }
  @keyframes top {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0%);
    }
  }
}
.termos {
  padding: 100px 20px;
}
.termos h3 {
  margin: 30px 0px 10px 0px;
}
.termos h4 {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.termos h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 20px 0px 10px 0px;
}
.termos li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  opacity: 0.95;
}
.termos-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}
.termos-links a:hover {
  color: #e8c40b;
}
.termos-atual {
  color: #e8c40b;
}
