/* Desarrollado, implementado y/o adaptado por LUIS FERNANDO LEAL +573003030300 - luisfleal@yahoo.com - luisflealco@gmail.com */
/**** DEFAULTS ****/
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
  /*  font-size: 20px;   1rem will equal this now 
    line-height: 1.6;
    font-family: sans-serif; /* add google fonts */
    height: 100%;
}

#contBarraLogos {
    width: 100%;
    text-align: center;
    display: block;
    background-color: white;
}

#barraLogos {
    max-width: 90px;
}

#sinLicencia {
    position: absolute;
    top: 230px;
    z-index: 9999;
    display: block;
    width: 100%;
    text-align: center;
}

#sinLicencia img {
    width: 100%;
    max-width: 600px;
}

.descargar, .descargarBitacoras30dias, .permisos, .bitAlex {
    display: none;
}

body{
  background-repeat: repeat;
  background-size: contain;
  height: 100%;
  color:  white;
}

.inputAnexosTanqueo {
    color:black;
}

.botonEvidencia {
    width: 30px;
}

/* Estilos de la tabla */
.tablaSemBit {
  width: 100%;
  border-collapse: collapse;
  color: black;
  display: none;
  position: relative;
  left:-25%;
}

.tablaSemBit th, .tablaSemBit td {
  border: 1px solid #dddddd;
  padding: 8px;
  text-align: center;
}

.divInforme p {
  font-weight: 600;
}

.pieSE {
    width: 50%;
    float: left;
}

.datosCampoInforme {
    width: 50%;
    float: left;
}

.lineaInformeFinal {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.capituloInforme {
    position: relative;
    top: 20px;
}

/* Estilos para hacer la tabla "responsive" */
@media only screen and (max-width: 600px) {
  .tablaSemBit thead {
    display: none;
  }
  
  .tablaSemBit, .tablaSemBit tbody, .tablaSemBit tr, .tablaSemBit td {
    display: block;
    width: 100%;
  }
  
  .tablaSemBit tr {
    margin-bottom: 15px;
  }
  
  .tablaSemBit td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }
  
  .tablaSemBit td::before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
  }

  .pieSE {
    width: 100%;
  }

  .datosCampoInforme {
    width: 100%;
  }
}

#divActividadBitacora_1, #lasBitacoras, #lasBitacorasMas30 {
    display: block;
    position: relative;
    top: 0px;
}

#agregarUnaBitacora {
    display: none;
    position: relative;
    top: 10px;
}

#assist, #SRQ, #RQC, #CRAFFT_A, #CRAFFT_B {
    color:black;
    position: relative;
    top: 20px;
    display: none;
}

#actaDivPDF{
    display: none;
    max-width: 630px;
    height: 1300px;
    color: black;
    position: relative;
    top: 50px;
    background-color: white;
}

#idActividadActa {
    text-align: center;
}

#fechaActividadActa, #horaActaActividadActa, #municipioActividadActa, #lugarActividadActa {
    width: 50%;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.397);
    padding: 5px;
    color: black;
}

#idActividadActa, #municipioLugarActividad, #objetivoActividadActa, #participantesActividadActa, #agendaActActa, #desarrolloAgendaActActa, #compromisosActividadActa {
    width: 100%;
    display: block;
    color: black;
}

#objetivoActividadActa, #participantesActividadActa, #agendaActActa, #desarrolloAgendaActActa, #compromisosActividadActa {
    border: 1px solid rgba(0, 0, 0, 0.397);
    padding: 5px;
}

#titActividadActa {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.25;
    font-weight: 600;
}

#footerActaActividadActa {
    width: 100%;
    display: block;
    text-align: center;
}

#mapaAppSE {
    width: 100%;
    height: 400px;
}

.cajaPreguntaSiNo {
  display: flex;
  flex-wrap: wrap;
}

.cajaPregunta {
  display: none; /*flex*/
  flex-wrap: wrap;
}

.cajaPreguntaEspecial {
  display: flex;
  flex-wrap: wrap;
}

.cajaPreguntaCRAFFT {
  display: none;/*flex*/
  flex-wrap: wrap;
}

.cajaRespuesta {
    display: none; /*flex*/
    flex-wrap: wrap;
}

.textoPreguntaAssist {
    font-weight: 600;
    font-size: 1.1em;
}

.textoPreguntaRQC {
    font-weight: 600;
    font-size: 1.1em;
}

.preguntaAssist {
    background-color: #954bd954;
}

.preguntaRQC {
    background-color: #954bd954;
}

.respuestaRQC {
    background-color: yellow;
    color: grey;
    font-weight: 600;
    font-size: 1.2em;
    width: 39%;
    text-align: center;
    border: 1px solid #ccc;
}

.preguntaCrafft {
    background-color: #954bd954;
    font-weight: 600;
}

.preguntaSRQ {
    background-color: #00ffaab8;
    font-weight: 600;
}

.sustanciaSiNo {
    width: 60%;
    float: left;
    padding-right: 10px;
}

.preguntaSiNo {
    width: 60%;
    float: left;
    padding-right: 10px;
    border: 1px solid #ccc;
}

.opcionesSiNo {
    width: 39%;
    float: left;
    text-align: right;
    border: 1px solid #ccc;
}

.labelOpcionSiNo {
    display: inline-flex;
    padding-right: 10px;
    padding-left: 0px;
}

.inputSiNo {
    display: inline;
    margin-right: 10px;
}

.contenedor-vertical {
    writing-mode: vertical-lr; /* Establece la escritura vertical de izquierda a derecha */
    text-orientation: mixed; /* Permite que algunos caracteres se muestren horizontalmente, útil para caracteres latinos */
    white-space: nowrap; /* Evita que el texto se envuelva */
    font-size: 0.9em; /* Tamaño de fuente (ajusta según tus necesidades) */
    line-height: 1.2; /* Altura de línea (ajusta según tus necesidades) */
    border: 1px solid #ccc; /* Agrega un borde para mayor claridad */
    padding: 5px; /* Añade algún espacio interno */
    float: left;
    font-weight: 600;
    width: 9%;
}

.opcionRadio {
    display:flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    font-size: 0.9em; /* Tamaño de fuente (ajusta según tus necesidades) */
    line-height: 1.2; /* Altura de línea (ajusta según tus necesidades) */
    border: 1px solid #ccc; /* Agrega un borde para mayor claridad */
    padding: 5px; /* Añade algún espacio interno */
    float: left;
    font-weight: 600;
    width: 9%;
}

.contenedor-vertical3 {
    writing-mode: vertical-lr; /* Establece la escritura vertical de izquierda a derecha */
    text-orientation: mixed; /* Permite que algunos caracteres se muestren horizontalmente, útil para caracteres latinos */
    white-space: nowrap; /* Evita que el texto se envuelva */
    font-size: 0.9em; /* Tamaño de fuente (ajusta según tus necesidades) */
    line-height: 1.2; /* Altura de línea (ajusta según tus necesidades) */
    border: 1px solid #ccc; /* Agrega un borde para mayor claridad */
    padding: 5px; /* Añade algún espacio interno */
    float: left;
    font-weight: 600;
    width: 11%;
}
.opcionRadio3 {
    display:flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    font-size: 0.9em; /* Tamaño de fuente (ajusta según tus necesidades) */
    line-height: 1.2; /* Altura de línea (ajusta según tus necesidades) */
    border: 1px solid #ccc; /* Agrega un borde para mayor claridad */
    padding: 5px; /* Añade algún espacio interno */
    float: left;
    font-weight: 600;
    width: 11%;
}


.pregunta5opcionesAssist {
    float: left;
    width: 55%;
    font-weight: 600;
    font-size: 0.95em;
    border: 1px solid #ccc;
}

.pregAssist5opcPpal {
    display: flex;
    flex-wrap: wrap;
}

.pregAssist3opcPpal {
    display: flex;
    flex-wrap: wrap;
}

/*
.pregAssist5opc {
    display: none;
}
*/
.pregunta3opcionesAssist {
    float: left;
    width: 66%;
    font-weight: 600;
    font-size: 0.95em;
    border: 1px solid #ccc;
}

.sustanciaPregunta {
    float: left;
    width: 55%;
    font-weight: 300;
    font-size: 0.85em;
    border: 1px solid #ccc;
}

.sustanciaPregunta3 {
    float: left;
    width: 66%;
    font-weight: 300;
    font-size: 0.85em;
    border: 1px solid #ccc;
}

.preguntaSQR {
    background-color: #d1ff0059;
    font-weight: 600;
}

.radioInput {
    display: flex;
}

.separadoArriba {
    position: relative;
    top: 20px;
}

#resultado_assist {
    width: 100%;
    position: relative;
    top: 20px;
    color: black;
}

#resultado_CRAFFT {
    width: 100%;
    position: relative;
    top: 20px;
    color: black;
}

#encabezados_res_assist {
    width: 100%;
    color: white;
    font-size: 1.1em;
    font-weight: 600;
}

.linResultado {
    display: inline-flex;
    width: 100%;
    font-size: 0.85em;
    display: none;
}

#contextoResultado {
    font-size: 0.85em;
    display: block;
    color: black;
    position: relative;
    top: 20px;
}

.infoSustancia {
    width: 40%;
    float: left;
    border: 1px solid #ccc;
}

#contextoTamizajes {
    position: relative;
    top: 20px;
}

#resultado_RQC {
    width: 100%;
    position: relative;
    top: 20px;
    color: black;
}

#resultado_SRQ {
    width: 100%;
    position: relative;
    top: 20px;
    color: black;
}

.colorSinRiesgo {
    background-color: #0080007d;
}

.colorRiesgoModerado {
    background-color: #ffff0054;
}

.colorRiesgoAlto {
    background-color: #ff5719b0;
}

.infoResultado {
    width: 30%;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
}

.infoRiesgo {
    width: 29%;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
}

.divActividadBitacora {
    display: none;
}

.nuevaActLabel {
    background-color: red;
    color: white;
    text-align: center;
}

.entradaBitacora {
    background-color: #9ec5fe;
    position: relative;
    top: 0px;
    margin-bottom: 20px;
    color: black;
}

.entradaActividad {
    position: relative;
    top: 0px;
    margin-bottom: 20px;
    color: black;
}

.entradaCaso {
    position: relative;
    top: 0px;
    margin-bottom: 20px;
    color: black;
    border: solid 1px #000;
    cursor: pointer;
    font-weight: 600;
    padding: 5px;
}

.entradaCasoCerrado {
    background-color: #9ec5fe;
    position: relative;
    top: 0px;
    margin-bottom: 20px;
    color: black;
    border: solid 1px #000;
    cursor: pointer;
    font-weight: 600;
    padding: 5px;
}

.modal {
    z-index: 9999;
}

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

.datosGenUM {
    position: relative;
    top: 0px;
}

.entradaUnidadMovil {
    background-color:#18b9ff33;
    position: relative;
    top: 20px;
    margin-bottom: 20px;
    color: black;
    border: 1px solid #ccc;
    padding: 3px;
    padding-bottom: 25px;
}

.form-group {
    color: black;
}

.botonesUM {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 20px;
}

.tablaUM {
    position: relative;
    top: 25px;
    width: 100%;
    font-size: 0.7em;
}

.encColumna {
    float:left;
    font-weight: 600;
    width: 25%;
    text-align: center;
}

.contColumna {
    float:left;
    width: 25%;
    text-align: center;
}

.encColumna6 {
    float:left;
    font-weight: 600;
    width: 16.7%;
    text-align: center;
}

.contColumna6 {
    float:left;
    width: 16.7%;
    text-align: center;
}


.encabezados_tabla {
    display: inline-flex;
    width: 100%;
    color:white;
}

.contenidos_tabla {
    display: inline-flex;
    width: 100%;
}

.btn {
    color: white;
    font-weight: 600;
}

.boton-flotante {
    width: 50px;
    position: relative;
    top: 0px;
    right: 0px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

#lasUnidadesMoviles {
    position: relative;
    top:20px;
}

#wrapper {
    padding-bottom: 80px;
    min-height: calc(100% - 58px);
    position: relative;
    top: 3.6em;
}

header {
    background-color: #0071BC;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9001;
    height: 3.8em;
    padding-right: 5px;
}

label {
  color:#201e1e;
}

main {
    position: relative;
    top: 0px;
    padding: 12px;
}

.capaFondo {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9000;
} 

/**** PAGES ****/

.page {
    display: none;
    width: 100%;
    padding: 10px 10px;
    position: relative;
    top: 0px;
}

.active{
    display: block; 
}

.logoPrincipal {
  width: 100%;
  position: relative;
  top: 10px;
  text-align: center;
}

.logoPrincipal img{
  width: 50%;
  position: relative;
}

#compazMovil {
    width: 40%;
    position: relative;
    top: 10px;
}

.opcionHead{
  width: 100%;
  position: relative;
  top: 10px;
  display: inline-flex;
}

.imagenOpcion{
  height: 65px;
  float: left;
}

#botonesCasoLineaExtendido {
    width: 100%;
    position: relative;
    top: 10px;
    display: block;
    text-align: center;
}

.spa {
    accent-color: red;
}

.opcionTitulo{
  position: relative;
  left: 10px;
  font-size: 1.4em;
  font-weight: 600;
  color: white;
  margin: auto 0;
  padding: 10px;
}

#enlacesInteresantes {
    position: relative;
    top: 40px;
    text-align: center;
    font-size: 1.2em;
    color: black;
  }

#enlacesInteresantes a {
  text-decoration: none;
}  

.optionTitulo a{
  color: white;
  font-size: 0.7em;
}

.bloqueOpcion {
    position: relative;
    top: 30px;
    color: #343434;
}

.bloqueOpcion.centrar{
    text-align: center;
}

.whitesmoke{
  background-color: whitesmoke;
}

.botonCentrado{
  text-align: center;
  margin-bottom: 15px;
}

.botonCentrado.arriba {
  top: 0px;
}

#cambioClave {
    display: none;
}

#botonesCambioClave {
    text-align: center;
}


.push {
  height: 3em;
}

#losSeguimientos {
    display: none;
}
 
.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.85em;
    cursor: pointer;
    width: 70%;
    margin: auto;
    margin-bottom: 15px;
}

#labelEditarCaso {
  color: #2ca94f;
}

#losCasos {
  color:black;
}

#losCasos li {
    list-style-type: none;
    border: solid 1px #000;
    cursor: pointer;
    font-weight: 600;
    padding: 5px;
}

#losCasos li:hover {
    background-color: #e5e627a6;
}

#losCasosCerrados {
    color: black;
    position: relative;
    top: 30px;
}

#losCasosCerrados li {
  padding: 5px;
  list-style-type:none;
  border: solid 1px #000;
  cursor: pointer;
  background-color: #d0d0d040;
}

#losCasosCerrados li:hover {
background-color: #1b39ff4f;
}

#listadoSemaforo, #botonesSemaforo {
    position: relative;
    top:60px;
    text-align: center;
}

.totalSemaforo {
    color: white;width:33%;text-align: center;
}

.campoSemaforo {
    display: inline-flex;
    color:white;
    justify-content: space-around;
}

.nombreSemaforo {
    width: 69%;
    background-color: #808080de;
    font-size: 0.8em;
}

.numSemaforo {
     width: 10%;
     text-align: center;
}

#botonOcultarSeguimientos {
  display: none;
}

#botonOcultarSeguimientosCC {
  display: none;
}
.error {
  color: red;
}

.heading {
  color: #808080;
  margin-top: 12px;
}

#resumenCaso{
  background-color: #fc00920d;
}

.seguimiento {
  text-align: initial;
  background-color: #fc00920d;
  font-family: monospace;
}

.anexoSeg {
  text-align: justify;
  background-color: #ff187c24;
  margin-bottom: 20px;
}

#botonParaSincronizar {
  position: relative;
  top: 10px;
}


#sincronizando {
    min-width: 100%;
    background-color: #f6fcff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    padding: 0px;
    text-align: center;
    min-height: 100%;
    display: none;
}

#imgSincronizando {
    position: relative;
    top: 100px;
}

#pildoras {
    min-width: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    padding: 0px;
    text-align: center;
    min-height: 100%;
   
}

#imgPildora {
    position: relative;
    top: 35px;
    width: 150px;
}

#lasPildoras{
    position: relative;
    top: 50px;
    width: 90%;
    text-align: left;
    color: black;
    font-size: 1em;
    margin-left: 5%;
}

#cerrarPildoras {
    position: relative;
    top: 50px;
    color: black;
}

.bloqueBitacora {
  text-align: justify;
  background-color: #7b98c342;
  font-family: monospace;
  margin-bottom: 20px;
}

#exportando {
  position: relative;
  top: 180px;
  width: 75%;
}







.barraBaja{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  margin: 0px;
  padding: 0px;
}

.push {
  height: 3em;
}




#iconoSalir{
    height: 55px;
}

#iconoDevolver{
    height: 55px;
    position: absolute;
    right: 0px;
  }

#botonSalida {
    text-align: right;
    position: relative;
    top: 40px;
  }

.botonCentrado{
  text-align: center;
  margin-bottom: 15px;
}

.botonCentrado.arriba{
  top: 0px;
}

.fechaInforme{
  width: 50%;
  float: left;
}

.rotuloCuenta{
  width: 100%;
  position: relative;
  top: -10px;
}

.labelCuenta{
  color: black;
  font-size: 0.8em;
  font-weight: 600;
  position: relative;
}



.dataCuenta{
  position: relative;
  top: 10px;
  bottom: 0px;
  line-height: 0.7em;
}

.contClave{
  width: 50%;
  float: left;
}

.labelClave{
  color: black;
  font-size: 0.8em;
  font-weight: 600;
  position: relative;
  top: 1px;
}

.labelAdmin{
    float: left;
    width: 45%;
}

#nombrePremio,
#descripcionPremio,
#puntosRequeridos,
#validezPremio,
#nombreSitio,
#vigenciaPuntos,
#relacionPuntosPesos,
#plazoVencimientoRedencion,
#maxPuntosPorTransaccion,
#emailP,
#nombreUsuarioP,
#permisosUsuario,
#usuarioPersona,
#nombrePersona,
#emailPersona,
#clavePersona,
#nuevaClavePersona,
#nuevaClave2Persona,
input[type='email'], 
input[type='number'], 
input[type='password'], 
input[type='search'], 
input[type='tel'], 
input[type='text'], 
input[type='url'], 
textarea, 
select{
  background-color: whitesmoke;
}

.imgPremioActivoCat {
  width: 40%;
  float: left;
}

#sourceSelect{
  background-color: whitesmoke;
  width: 80%
}

#result,#opcionActivada{
  display: none;
}

#resetButton{
  font-size: 1.2em;
}

#appContainer {
  width: 100%;
  margin: 0 0 0 0;

}

.button.azulDarPuntos{
  background-color: #4081f7;
}

.button.naranja{
  background-color: #ff5719;
}

.button.verdeRedimir{
  background-color: #2ca94f;
}


.button.violetaVerInfo{
    background-color: #752994;
}

.button.fucsia{
    background-color: #ff187c;
}

.button.amarillo{
    background-color: #fcb200;
}

.button.negro{
    background-color: #303030;
}

.button.rojo{
    background-color: #ff0000;
}

.button.rojoSangre{
    background-color: #c80200;
}

.whitesmoke{
  background-color: whitesmoke;
}

#puntosUnaAlianza {
  font-size: 0.7em;
}

.hidden{
   visibility:hidden;
}


.arcoNegro{
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 130px;
    background-image: url(../iconos/arcoNegro.png);
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 1em;
    z-index: 8001;
}

.textoInicial{
    width: 100%;
    position: fixed;
    bottom: 5px;
    padding-left: 21%;
    padding-right: 20%;
    font-size: 1.1em;
}

#darPuntos {

}

#redimirPuntos {

}

#consultarPuntos {

}

#puntosPersonaSitio {
  position: relative;
  top: 30px;
  width: 100%;
  background-color: #333333bf;
}

#verificarPuntos{

}

#adminPremios{

}

#adminParametros{

}

#verInformes{

}

#miCuenta{

}

.big{
    font-size: 5rem;
    font-weight: 900;
}

.separador {
  width: 100%;
  display: block;
}

p {
  font-size: 0.8em;
}


.bloqueInfo{
  position: relative;
}

.separador{
  top: 30px;
}

.bloquePremios {
  max-width: 100%;
  display: block;
}

.tituloPremios {
    width: 100%;
    color: white;
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 30px;
    text-align: center;
    background-color: #0000004d;
}

.tituloParaRedimir {
    width: 100%;
    color: #ffffff;
    background-color: #343434;
    margin-top: 30px;
    font-size: 2em;
    text-align: center;
}

.titEnConsultaPuntos{
    color: #FCB200;
    font-size: 1.5em;
    font-weight: 600;
    background-color: #00000087;
}

.lineaPuntos {
    width: 100%;
    font-size: 1.1em;
    color: white;
    margin-top: 20px;
    margin-bottom: 15px;
}

.fondoFucsia {
  background-color: #ff187c;
}

.fondoVerde {
  background-color: #2ca94f;
}

.fondoVerde:hover {
    background-color: green;
}

.fondoRojo {
  background-color: #c80200;
}

.fondoRojo:hover {
    background-color: green;
}

.fondoNaranja {
  background-color: #ff5719;
}

.fondoNaranja:hover {
    background-color: green;
}

.fondoNegro {
  background-color: #000000;
}

.fondoAzul {
  background-color: #024bd5;
}

.fondoAzul:hover {
    background-color: green;
}

.fondoAzulTenue {
    background-color: #0071bc42;
}

.fondoNaranjaTenue {
  background-color: #ff571933;
}

.fondoRojoTenue {
  background-color: #c80200a3;
}

.fondoRosa {
  background-color: #fc0092;
}

.fondoAmarillo {
  background-color: #af9709;
}

.fondoAmarilloSemaforo {
  background-color: #ffe200;
  color: black;
}

#btnGuardar:hover {
    background-color: green;
}

.fondoAzulClaro {
  background-color: #7b98c3;
}

.fondoAzulMasClaro {
  background-color: #9ec5fe;
}

.fondoTitTamizaje {
    background-color: #954bd9;
}

.fondoGris {
  background-color: #2a2a2a;
}

.fondoGrisTenue {
  background-color: #2a2a2a1c;
}

.fondoGrisOpcion {
  background-color: #8080805c;
}

.fondoVerdeTenue {
  background-color: #24ba353d;
}

.fondoAmarilloTenue {
  background-color: #fdff0070;
}

.fondoRosadoTenue {
  background-color: #fc009245;
}

.fondoMorado {
  background-color: #954bd9;
}

.fondoMoradoTenue {
  background-color: #dcc3f3;
}

.lineaAmarilla{
    width: 100%;
    background-color: #FCB200;
    height: 1px;
}

.descripNivel {
    background-color: #ffffffb0;
    font-size: 1em;
    padding: 5px;
    width: 100%;
}

.membrete {
  font-size: 0.8em;
  width: 70%;
  float: left;
  color: white;
  font-weight: 600;
}

.estabPuntos {
  font-size: 1.1em;
  width: 70%;
  float: left;
  color: white;
}


.losPuntos{
  font-size: 0.7em;
  width: 30%;
  float: left;
  text-align: right;
  color: white;
}

.membretePuntos{
  font-weight: 600;
  font-size: 0.8em;
  width: 30%;
  float: left;
  text-align: right;
  color: white;
}

.lineaTabla{
    width: 100%;
    display: flex;
    margin-bottom: 1em;
}

 .descripLineaTabla{
    font-size: 0.9em;
    float: left;
    background-color: white;
    padding: 3px;
    width: 70%;
 } 

.campoTabla{
    width: 15%;
    float: left;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.separadorCampo{
  background-color: #1b7e37;
}

.tituloSeccionPremios{
    width: 100%;
    color: white;
    font-size: 2em;
    text-align: center;
}

.botonesPremio{
    float: left;
    width: 100%;
    display: flex;
}

.textoPremio{
  width: 72%;
}

.divPuntosPremio{
    width: 12%;
    text-align: center;
    font-size: 0.85em;
    font-weight: 600;
    background-color: #d6d5d5;
}

.premioActivado{
  width: 14%;
  text-align: center;
  background-color: #2ca94f;
}

.premioSuspendido{
  width: 14%;
  text-align: center;
  background-color: #ff0000;
}

.editarPremio{
  width: 14%;
  text-align: center;
  background-color: #2ca94f;
}

.lineaPremios {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}

.datPremio {
    font-size: 0.8em;
    width: 60%;
    float: left;
    padding: 5px;
    color: white;
}

.imagenDatosPremio {
  display: flex;
}

.botonesRedencion {
    float: left;
    width: 100%;
    display: flex;
}

.iconoPremio {
    width: 33.33333333334%;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 1.5em;
}

.iconoPremio img{
    width: 40%;
    margin-top: 15px;
}

.activarDesactivar {
  width: 35%;
}

.contenedorPuntos {
  margin-top: 15px;
}
.tituloRedencionesPendientes{
    width: 100%;
    color: white;
    font-size: 2em;
    text-align: center;
}

.lineaRedencionActiva {
  width: 100%;
  margin-top: 30px;
}

.imagenRedencionActiva{
  width: 100%;
  display: flex;
}

.imgPremioActivo {
  width: 100%;
}

.datosRedencionActiva {
  width: 100%
}

.descripcionRedencionActiva {
  width: 100%;
  background-color: white;
  padding: 10px;
}

.botonesRedencionActiva {
  width: 100%;
  display: inline-flex;
}

.botonRedencionActiva {
  width: 50%;
  text-align: center;
  position:  relative;
}

.botonRedencionActiva img {
    height: 65px;
    margin-top: 10px;
}


.botonVerQR {
  width: 50%;
  text-align: center;
  position:  relative;
}

.botonVerQR img {
    width: 45px;
    margin-top: 10px;
}

.botonCancelarRedencion {
  width: 50%;
  text-align: center;
  background-color: #DF0209;
  position:  relative;
}

.botonCancelarRedencion img {
    width: 45px;
    margin-top: 10px;
}


.lineaRedencion {
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.datRedencion {
    font-size: 0.7em;
    float: left;
    background-color: white;
    padding: 3px;
    width: 70%;
}


ul {
    margin-bottom: 1em;
}

.codigoQRflotante {
    position: fixed;
    top: 75px;;
    z-index: 9001;
    width: 100%;
    min-height: 350px;
    display: none;
    text-align: center;
    background-color: #ff5719;
    padding-top: 50px;
}

.xCerrar{
    font-size: 2em;
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    width: 100%;
    font-weight: 600;
    text-align: right;
}

.letraAmarilla {
  color: #fcb200;
}

.lineaTransaccion {
    max-width: 100%;
    display: inline-block;
    padding: 6px;
    width: 100%;
}

#usuarioDatBas {
    font-size: 1.3em;
    padding: 5px;
}

.tipoTran {
  font-size: 0.85em;
  width: 40%;
  float: left;
}
.valorPuntosTran {
  font-size: 0.85em;
  width: 16%;
  float: left;
  text-align: right;
}
.modificadoTran {
  font-size: 0.85em;
  width: 28%;
  float: left;
}

.container {
    top: 210px;
    position: fixed;
    display: none;
}

.lectorQR {
  position: fixed;
  top: 3.6em;
  left: 0px;
  width: 100%;
  height: 100%; 
  background-color: #ff5719de;
  z-index: 9001;
  text-align: center;
  display: none;
}

.botonCerrarCamara{
    color: white;
    position: relative;
    top: 25px;
    width: 100%;
    font-weight: 600;
}

#divVideo{
  position: relative;
  top: 80px;
  min-height: 280px;
}

#video{
  width: 320px;
  height: 180px;
}

#sourceSelectPanel{
  position: relative;
  top: 30px;
}

#banderas{
  position: relative;
  top: 10px;
}

.botonCamara{
    position: absolute;
    width: 118px;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 4em;
    right: 15px;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    z-index: 9000;
}

#idPersona {
    width: 40%;
    margin-left: 10px;
    float: left;
    margin-bottom: 5px;
    background-color: #fcfdf8;
}

#puntosAcumular {
    width: 30%;
    margin-left: 10px;
    margin-bottom: 5px;
    background-color: #fcfdf8;
}


#idPersonaR {
    width: 40%;
    margin-left: 10px;
    float: left;
    margin-bottom: 5px;
    background-color: #fcfdf8;
}

#idRedencion {
    width: 40%;
    margin-left: 10px;
    float: left;
    margin-bottom: 5px;
    background-color: #fcfdf8;
}

#codVerificacion {
    width: 25%;
    margin-left: 10px;
    margin-bottom: 5px;
    background-color: #fcfdf8;
}

#input_consultarPuntos {
    width: 40%;
    margin-left: 10px;
    float: left;
    margin-bottom: 5px;
    background-color: #fcfdf8;
}

.autorizacion{
    background-color: white;
    font-size: 0.8em;
  }

 .autorizacion div{
  padding: 4px;
 } 

 .nombrePermisos{
    width: 70%;
    font-size: 1.1em;
 }

 .editarPermisos{
    width: 15%;
    text-align: center;
    background-color: #303030;
 }

  .eliminarPermisos{
    width: 15%;
    text-align: center;
    background-color:  #ff0000;
 }

 #intervaloInformes {
  position: relative;
  bottom: 15px;
  width: 100%
 }

.nivel {

}

.lineaNiveles {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}

.botonesNivel {
    float: left;
    width: 100%;
    display: flex;
}

.iconoNivel {
    width: 33.33333333334%;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 1.5em;
}

.botonNivel{
  margin-top: 15px;
  width: 35%;
}

.campoActivarDesactivar {
  width: 10%;
  text-align: center;
  margin: auto;
}

.campoEditarPremio {
  width: 10%;
  text-align: center;
  margin: auto;
}

#mapEstablecimiento {
  height: 500px;
  width: 100%;
}


#verPromos {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999;
    background-color: black;
    left: -2px;
    height: -webkit-fill-available;
    display: none;
}

#cerrarVerPromos{
  width: 100%;
  text-align: right;
  color: white;
  font-size: 1.5em;
  padding-right: 10px;
  font-weight: 600;
}

.botonEnRadar {
  text-align: center;
  margin-bottom: 0px;
}

.inputRadar {
  margin-bottom: 0rem;
}



/* slider */
.slider {
    border-radius: 5px;
    box-shadow: 5px 5px hsl(0, 0%, 76%);
    position: relative;
}

.slider ul {
    list-style-type: none;
    margin: 0;
    padding: 0;    
}

.slider ul li  {
    position: relative;
    display: none;
    height:550px;
}

.slider ul li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.slider ul li span {
    position: absolute;
    bottom: 0;
    background: hsl(313deg 100% 50% / 57%);
    left: 0;
    width: 100%;
    padding: 5px;
    text-align: center;
    color: #000;
}
.slider span {
    font-weight: 600;
    font-size: 1.4em;
}
/* buttons */
.slider .buttons  {
    position: absolute;
    top: 40%;
    width:  100%;
}
.slider .buttons .next {
    font-size: 2rem;
    right: 0;
    position: absolute;
    cursor: pointer;
    width: 50px;
    text-align: center;
}    
.slider .buttons .prev {
    font-size: 2rem;
    left: 0;
    position: absolute;
    cursor: pointer;
    width: 50px;
    text-align: center;
}   
.slider .buttons .next:hover {
    background: hsl(0, 0%, 25%);
    color: hsl(0, 0%, 93%);
}
.slider .buttons .prev:hover {
    background: hsl(0, 0%, 25%);
    color: hsl(0, 0%, 93%);
}

/* slider animation */
.slider ul li {
    animation-name: fade;
    animation-duration: 2.5s;
}
  
@keyframes fade {
    from {opacity: .2} 
    to {opacity: 1}
}



@media (min-width: 600px) { 
  main {
    width: 900px;
    position: relative;
    margin: auto;
  }

  .opcionTitulo{
    font-size: 2em;
    margin-left: 25px;
  }

  .imagenOpcion {
    height: 95px;
  }

  .logoPrincipal {
    top: 0px;
  }










  .datPremio {
    font-size: 1em;
  }

  .pgwSlideshow .ps-caption {
    font-size: 1em;
    text-align: center;
  }

  .iconoPremio img {
      width: 68px;
      position: relative;
      top: 10%;
      max-height: 90px;
  }


  .titEnConsultaPuntos {
    font-size: 1.3em;
  }

  .losPuntos {
    font-size: 1em;
  }

  .membrete {
    font-size: 1em;
  }

  .membretePuntos {
    font-size: 1em;
  }

  .estabPuntos {
      font-size: 1em;
  }

  .labelAdmin {
    font-size: 1.5em;
    color: white;
    font-weight: 600;
  }

  .botonCamara{
    right: 19%;
  }

  .lectorQR{
    position: absolute;
  }

  #video{
    width: 544px;
    height: 306px;
  }

  #sourceSelectPanel {
    top: 100px;
  }

  .textoInicial {
    padding-left: 35%;
    padding-right: 35%;
  }



  .datRedencion {
    font-size: 1em;
  }

  .codigoQRflotante {
    position: absolute;
  }

    #iconoDevolver{
    height: 75px;
    top: 15px;
  }

  #iconoSalir{
    height: 75px;
    left: 170px;
    top: 15px;
  }

  .descripLineaTabla {
    font-size: 1em;
    padding: 10px;
  }
}

.ml10px {
    margin-left: 10px;
}

@media print {
    body * {
        visibility: hidden;
    }

    #misBitacoras, #misBitacoras * {
        visibility: visible;
    }

    #actaDivPDF, #actaDivPDF * {
        visibility: visible;
    }

    #informeFinal, #informeFinal * {
        visibility: visible;
    }
    
    #btnImprimirActa, #btnCerrarActa {
        /* visibility: hidden; */
        display: none;
    }

    #actaDivPDF {
        position: absolute;
        left: 0;
        top: 0;
    }
}