/* Este es el CSS de estilo Grupal v0.08 */
html{
    cursor: url(img/cursor.png), auto;
    cursor: url(img/cursor.png), pointer;
}


body{
    background-color: rgb(30, 30, 30); 
    text-align: center;
    color: 2px solid rgb(238, 121, 113);
    margin: auto;
    cursor: url(img/cursor.png), auto;
    cursor: url(img/cursor.png), pointer;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#logocatedra{
    width: 14rem;
    border-radius: 350px;
    margin: auto;
    display: block;
    cursor: url(img/cursor.png), auto;
}

header{
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    transition: transform 0.3s, height 0.3s;
    transform: translateY(0px);
    cursor: url(img/cursor.png), auto;
    font-family: "Inter", sans-serif;
}

h1 {
    color: rgb(238, 121, 113);
    font-size: 60px;
    font-family: "Inter", sans-serif;
    font-style: normal;
}

p{
    color:white;
    cursor: url(img/cursor.png), auto;
    cursor: url(img/cursor.png), pointer;
}

h6 {
    color: white;
}

#Alumno {
    width: 12rem;
    border: 3px solid  rgb(238, 121, 113);
    border-radius: 350px;
    cursor: url(img/cursor.png), auto;
}

ul {
    list-style-type: none ;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 2rem auto;
    max-width: 80%;
}

a{
    text-decoration: none;
}

nav{
    position: relative;
    height: 46px;
    background-color: 091428;
    z-index: -1;
    display: flex;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.boton{
    background-color: rgb(30, 30, 30);
    color: white;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    border-bottom: 2px solid rgb(238, 121, 113);
    text-align: center;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
    cursor: url(img/cursor.png), auto;
    font-family: "Inter", sans-serif;
}

footer{
    border: 1px solid rgb(238, 121, 113);
    padding: 4px;
    margin: 40px;
    text-align: center;
    color: white;
}

#UBA{
    border: 1px solid rgb(238, 121, 113);
    padding: 4px;
    margin: 40px;
    text-align: center;
    color: white;
}

#UBA2{
    border: 1px solid rgb(238, 121, 113);
    padding: 4px;
    margin: 40px;
    text-align: center;
    color: white;
}

.logo{
    width: 170px;
    text-align: center;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto ;
    margin-top: 10px;
    cursor: url(img/cursor.png), auto;
}