
input[type=text]{
    text-transform:uppercase;
}

textarea{
  text-transform:uppercase;
}

.panel_cursor {
  cursor: pointer;
}

/*file*/
.btn-file {
    position: relative;
    overflow: hidden;
  }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: rgb(0, 89, 255);
    cursor: inherit;
    display: block;
  }
  input[readonly] {
    background-color: white !important;
    cursor: text !important;
  }

  

/*Cards*/
.accesos-directos {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.acceso-item {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.acceso-cuadro {
    position: relative;
    width: 100px;
    height: 100px;
    background: #ffa733; /* naranja base */
    border: 2px solid #ffffff; /* borde blanco */
    border-radius: 12px;
    text-decoration: none;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    overflow: hidden; /* importante para el brillo */
}

.acceso-cuadro:hover {
    background: #f7931e; /* naranja m�s intenso */
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

/* ? efecto de brillo */
.acceso-cuadro::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
    transform: skewX(-25deg);
}

.acceso-cuadro:hover::before {
    animation: shine 0.8s forwards;
}

@keyframes shine {
    0% { left: -75%; }
    100% { left: 125%; }
}

.acceso-icono img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 6px;
    transition: transform 0.3s ease;
}

.acceso-cuadro:hover .acceso-icono img {
    transform: scale(1.1);
}

.acceso-nombre {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2;
    color: #2f3a4a; /* gris azulado oscuro */
}

/* Responsivo */
@media (max-width: 768px) {
    .acceso-cuadro {
        width: 85px;
        height: 85px;
    }

    .acceso-icono img {
        width: 32px;
        height: 32px;
    }

    .acceso-nombre {
        font-size: 12px;
    }
}




.wrimagecard{	
	margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    border-radius: 4px;
    transition: all 0.3s ease;
}
.wrimagecard .fa{
	position: relative;
    font-size: 70px;
}
.wrimagecard-topimage_header{
padding: 20px;
}
a.wrimagecard:hover, .wrimagecard-topimage:hover {
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}
.wrimagecard-topimage a {
    width: 100%;
    height: 100%;
    display: block;
}
.wrimagecard-topimage_title {
    padding: 20px 24px;
    height: 80px;
    padding-bottom: 0.75rem;
    position: relative;
}
.wrimagecard-topimage a {
    border-bottom: none;
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease;
}

/*Img Logo Empresas*/
.logoEmpresa{
    width: 100px;
    height: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    
    margin-right: .5em;
  }
  
  .checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
  }
  
  .checkbox label input[type="checkbox"] {
    display: none;
  }
  
  .checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
  }
  
  .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
  }
  
  .checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5;
  }

  .tituloModulo {
      font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;

  padding-bottom: 6px;

   
}

.tituloModulo::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 16px;
    box-shadow: 0 0 25px rgba(74, 144, 226, 0.4); /* brillo suave */
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}



.tituloModulo:hover::after {
    opacity: 1;                          /* resalta el brillo al hover */
}

/* Responsivo */
@media (max-width: 768px) {
    .tituloModulo {
        font-size: 16px;
        padding: 10px 18px;
        border-radius: 14px;
    }
}

  .tituloSeccion{
    color:#0f4787;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
    margin-bottom: 20px;
    text-transform: uppercase ;
    
  }

  .title-modal{
    color:#0f4787;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif; 
    font-size:14px;
    text-transform: uppercase ;
  }
  .title_modulos {
    float:left;
    background-repeat: no-repeat; 
    width:200px;
    height:50px; 
    color:white;
    font-family:Arial, Helvetica, sans-serif; 
    font-size:14px;
    text-align: center;
  }

  .title_modulos label{
    margin-top:10px
  }

  .title_modulos_dis {
    float:left;
    background-repeat: no-repeat; 
    width:200px;
    height:50px; 
    color:rgb(53, 51, 51); 
    font-family:Arial, Helvetica, sans-seri; 
    font-size:14px;
    text-align: center;
  }

  .title_modulos_dis label{
    margin-top:10px;
  }
  
/* === Cabecera de tabla moderna tipo dashboard === */
.table-cabecera {
  background: linear-gradient(90deg, #536676 0%, #2E2E2E 100%); /* degradado gris elegante */
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  height: 30px;                       /* altura m�s gruesa */
  border-radius: 10px;                 /* bordes redondeados en toda la fila */
  overflow: hidden;                    /* importante para que se vean los bordes redondeados */
  box-shadow: 0 2px 6px rgba(0,0,0,0.25); /* sombra sutil debajo de la fila */
  transition: all 0.3s ease;
}

.table-cabecera th {
  border: none;                         /* quitar bordes por defecto */
  padding: 0 15px 15px;                      /* padding horizontal */
  font-size: 9px;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease;
}

/* Hover premium */
.table-cabecera th:hover {
  background-color: #4A4A4A;            /* cambio sutil de color */
  cursor: default;
  transform: translateY(-1px);           /* efecto ligero de elevaci�n */
  box-shadow: 0 3px 8px rgba(0,0,0,0.35);
}



  .color_forma{
    background-color: rgba(230, 219, 219, 0.589);
  }
  .box-padding{
    padding:3px; 
    margin-bottom:10px
  }

  .color_celda{
    text-align: right; color:rgb(10, 10, 107);width:50%
  }
  .color_celda_imp{
    background-color:rgb(238, 146, 25); text-align: right; color:white;width:50%; font-size:16px
  }


  .checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #eea435;
    background-color: rgb(240, 225, 89);
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    margin-right: .5em;
  }
  
  .checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
  }
  
  .checkbox label input[type="checkbox"] {
    display: none;
  }
  
  .checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
  }
  
  .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
  }
  
  .checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5;
  }

  .box-scroll{
    overflow:scroll; 
  }
 .label-custom-nav{
    background-color: white;
    color: #45566e;
  }
  .modal-80 {
    width: 80%;
    max-width: none;
  }
  
  