font-family: 'Montserrat', sans-serif;

body{
    background: #364544;
    width: 100%;
    text-align: center;
    display: inline-flex;
    align-content: center;
    color: #bcbcbc;
}

header{
    background: #c4c4c4;
    width: 100%;
    text-align: center;
}


.header-logo {
        width: 350px;
        padding: 20px;
        margin: 0px auto;
}

h1{
  text-transform: uppercase;
  color: #3c3c3c;
  font-family: sans-serif;
  font-size: 20px;
}
/*menu navegable*/

nav {
    width: 100%;
    color: white;
    font-size:14px;
    letter-spacing: 3px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 0px;
    text-decoration:none;
}

nav ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    
}

nav ul li {
    width: 100%;
    display: inline;
}

nav ul li a {
    background-color: #7c7c7c;
    border-radius: 0px;
    color: white;
    width: 100px;
    text-decoration: none;
    font-family: sans-serif;
    display: inline-block;
    padding: 0.2rem;
    text-transform: uppercase;
    text-align: center;
}

nav ul li a:hover {
    color: #cec66d;
}

.materias {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 190px;
}

.portada{
    background-image: url('./img/portada.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 400px;
    text-transform: uppercase;
    font-family: sans-serif;
    color: #ffffff;
    font-size: 35px;
    
}

.textoportada{
    width: 60%;
    margin: 0 auto;
    padding: 10px;
    align-content: center;
    text-align: center;
}

h2{
    font-size: 20px;
    text-align: center;
}

.integrante {
    display: inline-block;
}

.integrante img{
    display:block;
    width: 100%;
    padding-right: 0px;
    padding-top: 0px;
}

.integrante p{
    color: white;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-family: sans-serif;
}

.datos{
    text-align: center;
    text-transform: uppercase;
}

.datos ul li{
    list-style-type: none;
    font-family: sans-serif;
    font-size: 14px;
    padding: 3px;
    color: #6c6c6c;
}

.titulo{
    text-align: center;
    width: auto;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    background-color: #FBC263;
    position: relative;

}

.titulo h2{
    color: white;
}


footer {
  padding-bottom: 0px;
  height: 150px;
  background-color: #3b3b3b;
}

h4 {
  margin: 0 auto;
  color: white;
  margin-top: 20px;
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
  font-family: sans-serif;
  font-weight: 100;
}

.texto-footer{
  width: 60%;
  text-align: center;
  color: #bcbcbc;
  margin: auto;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 10px;
}
