/* cyrillic-ext */
@font-face {
  font-family: "Fira Code";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firacode/v10/uU9NCBsR6Z2vfE9aq3bh0NSDulI.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

/* latin */
@font-face {
  font-family: "Fira Code";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firacode/v10/uU9NCBsR6Z2vfE9aq3bh3dSD.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: "Fira Code";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firacode/v10/uU9NCBsR6Z2vfE9aq3bh3dSD.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: "Fira Code";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firacode/v10/uU9NCBsR6Z2vfE9aq3bh3dSD.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: "Fira Code";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firacode/v10/uU9NCBsR6Z2vfE9aq3bh0NSDulI.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Fira Code";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firacode/v10/uU9NCBsR6Z2vfE9aq3bh2dSDulI.woff2)
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Fira Code";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firacode/v10/uU9NCBsR6Z2vfE9aq3bh0dSDulI.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Fira Code";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firacode/v10/uU9NCBsR6Z2vfE9aq3bh3tSDulI.woff2)
    format("woff2");
  unicode-range: U+0370-03FF;
}

/* latin-ext */
@font-face {
  font-family: "Fira Code";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firacode/v10/uU9NCBsR6Z2vfE9aq3bh09SDulI.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Fira Code";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firacode/v10/uU9NCBsR6Z2vfE9aq3bh3dSD.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

* {
  padding: 0;
  margin: 0;
  font-family: "Fira Code", monospace, "Montserrat", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

button,
input {
  border: 0;
  font-family: "Fira Code", monospace, "Montserrat", sans-serif;
}

button:focus,
input:focus {
  border: 0;
}

body {
  font-family: "Fira Code", monospace, "Montserrat", sans-serif;
  background-color: #fefbfb;
}

html {
  scroll-behavior: smooth;
}

header {
  background-color: #202020;
}

header .larguraMaxContainer nav {
  padding: 0px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 10vh;
}
.bitmap {
  width: 110px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  header .larguraMaxContainer nav {
    padding: 0px 25px;
  }
}

header .larguraMaxContainer nav .logo {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fefbfb;
}

header .larguraMaxContainer nav .nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .larguraMaxContainer nav .nav-list li {
  margin-left: 50px;
}

header .larguraMaxContainer nav .nav-list li a {
  color: #f9f9f9;
  font-size: 1.1rem;
  position: relative;
}

header .larguraMaxContainer nav .nav-list li a::after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 3px;
  bottom: -7px;
  left: 0;
  background-color: #6610f2;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

header .larguraMaxContainer nav .nav-list li a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

header .larguraMaxContainer nav .nav-list li a:hover {
  color: #fefbfb;
}

.mobile-menu {
  display: none;
  cursor: pointer;
}

.mobile-menu div {
  width: 32px;
  height: 2px;
  background-color: #fefbfb;
  margin: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-list.active {
  visibility: initial;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

@-webkit-keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.mobile-menu.active .line1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
  transform: rotate(-45deg) translate(-8px, 8px);
}

.mobile-menu.active .line2 {
  opacity: 0;
}

.mobile-menu.active .line3 {
  -webkit-transform: rotate(45deg) translate(-5px, -7px);
  transform: rotate(45deg) translate(-5px, -7px);
}

@media screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
  .nav-list {
    position: absolute;
    top: 10vh;
    right: 0;
    width: 60vw;
    height: 100vh;
    z-index: 999;
    background-color: #202020;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 0px 100px 0px;
    visibility: hidden;
  }
  header .larguraMaxContainer nav .nav-list li {
    margin-left: 30px;
    opacity: 0;
    margin-bottom: 50px;
  }
  .mobile-menu {
    display: block;
  }
}

.maquina-escrever:after {
  content: "|";
  margin-left: 5px;
  opacity: 1;
  -webkit-animation: pisca 1s infinite;
  animation: pisca 1s infinite;
}

@-webkit-keyframes pisca {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes pisca {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.larguraMaxContainer {
  max-width: 1281px;
  margin: 0 auto;
}

main #apresentacaoPortfolio {
  background-color: #181818;
  position: relative;
}

@media screen and (max-width: 1024px) {
  main #apresentacaoPortfolio {
    padding: 20px;
  }
}

main #apresentacaoPortfolio .larguraMaxContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90vh;
  overflow: hidden;
  width: 100%;
  padding: 0px 50px;
}

main #apresentacaoPortfolio .larguraMaxContainer #apresentacaoTexto {
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  main #apresentacaoPortfolio .larguraMaxContainer #apresentacaoTexto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 0px;
  }
}

main #apresentacaoPortfolio .larguraMaxContainer #apresentacaoTexto h2 {
  color: #fefbfb;
  font-size: 1.1rem;
  font-weight: 400;
}

main #apresentacaoPortfolio .larguraMaxContainer #apresentacaoTexto h2 #nome {
  font-size: 2.3rem;
  font-weight: 600;
}

main #apresentacaoPortfolio .larguraMaxContainer #apresentacaoTexto a {
  background-color: #6610f2;
  color: #fff;
  padding: 15px 25px;
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  border: none;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Fira Code", monospace, "Montserrat", sans-serif;
}

main #apresentacaoPortfolio .larguraMaxContainer #apresentacaoTexto a:hover {
  cursor: pointer;
  background-color: #5429cf;
}

main #apresentacaoPortfolio .larguraMaxContainer #apresentacaoFoto {
  width: 40%;
  height: 100vh;
}

@media screen and (max-width: 1024px) {
  main #apresentacaoPortfolio .larguraMaxContainer #apresentacaoFoto {
    display: none;
  }
}

main #apresentacaoPortfolio .larguraMaxContainer #apresentacaoFoto #fundo {
  width: 100%;
  max-width: 600px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  main #apresentacaoPortfolio .larguraMaxContainer #apresentacaoFoto #fundo {
    display: none;
  }
}

main #apresentacaoPortfolio .larguraMaxContainer #apresentacaoFoto .object {
  -webkit-animation: MoveUpDown 2s linear infinite;
  animation: MoveUpDown 2s linear infinite;
  position: absolute;
  right: 50;
  margin-top: 150px;
  top: 0;
  z-index: 4;
  max-width: 250px;
  width: 80%;
}

@-webkit-keyframes MoveUpDown {
  0%,
  100% {
    top: 0;
  }
  50% {
    top: 10px;
  }
}

@keyframes MoveUpDown {
  0%,
  100% {
    top: 0;
  }
  50% {
    top: 10px;
  }
}

main #sobre {
  background-color: #202020;
}

main #sobre .larguraMaxContainer {
  padding: 100px 50px;
}

@media screen and (max-width: 1024px) {
  main #sobre .larguraMaxContainer {
    padding: 50px 20px;
  }
}

main #sobre .larguraMaxContainer #sobreMim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main #sobre .larguraMaxContainer #sobreFoto {
  width: 50%;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

main #sobre .larguraMaxContainer #sobreFoto:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

main #sobre .larguraMaxContainer #sobreFoto div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main #sobre .larguraMaxContainer #sobreFoto div .iconify {
  font-size: 48px;
}

main #sobre .larguraMaxContainer #sobreFoto #figura1 {
  position: absolute;
  top: 5%;
  right: 95%;
  background-color: #181818;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

main #sobre .larguraMaxContainer #sobreFoto #figura2 {
  position: absolute;
  top: 20%;
  right: 100%;
  background-color: #181818;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

main #sobre .larguraMaxContainer #sobreFoto #figura3 {
  position: absolute;
  top: 40%;
  right: 95%;
  background-color: #181818;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

main #sobre .larguraMaxContainer #sobreFoto #figura4 {
  position: absolute;
  top: 60%;
  right: 90%;
  background-color: #181818;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

main #sobre .larguraMaxContainer #sobreFoto #figura5 {
  position: absolute;
  top: 80%;
  right: 100%;
  background-color: #181818;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

main #sobre .larguraMaxContainer #sobreFoto #figura6 {
  position: absolute;
  top: 100%;
  right: 90%;
  background-color: #181818;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

main #sobre .larguraMaxContainer #sobreFoto #figura7 {
  position: absolute;
  top: 100%;
  right: 75%;
  background-color: #181818;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

main #sobre .larguraMaxContainer #sobreFoto .icon1 {
  -webkit-animation: icon-move 3s ease 2.9s infinite alternate;
  animation: icon-move 3s ease 2.9s infinite alternate;
}

main #sobre .larguraMaxContainer #sobreFoto .icon2 {
  -webkit-animation: icon-move 3s ease 1.9s infinite alternate;
  animation: icon-move 3s ease 1.9s infinite alternate;
}

main #sobre .larguraMaxContainer #sobreFoto .icon3 {
  -webkit-animation: icon-move 3s ease 0.6s infinite alternate;
  animation: icon-move 3s ease 0.6s infinite alternate;
}

main #sobre .larguraMaxContainer #sobreFoto .icon4 {
  -webkit-animation: icon-move 3s ease 0.9s infinite alternate;
  animation: icon-move 2s ease 0.9s infinite alternate;
}

main #sobre .larguraMaxContainer #sobreFoto .icon5 {
  -webkit-animation: icon-move 3s ease 1.6s infinite alternate;
  animation: icon-move 2s ease 1.6s infinite alternate;
}

main #sobre .larguraMaxContainer #sobreFoto .icon6 {
  -webkit-animation: icon-move 3s ease 1s infinite alternate;
  animation: icon-move 2s ease 1s infinite alternate;
}

main #sobre .larguraMaxContainer #sobreFoto .icon7 {
  -webkit-animation: icon-move 3s ease 1.2s infinite alternate;
  animation: icon-move 2s ease 1.2s infinite alternate;
}

@-webkit-keyframes icon-move {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(10px, -40px, 0);
    transform: translate3d(10px, -40px, 0);
  }
}

@keyframes icon-move {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(10px, -40px, 0);
    transform: translate3d(10px, -40px, 0);
  }
}

main #sobre .larguraMaxContainer #sobreFoto img {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 1100px) {
  main #sobre .larguraMaxContainer #sobreFoto {
    display: none;
  }
}

main #sobre .larguraMaxContainer #sobreTexto {
  width: 50%;
}

@media screen and (max-width: 1100px) {
  main #sobre .larguraMaxContainer #sobreTexto {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0px;
  }
}

main #sobre .larguraMaxContainer #sobreTexto h2 {
  padding-bottom: 20px;
  color: #fefbfb;
  font-size: 32px;
  font-weight: 500;
}

main #sobre .larguraMaxContainer #sobreTexto p {
  line-height: 30px;
  color: #f9f9f9;
}

main #sobre .larguraMaxContainer #sobreTexto p:nth-child(2) {
  padding-bottom: 20px;
}

main #sobre .larguraMaxContainer #sobreTexto div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main #sobre .larguraMaxContainer #sobreTexto div a {
  background-color: #6610f2;
  color: #fff;
  padding: 15px 25px;
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  border: none;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Fira Code", monospace, "Montserrat", sans-serif;
}

main #sobre .larguraMaxContainer #sobreTexto div a:hover {
  cursor: pointer;
  background-color: #5429cf;
}

main #sobre .larguraMaxContainer #sobreTexto div a:nth-child(1) {
  margin-right: 20px;
}

@media screen and (max-width: 480px) {
  main #sobre .larguraMaxContainer #sobreTexto div a {
    width: 100%;
    max-width: 100%;
  }
  main #sobre .larguraMaxContainer #sobreTexto div a:nth-child(1) {
    margin-right: 0px;
  }
}

main #projetos {
  padding: 100px 50px;
  text-align: center;
  background-color: #202020;
}

@media screen and (max-width: 1024px) {
  main #projetos {
    padding: 50px 20px;
  }
}

main #projetos .larguraMaxContainer h2 {
  padding-bottom: 20px;
  color: #fefbfb;
  font-size: 32px;
  font-weight: 500;
}

main #projetos .larguraMaxContainer article {
  margin: 25px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

main #projetos .larguraMaxContainer article > div {
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: calc(33% - 20px);
  flex-basis: calc(33% - 20px);
  background-color: #181818;
  padding: 40px 25px;
  margin: 10px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: 0.8s all ease;
  transition: 0.8s all ease;
  border: 3px solid #181818;
}

main #projetos .larguraMaxContainer article > div:hover {
  border: 3px solid #6610f2;
}

@media screen and (max-width: 1124px) {
  main #projetos .larguraMaxContainer article > div {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
}

@media screen and (max-width: 768px) {
  main #projetos .larguraMaxContainer article > div {
    -ms-flex-preferred-size: calc(100% - 20px);
    flex-basis: calc(100% - 20px);
  }
}

main #projetos .larguraMaxContainer article > div h3 {
  font-size: 1.2rem;
  color: #fefbfb;
}

main #projetos .larguraMaxContainer article > div p {
  line-height: 28px;
  margin: 20px 0px;
  font-size: 1rem;
  color: #f9f9f9;
}

main #projetos .larguraMaxContainer article > div > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

main #projetos .larguraMaxContainer article > div > span a {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  main #projetos .larguraMaxContainer article > div > span a {
    width: 100%;
  }
}

main #projetos .larguraMaxContainer article > div > span button {
  background-color: #6610f2;
  padding: 10px 25px;
  color: #fefbfb;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  main #projetos .larguraMaxContainer article > div > span button {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

main #projetos .larguraMaxContainer article > div > span button:hover {
  cursor: pointer;
  background-color: #5429cf;
}

main #projetos .larguraMaxContainer article > div > span button .iconify {
  font-size: 20px;
}

main #projetos .larguraMaxContainer article > div .linguagensProjeto {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}

main #projetos .larguraMaxContainer article > div .linguagensProjeto span {
  padding: 5px;
  background-color: #202020;
  border-radius: 5px;
  color: #fefbfb;
  margin-bottom: 5px;
}

main #projetos .larguraMaxContainer a {
  color: #03ff03;
  font-size: 18px;
}


main #conhecimentos {
  padding: 100px 50px;
  background-color: #181818;
}

@media screen and (max-width: 1024px) {
  main #conhecimentos {
    padding: 50px 20px 100px 20px;
  }
}

main #conhecimentos .larguraMaxContainer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main #conhecimentos .larguraMaxContainer > div article {
  width: 50%;
}

@media screen and (max-width: 1124px) {
  main #conhecimentos .larguraMaxContainer > div article {
    width: 100%;
  }
}

main #conhecimentos .larguraMaxContainer > div #cards-conhecimentos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 20px;
}

main
  #conhecimentos
  .larguraMaxContainer
  > div
  #cards-conhecimentos
  div:hover
  .cards-nomes,
main
  #conhecimentos
  .larguraMaxContainer
  > div
  #cards-conhecimentos
  div:hover
  .cards-nomes-baixo {
  display: block;
  text-align: center;
}

/*efeito ao passar o cursor sobre os cards*/
main #conhecimentos .larguraMaxContainer > div #cards-conhecimentos div:hover {
  border-bottom: 6px solid #6610f2;
  cursor: pointer;
}

main #conhecimentos .larguraMaxContainer > div #cards-conhecimentos div {
  width: 15%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100px;
  background-color: #202020;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  main #conhecimentos .larguraMaxContainer > div #cards-conhecimentos div {
    width: 40%;
    margin: 20px 0px;
  }
}

main
  #conhecimentos
  .larguraMaxContainer
  > div
  #cards-conhecimentos
  div
  .cards-nomes {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-color: #181818;
  padding: 5px;
  height: 30px;
  width: 125px;
  border-radius: 5px;
  color: #fefbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

main
  #conhecimentos
  .larguraMaxContainer
  > div
  #cards-conhecimentos
  div
  .cards-nomes-baixo {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translate(-500%, 0%);
  transform: translate(-50%, 0%);
  background-color: #181818;
  padding: 5px;
  height: auto;
  width: 125px;
  border-radius: 5px;
  color: #fefbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

main
  #conhecimentos
  .larguraMaxContainer
  > div
  #cards-conhecimentos
  div
  .aumento-hover {
  bottom: -75px;
}

main
  #conhecimentos
  .larguraMaxContainer
  > div
  #cards-conhecimentos
  div
  .iconify {
  font-size: 68px;
  color: #6610f2;
}

main #conhecimentos .larguraMaxContainer > div #texto-conhecimentos {
  height: 300px;
}

main #conhecimentos .larguraMaxContainer > div #texto-conhecimentos h2 {
  margin-bottom: 30px;
  color: #fefbfb;
  font-size: 32px;
}

main #conhecimentos .larguraMaxContainer > div #texto-conhecimentos p {
  max-width: 500px;
  line-height: 32px;
  color: #f9f9f9;
}

.scrollTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #5429cf;
  padding: 15px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .scrollTop {
    display: none;
  }
}

.scrollTop .iconify {
  font-size: 26px;
  color: #fefbfb;
}

footer {
  padding: 50px 10px;
  text-align: center;
  background-color: #181818;
  color: #fefbfb;
}

footer span {
  background-color: #202020;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fefbfb;
}

footer span:hover {
  opacity: 1;
}

footer p {
  color: #fefbfb;
  opacity: 0.5;
  padding: 25px;
  font-size: 1.1rem;
  font-weight: 500;
}

footer p:nth-child(2) {
  margin-bottom: 25px;
}

footer p:nth-child(5) {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  footer p {
    font-size: 1rem;
  }
}

footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px;
}

footer div a {
  background-color: #181818;
  padding: 15px 25px;
  margin: 10px;
  border-radius: 5px;
  color: #fefbfb;
  opacity: 0.5;
}

footer div a:hover {
  opacity: 1;
}


.footer {
  background-color: #202020;
  color: #ddd;
  padding: 60px 20px;
  text-align: center;
  border-top: 1px solid #333;
}
.footer h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.footer div a {
  margin: 0 10px;
  color: #ccc;
  transition: color 0.3s;
}
.footer div a:hover {
  color: #fff;
}

.descricao-delay {
  animation: fadeIn 1.5s ease forwards;
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  main #sobre .larguraMaxContainer #sobreMim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#timeline {
  background-color: #181818; /* Cor de fundo mais escura */
  padding: 80px 50px;
  position: relative;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif; /* Fonte mais moderna */
  color: #fff;
  cursor: pointer
}

#timeline::before {  
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #777; /* Linha mais suave */
  transform: translateX(-50%);
}

.titulo-delay {
  color: #fefbfb;
  font-size: 1.8rem; /* Fonte maior para o título */
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase; /* Título em letras maiúsculas */
  font-weight: 700;
}

.larguraMaxContainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.descricao-delay {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap; /* Permite que os itens se ajustem responsivamente */
  justify-content: space-between;
}

.descricao-delay li {
  color: #ccc;
  font-size: 1.2rem; /* Aumento na legibilidade */
  margin-bottom: 30px;
  position: relative;
  width: 48%; /* Tamanho mais equilibrado entre os elementos */
  transition: all 0.3s ease; /* Transição suave */
}

.descricao-delay li.left,
.descricao-delay li.right {
  text-align: center;
}

.descricao-delay li.left .event-content,
.descricao-delay li.right .event-content {
  padding: 20px;
  background-color: #333;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* Efeito visual ao passar o mouse */
}

.descricao-delay li:hover {
  transform: scale(1.05); /* Aumenta ligeiramente o tamanho do item */
  color: #fff; /* Troca a cor do texto ao passar o mouse */
}

.descricao-delay li:hover .event-content {
  transform: translateY(-10px); /* Efeito de elevação */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.descricao-delay li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  font-size: 1.8rem;
  transition: transform 0.3s ease-in-out;
}

.descricao-delay li:hover::before {
  transform: scale(1.2); /* Aumenta o ícone ao passar o mouse */
}

@media (max-width: 768px) {
  .descricao-delay li {
    width: 100%; /* Em telas pequenas, os itens ocupam toda a largura */
    text-align: left;
  }

  .descricao-delay li.left,
  .descricao-delay li.right {
    text-align: left; /* Ajuste para o alinhamento correto */
  }

  .descricao-delay li::before {
    left: -20px; /* Ajuste o ícone para não sobrepor em telas pequenas */
  }
}



