
.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: 64px;
    font-weight: 700;
}
.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;
}
.Inicio__titulo{
    color: #121212;
    font-size: 40px;
    font-weight: 700;
}
.Inicio__texto{
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}
.Inicio__btn{
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    background-color: #D60B52;
    color: white;
    font-size: 16px;
}
.Inicio__btn:hover{
    background-color: #D60B52;
    color: white;
}
.Inicio__btnIcon{
    transition: all 0.5s ease-in-out;
    transform: rotate(0deg);
    display: flex;
    align-items: center;
}
.Inicio__btn:hover .Inicio__btnIcon{
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
}
