
.carousel-indicators.Sliders {
    left: 8%;
    display: block;
    margin-left: 0;
    bottom: 50px;

   /*top: 75%;
   height: 10px; */
}
.carousel-indicators.Sliders [data-bs-target] {
    height: 5px;
    width: 45px;
}
.carousel-indicators.clientes button.active {
    background-color: #CCCCCC;

   /*top: 75%;
   height: 10px; */
}
.carousel-indicators.clientes button{
    background-color: #CCCCCC80;
}
.carousel-indicators.clientes [data-bs-target] {
    height: 5px;
    width: 30px;
}

.SliderTexto{
    color: #ECEDEF;
    font-size: 54px;
    font-weight: 600;
}
.SliderTexto p:nth-child(2){
    font-size: 22px;
    font-weight: 400;
}
.Inicio_hilado_link{
    text-decoration: none;
    position: relative;
    height: 100%;
    display: block;
    /* width: 100%; */
}
.hilado_titulo{
    font-size: 24px;
    color: white;
    position: absolute;
    width: 90%;
    bottom: 40px;
    display: flex;
    justify-content: end;
    margin-right: 70px;
}
.video-titulo{
    font-size: 40px;
    color: white;
    position: absolute;
    bottom: 95px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

