* {
    box-sizing: border-box;
}

:root {

    --color-fondo: #F6F3EA;
    --color-1: #231F20;


    --textos: 'Rubik', sans-serif;

}

body {

    margin: 0;
    background-color: #F6F3EA;
    height: 100vh;
}


/*---------- HEADER ----------*/

header {
    display: block;
    background: #231F20;
    box-shadow: 3px 3px 3px #231f207f;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2em;
}


.contenedora-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

.botones-menu {
    display: flex;
    flex-direction: column;
}


.botones-menu li, a {

    text-decoration: none;
    list-style: none;
    color: #F6F3EA;
    font-family: var(--textos);
    font-weight: 500;
    margin-right: 20px;
    margin-left: 20px;
}

.botones-menu li {
    border: 1px solid #F6F3EA;
    border-radius: 20px;
    padding: 0.2rem;
    margin-bottom: 10px;
}

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

.botones-menu a:hover {
    color: #231F20;
}

.logo-dgpc {
    background-color: #F6F3EA;
    height: 50px;
    border: 5px solid #F6F3EA;
    border-radius: 10px;
}

@media (min-width:640px) {
    .botones-menu {
        display: flex;
        flex-direction: row;
        margin-bottom: 1em;
    }
}

/*---------- MAIN ----------*/

/*--- parte 1 ---*/

.contenerdora-info{
    display: block;
    padding: 60px;
}

.info {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #231F20;



    border-radius: 20px;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 2em;
}

.foto-julieta{
    border: 1px solid #231F20;
    border-radius: 100%;

}

.info h1{
    font-family: var(--textos);
    font-weight: 500;

}

.info p {
    font-family: var(--textos);
    font-weight: 400;
}



/*--- parte 2 ---*/

.historia-académica{

    display: flex;
    flex-direction: column;
    border: 1px solid #231F20;

    border-radius: 20px;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 3em;
}

.titulos {
    display: flex;
    justify-content: space-around;
    font-family: var(--textos);
    font-weight: 500;
    text-decoration: underline;

}
.materias-cursadas h3{
    font-family: var(--textos);
    font-weight: 500;
    display: block;
}

.historia-académica h4{
    font-family: var(--textos);
    font-weight: 400;
}

.materias-cursadas ul, li{
    font-family: var(--textos);
    font-weight: 400;
    padding: 0%;
}

.cursadas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#primero {
    margin-right: 3em;
}

.primer-año {
    list-style: disc;
}

.cursadas h4{
    font-family: var(--textos);
    font-weight: 500;
}

.cursando {
    display: block;
}

.cursando h3{
    font-family: var(--textos);
    font-weight: 500;
}

.cursando ul, li{
    font-family: var(--textos);
    font-weight: 400;
    list-style: none;
    padding: 0%;
}

.todas-las-materias {
    display: flex;
    flex-direction: column;
    align-items: left;

}

/*--- parte 3 ---*/


.integrantes {
    display: flex;
    flex-direction: column;

    border-radius: 20px;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 4em;
    padding-right: 3em;
    background-color: #231F20;
    box-shadow: 3px 3px 3px #231f207f;
}

.titulo_jt42 {
    font-family: var(--textos);
    font-weight: 500;
    display: flex;
    justify-content: center;
    color: #F6F3EA;
}

.integrantes h3 {
    font-family: var(--textos);
    font-weight: 500;
}

.equipos {
    font-family: var(--textos);
    font-weight: 500;
    list-style: none;
}

.jt42 {
    padding-bottom: 3em;
    padding: 0%;
    

}

.integrante {
    padding: 5px;
    border: 1px solid #F6F3EA;
    border-radius: 20px;
    color: #F6F3EA;
    font-family: var(--textos);
    font-weight: 400;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #231F20;
    
 }


.borde {
    padding-bottom: 20px;
}

.integrante:hover {
    background-color: #F6F3EA;
    color: #231F20;
}

@media (min-width: 800px) {

   
    .integrantes {
        display: flex;
        flex-direction: column;
        border: 1px solid #231F20;
        border-radius: 20px;
        margin-left: 7%;
        margin-right: 7%;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 1em;
        padding-right: 3em;
        padding-left: 3em;
    }

    .jt42 {
        display: flex;
        flex-direction: row;
        justify-content: space-between ;
    }
    
    .historia-académica {
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid #231F20;
        border-radius: 20px;
        padding: 4em;        
    }


    .integrante {
    padding: 5px;
    border: 1px solid #F6F3EA;
    border-radius: 20px;
    color: #F6F3EA;
    font-family: var(--textos);
    font-weight: 400;
    padding-right: 20px;
    padding-left: 20px;
 }
}

/*--- parte 4 ---*/


.contenedora-academicos {
    display: flex;
    flex-direction: column;
    border: 1px solid #231F20;
    
    align-items: center;
    border-radius: 20px;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 2em;

}

.titulos-info {
    padding: 0%;
   

}

.titulos-info h3 {
    font-family: var(--textos);
    font-weight: 500;
}

/*---------- FOOTER ----------*/


footer {
    display: block;
    background: #231F20;
    box-shadow: 3px 3px 3px #231f207f;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2em;
}

.legal {
    font-family: var(--textos);
    font-weight: 400;
    font-size: small;
    color: #F6F3EA;
}


