@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');

    



header {
    
    
    line-height: 0;
    display:block;
    margin-top: 15%;
    text-align: center;
    
    
}

a {
    font-family: "Oswald",sans-serif;
    color: #af9d95;
    text-align: center;
    text-decoration: none;
    
   
}
    

body {

    background-image:url(fondo.jpg);
    margin: 0 auto;
   
    
   
}



#foto {
    
    
    max-width: 80%;
    height:auto;
    display:block;
    margin: auto;
    
    }

section{
    
        display:flex;
        flex-direction: row;
        justify-content:center;
        flex-wrap:nowrap;
        
    }

#facebook {
    

    width=35px;
    height:35px;
  
   
    
    }

#instagram {
    
    
    width=35px;
    height:33px;
    padding-left: 1em;
  
    
    
    
 }
    
#titulo {
    background-color: #706677;
    display:block;
    margin:auto;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;
    width: 80%;
    height 80%;
    
} 
    
h1{
    font-family: "Oswald",sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    
   
}

h2 {
    font-family: "Oswald",sans-serif;
    text-align: left;
    font-size: 135%;
    margin-left: 10%;
    padding-top: 5%;
    color: #a57483;
    
    } 

h3 {
    font-family: "Oswald",sans-serif;
    color: #ccb7ae;
    text-align: center;
    
   
}

#acercademi2 {
    
    background-color: #706677;
    display:block;
    margin:auto;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;
    width: 80%;
    height 80%;
    margin-bottom: 3%;
    margin-top: 10%
    
    }

#acercademi {
    
    display:block;
    margin: auto;
    background-color: #a57483;
    width: 80%;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;
    align-content: center;
    
    
    
    
    }

p {
    display: flex;
    justify-content: center;
    padding-top: 10%;
    padding-bottom: 10%;
    
    color: #d6cfcb;;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 85%;
    letter-spacing: inherit;
    
    margin-left: 5%;
    margin-bottom: 15%;
    margin-right: 5%;
   
    
    }

#materiasaprobadas {
    
    background-color: #ccb7ae;
    width: 80%;
    display:block;
    margin:auto;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;
    align-content: center;

   
    }

ul {
    color: #706677;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 75%;
    padding-bottom: 3%;
    
    
    }
footer {
    
    background-size: cover;
    background-color: #706677;
    color: #d6cfcb;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 100%;
    text-align: center;
    
    
    }

@media screen and (min-width:677px){
    
    
   #acercademi2 
        {display:flex;
        flex-direction: row;
        margin-left: 10%;
        justify-content:space-between;
        flex-wrap:wrap;
        font-size: 150%;
        width: 30%;
        
        
    }
    
    #acercademi, #materiasaprobadas 
        {display:flex;
        flex-direction: column;
        margin-left: 10%;
        flex-wrap:nowrap;
        font-size: 150%;
        width: 70%;
        margin-top: 10%;
        margin-bottom: 10%;
        
        
    }  
   