.img-box-veiculo,
.img_box img {
  aspect-ratio: 4/3; 
  object-fit: contain !important; 
  object-position: center !important; 
}

.veiculos_recentes .img-box-veiculo {
  object-fit: contain;
  object-position: center;
  border-radius: 10px 10px 0px 0px;
}

.b-items__cars-one-img .img_box img {
  width: 100%;
  max-height: 190px;
  object-fit: cover;
  object-position: center;
}

.img-placeholder {
  width: 100%;
  max-height: 265px;
  object-fit: cover;
  object-position: center;
}
.b-items__cars-one-img-type.m-premium {
  white-space: nowrap;
  border-radius: 4px;
}
section.b-review .owl-nav {
  text-align: center;
}
.row.details .col-md-6.ladoa,
.row.details .col-md-6.ladob {
  width: 50%;
}
.view-desktop{
  display: block;
}
.view-mobile{
  display: none;
}
.row.details {
  display: flex;
  flex-direction: row;
  padding-top: 0px;
  padding-bottom: 10px;
}
.row.details .hidden-xs {
  display: block !important;
}
.modal-header .close {
  margin-top: -20px !important;
}
.btn {
  font-weight: 600 !important;
  box-shadow: 5px 3px 3px 0px rgb(83, 83, 83);
  text-decoration: none;
}
.box-btn-estoque {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-estoque {
  display: block;
  background: var(--primary_color);
  color: white;
  font-weight: 600;
  margin-bottom: 10px;
  box-shadow: 5px 3px 3px 0px rgb(83, 83, 83);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .detalhes_veiculo .box-info .b-detail__main-info-text,
  .detalhes_veiculo .box-info .b-detail__main-info-extra,
  .detalhes_veiculo .box-info h3,
  .detalhes_veiculo .box-info iframe{
    padding-left: 15px;
    padding-right: 15px;
  }
  .session-destaque .owl-item{
    width: 100%;    
  }
  .session-destaque .owl-carousel.owl-drag .owl-item {
    margin-bottom: 10px;
  }
  .session-destaque .destaques_block .img-box-veiculo {
    max-width: none !important;
    max-height: none !important;
  }
  .session-destaque .destaques_block .b-featured__item a{
    aspect-ratio: 4 / 3;
  }
  .session-destaque .owl-carousel .owl-item img{
    width: 100% !important;
  }
  .view-mobile{
      display: block;
  }
  .view-desktop{
    display: none;
  }
  .container{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .b-detail__main-aside {
    padding-left: 15px;
  }
  .b-auto__main #first{
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.details .col-md-6.ladoa,
  .row.details .col-md-6.ladob {
    width: 50%;
  }
}
@media (min-height: 768px) {
  img.mfp-img {
    max-height: 650px !important;
  }
}

@media (min-height: 1080px) {
  img.mfp-img {
    max-height: 900px !important;
  }
}

@media (max-width: 767px) {
  .view-mobile{
    display: block;
  }
  .view-desktop{
    display: none;
  }
}
.nome_loja_hidden{
  display: none;
}