#busca-avancada{
    border-radius: 10px 0 0 0;
}
#pesquisa-avancada{
    width: 100%;
    height: 100%;
}
.tituloBusca{
    font-size: 1.2rem;
}
.bgCinza{
    background-color: #F0F0F0;
}
.form.b{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.form-group{
    margin: 0px;
}
.form.b .form-group{
    border-radius: 0.75em;
}
.form-busca{
    display: block;
    width: 100%; 
}
.busca-botao{
    border: none;
    border-radius: 10px;
    background-color:#a6a6a6 !important;
}
.btn-campo-busca{
    height: 46px;
    border-radius: 0px;
    width: 300px;
}
.div-busca{
    display: block;
    width: 100%;
    font-size: 20px;
    border-radius: 0px 12px 12px 12px;
}
.nav{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs .nav-link.active {
    color: white;
    background-color: black;
    border-color: white;
}

.nav-link:not(:checked) + .nav-item {
    background-color: #ccc;
  }

.nav-tabs li.not-active a {
    background-color: #e6e6e6;
  }
.btn:first-child:active{
    background-color: black;
}
.div-busca ul li button.botao-inativo{
    color: grey;
    --bs-nav-link-hover-color: grey;
    background-color: #e6e6e6;
}
.form-check-input:checked {
    background-color: black !important;
    border-color: black !important;
}
.button{
    background-color: #a6a6a6;
    border-color: #a6a6a6;
}
.div-bloco-logo{
    border-radius: 10px;
}
@media screen and (max-width: 400px){
    #myTab{
        padding: 0;
        font-size: 15px;
    }
}
@media screen and (max-width: 350px){
    .nav-item{
        margin: 0!important;
    }
}
@media screen and (min-width: 768px){
    .inputBtnBusca{
        margin-right: 1.5rem;
    }
}
@media screen and (max-width: 767px){
    .btn-campo-busca{
        width: 100%;
        margin-top: 0.5rem;
    }
}
@media screen and (min-width: 410px) and (max-width: 575px){
    .container-marcas{
        display: none !important;
    }
}
@media screen and (max-width: 576px){
    .tituloBusca{
        text-align: center!important;
    }
}