@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900; 1.100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body { 
    background-color: rgb(61, 64, 91);
}

.menu ul{
    list-style: none;
}

.menu ul li {
    float: left;
}

.menu a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: white;
    text-decoration: none;
    display: block;
    padding: 12px 26px;
    font-size: 20px;
}

.menu {
    background-color: rgb(224, 122, 95);
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    box-shadow: 8px 8px 25px #00000080;
}

.menu a:hover {
    color: rgb(242, 204, 143);
    background-color:  rgb(0, 0, 0, 0.2);

}


h1 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: white;
    font-size: 3rem;
    text-align: center;
    padding: 2%;
    background-color: rgb(61, 64, 91);
}


.integrantes ul {
    list-style: none;
}


.integrantes ul li {
    float: left;
    
}


.integrantes a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: rgb(61, 64, 91);
    text-decoration: none;
    display: block;
    padding: 12px 26px;
    font-size: 17px;
}

.integrantes {
    background-color: rgb(242, 204, 143);
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    
}

.integrantes a:hover {
    color: rgb(61, 64, 91);
    background-color:  rgb(0, 0, 0, 0.2);

}

.integrantesvn15 h2 {
    font-size: 25px;
    padding: 1%;
    background-color: rgb(61, 64, 91);
    
}

.fotojess {
    display: flex;
    justify-content: center;
    border-radius: 100%;
}


.foto {
    border-radius: 10%;
    margin-top: 1rem;
    width: 300px;
    height: 426px;
    justify-content: center;
    border: 7px solid rgb(224, 122, 95);
    box-shadow: 8px 8px 25px #00000080;
    
}


.inicio ul li {
    list-style: none;
    font-family: "Roboto", sans-serif;
    color: rgb(244, 241, 222);
}



h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: rgb(242, 204, 143);
    font-size: 2rem;
    text-align: center;
    
    padding: 1%;
}


.carrera {
    font-size: 20;
}

p {
    font-family: "Roboto", sans-serif;
    color: white;
    display: flex;
    justify-content: center;
    padding: 12px 26px;
    
    
}

.datosuniversitarios p {
    background-color: rgb(61, 64, 91);
    font-size: 17px;
    color: white;
    text-align: center;
    padding: 1%;
    
}




figcaption {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: rgb(233, 233, 233);
}




.ul li {
    display: inline-block;
}


main section article {
    padding: 1rem;
}

.inicio {
    display: flex; 
    justify-content: center;
    
}

section aside { 
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    
}

.columna-1 {
    background: rgb(61, 64, 91); width: 35%;
    text-align: center;
    padding: 2%;   
}
.columna-2 {
    background: rgb(61, 64, 91); width: 30%; 
    text-align: center;
    padding: 2%;
}
.columna-3 {
    background: rgb(61, 64, 91); width: 35%;
    text-align: center; 
    padding: 2%;
}


footer {
    background-color: black;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
}


/*Responsive */

@media (max-width: 40rem) {

    body {
        position: relative;
    }

    header {
        width: 100%;
        height: 10%;
    }


h1 {
    font-size: 30px;
    padding: 1rem;
    text-align: center;
    
}

.menu {
    width: 100%;
    background: rgb(224, 122, 95);
    text-align: center;
    position: fixed;

}

nav ul{
    display: flex;
    transform: scale(65%);
   align-content: center;
  }

.inicio {
    width: 100%;
    height: auto;
    display: block;
}

.menu a {
    display: flex;
    padding: 20px;
    text-align: center;
}

section {
    width: 100%;
    height: 100%;
    display: block;
}


.columna-1 {
    width: 100%;
    height: 100%;
    display: block;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.columna-2 {
    width: 100%;
    height: 100%;
    display: block;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.columna-3 {
    width: 100%;
    height: 100%;
    display: block;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

footer {
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 10rem;
}

.integrantes li a{
    font-size: 14px;
    padding: 15px 5px;
    }


}
