.brands-slider {
  margin: 1rem auto 1.25rem auto;
}

.brand-explorer {
  margin: 40px 0;
  padding: 0 20px;
}

.brand-explorer__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  text-align: center;
  color: #00377D;
}

.brand-explorer__subtitle {
  font-size: 12px;
  margin-bottom: 16px;
  text-align: center;
  color: #5C5E60;
}

.brand-carousel {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
}

.brand-carousel::-webkit-scrollbar {
  display: none;
}

.brand-item {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.brand-carousel__link {
  display: flex;
  gap: .5rem;
  text-decoration: none;
  color: #9D9FA1;
}

.brand-carousel__link:hover{
  text-decoration: none;
}

.brand-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #FFF;
  border-radius: 50%;
}

.brand-item__icon img {
  object-fit: contain;
}

.brand-item--titleBrand {
  font-weight: 400;
  font-style: Regular;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 9px;
  letter-spacing: 0.7px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #9D9FA1;
}

.brand-carousel__link .brand-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-carousel__link:hover .brand-item {
  transform: scale(1.02);
}


@media screen and (min-width:63.9rem){
  .brand-explorer__title,
  .brand-explorer__subtitle{
    text-align: left;
  }

  .refino-marca.even.filtro_marca{
    display: none;
  }
  .brand-carousel {
   justify-content: center;
  }
}