@font-face {
    font-family: 'Trueno';
    /* QUITA la barra inicial '/' y QUITA 'includes'. 
       Simplemente entra a la carpeta 'fonts' que está junto al css */
    src: url('fonts/TruenoRg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Trueno', sans-serif;
}

.listado ul {
    font-size: 14px;
    color: rgb(1, 0, 59);
}

.listado {
    padding: 16px;
    font-weight: 300;
}

.modal_head {
    background-color: #17a2b8;
    padding: 15px; /* Corregido: se eliminó el punto y coma extra al inicio */
    color: white;
    width: 100%;
}

.modal_head2 {
    background-color: #f37021;
    padding: 15px;
    color: white;
    width: 100%;
}

.titulos h2 { 
    font-family: 'Trueno', sans-serif !important;
    font-weight: bold !important;
     color: rgb(3, 13, 43);
}

/* Centrado y ancho automático */
table.dataTable td.dt-center {
    white-space: nowrap;
}

/* Agrega esto en tu archivo .css principal */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before {
    display: none; 
}



