:root {
    --azulnetcon: #4d6991; /* rgb(76, 108, 147) */
    --verde: #58a216;
    --azul: #5486ff; /* rgb(84, 134, 255) */
    --fazul: #cad9ff; /* rgb(202, 217, 255) */
    --gris: #f2f2f2; /* rgb(242, 242, 242) */
    --fgris: #e5edff; /* rgb(229, 237, 255); */
    --texto: #21293b; /* rgb(33, 41, 59) */
    --negro: #131314;
}


/*** entorno general */
@font-face { /* 400->texto, 500->controles, 600->títulos, 700->encabezados/secciones */
    font-family: 'Inter';
    src: url('/fuentes/InterVariable.woff2') format('woff2');
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

html {
    background-color: white;
    background-size: cover;
    height: 100%;
    min-height: 100%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
body {
    color: #333;
    width: 100%;
    height: 100%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
html, body, .dx-widget, .dx-button, .dx-texteditor,.dx-datagrid, .dx-radiogroup {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
}

textarea {
    resize: none;
}
a:link, a:visited, a:active {
    text-decoration: none;
}
.marco {
    border: 1px solid #e7ebee;
}
.marcoredondo {
    border: 1px solid #e7ebee;
    border-radius: 10px;
}
.iborde {
    border-left: 1px solid #e7ebee;
}
.rborde {
    border-right: 1px solid #e7ebee;
}
.vlinea {
    border-left: 1px solid #e7ebee;
}
.sombra {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tsombra {
    box-shadow: rgba(50, -50, 93, 0.25) 0px -50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.w-70 {width: 70% !important; }
.w-60 {width: 60% !important; }
.w-40 {width: 40% !important; }
.w-30 {width: 30% !important; }
.w-20 {width: 20% !important; }

.h-100   { height: calc(100vh - 50px) !important; }
.h-100-1 { height: calc(100vh - 50px - 36px - 8px) !important; }
.h-100-2 { height: calc(100vh - 50px - 36px - 36px - 8px) !important; }
.h-100-3 { height: calc(100vh - 50px - 36px - 36px - 36px - 8px) !important; }
.h-100-4 { height: calc(100vh - 50px - 36px - 36px - 36px - 36px - 8px) !important; }
.h-100-5 { height: calc(100vh - 50px - 36px - 36px - 36px - 36px - 36px - 8px) !important; }

.seccion {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 8px;
    width: 100%;
    color: #374151;
    border-bottom: 1px solid #e5e8f0;
    white-space: nowrap;
}
.subseccion {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #505050;
    margin-bottom: 8px;
    transition: opacity linear 100ms;
}


/*** panel de espera */
#wpanel {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    background-color: rgba(242, 242, 242, 0.3);
}
#wpanel.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.wvista {
    width: 240px;
    height: 70px;
    margin-top: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    border-radius: 8px;
    background-color: rgb(255,255,255);
    box-shadow: 0 8px 16px 0 rgba(61, 74, 108, 0.14);
    user-select: none;
}
.wprecarga {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    animation: spin 1.2s linear infinite;
}
    .wprecarga:before, .wprecarga::after {
        content: '';
        position: absolute;
        border-radius: inherit;
    }
    .wprecarga::before {
        width: 100%;
        height: 100%;
        background-image: linear-gradient(0deg, var(--azul) 0%, var(--fazul) 100%);
    }
    .wprecarga::after {
        width: 80%;
        height: 80%;
        background-color: white;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
.wsubmsj {
    font-style: italic;
    font-size: 10px;
    width:180px !important;
}
@keyframes spin { to { transform: rotate(360deg); } }




/*** pagina principal **/
.fapp {
    /* background: url("../img/fondoidc.jpg") no-repeat center center fixed; */
}

.menuinf {
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
    .menuinf::-webkit-scrollbar {
        display: none;
    }
.menuinf {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
    .menuinf a.btn {
        flex-shrink: 0; /* Evita que los botones se aplasten */
    }
    .menuinf .separador {
        flex-shrink: 0;
        margin: 0 4px;
    }

@media (max-width: 1200px) {
    .mentorno,
    .menuinf .ms-auto .separador {
        display: none !important;
    }
}

@media (max-width: 992px) {
    #menu > div:nth-child(2), /* oculta _QListas */
    #menu > div:nth-child(3)  /* oculta _Modulos */ {
        display: none !important;
    }
    .menuinf #ini .app {
        display: none;      /* oculta el titulo de app */
    }
}

@media (max-width: 576px) {
    .menuinf a.btn {
        width: 32px;
        height: 32px;
        font-size: 13px;
        margin: 0 1px;
    }
    .menuinf img {
        width: 70px;
        height: auto;
    }
    .menuinf .separador {
        margin: 0 2px;
        height: 24px;
    }
}


.app {
    font-size: 13px;
    color: #333;
}
.separador {
    height: 38px;
    margin: 0 8px;
    border-left: 1px solid #ddd;
}
a.btn {
    width: 38px;
    height: 38px;
    margin: 0 2px;
    font-size: 16px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.btn i {
    margin: auto;
    display: block;
}
a.btn:hover {
    box-shadow: 0 8px 20px rgb(0,0,0,0.2) !important;
}
a.selbtn {
    border: 1px solid #5CA612;
    color: #5CA612 !important;
}
.mentorno {
    font-size: 10px;
    font-style: italic;
}
.selbtn {
    color: #5486ff !important;
}
    .selbtn .dx-icon {
        color: #5486ff !important;
    }


/*** menu contenedor - drawer */
.menuizq {
    background-color: #E7F2D5;
    width: 190px;
}
.menuder {
    background-color: white;
    width: 200px !important;
    margin-left: 3px;
    box-shadow: -1px 0 3px rgba(61, 74, 108, .24);
}
.ttit {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    letter-spacing: -0.3px;
    white-space: nowrap;
}
.xmenuhab {
    opacity: 0.5;
    cursor: not-allowed !important;
}


/*** ventana modal */
.wventana > .dx-overlay-content {
    height: calc(100vh - 50px - 36px) !important;
}
.wtitulo {
    background-color: whitesmoke !important;
}
.wtit {
    font-size: 14px !important;
    font-weight: bolder;
    margin-right: 10px;
}
.wventana .dx-popup-content {
    padding: 0 !important;
}


/*** capturas */
.fmayus input, .fmayus textarea {
    text-transform: uppercase;
}
.fmayus input.fminus, .fmayus textarea.fminus {
    text-transform: lowercase !important;
}
.fmayus input.tnormal, .fmayus textarea.tnormal {
    text-transform: none !important;
}

.tcapt {
    margin-top: 8px;
    margin-bottom: 3px;
    display: block;
}
.soloLectura {
    pointer-events: none;
}
.numerico {
    text-align: right !important;
}
.capa {
    opacity: 0;
    z-index: 99900;
    background-color: rgba(242, 242, 242, 0.3);
}

.selArchivo {
    margin: 2px 4px;
    background-color: #fff;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e8f0 #e5e8f0 #a4afcb;
}
.cimg {
    background-color: rgba(190, 190, 190, 0.1);
    border: 2px dashed #e5e8f0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cimg img {
    max-width: 100%;
    max-height: 100%;
}

.bloqueo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 100;
}


/*** barra de herramientas */
.tsep {
    height: 22px;
    margin: 0 10px;
    border-left: 1px solid #ddd;
}
.tmsep {
    height: 1px;
    border-bottom: 1px solid #ddd;
}
.tfiltro {
    height: 24px;
    align-content: center;
    padding: 0 4px;
}


/* reportes */
.rptFiltro {
    width: 310px;
    flex-shrink: 0;
    padding: 68px 10px 10px 10px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;

    background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 68px, rgba(255,255,255,1) 68px);
    box-shadow: -20px 0 20px -20px rgba(0, 0, 0, 0.15);
}
    .rptFiltro .rptParams {
        flex-grow: 1;
        min-height: 0;
        overflow: hidden;
    }
    .rptFiltro .rptBtn {
        flex-shrink: 0;
        height: 36px;
        margin-top: 10px;
    }
.btnGenerarReporte {
    border-radius: 15px !important;
    border: 1px solid #5486ff !important;
}
.dxrd-preview .dxrd-right-panel-collapse,
.dxrd-preview .dxrd-right-panel,
.dxrd-preview .dxrd-right-tabs {
    display: none;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-tab-panel-wrapper {
    display: none;
}



/* opciones */
.minimenu {
    border-bottom: 1px solid #ddd;
}
    .minimenu a.btn {
        width: 36px;
        height: 36px;
        margin: 0 2px;
        font-size: 16px;
        border: 1px solid #999;
        display: flex;
        align-items: center;
        justify-content: center;
    }


/* visor xml */
pre {
    font-size: 13px;
    counter-reset: linenumber
}
pre > code:not(:only-child)::before {
    content: counter(linenumber, decimal-leading-zero) ". ";
    counter-increment: linenumber;
    margin-left:15px;
    margin-right:25px;
    border-right: 1px solid var(--fazul);
}
.xml-tag {
    color: rgb(136, 18, 128);
    font-weight: bold;
}
.xml-nombre {
    color: rgb(153, 69, 0);
}
.xml-valor {
    color: #004aeb;
}
.xml-texto {
    color: rgb(136, 18, 128); 
}
.btneliminar {
    border-radius: 5px !important;
    background-color: #BFBBBB !important;
}

    .btneliminar .dx-icon {
        border-radius: 5px !important;
        background-color: #BFBBBB !important;
        color: white !important;
    }

    .btneliminar:hover {
        background-color: white !important;
        color: #BFBBBB !important;
    }

    .btneliminar:hover .dx-icon {
        background-color: white !important;
        color: #BFBBBB !important;
    }


/* graficas */
.container-xl-custom {
    max-width: 2400px;
    margin: 0 auto;
    padding: 30px;
}

.chart-responsive {
    height: 320px;
}

@media (min-width: 1400px) {
    .chart-responsive {
        height: 380px;
    }
}

@media (min-width: 1920px) {
    .chart-responsive {
        height: 450px;
    }
}

@media (min-width: 2560px) {
    .chart-responsive {
        height: 520px;
    }
}

.dx-chart-title {
    font-size: clamp(14px, 1vw, 20px) !important;
}


.waltoAreaGridCab {
    height: calc(100vh - 36px - 50px - 38px - 110px - 63px) !important;
}

.altoGridTab {
    height: calc(100vh - 16px) !important; /* alto pantalla - toolbar sup - menu inferior */
}

.wdatagrid {
    height: calc(100vh - 36px - 50px - 38px - 24px) !important;
}

.wdatagridP {
    height: calc(100vh - 36px - 50px - 38px - 125px) !important;
}

.wGraficas {
    height: calc(100vh - 16px - 50px - 35px) !important;
}


/*Graficas KPI*/
@media only screen and (max-width: 1240px) {
    .graphRow-1-10 {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        width: 100%;
    }

}
/*Graficas IA*/
#contenedorVisor {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}

/* Gráfica ocupa 55% del visor */
#graficaContainer {
    flex: 0 0 55%;
    min-height: 250px;
    overflow: hidden;
    margin-bottom: 20px !important;
}

/* Contenedor de la tabla */
#detalleGrafica {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 5px 5px;
}

#tablaScroll {
    max-height: 250px;
    overflow-y: hidden;
    width: fit-content;
    margin: 0 auto;
}
    #tablaScroll:hover {
        overflow-y: auto;
    }

    #tablaScroll::-webkit-scrollbar {
        width: 4px;
    }

    #tablaScroll::-webkit-scrollbar-thumb {
        background: #6c757d;
        border-radius: 4px;
    }

    #tablaScroll::-webkit-scrollbar-track {
        background: transparent;
    }


/* ENCABEZADO*/
#miTabla thead {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #007bff;
    color: white;
}

/* ANCHOS DE COLUMNAS */
#miTabla th:nth-child(1),
#miTabla td:nth-child(1) {
    width: 120px;
}

#miTabla th:nth-child(2),
#miTabla td:nth-child(2) {
    width: 140px;
}

#miTabla th:nth-child(3),
#miTabla td:nth-child(3) {
    width: 140px;
}
#miTabla {
    table-layout: fixed;
    width: auto;
}
#contenedorScroll {
    height: 220px; 
    overflow-y: auto;
    width: fit-content;
    margin: 0 auto;
}

#miTabla {
    height: 500px; 
    table-layout: fixed;
}

    #miTabla thead {
        position: sticky;
        top: 0;
        background: #007bff;
        color: white;
        z-index: 10;
    }

/* Scrollbar */
#contenedorScroll::-webkit-scrollbar {
    width: 4px;
}

#contenedorScroll::-webkit-scrollbar-thumb {
    background: #6c757d;
    border-radius: 4px;
}

/* Styles for screens wider than 1250px */
@media only screen and (min-width: 1250px) {
   
    .graphRow-1-10 {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: left;
        height: 4%;
        width: 100%;
    }

}
.tButtonDate {
    font-size: 13px;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 60px;
    color: #333;
}
.tIndFiltro {
    font-family: sans-serif;
    font-size: medium;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    margin-right: 15px;
}
.label {
    flex: 2;
    text-align: left;
}
.number {
    flex: 1;
    text-align: right;
}
.percentage {
    flex: 1;
    text-align: right;
}
.date-row {
    display: flex;
    align-items: center;
}
.localizacion {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #0077b6 !important;
    font-size: 12px !important;
    font-weight: normal;
    padding: 3px 6px !important;
    text-align: center;
    white-space: nowrap;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.7);
}
#btnVigente-CFacturas, #btnVencida-CFacturas {
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
}
#btnVigente-PagoProveedor, #btnVencida-PagoProveedor {
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
}
.stat-value {
    font-size: 15px;
    font-family: sans-serif;
}
/* Fondo blanco completo del calendario */
.dx-calendar {
    background-color: white !important;
}

/* Fondo blanco de las celdas */
.dx-calendar-cell,
.dx-calendar-body,
.dx-calendar-row,
.dx-calendar-table {
    background-color: white !important;
}



/* CATALOGOS */
.btnCancelar, .btnAceptar {
    border-radius: 15px !important;
    background-color: rgb(238, 236, 236) !important;
    color: #7a6565 !important;
}
.btnCancelar:hover, .btnAceptar:hover { 
    background-color: #5486ff !important;
    color: white !important;
}

.btnguardar {
    border-radius: 15px !important;
    background-color: #5486ff !important;
    color: white !important;
}
.btnguardar:hover {
    background-color: rgb(238, 236, 236) !important;
    color: #7a6565!important;
}

.btnpequeño{
    align-items: end;
    background-color: white !important;
    color: #5486ff !important;
}

    .btnpequeño:hover {
        background-color: rgba(190, 190, 190, 0.1) !important;
    }

    .btnpequeño .dx-icon {
        background-color: rgba(190, 190, 190, 0.1) !important;
    }

    .btnpequeño:hover .dx-icon {
        color: #5486ff !important;
    }



/*** DEVEXPRESS */
.dx-toolbar {
    padding-left: 10px !important;
    padding-right: 10px !important;
    background: linear-gradient( to bottom right, #ffffff 0%, #fafbfd 50%, #f1f4f7 100% );
}
    .dx-toolbar .dx-toolbar-item-content {
        font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif !important;
        font-size: 12px !important;
        /*font-weight: bold !important;*/
        color: #505050;
    }

.dx-treelist .dx-row > td {
    padding: 6px 10px !important;
}

.dx-list-group:not(.dx-list-group-collapsed):not(:last-child) {
    padding-bottom: 8px;
    border-bottom: none;
}

.dx-list-group-header {
    padding: 6px 10px !important;
    font-weight: 500 !important;
}

    .dx-list-group-header i {
        margin-right: 5px !important;
    }

.dx-list-item-selected {
    font-weight: 600 !important;
}

.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
    background-color: #5486ff !important;
    color: white !important;
}

.drawer .dx-list-item-content {
    padding: 4px 8px 4px 28px !important;
}

.dx-accordion-item-title-caption { 
    font-size: 14px !important;
    /*font-weight: bold !important;*/
    border-bottom: 1px solid #c6c6c6 !important;
}
.dx-accordion-item-body {
    padding: 0 10px 10px !important;
}

.dx-datagrid-header-panel {
    padding: 0 0 !important;
}

.dx-datagrid-rowsview {
    border-bottom: 1px solid #e5e8f0 !important;
}

.dx-datagrid-search-panel {
    margin: 0 0 0 0px !important;
}

.dx-datagrid > .dx-datagrid-headers, .dx-datagrid > .dx-datagrid-total-footer {
    background-color: rgba(229, 232, 240, 0.5) !important;
    color: #333 !important;
}

/*.dx-datagrid .dx-row > td {
    padding: 6px 10px !important;
    line-height: 12px !important;
}*/

/*.dx-datagrid-headers .dx-datagrid-table .dx-row > td:hover:not(.dx-command-select):not(.dx-command-expand):not(.dx-editor-cell):not(.dx-command-edit):not(.dx-datagrid-group-space),
.dx-col-fixed:not(.dx-header-row .dx-col-fixed) .dx-datagrid-table .dx-row > td:hover:not(.dx-command-select):not(.dx-command-expand):not(.dx-editor-cell):not(.dx-command-edit):not(.dx-datagrid-group-space) {
    background-color: #DBE6FF !important;
}*/

/*.dx-row-focused .dx-col-fixed {
    background-color: #dbe6ff !important;
}
.dx-header-row .dx-col-fixed {
    background-color: #e5e8f0 !important;
}*/

/* Asegura que la columna fija se mantenga sobre las columnas desplazables sin romperse */
.dx-datagrid .dx-col-fixed {
    z-index: 2 !important;
}

/* Corrige el fondo del encabezado de columnas fijas */
.dx-datagrid .dx-header-row > .dx-col-fixed {
    background-color: #e5e8f0 !important;
}

/* Corrige el fondo de las filas seleccionadas/enfocadas en columnas fijas */
.dx-datagrid .dx-data-row.dx-row-focused > .dx-col-fixed {
    background-color: #dbe6ff !important;
}



.dx-pager {
    padding: 6px 10px !important;
}

div[title="-"] {
    content: "";
    height: 1px !important;
    margin: 4px 8px;
    display: block;
    background-color: #ccc;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    pointer-events: none;
}

.dx-field {
    margin: 0 0 10px !important;
}

.resaltarT:hover {
    color: red !important;
    border-radius: 8px;
}

.text-primary {
    color: lightskyblue !important;
    border-radius: 8px;
}

    .text-primary:hover {
        color: red !important;
        border-radius: 8px;
    }

.dx-progressbar-container {
    height: 3px !important;
}

.dx-progressbar-status {
    margin-top: 2px !important;
}

.dx-overlay-content .dx-toolbar-center {
    float: right !important;
}

.dx-htmleditor-content img {
    vertical-align: middle;
    padding-right: 10px;
}

.btntoggle .dx-button-text {
    font-size: 15px !important;
}


/* botones de seleccion en textbox */
.dx-texteditor .dx-texteditor-buttons-container > .dx-button, .dx-texteditor .dx-texteditor-buttons-container > .dx-clear-button-area {
    -webkit-margin-start: 1px !important;
    margin-inline-start: 1px !important;
    -webkit-margin-end: 1px !important;
    margin-inline-end: 1px !important;
}

/*.TabGeneral .dx-tab.dx-tab-selected {
    background-color: transparent !important;
    color: #000 !important;
    border-bottom: 1px solid #5486ff !important;
    border-radius: 0 !important;
}*/


.dx-fileuploader-wrapper {
    padding: 0px 7px !important;
}

.wmax .dx-popup-content {
    padding: 0 !important;
}

.btnAlerta.dx-button-mode-outlined.dx-button-default {
    border: 1px solid #fa2508 !important;
    background-color: white !important;
    color: #fa2508 !important;
}

.btnAlerta.dx-button-default {
    background-color: #fa2508 !important;
}


#botonesClasificacion .dx-button-mode-contained,
#botonesClasificacion .dx-button-mode-outlined {
    background-color: #fff !important;
    color: #5486ff !important;
    border-color: #5486ff !important;
}

    #botonesClasificacion .dx-button-mode-outlined.dx-state-focused {
        background-color: #5486ff !important;
        color: #fff !important;
        border-color: #5486ff !important;
    }

#Moneda .dx-data-row.selected-click:nth-child(even) {
    background-color: #1976D2 !important;
    color: white !important;
    font-weight: bold;
}
#Moneda .dx-data-row.selected-click:nth-child(odd) {
    background-color: #4CAF50 !important;
    color: white !important;
    font-weight: bold;
}

.Imayus .dx-texteditor-input {
    text-transform: capitalize !important;
}
.derecha .dx-texteditor-input {
    text-align: right !important;
}

/* boton de grupo */
.btnActivo .dx-button-content {
    background-color: #5486FF !important;
    color: white !important;
    /*border-radius: 4px;*/
}

/* ESTILOS MÓDULO HINOJOSA*/
.carddx {
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.tcard {
    font-weight: 600;
    font-size: 13px;
    padding: 6px 10px;
    border-bottom: 1px solid #eee;
    background: #F2F3F7;
    text-align: center;
}

.ccard {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.img-evidencia {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}
/** FIN DE ESTILOS MÓDULO HINOJOSA*/