/*@font-face {
  font-family: 'agbalumo';
  src: url('../fonts/Agbalumo/Agbalumo-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'alexandria';
  src: url('../fonts/Alexandria/Alexandria-VariableFont_wght.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'angkor';
  src: url('../fonts/Angkor/Angkor-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'bevan';
  src: url('../fonts/Bevan/Bevan-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}*/

* {
  margin: 0px;
  padding: 0px;
}

:root {
  --primary-color: #24B34C;
  --primary-dark-color: #081E00;
  --primary-light-color: #286D00;

  --primary-text-color: #000000;
  --secondary-text-color: #C7C7C7;
  --divider: #BDBDBD;

  --background-color-100: #E5FFDF;
  --background-color-200: #FFED9E;

  --margin-pc-container: 20px;
  --padding-pc-container: 30px;
  --margin-tablet-container: 15px;
  --padding-tablet-container: 20px;
  --width-tablet-container: 768px;
  --width-pc-container: 992px;

  --font-angkor: 'Angkor', serif;
  --font-agbalumo: 'Agbalumo', system-ui;
  --font-bevan: 'Bevan', serif;
  --font-alexandria: 'Alexandria', sans-serif;
}

a {
  text-decoration: none;
}

html {
  box-sizing: border-box;
  font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
  background: linear-gradient(137deg, #E5FFDF 0%, #C7C7C7 100%);
  background-blend-mode: normal;
  height: 100dvh;
  display: grid;
  grid-template-rows: 55px 1fr;
}

header {
  color: white;
  font-size: 16px;
  padding: 15px;
  height: 75px;
  max-width: 576px;
  margin: 0px auto;
  width: -webkit-fill-available;
  display: flex;
  justify-content: space-between;
  align-items: center;

  background: linear-gradient(164deg, #39a846 15.73%, rgba(199, 199, 199, 0.35) 100%);
  background-blend-mode: normal;
  box-shadow: 0px 2px 4px #243328;

  border-bottom-right-radius: 23px 23px;
  border-bottom-left-radius: 23px 23px;
}

#escudo-informatica {
  max-width: 87px;
}

#escudo-bth-logo {
  max-width: 65px;
}

header>p {
  -webkit-text-stroke: solid 1px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  font-family: var(--font-angkor);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

#empresa {
  text-align: center;

  margin-top: 5px;
  margin-bottom: 5px;
  height: 36px;

  -webkit-text-stroke: solid 1px rgba(0, 42, 9, 0.63);
  text-shadow: 0px 2px 4px rgba(100, 100, 100, 0.58);
  color: var(--primary-light-color);
  font-family: var(--font-agbalumo);
  font-size: 24px;
  font-weight: 400;
}

h1 {
  -webkit-text-stroke: solid 1px #0c2b0c;
  text-shadow: 0px 2px 4px rgba(8, 46, 12, 0.78);
  font-family: var(--font-bevan);
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-top: 15px;
}

#header {
  display: flex;
  /*grid-template-columns: 70px 1fr;*/
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 0px 10px;
}

#header p {
  -webkit-text-stroke: solid 1px #0c2b0c;
  font-family: var(--font-bevan);
  font-size: 18px;
  font-weight: 50;
  line-height: 1;
  margin-top: 10px;
}

form {
  padding: 0px 10px;
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}

#input {
  display: flex;
  flex-direction: column;
}

.form-label {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 3px;
  font-family: var(--font-angkor);
  font-size: 14px;
  font-weight: 400;
}

select {
  height: 35px;
  background-color: white;
  padding-left: 5px;
  border-radius: 16px;
  border: 1px solid rgba(0, 62, 9, 0.79);
  font-size: 15px;
}

input {
  height: 35px;
  line-height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 19px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid rgba(0, 62, 9, 0.79);
}

#button {
  text-align: end;
  margin-top: 20px;
}

#button>button {
  padding: 7px 20px;
  border: none;

  border-radius: 8px;
  background: #237b39;
  background-blend-mode: normal;
  margin-bottom: 10px;

  box-shadow: 0px 2px 4px rgba(91, 81, 0, 0.8);
  height: 33px;
  color: #f8f8f8;
  font-family: var(--font-agbalumo);
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.408px;
}


footer {
  max-width: 576px;
  margin: 0px auto;
  width: -webkit-fill-available;
  height: 70px;
  background-color: #707a80;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;

  background: linear-gradient(164deg, #39a846 15.73%, rgba(199, 199, 199, 0.63) 100%);
  background-blend-mode: normal;

  box-shadow: 2px 2px 4px #243328;
  border-top-right-radius: 23px 23px;
  border-top-left-radius: 23px 23px;
}

footer>a {
  -webkit-text-stroke: solid 1px rgba(70, 70, 70, 0.47);
  color: #ffffff;
  font-family: var(--font-angkor);
  font-size: 12px;
  font-weight: 400;
}

.estudiante {
  padding: 5px 10px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  column-gap: 10px;
  
  border-radius: 15px;
  border: 0.3px solid #2d2600;

  background: rgba(197, 197, 197, 0.36);
  background-blend-mode: normal;
  box-shadow: 0px 2px 4px rgba(81, 84, 0, 0.5);
  margin-bottom: 10px;
}

#trimestre {
  max-width: 425px;
  margin: 0px auto 15px;
  display: flex;
  justify-content: center;
}

.badge {
  font-family: var(--font-alexandria);
  text-shadow: 0px 2px 4px rgba(38, 38, 38, 0.93);
  font-size: 12px;
  font-weight: 400;
  padding: 2px 20px;
  border-radius: 6px;
  border: 0.5px solid rgba(6, 6, 6, 0.47);
  background: rgba(255, 255, 255, 0.64);
  background-blend-mode: normal;
  color: #000000;
}

.active {
  border: 0.5px solid #103b00;
  background: rgba(36, 179, 76, 0.47);
  background-blend-mode: normal;

}

#estado {
  margin: 10px 0px;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(255, 242, 242, 0.65);
  color: var(--primary-light-color);
  font-family: var(--font-angkor);
  font-size: 24px;
  font-weight: 400;
}

.title {
  display: block;
  text-shadow: 0px 2px 4px rgba(10, 68, 10, 0.66);
  font-family: var(--font-agbalumo);
  font-size: 14px;
  font-weight: 400;
}

.value-estudiante {
  font-family: var(--font-alexandria);
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
}

#nota {
  max-width: 425px;
  margin: 0px auto;
  display: grid;
  padding-left: 15px;
  padding-right: 15px;
  grid-template-columns: 1fr 1fr;
}

.table-head {
  text-align: center;
  text-shadow: 0px 2px 4px rgba(87, 81, 0, 0.93);
  font-weight: 400;
  font-size: 14px;
  font-family: var(--font-agbalumo);

  border-radius: 8px;
  height: 22px;
  border: 0.5px solid #081E00;
  background: rgba(199, 199, 199, 0.27);
  background-blend-mode: normal;
}

.table-title {
  padding: 0px 8px;
  text-shadow: 0px 2px 4px rgba(87, 81, 0, 0.5);
  font-family: var(--font-alexandria);
  height: 22px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 8px;
  border: 0.5px solid #081E00;
  background: rgba(137, 229, 154, 0.27);
  line-height: 2;
}

.table-value {
  line-height: 2;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(87, 81, 0, 0.63);
  font-family: var(--font-alexandria);
  font-size: 12px;
  font-weight: 500;

  height: 22px;
  border-radius: 8px;
  border: 0.5px solid #081E00;
  background: rgba(255, 255, 255, 0.27);
  background-blend-mode: normal;
}

.table-footer {
  padding: 0px 8px;
  text-shadow: 0px 2px 4px rgba(87, 81, 0, 0.5);
  font-family: var(--font-alexandria);
  font-size: 12px;
  font-weight: 500;
  height: 22px;
  border-radius: 8px;
  border: 0.5px solid #081E00;
  background: rgba(199, 199, 199, 0.67);
  background-blend-mode: normal;
  line-height: 2;
}

.data {
  max-width: 425px;
  margin: 0 auto;
  padding: 0px 15px;
}

@media (orientation: landscape) {
  body {
    height: auto;
  }
}

@media (min-width: 375px) {
  form {
    padding: 0px 40px;
  }
}

.background-escudo {
  background-image: url('/public/img/escudo-bth-opacity.png');
  background-repeat: no-repeat;
  background-size: 250px;
  background-position-x: center;
  background-position-y: center;
  background-attachment: local, scroll;
}