.hidden {
  display: none;
}

.pagination-container {
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  padding: 1rem 0;
  justify-content: center;
}

.pagination-number,
.pagination-button {
  font-size: 1.1rem;
  background-color: transparent;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: .2rem;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  background: #fff;
}

.pagination-number.active {
  color: #fff;
  background: #00007b;
}

#map {
  min-height: 500px;
  height: 500px;
}

.uk-card-media-top img {
  min-height: 214px;
  max-height: 214px;
  height: 214px;
}

.aqui h4 {
  font-size: 23px;
}

.uk-light .uk-tab>.uk-active>a {
  color: #333;
  border-color: #00007b;
}

.uk-light .uk-button-text {
  color: #00007b;
  font-family: 'IBM Plex Sans', sans-serif;
}

.uk-light .uk-button-text:hover {
  color: #00007b;
}

ul.styled {
  list-style: none;
}

ul.styled li::before {
  content: "\2022 ";
  color: #f56377;
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.5em;
}

ul.styled.check li::before {
  content: "\2713";
}

.circled-text {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #f56377;
  border-radius: 50%;
  padding: 2rem;
  text-align: center;
  font-size: 0.75rem;
}
.lef-fin .uk-active{
  background-color: #e4e2e3 !important;
}