.contenido-proyecto h2 {
  font-size: 3rem;
}

.glosario .titulo-tema {
  font-size: 1.8rem;
}

.glosario .titulo-tema-descripcion {
  font-size: 1.6rem;  
}

.contenido-temas {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.glosario {
  width: 40%;
}

.glosario:hover {
  position: relative;
  bottom: 20px;
}

.imagen-tema img {
  width: 90%;
  height: auto;
  max-width: 250px;
  padding: 20px;
  padding-bottom: 0.7px;
}

.header {
  flex-direction: row;
  height: 50%;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}

.item-list {
  font-size: 2rem;
}

main .section-one {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.content-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.content-wrapper .tittle {
  font-size: 2.8rem;
}

.bg-video {
  width: 90%;
  max-width: 600px;
  height: auto;
  padding: 5px 5px 20px;
}
