@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
    background-color: rgb(233, 237, 244);
    font-family: 'Montserrat', sans-serif;
}


/*-----MOBILE FIRST-----*/

ul{
    list-style: none;
    text-decoration: none;
}

a{
    list-style: none;
    
    color: black;
}

/*header*/
.logos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0.5em 1em;

}

.navegacion ul {

    display: flex;
    background-color: rgb(27, 27, 27);    
    flex-direction: row;
    justify-content: center;
    padding: 1em;
}

.navegacion ul li{
    background-color: rgb(27, 27, 27);
}
.navegacion ul li a{
    background-color:rgb(27, 27, 27);
    color: whitesmoke;
    list-style: none;
    text-decoration: none;
    margin: 0 1em;
}

/*main*/

main{
    margin: 0;
}
.rotuloindividual {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 2em;

}
.rotuloindividual img {
    display: flex;
    border-radius: 50%;
    max-width: 100%;
    margin-bottom: 2em;

}

.rotuloindividual #texto h1{
    font-weight: 500;
    margin-bottom: 1em;
}

.rotuloindividual #texto em{
    font-style: normal;
    font-weight: 700;

}


/*trabajo en clase*/
.trabajoenclase{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.trabajoenclase div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin: 0.5em auto

}

.trabajoenclase div div{
    margin: 0 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;    
}


#materias{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 1em;
    background-color: rgb(203, 206, 211);
}

.materias{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 1em 10%;
    text-align: center;
    
}

.materias h3{
    font-size: 800;
    margin-bottom: .5em;
}

.estudiantes{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.estudiantes h3{
    background-color: rgb(203, 206, 211);
    width: 100%;
    margin-bottom: .5em;
}

.estudiantes img{
    display: none;
}

.datosacademicos{
    background-color: rgb(203, 206, 211);
    margin: 5em .5em;
    display: flex;
    flex-direction: column;
    font-size: .6em;
}

.datosacademicos ul{
    padding-bottom: 1.2em;
}
/*footer*/

footer{
    background-color: rgb(27, 27, 27);
    color: rgb(233, 237, 244);
    padding: 1em .5em;
    font-size: .5em;

}

/*DISPOSITIVOS DE ESCRITORIO*/

/*ESCRITORIO PEQUEÑO / TABLET*/
@media  screen and (min-width: 768px)  {

    /*main*/


    .rotuloindividual #texto h1{
        justify-content: left;
        margin: 1.5em 4em;
    }

    .rotuloindividual #texto p{
        margin: 2em 6.2em;
    }

    #materias{
        padding: .5em
    }

    .materias{
        display: flex;
        text-align: center;
        justify-content: center;
        background-color: rgb(215, 218, 221);
        padding: 2em 0;
        margin: auto;
    }   

    #materiasaprobadas{
        background-color: rgb(233, 237, 244);
        padding: 1em 2em 2em 2em;
        margin-right: 1em;
    }
    #materiasencurso{
        background-color: rgb(233, 237, 244);
        padding: 1em 2em 2em 2em;
        margin-left: 1em;
        
    }

    .estudiantes ul li{
        background-color: rgb(215, 218, 221);   
    }
    .estudiantes ul li a{
        background-color: rgb(215, 218, 221);
    }

    .estudiantes h3{
        padding: .4em;
        margin: auto;
    }


    
}
/*ESCRITORIO MEDIANO*/
@media  screen and (min-width: 992px)  {

    /*header*/
    nav li{
        padding: 0 1.5em;
        justify-content: space-evenly;
    }

    /*main*/

    .rotuloindividual{
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .rotuloindividual img{
        margin: 0;
    }

    .rotuloindividual #texto{
        max-width: 30em;
    }

    .rotuloindividual #texto h1{
        margin: 2em
    }
    
    .rotuloindividual #texto p{
        display: flex;
        margin: 1em 3em 3em 3em
    }

    .trabajoenclase{
        margin: 3.5em 8em;
        flex-direction: row;
    }

    .trabajoenclase div{
        flex-direction: column;
        margin: 4em auto;
        justify-content: center;
    }

    .trabajoenclase div div{
        margin: 1em;
    }

    .estudiantes ul{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        padding: 1em;
        background-color: rgb(215, 218, 221)
    }

    .estudiantes ul li{
        display: flex;
        flex-direction: column;
        align-items: center;
    
    }

    .estudiantes img{

        display: flex;
        margin-bottom: 1em;
        width: 100px;
        height: 100px;
        border-radius: 25%;
    }

    .estudiantes h3{
        width: 100%;
    }

    .datosacademicos{
        background-color: rgb(233, 237, 244);
        flex-direction: row;
        justify-content: space-evenly;
        text-align: center;
    
    }

    .datosacademicos #integrantes li{
        width: 30em;
        
    }

}
/*ESCRITORIO GRANDE*/
@media  screen and (min-width: 1200px)  {

    .trabajoenclase {
        margin: 5em 10em
    }

 
    
}