body{
    margin: 0 auto;
    font-family: sans-serif;
    font-weight: 100;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    background-color: #ebe6c0
  }
  main {
    max-width: 60rem;
    margin-inline: auto;
    padding-inline: 1rem;
  }
  header, footer {
    background-color: #3d6f3e;
    color: white;
  }
  footer {
    margin-top: 2rem;
    padding: 1rem;
  }
  h1 {
    font-family: Oswald, sans-serif;
  font-weight: 600;
  color: #3d6f3e;
  font-size: 220%;
  }
  h2 {
    font-family: Oswald, sans-serif;
  font-weight: 600;
  color: #3d6f3e;
  border-bottom: 2px solid #c0d14e;
  margin-top: 10%;
  }
  h3 {
    font-family: Oswald, sans-serif;
    font-weight: 500;
  }
  h4 {
    font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 110%;
  margin: 0 auto;
  margin-top: 10px;
  padding-top: 10px;
  }
  .header_contenedor {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: justify;
    max-width: 60rem;
    margin-inline: auto;
  }
  header ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    list-style: none;
  }
  nav a {
    text-decoration: none;
  color: white;
  background-color: #2a4c2b;
  border-radius: 10px;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  }

  nav a:hover {
    background-color: white;
    color: black;
  }
  #logo {
    margin: 10px;
    border: solid 3px; color: black;
    border-radius: 5%; 
    width: 5rem;
    padding: 3px;
  }
  .comitente_contenedor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
  .comitente_contenedor div {
    flex-direction: column;
  }  
  .comitente_contenedor img {
    border-radius: 15px;
    margin-top: 2rem;
    gap: 1rem;
    max-width: 100%;
  }
  .comitente_contenedor h1 {
    font-size: 500%;
    margin: 0 auto;
    margin-top: 1rem;
    color: #3d6f3e;
  }
  .comitente_contenedor p {
    padding-right: 3rem;
  }
  .comitente_contenedor h3 {
    display: inline-block;
    background-color: blueviolet;
    border-radius: 15px;
    color: white;
    padding: 5px 10px;
    margin-top: 2rem;
    margin-bottom: 0px;
  }
  .comitente_contenedor h3:hover {
    background-color: black;
  }
  .tarjetas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
    gap: 1rem;
  }
  article {
    background-color: #3d6f3e;
    border-radius: 15px;
    flex: 0 1 calc(33% - 10px);
    color: #ede7bf;
  }
  article:hover {
    transform: scale(1.05);
    transition: 0.3s ease-out
  }
  .integrante1, .integrante2, .integrante3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .integrante1 img, .integrante2 img, .integrante3 img {
    border-radius: 15px;
    width: 80%;
    margin: 0 auto;
    margin-top: 2rem;
  }
  article h3 {
    font-size: 200%;
    margin: 0 auto;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .integrante1 h3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .integrante2 h3 {
    padding-left: 23px;
    padding-right: 23px;
  }
  .integrante3 h3 {
    padding-left: 23px;
    padding-right: 23px;
  }
  .t1, .t2, .t3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  article h5 {
    color: white;
    background-color: #c0d14e;
    border-radius: 15px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
  }
  article a {
    text-decoration: none;
  }
  
  article h5:hover {
    background-color: white;
    color: black;
  }
  h4 {
    font-weight: 500;
    margin: 0 auto;
  }

  .contenedor-arquetipos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
    gap: 0.5rem;
  }
  .arquetipo img, .mvp img{
    box-sizing: border-box;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 100%;
    margin-inline: auto;
  }

  .contenedor-mapa img {
    box-sizing: border-box;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 100%;
    margin-inline: auto;
  }
  .titulo {
    text-align: center;
    text-transform: uppercase;

  }
  .frase {
    color: #ebe6c0;
    background-color: #3d6f3e;
    border-radius: 15px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 1rem;
  }
  .parrafo-principal{
    color:#ebe6c0;
    background-color: #3d6f3e;
    border-radius: 15px;
    padding: 15px 15px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 120%;
  }
  .contenedordatosacademicos{
    display: flex;             
    flex-wrap: wrap;       
    gap: 5px;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  hr {
    border: none;
    height: 1px;             
    background-color: #74a0bd;       
  }
  .logosacademicos{
    background-color: #ffffff;
    width: 100px;
    height: 100px;
    border-radius: 10% 10%;
    border: 1px solid #ff00c8;
    padding: 5px;
  }  
  .textodatosacademicos{
    li {
      font-family: segoe UI;
      font-size: 90%;
      color: #035d00;
   }
}
.textodatosacademicos{
  font-size: 14pt;
}
.contenedordatosacademicos{                    
  gap: 3em;
  margin-top: 5%;
  margin-bottom: 5%;
}
.logosacademicos{
  width: 120px;
  height: 120px;
} 
.textodatosacademicos{
  font-size: 15pt;
}
.contenedordatosacademicos article {
  background-color: transparent;
  border-radius: 15px;
  flex: 0 1 calc(33% - 10px);
}
.contenedordatosacademicos h4 {
  color: #035d00;
}