@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Patua+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body, html{
   margin: 0px;
   padding: 0px;
   width: 100%;
   height: 100%;
   font-family: "Poppins", sans-serif;
   box-sizing: border-box;
   background-color: #002847;
}

header > section#desktop{
  display: none;
}

header > header{
  background-color: #003b69;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  color: #F8F8FF;
}

header > header > span{
  margin: 0px;
}

header > section#sidebar{
  position: fixed;
  right: 0;
  display: flex;
  justify-content: flex-end;
  height: 100vh;
  margin-top: -5%;
}

nav{
  background-color: #003b69;
  display: none;
  flex-flow: column nowrap;
  align-items: center;
  height: 100%;
  width: 200px;
  
}

nav > a{
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  color: #F8F8FF;
}

nav > span{
  cursor: pointer;
  color: #F8F8FF;
  margin-bottom: 35px;
}

header > header > img{
  width: 30px;
}

header > main{
  background-image: url('../imagens/wallpaper\ com\ efeito.png');
  background-size: cover;
  background-position: bottom center;
  height: 75vh;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

section#projetos, section#linguagens, section#curiosidades{
  margin-top: 10px;
  margin-bottom: 10px;
}

header > main > h1{
  color: #0071C7;
  font-weight: bolder;
  font-size: 2em;
  font-family: "Poppins", sans-serif;
  text-shadow: 5px 5px 4px #000000;
}

body > main{
  padding-top: 20px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.imagem{
  width: 200px;
  border-radius: 50%;
  box-shadow: 3px 3px 35px rgba(0, 0, 0, 0.733);
}

.paragrafo{
  font-size: 0.94em;
  width: 300px;
  text-indent: 20px;
  color: #F8F8FF;
  text-align: justify;
}

body > main h2{
  font-size: 1.5em;
  color: #0084E9;
}

section#projetos{
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

section#projetos > h2{
  color: #0084E9;
  text-align: center;
  margin-top: 0px;
  padding-top: 20px;
}

ul > li::marker, ul > ul > li::marker, ul > li{
  color: #F8F8FF;
}

ul > li{
  margin-top: 6px;
  width: 280px;
  text-align: justify;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.topList{
  padding: 0px;
}

div.card h3, div.card h4, section#contato, section#contato > a{
  color: #F8F8FF;
}

div.card h4 > a{
  color: #F8F8FF;
}

div.card h4 > a:hover{
  color: #0075cf;
  text-decoration: none;
}

div.card > p.picture{
  text-align: center;
}

div.card > p  img{
  width: 200px;
  border-radius: 10px;
}

h4.noSpace{
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
}

h4.noSpace > a{
  text-decoration: underline;
}

span{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

span > button, span a button{
  border: none;
  border-radius: 15px;
  padding: 8px;
  background-color: #0067b5;
  color: #F8F8FF;
  font-weight: bolder;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  width: 150px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.616);
}

span button:hover{
  background-color: #0075cf;
  text-decoration: underline;
}

#projeto1, #projeto2, #projeto3, #projeto4{
  display: none;
}

section#linguagens{
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  color: #F8F8FF;
}

section#linguagens > h2, section#curiosidades > h2{
  color: #0075cf;
}

article#icones{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 300px;
}

article#icones > p{
  text-align: center;
  margin-right: 30px;
}

article#icones > p > img{
  width: 50px;
  margin-bottom: 15px;
}

section#curiosidades{
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

section#curiosidades > h3{
  margin: 0px;
  padding-top: 20px;
  text-align: center;
  color: #F8F8FF;
}

section#curiosidades > ul{
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 40px;
}

footer{
  position: fixed;
  top: 1;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003b69;
  height: 47px;
}

footer > p{
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #F8F8FF;
  font-family: "Poppins", sans-serif;
}

footer > a{
  padding: 0px;
  padding-top: 10px;
}

footer > a > img{
  width: 30px;
  margin-right: 15px;
}
