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

body {
    background-color: rgb(255, 231, 124);
}

#comitente h1{	
    color: black;
    font-size: 1.4em;
    font-family: sans-serif;
    text-align: center;
    margin: 60px 20px 35px 20px;
}

#comitente h2 {
    color: #006A20;
    font-size: 1.2rem;
    font-family: sans-serif;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 12px;
}

#comitente p {
    margin: 0 1.5em 0 1.5em;
    text-align: center;
}



h2,h3,h4,h5,h6{	
    font-family: sans-serif;
}

#logo{	
    background-color: firebrick;
}

#logoimg{	
    display: black;
    align-items: center;
}

.estudiante{	
    background-color: white;
    margin: 0.5rem 0 0.5rem 0;
}

header nav {
    display: flex;
    font-size: 1.5rem;
    background-color: transparent;
    justify-content: center;
}

header nav ul{	
    margin: 1em 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 1.5em;
}

header nav ul li{	
    margin: 0 0 0.8em 0;
}

header nav ul li a{	
    text-decoration: none;
    color: white;
    background-color: #66714f;
    display: block;
    width: 8rem;
    margin: auto;
    text-align: center;
    border-radius: 0.2em;
    font-family: sans-serif;
    margin: 0 .5em 0 .2em; 
}

header nav ul li a p {
    padding: 0.2em 0.3em 0.2em 0.3em;
}








article > p{
    color: black;
    margin-bottom: 30px;
}

article span p{
    margin-bottom: 16px;
    font-size: 1.1em;
    font-weight: 700;
}

.estudiante h3{	
    color: white;
}

header nav ul li a :hover{	
    background-color:lawngreen;
    color: orange;
}


html {
    display: block;
}

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

#equipo h2 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
    font-size: 1.4em;
}

.estudiante {
    background-color: #c5c497;
    border-radius: 0.5em;
    text-align: center;
    margin: 0em 0 3em 0;
    padding: 1em 0.5em 2em 0.5em;
    width: 18em;
    font-size: 0.9em;
}

article {
    display: block;
}

.estudiante div {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    margin-bottom: 23px;
}

.estudiante div figure{
    width: 8em;
}

.estudiante div figure img {
    width: 100%;
    height: 100%;
    border-radius: 0.3em;
}

.estudiante h3 {
    margin: 0;
    color: rgb(117, 77, 48);
}

.estudiante figure p {
    color: black;
    margin-bottom: 2em;
}



p {
    font-family: Helvetica;
}


.estudiante a {
    text-decoration: none;
    color: white;
    background-color: rgb(00 66 33);
    padding: 0.3em 0.3em 0.3em 0.3em;
    margin: 0;
    border-radius: 0.3em;
    font-family: sans-serif;
}

a:-webkit-any-link {
    cursor: pointer;
}



ul {
    list-style: none;  
}

li {
    font-family: sans-serif;
   
}

header {
    background-color: rgb(245, 177, 76);
}

header div img{
    display: block;
    align-content: center;
}
  
#comitente figure img{
    width: 100%;
    height: 100%;
}

#comitenteimagen {
    display: flex;
    justify-content: center;
}

#comitente figure{
    width: 50%;
}


#usuario figure {
    max-width: 300px;
    max-height: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%; 
}

#usuario figure img {
    width: 100%;
    height: 100%;
}


#usuario h2 {
    font-size: 1.4em;
    text-align: center;
    margin: 20px 0 35px 0;
}

#usuario p {
    margin: 1.5em 1.5em 0 1.5em;
    text-align: center;
}


#datosacademicos h2 {
    text-align: center;
    margin-bottom: 38px;
    margin-top: 60px;
    font-size: 1.4em;
}

#datosacademicos #datosacademicossecciones #datosacademicosseccion1 h2{

    color: #006A20;
    font-size: 1.2rem;
    text-align: center;
    margin: 0 1.5em 0.8em 1.5em;   
} 

#datosacademicos #datosacademicossecciones #datosacademicosseccion1 li {
    margin: 0 1.5em 0.3em 1.5em;
    text-align: center;
}



#datosacademicos #datosacademicossecciones #datosacademicosseccion2 h2{

    color: #006A20;
    font-size: 1.2rem;
    text-align: center;
    margin: 1.5em 1.5em 0.8em 1.5em;   
} 

#datosacademicos #datosacademicossecciones #datosacademicosseccion2 li {
    margin: 0 1.5em 0.3em 1.5em;
    text-align: center;
}



#datosacademicos #datosacademicossecciones #datosacademicosseccion3 li {
    margin: 0 1.5em 0.3em 1.5em;
    text-align: center;
}

#datosacademicos #datosacademicossecciones #datosacademicosseccion3 h2{

    color: #006A20;
    font-size: 1.2rem;
    text-align: center;
    margin: 1.5em 1.5em 0.8em 1.5em; 
} 







#plan p {
    margin: 0 2em 0 2em;
    text-align: center;
}

.imagenplan figure {
    width: 80%;
}

.imagenplan figure img {
    width: 100%;
    height: 100%;
}

.imagenplan {
    display: flex;
    justify-content: center;
}

#plansubtitulo h2 {
    text-align: center;
    color: #006A20;
    font-size: 1.2rem;
    margin: 35px 0 21px 0;
}

#plansubtitulo2 h2 {
    text-align: center;
    color: #006A20;
    font-size: 1.2rem;
    margin: 35px 0 28px 0;
}

#plantitulo h1 {
    color: black;
    font-size: 1.4em;
    text-align: center;
    font-family: sans-serif;
    margin-top: 2.7em;
}

#mapatitulo h1 {
    color: black;
    font-size: 1.4em;
    text-align: center;
    font-family: sans-serif;
    margin-top: 2.7em;
}

#mapasubtitulo h2 {
    text-align: center;
    color: #006A20;
    font-size: 1.2rem;
    margin: 35px 0 28px 0;
}

.imagenmapa figure {
    width: 80%;
}

.imagenmapa figure img {
    width: 100%;
    height: 100%;
}

.imagenmapa {
    display: flex;
    justify-content: center;
    margin-bottom: 5em;
}







footer {
    background-color: rgb(245, 177, 76);
}

footer p {
    margin: 3.5em 1.5em 0 1.5em;
    text-align: center;
    color: white;
    padding: 1.5em 0 1.5em 0;
}


#logodgpcdivid {
    display: flex;
    justify-content: center;
    padding-top: 35px;
    padding-bottom: 10px;
}

#logodgpcdivid figure {
    padding-bottom: 10px;
    width: 6em;
    margin-right: 7.5px;
}

#logodgpcdivid figure img {
    width: 100%;
    height: 100%;
}


@media (min-width: 800px){
    
    #equipointegrantes3 {
        display: flex;
    }

    section#equipo {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .estudiante {
        background-color: #c5c497;
        border-radius: 0.5em;
        text-align: center;
        margin: 0em 1.3em 3em 1.3em;
        padding: 1em 0.5em 2em 0.5em;
        width: 18em;
        font-size: 0.9em;
    }

    #comitenteenfoque {
        display: flex;
        justify-content: center;

    }

    #comitenteenfoque p {
        margin: 0;
        width: 33em;
        text-align: left;
    }

    #usuariotexto {
        display: flex;
        justify-content: center;
    }

    #usuariotexto p {
        width: 18em;
        margin: 1.5em 0 0 0;
    }

    header nav ul {
        margin: 1em 0 0 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-bottom: 1.5em;
    }

    header nav {
        display: flex;
        font-size: 1.5rem;
        background-color: transparent;
        justify-content: center;
    }


    #datosacademicossecciones {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #datosacademicosseccion1 {
        width: 19em;
    }

    #datosacademicosseccion2 {
        width: 18em;
    }

    #datosacademicosseccion3 {
        width: 19em;
    }

    #datosacademicos #datosacademicossecciones #datosacademicosseccion3 h2 {
        color: #006A20;
        font-size: 1.2rem;
        text-align: center;
        margin: 0em 1.5em 0.8em 1.5em;
    }

    #datosacademicos #datosacademicossecciones #datosacademicosseccion2 h2 {
        color: #006A20;
        font-size: 1.2rem;
        text-align: center;
        margin: 0em 1.5em 0.8em 1.5em;
    }




    section#comitente {
        display: flex;
        flex-direction: column;
        margin: 0;
        justify-content: center;
    }

    section#comitentepartes1 {
        display: flex;
        justify-content: center;
    }

    #comitenteimagen {
        display: flex;
        justify-content: center;
        width: 19%;
        height: 50%;
        margin-left: 0;
    }

    #comitente figure {
        width: 40em;
    }

    section#comitentetextos {
        margin-left: 2em;
    }

    #comitente h2 {
        color: #006A20;
        font-size: 1.2rem;
        font-family: sans-serif;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 12px;
    }

    section#comitentetitulo {
        display: flex;
        justify-content: center;
    }

    #comitente h1 {
        color: black;
        font-size: 1.4em;
        font-family: sans-serif;
        text-align: center;
        margin: 60px 310px 35px 0px;
    }
    



    #plan p {
        margin: 0;
        text-align: center;
        width: 53em;
    }

    #plantexto {
        display: flex;
        justify-content: center;
    }


}