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

*{
margin: 0;
padding: 0;
}


/*Main Menu*/
.main-menu{
    background-color: #4a4B56;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
}
.main-menu a{
    color: #eaf0f9;
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    transition: color 0.2 ease;
}
.main-menu a:hover{
    color: #5D8BC8;
}
/* Estructura semantica */


header{
    margin: auto

}
section{
    margin: auto;
    }

body {
    background-color: #eaf0f9;
    font-family: "Roboto", serif;
    font-optical-sizing: 1rem;
    font-weight: 200;
    font-style: normal;
    text-align: center;
}

h1{
    color: #395273;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: 1rem;
    font-weight: 900;
    font-style: normal;
        font-size: 5rem;
        text-align: center;
}
h2{
    color: #5D8BC8;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
h4{
    color: #eaf0f9;
}
footer{
    font-size: 0.8rem;
    background-color: #4A4B56;
    color: rgb(255, 255, 255);
    margin: auto;
    padding: 1rem;
    text-align: center;
}
footer img{
width: 25rem;
margin-top: 2rem;
}

/*Listado Integrantes*/

ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 0;
    width: 100%;
}

li{
    list-style: none;
}

a{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: 1rem;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    color: #4a4B56;
    font-size: 1.5rem;
    text-align: center;
}
a p{
    margin-top: 1rem;
}

article ul li img{ width: 20rem;
    border-width: 0.50rem;
    border-style: solid;
    border-color: #373844;
    border-radius: 6rem;
}

/*selectores del tipo class (clase)*/

.destacado1{
    background-color: #5D8BC8;
    color: #eaf0f9;
    line-height: 175%;
    margin-top: 10rem;
}
.destacado2{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #395273;
    color: bisque;
    font-size: 0.75rem;
    width: 75;
    padding: 1rem;
    margin: auto;
}

