@import url("https://fonts.googleapis.com/css2?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");
@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");
@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");
@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");
@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #0e2431;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e2431;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #0e2431;
}

.cabecalho {
  width: 100%;
  float: left;
  padding: 1% 10%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 6;
}

.logo {
  width: 200px;
  height: 50px;
  float: left;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  line-height: 56px;
}

h1 span {
  color: #f00;
}

.btn-menu {
  float: right;
  text-align: center;
  color: #000;
  cursor: pointer;
  font-size: 2em;
  line-height: 56px;
  background-color: transparent;
}

.menu {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgb(64, 112, 244);
  top: 0;
  left: 0;
  display: none;
}
.menu ul {
  text-align: center;
  width: 100%;
  float: left;
}
.menu li {
  padding: 3%;
  transition: all 0.2s ease-in-out;
}
.menu li a {
  color: #fff;
  padding: 2% 3%;
  font-size: 1.5em;
  font-weight: 600;
}
.menu li button {
  border: 0;
  margin: 0px 0px 0px 20px;
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.btn-close {
  float: right;
  color: #fff;
  cursor: pointer;
  font-size: 2em;
  margin-right: 10%;
  margin-top: 2%;
}

body.dark {
  background-color: #191919;
  color: rgb(248, 248, 248);
}

body.dark nav,
body.dark .cabecalho a,
body.dark .cabecalho,
body.dark .cabecalho .logo,
body.dark .cabecalho i {
  background-color: #232323;
  color: rgb(248, 248, 248);
  box-shadow: none;
}

body.dark header h2,
body.dark header p {
  color: rgb(248, 248, 248);
}

body.dark #ola {
  color: rgb(248, 248, 248);
}

body.dark #sobre,
body.dark #servicos {
  background-color: #232323;
  color: rgb(248, 248, 248);
}

body.dark #sobre h3,
body.dark #sobre p {
  color: rgb(248, 248, 248);
}

body.dark #projetos h2 {
  color: rgb(248, 248, 248);
}

body.dark #projetos div {
  background-color: #232323;
  box-shadow: none;
}

body.dark #projetos div h3,
body.dark #projetos div p {
  color: rgb(248, 248, 248);
}

body.dark #servicos div {
  background-color: #191919;
  box-shadow: none;
}

body.dark #servicos h2,
body.dark #servicos div p {
  color: rgb(248, 248, 248);
}

body.dark #meusConhecimentos article {
  background-color: #232323;
  box-shadow: none;
}

body.dark #meusConhecimentos h2,
body.dark #meusConhecimentos article {
  color: rgb(248, 248, 248);
}

body.dark footer {
  background-color: #232323;
  color: rgb(248, 248, 248);
}

body.dark #projetos article div {
  border: 1px solid #232323;
}

header {
  display: flex;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  header {
    padding: 75px;
  }
}
header #apresentacaoTexto {
  width: 60%;
  padding-right: 25px;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  header #apresentacaoTexto {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    padding-right: 0px;
  }
}
header #apresentacaoTexto h2 {
  font-size: 16px;
  font-weight: 400;
  font-line-height: 150%;
  font-color: rgb(56, 56, 56);
}
header #apresentacaoTexto h2 #ola {
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: 900;
}
header #apresentacaoTexto h2 #nome {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 3.5rem;
  font-weight: 900;
}
header #apresentacaoTexto h2 #nome:hover {
  color: rgb(17, 12, 65);
}
header #apresentacaoTexto h2 #profissao {
  font-size: 1.6rem;
  text-transform: uppercase;
}
header #apresentacaoTexto button {
  background-color: #4070f4;
  color: #fff;
  padding: 15px;
  width: 200px;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: none;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
header #apresentacaoTexto button:hover {
  cursor: pointer;
  background-color: #3460da;
}
header #apresentacaoTexto .midiasSociais {
  width: 150px;
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
  color: #0e2431;
}
header #apresentacaoTexto .midiasSociais i {
  font-size: 24px;
}
header #apresentacaoTexto .midiasSociais i:hover {
  cursor: pointer;
  color: #091a24;
}
@media screen and (max-width: 1000px) {
  header #apresentacaoTexto .midiasSociais {
    padding: 40px 0px;
    margin: 0 auto;
  }
}
header #apresentacaoFoto {
  width: 40%;
  transform: scaleX(-1);
  position: relative;
}
header #apresentacaoFoto img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  header #apresentacaoFoto {
    display: none;
  }
}

main #sobre {
  padding: 50px 150px;
  background-color: #fafafa;
}
@media screen and (max-width: 1000px) {
  main #sobre {
    padding: 70px 20px;
  }
}
main #sobre #sobreMim {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
main #sobre #sobreFoto {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  main #sobre #sobreFoto {
    display: none;
  }
}
main #sobre #sobreTexto {
  width: 60%;
  padding-left: 25px;
}
@media screen and (max-width: 1000px) {
  main #sobre #sobreTexto {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    text-align: center;
    color: #0e2431;
  }
}
main #sobre #sobreTexto h3 {
  padding-bottom: 20px;
  font-size: 30px;
}
main #sobre #sobreTexto p {
  line-height: 30px;
}
main #sobre button {
  background-color: #4070f4;
  color: #fff;
  padding: 15px;
  width: 200px;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: none;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
main #sobre button:hover {
  cursor: pointer;
  background-color: #3460da;
}
main #projetos {
  padding: 70px;
}
main #projetos h2 {
  text-align: center;
  margin-top: 20px;
  color: #0e2431;
  font-size: 30px;
}
main #projetos article {
  padding: 25px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
main #projetos article div {
  height: auto;
  flex-grow: 1;
  flex-basis: 300px;
  background-color: #fafafa;
  padding: 40px;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgb(202, 202, 202);
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  transition: 1s all ease;
}
main #projetos article div h3 {
  font-size: 1.4rem;
}
main #projetos article div img {
  width: 90%;
}
main #projetos article div:hover {
  border: 1px solid #6610f2;
}
main #projetos .button {
  text-align: center;
  margin-top: 20px;
  color: #0e2431;
  font-size: 30px;
}
main #projetos .button a {
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
  color: #4070f4;
}
main #projetos .button a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -7px;
  left: 0;
  background: linear-gradient(270deg, #6610f2 0%, #17161d 100%);
  transform-origin: bottom right;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
main #projetos .button a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
@media screen and (max-width: 800px) {
  main #projetos {
    padding: 70px 10px;
  }
}
main #servicos {
  background-color: #fafafa;
  padding: 70px;
}
main #servicos h2 {
  text-align: center;
  margin-top: 20px;
  color: #0e2431;
  font-size: 30px;
}
main #servicos article {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
main #servicos div {
  text-align: center;
  height: auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  margin: 10px;
  flex-basis: 250px;
  flex-grow: 1;
  box-shadow: 0px 0px 20px rgb(231, 231, 231);
  border: 1px solid #fff;
  transition: 1s all ease;
}
main #servicos div h2 {
  font-size: 20px;
  padding: 20px 0px;
}
main #servicos div p {
  line-height: 30px;
}
main #servicos div:hover {
  cursor: pointer;
  border: 1px solid #6610f2;
}
@media screen and (max-width: 800px) {
  main #servicos {
    padding: 70px 10px;
  }
}
main .imageIcone {
  width: 50px;
}
main #meusConhecimentos {
  width: 100%;
  padding: 70px;
  overflow: hidden;
}
main #meusConhecimentos h2 {
  text-align: center;
  margin-top: 20px;
  color: #0e2431;
  font-size: 30px;
}
main #meusConhecimentos div {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  margin-top: 25px;
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
main #meusConhecimentos article {
  text-align: center;
  height: auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  margin: 10px;
  flex-basis: 250px;
  flex-grow: 1;
  box-shadow: 0px 0px 20px rgb(231, 231, 231);
  border: 1px solid #fff;
  transition: 1s all ease;
}
main #meusConhecimentos article:hover {
  cursor: pointer;
  border: 1px solid #6610f2;
}
main #meusConhecimentos article h2 {
  padding: 10px 0px;
  font-size: 20px;
}
main #meusConhecimentos article p {
  line-height: 30px;
}
@media screen and (max-width: 800px) {
  main #meusConhecimentos {
    padding: 70px 10px;
  }
}
main #meusConhecimentos .estrelaConhecimento {
  background: url("../image/star.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 10px auto;
}
main #meusConhecimentos .nivelConhecimento {
  background: url("../image/star.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block;
}

.scrollTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #4070f4;
  padding: 14px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
  border-radius: 10%;
}
.scrollTop i {
  font-size: 20px;
  color: #fff;
}

footer {
  padding: 50px 10px;
  background-color: #0e2431;
  text-align: center;
}
footer p {
  color: #fff;
  padding: 25px;
  font-size: 14px;
  font-weight: 200;
}
footer #midiasSociaisFooter {
  margin: 0 auto;
}
footer #midiasSociaisFooter i {
  padding: 0px 20px;
  color: #fff;
  font-size: 24px;
}
footer #midiasSociaisFooter i:hover {
  cursor: pointer;
  color: #3460da;
}

@media screen and (min-width: 1100px) {
  .btn-menu {
    display: none;
  }
  .btn-close {
    display: none;
  }
  .cabecalho {
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(44, 44, 44, 0.267);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .menu {
    width: auto;
    height: 56px;
    line-height: 56px;
    float: right;
    background-color: #fff;
    display: block !important;
    position: static;
  }
  .menu li {
    padding: 0;
    float: left;
  }
  .menu li a {
    color: #0e2431;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
  }
  .menu li a:hover {
    color: #4070f4;
  }
  .menu li button {
    color: #000;
  }
}/*# sourceMappingURL=style.css.map */