/*generales*/

html { box-sizing: border-box;
    padding: 0%;
    margin: 0%;
}
*{box-sizing:border-box;}
.contenedora{
    max: width 400px;;
    margin-inline: auto;
    padding: 2rem;
}
body {background-color: #fef2e4;
    margin: 0;
    padding: auto;
    min-height: 100dvh;
    display: block;
    grid-template-rows: auto 1fr;
    margin-right: 0%;}
a {
    text-decoration: none;
    list-style: none;
    color: #172444;
}   
a:hover {
    background-color: #e38837; color: #f9d691;
}
.contenedora{
    max: width 100%;
    margin-inline: auto;
    padding: 1rem;
}
.imagenes {
    margin-top: 3%;
    display: flex;
    width: 200px;
    height: 470px;
    max-width: 80%;
}
figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}
/*tipografias*/

*{ 
    font-family: Krona One;
    justify-content: center;
}
p{ 
    font-family: Noto Sans;
}
ul { list-style: none;
    padding: 1rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: small;
}
h1 {
    font-size: 30px;
    font-weight: 200;
    color: #3a342d;
    border-block-end:6px solid #b7b765;
}
h3 {
    border-block-end:4px solid #b7b765;
    width: 70%;
}
 h4 { 
    background-color: #b7b765;
    width: 70%;
    padding: auto;
  
}
h2 { color: #3a342d;font-size: 1rem;
    background-color: #f9d691;
    border-block-start:10px solid #e38837;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 10%;
}

/*header*/

header{
    background-color: #b7b765;
    align-items: center;
    align-content: center;
    display: flex;
}
#dgpclogo {
    align-content: center;
    align-items: center;
    margin-inline: auto;
    width: 90px; 
    height: auto;
}
.menu{ display: flex;
    padding: 0.5rem;
    gap: 1.5rem;
    font-size: medium;
    align-items: center;
}


/*seccion persona*/

.personal  {
    display: flex;
    justify-items: center;
    grid-template-areas: "200px 100px 100px" ;
}
.personal img {
    width: 300px;
}
#foto1{
    width: 300px;
}
.nombre { display: flex; align-items: center;}
#decoracion { width: 50px; height: 50px;}
   img { min-width: 0%; 
        max-width: 100%;
        overflow-clip-margin: content-box ;
        overflow: clip;
    }

/*seccion quien soy*/

.quiensoy { display: grid;
    grid-template-columns: 30% 70%;
    align-items: wrap;
    gap: 1.5rem;}
.quiensoy h2 {
    font-size: 15px;
    text-align: left;
}
.fotomarcha { 
    width: 250px;
    height:auto;
 }    
.bandera {width: 100px; height: auto;
margin-left: 10%;} 
.descripcion {  color: #172444;font-size: 1.2em;
    background-color: #ccc0e6;
    border-block-start:15px solid #3a342d;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 10%;
font-family:Noto Sans;
font-size: 20px;
}
.descripcion p {padding-bottom: 10%;}

/*redes*/
.redes ul { display: flex; align-items: center;
gap: 1rem; background-color: #ccc0e6; border-radius: 3rem;}
.redes img { width: 40px;height: auto;}
.redes li h5 {color: #3a342d;}

/*hojitas*/

.hojitas { display: grid;
    grid-template-columns: 30% 70%;
    grid-template-rows: 10%;
    align-items: wrap;
    gap: 1rem;}
    .hojitas img{ width: 450px; height: auto;
        margin-right: 0%;padding: 1rem; }
.textohojas {  color: #172444;font-size: 1.2em;
    background-color: #ccc0e6;
    border-block-start:15px solid #3a342d;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 10%;
margin-right: 10%;
font-family: noto sans-serif; font-size:medium;}
.textohojas p {padding-bottom: 10%;}
.textohojas span { font-family: noto-sans bold;}

/*recorrido por fadu*/

.presentacionfadu h2 { padding: 30px;
}
#fotofadu {width: 240px;
    height: 480px;
    margin-left: 1rem; }
.presentacionfadu{ display: grid;
    grid-template-columns: 30% 70%;
    grid-template-rows: 10%;
    align-items: wrap;
    gap: 1rem;
}
.presentacionfadu h2 {
    font-size: 15px;
}

/*proyectos*/

    .proyectos { display: flex;
    width: 300px; 
    height: 500px; 
    background-color: #b7b765;
    border-radius: 20px;}
    .proyectos img { 
        width: 0px;
        flex-grow: 1;
        object-fit: cover;
        opacity: .8;
        transition: .5s ease;}
        .proyectos img:hover{ 
            width: 200px;
            opacity: 1;
            filter: contrast(120%);
        }

/*logos*/
   #logo_uba img{width: 40%;}
   #logo_fadu img{width: 40%;}
   #segundo_logo_dgpc img{width: 40%;}
   .datos_academicos li{ margin-left: 10%;
    list-style-type: none;}

    /*integrantes*/
.integrantes {
    align-content: center;
    align-items: center;
}    
.integrantes h2 {
    background-color: #b7b765;
    border-top: #3a342d 8px solid;
    margin-left: 0;
    padding: 1rem;
}
.integrantes h3 { 
    background-color: #b7b765;
    padding: 0.5rem;
border-radius: 2rem;
align-items: center;
}
.integrantes ul {
    align-items: center;
    align-content: center;
    display: flex;
    gap: .5rem;
    margin-top: 1rem;
    text-align: center;
}
/*materias*/
.materias li { 
    background-color: #ccc0e6;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem ;
    list-style-type:circle; 
    }

/*bocetos*/

.tp2-boceto {
    background-color: #b7b765;
    width: 350px;
    height: 300px;
    align-items: center;
    align-content: center;
    border-radius: 10%;}

    .tp2-boceto img{
        margin-top: 1rem;
         width: 90%;
     
     }
     .tp2-boceto figure{
         display:flex;
         gap: .5rem;
     }
    /*datos*/
    .datos-academicos img{
        width: 80px;
        padding: 10px;
        border-radius: 5px 20px;
    }
    .datos-academicos{ 
        margin: 0rem 0rem 0rem 3rem;
    }

/*footer*/

footer{
    background-color: #e38837;
    padding: 0.5rem;
}