@charset "UTF-8";
@font-face{
    font-family:url(fuentes/montserrat.ttf)
};

*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

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

html{
    height: -webkit-fill-available;
}

header {
    background-color: #61fcb0;
    border-radius: 0 0 1em 1em;
}

header img{
    width: 50%;
    padding: 1em;
    
}

.centrar { 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#avatar{
    display: flex;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 15px 0px 15px 0px;
    margin: 20px;
}

#bocetos{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.propuestas {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: .5em;
    margin-bottom: 1em;
}

.espacio{
    margin: 1em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    
}

h1{
    font-family:"montserrat", sans-serif;
    text-align: center;;
    font-size: 2em; 
    color: #61fcb0;
    margin:.1%;
}

h2{
    font-family:"montserrat", sans-serif;
    text-align: center;;
    font-size: 1em; 
    color: #61fcb0;
    margin-top:2em;
    text-transform: uppercase;
}

#materias{
    background-color:#61fcb0;
    width:70%;
    
}

#materias li{
    color: #ffffff;
    font-family:"montserrat", sans-serif;
    font-weight: 700;
    text-align: center;;
    font-size: .8em;
    padding: 2em 2em 2em 2em;
    text-transform: uppercase;
}

p{
    font-family:"montserrat", sans-serif;
    font-size: .9em;
    letter-spacing: -0.05em;
    text-align: left; 
    color: #6a6868; 
    width:85%; 
    margin-bottom:1em;
    margin-left: .5em;
    margin-right: .5em;
}

main h6{
    font-family: "montserrat", sans-serif; 
    text-align: center; 
    color: #6a6868; 
    font-size: .7em; 
    margin: .5%; 
    font-style: italic;
}

main a{
    font-family:"montserrat", sans-serif;
    font-weight: bold;
    text-align:center; 
    color: #ffffff; 
    text-decoration: none; 
    background-color: #fc61d8; 
    margin-bottom:1em; 
    padding: .5em; 
    border-radius: 1em 0em 1em 0em;
}

#webapp{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#webapp a{
    font-family:"montserrat", sans-serif;
    font-weight: bold;
    text-align:center; 
    color: #ffffff; 
    text-decoration: none; 
    background-color: #fc61d8; 
    margin:1em; 
    padding: .5em; 
    border-radius: 1em 0em 1em 0em;

}

.rosa{
    color: #fc61d8;
}

/*------------------------------*/

footer{
    background-color: #61fcb0;
    border-radius: 1em 1em 0 0; 
    padding-top: 1em;
}

h4 {
    font-family:"montserrat", sans-serif;
    text-align:center; 
    color: #ffffff; 
    font-size: 1em; 
    margin: 1em; 
}

footer a{
    color: #61fcb0; 
    list-style: none;
    align-content: center; 
    text-decoration: none;
    font-family: "montserrat", sans-serif;
} 

footer nav ul li {
    list-style: none; 
    text-align: center; 
    background-color: #ffffff; 
    padding: .5em; 
    text-align: center; 
    border-radius: 1em 0 1em 0;
}

.footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.margen{
    margin-right: 2.5em;
    margin-left: 2.5em;
}

.redes {
    display: flex; 
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.redes img{
    width: 50%;
    margin-bottom: 2em;
}

.margenes{
    margin-left: .5em;
    margin-right: .5em;
}

/*------------------------------*/

@media screen and (min-width: 1200px){
    
    header img{
    width: 20%;
    padding: 1em;
    }
        
    #materias{
    background-color:#61fcb0;
    width:15%; 
}
    
    p{
    font-family:"montserrat", sans-serif;
    text-align: left; 
    color: #6a6868; 
    width:60%; 
    margin-bottom:2em;
    margin-left: .5em;
    margin-right: .5em;
}
    
    #bocetos{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2em;
}

.propuestas {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: .5em;
    margin-bottom: 1em;
}

.espacio{
    margin: 1em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 20em;
    
}
}