body {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
}

.cabecera {
  background-image: url("../img/fondo.jpg");
  padding-top: 30px;
  padding-bottom: 25px;
  text-align: center;
  background-size: cover;
}

.foto {
  border: solid white 5px;
  border-radius: 50%;
  height: 200px;
}

.titulo {
  background-color: #6b67e0;
  color: white;
  font-size: 18px;
  letter-spacing: 0.2em;
  padding: 0.01%;
  text-align: center;
}

.subtitulo {
  margin-top: 35px;
}

.boton {
  border: solid black 1px;
  border-radius: 10px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
  margin: auto;
  margin-top: 30px;
  padding: 10px;
  width: fit-content;
}

ul {
  font-size: 19px;
  list-style-type: none;
}

h2 {
  background-color: #809dd5;
  color: black;
  font-size: 23px;
  letter-spacing: 0.1em;
  padding: 10px;
}

.lista {
  list-style-type: disc;
}

.item {
  display: flex;
}

.sub-item {
  padding-left: 7px;
}

footer {
  background-color: #6b67e0;
  color: white;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-left: 10px;
  margin-top: 98px;
  padding: 10px;
  text-align: center;
}

a {
  text-decoration: none;
  color: black;
  font-size: 21px;
  letter-spacing: 3px;
  font-weight: bold;
}

footer i {
  color: white;
}

i {
  color: black;
}
