
.espacio{
    width: 100%;
    height: 116px;
}


.carousel-inner{
    width: 100%;
    height: 90vh;
}
.carousel-item{
    width: 100%;
    height: 100%;
}
.carousel-item img{
    height: 100%;
}


@media screen and (max-width: 991px){
    .carousel-inner{
        width: 100%;
        height: 50vh;
    }
    .carousel-item img{
        width: 100%;
        height: 100%;
    }
    .redes{
        height: 20vh;
    }
    .dts_itaes{
        height: 30vh;
        font-size: 25px;
    }
}