.banner-principal {
    width: 100%;
    aspect-ratio: 1920 / 600;

    background-image: url("<?= base_url ?>assets/img/views/inicio/slider3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}