.hero-banner{
    height: 100%;
    .bannerImagenesInicio{
        height: 100%;
        .splide__track{
            height: 100%;
            .splide__slide{
                height: 100%;
                width: 100% !important;
                display: flex;
                justify-content: center;
                align-items: center;
                picture{
                    width: 100%;
                    height: 100%;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        object-position: center;
                    }
                }
            }
        }
    }
}