*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
body{
    font-size: 13px;
}
header{
    background-color: #000;
    color: #fff;
     height: 80px;
     /*position: sticky;
     top: 0;*/
}
.menu{
    display: flex;
    justify-content: center;
}
.menu ul, 
.menu li,
.menu a{
    text-transform: uppercase;
    list-style: none;
    text-decoration: none;
}
.menu ul{
    display: flex;
}
.menu li a{
    color: #fff;
    font-weight: 600;
    display: flex;
    padding: 20px;
    align-items: center;
    font-size: 1.2em;
    margin-top: 15px;
}
.menu li a:hover{
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}

/*BANNER*/
.banner-principal{
    background-image: url(../images/Physicist_Stephen_Hawking_in_Zero_Gravity_NASA.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: top center;
    height: calc(100vh - 80px);
}
.banner-principal .banner-conteudo{
    width: 100vw;
    height: 100%;
    display: inline-block;
    background-color: rgb(0, 0, 0, 0.7);
}
.banner-principal .banner-conteudo .Banner-area{
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    line-height: 100px;
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    justify-content:center;
    margin-right: 200px;
    color: white; 
} 

.banner-principal .banner-conteudo .Banner-area h2,
.banner-principal .banner-conteudo .Banner-area h1{
    color: rgb(255, 255, 255);
    padding: 20px;
}
.banner-principal .banner-conteudo span{
    background-color: #042c50;
    padding: 20px;
    color: #ffffff;
}

/*CREDITOS DE IMAGEM*/
.banner-principal .banner-creditos {
    color: #ccc;
    padding: 10px;
    font-size: 10px;

}
.banner-principal .banner-creditos a{
    color: rgb(182, 179, 179);
    text-decoration: none;
}
.banner-principal .banner-creditos a:hover{
    color: #000;
}

/*BIOGRAFIA*/
#biography h2 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
  }
  #biography {
    display: flex;
    flex-direction: column;
    padding-top: 65px;
    background-color: #ffffff;
    width: 100%;
   
  }
  
  .tribute-info { 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px;
  }
  
  .tribute-info img {
    width:200px;
    margin-right: 40px;
    
  }
  
  .tribute-info p {
    width: 800px;
    line-height: 1.8;
    padding: 20px;
    font-size: 18px;
  }
  .tribute-info a{
    background-color: #042c50;
    text-decoration: none;
    padding: 10px;
    display: flex;
    font-weight: bold;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    width: 150px;
    font-size: 13px;
    max-width: 800px;
    border-radius: 10px;
    color: #fff;
  }
  .tribute-info a:hover{
    background-color: #a0d0fa;
    color: #fff;
  }

  /*LIVROS*/
.books h2{
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    font-size: 30px;
    color: #fff;
    margin-top: 30px;
}
.books{
    background-color: #042c50;
    background-image: url(../images/pexels-alex-andrews-816608.jpg);
    background-size: cover;
    background-position: center bottom;
}
.posts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px;
    cursor: pointer;
  }
  .post{
    background-color: #ffffff; 
    border-radius: 10px;
    color: rgb(0, 0, 0);
    padding: 30px;
    margin: 30px;
  }
  .post:hover{
    background-color: rgba(0, 0, 0, 0.267);
    transition: 0.5s;
    transform: translate(10px, 10px);
    color: #fff;
  }
  .post li,
  .post a{
    list-style: none;
    text-decoration: none;
    margin-top: 10px;
    line-height: 25px;
  }
  .post a{
    background-color: #042c50;
    color: #fff;
    padding: 6px;
    text-transform: uppercase;
  }
  .post-left,
  .post-center,
  .post-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 488px; 
  }

  /*PREMIOS*/
  .section-premios .premios-1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 500px;
  }
  .section-premios h2{
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-top: 30px;
}
.section-premios .premios{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px;
   
}
.section-premios .premios .premio{
    background-color: #00315c; 
    background-image: url(../images/ceu\ noturno.jpeg);
    background-position: center bottom;
    background-size: cover;
    box-shadow: 5px 5px 10px rgba(90, 90, 90, 0.404);
    border-radius: 10px;
    color: rgb(255, 255, 255);
    width: 500px;
    padding: 40px;
    margin: 30px;
}
.section-premios .premios .premio h3{
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #fff;
    width: 200px;
    max-width: 800px;
    color: #000;
}
.section-premios .premios .premio li{
    list-style: none;
    text-align: left;
    line-height: 30px;
}

/*MAIS INFOS*/

.mais-info{
    background-color: rgb(206, 206, 206);
    background-image: url(../images/pexels-francesco-ungaro-998641.jpg);
    background-size: cover;
    margin: 40px;
}
.mais-info h2{
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    margin-top: 10px;
    margin-bottom: 10px;
}
.mais-info .mais-info-ico {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mais-info .mais-info-ico img{
    width: 150px;
    padding: 10px;
}

/*FOOTER*/
.footer{
  background-color: #000;
  color: rgb(255, 255, 255);
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  
}
.footer p{
  font-size: 15px;
  margin-top: 20px;
}
.footer a{
  color: #fff;
  text-decoration: none;
}
.footer a:hover{
  color: #00315c;
}
.footer .footer-redes{
  display: flex;
  justify-content: end;
  margin-top: 20px;
  flex-direction: row;
}
.footer .footer-redes img{
  width: 30px; margin: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}