@media (max-width: 768px) {
  .widget-lista-eventos .mb-lg-5.mb-3 {
    justify-content: center !important;
  }
  .widget-lista-eventos .mb-lg-5.mb-3 div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .widget-lista-eventos .mb-lg-5.mb-3 div span {
    text-align: center;
  }
}
.widget-lista-eventos .title-slide-conteudo {
  font-family: "Istok Web", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #003EA5;
  margin-bottom: 0;
}
.widget-lista-eventos .title-slide-conteudo strong, .widget-lista-eventos .title-slide-conteudo b {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .widget-lista-eventos .title-slide-conteudo {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 0;
    text-align: center;
  }
}
.widget-lista-eventos .texto-extra {
  display: block;
  margin: 24px 0;
}
.widget-lista-eventos a {
  text-decoration: none;
  color: #000;
}
.widget-lista-eventos a.btn {
  border: none;
  border-radius: 5px;
  background-color: #003EA5;
  color: #FFF;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
  min-width: 120px;
}
.widget-lista-eventos a.btn:hover {
  background-color: #C6A27C;
  text-decoration: none;
  color: #FFF;
}
.widget-lista-eventos .topo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
@media (max-width: 768px) {
  .widget-lista-eventos .topo {
    flex-direction: column-reverse;
    gap: 16px;
    width: 100%;
  }
  .widget-lista-eventos .topo * {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin-top: 10px;
    text-align: center;
  }
  .widget-lista-eventos .topo input {
    display: none;
  }
}
.widget-lista-eventos .categorias {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .widget-lista-eventos .categorias {
    display: none;
  }
}
.widget-lista-eventos .categorias .categoria button {
  border-radius: 5px;
  border: none;
  padding: 8px 16px;
  background: none;
  color: #000;
}
.widget-lista-eventos .categorias .categoria button:hover {
  color: #FFF;
  background-color: #C6A27C;
}
.widget-lista-eventos .categorias .categoria span {
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 5px;
}
.widget-lista-eventos .categorias .categoria span:hover {
  background-color: #C6A27C;
  color: #FFF;
}
.widget-lista-eventos .categorias .categoria.ativa span {
  background-color: #C6A27C;
  color: #FFF;
}
.widget-lista-eventos .categorias .categoria.ativa button {
  background-color: #C6A27C;
  color: #FFF;
}
.widget-lista-eventos .listagem {
  display: flex;
  flex-direction: column;
}
.widget-lista-eventos .listagem .evento {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px;
  border: 1px solid #AAA;
  border-radius: 5px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .widget-lista-eventos .listagem .evento {
    flex-direction: column;
    padding: 20px;
  }
}
.widget-lista-eventos .listagem .evento .conteudo {
  width: 70%;
}
@media (max-width: 768px) {
  .widget-lista-eventos .listagem .evento .conteudo {
    width: 100%;
  }
}
.widget-lista-eventos .listagem .evento img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .widget-lista-eventos .listagem .evento img {
    width: 100%;
    height: auto;
  }
}
.widget-lista-eventos .listagem .evento .top {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .widget-lista-eventos .listagem .evento .top {
    flex-direction: column;
    position: relative;
  }
}
.widget-lista-eventos .listagem .evento .top .titulo {
  font-size: 1.5rem;
  font-weight: 700;
}
.widget-lista-eventos .listagem .evento .top .cat {
  background-color: #EEEEEE;
  color: #000;
  padding: 4px 8px;
  font-weight: 600;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .widget-lista-eventos .listagem .evento .top .cat {
    position: absolute;
    right: 0;
    bottom: -25px;
  }
}
.widget-lista-eventos .listagem .evento .top .cat.presencial {
  background-color: #E6EBFF;
  color: #003EA5;
}
.widget-lista-eventos .listagem .evento .top .cat.online {
  background-color: #FFF8DD;
  color: #C6A27C;
}
.widget-lista-eventos .listagem .evento .infos {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.widget-lista-eventos .listagem .evento .infos .dot {
  font-size: 64px;
  height: 20px;
  margin-top: -120px;
}
.widget-lista-eventos .listagem .evento .infos .data, .widget-lista-eventos .listagem .evento .infos .cidade {
  font-size: 0.875rem;
}
.widget-lista-eventos .listagem .evento .descricao {
  margin: 0;
}
.widget-lista-eventos .listagem .evento .btn {
  margin-left: auto;
  padding: 8px 16px;
  min-width: 125px;
  background: none;
  border: none;
  border-radius: 0;
  color: #000;
  display: flex;
  gap: 12px;
}
@media (max-width: 768px) {
  .widget-lista-eventos .listagem .evento .btn {
    margin-left: 0;
    margin-right: auto;
    padding: 8px 0;
  }
}
.widget-lista-eventos .listagem .evento .btn i {
  height: 16px;
  font-size: 0.75rem;
  color: #000;
  fill: #000;
  -webkit-text-stroke: 1px;
}
.widget-lista-eventos .listagem .evento .btn i::before {
  color: #000;
  fill: #000;
}