.hero-partners {
  background-image: url("../img/bg-hero-partners.webp");
  background-size: cover;
  /* Substitua pelo caminho da sua imagem de fundo */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Ajuste a altura conforme necessário */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.offline {
  font-size: 4em;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  margin-top: -18px;
}

.presenca {
  font-size: 3.5em;
  line-height: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
  color: #343434;
  text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white,
    -1px 1px 0 white;
  display: inline-block;
}

.events-divisor {
  border: 3px solid var(--first_orange);
  border-radius: 0px 20px 20px 0px;
  width: 75%;
  opacity: 1;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

#section-events {
  /* background-image: url('../img/bg-jeff.webp');
  background-size: cover; */
  /* Substitua pelo caminho da sua imagem de fundo */
  /* background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  /* Ajuste a altura conforme necessário */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
  font-family: "Open Sans", sans-serif !important;
}

#section-events img {
  width: 80%;
  filter: grayscale(10);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

#section-events img:hover {
  filter: none;
  transform: scale(1.2);
}

.next-events a {
  font-size: 2.5rem;
  font-weight: bold;
  padding-right: 1rem;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .presenca {
    font-size: 2.9em;
    line-height: 1.1em;
  }

  .offline {
    font-size: 3.8em;
  }
}
