#highlights {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 2.5%;
}

#highlights figure,
#highlights img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

div#brandIndexContainer {
  background: #f7f7f7;
  padding: 60px 0;
}
a.verMarcas:hover {
    background: black;
    color: white;
}
.brandsLogoContainer .slick-slide {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.verMarcas {
  padding: 10px 20px;
  transition: all 0.2s;
  border: 1px solid;
  margin: 60px auto 0px;
  position: relative;
  display: block;
  width: fit-content;
  overflow: hidden;
}

.brandIndexTitle {
  text-align: center;
  margin-bottom: 70px;
  font-weight: 600;
  font-size: 23px;
  font-family: "Pp Mori";
}

.highlight {
  position: relative;
  width: 100%;
  display: block;
  height: auto !important;
  text-align: center;
  color: #fff;
  font-size: 48px;
  text-decoration: underline;
}

img.brandLogo {
  width: 63%;
  object-fit: contain;
  height: 100%;
}

.widthContainer {
  width: 100%;
}

#imageGroupTitle {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #333234;
  text-align: center;
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li button:before {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  color: transparent;
  opacity: 0.5;
  font-size: 0;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #imageGroups {
    width: 100%;
  }

  .brandsLogoContainer .slick-slide {
    min-height: 220px;
    justify-content: center;
  }
  .brandIndexTitle {
    font-size: 20px;
    margin-bottom: 20px;
}

#highlights {
    margin-bottom: 50px;
}
  .sliderContainer {
    margin-bottom: 40px;
  }
}
