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

.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;
}