*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: 'Rubik', sans-serif;
}

.input {
  height: 50px;
  width: 300px;
  border-radius: 5px;
  outline: none;
  border: none;
  padding: 0 10px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.buscador {
  height: 40px;
  width: 250px;
  width: 200px;
  border-radius: 5px;
  outline: none;
  border: none;
  padding: 0 10px;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  background: #36393e;
}

.input-primario {
  background: #424549;
}

.input-secundario {
  background: #36393e;
}

.combobox {
  background: #424549;
  color: #fff;
  border-radius: 5px;
  height: 30px;
  width: 100%;
  max-width: 280px;
  outline: none;
  border: none;
  padding: 0 5px;
}

.combobox-secundario-grande {
  background: #36393e;
  color: #fff;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  min-width: 300px;

  outline: none;
  border: none;
  padding: 0 5px;
}

.combobox-secundario {
  background: #36393e;
  color: #fff;
  border-radius: 5px;
  height: 40px;
  width: 200px;
  outline: none;
  border: none;
  padding: 0 5px;
}

.btnTexto {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #d3d3d3;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  text-align: center;
}

.label {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.boton-grande {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  outline: none;
  border: none;
  color: #fff;
  min-height: 50px;
  min-width: 280px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}

.boton-chico {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  outline: none;
  border: none;
  color: #fff;
  min-height: 40px;
  max-height: 40px;
  min-width: 200px;
  max-width: 200px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}

.boton-con-icono {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  align-items: center;
  flex: 1;
  outline: none;
  border: none;
  color: #fff;
  min-height: 50px;
  min-width: 200px;
  max-width: 200px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}

.boton-primario {
  background: #7289da;
}
.boton-primario:disabled,
.boton-secundario:disabled {
  background: #999999;
}

.boton-secundario {
  background-color: #db4437;
}

#contenedorPrincipal {
  display: flex;
  flex-direction: column;
  background: #424549;
  min-height: 100vh;
  width: 100%;
  position: relative;
}

#contenedorContenido {
  display: flex;
  justify-content: center;
  flex: 1;
  align-items: center;
  background: #424549;
  height: 100%;
  width: 100%;
}

#contenedorNavegacion {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  width: 100%;
  padding: 0 20px;
  background: #36393e;
}

#navLinksContainer {
  display: flex;
  gap: 12px;
}

#navLinks {
  display: flex;
  justify-content: center;
  align-items: center;
}

#navLinkInicioCensista,
#navLinkNuevoCensoInvitado,
#navLinkEstadisticasInvitado {
  display: none;
}

.navLinks {
  outline: none;
  border: none;
  background: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

#navAciones {
  display: flex;
  flex-direction: row;
  gap: 5px;
  color: #fff;
}

#btnCerrarSesion {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
}

.contenedorFormularioAutenticacion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 600px;
  width: 400px;
  background: #36393e;
  border-radius: 10px;
  gap: 20px;
  position: relative;
  z-index: 10;
  padding: 20px 0;
}

.btnSelectorPerfil {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  align-items: center;
  background: #7289da;
  outline: none;
  border: none;
  color: #fff;
  min-height: 120px;
  min-width: 280px;
  font-size: 18px;
  border-radius: 5px;
  gap: 5px;
  cursor: pointer;
}

.btnSelectorPerfil p {
  margin: 0;
}

.btnSelectorPerfil i {
  font-size: 28px;
}

.tituloFormularioAutenticacion {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 5px 0;
}

.subtituloFormularioAutenticacion {
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

#contenedorBotonesSelectorPerfil {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tituloPieFormularioAutenticacion {
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.subtituloPieFormularioAutenticacion {
  color: #f4b400;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px 0;
}

#contenedorPersonajesSelectorPerfil {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  align-self: center;
  width: 100%;
  max-width: 1200px;
  z-index: 1;
}

.btnAutenticacion {
  margin: 10px 0 0 0;
}

.contenedorPieBotones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

#alertaLogin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #db4437;
  border-radius: 10px;
  padding: 0 10px;
  color: white;
  height: 50px;
  width: 300px;
  font-weight: 400;
  font-size: 14px;
  display: none;
}

#alertaRegistrar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0f9d58;
  border-radius: 10px;
  padding: 0 10px;
  color: white;
  height: 50px;
  width: 300px;
  font-weight: 400;
  font-size: 14px;
  display: none;
}

#estadisticasPaginaPrincipal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.cajaEstadisticasPaginaPrincipal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 135px;
  background: #36393e;
  border-radius: 5px;
  color: #fff;
  padding: 0 10px;
  gap: 4px;
  position: relative;
}

.cajaEstadisticasPaginaPrincipal h2 {
  font-weight: 400;
  font-size: 30px;
  margin: 0;
}
.cajaEstadisticasPaginaPrincipal p {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.resaltarEstadisticasPaginaPrincipal {
  color: #f4b400;
}

.icono {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  min-width: 40px;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  position: absolute;
  top: -15px;
  left: -15px;
  background: #36393e;
  font-size: 18px;
}

#seccionPaginaPrincipal {
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}

/* Tabla */

#contenedorEncabezadoTablaEstadisticasPaginaPrincipal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px 0 15px 0;
}

#encabezadoTablaEstadisticasPaginaPrincipal {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  margin: 0;
}

#encabezadoTablaEstadisticas {
  color: #fff;
  font-weight: 400;
  font-size: 26px;
}

#contenedorTablaEstadisticasPaginaPrincipal {
  display: flex;
  width: 0;
  min-width: 100%;
}

#contenedorBotonesEncabezadoTablaEstadisticasPaginaPrincipal {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
}

table {
  background: #36393e;
  max-width: 1280px;
  border-radius: 5px;
  width: 100%;
}

th {
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: 500;
}

td {
  padding: 12px;
  text-align: center;
  color: #fff;
}

/* Tabla */
#txtValidacionCampos,
#txtValidacionUsuario,
#txtValidacionContraseña {
  margin: 0;
  font-size: 10px;
  color: #db4437;
  max-width: 300px;
}

#checkboxConfirmarDatos {
  display: none;
}
#labelCheckboxConfirmarDatos {
  display: none;
}

#contenedorModal {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #424549;
  border-radius: 5px;
  width: 350px;
  height: 450px;
}
#btnCerrarModal {
  outline: none;
  border: none;
  color: #fff;
  background: none;
  font-size: 18px;
  position: absolute;
  top: 15px;
  right: 15px;
}

#contenedorModal h2 {
  color: #fff;
  font-weight: 400;
  font-size: 26px;
  text-align: center;
  margin: 50px 0 0 0;
}

#contenedorModal label {
  color: #fff;
}

#contenidoModal {
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  flex: 1;
}

#contenedorNuevoCenso {
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 615px;
}

#contenedorNuevoCenso h1 {
  color: #fff;
  font-weight: 400;
  font-size: 26px;
  margin: 0;
  text-align: center;
}

#contenedorNuevoCenso p {
  color: #d3d3d3;
  margin: 0 0 30px 0;
  text-align: center;
}
#contenedorBtnReasignarCensista {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#formularioNuevoCenso {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 615px;
  gap: 15px;
}

#btnValidarCedulaInvitado {
  margin: 25px 0 0 0;
  display: flex;
  flex-direction: row;
  gap: 5px;
}

#contenedorBotonesNuevoCenso {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin: 50px 0 0 0;
}

#confirmarDatosNuevoCenso {
  color: #fff;
  display: flex;
  flex-direction: row;
  gap: 5px;
}

#contenedorCensistaAsignado {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 450px;
  height: 80px;
  background: #36393e;
  border-radius: 5px;
  margin: 15px 0 0 0;
}

#contenedorCensistaAsignado > h2 {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  margin: 0;
}
#contenedorCensistaAsignado > p {
  color: #f4b400;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin: 0;
}

.campoFormulario {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.seccion {
  display: none;
  flex-direction: column;
  padding: 30px 0;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  #contenedorContenido {
    padding: 20px 0;
  }
  #contenedorPersonajesSelectorPerfil {
    display: none;
  }
  #contenedorEncabezadoTablaEstadisticasPaginaPrincipal {
    justify-content: center;
    gap: 15px;
  }
  #contenedorBotonesEncabezadoTablaEstadisticasPaginaPrincipal {
    justify-content: center;
  }
  #encabezadoTablaEstadisticasPaginaPrincipal {
    text-align: center;
  }
  #contenedorNuevoCenso {
    align-items: center;
  }
  #formularioNuevoCenso {
    justify-content: center;
    max-width: 300px;
  }
  #btnValidarCedulaInvitado {
    margin: 0;
  }
}
