@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400&display=swap');

* {
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

/* variable de sombra y border */
:root {
  --fondo: #232323;
  --block_ttl: #30507a;
  --blanco_txt: #efefef;
  --humo_txt: #949494;
  --boton_azul: #354358;
  --boton_azul_claro: #5078aa;
  --fondo_degradado: linear-gradient(6deg, #282828, #3c3c3c);
  --dimesnion: 0 16px 15px -6px #0000004a, -2px 2px 0px #67676745 inset, 2px -3px 0px #1b1b1b4d inset;
  --profundo: 0 35px 35px 16px #0000002b;
}

body {
  display: flex;
  font-family: 'Open Sans', sans-serif;
  background: var(--fondo);
  color: var(--blanco_txt);
  font-size: 16px;
  -webkit-font-smoothing: antialiased !important;
  overflow-y: scroll;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.logo_top img {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 120px;
  filter: grayscale(100%);
  user-select: none;
  user-zoom: none;
}

h1 {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}

/* LOGIN */
#login_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  margin: 0 auto;
  width: 320px;
  height: 332px;
  padding: 30px;
  background: var(--fondo_degradado);
  border-radius: 17px;
  box-shadow: var(--dimesnion);
}

#login_form input[type="email"],
#login_form input[type="password"] {
  width: 100%;
  height: 47px;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 38px;
  background: #3f3f41;
  box-shadow: var(--dimesnion);
  color: var(--blanco_txt);
}

.user_icon::before {
  content: url(../images/user_ico.png);
  position: absolute;
  opacity: 0.5;
  transform: translate(-109px, 33px);
}

.password_icon {
  content: url(../images/password_ico.png);
  position: absolute;
  opacity: 0.5;
  transform: translate(-102px, 1px);
}

.submit_login_btn {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  margin-bottom: 10px;
  border-radius: 273px;
  background: var(--boton_azul);
  box-shadow: var(--dimesnion);
  color: #efefef;
  font-weight: 600;
  cursor: pointer;
  display: block;
  user-select: none;
}

#alertas_login {
  width: 320px;
  padding: 9px;
  border-radius: 6px;
  margin: 10px auto;
  background: #583535;
  color: #efefef;
  font-weight: 600;
  font-size: 0.8rem;
  cursor: pointer;
  text-align: center;
  display: none;
  box-shadow: 0 0 20px #ff545454;
  border: 1px solid #b22b2bc9;
}

.alerta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #3b1f1f;
  flex-direction: column;
  flex-wrap: wrap;
}

/* EOF LOGIN */

#menuTop {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 56px;
  background-color: #1b1d1f;
  flex-direction: row;
  flex-wrap: wrap;
  user-select: none;
}


#navegation {
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-height: 58px;
  max-height: 58px;
  background: #1b1d20;
  flex: 0 0 100%;
}

#navegation a {
  display: block;
  width: 33px;
  height: 33px;
  user-select: none;
}

footer {
  display: flex;
  flex-flow: row;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 58px;
  width: 100%;
  background-color: #1b1d1f;
  align-items: center;
  font-size: 10px !important;
  color: var(--humo_txt);
}

.contgen {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  min-width: 320px;
  max-width: 680px;
  width: 100%;
  flex: 1;
}

.lista_con_listado1 {
  position: relative;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 320px;
  max-width: 480px;
  width: 100%;
  background-color: hsl(0 0% 21% / 1);
  border-radius: 8px;
  padding: 6px;
  box-shadow: var(--profundo);
  outline: 1px solid #484848;
}

.lista_con_listado1 summary {
  text-align: center;
  padding: 20px 0;
}

.listado_con_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 320px;
  max-width: 480px;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #4d4d4d;

}

.listado_con_header div:nth-child(1) {
  width: 100%;
  text-align: center;
  padding: 8px 0px;
}

.listado_con_header div:nth-child(2) {
  width: 100%;
  padding: 12px 0px;
  text-align: left;
  background-color: #27272a;
}

.listado_con_header div:nth-child(2) span {
  display: inline-block;
  font-size: 1.2em;
  margin: 0 8px;
  filter: grayscale(.7);
}

#asignaciones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 320px;
  max-width: 480px;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  margin: 40px auto;
  box-shadow: var(--profundo);
}

#asignaciones div,
#asignaciones header {
  display: flex;
  flex-direction: row;
  width: 100%;
}

#asignaciones div a,
#asignaciones header a {
  display: block;
  width: 33%;
  text-align: center;
}

#asignaciones header a {
  width: 33.33%;
  padding: 8px 0px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background-color: #1b1d20;
  border-bottom: 1px solid #4d4d4d;
}

#asignaciones div a {
  padding: 8px 0px;
}

#asignaciones div:nth-child(even) {
  background-color: #23262a;
}

#asignaciones div:nth-child(odd) {
  background-color: #303337;
}

.microheader {
  position: relative;
  margin: 0 auto;
  font-weight: 300;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  padding: 8px 0px;
  width: 100%;
}

hr {
  position: relative;
  margin: 20px auto;
  width: 100%;
  height: 2px;
  background: #121315;
  border-top: 1px solid #303338;
}

/* Scrollbar with this project color theme */

/* The entire scrollbar */
::-webkit-scrollbar {
  width: 16px;
}

/* The thumb (the handle you drag) */
::-webkit-scrollbar-thumb {
  background-color: #343437;
  border-radius: 10px;
}

/* The track (the background of the scrollbar) */
::-webkit-scrollbar-track {
  background-color: #1b1d20;
  border-radius: 10px;
}

/* The active part of the thumb */
::-webkit-scrollbar-thumb:active {
  background-color: #2c3036;
}

/* cajón de selección de funciones */

.blocke-title {
  position: relative;
  margin: 0 auto;
  text-align: center;
  background-color: var(--block_ttl);
  line-height: 60px;
  border-radius: 4px;
  width: 335px;
  font-size: .9rem;
  font-weight: 300;
  cursor: default;
  user-select: none;
  box-shadow: 0 0 31px -3px #9fc5fa26;
  border: 1px solid var(--boton_azul_claro);
}

.select_box_1 {
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: space-evenly;
  margin: 20px auto;
  padding: 2px 3px;
  border: 10px solid transparent;
  min-width: 360px;
  max-width: 640px;
  width: 100%;
  height: auto;
  box-shadow: 0px 10px 20px -10px #00000047;
}

.select_box_1 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  justify-content: center;
  border-radius: 4px;
  background-color: #4c4c4c;
  color: #fff;
  min-width: 200px;
  margin: 2px;
  height: 100px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 256ms ease;
}

.select_box_1 a:hover {
  background-color: #727272;
}