.navbar-brand img {
  max-height: 80px;
}

.btn-marca {
  font-size: 14px;
}

.list-opcionais {
  list-style: none;
}

.sec-mapa iframe {
  width: 100%;
  border: none;
}

.logo-placeholder {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.5rem;
}

.header-main .navbar-nav li.nav-item {
  margin: 0 0;
}

.header-main .navbar-nav li.nav-item a.nav-link {
  display: inline-block;
  font-weight: bold;
  min-height: 60px;
  line-height: 60px;
  margin: 0 10px;
  padding: 0 20px !important;
  white-space: nowrap;
}

.offcanvas .navbar-nav li.nav-item a.nav-link {
  display: block !important;
}

.navbar .navbar-nav {
  padding: 0 !important;
}

.maps-footer iframe {
  max-height: 250px;
  width: 100%
}

.navbar-footer a:not(:last-child):after {
  content: '|';
  margin: 0 10px;
}

.card-body.with-image {
  align-items: center;
  gap: 8px;

  img {
    height: 42px;
  }
}

.card-body.with-image img {
  height: 42px;
}

.card-body.with-image img {
  height: 42px;
}

.card-img-box {
  display: flex;
  align-content: center;
}

.card-img-box img.img-fit.lazy {
  width: 100%;
}

.info-veiculo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-veiculo img {
  height: 64px;
}

.btn-whatsapp {
  border-radius: 5px;
  /* Borda arredondada */
  box-shadow: 0px 4px 6px #2e7235;
  /* Sombra */
  background: #44ad4e;
  color: #FFFFFF;
  font-weight: 400;
}


.btn-whatsapp i.bx {
  font-size: 36px;
  color: #FFF !important;
}

.btn-whatsapp:hover {
  color: #FFF;
  box-shadow: 0px 6px 8px #47ae51;
}

/** FLOATS */

.btn-whatsfloat {
  position: fixed;
  bottom: 70px;
  right: 15px;
  text-align: center;
  z-index: 1000;
}

.btn-whatsfloat img {
  width: 55px;
  height: 55px;
}

#backToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  outline: none;
  background-color: #777;
  cursor: pointer;
  padding: 4px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}

#backToTopBtn i.bx {
  font-size: 32px;
  color: white;
}

#backToTopBtn:hover {
  background-color: #333;
}

#socialBtnsContainer {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.social-btn {
  display: block;
  /* Os botões são exibidos um abaixo do outro */
  margin-bottom: 10px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
}

/** END FLOATS */

.sec-optionais h2 .text-primary {
  color: #000 !important;
  text-shadow: 2px 2px 2px #fff;
  /* Sombra branca */
}

.copyright-line {}

.list-opcionais li i {
  color: #999 !important;
}



.thumbnails-container>div {
  height: 80px;
}

.thumbnails-container>div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sortable li:active {
  cursor: grabbing;
}

.img-empresa {
  max-height: 400px;
}

.container.main-content {
  min-height: 500px;
}

.veiculoitem .card-body h5 {
  font-size: 0.8rem;
}

.veiculoitem .card-body {
  padding: .5rem 1rem !important;

  &.bottom {
    padding-top: 0;
  }
}

.veiculoitem p {
  font-size: .9rem;
}

.veiculoitem p img {
  width: 18px;
}

.veiculoitem p img.bigger {
  width: 24px;
}

.veiculoitem .price {
  text-align: center;
  padding-block: .5rem;
  margin-inline: -1rem;
  background-color: #202020;
  color: #FFF;
  width: calc(100% + 2rem);
  font-size: 21px;
}


.veiculoitem h5.v-marca {
  color: #999;
  font-size: 0.8rem;
}

.veiculoitem p.p-lastline {
  padding-top: 5px;

}

.veiculoitem p .v-valor {
  color: #999;
  border: 1px solid #999;
  padding: 4px 10px;
  border-radius: 5px;
  display: inline-block;
}

.span-info-carro {
  display: flex;
  justify-content: center;
  font-size: 12px;
  opacity: .65;

}

.span-info-carro img {
  width: 25px;
}

p.text-carro {
  font-size: 16px;
  text-align: center;
}

img.lazy {
  transition: opacity 0.5s ease-in-out;
  /* Transição suave da opacidade */
}

#veiculoCarousel .carousel-control-next-icon {
  filter: drop-shadow(-1px 0px 0px #999);
}

#veiculoCarousel .carousel-control-prev-icon {
  filter: drop-shadow(-1px 0px 0px #999);
}

#veiculoCarousel img {
  object-fit: cover;
  margin: 0 auto;
}

#veiculoCarousel img.lazy {}

#veiculoCarousel img.loading {
  width: 100%;
  opacity: 1 !important;
}

/* XS */
img.img-fit {
  object-fit: cover;
}

img.img-fit.lazy,
img.img-fit.nophoto {}

.aspect-4-3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.aspect-4-3::before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 3/4 = 75% para manter proporção de 4:3 */
}

.aspect-4-3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.aspect-16-9 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.aspect-16-9::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 9/16 = 0.5625 ou 56.25% para manter proporção de 16:9 */
}

.aspect-16-9 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.cnpj-razao {
  display: none;
}

.divider {
  width: 100%;
  height: 32px;
  color: #000;
}

@media (max-width: 596px) {
  .navbar-brand {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: 0 !important;
  }
}