@charset "utf-8";
*{  box-sizing: border-box;
    margin: 0em;
    padding: 0em;
}
body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color:#F9F1ED; 
}
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em;
    flex-direction: row;
    background: black;
}

header ul {
    display:flex;
    text-decoration: none;
    list-style: none;
}

header ul li a{
    display: flex;
    text-decoration: none;
    padding: 1em;
    list-style: none;
    color:#F9F1ED;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    letter-spacing: 2px;    
}
main{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
.perfil{
    display:flex;
    flex-direction: column;
    align-items: center; 
    padding: 2em;
}
.perfil img{
    width: 40vw;
    height: auto;
    border-radius: 200px;
}

.mapa img{
    margin-left: 5em;
}
main section a {
    text-decoration: none;
    color: #ce8877;
    
}

.materias{
    display: flex;
    justify-content: center;
    flex-direction:column;
    padding: 2em 2em 0 2em;
    margin-top: 1em;
    background-color: rgba(206, 136, 119, 0.14);
}
.materias h2{
    text-align: center
}
.pertenencia{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
}
.pertenencia p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
    font-weight:100;
    width: auto;
    color:black;
    list-style: none;
    text-decoration: none;
    padding: 0.5em;
}
.pertenencia p a{
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight:bolder;
    color:#ce8877;
    list-style: none;
    text-decoration:none;   
}
.pertenencia ul{
    padding-bottom: 1em;
}
.pertenencia ul li{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
    font-weight:lighter;
    color:black;
    list-style: none;
    text-decoration:none;
}

#caja{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    list-style: none;  
    padding: 1em;    
}
#caja ul{
    display: flex;
    flex-direction: column;

}
#caja ul li {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-content: center;
    list-style: none;
    padding: 0.3em;
    font-size: 0.8em;
}
#caja ul li a {
    text-decoration: none;
    list-style: none;
    color: #ce8877;
}
h1 {
    font-family:'Montserrat', sans-serif;
    font-size: 1.5em;
    font-weight: lighter;
    letter-spacing: 4px;
    text-align: center;
    width: 100%; 
    padding: 10px;
    text-align: center;
    }

h2 {
    font-family:'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: lighter;
    letter-spacing: 4px;
    width: 100%;
    }
h3{
    font-family:'Montserrat', sans-serif;
    font-size: 1.5em;
    font-weight: lighter;
    letter-spacing: 4px;
    text-align: center;
    width: 100%; 
    padding-bottom: 1em;
    text-align: left;
}
h4{
    font-family:'Montserrat', sans-serif;
    font-size: 0.8em;
    font-weight: bolder;
    text-align: center;
    width: 100%; 
    text-align: left;
    
}
p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    text-align: center;
    text-decoration: none;
    list-style: none;
    } 

img {
	max-width: 70%;
	height: auto;
}

.boton{
    display: flex;
    flex-direction: column;
}
.boton {
    text-decoration:none;
    text-align: center;
    font-weight: 100;
    color: black;
    font-family: 'Montserrat',sans-serif;
    font-size: 1em;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:25px;
    padding-right:25px;
    background-color:#F9F1ED;
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgba(0, 0, 0, 0.28);
        
}

.boton:hover {
background-color:#ce8877;
color:white;
}

#plan{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em;
    max-width: 70%;
}
#plan p{
    text-align: left;

}
footer {
    display: flex;
    background-color: black;
    color: #F9F1ED;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.7em;
    font-weight: 100;
    padding: 20px;
}























