*{ 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
} 


/*header y menuuu*/

/*NAVEGACION*/
.inicio {
  display: flex;
  flex-direction: row;
  background-color: rgb(15, 136, 4);
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;

}

/*jt02*/
.menu {
  background-color: rgb(245, 245, 245);
  color: #160303;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 50px;
  text-align: center;
  margin-left: 2rem;
}

.planmapawebapp {
  display: flex;
  flex-direction: row;
  margin-right: 10px;
  margin-left: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}

.boton-nav {
  background-color: rgb(255, 168, 187);
  margin: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  color: #030303;
}


/*ancho celulares*/
@media (max-width: 600px) {

  /*NAVEGACION*/
  .inicio {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;

}

/*jt02*/
.menu {
    border-radius: 50px;
    text-align: center;
    margin-left: 2rem;
    margin-right: 2rem;
}

.planmapawebapp {
    display: flex;
    flex-direction: row;
    align-items: center;
    
}

.boton-nav {
    border-radius: 10px;
}

}






body{

  background-color: rgb(255, 214, 214);
}

footer { 
  background-color: rgb(15, 136, 4);
  padding: 1rem;
  color: aliceblue;
  padding: 1rem;
  box-shadow: 0 .35em .5em rgba(0, 0, 0, 0.164); 
  }

  
footer{
  text-align: center;
}



.landing_page {    
  background-color: rgb(255, 168, 187);
  border: 10px;
  padding: 5px 20px;
  font-family:'Montserrat', sans-serif;
  font-weight: 900;
  text-align: center;
  margin: 50px 10px;
  cursor: pointer;
  text-decoration: none;
  color: black;
  border-radius: 10px;
  box-shadow: 4px 4px 4px  rgb(43, 30, 33);

}

.landing_page:hover {
  background-color: rgb(230, 131, 153); 
}

ul, ol{
  list-style: none;
  padding: 0px;
}

a{
    text-decoration: none;
    color: rgb(252, 252, 252);
}

ul,ol{
    list-style: none;
    padding: 0;
}

.contenedora{
    max-width: 65rem;
    margin: auto;}


#logo a{
    display: block;
    border-radius: 50%;
    width: 6rem;
    aspect-ratio: 1;
    text-align: center;
    font-size: 1.75rem;
    background-color: rgb(15, 136, 4);
    border: solid 4px rgb(172, 115, 115);
}

.imgposter{
  width: 100%;
  margin-top: 20px;
  object-fit: contain; 
  margin-bottom: 0px; 
}

/*
.info_propuesta{
  max-width: 50rem;
  margin: auto;
  margin-top: 10px;
  align-items: center;
  padding: 40px;
  background-color: rgb(255, 168, 187);
  box-shadow: 8px 10px 4px  rgb(139, 92, 102);
  border-radius: 14px;
}

*/

.info_propuesta{
  max-width: 65rem;
  margin: auto;
  padding: 20px;
  margin-top: 5px;
  text-align: center;
  /*
  background-color: rgb(255, 168, 187);
  box-shadow: 8px 10px 4px  rgb(139, 92, 102);
  border-radius: 14px;
*/
}




h1 {
  color: rgb(15, 136, 4);
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 900;
  padding: 10px 10px;
  margin: auto;
  color: aliceblue;
  background-color: rgb(15, 136, 4);
  border-radius: 14px;
  margin-top: 0px;
  box-shadow: 8px 10px 4px  rgb(139, 92, 102);
}


.info_propuesta p { 
  font-family:'Open Sans', sans-serif;
  /*background-color: aliceblue;
  padding-left: 150px;
  padding-right: 150px;*/
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 30px;
  color: rgb(7, 7, 7);
  background-color: rgb(255, 168, 187);
  border-radius: 14px;
  margin-top: 28px;
  box-shadow: 8px 10px 4px  rgb(139, 92, 102);

}


h2{
  padding: 10px 10px;
  margin: auto;
  margin-left: 20px;
  margin-right: 20px;
  color: aliceblue;
  background-color: rgb(15, 136, 4);
  border-radius: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
  box-shadow: 8px 10px 4px  rgb(139, 92, 102);


}

h3{
  font-size: 26px;
  font-weight: 1000;
  text-align: center;
  margin-bottom: 5px;
  color: rgb(15, 136, 4);
}

h4{
  font-size: 22px;
  color: rgb(255, 255, 255);
}

.equipocontenedora{
  max-width: 65rem;
  margin: auto;
}

.imgsrotulos{ 
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  margin-bottom: 10px;

}

.equipoarticulos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
  padding: 10px;
  margin-top: 5px;
  text-align: center;
}

.cortabio{
  margin-bottom: 20px;
}

.julieta {
  background-color: rgb(255, 168, 187);
  border-radius: 20px;
  padding: 25px;
  margin: 10px;
  color: rgb(0, 0, 0);
  box-shadow: 8px 10px 4px  rgb(139, 92, 102);

}

.rotuloj {
  background-color: rgb(15, 136, 4);
  border: 10px;
  padding: 4px 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 10px;

  cursor: pointer;
  text-decoration: none;
  color: rgb(255, 255, 255);
  border-radius: 14px;
}

.rotuloj:hover {
  background-color: rgb(13, 102, 5);
}


.aixa {
  background-color: rgb(255, 168, 187);
  border-radius: 20px;
  padding: 25px;
  margin: 10px 10px;
  box-shadow: 8px 10px 4px  rgb(139, 92, 102);
  /*border-block-end: 8px solid rgb(15, 136, 4);*/

}

.rotuloax {
  background-color: rgb(15, 136, 4);
  border: 10px;
  padding: 4px 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 0px 0px;
  cursor: pointer;
  text-decoration: none;
  color: black;
  border-radius: 14px;
  color: rgb(255, 255, 255);
  
}

.rotuloax:hover {
  background-color: rgb(13, 102, 5);
}

.agustina {
  background-color: rgb(255, 168, 187);
  border-radius: 20px;
  padding: 25px;
  margin: 10px 10px;
  box-shadow: 8px 10px 4px  rgb(139, 92, 102);

}

.rotuloa {
  background-color: rgb(15, 136, 4);
  border: 10px;
  padding: 4px 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 0px 0px;
  cursor: pointer;
  text-decoration: none;
  color: black;
  border-radius: 14px;
  color: rgb(255, 255, 255);
}

.rotuloa:hover {
  background-color: rgb(13, 102, 5);
}

.imgdatos{
    width: 100%;
    object-fit: contain;
  }



.academicocontenedora {
  /*background-color: rgb(255, 212, 225);*/
  max-width: 65rem;
  margin: auto;
}

.academicoarticulos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
  text-align: center;
  justify-content: center;
  padding: 10px;

}

.academicocontenedora li{
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
  text-align: center;

}


.uba {
  background-color: rgb(255, 168, 187);
  border-radius: 10px;
  padding: 25px;
  margin: 10px;
  box-shadow: 8px 10px 4px  rgb(139, 92, 102);

  /*margin: 0px 10px;*/ }

.fadu {
  background-color: rgb(255, 168, 187);
  border-radius: 10px;
  padding: 25px;
  margin: 10px;
  box-shadow: 8px 10px 4px  rgb(139, 92, 102);

}

.dgpc {
  background-color: rgb(255, 168, 187);
  border-radius: 10px;
  padding: 25px;
  margin: 10px;
  box-shadow: 8px 10px 4px  rgb(139, 92, 102);

}

/*
footer {
  padding: 25px;
  /*border-radius: 10px;
  text-align: center;
  color: black;
  font-size: 14px;
  font-weight: 500;
  background-color: rgb(255, 168, 187);
  /*background-color: rgb(15, 136, 4);   }


  */


  /*MAPA*/

  .arquetipo{
    max-width: 65rem;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
    align-items: center;
  }


  .imgmapa{
    display: block;
    width: 60%;
    margin: auto;
    padding: 10px;
  }

  .prototipoimg{
    width: 100%;
    margin-bottom: 10px;
  }

h4{
  font-weight: 900;
  color: rgb(0, 0, 0);
  text-align: center;
  margin-bottom: 6px;
}

h1{
text-align: center;
padding-left: 0px;
margin-left: 10px;
margin-right: 10px;
margin-top: 18px;
margin-bottom: 20px;
}

/*
.a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: small;


    }
  
*/  




 .prototipo{

    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: small;
    background-color: rgb(15, 136, 4);

    
      border: 10px;
      padding: 10px 10px;
      font-family:'Montserrat', sans-serif;
      font-size: 20px;
      font-weight: 900;
      text-align: center;
      margin: 5px 10px;
      cursor: pointer;
      text-decoration: none;
      color: rgb(255, 255, 255);
      border-radius: 10px;
      box-shadow: 4px 4px 4px  rgb(43, 30, 33);
      margin-bottom: 10px;
      justify-content: center;
  
    }
    
    .prototipo:hover {
      background-color: rgb(41, 24, 27); 
    }

  /*PLAN*/

.arquetipo{
  max-width: 65rem;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
  align-items: center;

}


  .imgplan{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .imgboceto{
    max-width: 65rem;
    margin: auto;
    align-items: center;
  }


  .boceto{
    width: 100%;
    object-fit: contain;

  }