/*Este es el slider 3*/
.banner-inmotek {
    padding: 0;
    background-size: 0;
}

.position-text-slider {
    position: relative;
    z-index: 1;
}

.background_shadow_slider::after {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 576px) {}

@media (min-width: 992px) {
    .banner-inmotek {
        padding: 200px 0;
        position: relative;
        z-index: 0;
        background-size: cover;
        background-position: center center;
        background-position-y: center;
        background-position-y: center;
        background-repeat: no-repeat;
        width: 100%;
        background-color: #969696;
        height: 600px;
        --name_file: "slider_3";
    }
}