/*** Botones Flotantes ***/
.banner-container {
    position: relative;
}

.banner-container::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.4);
    z-index: 0;
}

.banner { 
    position: relative;
    padding-block: 5rem;
    z-index: 10;
}