@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'montserrat', sans-serif;
    list-style: none;
    text-decoration: none;

}

body {
    background-color: whitesmoke;
}

#imgperfil {
    width:13em;
    height:13em;
    border-radius:13em;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .35);
    margin-bottom: 1em;
}


.perfil {
    text-align: center;
    
}
.perfil h1 { 
    padding: 1em 0em 1em 0em;
    font-size: 1.3em;
    margin: 0.5em 0em 0em 0em;
    font-family: 'Montserrat', sans-serif;
    letter-spacing:0.1em;
    
}


.links {
    display: flex;
    justify-content: center;
    align-content: space-around;
}
.links img {
    width: 2.4em;
    height: auto;
    margin: 0em 0.4em 0 0.4em;
}

#infopropia {
    align-items: center;
    display: flex;
    flex-direction: column;
}
    
 #infoacademica {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;

}

.info2 { 
    background-color: white;
    border-radius: 1em;
    padding: 1.5em; 
    margin: 1em;
    width: 18em;
    height: auto;
    color: #a2a2a2;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .35);;
    
} 

h3 {
    font-size: 1.35em;
    color: #191818; 
    margin-bottom: 1em;
}

footer p {
    color: whitesmoke;
    font-size: 0.65em;
    padding: 3em 2em;
    text-align: center;
}

.logofooter {
    max-height: 3.9em;
    padding-bottom: 0.8em;
}

.facultad li {
    margin: 0.3em 0em 1em 0em;
    text-align: left;
    border-bottom: solid 0.01em #191818;
    padding-bottom: 1.5em;
    width: 18em
}

.facultad ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 1.5em;
    align-items: center;
    flex-direction: column;
}

.facultad ul p {
    font-size: 0.73em;
}

main {
    margin: auto;
    padding: 1.5em;
    
}

#logocatedra {
    width: 60px;
    padding-top: 10px;
}

header,
footer {
    background-color: #191818;
}

header {
    padding: 0.5em;
}

header > ul {
    display: flex;
}

header > ul > li {
    width: 2em;
    height: 2em;
    display: flex;
    

}

header > ul > li > a {
    width: 100%;
    height: 100%;
    color: #f0f0f0;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    

}

header nav {
    background-color: #191818;
    color: #f0f0f0;
    position: fixed;
    right: -50vw;
    top: 0;
    height: 100vh;
    min-width: 50vw;
    transition: all .6s ease;
    z-index: 999;  
    transition: all .6s ease;
    padding-top: 0.35em;
}

header nav:target {
    right: 0;

}

header nav a {
    color: #f0f0f0;
    display: block;
    padding: 0.7em 1em;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.04em;
}

header nav a:hover {
    color: #9b9b9b;
    
}

#x {
    padding-left: 9.7em;
}

.atras i{
    margin-right: 1em;
}

#iconright{
    margin-left: 0.8em;
}

#submenu ul li a {
    color: #888888;
}

.club img {
    width: 6em;
}

.club {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.club h1 {
    color: #0D8962;
    margin: 1em 0em 1em 0em;
    font-size: 1.5em;
    text-align: center
}

section h4{ 
    font-size: 1em;
    margin-bottom: 0.6em;
}

section p{
    font-size: 0.8em;
    margin-bottom: 1em;
}

.secciones ul li h5{
    color: #0D8962;
    border-top: solid 0.01em #888888;
    padding-top: 1em;
}

.mapainfo h1{
    font-size: 1.5em;
}

.mapainfo{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:12em; 
}

.imgspon {
    width: 100%;
    margin-top: 2em;
}

#aficheprom {
    width: 100%;
}

.paneltodo {
    margin: 0;
    padding: 0;
}