/* Custom overrides for Grupo de Mulheres Arco-Íris da Justiça - Marabá */

.rainbow-divider {
  display: flex;
  height: 6px;
  width: 120px;
  margin: 18px auto 0;
  overflow: hidden;
}
.text-md-left .rainbow-divider,
.text-left .rainbow-divider {
  margin-left: 0;
}
.rainbow-divider span {
  flex: 1 1 0;
}
.rainbow-divider span:nth-child(1) { background: #E63946; }
.rainbow-divider span:nth-child(2) { background: #F4A100; }
.rainbow-divider span:nth-child(3) { background: #FFD23F; }
.rainbow-divider span:nth-child(4) { background: #2A9D8F; }
.rainbow-divider span:nth-child(5) { background: #3A86FF; }
.rainbow-divider span:nth-child(6) { background: #7B2D8E; }

.footer-brand img,
.rd-navbar-brand img {
  height: auto;
}

.box-icon-ruby-icon {
  font-size: 40px;
}

.clients-modern {
  background: #ffffff;
}

.badge-placeholder-note {
  margin-top: 10px;
  font-size: 12px;
  color: #9b9b9b;
  text-align: center;
}

@media (max-width: 575px) {
  .swiper-slider-modern .slider-modern-title {
    font-size: 42px !important;
  }
}

.texto-trajetoria {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}
/* Remove o efeito preto e branco das fotos da Nossa Coordenação */
.team-classic-figure img {
  filter: none !important;
  -webkit-filter: none !important;
}

/* Mantém colorido também ao passar o mouse */
.desktop .team-classic:hover .team-classic-figure img {
  filter: none !important;
  -webkit-filter: none !important;
}