html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  cursor: default;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  min-height: 100vh;
  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"],
textarea {
  width: 100%;
}
input,
textarea,
button {
  border: 1px solid gray;
}
button {
  padding: 0;
  line-height: inherit;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}
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;
}
button {
  border: none;
}
hr {
  border: none;
}
:root {
  --main: #f6e701;
  --light: #f0e9e9;
  --sec: #19f57e;
  --dark: #100e0e;
  --font: "Racing Sans One", sans-serif;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
#adopt-controller-button {
  z-index: 100 !important;
}
.whats-fixed {
  position: fixed;
  bottom: 40px;
  right: 40px;
  animation: move 3s infinite;
  z-index: 222;
  max-width: 65px;
}
@keyframes move {
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
html {
  font-size: 16px;
  background-color: var(--dark);
  color: var(--light);
  font-family: "Inter", sans-serif;
}
.view {
  transition: 0.6s;
}
a,
svg path,
button {
  transition: 0.3s;
}
.btn-whats {
  background-color: var(--sec);
  color: var(--dark);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4em;
  max-width: fit-content;
}
.btn-whats img {
  transition: 0.3s;
}
.btn-whats:hover {
  box-shadow: 0 0 0 3px var(--sec) inset;
  background-color: var(--dark);
  color: var(--light);
}
.btn-whats:hover img {
  filter: invert(100%);
}
.btn {
  background-color: var(--main);
  padding: 5px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--dark);
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.4em;
  max-width: fit-content;
  box-shadow: 0 0 0 2px var(--main) inset;
}
.btn img {
  transition: 0.3s;
}
.btn:hover {
  background-color: var(--dark);
  box-shadow: 0 0 0 3px var(--main) inset;
  color: var(--light);
}
.btn:hover img {
  filter: invert(100%);
}
.btn.btn2 {
  background-color: var(--dark);
  color: var(--main);
}
.btn.btn2 img {
  transition: 0s;
}
.btn.btn2:hover {
  background-color: var(--main);
  box-shadow: 0 0 0 3px var(--dark) inset;
  color: var(--dark);
}
.btn.btn2:hover img {
  filter: invert(100%) hue-rotate(182deg);
}
.header {
  padding: 10px;
}
.header-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.nav-menu {
  display: flex;
  gap: 20px;
  align-items: center;
}
.nav-menu a:not(.btn-whats) {
  font-family: var(--font);
  font-size: 1.5rem;
}
.nav-menu a:not(.btn-whats):hover {
  color: var(--main);
}
.top-menu {
  background-color: var(--main);
  color: var(--dark);
  padding: 10px;
}
.top-menu-grid {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 15px;
}
.top-menu-grid a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.top-menu-grid a:hover {
  filter: invert(100%) drop-shadow(0 0 2px var(--dark));
}
.main {
  padding: 80px 10px;
  background: url(/img/main-bg.webp) no-repeat center center;
  background-size: cover;
}
.main-servicos h1 {
  background-color: var(--main);
  color: var(--dark);
  max-width: 1200px;
  width: 100%;
  min-height: 129px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 15px;
}
@media only screen and (max-width: 450px) {
  .main-servicos h1 {
    font-size: 1.625rem !important;
    min-height: 80px;
  }
}
.main-grid {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 30px;
}
.main-grid h1 {
  font-size: 3.125rem;
  line-height: 1em;
  font-family: var(--font);
}
.main-grid h1 span {
  color: var(--main);
}
.main-grid h2 {
  font-size: 1.625rem;
}
.main-grid h2 strong {
  color: var(--main);
}
.main-grid iframe,
.main-grid video {
  max-width: 896px;
  height: 456px;
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .main-grid h1 {
    font-size: 1.875rem;
  }
  .main-grid h2 {
    font-size: 1.25rem;
  }
  .main-grid iframe,
  .main-grid video {
    height: 220px;
  }
}
#btn-mobile {
  display: none;
  position: absolute;
  align-self: center;
  justify-content: flex-end;
  color: #fff !important;
  background-color: #ffffff00 !important;
}
.social-menu-overflow {
  display: none;
}
@keyframes top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@media only screen and (min-width: 651px) and (max-width: 770px) {
  #menu {
    visibility: hidden;
    display: block;
    position: absolute;
    background: var(--dark);
    z-index: 1000000000;
    box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.1);
  }
  .nav-menu a {
    transition: none !important;
  }
  #nav.active #menu {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    align-content: space-evenly;
    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;
    align-content: center;
    grid-gap: 20px;
  }
  #btn-mobile {
    display: flex;
    padding: 0.5rem 0rem;
    font-size: 1rem;
    border: none;
    background: none;
    cursor: pointer;
    gap: 0.5rem;
    z-index: 22222222222;
    right: 10px;
    color: currentColor;
  }
  #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 button:hover {
    box-shadow: none;
    transform: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 650px) {
  #menu {
    visibility: hidden;
    display: block;
    position: absolute;
    background: var(--dark);
    z-index: 1000000000;
    box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.1);
  }
  #nav button:hover {
    box-shadow: none;
    transform: none;
  }
  .nav-menu a {
    transition: none !important;
  }
  #nav.active #menu {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    align-content: 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;
    grid-gap: 20px;
  }
  #btn-mobile {
    display: flex;
    padding: 0.5rem 0rem;
    font-size: 1rem;
    border: none;
    background: none;
    cursor: pointer;
    gap: 0.5rem;
    z-index: 22222222222;
    right: 10px;
    color: currentColor;
  }
  #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;
  }
}
.politica p,
.termos p {
  margin-top: 10px;
}
.politica h3,
.termos h3 {
  margin-top: 20px;
  font-size: 1.5rem;
}
.politica ul,
.termos ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.politica ul li,
.termos ul li {
  text-indent: 50px;
}
.politica h2,
.termos h2 {
  margin-top: 20px;
  font-size: 2rem;
  text-align: center;
}
.politica,
.termos {
  padding: 10px 10px;
}
.digitalmix {
  text-align: center;
  color: #f2f2f280;
  background-color: #121412;
  padding: 30px 10px;
}
.digitalmix-grid {
  display: grid;
  gap: 15px;
}
.digitalmix-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.digitalmix-grid > p,
.digitalmix-grid > div > p {
  font-size: 1rem !important;
}
@media only screen and (max-width: 360px) {
  .digitalmix-grid > div {
    display: grid;
    justify-items: center;
    gap: 10px;
  }
}
.marcas {
  padding: 80px 10px;
  background: url(/img/marcas-bg.webp) no-repeat center center;
  background-size: cover;
}
.marcas-grid {
  display: grid;
  gap: 30px;
  justify-items: center;
  text-align: center;
}
.marcas-grid h3 {
  font-size: 2.25rem;
  line-height: 1.1em;
  font-family: var(--font);
}
.marcas-grid p {
  font-size: 1.5rem;
}
@media only screen and (max-width: 375px) {
  .marcas-grid h3 {
    font-size: 1.75rem;
  }
  .marcas-grid p {
    font-size: 1.125rem;
  }
}
.marcas-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px 50px;
  flex-wrap: wrap;
}
.sobre-content-scroll {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  grid-gap: 10px;
  padding-left: 40px;
  padding-right: 20px;
  transition: 0.3s ease-out;
}
.sobre-content-scroll::-webkit-scrollbar {
  margin: 5px;
  height: 15px;
  margin-top: 10px;
  background: #000000;
  border-radius: 10px;
  transition: 0.3s ease-out;
}
.sobre-content-scroll::-webkit-scrollbar-thumb {
  background: var(--main);
  box-shadow: 0px 0px 0px 8px var(--main) inset;
  border-radius: 10px;
  transition: 0.3s ease-out;
}
.sobre-content-scroll::-webkit-scrollbar-thumb:hover {
  box-shadow: 0px 0px 0px 8px var(--main) inset;
  transition: 0.3s ease-out;
}
.sobre-content-scroll > a {
  flex: 1;
  min-width: 285px;
  width: 100%;
  position: relative;
}
.sobre-content-scroll > a h2 {
  position: absolute;
  bottom: 10px;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--main);
  left: 5px;
}
.sobre-content-scroll > a > img {
  transition: 0.3s;
}
.sobre-content-scroll > a:hover {
  box-shadow: 0 0 0 2px var(--main);
}
.sobre-content-scroll > a:hover > img {
  filter: grayscale(100%) brightness(20%);
}
.sobre-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 30px 10px;
  align-items: center;
  color: #fff;
  justify-items: center;
  background-color: #000000;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 60px;
}
.servicos {
  padding: 60px 10px;
}
.servicos-grid {
  display: grid;
  gap: 60px;
}
.servicos-grid .btn {
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .servicos-grid .btn {
    font-size: 1.125rem;
  }
}
.servicos-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 2.25rem;
  font-family: var(--font);
  line-height: 1.1em;
  max-width: fit-content;
  margin-right: auto;
  flex-wrap: wrap;
}
.servicos-title strong {
  color: var(--main);
}
.servicos-title span {
  width: 200px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0);
  display: block;
  box-shadow: 180px 0 100px -100px var(--main) inset;
}
.mecanico {
  padding: 50px 10px;
}
.mecanico-grid {
  display: grid;
  justify-items: center;
  background-color: var(--light);
  padding: 30px;
}
@media only screen and (max-width: 500px) {
  .mecanico-grid {
    padding: 30px 10px;
  }
}
.mecanico-title {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin-bottom: 40px;
  text-align: center;
}
.mecanico-title h4 {
  background-color: var(--dark);
  color: var(--main);
  font-style: italic;
  padding: 3px 20px;
  max-width: fit-content;
}
.mecanico-title h3 {
  color: var(--dark);
  font-family: var(--font);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1em;
}
#img-mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  #img-mobile {
    display: inherit;
  }
  #img-desktop {
    display: none;
  }
}
.depoimentos {
  padding: 60px 10px;
  background-color: var(--main);
}
.depoimentos-title {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}
.depoimentos-title h3 {
  background-color: var(--dark);
  color: var(--main);
  font-style: italic;
  padding: 3px 20px;
  max-width: fit-content;
}
.depoimentos-title h4 {
  color: var(--dark);
  font-family: var(--font);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1em;
}
.depoimentos-grid {
  display: grid;
  justify-items: center;
  gap: 30px;
}
.depoimentos-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.um-depoimento {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  background-color: var(--dark);
  flex-direction: column;
  text-align: center;
  max-width: 373px;
  width: 100%;
  min-height: 290px;
  padding: 20px;
}
.um-depoimento h6 {
  font-size: 1.625rem;
  line-height: 1.1em;
  font-family: var(--font);
}
.um-depoimento p {
  font-size: 1.25rem;
}
.mapouter,
.mapouter iframe {
  height: 267px;
  width: 100%;
  max-width: 437px;
}
.lojas {
  padding: 60px 10px;
}
.lojas-grid {
  display: grid;
  justify-items: center;
  gap: 30px;
}
.lojas-grid .servicos-title {
  margin-right: auto;
}
.lojas-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px 30px;
  flex-wrap: wrap;
}
.uma-loja {
  display: grid;
  gap: 10px;
  max-width: 437px;
  width: 100%;
}
.uma-loja h2 {
  font-size: 1.875rem;
  font-family: var(--font);
}
.uma-loja a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: fit-content;
  font-size: 1.5rem;
}
.footer {
  padding: 80px 10px;
  background: url(/img/footer-bg.webp) no-repeat center center;
  background-size: cover;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 50px;
}
@media only screen and (max-width: 770px) {
  .footer-grid {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
}
.f-1 {
  display: grid;
  justify-items: center;
  gap: 15px;
}
.redes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.f-2 {
  display: grid;
  gap: 10px;
}
.f-2 h3 {
  font-size: 1.5rem;
  color: var(--main);
}
.f-2 a:hover {
  color: var(--main);
}
.qualidade {
  padding: 80px 10px;
}
.qualidade-grid {
  display: grid;
  gap: 40px;
}
.qualidade-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
  align-items: start;
}
.qualidade-content .qualidade-text {
  height: 100%;
  max-width: 550px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.qualidade-content .qualidade-text p {
  font-size: 1.5rem;
}
@media only screen and (max-width: 420px) {
  .qualidade-content .qualidade-text p {
    font-size: 1.125rem;
  }
}
.qualidade-content .qualidade-text .btn {
  margin-top: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1070px) {
  .qualidade-content .qualidade-text .btn {
    margin-top: 0;
  }
}
.qualidade-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 2.25rem;
  font-family: var(--font);
  line-height: 1.1em;
  max-width: fit-content;
  margin-right: auto;
  flex-wrap: wrap;
}
.qualidade-title strong {
  color: var(--main);
}
.qualidade-title span {
  width: 200px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0);
  display: block;
  box-shadow: 180px 0 100px -100px var(--main) inset;
}
@media only screen and (max-width: 530px) {
  .qualidade-title {
    text-align: center;
  }
  .qualidade-title br {
    display: none;
  }
}
.servicos2 {
  background-color: var(--main);
  padding: 50px 10px;
}
.servicos2-grid {
  display: grid;
  gap: 30px;
  justify-items: center;
  text-align: center;
}
.servicos2-grid h3 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1em;
  font-family: var(--font);
  color: var(--dark);
}
.servicos2-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  max-width: 970px;
}
.servicos2-content a {
  background-color: var(--dark);
  color: var(--main);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px;
}
.servicos2-content a:hover {
  background-color: var(--main);
  box-shadow: 0 0 0 2px var(--dark) inset;
  color: var(--dark);
}
.servicos2-content a:hover img {
  filter: invert(100%) hue-rotate(182deg);
}
