/*Este es el slider 7*/
.banner-inmotek {
    padding: 200px 0;
    position: relative;
    width: 100%;
    background-color: #bfbfbf;
    border: 1px solid #bfbfbf;
    margin-bottom: 2%;
    height: 750px;
}

.slider-inmotek {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.carousel-caption {
    bottom: 48%;
    text-shadow: 1px 1px 1px #2F2F2F;
}

.carousel-caption h3{
    font-size: 2.75rem;
}

.carousel-caption p {
    font-size: 1.2rem;
}

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

.carousel-item .bck_item {
    width:100%;
    height:100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50%;
    position: absolute;
}

.carousel-item .img_item {
    width: 100%;
    height: 100%;
    background-size: auto;
    display: block;
    z-index: -1;
    position: relative;
    background-position: center;
    /*filter: blur(4px);*/
}

.carousel-inner {
    height: 100%;
}
/*----*/