:root {
    --blanco: #fff;
    --negro: #000;
    --gris: #EBEBF5;
    --primario: #1481AE;
    --secundario: #919191;
    --azul-oscuro: #00A5B6;
    --aqua-claro: #56D0E0;
    --aqua-oscuro: #00CAD4;
    --relleno: #F2F5FC;
    --gris-claro: #85817F;
    --estatus1: #56D0E0;
    --estatus2: #1481AE;
    --estatus3: #fcbf49;
    --dictamenRechazado: #ff0000b9;
    --dictamenAprobado: #06d526bb;
}
.swal2-confirm.aqua-claro {
    background-color: var(--aqua-claro); /* Aplica el color de fondo al botón */
    border:none;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
    position: relative;
}

*, *::after, *::before {
    box-sizing: inherit;
}
/*Configuración para que 10px sea igual a 1rem */
body {
    font-family: "Monserrat", sans-serif;
    font-size: 16px;
    background-color: var(--gris);
    color: #919191;
    margin: 0;
}

.btn {
    border-radius: 0px;
    font-family: Arial;
    font-size: 11px !important;
    height: 35px;
    
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--aqua-oscuro);
}

thead > tr > th > a {
    color: var(--blanco);
}

.page-link > a {
    background-color: #1481AE;
    color: #FFFFFF;
    border-radius: 0px;
    font-family: Arial;
    font-size: 12px !important;
}
.btn-secondary-confir {
    background-color: var(--gris-claro);
    color: #FFFFFF;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 0.9rem !important;
    height: 3rem;
    display: inline-block; 
    text-align: center;
    padding: 0.9em;
}
.btn-secondary {
    border-radius: 0px;
    font-family: Arial;
    text-transform: uppercase;
    background-color: var(--blanco);
    color: var(--aqua-oscuro);
    border-color: var(--azul-oscuro);
    width: 11rem;
    height: 3.5rem;
    text-align: center;
    padding: 10px 10px;
}

.btn-primary {
    background-color: #1481AE;
    color: #FFFFFF;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: Arial;
    width: 11rem;
    height: 3.5rem;
    text-align: center;
   
}
.btn.con {
    font-size: 0.85rem !important;
}
.btn-primary-con {
    background-color: var(--gris-claro);
    color: #FFFFFF;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: Arial;
    width: 11rem;
    height: 3.5rem;
/*    text-align: center;*/
    font-size:0.85rem !important;
   /* padding: 1px;*/
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #1481AE;
        color: #FFFFFF;
        border-radius: 0px;
    }

    .btn-primary:hover {
        border-color: var(--azul-oscuro);
        box-shadow: 0 0 0 0.15rem var(--aqua-oscuro);
    }

    .btn-primary:focus {
        box-shadow: 0 0 0 0.15rem var(--aqua-oscuro);
        color: #fff;
        border-color: var(--azul-oscuro);
    }
.btn-primary-confir {
    background-color: #1481AE;
    color: #FFFFFF;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 0.9rem !important;
    /*width: 8rem;*/
    height: 3rem;
    display: inline-block; /* Hace que el botón ocupe solo el ancho necesario */
    text-align: center;
    padding:0.9em;
}
    
    .btn-primary-confir:hover,
    .btn-primary-confir:focus {
        background-color: #1481AE;
        color: #FFFFFF;
        border-radius: 0px;
    }

    .btn-primary-confir:hover {
        border-color: var(--azul-oscuro);
        box-shadow: 0 0 0 0.15rem var(--aqua-oscuro);
    }

    .btn-primary-confir:focus {
        box-shadow: 0 0 0 0.15rem var(--aqua-oscuro);
        color: #fff;
        border-color: var(--azul-oscuro);
    }
.btn-outline-secondary {
    border-radius: 0px;
    height: 3.5rem;
}

    .btn-outline-secondary:hover,
    .btn-outline-secondary:focus {
        border-radius: 0px;
    }

.btn-danger {
    border-radius: 0px;
    text-transform: uppercase;
   
    font-size: 12px;
    width: 12.6rem;
    height: 4rem;
}


.pt-1 {
    height: 23px;
    font-family: Arial;
    font-size: 12px !important;
}

.pt-1.err {
    background-color: #1481AE;
    color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    
}

.pt-1.err > text {
    margin-top: 10px;
}

.pt-1.ac {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #919191;
    border: 0px;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.btn-lg {
    border-radius: 0px;
    font-family: Arial;
    font-size: 12px !important;
    padding-top: 2px;
}

    .btn-lg.agregar {
    background-color: #1481AE;
    color: #FFFFFF;
        border-radius: 0px;
        text-transform: uppercase;
        font-size: 12px;
        width: 12.6rem;
        height: 4rem;
    }


    .btn-lg.agregar:hover {
        border-color: var(--azul-oscuro);
        background-color: #1481AE;
        color: #FFFFFF;
    }

    .btn-lg.agregar:focus {
        background-color: #1481AE;
        color: #FFFFFF;
        border-color: var(--azul-oscuro);
    }

.ps-3.pe-3 {
   padding: 0px;
}

.d-grid {
    margin-bottom: 1px;
}

.actual {
    font-family: Arial;
    font-size: 12px !important;
}

.no-actual {
    font-family: Arial;
    font-size: 12px !important;
}


.text-danger {
    font-size: 10px !important;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    body {
        font-size: 1.6rem;
    }

    .dos-columnas {
        display: grid;
        grid-template-columns: 40% 60%;
        gap: 1rem;
    }
}


h1 {
    font-size: 3rem;
    font-weight: 750;
    margin-left: 1.6rem;
    color: #000000;
    text-transform:uppercase;
}

h2 {
    
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

h3 {
    font-size: 1.8rem;
    white-space: pre-wrap;
}

.menu-superior {
    display: flex;
    justify-content: space-between;
    margin: 1rem 1rem 1rem 24rem;
    transition: margin 0.3s ease;
}
    .menu-superior.collapsed {
        margin: 0rem 1rem 0rem 7rem;
    }

.menu-export {
    text-align: right;
    display: flex;
    justify-content: space-between;
    gap: .5rem
}
    .menu-export.collapsed {
        margin: 0rem 1rem 0rem 9rem;
    }

.mt-3 {
    margin-top: 1px !important;
    padding-top: 1px;
}

.img-header {
    height: 8rem;
}

.frm-dialog{
    padding: 1.5rem;
    width: 100%;
    height: auto;
}

.form-label {
    color: var(--aqua-oscuro);
    margin-bottom: 0.5rem;
   
}

.form-control {
    font-size: 1.2rem;
}

    .form-control:focus {
        box-shadow: 0 0 0 0.15rem var(--azul-oscuro);
        outline: none;
    }

.form-floating > label {
    /*color: var(--aqua-oscuro);
    font-size: 1.2rem;*/
    color: var(--gris-claro);
    font-size: 1.2rem;
  /*  text-transform: capitalize;*/
    text-transform: uppercase;
}
.form-select {
    font-size: 1.6rem;
}
.form-select.form-pagination{
    font-size: 1rem;

}


.form-floating > .form-control, .form-floating > .form-select {
    background-color: var(--relleno);
    border-radius: 1rem;
    border: none;
    /*padding-bottom: 2rem;
    margin-top: 1rem;*/
    justify-content: center;
}

.form-floating > .form-control::placeholder{
    color: transparent;
    opacity: 0;
}
    .form-floating > .form-control:focus{
        background-color: var(--blanco);
    }

        .form-floating > .form-control:focus ~ label, 
        .form-floating > .form-control:not(:placeholder-shown) ~ label, 
        .form-floating > .form-select ~ label {
            transform: scale(.85) translateY(-1rem) translateX(0.15rem);
            color: var(--azul-oscuro);
        }

            .form-floating > .form-select ~ label::after,
            .form-floating > .form-control:not(:placeholder-shown) ~ label::after {
                background-color: inherit;
            }

                a, .card-header {
    color: var(--primario);
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: calc(4rem + calc(var(--bs-border-width) * 2));
}

a {
    text-decoration: none;
}

    a:hover {
        color: #00A5B6;
    }

.form-check,
.form-check label,
.form-check input {
    cursor: pointer;
}

.form-check.lista{
    display: grid;
}
    .form-check >label {
    color: var(--gris-claro);
    }
.form-select:focus {
    border-color: var(--azul-oscuro);
    box-shadow: 0 0 0 0.15rem var(--aqua-oscuro);
    background-color: var(--blanco);
}

.en-linea {
    display: inline;
}

.en-flex {
    display: flex;
}
.en-bloque{
    display: block;
}


.footer {
   
    
    width: 100%;
    background-color: var(--gris);
    font-size: 1.6rem;
    padding: 6vh 0vh 0.5vh 0vh;
    box-sizing: border-box;
}

.footer-justificado {
    
    display: flex;
    justify-content: space-between;
    align-items: center;

}



@media (min-width: 412px) {
    .footer-justificado {
        width: Auto;
      
    }
}

@media (min-width: 768px) {
    .footer-justificado {
        max-width: 768px;
    }
    
   
}

@media (min-width: 1024px) {
    .footer-justificado {
        max-width: 1024px;
    }
   
}

div.main {
    min-height: 100vh;
    display: flex;
}

.content {
    /*width: 100%;
    margin: 0 2rem;*/
   /* width: 170vh;*/
    flex: 1;
    margin: 0 1.5rem 0 25.3rem;
    transition: margin 0.3s ease;
    overflow-x:auto;
    overflow-y:scroll;
    scrollbar-width:thin;
    /* position: fixed; */
}
    .content.collapsed {
        margin: 0 1rem 0 9.2rem;
    }
    .content::-webkit-scrollbar {
        display:none;
    }

.navbar-brand {
    padding: 0px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;
   
}

.navbar-primary {
    position: fixed;
    top: 0;
    background-color: var(--blanco);
    bottom: 0;
    left: 0px;
    min-width: 15rem;
    z-index: 8;
    overflow: hidden;
    overflow: visible;
    transition: all 0.1s ease-in-out;
    border-radius: 0px;
    border-color: var(--aqua-oscuro);
    border-width: .02rem;
    -webkit-box-shadow: 0px 2px 2px 22px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.2);
}


.navbar-toggler{
    color: var(--aqua-oscuro);
}
/*    .navbar-primary ul {
        min-width: auto;
    }
*/
.navbar-primary a {
    text-decoration: none;
    color: #919191;
}
.navbar-primary > img {
    content: url('../img/cae_strech.png');
    /*display: flex;*/
    height: 7rem; /* Mantén el tamaño deseado */
    margin: 2rem auto; /* Centra la imagen (auto en los márgenes izquierdo y derecho) */
    max-width: 100%;
    height: 7rem;
    justify-content: center;
    margin: 2rem 2rem 2rem 2rem;
}

    .navbar-primary li:hover {
        color: #919191;
        background-color: var(--aqua-oscuro);
    }

.navbar-primary.collapsed {
    min-width: 4rem;
}

.navbar-primary.collapsed .nav-label {
    display: none;
    color:var(--blanco);
}
    .navbar-primary.collapsed .btn-collapse {
        
        display: flex;
        justify-content: flex-end;
        /*margin: 0rem 1rem 0rem 18rem;*/
        color: var(--azul-oscuro);
    }
    .navbar-primary.collapsed > img {
        content: url('../img/cae-colap.png');
        width:6rem;
        height:5rem;
        margin: 2rem 0rem 2rem 0rem;

    }
    
.navbar-primary a:hover .svg--menu {
    stroke: #919191;
}

.navbar-collapse {
    flex-grow: 0;
}
.navbar-user {
    border-style: solid;
    border-radius: .8rem;
    border-width: 0px;
    border-color: #FFFFFF;
    background-color: var(--blanco);
    -webkit-box-shadow: 0px 2px 2px 22px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.2);
}

a.nav-link.text-dark {
    color: #919191;
    white-space: nowrap;
}

.navbar-user .nav-item {
    border-right: .01px solid #9B9A9A;
    float: left;
    list-style: none outside none;
    width: auto;
}



    .navbar-user .nav-item:last-child {
        border-right: none;
    }

.svg--menu {
    stroke: var(--aqua-claro);
}
/*
label {
    color: var(--aqua-oscuro);
}
*/
#cultura > option {
    color: var(--primario);
}


.nav-link {
    color: var(--black);
    padding: .5rem;
    margin: .5rem;
   border-radius: 0px;
   
}

    .nav-link:focus {
        color: var(--gris-claro);
    }




.nav-link:focus .svg--menu {
    stroke: var(--negro);
}

.container-fluid .table {
    padding: 0 !important;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}

.container-fluid {
    height: 80vh;
    overflow-x: auto;
    overflow-y: auto;
    scrollbar-color: var(--primario);
    scrollbar-width: auto;
}

    .container-fluid::-webkit-scrollbar {
        width: 0.5rem;
        height: 0.5rem;
    }

    .container-fluid::-webkit-scrollbar-thumb {
        background-color: var(--primario);
        border-radius: 1rem;
        height: 0.5rem;
    }

    .container-fluid::-webkit-scrollbar-track {
        background-color: var(--blanco);
        border-radius: 1rem;
    }

.table {
    margin: 0px 0px 0px 0px;
    font-size: 1rem;
/*    text-align: justify;*/
}
    .table thead {
        background-color: rgba(20, 129, 174) ;
    }

    .table th {
        white-space: inherit;
        text-transform: uppercase;
        cursor: pointer;
        font-size: 1rem;
        color: var(--blanco);
    }


tr:nth-child(even) {
    /*background-color: rgba(171, 222, 245,0.5);*/
    background-color: rgba(86, 189, 232, 0.1);
    /*opacity:.9;*/
}

.table.dataTable thead > tr > th:first-child {
    cursor: default;
    position: relative;
    padding-right: 0;
}

    .table.dataTable thead > tr > th:first-child:before,
    .table.dataTable thead > tr > th:first-child:after {
        display: none;
    }



    .table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled, table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting_asc_disabled, table.dataTable thead > tr > td.sorting_desc_disabled {
        cursor: pointer;
        position: relative;
        padding-right: 17px; 
      
   
    }

        .table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after {
            position: absolute;
            display: block;
            opacity: .5;
            right: 10px;
            line-height: 9px;
            font-size: .8em;
        }

        .table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:before {
            content: '\f0de'; /* Ícono de flecha hacia arriba */
            bottom: 40%;
       
            font-family: 'Font Awesome\ 6 Free';
        }

        .table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:after {
            content: '\f0dd'; /* Ícono de flecha hacia abajo */
            bottom: 40%;
        
            font-family: 'Font Awesome\ 6 Free';
        }

        .table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:after {
            opacity: .9;
        }

div.ps-3.pe-3 {
    margin-left: 0px;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
}

.active > .page-link, .page-link.active {
    background-color: #FFFFFF;
    color: var(--primario);
}

.modal-dialog {
    /*width: fit-content;*/
}

.modal-header {
    padding: 1rem .7rem;
}

    .modal-header .btn-close {
        padding: 0;
        margin: 0;
    }

.filtro2 {
    display: flex;
    flex-direction: column;
}

.grupoValores1, .grupoValores2 {
    display: flex;
}

.popupFiltrar {
    margin-top: 1rem;
}
/* typical tablet screen resolution */
/*@media only screen and (max-width : 834px) {
    .navbar-primary {
        width: 6rem;
        min-width: 6rem;
    }
    .navbar-primary .nav-label{
        display:none;
    }
}*/

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #FFFFFF;
}


.dropdown-item .nav-link {
    font-size: 1.05rem;
    padding: .5rem 0rem;
    margin: 0px 0px 0px 15px;
    text-align: left;
}

ul .dropdown-menu submenu {
    position: fixed;
    inset: 0 auto auto 2rem;
}

.btn {
    font-size: 1.6rem;
    margin-left: .5rem;
}

.btn-expand-collapse {
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.btn-collapse {
    display: flex;
    justify-content:flex-end;
    /*margin: 0rem 1rem 0rem 18rem;*/
    color: var(--azul-oscuro);
}
/*
.btn-expand-collapse:hover {
    background-color: var(--aqua-claro);
    color: #919191;
}*/
.btn-expand-collapse:focus {
    background-color: var(--aqua-claro);
    color: #919191;
}

.btn-expand-collapse:active {
    background-color: #111;
    border-radius: 0px;
    justify-content:end;
}

.dropdown-menu.show {
    right: auto;
    left: auto;
    top:auto;
    position: fixed;
    border-radius: 0;
    width: 207px;
}

.dropdown-menu.show li:hover {
    background-color: var(--aqua-claro);
    color: #919191;
}

.menu-usuario.dropdown-menu.show {
    width: 150px;
 
}





.graficasSection{
    display:flex;
    flex-wrap:wrap;
    gap:1rem;
    justify-content:center;
}

    .graficasSection div {
        /*margin: 1rem;*/
        position: relative;
        height: 25vh;
        /*width: 20vw;*/
       
    }


.canvasjs-chart-credit {
    display: none;

}

/* Hide PlaceHolder */
::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

.menu-export > .submenu-tabla {
    margin-left: 1rem;
    font-size: 1.8rem;
}

.submenu-tabla-opcion {
    color: var(--aqua-oscuro);
    transition: all 0.1s;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid;
    background-color: var(--blanco);
    padding: 1rem;
    margin: 1rem 0rem -1rem -0rem;
}
.submenu-tabla-opcion.desactivado{
    border-bottom: none;
}
.submenu-tabla-opcion:hover{
    background-color: var(--aqua-oscuro);
}
    /*AQUI VA EL NUEVO CODIGO*/
    /*.navbar-primary.collapsed .glyphicon {
    font-size: 22px;
}

*/
    /*.navbar-primary-menu,
.navbar-primary-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .navbar-primary-menu li a {
        display: block;
        padding: 10px 18px;
        text-align: left;
        border-bottom: solid 1px #444;
        color: blue;
    }

        .navbar-primary-menu li a:hover {
            background-color: #000;
            text-decoration: none;
            color: #ccc;
        }

        .navbar-primary-menu li a .glyphicon {
            margin-right: 6px;
        }

        .navbar-primary-menu li a:hover .glyphicon {
            color: orchid;
        }
*/

.bodyForgotPsw {
    margin: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, var(--blanco) 0%, var(--blanco) 50%, #6EC6DA 50%, #6EC6DA 100%);
    /*background: linear-gradient(var(--blanco) 50%, var(--aqua-oscuro) 50% );*/
}
.contenidoPsw {
    max-width: 40rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: auto;
    margin-top: 5rem;
    /*margin-left: 3rem;
    */
    border: 2px solid #EBEBF5;
    background-color: #fff;
    border-radius: 1rem;
}
.contenedor-savei {
    max-height: 13rem;
    margin: 2rem;
    margin-bottom: 1rem;
}



    .contenedor-savei img {
        height: 5rem;
        object-fit: scale-down;
        object-fit: scale-down;
        height: 6.5rem;
    }
.contenedor-cae {
    max-height: 15rem;
    margin-left: 5rem;
    margin-top: 3rem;
}

    .contenedor-cae img {
        max-height: 5rem;
        height: inherit;
    }
    .card-header{
        border-bottom:none;
    }

.especificacionesPsw {
    white-space: pre-line;
    font-style: italic;
}
.textH4 {
    white-space: pre-line;
    justify-content:center;
}

.modal-content {
    max-width: 40rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 1rem;
    border:none;
}
.modal-header{
    border:none;
    justify-content:space-between;
}
.card > table {
    text-transform: uppercase;
}
.card{
    border:none;
    
}
.centrarBtns { 
    display: flex;
    justify-content: space-evenly;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.textMayus {
    text-transform: uppercase;
}
/*.textMayus > li{
   margin-top:1rem;
   
}*/
.catalogo {
    margin: 0;
    width: 100%;
    height: 100%;
}
.contenidoCatalogo {
    max-width: 70rem;
    /*display: flex;
    justify-content:center;*/
    /*  
    flex-direction: column;
    align-items: stretch;*/
    margin: auto;
    /*margin-top: 5rem;*/
    /*margin-left: 3rem;
    */
    /*border: 2px solid #EBEBF5;*/
    background-color: #fff;
}
.textCatalogo {
    text-transform: uppercase;
    margin-left: 10rem;
    font-size: 1.5rem !important;
    /*margin-top:2rem*/;
}
.textCatalogo> li:hover{
    color:var(--aqua-oscuro);
}
.textOp{
    cursor:pointer;
    color:var(--primario);
}

.estatus_1{
    background-color: var(--estatus1) !important;
}
.estatus_2, .estatus_3{
    background-color: var(--estatus2) !important;
}


.tipoDictamen_1 {
    /* color: var(--negro) !important;*/
    background-color: rgba(186, 240, 146,0.7) !important;
}
.tipoDictamen_2 {
    /*color: var(--dictamenRechazado) !important;*/
    background-color: rgba(235, 37, 37, 0.7) !important;
}

.rot{

}
    .rot.collapsed{
        transform: rotate(180deg);
    }

.gcard{
    border:none;
    /*flex-grow:1;*/
    text-align:center;
    width:12vw;
}

.gcardB{
    /*flex-grow:2;*/
    margin-bottom:1rem;
    width:28vw;
}
    /*.gcardB.collapsed{
        width:40vw;
    }*/

@media(max-width: 1429px) {
    .gcard {
        width: 16vw;
    }

    .gcardB {
        width: 30vw;
    }
}

@media(max-width: 1300px) {
    .gcard {
        width: 20vw;
    }

    .gcardB {
        width: 30vw;
    }
}

@media(max-width: 1285px){
    .gcard{
        width:16vw;
    }
    .gcardB {
        width: 30vw;
    }
}
@media(max-width: 1192px){
    .gcard{
        width:18vw;
    }
    .gcardB {
        width: 40vw;
    }
}
@media(max-width: 990px){
    .gcard{
        width:28vw;
    }
    .gcardB {
        width: 60vw;
    }
}

@media(max-width: 920px) {
    .gcard {
        width: 34vw;
    }

    .gcardB {
        width: 60vw;
    }
}

@media(max-width: 880px) {
    .gcard {
        width: 38vw;
    }

    .gcardB {
        width: 60vw;
    }
}

@media(max-height: 1000px) {
    .graficasSection div {
        height: 27vh;
    }

    .gcardB {
        height: 30vh !important;
    }
}

@media(max-height: 620px) {
    .graficasSection div {
        height: 40vh;
    }
    .gcardB {
        height: 40vh !important;
    }
}

@media(max-height: 400px) {
    .graficasSection div {
        height: 55vh;
    }
    .gcardB {
        height: 55vh !important;
    }
}


.degradado {
    color: #817373;
}

.custom-select {
    width: 1.8rem;
    height: 1.8rem;
    opacity: 0.45;
    bottom: 40%;
    font-size: 12px;
    margin: 1rem 0.5rem 0.5rem 1rem;
}

.conteiner-colum {
    display: flex;
    /*flex-direction:column;*/
    justify-content: space-between;
   
}
.elementConsar {
    display: flex;
    flex-direction: column;
    /*justify-content:center;*/
    align-items: center;
    text-align: left;
    padding: 0.5rem 0rem 1rem 0rem;
}
.textConsar {
    color: var(--gris-claro);
    font-weight: bold;
    justify-items:self-start;
    padding: 0 0 1rem 17rem;
    display: flex;
}
.itemaConsar {
  
    width: 25rem;
    height: 3rem;
    justify-content: center;
    color:dimgrey;
    border:0.4px solid var(--gris-claro);
    border-radius:0.5rem;
    
}
    .itemaConsar:focus {
        box-shadow: 0 0 0 0.15rem var(--azul-oscuro);
        outline: none;
       color: var(--azul-oscuro);
       box-shadow:var(--aqua-claro);
    }
#diasForm {
    display: flex;
    flex-direction: column;
    
}
#diasFormEdit {
    display: flex;
    flex-direction: column;
}
.btn-disabled {
    background-color: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed;
    border: none !important;
}
.currency-column {
    width: 40px;
}

button:disabled {
    background-color: #85817F !important;
    cursor: not-allowed; 
    color: #ffffff;
    border-color: #85817F;
}
.qualitative-ok {
    background-color: green;
    color: white;
}
.rojo {
    background-color: red;
    color: white;
}

.amarillo {
    background-color: yellow;
    color: black;
}

.blue-cell {
    background-color: aquamarine;
    color: white;
}

.yellow-cell {
    background-color: #ffff007a;
    color: black;
}

.red-cell {
    background-color: #d73b0680;
    color: white;
}

.navbar-scroll-container {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: var(--aqua-oscuro) var(--blanco);
    scrollbar-width: thin;
}

    .navbar-scroll-container::-webkit-scrollbar {
        width: 8px; 
    }

    .navbar-scroll-container::-webkit-scrollbar-track {
        background: var(--blanco);
        border-radius: 4px;
    }

    .navbar-scroll-container::-webkit-scrollbar-thumb {
        background-color: var(--aqua-oscuro);
        border-radius: 4px;
        border: 2px solid var(--blanco);
    }

        .navbar-scroll-container::-webkit-scrollbar-thumb:hover {
            background-color: var(--aqua-claro); 
        }

.imgcaes {
    height: 7rem; 
    margin: 2rem auto; 
    max-width: 100%;
    height: 7rem;
    justify-content: center;
    margin: 2rem 2rem 2rem 2rem;
}

.navbar-primary.collapsed .imgcaes {
    content: url('../img/cae-colap.png');
    width: 6rem;
    height: 5rem;
    margin: 2rem 0rem 2rem 0rem;
}




#doc > div { 
    max-width: 100%; 
    overflow: hidden;
    box-sizing: border-box; 
    margin-bottom: 8px; 
}

#modalInfoStandardization .modal-body {
    max-height: 70vh; 
    overflow-y: auto; 
    word-wrap: break-word; 
    white-space: normal; 
}

#informationSt .badge {
    display: block;
    white-space: normal;
    word-break: break-word;
    text-align: left;
    margin-bottom: 6px;
    padding: 8px;
}
#informationSt * {
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}
















