@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #232323;
    font-family: sans-serif;
}

body {
    background: #CFCFCF;
}

nav ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    font-size: 1.5m;
    justify-content: center; 
  
    
}

ul a {
  color: #EFEFEF;
  text-decoration: none;
  padding: 1px 10px;
 
}

nav ul a:hover{
   background: #F53C3E;
   color: #000000;
   text-decoration: none;
   
}

.avatar img {
    height: 50vm;
    width: 50vm;
    max-width: 60em;
    max-height: 23em;
    margin: auto;
    padding: 10px;
    border: 10px solid #ddd;
    border-radius: px;
    display: flex;
    justify-content: center;
}


.dgpc img {
    text-decoration: none;
    display:flex;
    background: #EFEFEF;
  
}



h1 {
   color:#F53C3E; 
   display: flex;
   justify-content: center;
   padding: 15px 60px;
   font-size: 25px;
}

p b  {
   color: #787878; 
   display: flex;
   justify-content: center;
   padding: px;
   font-size: 14px;
}

.materias{
    display:flex;
    height: auto;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    color: #CCEAF4;
    text-align: center;
    padding: 2em 3em;
    padding-bottom: 5em;
   
}

.materias div{
    padding: 1em 3em;
    
    text-decoration: none;
    list-style: none;
    
    
}

.materias li{
    padding: 0.5em 0
    
}


h2 span{ 
    text-align: center;
    color: #232323;
    font-weight: ;
    font-family: 'Oswald', sans-serif;
    flex-direction: column;
}
    
.contenedor {
   color: #787878; 
   display: flex;
   justify-content: center;
   font-size: 18px;
   max-width: 100em;
   margin: auto;
   padding: 30px;
   display: flex;
   background: #EFEFEF
}

.pantallas img{
    
    max-width: 100em;
    max-height: 100em;
    margin: auto;
    padding: 10px;
    border: 10px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.links{
    display: flex;
    justify-content:space-between; 
    align-content: center;
    text-decoration: none;
    flex-direction: row;
    padding: 10px 10px;
    align-items: center;
    list-style: none;
   background-color: #232323;
    
}