@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Playfair+Display:400,700i');

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

html {
    height: 100%;
}

li {
    list-style: none;
}

header {
    background-image: url(../img/bg-header.jpg);
    background-position: 0px -20px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    padding-top: 5rem;
}


.encurso {
    font-weight: 400;
    font-size: 0.8rem;
}

.menu {
    margin: 2rem;
}

.menu li {
    display: inline-block;
    padding: 0.8rem 1.5rem 0.8rem 1.5rem;
    letter-spacing: 0.1rem;
    border: 0.15rem solid #fff;
    color: #fff;
    margin-left: -0.38rem;
}

.menu li:hover {
    background-color: #fff;
}


a:hover {
    color: #333;
}

#footer {
    position: absolute;
    width: 100%;
    padding: 1.2rem;
    background-color: #e6e4e4;
}

.footerText {
    color: #333;
    font-size: 0.8rem;
    padding: 0rem 10rem 0rem 10rem;
}

body {
    background-color: #fff;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

#content {
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#content .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin: auto;
    text-align: center;
}

article {
    padding: 1.3rem;
}

.materias {
    width: 25%;
}

@media (max-width: 767px) {
    .container {
        width: auto;
    }

    .footerText {
        padding: 0rem;
    }

    #content .row {
        flex-direction: column;
    }

    .materias {
        width: 60%;
    }

    header {
        padding-top: 3rem;

    }
    
    .menu li {
    display: inline-block;
    padding: 0rem;
    letter-spacing: 0.1rem;
    border: 0.15rem solid #fff;
    color: #fff;
    margin-left: -0.38rem;
}
    
}


a {
    color: #fff;
    text-decoration: none;
}

h1 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.2rem;
    color: #fff;
}

h2 {
    font-family: 'Playfair Display', serif;
}

h3 {
    font-family: 'Playfair Display', serif;
}

h4 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 1.25rem;
}

/* menu mobile */
