.avispa-verde-origenes-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ededed;
  padding: 0%;
  object-fit: contain;
}

.avispa-verde-origenes-container img {
  width: 40%;
  padding: 5%;
  object-fit: contain;
}

.avispa-verde-origenes-container p, .presentation P {
  font-size: 1.3em;
}

.presentation {
  padding: 3%;
}

.simple_title {
  background-color: rgb(167, 133, 133, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow-wrap: normal;
  align-content: center;
  border-radius: 15px;
  border: black 0px;
  border-style: ridge;
  margin: 1%;
  width: 100%;
}

.simple-text {
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0%;
  border-radius: 15px;
  border: 0;
  margin: 0% 15%;
}


.series-p {
  justify-content: center;
}

p.series-p{
  text-align: center;
  width: 100%;
  font-size: 1.5em
}

.photo {
  display: flex;
  width: 70%;
  justify-content: center;
}

.avispa-verde-obra-container {
  display: flex;
  margin: 8em 0%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.light-container {
  background-color: #ededed;
}

.dark-container {
  background-color: #ededed;
}

.grid_obra {
  display: grid;
  grid-template-rows: 1;
  gap: 2em;
  justify-content: center;
  margin: 4em 0em;
}

.two_columns {
  grid-template-columns: 35vw 35vw;
}


.one_column_horizontal {
  grid-template-columns: 55vw;
}

.one_column_vertical {
  grid-template-columns: 35vw;
}


.item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}


.acuarela {
  object-fit: contain;
  width: 95%;
}

.links {
  justify-content: center;
  margin-top: 10px;
  font-size: large;
  font-style: italic;
}

.origenes {
  display: flex;
  justify-content: center;
  padding-bottom: 5%;
}

.origenes > img {
  width: 50%;
}


@media (max-width: 800px) {
  .avispa-verde-origenes-container {
    flex-direction: column;
  }

  .avispa-verde-origenes-container > img {
    width: 90vw;
  }

  .two_columns,.one_column_vertical {
    grid-template-columns: 65vw;
  }

  .avispa-verde-container {
    flex-direction: column;
  }

  .avispa-verde-container img {
    width: 90%;
  }

  .origenes > img {
    width: 80%;
  }

  h1 {
    font-size: 2rem;
  }
}
