/* Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* Anti Lag MQ */
.no-transitions * {
  transition: none !important;
  animation: none !important;
}
/* Anti Lag MQ — Fim */
/*//////////////////////////////////////////////////*/
/* Font */
@font-face {
  font-family: "Kantumruy Pro";
  src: url("libs/kantumruy_pro/kantumruypro-variablefont_wght.ttf") format("truetype");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kantumruy Pro";
  src: url("libs/kantumruy_pro/kantumruypro-italic-variablefont_wght.ttf") format("truetype");
  font-weight: 100 700;
  font-style: italic;
  font-display: swap;
}
/* Font — Fim */

html,
body {
  font-family: "Kantumruy Pro", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.5px;
  color: black;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  width: 100%;
  height: auto;
}
/* Reset — Fim */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* Header - Nav */
header {
  background-color: #dbdbdb;
  z-index: 3;
  position: fixed;
  top: 0;
  width: 100%;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  height: 90px;
  padding-inline: 4%;
  user-select: none;
  -webkit-user-select: none;
}
/* Header - Nav */
/*//////////////////////////////////////////////////*/
/* Logo/Warning */
.logo-warning {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo > img {
  border-radius: 3px;
  max-width: 100px;
  border: 1px solid transparent;
  transition: border 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .logo > img:hover {
    border: 1px solid hsl(0 0% 60%);
  }
}

.warning {
  text-transform: uppercase;
  font-size: 15px;
}
/* Logo/Warning — Fim */
/*//////////////////////////////////////////////////*/
/* Menu */
.burger {
  display: none;
}

/*//////////////////////////////////////////////////*/
@media screen and (max-width: 1024px) {
  .burger {
    background-color: #fcfcfc;
    border: 1px solid transparent;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-inline: 7px;
    transition:
      border 0.3s ease-in-out,
      color 0.3s ease-in-out;
  }

  @media (hover: hover) and (pointer: fine) {
    .burger:hover {
      border: 1px solid hsl(0 0% 60%);
    }
  }

  .burger > svg {
    width: 35px;
    height: 35px;
  }
}
/*//////////////////////////////////////////////////*/

.nav-list {
  display: flex;
  justify-content: center;
  column-gap: 50px;
}

/*//////////////////////////////////////////////////*/
@media screen and (max-width: 1024px) {
  .nav-list {
    position: fixed;
    top: 0;
    right: 0;
    justify-content: left;
    background-color: hsl(0 0% 0% / 0.99);
    width: 100%;
    height: 100%;
    transform: translateX(101%);
    transition: transform 0.3s ease-in-out;
  }

  .nav-list.active {
    transform: translateX(0);
  }

  .nav-list-content {
    background-color: #ececec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
  }
}
/*//////////////////////////////////////////////////*/

.nav-list-content > button {
  display: none;
}

/*//////////////////////////////////////////////////*/
@media screen and (max-width: 1024px) {
  .nav-list-content > button {
    position: absolute;
    top: 5px;
    left: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fcfcfc;
    border: 1px solid hsl(0 0% 90%);
    border-radius: 2px;
    padding: 5px 15px;
    transition:
      border 0.3s ease-in-out,
      color 0.3s ease-in-out;
    cursor: pointer;
  }

  @media (hover: hover) and (pointer: fine) {
    .nav-list-content > button:hover {
      border: 1px solid hsl(0 0% 60%);
    }
  }

  .nav-list-content > button > svg {
    width: 25px;
    height: 25px;
  }
}
/*//////////////////////////////////////////////////*/

.nav-list-links {
  display: flex;
  column-gap: 25px;
}

/*//////////////////////////////////////////////////*/
@media screen and (max-width: 1024px) {
  .nav-list-links {
    display: initial;
    padding: 70px 30px 10px 20px;
    overflow-y: auto;
  }

  .nav-list-links > li:not(:last-child) {
    margin-bottom: 5px;
  }
}
/*//////////////////////////////////////////////////*/

.nav-list a {
  display: block;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .nav-list a:hover {
    background-color: #c62828;
    color: white;
  }
}

.nav-list a.active {
  background-color: #c62828;
  color: white;
}
/* Menu — Fim */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* Background Container Home, Kits, Marcas, Portfólio e Vendedores */
.background-container {
  background-color: #ececec;
}
/* Background Container Home, Kits, Marcas, Portfólio e Vendedores — Fim */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* Botão do Whatssapp */
.pulsar {
  z-index: 2;
  position: fixed;
  bottom: 9.7vh;
  right: 0;
  border: none;
  border-radius: 5px 0 0 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.pulsar > a {
  z-index: 1;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 3px;
  background-color: #50cc5e;
  border-radius: 5px 0 0 5px;
  font-size: 9px;
  color: white;
  width: 100%;
  height: 100%;
}

.pulsar svg {
  width: 25px;
  height: 25px;
  transition: transform 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .pulsar:hover svg {
    transform: scale(1.1);
  }
}
/* Botão do Whatssapp — Fim */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* Container Home */
.container-home {
  padding: 120px 0 0;
}
/* Container Home — Fim */
/*//////////////////////////////////////////////////*/
/* Swiper slide  */
.swiper--single,
.swiper--multi {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.swiper--multi-container {
  position: relative;
  padding-inline: 4%;
}

.swiper--multi-container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1e1e1e;
  display: block;
  width: 100%;
  height: 50%;
}

.swiper--multi {
  box-shadow: 0 3px 6px 0 hsl(0 0% 0% / 0.2);
  border-radius: 3px;
  max-width: 1200px;
}

.swiper--multi:not(.swiper-initialized) .swiper-slide {
  max-width: 200px;
}

.swiper-slide > button {
  position: absolute;
  top: 73%;
  right: 20%;
  background-color: white;
  box-shadow: 3px 3px 0 #1e1e1e;
  border-radius: 2px;
  font-size: clamp(0.6rem, 2vw, 1.3rem);
  text-transform: uppercase;
  font-weight: 600;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .swiper-slide > button:hover {
    background-color: hsl(0 0% 90%);
  }
}

.swiper-slide > button > a {
  display: inherit;
  padding: 0.3em 1.6em;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: hsl(0 0% 0% / 0.3);
  color: hsl(0 0% 100% / 0.6) !important;
  border-radius: 100%;
  width: 40px !important;
  height: 40px !important;
  padding: 10px;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-color: hsl(0 0% 0% / 0.6);
    color: white !important;
  }
}
/* Swiper slide — Fim */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* Subcontainer Home */
.subcontainer-home {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
  padding: 70px 0;
}
/* Subcontainer Home — Fim */
/*//////////////////////////////////////////////////*/
/* Sobre */
.sobre {
  padding-right: 3%;
}

.sobre-content {
  background-color: #dbdbdb;
  border-radius: 0 3px 3px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 35px;
  column-gap: 15px;
  padding: 35px 1% 35px 4%;
}

.sobre-content > img {
  max-width: 275px;
}

.sobre-content > div {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  max-width: 340px;
  padding-left: 15px;
}

.sobre-content > div::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #8a0000;
  display: block;
  width: 3px;
  height: 100%;
}

.sobre-content > div:nth-of-type(1):before {
  bottom: -10px;
}

.sobre-content > div:nth-of-type(2):before {
  top: -10px;
}

.sobre-content h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
/* Sobre — Fim  */
/*//////////////////////////////////////////////////*/
/* Diferenciais */
.diferenciais {
  padding-left: 3%;
}

.diferenciais-subcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
  background-color: #dbdbdb;
  border-radius: 3px 0 0 3px;
  padding: 35px 4% 35px 1%;
}

.diferenciais-content-1 {
  position: relative;
  padding-left: 15px;
}

.diferenciais-content-1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #8a0000;
  display: block;
  width: 3px;
  height: 100%;
}

.diferenciais-content-1 > h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.diferenciais-content-1 > ul {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.diferenciais-content-1 > ul > li {
  background:
    linear-gradient(#c62828, #c62828) left / 0% 100% no-repeat,
    #fcfcfc;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  transition:
    background-size 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .diferenciais-content-1 > ul > li:hover {
    background:
      linear-gradient(#c62828, #c62828) left / 100% 100% no-repeat,
      #fcfcfc;
    color: white;
  }
}

.diferenciais-content-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  max-width: 760px;
}

.diferenciais-content-2 > div > img {
  max-width: 250px;
  border-radius: 3px;
  transition: transform 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .diferenciais-content-2 > div > img:hover {
    transform: scale(1.05);
  }
}
/* Diferenciais — Fim */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* Footer Content */
footer {
  background-color: #1e1e1e;
  padding: 35px 4% 0;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 35px;
  column-gap: 140px;
}
/* Footer Content — Fim */
/*//////////////////////////////////////////////////*/
/* Maps */
.maps {
  border: 1px solid hsl(0 0% 60%);
  border-radius: 3px;
  width: 100%;
  max-width: 300px;
  height: 300px;
  padding: 1px;
}
/* Maps — Fim */
/*//////////////////////////////////////////////////*/
/* Contatos */
.contatos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
/* Contatos — Fim */
/*//////////////////////////////////////////////////*/
/* Links Contatos */
.links-contatos > div {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline 1px solid transparent;
  transition:
    text-decoration-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  width: fit-content;
  padding: 5px;
}

.links-contatos > div:not(:last-child) {
  margin-bottom: 15px;
}

@media (hover: hover) and (pointer: fine) {
  .links-contatos > div:hover {
    text-decoration-color: #c62828;
    color: #c62828;
  }
}

.links-contatos svg {
  width: 25px;
  height: 25px;
}
/* Links Contatos — Fim */
/*//////////////////////////////////////////////////*/
/* Barra Social */
.barra-social > ul {
  display: flex;
  column-gap: 35px;
}

.barra-social li {
  border-radius: 5px;
  width: 45px;
  height: 45px;
}

.barra-social li:nth-child(1) {
  background-color: #4167b2;
}

.barra-social li:nth-child(2) {
  background-image: linear-gradient(
    160deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d,
    #f56040,
    #f77737,
    #fcaf45,
    #ffdc80
  );
}

.barra-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  color: white;
}

.barra-social svg {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .barra-social a:hover > svg {
    transform: scale(1.1);
  }
}
/* Barra Social — Fim */
/*//////////////////////////////////////////////////*/
/* Copyright */
.copyright {
  color: white;
  font-size: 10px;
  text-align: center;
  padding: 35px 0 10px;
}
/* Copyright — Fim */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* Container Kits, Marcas, Portfólio e Vendedores */
.container-kits,
.container-marcas,
.container-portifolio,
.container-vendedores {
  padding: 140px 4% 70px;
}
/* Container Kits, Marcas, Portfólio e Vendedores — Fim */
/*//////////////////////////////////////////////////*/
/* Subcontainer Marcas */
.subcontainer-marcas {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: auto;
  max-width: 1200px;
}
/* Subcontainer Marcas — Fim */
/*//////////////////////////////////////////////////*/
/* Subcontainer Kits e Portfólio */
.subcontainer-kits,
.subcontainer-portifolio {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas:
    ". filtro-veiculos"
    "filtro-categorias gallery";
  column-gap: 50px;
  margin: auto;
  max-width: 1200px;
}

/*//////////////////////////////////////////////////*/
@media screen and (max-width: 1024px) {
  .subcontainer-kits,
  .subcontainer-portifolio {
    grid-template-areas:
      "filtro-categorias-btn filtro-veiculos"
      "gallery gallery";
  }
}
/* Subcontainer Kits e Portfólio — Fim */
/*//////////////////////////////////////////////////*/
/* Subcontainer Vendedores */
.subcontainer-vendedores {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1200px;
  margin: auto;
}
/* Subcontainer Vendedores — Fim */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* Filtro Categorias */
.filtro-categorias-btn {
  display: none;
}

/*//////////////////////////////////////////////////*/
@media screen and (max-width: 1024px) {
  .filtro-categorias-btn {
    display: initial;
    grid-area: filtro-categorias-btn;
    justify-self: start;
    background-color: #fcfcfc;
    border: 1px solid hsl(0 0% 90%);
    border-radius: 2px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 8px;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    transition:
      border 0.3s ease-in-out,
      color 0.3s ease-in-out;
  }

  @media (hover: hover) and (pointer: fine) {
    .filtro-categorias-btn:hover {
      border: 1px solid hsl(0 0% 60%);
    }
  }
}
/*//////////////////////////////////////////////////*/

.filtro-categorias {
  grid-area: filtro-categorias;
  user-select: none;
  -webkit-user-select: none;
}

/*//////////////////////////////////////////////////*/
@media screen and (max-width: 1024px) {
  .filtro-categorias {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    background-color: hsl(0 0% 0% / 0.99);
    width: 100%;
    height: 100%;
    transform: translateX(-101%);
    transition: transform 0.3s ease-in-out;
  }

  .filtro-categorias.active {
    transform: translateX(0);
  }

  .z-top-filtro-categorias {
    z-index: 3; /* z-index Dinâmico */
  }
}
/*//////////////////////////////////////////////////*/

.filtro-categorias-subcontainer {
  background-color: #ececec;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
}

.filtro-categorias-subcontainer > button {
  display: none;
}

/*//////////////////////////////////////////////////*/
@media screen and (max-width: 1024px) {
  .filtro-categorias-subcontainer > button {
    position: absolute;
    top: 5px;
    left: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fcfcfc;
    border: 1px solid hsl(0 0% 90%);
    border-radius: 3px;
    padding: 5px 15px;
    transition:
      border 0.3s ease-in-out,
      color 0.3s ease-in-out;
  }

  @media (hover: hover) and (pointer: fine) {
    .filtro-categorias-subcontainer > button:hover {
      border: 1px solid hsl(0 0% 60%);
    }
  }

  .filtro-categorias-subcontainer svg {
    width: 25px;
    height: 25px;
  }
}
/*//////////////////////////////////////////////////*/

.filtro-categorias-content {
  padding: 70px 20px 10px 30px;
  overflow-y: auto;
}

.filtro-categorias-content > button:not(:last-child) {
  margin-bottom: 5px;
}

.categoria-btn {
  background-color: #fcfcfc;
  border: 1px solid hsl(0 0% 90%);
  border-radius: 2px;
  font-size: 10px;
  text-align: left;
  text-transform: uppercase;
  width: 250px;
  padding: 7px;
  cursor: pointer;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

.categoria-btn.active {
  background-color: #c62828;
  color: white;
}

@media (hover: hover) and (pointer: fine) {
  .categoria-btn:hover {
    background-color: #c62828;
    color: white;
  }
}
/* Filtro Categorias — Fim */
/*//////////////////////////////////////////////////*/
/* Filtro Veículos (Marca/Modelo/Ano) */
.filtro-veiculos {
  position: relative;
  grid-area: filtro-veiculos;
  justify-self: end;
  user-select: none;
  -webkit-user-select: none;
}

.filtro-veiculos-btn {
  display: none;
}

/*//////////////////////////////////////////////////*/
@media screen and (max-width: 1024px) {
  .filtro-veiculos-btn {
    display: initial;
    background-color: #fcfcfc;
    border: 1px solid hsl(0 0% 90%);
    border-radius: 2px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 8px;
    transition:
      border 0.3s ease-in-out,
      color 0.3s ease-in-out;
    cursor: pointer;
  }

  @media (hover: hover) and (pointer: fine) {
    .filtro-veiculos-btn:hover {
      border: 1px solid hsl(0 0% 60%);
    }
  }
}
/*//////////////////////////////////////////////////*/

.filtro-veiculos-content {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
  gap: 10px;
}

/*//////////////////////////////////////////////////*/
@media screen and (max-width: 1024px) {
  .filtro-veiculos-content {
    position: absolute;
    top: 35px;
    right: 0;
    flex-direction: column;
    align-items: end;
    background-color: #ececec;
    border: 1px solid hsl(0 0% 90%);
    border-radius: 3px;
    padding: 15px;
    transition: opacity 0.3s ease-in-out;
  }

  .filtro-veiculos-btn[aria-expanded="false"] + .filtro-veiculos-content {
    opacity: 0;
    pointer-events: none;
  }

  .filtro-veiculos-btn[aria-expanded="true"] + .filtro-veiculos-content {
    opacity: 1;
    pointer-events: all;
  }
}
/*//////////////////////////////////////////////////*/

.filtro-veiculos-content > div {
  position: relative;
}

.filtro-veiculos-content button {
  border: 1px solid hsl(0 0% 90%);
  border-radius: 2px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 7px;
  cursor: pointer;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

.filtro-veiculos-content > div > button {
  background-color: #fcfcfc;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 190px;
}

@media (hover: hover) and (pointer: fine) {
  .filtro-veiculos-content > div > button:not(:disabled):hover {
    background-color: #c62828;
    color: white;
  }
}

.filtro-veiculos-content > div > button > svg {
  width: 15px;
  height: 15px;
}

.filtro-veiculos-content > div:not(:first-of-type) > button[disabled],
.filtro-veiculos-content > button[disabled] {
  background-color: transparent;
  opacity: 0.5;
  cursor: not-allowed;
}

.filtro-veiculos-content ul {
  z-index: 1;
  position: absolute;
  top: 35px;
  background-color: #fcfcfc;
  border: 1px solid hsl(0 0% 90%);
  border-radius: 3px;
  width: 190px;
  max-height: 300px;
  padding: 7px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  overflow-y: auto;
}

/* ===== WebKit (Chrome/Edge/Safari) ===== */
@supports selector(::-webkit-scrollbar) {
  .filtro-veiculos-content ul::-webkit-scrollbar {
    width: 5px;
  }

  .filtro-veiculos-content ul::-webkit-scrollbar-track {
    background-color: hsl(0 0% 90%);
  }

  .filtro-veiculos-content ul::-webkit-scrollbar-thumb {
    background-color: hsl(0 0% 60%);
  }
}
/* ===== WebKit (Chrome/Edge/Safari) ===== */
/*//////////////////////////////////////////////////*/
/* ===== Firefox ===== */
@supports not selector(::-webkit-scrollbar) {
  .filtro-veiculos-content ul {
    scrollbar-width: thin;
    scrollbar-color: hsl(0 0% 60%), hsl(0 0% 90%);
  }
}
/* ===== Firefox ===== */

.filtro-veiculos-content > div > button[aria-expanded="true"] + ul[role="listbox"] {
  opacity: 1;
  pointer-events: all;
}

.filtro-veiculos-content li {
  border-radius: 2px;
  font-size: 10px;
  padding: 7px;
  cursor: pointer;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

.filtro-veiculos-content li:not(:last-child) {
  margin-bottom: 5px;
}

@media (hover: hover) and (pointer: fine) {
  .filtro-veiculos-content li:hover {
    background-color: #c62828;
    color: white;
  }
}

.filtro-veiculos-content > button {
  border: 2px solid hsl(0 0% 90%);
  width: 200px;
  height: 35px;
}

.filtro-veiculos-content > button:not([disabled]) {
  background-color: #c62828;
  color: white;
}
/* Filtro Veículos (Marca/Modelo/Ano) — Fim */
/*//////////////////////////////////////////////////*/
/* Gallery */
.gallery {
  grid-area: gallery;
  margin-top: 15px;
}

.gallery-group {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.gallery-group.active {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 0.7fr));
  justify-content: center;
  gap: 15px;
}
/* Gallery — Fim */
/*//////////////////////////////////////////////////*/
/* Card - Kits, Marcas, Portfólio e Vendedores */
.card {
  background-color: #fcfcfc;
  box-shadow: 0 1px 2px 0 hsl(0 0% 90%);
  border-radius: 3px;
  padding-top: 15px;
  transition: box-shadow 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .card:hover {
    box-shadow: 0 6px 16px 0 hsl(0 0% 80%);
  }
}

.subcontainer-marcas > .card,
.subcontainer-vendedores > .card {
  max-width: 250px;
}

.gallery-group > .card > .content-img {
  position: relative;
  cursor: pointer;
}

.gallery-group > .card > .content-img::before {
  content: "Ver imagem";
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  border-left: 1px solid hsl(0 0% 90%);
  border-block: 1px solid hsl(0 0% 90%);
  border-radius: 2px 0 0 2px;
  display: block;
  text-transform: uppercase;
  font-size: 9px;
  padding: 7px;
  pointer-events: none;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .gallery-group > .card > .content-img:hover::before {
    background-color: #c62828;
    color: white;
  }
}

.descricao {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  height: 225px;
  padding: 5px;
}

.subcontainer-kits .gallery-group > .card > .descricao,
.subcontainer-vendedores > .card > .descricao {
  flex-direction: column;
  row-gap: 15px;
}

.descricao > button {
  border: 1px solid hsl(0 0% 90%);
  border-radius: 2px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .descricao > button:hover {
    background-color: #c62828;
    color: white;
  }
}

.descricao-modal {
  display: none;
}
/* Card - Kits, Marcas, Portfólio e Vendedores — Fim */
/*//////////////////////////////////////////////////*/
/* Modal */
.modal {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(0 0% 0% / 0.99);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.modal.active {
  opacity: 1;
  pointer-events: all;
}

.modal-content-image img {
  border-radius: 3px;
  max-width: calc(100vw - 7vw);
  max-height: calc(100dvh - 17dvh);
  cursor: zoom-in !important;
}

.modal-content-text p {
  max-width: calc(100vw - 7vw);
  max-height: calc(100vh - 50vh);
  text-transform: uppercase;
  text-align: justify;
  font-size: 14px;
  color: white;
  padding: 10px;
  cursor: text;
  overflow-y: auto;
}

.aplicacao {
  font-weight: 400;
  color: #c62828;
}

.marca {
  font-weight: 500;
  color: #e66a00;
}

.modelo {
  font-weight: 500;
  color: #0042c5;
}

.close-modal {
  z-index: 1;
  position: absolute;
  top: 5px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #fcfcfc;
  border-radius: 2px;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .close-modal:hover {
    background-color: hsl(0 0% 90%);
  }
}

.close-modal > svg {
  width: 15px;
  height: 15px;
}
/* Modal — Fim */
/*//////////////////////////////////////////////////*/
/* Cookie Consent */
.cookie-consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 4;
  max-width: 980px;
  margin: 0 auto;
  display: none;
  border-radius: 14px;
  background-color: hsl(0 0% 7% / 0.9);
  backdrop-filter: blur(7px);
  color: white;
}

.cookie-consent.is-visible {
  display: block;
}

.cookie-consent__inner {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 14px 16px;
}

.cookie-consent__text {
  font-size: 14px;
}

.cookie-consent__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-consent__btn {
  border-radius: 12px;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid hsl(0 0% 30%);
  color: white;
  transition: border-color 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .cookie-consent__btn:hover {
    border-color: hsl(0 0% 60%);
  }
}

.cookie-consent__btn--primary {
  background-color: white;
  color: black;
  transition: background-color 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .cookie-consent__btn--primary:hover {
    background-color: hsl(0 0% 90%);
  }
}
/* Cookie Consent — Fim */
