@charset "utf-8";
* {
    font-family: nunito;
    list-style: none;
    text-decoration: none;
    margin: auto;
    text-align: center;
}
header{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
}
.logo{
    background-color: #014871;
    text-align: center;
    border-radius: 0px 0px 25px 25px;
    height: 5rem;
}
.logo img{
    height: 2.5rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.sitios{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px white;
    margin-bottom: 10px white;
    background-color: white;
    height: 2rem
}
.sitios li{
    width: 33%;
    text-align: center;
}
.sitios a{
    color: #014871;
    background: white;
    font-size: 0.8rem;
    font-weight: 800;
}
header .inactive:hover{
    color: #EB7F09;
    text-decoration: underline #EB7F09;
}
header .active{
    font-size: 1rem;
    color: #EB7F09;
    text-decoration: #EB7F09;
}
body{
    margin-top: 7rem;
    background-color: white;
}
h3{
    color: #014871;
    text-align: center;
    padding: 0.5rem;
    font-size: 2rem;
}
.plan h5{
    color: #014871;
    text-align: center;
    padding: 0.5rem;
    font-size: 1rem;
}
p{
    color: black;
    text-align: center;
    padding: 0.25rem;
    font-size: 1rem;
    width: 75%
}
.Información{
    text-align: center;
    color: black;
    font-size: 15px;
    margin-bottom: 15px;
    width: 90%
}
.Integrantes{
    margin-bottom: 15px;
    width: 90%;
}
.Integrantes ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
}
.Integrantes img{
    width: 40px;
    border-radius: 100px;
    border: 5px solid #EB7F09;
    padding: 0;
}
.Integrantes a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    color: #014871;
    font-size: 0.75rem;
    width: 90%;
    margin-top: 0.5rem;
}
.plan{
    width: 80%;
    margin-bottom: 1rem;
}
.plan li{
    color: #014871;
    margin-bottom: 1rem
}
.UBA{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items:flex-start;
}
.UBA li{
    margin-bottom: 0.5rem;
    width: 50%
}
.UBA img{
    height: 3rem;
    width: auto;
}
.UBA a{
    text-align: left;
    margin-left: 0;
}
.UBA h5{
    font-size: 0.75rem;
}
.UBA p{
    font-size: 0.6rem;
}
footer{
    margin-top: 20px;
}
footer p{
    width: auto;
    font-size: 0.5rem;
    color:white;
    text-align: justify;
    background-color: #014871;
    padding: 0.5rem;
    border-radius: 1rem;
}
#mapa img{
    width: 75%;
    margin-bottom: 20px;
}
@media all and (min-width: 768px) {
    .sitios{
        height: 3rem;
    }
    .sitios a{
        font-size: 1.2rem;
    }
    body{
        margin-top: 8rem;
    }
    .links{
        height: 4.5rem;
    }
    .links:hover{
        height: 6rem;
    }
    .links img{
        width: 3rem;
    }  
    #mapa img{
        width: 75%
    }
    .UBA{
        width: 67.5%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    footer{
        width: 75%;
        margin-left: 12.5%;
        margin-right: 12.5%;
    }
    footer p{
        font-size: 0.75rem;
    }
}