@charset "utf-8"
    
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

*{
    margin: 0;
    padding: 0;
}


img {
    width: 100%;
}

body { background-color: #f1f2d9}
header {
    background-color: #a7d685;
}
#logos {
        display: flex;
        flex-direction: row;
        flex flex-wrap: wrap;
        justify-content: space-around;
}

#logofaduuba img {
    display: flex;
    background-color: #a7d685;
    max-height: 6em;
    margin-top:1em;
    margin-left: 1em;
}
    
#logodgpc img {
    display: flex;
    max-height: 3em;
    margin-top: 1em;
    margin-left: 1em;
    
}


nav {
    background-color: #a7d685;
    padding: 0.4em
   
}
nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1em;
    margin: 1em;
    padding: 0 3em 0 3em;
    align-content: center;
   
}


nav ul li {
    display: inline-block;
    text-align: center;
    
}

nav ul li a {
    display: block;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 100px;
    color: #ffffff;
    padding: 5px 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
    font-family: Montserrat;
}

nav ul li a:hover {
    background-color: #27c7c7;
}

#foto {
    margin-top: 3em;

}

#foto div{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
        
}

#foto figure {
    text-align: center;
    border-radius: 3em;
}




#foto figure img {
    border-radius: 10%;
    width: 100%;
    max-width: 60em;
    border: 0.7em solid white;
    }
        
#foto h2 {
    display: block;
    font-size: 3em;
    text-align: center;
    font-weight: 700;
    font-family: Montserrat;
    margin-top: 0.5em;
}
#descripcion {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;

    
}
.yo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    min-width: 70em;
    border-radius: 0.5em ;
    margin: 1em;
    margin-top: 1em;
   font-size: 1em;
   background-color: #99CC99;
}

.yo h2 {
    font-size: 1.6em; 
    font-weight: 600;
    color: #04330a;
    font-family: Montserrat;
   
}

.yo p {
    display: flex;
    justify-content: center;
    font-size: 1.1em;
    max-width: 90%;
    color: #07400e;
    font-weight: 400;
    font-family: Montserrat;
        
}


#leyenda {
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-family: Montserrat;
    margin-left: 1.5em
}


#TRAB {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    font: black     
    
}

#youtube p {
    margin-top: 2em;
}


    
}
#video iframe {
border-radius: 2em;
}


#SobreMi{
    
}

.TP {
    background-color: #99CC99;
    border-radius: 1.3em;
    padding: 1em;
    margin: 2em 2em 0em 2em;
    max-width: 30em;
    display: flex;
    flex-direction: column
}
.TP figure {
    width: 100%;
    margin-bottom: auto
}

.TP figurecaption {
    font-weight: 700;
    font-family: Montserrat;
    font-size: 1.2em;
}
.TP p {
    font-size: 1.5em;
    font-weight: 500;
    font-family: Montserrat;
    max-width: 30em;
    margin-bottom: auto;
}
#materias {
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

#materias article ul {
    text-align: center;
}

h1 {
    color: #6a3916;
    text-align: center;
    margin: .2em;
    font-size: 2.2em;
    font-weight: 700;
    font-family: Montserrat;
}

#comitente {
    color: #032603;
    margin: 2em 2em 2em 2em;
}

#acumar {
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
    
}

#acumar article {
    margin-top:  2em;
    margin-left: 3em;
    padding left: 3em;
    display: flex;
    flex-direction: center;
    width: 40%
}
#acumar h2 {
    font-size: 1.1em;
    margin-top: 2em;
}

#acumar p {
    font-size: 1.5em;

}

.Comitente div {
    width: 30%;

    
#comitente 
}

.integrantes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.integrantes ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
}

.integrantes li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    width: 190px;
    height: 200px;
    background-color: rgb(120,22,15,0.1);
    border-radius: 15px;
}

.integrantes a {
    text-align: center;
    text-decoration: none;
    color: rgb(120,22,15);
    font-size: 12pt;
    font-weight: 600;
    font-family: Montserrat
}

.integrantes a:hover {
    color: #46a23f;
}

.integrantes img {
    width: 80%;
    border-radius: 20%;
}
#DatosAcademicos {
    margin-left: 2em;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    font-size: 0.5em;
    
    
}


#DatosAcademicos h2 {
    font-size: 1.8em;
    font-weight: 600;
    font-family: Montserrat;
}

#DatosAcademicos article {
    margin-top: 1em;
    margin-left: 2em;
    padding: 1em 1em 1em 1em;
    border-radius: 2em;
    max-width: 30em;
    min-width: 20em;
    background-color: #d18c6e
}

.FaduGeneral ul li {
    font-size: 1.7;
}

footer {
    display: flex;
    background-color: #99CC99;
    padding: 2em;
    margin: 2em 0;
    justify-content: center;
}

footer p {
    max-width: 260em;
}
h2 {
    font-weight: 600;
    font-family: Montserrat;
    font-size: 1.5em;
    display: inline;
}
    
h3 {
    font-weight: 600;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1.5em;
}
ul {
    list-style: none;
}

p {
    font-weight: 400;
    font-family: Montserrat;
    font-size: 1em;
}

    
}

@media (min-width: 600px) {
    
    #logos {
        flex-direction: row;
        align-content: center; 
        justify-content: center;
    }
    
    #NavSecundario ul {
        display: flex; 
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between
    }
    
    nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content: space-between;
    }
    
    #NavPrincipal nav li {
        display: block;
        width: 50%;
        padding-bottom: .2em
        
    }
    .yo p {
        display: block;
        width: 100%;
        font-size: 1.3em;
}
    .Comitente div {
    max-width: 40em;
    margin-bottom: 1em;
}
    #Dibujo figure img {
    height: 68%;
}
@media (min-width: 800px)



{
     #NavPrincipal nav li {
        display: inline;
         width: auto
        }
    #TRAB {
    justify-content: space-evenly;
    flex-direction: row;
    
}
    .TP {
    width: 45%;
    }

    #foto figure img {
    border-radius: 50%;
    width: 60%;
    max-width: 30em;
    }
    .yo {
        margin: 0 9em;
    }
    
    #DatosAcademicos{
        flex-direction: row;
        justify-content: space-evenly;
    }
    #DatosAcademicos article {
        width: 45%
    }
    #Dibujo figure img {
    height: 69%;
    
}
}
@media (min-width: 1200px) {
    #logos {
        justify-content: space-around;
    }
    
    #descripcion {
        flex-direction: row;
        justify-content: 
        
        
    }
    .yo {
        margin: 0 4em;
        width: 35%;
    } 
    }
    .TP {
    width: 30%;
    }
    
    #acumar {
        flex-direction: row;
        justify-content: space-evenly;
    }
    #DatosAcademicos article {
        width: 30%
    }
#leyenda {
    margin-left: 9em
}
}
    
    
    
    #lista nav ul {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    
    #lista nav ul li {
        list-style: none;
        display: flex;
        margin: 0.5%;
        width: 100%;
    }
    
    #lista nav ul li a {
        text-decoration: none;
        background-color: #000000;
        color: white;
        display: block;
        padding: 0.5em;
        
        
        text-align: center;
        width: 100%;
    }
    
    


    #trabajospracticos h4{
        background-color: #000000;
        display: block;
        padding: 0.5em;
        padding-left: 1em;
        padding-right: 1em;
        color: white;
        width: auto;
        text-align: center;
        margin: auto;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        border-radius: 2em;
    }

}

