
.carousel-indicators {
   justify-content: start;
   left: 0;
   margin-left: 4rem;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #C4C4C4;
}
.carousel-indicators .active{
    background-color: #F13427;
}

.ContenedorBuscador{
    height: 146px;
    background-color: #17313A;
}
.section__title{
    font-family: 'Inter-Medium';
    color: white;
    font-size: 32px;
    margin-top: 35px;
}
.section__text{
    font-family: 'Inter-Regular';
    color: white;
    font-size: 16px;
    margin-top: 10px;
}
.Categorias__sectionTitle{
    font-family: 'Inter-SemiBold';
    color: #171559;
    font-size: 30px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}
@media (max-width:600px) {
    .Categorias__sectionTitle{
        justify-content: center;
    }
}
.Category__btnMore{
    font-family: 'Inter-Medium';
    color: #131313;
    background-color: #F5F5F5;
    border: 1px solid #F13427;
    text-transform: none;
}
.Category__btnMore:hover{
    color: #F5F5F5;
    background-color: #F13427;
}
