@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wdth,wght,GRAD@0,8..144,50..150,100..900,-50..100;1,8..144,50..150,100..900,-50..100&family=Special+Elite&display=swap');
*{
    box-sizing: border-box;
}

img {
    max-width: 100%;
  }


li{
    list-style: none;
   }

a{text-decoration:none;
font-weight:bold;}

.contenedora {
    max-width: 100rem;
    margin-inline: auto;
    padding: 1rem;
  }

#logo {
    display: block;
    border-radius: 5px;
    width: 6rem;
    padding: .20rem .2rem;
    background-color: rgb(250, 253, 255);
    border: solid 1px #1A1A32
  }

header nav a {
    color:#12127A;
    display: block;
    text-align: center;
    width: 4em;
    padding-block: 8px 8px;
   border-bottom:solid 1px white;  
}

header nav ul {
    display:flex;
    flex-wrap: wrap;
    gap: 1rem;
}

header .contenedora {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

nav {
    margin-right: 0em;
    height: 55px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    padding: 1em 1em;
    border-radius: 1em;
    margin:5%;
    z-index: 1000
}
  

  input[type="checkbox"] {
    display: none;
  }
  
  .menu {
    display: none;
    flex-direction: column;
    background-color: #ABC3FF;
    padding: 30px;
    margin-right: 5%;
    text-align: center;
  }

  
  input[type="checkbox"]:checked ~ .menu {
    display: flex;
  }
  
  label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24px;
    width: 30px;
    cursor: pointer;
  }
  
  label span {
    display: block;
    width: 100%;
    height: 3px;
    background: #DEF243;
    border-radius:2px;
    align-content: center
  }




body{
    margin:0%;
    background-image: url(../imagenes/fondobody.png);
    h1, h2, h3 {
      font-family: "Special Elite", system-ui;
      font-weight: 400;
      font-style: normal;}
    p{
      font-family: "roboto serif", serif;
      font-size: 0.9em;
    }
    a{font-family: "Special Elite", system-ui;
    font-weight: 500;}

  }

h1{
    color:#DEF243;
    font-size: 1.8em;
}

h2{color:#DEF243;
text-align: left;
text-decoration: wavy;}
h5,h6{color: #8484a7;}

h3{
  margin-top: 2%;
  margin-bottom: 2%;
}
h4{
  margin-top: 2%;
  margin-bottom: 15%;
}

section{
    margin: block;
    margin-inline:1rem;
    padding:1rem;
    border-radius:2em; 
    margin-bottom: 5%; 
    margin-top: 5%; 
    h2{color:#12127A;
    font-weight: 700;}
    
}

.secciontotalintegrantes{
  margin: block;
  margin-inline:1rem;
  padding:1rem;
  border-radius:2em; 
  margin-bottom: 5%; 
  margin-top: 5%;
  padding-top: 0%;
  background-image: url(../imagenes/fondointegrates.png);
  background-repeat:no-repeat;
  background-size: cover;
  background-position:center;
  padding-block: 3em;
}
.datos{
  background-image: url(../imagenes/fondoacademico.png);
  background-repeat:no-repeat;
  background-size: cover;
  background-position:center;
  padding-block: 3em;
}
article{
    border-radius: 1rem;
    background-color:#12127A; 
    padding: 1rem;
    box-shadow:#076B93;
    font-weight: bold;
    margin: 1rem auto;
    align-items:center;
    h4{color:white;}
    h3{color:#DEF243}
}

#unma{
  border-radius: 1rem;
  background-color:#DEF243;
  padding: 1rem;
  margin: 2rem auto;
  align-items:center;
  color: #1A1A32;
}

#videounma{
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 1em;
}

.subtituloplan{
  color:#DCEFF6
}
.seccionintegrantes {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}

p{
    color: #DCEFF6;
    line-height: 1.4;
    margin-bottom: 10%;
}
       

li {
  margin-block-start: 0;
  padding-bottom: 5%;
}

.portada{display: block;
  max-width: 100%;
  clip-path: polygon(
        2% 0, 12% 2%, 22% 1%, 32% 3%, 42% 1%, 52% 2%, 62% 3%, 72% 1%, 82% 2%, 92% 0, 100% 3%, 
        98% 12%, 99% 22%, 97% 32%, 98% 42%, 96% 52%, 99% 62%, 97% 72%, 98% 82%, 100% 92%, 
        92% 100%, 82% 98%, 72% 99%, 62% 97%, 52% 98%, 42% 96%, 32% 99%, 22% 97%, 12% 98%, 2% 100%, 
        0 92%, 3% 82%, 1% 72%, 2% 62%, 3% 52%, 1% 42%, 3% 32%, 2% 22%, 0 12%
    );
    -webkit-clip-path: polygon(
        2% 0, 12% 2%, 22% 1%, 32% 3%, 42% 1%, 52% 2%, 62% 3%, 72% 1%, 82% 2%, 92% 0, 100% 3%, 
        98% 12%, 99% 22%, 97% 32%, 98% 42%, 96% 52%, 99% 62%, 97% 72%, 98% 82%, 100% 92%, 
        92% 100%, 82% 98%, 72% 99%, 62% 97%, 52% 98%, 42% 96%, 32% 99%, 22% 97%, 12% 98%, 2% 100%, 
        0 92%, 3% 82%, 1% 72%, 2% 62%, 3% 52%, 1% 42%, 3% 32%, 2% 22%, 0 12%
    );

}
img{display: block;
    max-width: 100%;
      
}

.integrantes{
    display: flex;
    align-items: center;
    margin: 4rem 0;
    height: 200px;
    padding: 2px;
    h4{margin-bottom: 10%;}
    }

.link{
  display: flex;
  border-radius: 1rem;
  background-color:#DEF243;
  padding: 1rem;
  align-items:center;
  margin-bottom: 2%;
  margin-top: 2%;
  justify-content: center;
  color: #12127A;
  
}  

.imgdatosacademicos{
    border-radius: 1rem;
    background-color:white;
    padding: 0.8rem;
    border-width: 0.2rem;
    font-weight: bold;
    margin:0rem;
    height: 100px;
    width: 100px;
}

.uba{
    h3,h4{color: #12127A;}
    p{color: #12127A;}
    li{color:#12127A;
        padding-bottom: 0rem;}
    ul{padding: 0rem;
        margin:0%}

}

.contenedordatosacademicos{
  margin-bottom: 15%;
}
 
#dgpc{
h4{margin: auto;}
p{margin-bottom: 0%;
margin-top: 8%;}
}

/*del la pagina del plan*/
#user{
  margin-bottom: 10%;
}


header,footer{
    background-color:#12127A;
    padding: 1rem;
    margin-block: 0rem;
}

header{
padding-top: 0%;
padding-bottom: 0%;
}

footer p{
    color:white;
    margin-bottom: 0%;
    font-size: 0.5em;
}
  
@media (min-width: 1025px) {

  #videounma {
    width: 70%;
    margin: 0 auto ;
    display: flex;
    margin-bottom: 2em;
    margin-top: 2em;
  }
  
 h1 {
 margin-inline: 9em; 
 }
 p{ 
  margin-inline: 18em;
  margin-bottom: 5%;
 }
 #unma {
 margin-left: 83em; 
 }
.portada {
  margin: 0 auto;
  display: flex;
  width: 70%;
}

.secciontotalintegrantes {
padding-inline: 20em;
width: 100%; 
article {
  padding-block: 3em;
  padding-inline: 1em;
} 
}
.integrantes { 
  img {
  margin-bottom: 4em;
}
  h3 {margin-top: 10em;}
}

.datos {
 h2 {
 margin-inline: 16em; 
 margin-bottom: 3em;
 }
}
.uba {
.contenedordatosacademicos {
  margin-bottom: 5em;
  margin-inline:24em;
 } 
 p{
 margin-inline: 0; 
 }
}

}