@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700&display=swap');


* { 
    box-sizing: border-box;
}

body {
    background-color: lightpink;
    color: black;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    min-height: 90vh;
    flex-wrap: wrap;
}  

#logodgpc { 
    display: flex;
    justify-content: center;
    margin-bottom: 0,5em;
    background-color: deeppink;

    }
    
    ul {
    list-style:none;
    text-decoration: none;
}

nav {
    list-style:none;
}
section nav ul {
    background-color: ghostwhite;
    background-size:80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content:center;
    padding: inherit;
}

nav ul li a 
    {
    font-family: lato;
    font-weight: bold;
    color: white;
    text-decoration:inherit;
    text-align: center;
    font-size: 1em;
    background-color: hotpink;
    width: 100vh%;
    display:flex;
    margin: 1em;
    padding: 0.9rem;
    border-radius: 1em;

}

#PRUCOLOR {
    
    display: flex;
    justify-content: center;
    margin-bottom: 0,5em;
    
}

main h1 { 
    
    box-sizing: border-box;
    display: block;
    background-color:deeppink; 
    color: white;
    text-align: center;
    width: 15rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1em;
    font-family: lato;
    font-weight: bold;
    font-size: 1.7em;
    text-align: center;
   
}

.textos {
    box-sizing: border-box;
    font-family: lato;
    font-weight: normal;
    text-align: center;
    color: black;
    font-size: 1.3em;
    padding: 0.2em; 
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    
}

.títulos { 
    box-sizing: border-box;
    display: block;
    background-color:hotpink; 
    color: white;
    text-align: center;
    width: 18rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.8em;
    border-radius: 4em;
    font-family: lato;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}
#iconos {
    text-decoration: none;
    display: flex;
    justify-content: center;
   margin-bottom: 1rem;
}
.icono1 {
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin: 0.3em;
}
.icono2 {
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin: 0.3em;
}
.icono3 {
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin: 0.3em;
}
h4 {
    font-family: lato;
    font-style: bold;
    color: black;
    font-size: 0.9em;
    padding: 1rem;
}
section ul {
    font-family: lato;
    font-weight: bold;
    color: green;
    text-decoration: ;
    font-weight: light;
    font-size: 1em;
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-content: center;
    text-align: center;
    padding: 0%;
}

ul3{
    list-style: none;
    font-family: lato;
    font-weight: bold;
    color: yellow;
    background-color: aqua
    text-decoration:inherit;
    text-align: center;
    font-size: 1.5em;
    display:flex;
    margin: 1em;
    padding: 0.1rem;
    flex-direction: column;
    margin-bottom: 2em;
}

.cátedra {
    list-style: none;
    font-family: lato;
    font-weight: bold;
    color:deeppink;

}

ul3 a {
    
    text-decoration: none;
    border-bottom: none;
    color:mediumvioletred;
    font-size: 1em;
}

ul1 {
    
    list-style: none;
    display: flex;
    justify-content: center;
    align-content:center;
    flex-direction:column;
    text-align: center;
    font-family: lato;
    font-style:oblique;
    font-size: 1.4em;
    padding: 1em; 
}
footer {
    box-sizing: border-box;
    font-family: lato;
    font-weight: normal;
    text-align: center;
    color: deeppink;
    font-size: 1.3em;
    padding: 1.2rem; 
    margin-top: 20px;
    margin-bottom: auto;
    clear: both;
    float: left;
    width: 100%
    
}

section section2 li 
        
{ 
    box-sizing: border-box;
    background-color:deeppink; 
    color: white;
    text-decoration: none;
    text-align: center;
    width: 29rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.8em;
    border-radius: 1em;
    font-family: lato;
    font-size: 1.5em;
    text-align: center;
    width: 10em;
}

section section2 li {
    list-style:none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-content: center;
      }
section section2 li a {
    text-decoration: none;
    border-bottom: none;
    color:white;
}
section3 {
    display: flex;
    justify-content: center;
    margin-bottom: 0,5em;
}
#1 {
    display: flex;
    justify-content: center;
    margin-bottom: 0,5em;
}