.hero-pages {
    height: 100vh;
    position: relative;
    background: url("./images/autosm.jpg") center/cover no-repeat;

    /* Animación */
    opacity: 0;
    animation: fadeInHero 1.5s ease-in-out forwards;
}