@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}

p {
  color: #000000;
  font-size: 2rem;
}

.contenedor {
  width: 90%;
  max-width: 120rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

img,
picture {
  width: 100%;
  display: block;
}

h1, h2, h3 {
  font-family: "Lato", sans-serif;
  margin: 2.5rem 0;
  font-weight: 300;
  text-align: center;
}

h1 {
  font-size: 3.8rem;
}

h2 {
  font-size: 3.4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.6rem;
}

.seccion {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

body {
  background-color: #e9e9e9;
}

.header__nombre {
  background-color: #163c62;
}
.header__nombre p {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.header__logos {
  margin: 1rem auto;
}
.header__logos .imagen {
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .header__logos {
    display: flex;
    flex-direction: row;
    gap: 5rem;
  }
}

.header__menu {
  background-color: #163c62;
}

.header__navegacion {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .header__navegacion {
    flex-direction: row;
    justify-content: right;
    gap: 2rem;
  }
}
.header__navegacion a {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
}
.header__navegacion a:hover {
  color: rgba(237, 199, 10, 0.9333333333);
}

.credencial {
  color: #FFFFFF;
  margin: 7rem auto;
  padding: 2rem;
  border-radius: 1rem;
  background-color: #163c62;
  width: 50%;
  min-width: 28rem;
  max-width: 50rem;
}
.credencial fieldset {
  color: #e9e9e9;
  border: 1px solid #e9e9e9;
}
.credencial h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

.credencial_form {
  display: block;
}
.credencial_form label {
  font-weight: 700;
  text-transform: uppercase;
}
.credencial_form input:not([type=submit]) {
  padding: 0.5rem;
  width: 100%;
  border: 1px solid #333333;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.credencial_form .credencial__boton {
  background-color: #d1dce8;
  color: #000000;
  font-weight: 700;
  padding: 0.5rem 2rem;
  text-align: center;
  margin: 0.5rem;
  display: block;
  border: none;
  border-radius: 0.5rem;
  width: 100%;
  margin: 2rem 0 0 0;
  width: 100%;
}
.credencial_form .credencial__boton:hover {
  background-color: rgb(175, 194.1304347826, 215);
  cursor: pointer;
}

.alerta {
  padding: 0.5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.alerta.error1 {
  background-color: rgba(104, 7, 7, 0.9450980392);
}
.alerta.error {
  background-color: rgba(252, 199, 188, 0.937254902);
}
.alerta.exito {
  background-color: #d7f5d2;
}

.encabezado__texto {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1.5rem 0 0 0;
}

.horario {
  overflow-y: auto;
  max-height: 400px;
  border-style: outset;
}

.tabla__datos {
  font-size: 1.2rem;
  width: 100%;
  border-collapse: collapse;
}
.tabla__datos .tabla__encabezado {
  background-color: #163c62;
  color: #FFFFFF;
  position: sticky;
  top: 0;
}
.tabla__datos .tabla__elemento {
  text-align: center;
  line-height: 1.4;
}
.tabla__datos .tabla__elemento .izquierda {
  text-align: left;
}
.tabla__datos .tabla__elemento .derecha {
  text-align: right;
}
.tabla__datos .tabla__elemento .renglon1 {
  background-color: rgb(240, 240, 243);
  border-bottom: grey 0.5px solid;
}
.tabla__datos .tabla__elemento .renglon2 {
  background-color: #d1dce8;
  border-bottom: grey 0.5px solid;
}
.tabla__datos .tabla__elemento .aLaMitad {
  width: 50%;
  padding: 0 1rem;
}
.tabla__datos .boton__agregar {
  background-color: #4f7a35;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.5rem 2rem;
  text-align: center;
  margin: 0.5rem;
  display: block;
  border: none;
  border-radius: 0.5rem;
  width: 100%;
}
.tabla__datos .boton__agregar:hover {
  background-color: rgb(55.9771428571, 86.4457142857, 37.5542857143);
  cursor: pointer;
}
.tabla__datos .boton__quitar {
  background-color: #f3e4b5;
  color: #000000;
  font-weight: 700;
  padding: 0.5rem 2rem;
  text-align: center;
  margin: 0.5rem;
  display: block;
  border: none;
  border-radius: 0.5rem;
  width: 100%;
}
.tabla__datos .boton__quitar:hover {
  background-color: rgb(235.8837209302, 211.988372093, 137.1162790698);
  cursor: pointer;
}
.tabla__datos .boton__aceptar {
  background-color: #163c62;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.5rem 2rem;
  text-align: center;
  margin: 0.5rem;
  display: block;
  border: none;
  border-radius: 0.5rem;
  width: 100%;
  margin: 2rem 0;
}
.tabla__datos .boton__aceptar:hover {
  background-color: rgb(12.65, 34.5, 56.35);
  cursor: pointer;
}
.tabla__datos span {
  font-size: 1.4rem;
  font-weight: 700;
}

.curricula {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 1rem;
}
.curricula .curricula__celda {
  background-color: #d1dce8;
  border: 1px solid #333333;
}
.curricula .curricula__celda p {
  margin: 1rem 0.4rem;
  font-size: 1rem;
  line-height: 1.1;
  text-align: center;
}
.curricula .curricula__celda .celda__valor {
  display: flex;
  align-items: center;
  border-top: 1px solid #333333;
}
.curricula .curricula__celda .celda__creditos, .curricula .curricula__celda .celda__opcion {
  margin: 0.4rem;
}

.footer {
  display: block;
  background-color: #333333;
  margin-top: 1.5rem;
}
.footer p {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
/*# sourceMappingURL=app.css.map */
