.fondo{
    background-image:url('../../resources/Imagenes/fondoBanner.png') !important;
    background-size: cover !important;

}

.sinBorde.ui-panelgrid>*>tr,
.sinBorde.ui-panelgrid .ui-panelgrid-cell {
    border: none;
}

.ui-widget-content{
    border: none;
}

.transparente.ui-panelgrid>*>tr,
.transparente.ui-panelgrid .ui-panelgrid-cell {
    background: transparent !important;

}

.verde.ui-panelgrid>*>tr,
.verde.ui-panelgrid .ui-panelgrid-cell {
    background: #6b8079 !important;
}

.oscuro.ui-panelgrid>*>tr,
.oscuro.ui-panelgrid .ui-panelgrid-cell {
    background: #566573 !important;
}


.titulo{
    color: #73102c;
    font-weight: bold;
}


.etiquetaIzquierda{
    color: white;
}

.anchofila{
    height: 60px;
}

.anchofila2{
    height: 70px;
}
.etiquetaSecundaria{
    color: black;
}

.etiqueta{
    color: #8a8a8a;
    font-size: 13px;
}

.colIzquierdaCI{
    text-align: right;
    width: 20%;
}

.evaluado{
    background: #e5e5e5 !important;
}

.ninguno{
    background: none !important;
}

.btnPrincipal{
    background: #73102c !important;
    color: white !important;
    border-radius: 15px;
    font-size: 11pt !important;
    padding: 5px 10px !important;
    span{
        font-size: 11pt !important;
    }
}

.panelLogin{
    min-width: 400px; 
    text-align: center;
    height: calc(60vh - 100px); 
    display: flex; 
    justify-content: center; 
    align-items: center;
    border: none;
    background: none;
}   

.panelRegistro {
    width: 30% !important;
    margin: 30px auto 0;
    /*background: rgba(170, 170, 170, 0.5);*/
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}


#pnlRegistro .ui-panel-titlebar {
    padding: .5em 1em .3em;
    border-radius: 12px 12px 0 0 !important;
}

.panelCabecera {
    width: 80% !important;
    margin: 50px auto 0 !important;
}

.panelBotones{
    margin: 50px auto 0;
    background: #C0C0C0;
    border: none;
    width: 80%;
}

.btnSecundario{
    float: right;
}

.panelEstatus{
    /*    text-align: center;*/
    height: calc(90vh - 200px); 
    background: rgba(0, 0, 0, 0.5); 
    display: flex; 
    justify-content: center; 
    align-items: center;
    border: none;
    width: 60%;
    margin: auto auto;
    color: white;
    border-radius: 10px !important;
    padding: 50px;
}

.selectMenu{
    width: 80% !important;

}

.pnlMesajeWarning{
    width: 40%; 
    margin: 50px auto auto;
    background: #bf965f;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
}


.panelHeader .ui-panel {
    background-image: none !important;
    background-color: #F2F2F2 !important; 
    color: white;
    border: none;
    margin: 0px auto 40px auto !important;
    width: 95%;
}

.dtNivelServicioFuncion .ui-state-default, .dtNivelServicioFuncion .ui-widget-content .ui-state-default, .dtNivelServicioFuncion .ui-widget-header .ui-state-default {
    border: 1px solid #cbc3be;
    background: transparent;
    font-weight: normal;
    color: #8a8a8a;
}

.dtNivelServicioFuncion  tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
    padding: 4px 10px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border: 1px solid #cbc3be !important;
}

.dtNivelServicioFuncion{
    width: 80% !important;
}


.alineado{
    text-align: right !important;
    width: 15%;
}

.bloqueDTI {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    margin: 20px auto;
    white-space: nowrap; /* Evita que se rompa */
}

.dti-left {
    font-size: 28pt;
    font-weight: bold;
    color: #333;
    border-right: 3px solid #73102c;
    padding-right: 15px;
}

.dti-right {
    font-size: 14pt;
    color: #333;
    line-height: 1.4;
    text-align: left;
}


.letra-roja {
    color: #73102c;
    font-weight: bold;
}

#columnIzqBanner{
    width: 60%;
    text-align: left;
}

.columnDispoIzq{
    width: 25% !important;
    text-align: center;  
}

.columnDispoDer{
    width: 75% !important;
    text-align: end !important;
}

@media (max-width: 1200px) {
    .panelRegistro {
        width: 50% !important;
    }
}


@media (max-width: 768px) {
    .panelLogin {
        min-width: 100%;
        height: auto;
        padding: 20px;
        flex-direction: column;
    }

    .btnPrincipal {
        font-size: 14px !important;
        padding: 10px 15px !important;
        width: 100%;
        margin-bottom: 30px !important;
    }

    .titulo {
        font-size: 18px;
        text-align: center;
    }

    p {
        font-size: 14px;
        line-height: 1.6;
        padding: 0 10px;
    }

    .sinBorde {
        width: 100% !important;
        margin: 10px auto !important;
    }

    input[type="text"] {
        width: 100% !important;
    }

    .ui-panelgrid-cell {
        display: block;
        width: 100%;
    }

    #pnlRegistro{
        width: 100% !important;
    }

    .panelCabecera .ui-panelgrid-cell{
        display: block;
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 10px;
    }

    .titulo {
        font-size: 18px;
        text-align: center;
        display: block;
        margin-top: 10px;
    }

    .panelBotones {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        padding: 10px;
    }

    .colIzquierdaCI{
        width: 100%;
        text-align: left;
    }

    .btnSecundario{
        width: 100% !important;
        font-size: 16px !important;
        border-radius: 12px !important;
        float: none !important;
    }

    .ui-commandbutton .fa {
        margin-right: 8px;
    }


    .panelEstatus{
        width: 100% !important;
        padding: 10px !important;
    }

    .pnlMesajeWarning{
        width: 90% !important;
        margin: 50px auto auto;
        background: #bf965f !important;
        text-align: center;
        border-radius: 20px;
    }

    p\:selectOneMenu {
        width: 100% !important;
    }

    .panelHeader .ui-panel {
        background-image: none !important;
        background-color: #F2F2F2 !important; 
        color: white;
        border: none;
        width: 100% !important;
    }

    .alineado{
        text-align: left !important;
        width: 100%;
    }

    .dtNivelServicioFuncion{
        width: 100% !important;
    }

    .bloqueDTI {
        flex-direction: row; /* Mantener horizontal */
        white-space: nowrap;
        justify-content: center; 
    }

    .dti-left {
        font-size: 22pt;
        border-right: 3px solid #73102c;
        border-bottom: none;
        padding-right: 15px;
        margin-bottom: 0;
    }

    .dti-right {
        font-size: 12pt;
        color: #333;
        line-height: 1.4;
        text-align: left;
    }

    #columnIzqBanner{
        width: 100%;
        text-align: center;
    }

    .columnDispoIzq{
        width: 100% !important;
       
    }

    .columnDispoDer{
        width: 100% !important;
      
    }

    .pnlDTI{
        width: 100% !important;
    }

}

