/*
Theme Name: themeFiscalia2025
Theme URI: https://fiscalia.gov.co
Author: Johnny Escudero
Author URI: https://kol3.co
Description: Tema base institucional de la Fiscalía 2025, construido con Bootstrap 5.
Version: 1.0
License: GPLv2 or later
Text Domain: themeFiscalia2025
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.b_ficalia {
    background-color: #06549e;
}

.bg-primary {
    background-color: #06549e !important;
}

.body {
    font-family: 'Roboto', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "opsz" 14,
        "wght" 400;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #06549e;
}

.td-page-title,
.td-page-title h1 {
    color: var(--td_page_title_color, var(--td_text_color, #111));
}

.c_fiscalia {
    color: #06549e;
}

h1 a,
h2 a,
h3 a,
h4,
h5 a,
h6 a {
    text-decoration: none;
}

.roboto-font {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.contratos-filters button {
    padding: 6px 10px;
    background: #06549e;
}

label {
    color: #07549e;
    font-size: 0.9rem;
    font-weight: 600;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #07549e;
    ;
    border-color: #07549e;
    ;
}