.page-content {
    font-family: 'Roboto' !important;
}

.page-content h3 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 7.5px;
    color: black;
}

.page-content h4 {
    font-size: 21px !important;
    color: black !important;
    font-family: 'Roboto' !important;
}

.page-content p {
    font-size: 17px;
    margin: 10px !important;
    color: black;
    
}

.page-content a {
    font-size: 20px;
    text-decoration: none !important;
    margin-top: 7.5px;  
}

.page-content li p {
    font-size: 14px;
    margin-top: 5px !important;
}

.page-content li {
    margin: 20px !important;
}

.page-content .botones a {
    font-size: 14px !important;
    margin-top: 0;
}

.boletin-enlace {
    color: #357EB3 !important;
}

/* FORMULARIO PRINCIPAL */
form {
    display: flex;
    align-items: center;
    gap: 5px;
}

form input[type="text"] {
    flex: 9;
    padding: 10px;
    border: 2px solid #a5cae5;
    border-radius: 5px;
    font-size: 16px;
}

form button {
    flex: 1;
    padding: 10px;
    background-color: #0073e6;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* PAGINACIÓN */
.form-paginacion {
    display: inline-block;
}

.form-paginacion input {
    width: 55px;
    text-align: center;
}

.form-paginacion button {
    padding: 5px 10px;
}

/* OCULTAR SPIN EN NÚMEROS */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* FILTROS */
.filtros-busqueda {
    display: flex;
    gap: 30px;
}

.filtro {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filtro p {
    margin: 0;
    font-weight: bold;
    color: #357EB3;
}

/* BOTONES */
.botones {
    display: flex;
    gap: 10px;
}

.boton {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    color: #ffffff !important;
    background-color: #357EB3;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #e6f3ff;
    text-decoration: none !important;
}

.boton:hover {
    background-color: #ffffff;
    color: #a5cae5 !important;
    border: 2px solid #a5cae5;
}

.boton-orden.activo,
.boton-agrupacion.activo {
    background-color: #ffffff;
    color: #a5cae5 !important;
}

.boton-paginacion{
    margin: 0 !important;
    padding: 0 !important;
    font-size:15px !important;
}

.paginacion {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}


