@import url("https://fonts.googleapis.com/css2?family=Inclusive+Sans&family=Source+Code+Pro:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inclusive+Sans&family=Source+Code+Pro:wght@500&display=swap");
header {
  background-color: #13131f;
}
header .overlay {
  background-color: rgba(19, 19, 31, 0.5725490196);
  background-color: rgba(0, 0, 0, 0.8);
}
header .closeBtn {
  color: #fe343e;
}
header .overlay-content a {
  color: white;
}
header .overlay-content a:hover {
  background-color: #fe343e;
}
header #menuHamburguer {
  color: #fe343e;
}
header h1 {
  color: white;
}
header #light {
  color: #fe343e;
}
header #dark {
  color: #fe343e;
}

main .subTitle {
  color: #a9a9a9;
}
main .downloadBtn {
  background-color: #fe343e;
}
main .buttonDownload {
  color: white;
}
main .sobreMim .descricao {
  color: rgb(169, 169, 169);
}
main .habilidades .html {
  background-color: #202021;
  padding: 15px;
  border-bottom: 3px solid #fe343e;
  color: #fe343e;
  text-align: center;
}
main .habilidades .css {
  background-color: #202021;
  padding: 15px;
  border-bottom: 3px solid #fe343e;
  color: #fe343e;
  text-align: center;
}
main .habilidades .javascript {
  background-color: #202021;
  padding: 15px;
  border-bottom: 3px solid #fe343e;
  color: #fe343e;
  text-align: center;
}
main .habilidades .bootstrap {
  background-color: #202021;
  padding: 15px;
  border-bottom: 3px solid #fe343e;
  color: #fe343e;
  text-align: center;
}
main .habilidades .figma {
  background-color: #202021;
  padding: 15px;
  width: 120px;
  border-bottom: 3px solid #fe343e;
  color: #fe343e;
  text-align: center;
}
main .habilidades .git {
  background-color: #202021;
  padding: 15px;
  border-bottom: 3px solid #fe343e;
  color: #fe343e;
  text-align: center;
}
main .habilidades .github {
  background-color: #202021;
  padding: 15px;
  border-bottom: 3px solid #fe343e;
  color: #fe343e;
  text-align: center;
}
main .habilidades .sass {
  background-color: #202021;
  padding: 15px;
  border-bottom: 3px solid #fe343e;
  color: #fe343e;
  text-align: center;
}

footer .contatos p {
  color: #13131f;
}
footer .contatos a {
  text-decoration: none;
  color: #13131f;
}
footer .contatos #emailImage {
  background-color: #202021;
  color: #fe343e;
}
footer .contatos #telefoneImage {
  background-color: #202021;
  color: #fe343e;
}
footer .contatos #linkedinImage {
  color: #fe343e;
  background-color: #202021;
}
footer .contatos #githubImage {
  background-color: #202021;
  color: #fe343e;
}

::-webkit-scrollbar {
  background-color: #13131f;
}

::-webkit-scrollbar-thumb {
  background-color: #fe343e;
}

header #menuHamburguer {
  font-size: 25px;
}
header h1 {
  font-family: "Source Code Pro", monospace;
  font-size: 28px;
  font-weight: 100;
}
header a {
  font-family: "Source Code Pro", monospace;
  font-size: 19px;
}

main .title {
  font-family: "Source Code Pro", monospace;
  font-size: 2em;
  text-align: center;
}
main .subTitle {
  font-family: "Source Code Pro", monospace;
  font-size: 1em;
}
main .buttonDownload {
  font-size: 1.2em;
  font-family: "Source Code Pro", monospace;
}
main .sobreMim .titleOne {
  font-family: "Source Code Pro", monospace;
}
main .sobreMim .descricao {
  font-size: 1em;
  line-height: 1.7;
  margin-top: 1em;
  font-family: "Source Code Pro", monospace;
}
main .titleTwo {
  font-size: 2em;
  font-family: "Source Code Pro", monospace;
}
main .titleTree {
  font-family: "Source Code Pro", monospace;
}
main .card-title {
  font-family: "Source Code Pro", monospace;
}
main .card-info {
  font-family: "Source Code Pro", monospace;
}
main .card-btn {
  font-family: "Source Code Pro", monospace;
}

footer .titleTree {
  font-size: 35px;
  font-family: "Source Code Pro", monospace;
  text-align: center;
  margin-top: 2em;
}
footer .email {
  padding: 20px;
  margin-top: 50px;
}
footer .email .emailParagrafo {
  margin-top: 20px;
}
footer .email #emailImage {
  font-size: 2em;
  padding: 10px;
  border-radius: 90px;
}
footer .email .telefone {
  padding: 20px;
  margin-top: 20px;
}
footer .email .telefone .telefoneParagrafo {
  margin-top: 20px;
}
footer .email .telefone #telefoneImage {
  font-size: 2em;
  padding: 10px;
  border-radius: 90px;
}
footer .email .linkedinGithub {
  display: flex;
  gap: 45px;
  margin-top: 2em;
}
footer .email .linkedin {
  padding: 20px;
  margin-left: 15px;
}
footer .email .linkedin .linkedinParagrafo {
  margin-top: 20px;
}
footer .email .linkedin #linkedinImage {
  font-size: 2em;
  padding: 10px;
  border-radius: 90px;
}
footer .email .github {
  padding: 20px;
}
footer .email .github .githubParagrafo {
  margin-top: 20px;
}
footer .email .github #githubImage {
  font-size: 2em;
  padding: 10px;
  border-radius: 90px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media (min-width: 320px) and (max-width: 480px) {
  html {
    scroll-behavior: smooth;
  }
  header {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    position: fixed;
    width: 100%;
    z-index: 100;
    border-bottom: 0.01em solid #fe343e;
  }
  header .overlay {
    width: 0%;
    height: 60%;
    z-index: 1;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-x: hidden;
    transition: all 0.5s;
  }
  header .closeBtn {
    background-color: transparent;
    border-color: transparent;
    font-size: 1.8em;
    text-align: left;
    margin-left: 0.3em;
    cursor: pointer;
  }
  header .overlay-content a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
  }
  header #menuHamburguer {
    padding-left: 10px;
    padding-top: 5px;
  }
  header h1 {
    margin-bottom: 20px;
    margin-left: 15px;
  }
  header .modes {
    margin-right: 2em;
    margin-top: 8px;
  }
  header #light {
    font-size: 20px;
    display: none;
    cursor: pointer;
  }
  header #dark {
    font-size: 20px;
    cursor: pointer;
  }
  main .apresentacao {
    padding: 60px;
    text-align: center;
  }
  main .imgPerfil {
    width: 75%;
    border-radius: 10px;
    border: 6px solid transparent;
    position: relative;
    animation: animacao-borda 5s linear infinite;
    margin-top: 4em;
  }
  @keyframes animacao-borda {
    0% {
      border-top: 2px solid #fe343e;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-left: 2px solid transparent;
    }
    25% {
      border-top: 2px solid transparent;
      border-right: 2px solid #fe343e;
      border-bottom: 2px solid transparent;
      border-left: 2px solid transparent;
    }
    50% {
      border-top: 2px solid transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid #fe343e;
      border-left: 2px solid transparent;
    }
    75% {
      border-top: 2px solid transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-left: 2px solid #fe343e;
    }
    100% {
      border-top: 2px solid #fe343e;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-left: 2px solid transparent;
    }
  }
  main .title {
    margin-top: 1em;
  }
  main .subTitle {
    text-align: center;
    margin-top: 1em;
  }
  main .downloadBtn {
    margin-top: 2em;
    padding-top: 4.5%;
    padding-bottom: 4.5%;
    border-radius: 20px;
    border: none;
    width: 100%;
  }
  main .buttonDownload {
    text-decoration: none;
  }
  main .sobreMim {
    text-align: center;
    margin-top: 2em;
  }
  main .sobreMim .titleOne {
    font-size: 2em;
    margin-bottom: 1em;
  }
  main .sobreMim .descricao {
    padding: 15px;
    margin-top: 2em;
    max-width: 100%;
    font-size: 1em;
  }
  main .titleTwo {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 2em;
  }
  main .skills {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    row-gap: 2em;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    font-family: "Source Code Pro", monospace;
    margin-left: 2em;
  }
  main .html {
    background-color: #202021;
    color: #fe343e;
    padding: 1em 0 1em 0;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    text-align: center;
    width: 80%;
    font-family: "Source Code Pro", monospace;
  }
  main .css {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    font-family: "Source Code Pro", monospace;
  }
  main .javascript {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
  }
  main .bootstrap {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    font-family: "Source Code Pro", monospace;
  }
  main .figma {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    font-family: "Source Code Pro", monospace;
  }
  main .git {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    font-family: "Source Code Pro", monospace;
  }
  main .github {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    margin-right: 1em;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    font-family: "Source Code Pro", monospace;
  }
  main .sass {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    margin-right: 1em;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    font-family: "Source Code Pro", monospace;
  }
  main .habilidadesImage {
    margin-top: 0.5em;
    width: 4em;
  }
  main .titleTree {
    text-align: center;
    margin-bottom: 3em;
    font-size: 2em;
    margin-top: 3em;
  }
  main .projetos {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    z-index: 200;
    justify-content: center;
    align-items: center;
  }
  main .card {
    width: 95%;
    height: 80%;
    overflow: hidden;
    position: relative;
    margin-bottom: 2em;
    margin-left: 0.6em;
    border-bottom: 0.2em solid #fe343e;
  }
  main .card-image {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  main .card-body {
    width: 100%;
    height: 100%;
    top: 100%;
    right: 0%;
    position: absolute;
    background: rgba(32, 32, 33, 0.8235294118);
    backdrop-filter: blur(0.5em);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 1.5s;
  }
  main .card:hover .card-body {
    top: 0;
  }
  main .card-title {
    padding-top: 2em;
    color: #fff;
    font-size: 1.1em;
    text-align: left;
    margin-left: 1.5em;
  }
  main .card-info {
    color: #fff;
    width: 90%;
    line-height: 1.5;
    margin-left: 1.5em;
    text-align: left;
    margin-top: 1.5em;
    font-size: 0.7em;
    line-height: 1.7em;
  }
  main .linguagens {
    display: none;
    gap: 2px;
  }
  main .LinguageHtml {
    width: 20px;
    margin-left: 2em;
  }
  main .LinguageCss {
    width: 20px;
  }
  main .LinguageJavascript {
    width: 20px;
  }
  main .btn {
    display: flex;
    justify-content: center;
    gap: 1em;
    padding-bottom: 2em;
    padding-top: 1em;
  }
  main .btn .card-btn {
    padding: 0.3em 1.3em;
    border: solid #fe343e;
    border-radius: 2em;
    background-color: #fe343e;
  }
  main .btn .card-btn .github-btn {
    text-decoration: none;
    color: #fff;
    font-size: 0.8em;
  }
  main .btn .card-btn .github-btn:hover {
    color: #13131f;
  }
  main .btn .card-btn .site {
    text-decoration: none;
    color: #fff;
    font-size: 0.8em;
  }
  main .btn .card-btn .site:hover {
    color: #13131f;
  }
  footer {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  footer .contatos {
    text-align: center;
  }
  footer .contatos .titleTree {
    text-align: center;
    font-size: 30px;
  }
  footer .email {
    font-family: "Source Code Pro";
    font-size: 14px;
  }
  footer #emailImage {
    font-size: 35px;
  }
  footer .telefone {
    font-family: "Source Code Pro";
    font-size: 14px;
    margin-top: 5em;
  }
  footer #telefoneImage {
    padding: 10px;
    font-size: 35px;
    border-radius: 40px;
  }
  footer .telefoneParagrafo {
    margin-top: 1em;
  }
  footer .linkedinGithub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    font-family: "Source Code Pro";
    margin-top: 5em;
    margin-bottom: 2em;
    font-size: 14px;
  }
  footer .linkedinParagrafo {
    margin-top: 1em;
  }
  footer #linkedinImage {
    padding: 10px;
    font-size: 35px;
    border-radius: 40px;
  }
  footer .githubParagrafo {
    margin-top: 1em;
  }
  footer #githubImage {
    padding: 10px;
    font-size: 35px;
    border-radius: 40px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  html {
    scroll-behavior: smooth;
  }
  header {
    display: flex;
    justify-content: space-between;
    padding-top: 1em;
    position: fixed;
    width: 100%;
    height: 17%;
    z-index: 100;
    border-bottom: 0.01em solid #fe343e;
  }
  header .overlay {
    width: 0%;
    height: 65%;
    z-index: 1;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-x: hidden;
    transition: all 0.5s;
  }
  header .closeBtn {
    background-color: transparent;
    border-color: transparent;
    font-size: 1.8em;
    text-align: left;
    margin-left: 0.3em;
    cursor: pointer;
  }
  header .overlay-content a {
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 1em;
    font-size: 1.3em;
  }
  header #menuHamburguer {
    padding-left: 10px;
    padding-top: 5px;
  }
  header h1 {
    font-size: 2em;
  }
  header .modes {
    margin-right: 1.6em;
    margin-top: 0.5em;
  }
  header #light {
    font-size: 1.5em;
    display: none;
    cursor: pointer;
  }
  header #dark {
    font-size: 1.5em;
    cursor: pointer;
  }
  main .apresentacao {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  main .imgPerfil {
    width: 30%;
    border-radius: 10px;
    border: 6px solid transparent;
    position: relative;
    animation: animacao-borda 5s linear infinite;
    margin-top: 8em;
    margin-right: 0.9em;
  }
  @keyframes animacao-borda {
    0% {
      border-top: 2px solid #fe343e;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-left: 2px solid transparent;
    }
    25% {
      border-top: 2px solid transparent;
      border-right: 2px solid #fe343e;
      border-bottom: 2px solid transparent;
      border-left: 2px solid transparent;
    }
    50% {
      border-top: 2px solid transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid #fe343e;
      border-left: 2px solid transparent;
    }
    75% {
      border-top: 2px solid transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-left: 2px solid #fe343e;
    }
    100% {
      border-top: 2px solid #fe343e;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-left: 2px solid transparent;
    }
  }
  main .title {
    margin-top: 6.1em;
    text-align: center;
    font-size: 1.5em;
    margin-left: 2em;
  }
  main .subTitle {
    text-align: center;
    margin-top: 1em;
    margin-left: 2em;
  }
  main .downloadBtn {
    margin-top: 2em;
    padding-top: 4.5%;
    padding-bottom: 4.5%;
    border-radius: 20px;
    border: none;
    width: 60%;
    font-size: 0.8em;
    margin-left: 6em;
  }
  main .buttonDownload {
    text-decoration: none;
  }
  main .sobreMim {
    text-align: center;
    margin-top: 8em;
  }
  main .sobreMim .titleOne {
    font-size: 2em;
    margin-bottom: 1em;
  }
  main .sobreMim .descricao {
    padding: 15px;
    margin-top: 2em;
    max-width: 100%;
    font-size: 1.1em;
  }
  main .titleTwo {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 1em;
  }
  main .skills {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    font-size: 1em;
    font-family: "Source Code Pro", monospace;
    margin-left: 2em;
  }
  main .skills p {
    font-size: 1.1em;
  }
  main .html {
    background-color: #202021;
    color: #fe343e;
    padding: 1em 0 1em 0;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    text-align: center;
    width: 80%;
    height: 80%;
    font-family: "Source Code Pro", monospace;
    margin-bottom: 1.5em;
    margin-top: 1.4em;
  }
  main .css {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    height: 80%;
    font-family: "Source Code Pro", monospace;
  }
  main .javascript {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    height: 80%;
  }
  main .bootstrap {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    height: 80%;
    font-family: "Source Code Pro", monospace;
  }
  main .figma {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    height: 80%;
    font-family: "Source Code Pro", monospace;
  }
  main .git {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    height: 80%;
    font-family: "Source Code Pro", monospace;
  }
  main .github {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    margin-right: 1em;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    height: 80%;
    font-family: "Source Code Pro", monospace;
  }
  main .sass {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    margin-right: 1em;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    height: 80%;
    font-family: "Source Code Pro", monospace;
  }
  main .habilidadesImage {
    margin-top: 0.5em;
    width: 4em;
  }
  main .titleTree {
    text-align: center;
    margin-bottom: 3em;
    font-size: 2em;
    margin-top: 3em;
  }
  main .projetos {
    display: flex;
    justify-content: center;
    z-index: 200;
    gap: 0.1em;
  }
  main .card {
    width: 40em;
    height: 16em;
    overflow: hidden;
    position: relative;
    margin: 0 0.2em 0 0.2em;
    border-bottom: 0.2em solid #fe343e;
  }
  main .card-image {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  main .card-body {
    width: 100%;
    height: 100%;
    top: 100%;
    right: 0%;
    position: absolute;
    background: rgba(32, 32, 33, 0.8235294118);
    backdrop-filter: blur(0.5em);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 1.5s;
  }
  main .card:hover .card-body {
    top: 0;
  }
  main .card-title {
    color: #fff;
    font-size: 1em;
    text-align: left;
    margin-left: 1.5em;
  }
  main .card-info {
    color: #fff;
    width: 90%;
    line-height: 1.2;
    margin-left: 1.5em;
    text-align: left;
    margin-top: 1.5em;
    font-size: 0.7em;
    line-height: 1.6em;
  }
  main .linguagens {
    display: none;
    gap: 2px;
  }
  main .LinguageHtml {
    width: 20px;
    margin-left: 2em;
  }
  main .LinguageCss {
    width: 20px;
  }
  main .LinguageJavascript {
    width: 20px;
  }
  main .btn {
    display: flex;
    justify-content: center;
    gap: 1em;
    padding-bottom: 2em;
    padding-top: 1em;
  }
  main .btn .card-btn {
    padding: 0.3em 1.3em;
    border: solid #fe343e;
    border-radius: 2em;
    background-color: #fe343e;
  }
  main .btn .card-btn .github-btn {
    text-decoration: none;
    color: #fff;
    font-size: 0.8em;
  }
  main .btn .card-btn .github-btn:hover {
    color: #13131f;
  }
  main .btn .card-btn .site {
    text-decoration: none;
    color: #fff;
    font-size: 0.8em;
  }
  main .btn .card-btn .site:hover {
    color: #13131f;
  }
  footer {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  footer .titleTree {
    text-align: center;
    font-size: 30px;
    margin-top: 2em;
  }
  footer .contatos {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 2em;
    gap: 3em;
    margin-top: 2em;
  }
  footer .email {
    font-family: "Source Code Pro";
    font-size: 14px;
  }
  footer #emailImage {
    font-size: 35px;
  }
  footer .telefone {
    font-family: "Source Code Pro";
    font-size: 14px;
    margin-top: 6.1em;
  }
  footer #telefoneImage {
    padding: 10px;
    font-size: 35px;
    border-radius: 40px;
  }
  footer .telefoneParagrafo {
    margin-top: 1.2em;
  }
  footer .linkedinGithub {
    display: flex;
    gap: 4em;
    font-family: "Source Code Pro";
    margin-top: 5em;
    margin-bottom: 2em;
    font-size: 1em;
    margin-left: 2em;
  }
  footer .linkedinParagrafo {
    margin-top: 1em;
  }
  footer #linkedinImage {
    padding: 10px;
    font-size: 35px;
    border-radius: 40px;
  }
  footer .githubParagrafo {
    margin-top: 1em;
  }
  footer #githubImage {
    padding: 10px;
    font-size: 35px;
    border-radius: 40px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  html {
    scroll-behavior: smooth;
  }
  header {
    display: flex;
    justify-content: space-between;
    padding-top: 1em;
    position: fixed;
    width: 100%;
    height: 20%;
    z-index: 100;
    border-bottom: 0.01em solid #fe343e;
  }
  header .overlay {
    width: 0%;
    height: 70%;
    z-index: 1;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-x: hidden;
    transition: all 0.5s;
  }
  header .closeBtn {
    background-color: transparent;
    border-color: transparent;
    font-size: 2em;
    text-align: left;
    margin-left: 0.3em;
    cursor: pointer;
  }
  header .overlay-content a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 0.2em;
    margin-top: 1em;
    font-size: 1.5em;
  }
  header #menuHamburguer {
    padding-left: 10px;
    padding-top: 5px;
    font-size: 2em;
  }
  header h1 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
  }
  header .modes {
    margin-right: 1.8em;
    margin-top: 0.5em;
  }
  header #light {
    font-size: 1.8em;
    display: none;
    cursor: pointer;
  }
  header #dark {
    font-size: 1.8em;
    cursor: pointer;
  }
  main .apresentacao {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
  }
  main .imgPerfil {
    width: 30%;
    border-radius: 10px;
    border: 6px solid transparent;
    position: relative;
    animation: animacao-borda 5s linear infinite;
    margin-top: 8em;
    margin-right: 1em;
  }
  @keyframes animacao-borda {
    0% {
      border-top: 2px solid #fe343e;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-left: 2px solid transparent;
    }
    25% {
      border-top: 2px solid transparent;
      border-right: 2px solid #fe343e;
      border-bottom: 2px solid transparent;
      border-left: 2px solid transparent;
    }
    50% {
      border-top: 2px solid transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid #fe343e;
      border-left: 2px solid transparent;
    }
    75% {
      border-top: 2px solid transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-left: 2px solid #fe343e;
    }
    100% {
      border-top: 2px solid #fe343e;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-left: 2px solid transparent;
    }
  }
  main .title {
    margin-top: 4em;
    font-size: 2.2em;
  }
  main .subTitle {
    text-align: center;
    margin-top: 1em;
    font-size: 1.3em;
  }
  main .downloadBtn {
    margin-top: 2em;
    padding-top: 4.5%;
    padding-bottom: 4.5%;
    border-radius: 20px;
    border: none;
    width: 70%;
    margin-left: 3.6em;
    font-size: 1em;
  }
  main .buttonDownload {
    text-decoration: none;
  }
  main .sobreMim {
    text-align: center;
    margin-top: 10em;
  }
  main .sobreMim .titleOne {
    font-size: 2em;
    margin-bottom: 1em;
  }
  main .sobreMim .descricao {
    padding: 15px;
    margin-top: 2em;
    max-width: 100%;
    font-size: 1.2em;
  }
  main .titleTwo {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 2em;
    font-size: 2.5em;
  }
  main .skills {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 2em;
    font-size: 1em;
    font-family: "Source Code Pro", monospace;
    margin-left: 2em;
  }
  main .skills p {
    font-size: 1.1em;
  }
  main .html {
    background-color: #202021;
    color: #fe343e;
    padding: 1em 0 1em 0;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    text-align: center;
    width: 80%;
    height: 90%;
    font-family: "Source Code Pro", monospace;
    margin-bottom: 1.5em;
  }
  main .css {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    height: 90%;
    font-family: "Source Code Pro", monospace;
    margin-bottom: 1.5em;
  }
  main .javascript {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    height: 90%;
    margin-bottom: 1.5em;
  }
  main .bootstrap {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    height: 90%;
    margin-bottom: 1.5em;
    font-family: "Source Code Pro", monospace;
  }
  main .figma {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    height: 90%;
    font-family: "Source Code Pro", monospace;
  }
  main .git {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    height: 90%;
    font-family: "Source Code Pro", monospace;
  }
  main .github {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    margin-right: 1em;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    height: 90%;
    font-family: "Source Code Pro", monospace;
  }
  main .sass {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    margin-right: 1em;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 80%;
    height: 90%;
    font-family: "Source Code Pro", monospace;
  }
  main .habilidadesImage {
    margin-top: 0.5em;
    width: 4em;
  }
  main .titleTree {
    text-align: center;
    margin-bottom: 3em;
    font-size: 2.5em;
    margin-top: 3em;
  }
  main .projetos {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200;
    gap: 2em;
    margin: 0 1em 0 1em;
  }
  main .card {
    width: 100%;
    height: 16em;
    overflow: hidden;
    position: relative;
    border-bottom: 0.2em solid #fe343e;
  }
  main .card-image {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  main .card-body {
    width: 100%;
    height: 100%;
    top: 100%;
    right: 0%;
    position: absolute;
    background: rgba(32, 32, 33, 0.8235294118);
    backdrop-filter: blur(0.5em);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 1.5s;
  }
  main .card:hover .card-body {
    top: 0;
  }
  main .card-title {
    color: #fff;
    font-size: 1em;
    text-align: left;
    margin-left: 1.5em;
    padding-top: 1.5em;
  }
  main .card-info {
    color: #fff;
    width: 90%;
    line-height: 2.5;
    margin-left: 1.5em;
    text-align: left;
    font-size: 0.7em;
    line-height: 1.5em;
    padding-top: 2em;
    text-align: left;
  }
  main .linguagens {
    display: none;
    gap: 2px;
  }
  main .LinguageHtml {
    width: 20px;
    margin-left: 2em;
  }
  main .LinguageCss {
    width: 20px;
  }
  main .LinguageJavascript {
    width: 20px;
  }
  main .btn {
    display: flex;
    justify-content: center;
    gap: 1em;
    padding-bottom: 2em;
    padding-top: 1em;
  }
  main .btn .card-btn {
    padding: 0.3em 1.3em;
    border: solid #fe343e;
    border-radius: 2em;
    background-color: #fe343e;
  }
  main .btn .card-btn .github-btn {
    text-decoration: none;
    color: #fff;
    font-size: 0.8em;
  }
  main .btn .card-btn .github-btn:hover {
    color: #13131f;
  }
  main .btn .card-btn .site {
    text-decoration: none;
    color: #fff;
    font-size: 0.8em;
  }
  main .btn .card-btn .site:hover {
    color: #13131f;
  }
  footer .titleTree {
    text-align: center;
    font-size: 2em;
    margin-top: 2em;
  }
  footer .contatos {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 2em;
    gap: 3.9em;
    margin-top: 2em;
  }
  footer .telefone {
    font-family: "Source Code Pro";
    font-size: 1em;
    margin-top: 5.2em;
  }
  footer #telefoneImage {
    padding: 10px;
    font-size: 2em;
    border-radius: 40px;
  }
  footer .telefoneParagrafo {
    margin-top: 1em;
  }
  footer .linkedinGithub {
    display: flex;
    gap: 6em;
    font-family: "Source Code Pro";
    margin-top: 5em;
    margin-bottom: 2em;
    font-size: 1em;
    margin-left: 2em;
  }
  footer .linkedinParagrafo {
    margin-top: 1em;
  }
  footer #linkedinImage {
    padding: 10px;
    font-size: 35px;
    border-radius: 40px;
  }
  footer .githubParagrafo {
    margin-top: 1em;
  }
  footer #githubImage {
    padding: 10px;
    font-size: 35px;
    border-radius: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  html {
    scroll-behavior: smooth;
  }
  header {
    display: flex;
    justify-content: space-between;
    padding-top: 1em;
    position: fixed;
    width: 100%;
    height: 20%;
    z-index: 100;
    border-bottom: 0.01em solid #fe343e;
  }
  header .overlay {
    width: 0%;
    height: 70%;
    z-index: 1;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-x: hidden;
    transition: all 0.5s;
  }
  header .closeBtn {
    background-color: transparent;
    border-color: transparent;
    font-size: 2em;
    text-align: left;
    margin-left: 0.3em;
    cursor: pointer;
  }
  header .overlay-content a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 0.8em;
    font-size: 1.3em;
  }
  header #menuHamburguer {
    padding-left: 10px;
    padding-top: 5px;
    font-size: 2em;
    cursor: pointer;
  }
  header h1 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
  }
  header .modes {
    margin-right: 1.8em;
    margin-top: 0.5em;
  }
  header #light {
    font-size: 1.8em;
    display: none;
    cursor: pointer;
  }
  header #dark {
    font-size: 1.8em;
    cursor: pointer;
  }
  main {
    max-width: 100%;
  }
  main .apresentacao {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
  }
  main .imgPerfil {
    width: 25%;
    border-radius: 10px;
    border: 6px solid transparent;
    position: relative;
    animation: animacao-borda 5s linear infinite;
    margin-top: 8.5em;
    margin-right: 1em;
  }
  @keyframes animacao-borda {
    0% {
      border-top: 2px solid #fe343e;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-left: 2px solid transparent;
    }
    25% {
      border-top: 2px solid transparent;
      border-right: 2px solid #fe343e;
      border-bottom: 2px solid transparent;
      border-left: 2px solid transparent;
    }
    50% {
      border-top: 2px solid transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid #fe343e;
      border-left: 2px solid transparent;
    }
    75% {
      border-top: 2px solid transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-left: 2px solid #fe343e;
    }
    100% {
      border-top: 2px solid #fe343e;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-left: 2px solid transparent;
    }
  }
  main .title {
    margin-top: 5em;
    font-size: 2.2em;
  }
  main .subTitle {
    text-align: center;
    margin-top: 1em;
    font-size: 1.3em;
  }
  main .downloadBtn {
    margin-top: 2em;
    padding-top: 4.5%;
    padding-bottom: 4.5%;
    border-radius: 20px;
    border: none;
    width: 70%;
    margin-left: 3.6em;
    font-size: 1em;
    background-color: #fe343e;
  }
  main .buttonDownload {
    text-decoration: none;
  }
  main .sobreMim {
    text-align: center;
    margin-top: 10em;
  }
  main .sobreMim .titleOne {
    font-size: 2.5em;
    margin-bottom: 1em;
  }
  main .sobreMim .descricao {
    padding: 15px;
    margin-top: 2em;
    max-width: 100%;
    font-size: 1.1em;
    color: rgb(172, 171, 170);
    line-height: 2;
  }
  main .titleTwo {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 2em;
    font-size: 2.5em;
  }
  main .skills {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 1em;
    font-size: 1em;
    font-family: "Source Code Pro", monospace;
    margin-left: 3.5em;
  }
  main .skills p {
    font-size: 1.1em;
  }
  main .html {
    background-color: #202021;
    color: #fe343e;
    padding: 1em 0 1em 0;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    text-align: center;
    width: 70%;
    height: 90%;
    font-family: "Source Code Pro", monospace;
    margin-bottom: 1.5em;
    margin-left: 1.5em;
  }
  main .css {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 70%;
    height: 90%;
    margin-left: 0.7em;
    font-family: "Source Code Pro", monospace;
    margin-bottom: 1.5em;
  }
  main .javascript {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 70%;
    height: 90%;
    margin-bottom: 1.5em;
  }
  main .bootstrap {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 70%;
    height: 90%;
    margin-bottom: 1.5em;
    font-family: "Source Code Pro", monospace;
  }
  main .figma {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 70%;
    height: 90%;
    margin-left: 1.5em;
    font-family: "Source Code Pro", monospace;
  }
  main .git {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 70%;
    height: 90%;
    font-family: "Source Code Pro", monospace;
    margin-left: 0.7em;
  }
  main .github {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    margin-right: 1em;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 70%;
    height: 90%;
    font-family: "Source Code Pro", monospace;
  }
  main .sass {
    background-color: #202021;
    color: #fe343e;
    border-bottom: 3px solid #fe343e;
    border-top-left-radius: 30px;
    margin-right: 1em;
    padding: 1em 0 1em 0;
    text-align: center;
    width: 70%;
    height: 90%;
    font-family: "Source Code Pro", monospace;
  }
  main .habilidadesImage {
    margin-top: 0.5em;
    width: 4em;
  }
  main .titleTree {
    text-align: center;
    margin-bottom: 3em;
    font-size: 2.5em;
    margin-top: 2.5em;
  }
  main .projetos {
    display: grid;
    grid-template-columns: repeat(3, 5fr);
    align-items: center;
    z-index: 200;
    gap: 4em;
    margin: 0 4em 0 4em;
  }
  main .card {
    width: 100%;
    height: 17em;
    overflow: hidden;
    position: relative;
    border-bottom: 0.2em solid #fe343e;
  }
  main .card-image {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  main .card-body {
    max-width: 100%;
    max-height: 100%;
    top: 100%;
    right: 0%;
    position: absolute;
    background: rgba(32, 32, 33, 0.8235294118);
    backdrop-filter: blur(0.5em);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 1.5s;
  }
  main .card:hover .card-body {
    top: 0;
  }
  main .card-title {
    color: #fff;
    font-size: 1.3em;
    text-align: left;
    margin-left: 1.5em;
    padding-top: 2em;
  }
  main .card-info {
    color: #fff;
    width: 90%;
    line-height: 1.5;
    margin-left: 1.5em;
    text-align: left;
    font-size: 0.7em;
    line-height: 1.5em;
    margin-top: 1em;
  }
  main .linguagens {
    display: block;
    gap: 0.5em;
    padding-top: 0.6em;
  }
  main .LinguageHtml {
    width: 20px;
    margin-left: 2em;
  }
  main .LinguageCss {
    width: 20px;
  }
  main .LinguageJavascript {
    width: 20px;
  }
  main .btn {
    display: flex;
    justify-content: center;
    gap: 1em;
    padding-bottom: 2em;
    padding-top: 1em;
  }
  main .btn .card-btn {
    padding: 0.3em 1.3em;
    border: solid #fe343e;
    border-radius: 2em;
    background-color: #fe343e;
  }
  main .btn .card-btn .github-btn {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
  }
  main .btn .card-btn .github-btn:hover {
    color: #13131f;
  }
  main .btn .card-btn .site {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
  }
  main .btn .card-btn .site:hover {
    color: #13131f;
  }
  footer .titleTree {
    text-align: center;
    font-size: 2.5em;
    margin-top: 5em;
  }
  footer .contatos {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 5em;
    gap: 8em;
    margin-top: 2em;
  }
  footer .telefone {
    font-family: "Source Code Pro";
    font-size: 1em;
    margin-top: 5.2em;
  }
  footer #telefoneImage {
    padding: 10px;
    font-size: 2em;
    border-radius: 40px;
  }
  footer .telefoneParagrafo {
    margin-top: 1em;
  }
  footer .linkedinGithub {
    display: flex;
    gap: 10em;
    font-family: "Source Code Pro";
    margin-top: 5em;
    margin-bottom: 2em;
    font-size: 1em;
    margin-left: 2em;
  }
  footer .linkedinParagrafo {
    margin-top: 1em;
  }
  footer #linkedinImage {
    padding: 10px;
    font-size: 35px;
    border-radius: 40px;
  }
  footer .githubParagrafo {
    margin-top: 1em;
  }
  footer #githubImage {
    padding: 10px;
    font-size: 35px;
    border-radius: 40px;
  }
}

/*# sourceMappingURL=style.css.map */
