
.carousel-indicators {
    left: 8%;
    display: block;
    margin-left: 0;
    bottom: 95px;
  
   /*top: 75%;
   height: 10px; */
}
.carousel-indicators [data-bs-target] {
    height: 5px;
    width: 45px;
}
.imgPrincipal_titulo{
    color:white;
    font-family: 'Roboto-Regular';
    filter: brightness(1);
    margin-left: 12%;
    
}
.imgPrincipal_titulo p:first-of-type{
    font-size: 40px;
}

.ContenedorBuscador{
    height: 146px;
    position: relative;
    bottom: 145px;
    margin-bottom: -150px;
    background-color:#00000080;
}
.section__title{
    font-family: 'Roboto-Regular';
    color: #020202;
    font-size: 36px;
    margin-top: 35px;
}
.section__text{
    font-family: 'Roboto-Regular';
    color: #020202;
    font-size: 20px;
    margin-top: 10px;
}
.Categorias__sectionTitle{
    font-family: 'Roboto-Regular';
    color: #020202;
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}

.tituloSeccionEmpresa{
    font-family: 'Roboto-Regular';
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.textoSeccionEmpresa{
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 21px;
    margin-top: 20px;
    color: #B1B3B5;
}

@media screen and (max-width:468px) {
    /* .ContenedorBuscador{
        height: initial;
        position: relative;        
        margin-top: 200px;
        background-color: transparent;
    } */
}