@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css');


*{margin: 0; padding: 0;
  font-family: "Ubuntu";
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  background: rgb(196, 96, 146);
}
  
body header nav {
    width: 100%;
    height: 3rem;      
}

.menu {
    margin: 0 5px 0 5px;
    padding: 1rem 3rem; 
    line-height: 0.5rem;  
    text-align: right;
}

.menu a {
    font-size: 1.2rem; 
    padding: 0.4rem 0.8rem;
    color: rgb(250, 241, 230);
    border-radius: 0.2rem;
}

li a.active, li a:hover{
    background:  rgb(125, 192, 166);
    transition: .5s;
}

.ejercicio {
    margin: 0 1.2rem;
    padding: 1rem 3rem; 
    line-height: 0.6rem;  
    text-align: right;  
}

.ejercicio a {
    font-size: 1.2rem;
    color: rgb(250, 241, 230);
    border-radius: 0.2rem;
}

body header h1{
    color: bisque;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    padding: 1rem;
}

.integrantes a {
    /* padding: 1rem; */
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1rem;  
    text-decoration: none;
    color:rgb(250, 241, 230);
}



body header figure {
    /* width: 100%; 
    display: flex;
    justify-content: center;
    background: #ffffff; */
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 20rem;
    
}

    
body header figure img { 
    width: 22%;
    order: 1;
    margin: auto;
    display: flex;
    border-radius: 50%;
    /* padding: 0 0 0 1rem */;  
}

body header figure figcaption {
    order: 2;
    line-height: 1rem;
    margin: auto;
    font-size: 0.8rem;
    font-weight: 200;
    color:rgb(102, 54, 76) ;
}

.integrantes {
    width: 100%;
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: space-evenly;

}

.integrantes ul li a {
    width: 100%;
    justify-content: space-evenly;
}

main h2 {
    background-color:rgb(153, 80, 114);
}
main ul li {
    /* background-color:#806680; */
    background-color:rgb(153, 80, 114);
}
.materias {

    width: 50%;
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: space-around; 
    
    /* background: #ffffff; */
}

.columna {
    padding: 1rem;
    background-color:rgb(153, 80, 114);
    color: bisque;
    border-radius: 0.2rem;
    gap: 1rem;
}

hr {
    height: 0.2rem;
    width: 50%;
    background-color:rgb(250, 241, 230);
    color: rgb(250, 241, 230);
    margin: auto;
    margin-top: 1rem;
    
    
}
/* main section article ul{
    list-style: none;

} */

/* main section article h2 {
    text-align: center;
} */

/* main section article ul li {
    text-align: center;
    
} */

/* main section article h2 {
    order: 1;
    width: 80%;
    display: flex;
    text-align: center;
    justify-content: space-around;  
}

main section article ul li {
    order: 2;
}

.columna {
    width: 80%;
    display: flex;
    text-align: center;
    justify-content: space-around;
}
main section article ul{
    list-style: none;
} */

.datos {
    width: 100%;
    margin: auto;
    padding: 3%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: "Rubik";
    font-size: 0.9rem;
    line-height: 1rem;
    color: rgb(125, 192, 166);
    /* background: #d8b3b3; */
}

footer{
    background-color: rgb(153, 80, 114);
    color: bisque;
    display: flex;
    justify-content: center;
    padding: 0.5rem;
    margin: auto;
    font-size: 0.8rem;
    text-align: center;
    font-weight: 200;
    width: 100%;
}

/* responsive */

@media (max-width: 952px){

    body header nav {
        width: 100%;
        height: 3rem;  
          
    }
    .menu {
       
        display: flex;
        line-height: 0.5rem;  
        text-align: center;
    }
    .menu a {
        font-size: 1rem;
        padding: auto;
        color: bisque;
        border-radius: 0.1rem;
    }

    .ejercicio {
        margin: auto;
        padding: 0rem 0.2rem; 
        line-height: 0.5rem;  
        text-align: center;
    }
    
    .ejercicio a {
        font-size: 1rem;
        color: bisque;
        border-radius: 0.1rem;
    }

    body header figure img { 
        width: 55%;
    }
    .materias {
        width: 100%;
    }
  
        



}


/* nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
}
nav ul li a{
    font-size: 20px;
} */

