.candidatosC {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.candidatosC > div {
  width: 100px;
  height: 100px;
  overflow: visible;
}
.oabbr {
  position: relative;
}
.onumb {
  position: absolute;
  left: 26px;
  top: -27px;
  background-color: rgb(108, 180, 248);
  padding: 0px 5px;
  border-radius: 8px;
  color: white;
  font-weight: 800;
  text-decoration: none;
}
.loader {
  text-align: center;
  border: 16px solid #f3f3f3; /* Cor de fundo do círculo */
  border-top: 16px solid #3498db; /* Cor do spinner */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite; /* Animação contínua */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.candidatosC a img {
  filter: grayscale(0.5);

  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out; /* Transição para todas as propriedades */
}
.mCand {
  position: relative;
}
.btnfi {
  padding: 10px;
  background-color: green;
  color: white;
  animation: col 2s infinite linear;
  z-index: 9999999;
}
.devoltc {
  position: fixed;
  
  top: 0px;
  left: 0px;
}
@keyframes col {
  from {
    background-color: green;
  }
  50% {
    
    background-color: rgb(19, 192, 19);
  }
}

.imgns img {
  width: 100%;
}
.imgns .doimgns {
  width: 100%;
}
.piscas {
    animation: piss 1s infinite;
}
@keyframes piss {
    from {
       
        transform: scale(1);
    }
    50% {
        filter: brightness(1.1);
        transform: scale(1.1);
        
        z-index: 999999;
        
    }
}
.candidatosC img:hover {
  filter: brightness(1.2);
  transform: scale(1.4, 1.8);
  transition: all 300ms;
  z-index: 9900009;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.332) 0px 3px 10px 2px;
}
@keyframes bubl {
}
.eleito {
  position: absolute;
  top: -99px;
  left: 5px;
  width: fit-content;
  height: fit-content;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.332);
  background-color: #1eb600;
  z-index: 1;
}