
* {
 /* margin: 0;
  padding: 0; */
  box-sizing: border-box;
}
/* ----------------
   reglas generales
   ---------------- */

body {
  margin: 0;
  font-family:"Poppins", sans-serif;
  font-weight: 400;
  background-color: rgba(255, 243, 227, 0.856);
  min-height: 100dvh;
}
img {
  max-width: 100%;
  height: auto;
  align-content: center;
}
img {
    max-width: 50%;
}

figure{
    margin:0;    
}

figure img{
    display: block;
    margin-block: 1em;
    max-width: 100%;
    height: auto;
}

/* todos los links */
a {
    text-decoration: none;
    color: hsl(201, 43%, 35%);
    font-weight: bold;
  }


  a:hover,
a:focus-visible {
    color: hsl(0, 0%, 0%);
  }


/* "TODAS" las listas */
  ul,
  ol {
    /* elimina bullets, nÃºmeros etc. */
    list-style: none;
    padding: 0;
  }
  header {
    background-color: rgba(255, 198, 41);
    padding: 50px 50px 50px 50px;
    
}


header nav a {

  background-color: rgba(58, 106, 124, 0.942);
  color:rgb(255, 198, 41);
  display: block;
  width: fit-content;
  padding-block:10px;
  padding-inline: 10px;
  border-radius: 5px;
  font-size: 40px;
}

header li {
  align-items: center;
}
header .contenedor {

 /* display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem; */

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    flex-direction: column;

}
.navbotones {
    list-style: none;
    display: flex;
    gap: 16px;
    padding: 0;
    margin: 0;
}

#logo img {
width: 170px;
  background-color: rgba(255, 239, 224);
  padding: 8px;
 /* border:  solid 4px rgb(255, 204, 156); */
  border-radius: 5px;
}

footer {
    background-color: rgba(240, 150, 138, 0.942);
    padding: 20px 100px 20px 100px;
    
}

main {
    background-color: rgba(255, 209, 124, 0.726);
    padding: 5px 50px 25px 50px;
}
.contenedora_personal  img {

  display: block;
  width: 30%;
  aspect-ratio: 1;
  object-fit: contain;
  background-color: rgb(255, 198, 41);
  padding: .5rem;
  border-radius: 100%;
  box-shadow: 0 4px 4px transparent;
  align-items: center;

 
}

.contenedora_personal {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
      gap: 0px;
    
}
.nombre {
  margin-bottom: 10px;
  color: rgb(19, 79, 87);
  padding: 2px;
}

.miinfo {
    margin-top: 10px; 
    font-size: 20px; 
    max-width: 1000px; 
    margin-left: 0px; 
    margin-right: auto; 
    padding: 15px; 
    border: 2px solid rgba(58, 106, 124, 0.942); 
    border-radius: 10px; 
    background-color: rgba(252, 200, 30, 0.942);
    text-align: center;
    color: rgba(53, 125, 151, 0.942)
}
h1 {
    font-size: 80px;
    color:rgb(58, 106, 124, 0.942);font-size: 2em; 
    /* background-color: rgba(253, 115, 255, 0.348); 
    padding: 15px; */
    text-align: center;
}

h2 {
    color:rgba(58, 101, 104, 0.942);font-size: 2em;
    text-align: center;
}
h3 {
    font-size: 1.17em;
    color:rgba(58, 101, 104, 0.942);font-size: 2em; 
    background-color: rgb(255, 198, 41);
    padding: 15px;
    border-radius: 10px; 
    text-align: center;
}


h4 {
    color: rgb(58, 106, 124, 0.942);
    text-align: left;
}
.materias {
    margin-top: 10px; 
    font-size: 18px;
    max-width: 1000px; 
    margin-left: 0px; 
  /*  margin-right: auto; */
    padding: 15px; 
    border: 2px solid rgba(4, 69, 71, 0.942); 
    border-radius: 10px;
    text-align: left;
    background-color: rgb(253, 214, 106);
}


.materiascontenedor {
    
  /*   display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 5px;  */

   display: block;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    
}
/* ------------------------
   seccion datos academicos
   ------------------------ */


.academicos > ul > li:not(:last-of-type) {
  border-bottom: .2rem solid rgb(58, 106, 124, 0.942);
  padding-bottom: .9em;
  margin-bottom: .9em;
  }

.academicos img {
  width: 12m;
  height: auto;
}

.academicos > ul > li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; 
  text-align: justify;
  }

.academicos > ul > li > *:first-child {
  margin-right: 2em;
  width: 12em;
  }

.academicos h3 { 
  margin-top: inherit; 
}

.plan main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} 


.equipo li {
  /* liÂ­nea para separar la info*/
  border-bottom: solid 1px hsl(15 29% 44% / .15);
  padding-block-end: 1.5em;
  padding: 20px 40px 30px 40px;
  margin-block-end: 1.5em;
  /* border: 2px solid rgba(255, 202, 195, 0.942); */
  background-color: rgba(255, 198, 41);
  border-radius: 10px;
  text-align: center;
  justify-content: center;

}

.equipo a {

    background-color: rgb(58, 106, 124, 0.942);
    color: rgba(255, 198, 41);
    padding: 10px 20px 10px 20px;
    border-radius: 50px; 
}

.equipo img {
  display: block;
  width: 8em;
  aspect-ratio: 1;
  object-fit: contain;
  background-color: rgb(58, 106, 124, 0.942); 
  padding: .5rem;
  border-radius: 100%;
  
 
}

.equipo h4 {
    color: rgb(58, 106, 124, 0.942);
    text-align: center;
    font-size: 25px;
}


.contenedora_equipo ul {

   display: flex;
        max-width: 90%;
        gap: 5px;
        justify-content: space-evenly;
}


.contenedora_equipo {

    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}


.propuesta {

    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.propuesta img {
  width: 85%;
}