.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;
}

.button_coantainer_row {
    display:flex;
    flex-direction: column;
    gap: 10px;
}
.button_coantainer_row a{
    white-space: nowrap;
    width: auto;
}

@media only screen and (min-width: 576px) {
  
  .button_coantainer_row {
        display:flex;
        flex-direction: row;
        gap: 10px;
   }
}

/* Certificados */
/* Contenedor principal */
.dt-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

/* Contenedor para dt-length y dt-search */
.dt-container:before {
  content: "";
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}

/* Alinear elementos en la misma línea */
.dt-length, .dt-search {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

/* dt-length a la izquierda */
.dt-length {
  float: left;
  margin-right: 10px;
}

/* dt-search a la derecha */
.dt-search {
  float: right;
  display: flex;
  align-items: center;
}

/* Contenedor para selector */
#selectorContainer {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}

/* Estilos para los inputs */
.dt-input {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 5px;
}

/* Estilos para la tabla */
.dataTable {
  clear: both;
  width: 100% !important;
  margin-top: 10px;
}

/* Estilos para la paginación */
.dt-paging {
  margin-top: 10px;
}

/* Clearfix para resolver problemas de float */
.dt-container:after {
  content: "";
  display: table;
  clear: both;
}