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

   /*top: 75%;
   height: 10px; */
}
.carousel-indicators .Sliders [data-bs-target] {
    height: 5px;
    width: 45px;
}
.carousel-indicators .clientes {
    left: 8%;
    display: block;
    margin-left: 0;
    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;
}
.imgPrincipal_titulo{
    color:#131313;
    filter: brightness(1);
    margin-left: 12%;
    font-size: 40px;

}


.ContenedorBuscador{
    height: 146px;
    position: relative;
    bottom: 145px;
    margin-bottom: -150px;
    background-color:#00000080;
}
.section__title{
    color: #020202;
    font-size: 36px;
    margin-top: 35px;
}
.section__text{
    color: #020202;
    font-size: 20px;
    margin-top: 10px;
}
.Categorias__sectionTitle{
    color: #020202;
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}
.tituloSeccionEmpresa{
    font-size: 32px;
    color: black;
    font-weight: 700;
    margin-bottom: 23px;
}
.textoSeccionEmpresa{
    font-weight: 400;
    font-size: 15px;
    margin-top: 20px;
    color: black;
    width: 300px;
    text-align: center;
    background-color: white;
    padding: 10px;
}
/*
.thevideo{position: relative;height: auto;}
.thevideo video{height: auto;width: 100%;margin-bottom: -5px;}
.thevideo .txt-cont{background-color: rgba(0, 0, 0, 1); width: 100%; height: auto; display: block; }
.thevideo .txt-video{position: absolute; top: 25%; left:0; padding-left: 6rem; text-align:left;color:white;font-size: 51px;width: 40%;}
.thevideo .txt-video button{background-color: transparent; border: 1px solid #fff;border-radius: 83px; color: white; font-size: 30px; padding: 20px 27px; transition: .5s;}
.thevideo .txt-video button:hover{cursor: pointer;}
.txt-video p {font-size: 51px;opacity: 1;margin-top:30px;color: white;}
.txt-video h1,h2,h3,h4 {font-size: 2rem!important;}
.txt-video h1 b,h2 b,h3 b,h4 b {font-size: 2rem!important;}
.nav-pills .nav-link{color:#000000;}*/
.thevideo{position: relative;height: auto;}
.thevideo video{height: auto;width: 100%;margin-bottom: -5px;}
.thevideo .txt-cont{background-color: rgba(0, 0, 0, 1); width: 100%; height: auto; display: flex;justify-content: center; }
.thevideo .txt-video{position: absolute; top: 50%; text-align:left;color:white;font-size: 60px;}
.thevideo .txt-video button{background-color: transparent; border: 1px solid #fff;border-radius: 83px; color: white; font-size: 30px; padding: 20px 27px; transition: .5s;}
.thevideo .txt-video button:hover{cursor: pointer;}
.txt-video p {font-size: 24px;opacity: 1;margin-top:30px;color: white;}
.txt-video h1,h2,h3,h4 {font-size: 2rem!important;}
.txt-video h1 b,h2 b,h3 b,h4 b {font-size: 2rem!important;}

.div1{
    width:50%;
}
.div2{
     width:50%;
}
@media (max-width: 576px) {
    .thevideo .txt-video {font-size:  20px;top:15%;}
  .txt-video p {font-size: 18px;opacity: 0.7;}
.txt-video h1,h2,h3,h4 {font-size: 32px!important;}
.txt-video h1 b,h2 b,h3 b,h4 b {font-size: 32px!important;}
.div1{
    width:100%;
}
.div2{
     width:100%;
}
}
@media (min-width: 576px) {
    .thevideo .txt-video {font-size:  3.125vw;top:25%;}
  .txt-video p {font-size: 18px;opacity: 0.7;}
.txt-video h1,h2,h3,h4 {font-size: 32px!important;}
.txt-video h1 b,h2 b,h3 b,h4 b {font-size: 32px!important;}
}
.filtro:before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;

    width: 100%;
    height: 100%;
    opacity: 0.6;
    top: 0;
    position: absolute;
}
.highlight{
    font-size: 20px;
    margin-top: 20px;
}
@media screen and (max-width:468px) {
    /* .ContenedorBuscador{
        height: initial;
        position: relative;
        margin-top: 200px;
        background-color: transparent;
    } */
}
