
.carousel-indicators .Sliders {
    left: 0;
    display: block;

    bottom: 95px;

   /*top: 75%;
   height: 10px; */
}
.carousel-indicators .Sliders [data-bs-target] {
    height: 5px;
    width: 45px;
}
.carousel-indicators .clientes {
    display: block;
    bottom: 95px;

   /*top: 75%;
   height: 10px; */
}
.carousel-indicators.clientes button.active {
    background-color: #53658B;

   /*top: 75%;
   height: 10px; */
}
.carousel-indicators.clientes button{
    background-color: #CCCCCC80;
}
.carousel-indicators .clientes [data-bs-target] {
    height: 5px;
    width: 45px;
}
.container__icons{
    background-color: #F3F3F3;
    position: relative;
    top:-50px;
    border-radius:22px;
}
.imgPrincipal_titulo{
    color:#FFFFFF;
    filter: brightness(1);
    font-size: 50px;
    font-weight: 600;
    margin-top: 50px;
}
.imgPrincipal_titulo p:nth-child(2){
    font-size: 20px;
    font-weight: 400;
    margin-top: -50px;
}
.Inicio_titulo{
    font-size: 20px;
    color: black;
    font-weight: 600;
}
.Inicio_texto{
      font-size: 15px;
    color: black;
    font-weight: 300;
}
.Inicio__tituloServicio{
    font-size: 32px;
    color: white;
    font-weight: 400;
    text-align: center;
    margin-top: 35px;
}
.Inicio__tituloIconoServicio{
     font-size: 24px;
    color: white;
    font-weight: 400;
    margin-top: 30px;
}
.Inicio__textoIconoServicio{
     font-size: 14px;
    color: white;
    font-weight: 400;
    margin-top: 12px;
}
@media (max-width:400px) {
    .container__icons{
        position: relative;
        top: 0px;
    }
}

