

@font-face {
  font-family: "titulo";
  src: url(../fonts/DancingScript-VariableFont_wght.ttf)format('truetype');
}
@font-face {
  font-family: "fontp";
  src: url(../fonts/Roboto-VariableFont_wdth\,wght.ttf)format('truetype');
  font-weight: 500px;
  
}
@font-face {
  font-family:"subtitulo" ;
  src: url(../fonts/Oswald-VariableFont_wght.ttf)format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "titulodorodape";
  src: url(../fonts/ArchivoBlack-Regular.ttf) format('truetype');
  font-weight: normal;
  
}
* {
  padding: 0%;
  margin: 0%;
}
body {
 /* background-color: #e6e6e6;
  */
    background-color: #69beda;
}
.cabecalho {
  height: 20vh;
  width: 100%;
  background-image: linear-gradient(to right, #144669, #69beda);
  align-items: center;
  align-content: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 20pt;
}
.cabecalho img{
  height: 50px;
  width: 50px;
  padding: 10px;
}
.cabecalho h1{
  text-shadow: 0.5px 0.5px 3px black;
  font-family: "titulo";
  font-style: italic;
}
nav {
  background-color: #f0f2f2;
  height: 50px;
}
nav ul {
  display: flex;
  flex-direction: row;
  font-size: 20pt;
  padding: 15px;
  list-style-type: none;
}
a {
  margin: 15px;
  color: black;
  font-family:'fontnav';

}
nav ul a:hover {
  background-color: #b1bec6;
  padding: 10px;
  border-radius: 15px;
}

.msn{
  margin: auto;
  max-height: 400px;
  width: 400px;
  background-color: white;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 0px  #999898;
  
}
.msn h1{
text-align: center;
font-size: 35;
}
.msn p{
  text-align: justify;
  font-size: 30px;
  font-family: "fontp";
 
}
.rodape {
  height: 20vh;
  width: 100%;
  background-image: linear-gradient(to right, #144669, #69beda);
  align-items: center;
  align-content: center;
display: flex;
flex-direction: column;
 
  font-style: italic;
  justify-content: center;

}
footer ul{
  list-style-type: none;
  padding: 15px;
  
 
}
footer ul a{
  font-size: 20px;
  
}
h6{
    font-family:"titulodorodape" ;
    font-size: 20px;
    text-shadow: 0.5px 0.5px 3px black;
}