@charset "utf-8"
html {
    background: #c1fdfd;
}
body { background: rgb(240, 231, 216);
       font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
       font-size: 12px;
       line-height: 1.5;
     }



*{box-sizing: border-boc;
margin: auto;
padding: inherit;

}
.contenedortotal {
    background:#fff;
    padding: inherit;
}

.menu {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    
}

ul,ol {
    list-style: none;
    justify-content: center;
    text-align: center; 
    font-family: oswald;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}


.nav li a {
    background-color:rgb(187, 217, 215);
    color: rgb(18, 16, 55);
    text-decoration: none;
    padding: 20px 35px;
    display: block;
    float: left;
    text-align: center; 
}

.nav li a:hover {
    background-color:rgb(207, 77, 18);
    color: rgb(240, 231, 216);
    
    
}


*{box-sizing: border-boc;
margin: auto;
padding: inherit;

}

/*.materias{
    display: inline-block; 
    
}*/

h1{
    text-align: center; 
    font-family: oswald; 
    font-size: 1rem; 
    color: white;
}

h4{
    text-align: center; 
    font-family: oswald; 
    font-size: 5rem; 
    color: white;
}



h2 { background: rgb(187, 217, 215);
    color :white;
        text-shadow: 25;
    text-decoration-line: none;
        font-size: 15px;
     font-family: oswald;
    text-align: center; 
}

img {
    max-width: 50%;
    align-content: center;
    display: flex;
    
}
.destacado1 { font-size 8px;
                color:rgb(18, 16, 55);
                     line-height: 1;
    text-decoration-line: underline;
    padding: 0em 1em 0em;
     text-align: center; 
    
}

.destacado2 { 
     font-family: oswald; 
    font-size 12px;
                color:rgb(18, 16, 55);
    line-height: 1;
    padding: 0em 1em 0em;
    text-align: center;
    
    
}
.destacado3 { font-size 18px;
                color:white;
    line-height: 0,1;
    padding: 0em 1em 0em;
     text-align: center; 
}
.destacado4 { font-size 18px;
                color:rgb(187, 217, 215);
    line-height: 0,1;
    padding: 0em 1em 0em;
     text-align: center; 
}


body{
    background-color: rgb(240, 231, 216);
}

.home{
    font-family: oswald; 
    font-size: 2rem; 
    color: white;
    background: #bca0bc;
    padding: 1rem;
    
    
}

.linkhome{
    text-decoration: none;
    
    
}
.imgperfil{
    width: 20%;
    margin-left: 80rem;
    align-content: center;
    float: left;
}

h1{
    text-align: center; 
    font-family: oswald; 
    font-size: 2rem; 
    color: rgb(18, 16, 55);

}

h4{
    text-align: center; 
    font-family: oswald; 
    font-size: 1rem; 
    color: rgb(18, 16, 55);

}




.materias{
    font-family: oswald; 
   margin:auto; 
    display:flex;
    letter-spacing: 2px; 
    color: white;
    margin-top: 5rem;
    padding-bottom: 2em;
   
}
    
    
    
    .contenedor {width: 80%;
height: 500px;
background: rgb(240, 231, 216);
margin: 50px auto;
    display: flex;
        
}

.hijo {
    background: #00B285;
    width: 200px;
    height: 100px;
    color: #FFF;
    margin: 30px;
    padding: 20px;
    font-size: 40px;
    text-align: center;
}

}