@charset "utf-8";

* {
    box-sizing: border-box;
}

header {
    background-color: #FEF5E7;
}


body {
    width: 99%;
    height: 50%;
    background: #FEF5E7;
    font-family: montserrat;
    font-size: 1em;
}



.menu {
    display: flex;
    justify-content: space-evenly;
    max-width: 60rem;
    margin:  auto;
    height: 20rem;
    width: auto;
    list-style: none;
    border-bottom: 3rem double #011B04;
    align-items: center;
    font-size: 2.5em;
}

.menu li {
    
    
    transition-delay: 2.5s;
    text-align: center;
}

a {
    font-size: 1.5em;
    color: #777;
    text-decoration: none;
    transition: all 0.45s;
}

a:hover {
    color: #FEF5E7;
    letter-spacing: .20em;
}


h1 {
    letter-spacing: .25em;
    font-size: 5rem;
    text-align: center;
}


main {
    display: flex;
    background-color: #FEF5E7;
    align-content: space-between;
    flex-direction: row;
}

.materias {
    display: flex;
    flex-direction: column;
    background-color: #EDFFEE;
    flex-basis: 20em;
    font-size: 2em;
    align-items: center;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.materias ul li {
    list-style-position: inside;
}


#textor {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 2em;

}

.equipo {
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
    margin-top: 10%;


}

.equipo ul li {
    list-style: none;
    padding-left: 0;
}

.uba {
    display: flex;
    flex-direction: column;
    line-height: 1.5em;
}

.propuesta1{
    font-size: 1.50em;
        text-align: left;
}

footer {
    background-color: #000;
    font-family: montserrat light;
    color: #777;
    display: flex;
    padding-left: 2.5%;
    font-size: 1.5em;
}

.navfooter {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.redes {
    display: flex;
    flex-direction: column;
    padding: 3%;
    align-self: baseline;
    flex-basis: 20%
        
}

.textolegales {
    display: flex;
    flex-direction: column;
    padding-top: 2%;
    flex-basis: auto;


}

footer .navfooter ul li {
    list-style: none;
    padding-top: 10%;
    text-align: center;
}


@media (min-width: 20em) {

    main {
        flex-direction: column;
        margin: auto
    }

}

@media (min-width: 40em) {

    main {
        margin: auto;


    }
}

/* aca para monitor */

@media (min-width: 62em) {

    main {
        flex-direction: row;
        justify-content: center;
    }

    main,
    footer {
        margin-left: 10%;
        margin-right: 10%;
    }
    
    footer{
        margin-top: 5%;
        font-size: 1em;
    }

    #textor {
        margin-left: 10%;
        margin-right: 10%;
        font-size: 1em;
        align-content: center;
        text-align: center;
    }
    
    #imgfadu{
        max-width: 50%;
    }
    
    .propuesta1 p {
        font-size: .80em;
    }
    
    
    
    .menu {
    display: flex;
    justify-content: space-evenly;
    max-width: 64.5rem;
    margin: 0 auto;
    height: 10rem;
    list-style: none;
    border-bottom: 3rem double #011B04;
    align-items: center;
    font-size: 1em;
}

    h1 {
    letter-spacing: .25em;
    font-size: 2rem;
    text-align: center;
}
    
    .materias {
        flex-basis: 20rem;
        margin-top: 5%;
        margin: 1.5em;
        font-size: 1em
    }
    
    
    #propuesta {
        align-self: center;
        max-width: 70%;
        ;
    }
    
    .propuesta1 {
        text-align: center;
    }


}
