.botao-prox-sorteios {
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  background: transparent;
  color: #fff;
  border: 1px solid white;
  padding: 0.85em 0.75em;
  margin-bottom: 2rem;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.botao-prox-sorteios::after {
  content: "";
  background: #ecf0f1;
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
}
.botao-prox-sorteios[class^="slide"]::after {
  transition: all 0.35s;
}
.botao-prox-sorteios[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.botao-prox-sorteios.slide_from_left::after {
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}

.section-campanha .card-title {
  font-weight: bold;
}

.section-campanha .card-text {
  font-family: Inter;
}