@charset "utf-8";
    
*{
    box-sizing: border-box;
}

p {
    color: #9ba1f5;
    padding: 10px;
    margin: 0;
}

width: 100%; height: auto;


body {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 0;
padding: 0; 
}

ul { 
list-style: none;
padding: 0;
margin: 0;
}

.centrado {
    text-align: center;
}

.logo {
    text-align: center;
}

header nav ul a { 
text-decoration: none;
color: white;
display: block;
text-align: center;
font-family: serif;
padding: 5px;
box-sizing: border-box;
}

li a { 
text-decoration: none;
background-color: #07cf71;
color: white;
display: block;
text-align: center;
font-family: serif;
box-sizing: border-box;
}

header nav ul a:hover{ 
color: #2fbe7b;
font-weight: bold
}

nav {
    padding: 0;
    list-style-type: none;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
}

.foto {
    width: 200px; 
    height: 200px;
}

.materias {
    background-color: #07cf71;
    display: block;
    font-weight: normal;
    text-decoration: none;
    list-style-type: none;
    text-align: center;
    font-family: serif;
    color: white;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 10px;
}

.jt12 {
    color: #6f75da;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.estudiantes a { 
    margin-top: 5px;
    background-color: white;
    display: block;
    text-decoration: none;
    list-style-type: none;
    font-family: serif;
    color: #9ba1f5;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
}

.estudiantes li {
    display: block;
    font-size: 20px;
}

.estudiantes a:hover {
    color: #ffd900;
    font-weight: bold
}

h1{ color: #ff00a1;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 30px;
    }
h2{ 
    color: #07cf71;
}
h3{ color: white;
    font-weight: normal;
    margin: 8px;
}
h4{ color: #6f75da;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.titulo2 {
    color: #07cf71;
    font-weight: bold;
    font-size: 25px;
    margin-top: 20px;
}

.titulo-propuesta {
    color: #6f75da;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.texto-materias {
    color: #9ba1f5;
    text-align: center;
}

.texto {
    color: #9ba1f5;
    margin-bottom: 15px;
    text-align: center;
}

.titulo {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-grow: 1;
    background-color: white;
    text-align: center;
}

footer {
    background-color: white;
    color: #ffd900;
    font-size: 12px;
    text-align: center;
    display: block;
}

@media screen and (min-width: 50em) 
* {
    box-sizing: border-box;
}
    header {
        background-color: #ff00a1;
    }
    
    header nav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    nav a {
        display: flex;
        padding-left: 10px;
    }
    
    nav ul {
        display: flex;
        list-style-type: none;
    }
    
    nav ul li a { 
        background-color: #ff00a1;
    }
        
    nav ul li a:hover{ 
        background-color: white;
        color: #9ba1f5;
        font-weight: bold;
        border-radius: 90px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .imagenmapa{
        text-align: center;
        box-sizing: border-box;
        justify-content: center;
        
    }
    
        
    
    
    .dividir {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    
    .main-80 {
        align-items: center;
        width: 80%;
    }

    aside {
        background-color: #9ba1f5;
        width: 20%;
        align-items: center;
    }
    
    .materias {
    background-color: white;
    font-weight: bold;
    text-align: center;
    font-family: serif;
    color: #ff00a1;
    padding: 6px;
    margin-top: 30px;
}
    
    .texto-materias {
    color: white;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 10px;
}
    
    h1 {
        color: #ff00a1;
    }
    
    .texto {
    color: #9ba1f5;
    margin-top: 5px;
    margin-bottom: 15px;
    }
    
    h2 {
        margin-top: 20px;
        color: white;
    }
    
    h4 {
        color: #6f75da;
    }
    
    footer {
    display: flex;
    flex-direction: row;
    background-color: #ffd900;
    color: white;;
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 15px;
}
}