/*.sv-cards-eventos {
  height: 360px;
  width: 100%;
}*/

.sv-card-eventos {
  width: 322px;
  height: 100%;
  border: 2px solid #A9A9A9;
  border-radius: 1rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.sv-capa-card {
  width: 100%;
  height: 322px;
  background-image: url("https://services.uniguacu.com.br/wp-content/uploads/2024/06/Media.png");
  background-size: cover;
  background-position: center center;

  border-radius: 0.9rem 0.9rem 0 0;
}

.sv-btn-eventos {
  display: flex;
  text-decoration: none;
  color: #004a98;
}

img.sv-icon-seta {
  width: 22% !important;
}

