@charset "utf-8";

*{
    box-sizing: border-box;
    margin: auto;
    padding: 0;
    border: 0;
}
*{
    font-family: 'Poppins', sans-serif;
}
body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Poppins';
}


/*HEADER*/
header{
    position: sticky;
    top: 0;
    z-index: index 8000;
    justify-content: space-between;
    background-color: black;
    align-items: center; 
    width: 100%;
    padding: 2em;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    display: flex;
    justify-content: space-between;
}
header a{ 
    display:inline;
    width:12rem;    
    box-sizing:border-box;
    text-decoration: none;
    text-align:center;
    font-size: 14px;
    font-family: 'Poppins';
    color: #EAEAE8;
    padding: 1em;
}
.logo{
    background-color: whitesmoke;
    height: 3em;
    margin: 0.5em;
    padding: 0.5em;
    border-radius: 0.5em;
}
.enlaces{
    font-size: 16px;
    font-family: 'Poppins', sans-serif; 
    list-style: none;
    padding: 0,5em;
    color: black
}
nav ul li a {
    display: block;
    color: black;
    margin-block-end: .5em;
    width: min(40vw, 15rem);
    text-align: center;
    padding: 0em 0em 0em 1em;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    list-style-type: none;
}

/*CUERPO*/
h1{
    color: whitesmoke;
    font-weight: bold;
    font-size: 50px;
    margin: 1em auto auto auto;
    text-align: center;
    font-family: 'BM Sans', sans-serif;
}
h2{
    display: block;
    margin: 2em auto 1em auto;
    padding: 1em;
    background-color: whitesmoke;
    color: black;
    font-weight: bold;
    font-size: 20px;
    max-width: 90%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
h3 a{
    text-align: right;
    font-family: 'BM Sans', sans-serif;  
    margin: 1em auto 1em auto;
    padding: 1em;
    background-color: whitesmoke;
    color: black;
    font-weight: bold;
    font-size: 20px;
    max-width: 100%;
    border-radius: 1em;
    text-decoration: none;
    display: inline-block;
}
h4{
    display: block;
    padding: 1em 1em 1em 1em;
    background-color: whitesmoke;
    margin-left: 2em;
    margin-right: 2em;
    color: black;
    font-weight: bold;
    font-size: 20px;
    max-width: 100%;
    text-align: center;
}
.perfiles{
    margin: 3em auto 3em auto;
    text-align: center;

}   
p{
    display: block;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2.5em;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 11pt;
    color: whitesmoke;
}
main{
    background-color: cadetblue;
    width: 100%;

}
footer{
    background-color: black;
    color:whitesmoke;
    padding: 1em;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.banner{
    width: 100%;
}
.datosacademicos {
font-size: 10pt;
text-align: left;
padding-top: 1em ;
padding-left: 3em;
padding-right: 2em;
padding-bottom: 2em;
}

/*MAPA*/
.imagenmapa {
    padding: 2em;
    width: 100%;
}

/*PLAN*/
.usuario1, .usuario2 {
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 90%;
}

/*MEDIA*/
/*cambios a partir de los 60em - DESKTOP*/
@media (min-width: 60em) {
    p{
        font-size: 14pt;
        text-align: center;
        padding-left: 6em;
        padding-right: 6em;
    }
}
