@import url('https://fonts.googleapis.com/css?family=Roboto')
@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html body {
    font-family: "Roboto";
    font-size: 10px;
    line-height: 12px;
    background: #F5F5F5
}

h1 {
    font-family: 'Roboto';
    font-weight: 700;
    color: navy;
    font-size: 4.5em;
    text-align: center;
    padding: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-top: 2px solid navy;
    line-height: 1em;
}
h2 {
    font-family: 'Roboto';
    font-weight: 500;
    color: navy;
    font-size: 2.15rem;
    text-align: center;
    padding: 0.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
button {
    border-style: none;
    display: inline-block;
    background-color: navy;
    font-weight: 700;
    color: white; 
    font-size: 1.75rem;
    text-align: center;
    padding: .5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-radius: 14px;
    align-content: center;
    align-items: center;
    width: 100%;
    
}

button a {
    color:white;
}


h4 {font-family: 'Roboto';
    font-weight: 700;
    color: navy;
    font-size: 1.75rem;
    text-align: center;
    padding: 0.25rem; 
    margin-top:0.5rem;
    margin-bottom: 0.5rem
}

nav {
    box-sizing: border-box;
    text-align: justify;
    color: lightgrey;
    font-size: 1.25rem;
    font-family: 'Roboto'; 
    font-weight: 400;
}
nav ul li{
    display: inline-block;
    margin:1em;
    
}
.redessociales{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 0.85em;
    padding: 0.5em;
    justify-content: space-between;
    border-bottom: 2px solid navy;
}

.integrantes{
    display: block;
    padding: 1em;
    background: navy;
    font-size: 1.5em;
    text-align: left;
    border-radius: 8px;
}

.integrantes ul li{
    text-decoration: none;
    margin: 1em;
    list-style: none;
    
}

.integrantes ul li a {
    color: #f5f5f5;   
}

.docentes {
    display: block;
    padding: 1em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    font-size: 1.5em;
    text-align: left;
    border-bottom: 3px solid rgba(204, 204, 204, 0.7);
    border-top: 3px solid rgba(204, 204, 204, 0.7);
}

.docentes ul li{
    text-decoration: none;
    list-style: none;
    margin-left: 0.5em;
}

.docentes ul li a {
    color: rgba(204, 204, 204, 2);    
}
    
nav ul li a{
    text-decoration: none;
}
nav ul li a:hover{
    color: #ffffff;
    background: black;
    padding: 0.5rem;
}

a {
    color: black;
    text-decoration: none;
    text-align: center;
    padding-left: 1.2rem;
    padding-right: 0.8rem;
}

.titulo {
    box-sizing: border-box;
    width: 300px;
    padding: 0.5rem;
    margin-top: 0.5em;
}


/* Estilos de section */

section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.5rem;
    text-decoration-color: #7b7b7b;
    margin:1rem;
    color:#001bb2;
    font-family: 'Open Sans',
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    height: 250px;
    width: 250px;
    border-radius: 50%
}
.nivel1{
    background-color: white;
    width: 95%;
    padding:2rem;
    line-height: 1.8rem;
    font-size: 1rem;
    margin-bottom: 0.5em;
}
.nivel2{
    background-color: white;
    width: 95%;
    padding:2rem;
    line-height: 1.8;
    font-size: 1rem;
    margin bottom 0.5em;
}
.subtitulo{
    font-weight: 700;
    font-size: 1.3rem;
}

.subtitulo {
    font-weight: 700;
    font-size: 1.3rem;
    
}

footer { 
    display: block;
    font-size: 1em;
    font-weight: 400;
    background: rgba(204, 204, 204, 0.7);
    color: rgba(0, 0, 0, 0.5);
    padding: 1em;
}