.hero-bg {
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-bg-home {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('./../images/Home/banner.jpg');
}

.hero-bg-aeropuerto {
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url('./../images/CAT_Aeropuerto/banner_coches_aeropuerto.webp');
}

.hero-bg-automaticos {
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url('./../images/CAT_Automáticos/banner_automatico.webp');
}

.hero-bg-descapotable {
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url('./../images/CAT_Descapotables/descapotable-mini-cooper\ 2.png');
}

.hero-bg-7-9 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url('./../images/CAT_7-9-plazas/banner_7-8.png');
}

.hero-bg-suv {
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url('./../images/CAT_Todoterreno-SUV/4x4-banner\ 2.png');
}

.hero-bg-oficinas {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('./../images/Oficinas/flota-de-coches-turbo.png');
}

.hero-bg-sobre-nosotros {
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url('./../images/Sobre_nosotros/turbo.jpg');
}

.hero-bg-daily {
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url('./../images/Sobre_nosotros/turbo.jpg');
}

.hero-bg-monthly {
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url('./../images/Home/home-banner-o-experiencia.webp');
}
