.bg_banner {
  background-image: url("../../images/nuestros_modelos/banner_pc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 621px;
}

#contenedor_buscador_vehiculos_destacados {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
}

.imageninicia {
  height: 344px;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.container_info_modelo{
  padding-left: 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
}

.sombra{
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
}

.sombra_letra{
  text-shadow: 0px 0px 4px rgba(0,0,0,0.6);
}

.imageninicia:hover {
  transform: scale(1.2);
}





/*
.box_shadow{
  border-radius: 20px;
  box-shadow: 2px maroon;
}/*

.contenedor_3_grid_columngape_30.nuestros_modelos .bg_elegir.cuatro {
  background-image: url("http://localhost/salfasur_sistema/images/modelo/1698158377_hennessey-mammoth-1000-trx-asi-es-la-camioneta-mas-picante-y-potente-del-mundo-1195419.jpg");
  height: 344px;
  transition: all 0.3s ease-in-out;
}

.contenedor_auto_encuentra_el_vehiculo.uno:hover .bg_elegir.cuatro {
  background-image: url("../../images/home/4_2.jpg");
}

.contenedor_3_grid_columngape_30.nuestros_modelos .bg_elegir.cinco {
  background-image: url("../../images/home/5.jpg");
  height: 344px;
  transition: all 0.3s ease-in-out;
}

.contenedor_auto_encuentra_el_vehiculo.dos:hover .bg_elegir.cinco {
  background-image: url("../../images/home/5_2.jpg");
}

.contenedor_3_grid_columngape_30.nuestros_modelos .bg_elegir.seis {
  background-image: url("../../images/home/6.jpg");
  height: 344px;
  transition: all 0.3s ease-in-out;
}

.contenedor_auto_encuentra_el_vehiculo.tres:hover .bg_elegir.seis {
  background-image: url("../../images/home/6_2.jpg");
}


.acercarImagen {
  height: 344px;
  transition: all 0.3s ease-in-out;
}

#contenedor_buscador_vehiculos_destacados select {
  width: 80%;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url(../../images/icon/flecha_abajo_gris_select.png);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 48%;
  border-radius: 2px;
  margin-right: 0;
  padding: 1rem;
  padding-right: 2rem;
}

#contenedor_buscador_vehiculos_destacados select:focus-visible {
  outline: none;
}

#contenedor_buscador_vehiculos_destacados .buscador_contenedor_inputs {
  height: 68px;
}

.bg-img {
  background-image: '';
}

/*# sourceMappingURL=nuestros_modelos.css.map */