/* public/css/style.css */
body {
    background-color: #f8f9fa;
}

.bg-primary {
	background-color: #066C93 !important;
}

.card {
    border: none;
    border-radius: 0.75rem;
}

.card-header {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.btn-primary {
    background-color: #066C93;
    border-color: #004a99;
}

.btn-primary:hover {
    background-color: #004a99;
    border-color: #003d80;
}

.card > .card-img-top-cover {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 0.75rem 0.75rem 0 0;
}

.evento-logo {
  width: 40%; /* Defina a largura desejada */
  height: 0; /* Defina a altura desejada */
  float: left;
  padding-bottom: 40%;
  background-position: center; /* Centraliza a imagem */
  background-size: cover; /* Redimensiona a imagem para cobrir o elemento */
  background-repeat: no-repeat; /* Garante que a imagem não se repita */
  margin: 0px 10px 10px 0;
}
