@charset "utf-8";

body{
    background-color: black;
    font-family: oswald;
    color: aliceblue;
    text-decoration: none;
    list-style: none;
    }


header{
   width: 1280px;
   margin: auto;    
}

.cabeza{
    display: flex;
    background-image: url(imagenes/header.jpg);
    width: 100%;
    height: 216px;
    }

.rotulo{
    text-decoration: none;
}

#logo{
    display: flex;
    align-items: center;
    margin: 40px;
}

.barra{
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-color: rgb(0, 236, 140);
}

main{
     width: 1280px;
   margin: auto;  
    height: 270px;
    display: flex;
    flex-direction: column;
    background-image:url(imagenes/fondo.jpg);
}


.todo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 40px;
   }

.contenido{
    
    display: flex;
    align-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 25px;
}


.materias{
     
    display: flex;
    flex-direction: column;
    align-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 12px;
    }


.niveles{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.portfolio{
        display: flex;
    align-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 16px;
    }

footer{
    width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: column;
    background-color: rgb(0, 236, 140);
}

.textofooter{
    display: flex;
    margin: 40px;
    text-align: center;
    color: black;
    font-family: sans-serif;
    font-size: 0,5em:
    
    
}

.fadudgpc{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
}