/* ----- G E N E R A L ----- */

html{
    height: 100%;
}

body{
    margin: 0px;
    background-color:#fffaf8;
}

h1 {
    text-align: left;   
    font-family: Spectral, serif;
    font-weight: 700;
    font-variant: small-caps;
    color: #004e41;
    font-size: 50pt;
    padding-left: 20px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 60px;
}

h2 {
    font-family: 'Dawning of a New Day', cursive;
    font-size: 44pt;
    color: #9c8480;
    text-align: left;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 35px;
    line-height: 10px;
    z-index:-1;
    position:relative;
}

h3 {
    font-family: Spectral, serif;
    font-size: 27pt;
    color: #92a59e;
    text-align: center;
    font-variant: small-caps;
    margin-bottom: 0;
    line-height: 50px;
}

h4 {
    font-family: Spectral, serif;
    font-weight: 600;
    font-size: 17pt;
    color: #fffaf8;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
}

footer {
    color: #92a59e;
    font-family: Spectral, serif;
    font-weight: 500;
    font-size: 8pt;
    text-align: center;
    margin-top: 100px;
    padding: 25px;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0px;
    background-color:#fffaf8;
    text-align: center;
}

.navbar li {
    display: inline-block;
    padding: 30px 100px;
}
   
.navbar a {
    text-decoration: none;
    color: #92a59e;
    font-family: Spectral, serif;
    font-weight: 700;
    font-size: 8pt;
}

/* ---------------- */
/* ----- MAPA ----- */

.imagen {
    text-align: center;
    margin-top: 150px;
}

/* ---------------- */
/* ----- PLAN ----- */

.plan a {
    text-decoration: none;
}

.plan {
    display: flex;
    flex-direction: row;
    height: 500px;
    background-color: #92a59e;
    justify-content: space-evenly;
    text-align: center;
    align-content: center;
    width: 100%;
    margin-top: 40px;
}

#col3 {
    font-family: Spectral, serif;
    font-weight: 400;
    font-size: 12pt;
    color: #fffaf8;
    text-align: center;
    width: 325px;
}

#col4 {
    font-family: Spectral, serif;
    font-weight: 400;
    font-size: 12pt;
    color: #fffaf8;
    text-align: center;
    width: 325px;
}

#boceto {
    text-decoration: none;
    color: #fffaf8;
    font-family: Spectral, serif;
    font-weight: 700;
    font-size: 27pt;
    font-variant: small-caps;
}


/* --------------------- */
/* ----- I N D E X ----- */



.perfil {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 150px;
    height: 400px;
}

#fotoperfil {
    flex: 0 0 50px;
    filter: drop-shadow( 5px 5px 5px rgb(201, 191, 191));
    z-index:-1;
    position:relative;
}

#socials {
    display: flex;
    flex-direction: row;
    max-width: 50px;
    padding-top: 10px;
    padding-left: 20px;
}

#insta {
    padding-left: 10px;
}

#textoperfil {
    flex: 0 0 400px;
}

#asl {
    font-family: Spectral, serif;
    font-weight: 700;
    font-variant: small-caps;
    font-size: 12pt;
    color: #698178;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 115px;
    line-height: 5px;
}

#datos {
    font-family: Spectral, serif;
    font-weight: 600;
    font-size: 13pt;
    color: #92a59e;
    text-align: left;
    padding-left: 20px;
}

.materias {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 300px;
    background-color: #92a59e;
    text-align: center;
    align-content: center;
}

#col1 {
    font-family: Spectral, serif;
    font-weight: 400;
    font-size: 12pt;
    color: #fffaf8;
    text-align: center;
}

#col2 {
    font-family: Spectral, serif;
    font-weight: 400;
    font-size: 12pt;
    color: #fffaf8;
    text-align: center;
}

#colempty {
    text-align: center;
    width: 5%;
}

.infofacu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 100px;
    text-align: left;
    align-content: center;
    color: #92a59e;
    font-family: Spectral, serif;
    font-weight: 500;
    font-size: 10pt;
    padding-right: 50px;
    padding-left: 50px;
    margin-top: 100px;
}

/* ----------------------------- */
/* ----- RESPONSIVE STUFFS ----- */

@media (max-width: 1100px) {
    .navbar li {
        padding: 20px;
    }
    .perfil {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 300px;
        align-items: center;
    }
    .materias {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        height: 600px;
    }
    .infofacu{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 350px;
        text-align: center;
    }
    .plan {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        text-align: center;
        height: 1000px;
        margin-bottom: 0px;
    }
    footer {
        margin-top: 250px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
    }
    #textoperfil {
        justify-content: center;
        width: 400px;
        text-align: center;
        padding-top: 30px;
    }
    h1 {
        text-align: center;   
        padding-left: 0px;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 60px;
    }
    h2 {
        text-align: center;
        padding-left: 0px;
        margin-top: 0;
        margin-bottom: 35px;
        line-height: 5px;
        z-index:-1;
        position:relative;
    }
    h3 {
        margin-top: 150px;
        text-align: center;
    }
    #asl {
        text-align: center;
        margin-bottom: 15px;
        padding-left: 10px;
        line-height: 5px;
    }
    #datos {
        text-align: center;
        padding-left: 10px;
        right: 10px;
    }
}