.pagination {
    text-align: center;
    margin: 30px 0;
}
.page-numbers {
    padding: 5px 9px;
    background: green;
    border-radius: 5px;
    color: white;
    margin: 5px;
    font-weight: bold;
}
h1.category-title {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    color: #003a76;
    border-bottom: 2px solid #80808040;
    padding-bottom: 25px;
    margin: 40px 0;
}
div#filtro-entradas {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #80808040;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
      .categoria-activa {
          font-weight: bold;
          color:#2ea3f2 !important;
      }
.tarjeta-imagen {
    height: 240px;
	overflow: hidden;
}


.tarjetas-entradas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.tarjeta-entrada {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-bottom: 15px;
}

.tarjeta-imagen img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
}

.tarjeta-categoria {
		text-align: left;
    margin: 10px 0 0 20px;
    font-size: 14px;
    color: #2ea3f2;
    font-weight: bold;
}

.tarjeta-titulo {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    min-height: 70px;
    text-align: left;
  padding:0 20px;
}

.tarjeta-titulo a {
    text-decoration: none;
    color: #003a76;
}

.tarjeta-leer-mas {
		margin: 10px 0 0 20px;
    text-align: left;
}

.boton-leer-mas {
    display: inline-block;
    background: green;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
}

.boton-leer-mas:hover {
    background: #336d33;
}
