@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;
    align-items: center;
    }

    .main-menu{
        background-color: #4A4B56;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 4rem;
    }
    .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;
    }
    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: "Rubik", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
h3{
    color: #5D8BC8;
    font-family: "Rubik", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
    text-align: center;
}
h4{
    color: #4A4B56;
    font-family: "Rubik", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
    text-align: center;
}
p{
    font-family: "Roboto", serif;
    font-optical-sizing: 1rem;
    font-weight: 300;
    font-style: normal;
    text-align: center;
}
h5{
    color: #5D8BC8;
    font-family: "Rubik", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.plan{
    display: flex;
    justify-content: center; 
    align-items: center;     
}
body img{
    margin-top: 5rem;
    width: 80rem;
    height: 120rem;
}
body{
    background: color #373844;
}

    /*Estilo COMPETENCIA*/
li{
    list-style: none;
    color: #000000;
    font-family:"Roboto", serif ;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.10rem;
    font-style: normal;
    text-align: center;
}
/*Datos Academicos*/
.catedra{
    background-color: #99928d;
    width:100% ;
    align-content: center;
    padding-top: 20px;
    padding-bottom: 20px;}

.datos{
    gap: 12px;
    justify-content: center;
    text-align: center
}
.datos p{
    font-family:"Tenor Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    color: #3c4d34;
    margin: 7px 40px 7px 40px;
    font-size: 1.25rem;
    font-weight: 300px;
    text-align: center;
}
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;
}
/*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;
}