/** Shopify CDN: Minification failed

Line 17:15 Unexpected "{"
Line 17:24 Expected ":"
Line 17:31 Unexpected "{"
Line 23:15 Unexpected "{"
Line 23:24 Expected ":"
Line 28:15 Unexpected "{"
Line 28:24 Expected ":"
Line 39:15 Unexpected "{"
Line 39:24 Expected ":"
Line 48:15 Unexpected "{"
... and 3 more hidden warnings

**/
/* START_SECTION:brand-logo (INDEX:11) */
.brand-slider-{{ section.id }} {
  overflow: hidden;
  width: 100%;
}

/* CONTAINER INTERNO (AGORA O PADDING FUNCIONA) */
.brand-slider-{{ section.id }} .brand-container {
  padding: 80px 20px;
  text-align: center;
}

.brand-slider-{{ section.id }} .brand-slider-title {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 50px;
  color: #000;
  text-align: center;
  letter-spacing: -0.5px;
}

/* TRACK */
.brand-slider-{{ section.id }} .logo-track {
  display: flex;
  gap: 80px;
  align-items: center;
  width: max-content;
  will-change: transform;
}

/* LOGOS */
.brand-slider-{{ section.id }} .brand-logo img {
  height: 40px;
  width: auto;
  opacity: 0.8;
  transition: 0.3s;
}

.brand-slider-{{ section.id }} .brand-logo img:hover {
  opacity: 1;
}
/* END_SECTION:brand-logo */
