#inicioS1 {
    height: 70vh;
    width: 100%;
    background-image: url('../img/slider/lifetimes_cuidados_03.jpg');
    background-color: rgb(100, 100, 100);
    background-blend-mode: soft-light;
    padding: 1px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
}

#inicioS2 {
    height: 70vh;
    width: 100%;
    background-image: url('../img/slider/lifetimes_monitor_1.jpg');
    background-color: rgb(100, 100, 100);
    background-blend-mode: soft-light;
    padding: 1px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
}

.carousel-inner .carousel-item {
    height: 70vh;
}

#slides {
    background-color: rgb(100, 100, 100);
    overflow: hidden;
    max-height: 450px;
}

@media only screen and (max-width: 900px) {
    #slides {
        max-height: 350px;
    }
}

@media only screen and (max-width: 400px) {
    #slides {
        max-height: 250px;
    }
}

#carouselEmpresa .texto {
    position: relative;
    top: -50%;
    color: red;
}