  
@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;
}
.form h1{
  font-family: "subtitulo";
}
.form{
  margin: auto;
  background-color: white;
  max-width: 500px;
  height: 500px;
  border-radius: 10px;
  box-shadow: 2px 2px 0px #999898;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  
  
 text-align:center;
}
p{
  font-size: 20px;
  font-family: "subtitulo";
}
p input{
margin-top: 10px;
height: 40px;
width: 100%;
font-size: 20px;
text-align: center;
border-radius: 8px;
}
textarea{
  margin-top: 20px;
  height: 200px;
  width: 400px;
  font-size: 16px;
}
button{
  height: 50px;
  width: 100px;
  border-radius: 10px;
}
.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;
}