.contenedorImgCars{
    display: flex;
   
    max-width: 100%;
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    align-items: center;
    justify-content: center;
  }
  .contentCars img{
    object-fit: contain;
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .imgCars{
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
    pointer-events: none;
  }
  
  .banner{
    display: flex;
    max-width: 100%;
    height: auto;
    margin: 1rem;
    align-items: center;
    justify-content: center;
  }
  .bannerCar img{
    object-fit: contain;
    display: block;
    max-height: 100%;
    max-width: 100%;
  }