.flickity-page-dots {
  bottom: -12px;
}
/* white circles */
.flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}

.carousel-cell-banner-principal {
  width: 100%; /* full width */
  min-height: 600px; /* height of carousel */
  margin-right: 10px;
  text-align: center;
}

.carousel-cell-parceiros {
  width: 100%; /* full width */
  min-height: 360px; /* height of carousel */
  margin-right: 10px;
  text-align: center;
}

.carousel-cell-marcas {
  width: 120px; /* full width */
  min-height: 120px; /* height of carousel */
  margin-right: 10px;
  text-align: center;
}
