.page {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Fira Code", monospace;
  font-optical-sizing: auto;
  background-color: #282C33;
  color: #F4F4F9;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 38px !important;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 14px;
}

#titulo-inicio {
  color: #C778DD;
}

.banner-inicio {
  color: #F4F4F9;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-inicio .contenido-banner .button {
  display: inline-block;
  padding: 0.75em 2em;
  background-color: transparent;
  color: #F4F4F9;
  border: 1px solid #C778DD;
  border-radius: 0;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.banner-inicio .contenido-banner .button:hover, .banner-inicio .contenido-banner .button:focus {
  background-color: rgba(199, 120, 221, 0.4);
  color: #F4F4F9;
  transform: translateY(-2px);
}
.banner-inicio .contenido-banner .button:active {
  transform: translateY(0);
}

.contenedor-img {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contenedor-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contenedor-titulo {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.imagen-fija {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.img-fija {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center center;
     object-position: center center;
}

.tarjetitas .card {
  border-radius: 0% !important;
}

.boton-tarjeta {
  background-color: transparent;
  color: #F4F4F9 !important;
  border: 1px solid #C778DD;
  border-radius: 0;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.boton-tarjeta:hover, .boton-tarjeta:focus {
  background-color: rgba(199, 120, 221, 0.4);
  color: #F4F4F9;
  transform: translateY(-2px);
}

footer {
  background-color: #1A1C1E;
  color: #F4F4F9;
  text-align: center;
}
footer p {
  margin: 0;
}

.banner-page {
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 2rem;
}
.banner-page h1 {
  margin: 2rem 0;
  z-index: 2;
  font-size: clamp(2rem, 5vw, 4rem);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
}
.banner-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.informe {
  font-family: "Times New Roman", Times, serif;
  background-color: #ffffff;
  color: #000000;
  font-size: 12pt;
  line-height: 1.5;
  padding: 3rem;
  max-width: 800px;
  margin: auto;
}
.informe img {
  display: block;
  margin: 2rem auto;
  max-width: 100%;
  height: auto;
}
.informe header {
  margin-bottom: 2rem;
  text-align: center;
}
.informe header p {
  font-size: 12pt;
  font-style: italic;
  color: #555555;
  margin-bottom: 0.5rem;
}
.informe header h1 {
  font-size: 16pt;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  color: #000000;
}
.informe header ul {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}
.informe header ul li {
  font-size: 12pt;
  margin-bottom: 0.3rem;
}
.informe section {
  margin-bottom: 2rem;
}
.informe section h2 {
  font-size: 14pt;
  font-weight: bold;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.informe section p {
  text-align: justify;
  margin-bottom: 1rem;
  text-indent: 1.25em;
}
.informe section strong {
  font-weight: bold;
}
.informe nav {
  margin-bottom: 2rem;
  border-top: 1px solid #cccccc;
  padding-top: 1rem;
}
.informe nav h2 {
  font-size: 14pt;
  margin-bottom: 1rem;
}
.informe nav ol {
  padding-left: 1.5rem;
}
.informe nav ol li {
  margin-bottom: 0.5rem;
  font-size: 12pt;
}
.informe nav ol li ul {
  list-style-type: lower-alpha;
  margin-top: 0.3rem;
  margin-left: 1.2rem;
}
.informe nav ol li ul li {
  margin-bottom: 0.3rem;
}
.informe nav a {
  text-decoration: none;
  color: #000000;
}
.informe #bibliografia {
  margin-top: 2rem;
}
.informe #bibliografia h2 {
  font-size: 14pt;
  margin-bottom: 1rem;
}
.informe #bibliografia ul {
  list-style-type: decimal;
  padding-left: 1.5rem;
}
.informe #bibliografia ul li {
  margin-bottom: 1rem;
  font-size: 12pt;
  text-align: justify;
}
.informe #bibliografia ul li a {
  font-size: 11pt;
  display: block;
  color: #555555;
  word-break: break-word;
  margin-top: 0.2rem;
}/*# sourceMappingURL=styles.css.map */