@import "https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap";
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Ubuntu", Arial, sans-serif;
  margin: 0px auto;
  color: #141414;
}
h1,
h1,
h3,
p,
a {
  margin: 0px;
  letter-spacing: 0.14rem;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: #141414;
  font-size: 1.75rem;
}
.titulo-h2 {
  font-size: 2.25rem;
  text-transform: uppercase;
}
.linha {
  margin: 80px auto 120px auto;
  display: block;
  content: "";
  width: 960px;
  height: 3px;
}
.paragrafo {
  font-size: 1.25rem;
  color: #525252;
}
@media (max-width: 1080px) {
  .linha {
    width: 600px;
  }
}
@media (max-width: 700px) {
  .linha {
    width: 400px;
  }
}
@media (max-width: 480px) {
  .linha {
    width: 300px;
  }
}
@media (max-width: 360px) {
  .linha {
    width: 200px;
  }
}
@media (max-width: 250px) {
  .linha {
    display: none;
  }
}
.header {
  max-width: 1200px;
  padding: 40px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-menu {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.header-menu a {
  font-size: 1.125rem;
  line-height: 1.3rem;
  padding: 10px 20px;
  text-decoration: none;
  color: #141414;
  display: block;
  position: relative;
}
.header-menu a:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: #4a2cc5;
  margin-top: 4px;
  transition: 0.3s;
  position: absolute;
}
.header-menu a:hover::after {
  width: 60%;
}
.header-menu a:hover {
  color: #4a2cc5;
}
@media (max-width: 800px) {
  .header {
    flex-direction: column;
    gap: 40px;
    padding: 20px;
  }
  .header a {
    background-color: #f5f5f5;
    border-radius: 5px;
  }
}
.intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  align-items: center;
}
.intro::after {
  grid-column: 1/-1;
  justify-self: center;
  display: block;
  content: "";
  width: 90%;
  height: 2px;
  margin-top: 40px;
  background: #4a2cc5;
}
.intro img {
  width: 350px;
  min-width: 300px;
  height: 290px;
  /* max-height: 320px; */
  border-radius: 50%;
}
.intro h2::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: #4a2cc5;
  border-radius: 50%;
  margin-left: 5px;
}
.intro-txt {
  position: relative;
}
.intro p::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 32px;
  background: url("../media/SVG/Decoracao-cubos.svg") no-repeat center;
  position: absolute;
  right: 0px;
}
.intro-botoes {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.intro-curriculo,
.intro-github,
.intro-linkedin {
  padding: 6px 16px;
  border: 1px solid #4a2cc5;
  border-radius: 6px;
  transition: 0.3s;
}
.intro-curriculo:hover,
.intro-github:hover,
.intro-linkedin:hover {
  color: #fff;
  scale: 1.05;
  box-shadow: 20px 15px 20px -20px #000;
}
.intro-curriculo:hover {
  background: linear-gradient(#684adf, #4a2cc5);
}
.intro-github:hover {
  background: linear-gradient(#5b6571, #23272d);
}
.intro-linkedin:hover {
  background: linear-gradient(#1b7cdd, #0a66c2);
}
@media (max-width: 1300px) {
  .intro p::after {
    display: none;
  }
}
@media (max-width: 900px) {
  .intro p {
    font-size: 1rem;
  }
  .intro-botoes a {
    font-size: 1.25rem;
  }
}
@media (max-width: 700px) {
  .intro {
    grid-template-columns: 1fr;
  }
  .intro p {
    font-size: 1.25rem;
  }
  .intro-botoes {
    grid-column: 1;
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .intro-botoes a {
    font-size: 1.5rem;
  }
  .intro img {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 360px) {
  .intro-txt h2 {
    font-size: 1.5rem;
  }
  .intro img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.projetos {
  max-width: 1200px;
  margin: 0 auto 120px auto;
  padding: 20px;
}
.projetos .role {
  display: none;
  font-weight: bold;
  margin-bottom: 15px;
}
.projetos h2::after {
  display: block;
  content: "";
  width: 100px;
  height: 4px;
  background: #4a2cc5;
}
.projetos-unidade {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.projetos-unidade picture img {
  transition: 0.3s;
}
.projetos-unidade picture img:hover {
  transition: 0.3s;
  transform: scale(1.07);
  box-shadow: 20px 20px 20px -20px rgba(0, 0, 0, 0.4392156863);
}
.projetos-lista li + li {
  margin-top: 120px;
}
.projetos-lista picture {
  grid-row: 1/5;
  max-width: 600px;
}
.linguagens {
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
}
.linguagens p {
  display: inline-block;
  padding: 5px 5px;
  font-weight: bold;
  transition: 0.3s;
}
.linguagens p:hover {
  color: #4a2cc5;
  transform: scale(1.05);
  transition: 0.3s;
}
.codeBtns {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 25px;
  grid-column: 2;
  justify-self: flex-start;
  align-self: flex-end;
}
.codeBtns .btncode {
  padding: 10px;
  border-radius: 50%;
}
.codeBtns .btncode img {
  display: block;
  width: 25px;
  height: 25px;
}
.projeto-impar h3 {
  text-align: right;
}
.projeto-impar picture {
  grid-column: 2;
  justify-self: right;
}
.projeto-impar p {
  text-align: right;
}
.projeto-impar .linguagens {
  justify-content: end;
}
.projeto-impar .codeBtns {
  grid-column: 1;
  justify-self: flex-end;
}
@keyframes seta {
  from {
    right: 30px;
  }
  to {
    right: 20px;
  }
}
@media (max-width: 1080px) {
  .projetos h2 {
    margin-bottom: 10px;
  }
  .projetos .role {
    display: inline-block;
  }
  .projetos-unidade {
    display: grid;
    grid-template-columns: 1fr;
    width: 570px;
    justify-content: center;
    align-items: center;
    border: 2px solid #4a2cc5;
    border-radius: 4px;
    padding: 20px;
  }
  .projetos-lista picture,
  .projeto-impar picture {
    grid-column: initial;
    grid-row: 3;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .projetos-lista {
    display: flex;
    gap: 40px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
  }
  .projetos-lista li + li {
    margin-top: 0px;
  }
  .proj {
    position: relative;
  }
  .proj::after {
    content: "→";
    font-weight: bold;
    position: absolute;
    top: -35px;
    right: 30px;
    color: #4a2cc5;
    font-size: 1.25rem;
    animation: seta 0.5s ease-in 0s infinite alternate;
  }
  .projetos-unidade h3,
  .projetos-unidade p {
    text-align: center;
  }
  .linguagens,
  .projeto-impar .linguagens,
  .projetos-unidade h3 {
    justify-content: center;
    margin: 0 auto;
  }
  .linguagens {
    align-self: center;
  }
  .projeto-impar .codeBtns,
  .projetos-unidade .codeBtns {
    grid-column: 1;
    justify-self: center;
  }
}
@media (max-width: 740px) {
  .projetos-unidade {
    grid-template-rows: auto 168px auto 64px;
    gap: 10px;
    width: 400px;
  }
}
@media (max-width: 490px) {
  .projetos-unidade {
    grid-template-rows: 72px 168px auto 64px;
    width: 300px;
  }
  .projetos-unidade .paragrafo {
    font-size: 1rem;
  }
}
.formacao {
  background: #141414;
  color: #fff;
  padding: 120px 20px;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.formacao h2 {
  font-size: 9rem;
  color: #4e4d4d;
  margin: 0;
}
.formacao h2::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: #4a2cc5;
  border-radius: 50%;
  margin-left: 5px;
}
.grade {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.deco2 {
  justify-self: end;
  align-self: end;
}
.tecno {
  grid-column: 1/3;
  background-color: #0a0a0a;
  border: 1px solid #4a2cc5;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  transition: 0.3s;
}
.tecno p,
.curso p {
  color: #f0f0f0;
  font-size: 1rem;
}
.tecno p strong,
.curso p strong {
  font-size: 1.5rem;
}
.titulo-fraco {
  color: #ccc;
  font-size: 1.25rem;
  margin: 0;
}
.curso .time,
.tecno .time {
  color: #ccc;
  font-size: 1.25rem;
  margin: 0;
}
.curso {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 25px;
  background-color: #0a0a0a;
  border: 1px solid #6c6c6c;
  border-radius: 5px;
  padding: 20px;
  transition: 0.3s;
}
.curso:hover {
  transition: 0.3s;
  transform: scale(1.1);
  border: 1px solid #4a2cc5;
}
.tecno:hover {
  transition: 0.3s;
  transform: scale(1.1);
}
.p-extend {
  flex: 1;
}
.soft-skills,
.hard-skills,
.idiomas {
  padding: 20px;
}
.titulo-3 {
  color: #ccc;
  font-size: 1.25rem;
  position: relative;
  transition: 0.3s;
}
.titulo-3::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 16px;
  background: #4a2cc5;
  margin-right: 16px;
  transition: 0.3s;
}
.titulo-3:hover:before {
  width: 20px;
  transition: 0.3s;
}
.grade-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin: 20px 0;
}
.soft-skills p,
.hard-skills p,
.idiomas p {
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.grade-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin: 20px 0;
}
.grade-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 20px 0;
}
.bloco {
  transition: 0.5s;
}
.bloco:hover {
  transform: scale(1.01);
  text-decoration: underline #4a2cc5;
}
@media (max-width: 1080px) {
  .grade {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .deco2 {
    display: none;
  }
}
@media (max-width: 800px) {
  .grade {
    grid-template-columns: 1fr 1fr;
  }
  .formacao h2 {
    font-size: 6rem;
  }
  .formacao h2::after {
    width: 10px;
    height: 10px;
  }
  .soft-skills,
  .hard-skills,
  .idiomas {
    padding: 20px;
  }
  .soft-skills p,
  .hard-skills p,
  .idiomas p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 580px) {
  .formacao h2 {
    font-size: 4rem;
  }
  .formacao h2::after {
    width: 8px;
    height: 8px;
  }
  .curso,
  .tecno {
    gap: 10px;
  }
  .tecno p,
  .curso p {
    font-size: 1rem;
  }
  .tecno p strong,
  .curso p strong {
    font-size: 1rem;
  }
  .titulo-fraco {
    font-size: 1rem;
  }
  .curso .time,
  .tecno .time {
    font-size: 1rem;
  }
  .grade {
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .tecno {
    grid-column: 1;
  }
  .grade-2,
  .grade-3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 400px) {
  .formacao h2 {
    font-size: 2.5rem;
  }
  .formacao h2::after {
    width: 6px;
    height: 6px;
  }
  .tecno p,
  .curso p {
    font-size: 0.75rem;
  }
  .tecno p strong,
  .curso p strong {
    font-size: 1rem;
  }
  .titulo-fraco {
    font-size: 0.75rem;
  }
  .curso .time,
  .tecno .time {
    font-size: 0.75rem;
  }
}
.contatos {
  background-color: #000;
  color: #fff;
  font-size: 1.25rem;
}
.contatos a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
}
.contatos .container {
  display: grid;
  grid-template-columns: 400px 400px;
  padding: 120px 40px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 5px 50px;
}
.info-contatos {
  gap: 20px;
  grid-column: 2;
  grid-row: 1/3;
}
.deco-contatos {
  max-width: 69px;
  display: inline-block;
}
.info-contatos img {
  width: 20px;
  display: inline-block;
  margin-right: 20px;
}
.contato-1 {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: start;
  align-items: center;
  padding: 5px 0;
}
.contato-1 span {
  color: #b4b4b4;
  margin-right: 10px;
}
@media (max-width: 980px) {
  .contatos .container {
    grid-template-columns: 1fr;
    word-break: break-all;
  }
  .info-contatos {
    margin-top: 40px;
    grid-column: auto;
    grid-row: auto;
  }
}
@media (max-width: 400px) {
  .contatos .container p {
    font-size: 1rem;
  }
}
footer {
  background-color: #000;
  color: #b4b4b4;
  border-top: solid 1px #121212;
}
.footer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 20px;
}
.footer span {
  color: red;
}
.js .fadeInDown {
  transform: translate3d(0, -20px, 0);
}
.js .fadeInUp {
  transform: translate3d(0, 20px, 0);
}
.js .fadeInRight {
  transform: translate3d(20px, 0, 0);
}
.js .fadeInLeft {
  transform: translate3d(-20px, 0, 0);
}
.js [data-anime] {
  opacity: 0;
}
.js .anime {
  opacity: 1;
  transform: none;
  transition: transform 0.8s, opacity 0.8s;
} /*# sourceMappingURL=index.css.map */
