@charset "UTF-8";
/* variáveis */
/* Reseter da página */
@import url(https://fonts.bunny.net/css?family=abel:400);
* {
  border: 0;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Body */
.card-menu-suspenso-logo-do-link {
  background-color: rgba(241, 241, 241, 0.15);
  padding: 1px 8px;
  border-radius: 3px;
}

body {
  display: grid;
}

body {
  background-color: #000000;
}
body .card-menu-suspenso {
  background-color: rgba(36, 35, 41, 0.8);
  color: #ffffff;
  border-radius: 5px;
  position: absolute;
  display: none;
}
body .card-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 20px;
  background-color: rgba(36, 35, 41, 0.8);
  border-radius: 10px;
  width: 300px;
}
body .card-list .search-card-list {
  background: none;
  outline: none;
  border: none;
  color: #ffffff;
  font-size: 0.9rem;
  background-color: rgba(36, 35, 41, 0.8);
}
body .card-list .index-card-list {
  background-color: rgba(36, 35, 41, 0.8);
  color: #ffffff;
  font-size: 12px;
  font-variant: small-caps;
  font-weight: bolder;
}
body .card-list li {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 0 3px;
}
body .card-list li:hover {
  background-color: rgba(241, 241, 241, 0.15);
  width: 100%;
  transition: 500ms;
}
body .card-list li a {
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 6px;
}
body .card-menu-suspenso-toggle {
  display: block;
}
body .modal-card-menu-suspenso {
  width: 100%;
  height: 100vh;
  background-color: none;
  position: absolute;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Headers */
.header-superior {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: black;
}

.header-principal {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: black;
}
.header-principal nav ul {
  display: flex;
  justify-content: space-around;
  overflow-x: auto;
  white-space: nowrap;
}
.header-principal li {
  flex-wrap: nowrap;
  padding: 5px 20px;
  transition: 0.5s;
}
.header-principal li:hover {
  background: rgba(241, 241, 241, 0.15);
  border-radius: 5px;
}
.header-principal .nav-header-desktop {
  display: none;
}

.comecar-desktop {
  display: none;
}

.comecar-mobile {
  background-color: black;
  border-radius: 5px;
  font-weight: bold;
  padding: 5px;
}
.comecar-mobile:hover {
  background: rgba(241, 241, 241, 0.15);
}

.nav-header-mobile ul li a {
  text-decoration: none;
}

/* Final do header */
/* ============================================================================= */
/* Footer */
footer {
  margin-bottom: 0;
  padding: 30px;
}
footer div.footer-linhas {
  display: flex;
  justify-content: center;
}
footer div.footer-linhas p:first-of-type {
  margin-right: 20%;
}
footer div.footer-linhas p {
  display: flex;
  align-items: center;
}
footer div.footer-linhas p span {
  margin: 0 10px;
}

/* Final do footer */
/* ============================================================================= */
/* Página inicial */
.body-index {
  display: grid;
  gap: 25px;
  grid-template-columns: 100%;
  grid-template-rows: 30px 60px 20px 20px;
  margin: 50px 0 50px 0;
  padding: 0 30px;
}
.body-index div:nth-of-type(3) p {
  color: gray;
}

/* Fim da página inicial */
/* ============================================================================= */
/* Página de projetos */
.body-projects {
  display: grid;
  grid-template: auto/280px;
  gap: 40px;
  justify-content: center;
  padding: 30px 0 0 0;
}
.body-projects .project-all_projects {
  text-decoration: underline;
}
.body-projects p {
  font-size: 14px;
}
.body-projects ul li {
  font-size: 14px;
}
.body-projects .body-projects_introduction_text {
  text-align: justify;
}
.body-projects .project-lists {
  display: grid;
  gap: 10px;
}
.body-projects .project-lists li {
  list-style-type: disc;
  list-style-position: inside;
}

/* Fim da página de projetos */
/* ============================================================================= */
/* Página do portifólio da fatec */
.portfolio-session {
  align-items: start;
  display: grid;
  gap: 50px;
  grid-template-columns: 280px;
  justify-content: center;
  padding: 50px 0;
}
.portfolio-session p {
  font-size: 14px;
}
.portfolio-session .portfolio-introduction {
  text-align: justify;
}
.portfolio-session .portfolio-semestres {
  display: grid;
  gap: 50px;
  text-align: justify;
}
.portfolio-session .portfolio-semestres img {
  width: 280px;
}
.portfolio-session .portfolio-semestres .portfolio-primeiro_semestre {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template: 100px repeat(3, auto) 1fr/280px;
}
.portfolio-session .portfolio-semestres .portfolio-primeiro_semestre h2 {
  align-self: start;
}
.portfolio-session .portfolio-semestres .portfolio-primeiro_semestre .portfolio-primeirosemestre-home {
  margin-top: 50px;
}
.portfolio-session .portfolio-semestres .portfolio-segundo_semestre {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template: 100px repeat(3, auto) 1fr/280px;
}
.portfolio-session .portfolio-semestres .portfolio-segundo_semestre .portfolio-segundosemestre-menu {
  justify-self: center;
  margin-top: 50px;
  width: 300px;
}
.portfolio-session .portfolio-semestres .portfolio-terceiro_semestre {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template: 100px repeat(4, auto) 1fr/280px;
}
.portfolio-session .portfolio-semestres .portfolio-terceiro_semestre h2 {
  align-self: start;
}
.portfolio-session .portfolio-semestres .portfolio-terceiro_semestre .portfolio-terceirosemestre-home {
  margin-top: 50px;
}
.portfolio-session .portfolio-semestres .portfolio-quarto_semestre {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template: 100px repeat(3, auto) 1fr/280px;
}
.portfolio-session .portfolio-semestres .portfolio-quarto_semestre h2 {
  align-self: start;
}
.portfolio-session .portfolio-semestres .portfolio-quarto_semestre .portfolio-quartosemestre-login {
  margin-top: 50px;
}
.portfolio-session .portfolio-semestres .portfolio-quinto_semestre {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template: 100px repeat(5, auto) 1fr/280px;
}
.portfolio-session .portfolio-semestres .portfolio-quinto_semestre h2 {
  align-self: start;
}
.portfolio-session .portfolio-semestres .portfolio-quinto_semestre .portfolio-quintosemestre-home {
  justify-self: center;
  margin-top: 50px;
  width: 300px;
}
.portfolio-session .portfolio-semestres .portfolio-sexto_semestre {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template: 100px repeat(5, auto) 1fr/280px;
}
.portfolio-session .portfolio-semestres .portfolio-sexto_semestre h2 {
  align-self: start;
}
.portfolio-session .portfolio-semestres .portfolio-sexto_semestre .portfolio-sextosemestre {
  justify-self: center;
  margin-top: 50px;
  width: 300px;
}
.portfolio-session .portfolio-separator {
  background-color: #ffffff;
  height: 2px;
}

/* Fim da página do portifólio da fatec */
/* ============================================================================= */
/* Começo da página de contatos */
.body-contacts {
  align-items: center;
  display: grid;
  gap: 30px;
  justify-items: center;
  padding: 25px 0 0 0;
  font-size: 14px;
}
.body-contacts h3 {
  text-decoration: underline;
}

.contacts-contact_list {
  font-size: 14px;
}
.contacts-contact_list li {
  list-style-position: inside;
  list-style-type: none;
}
.contacts-contact_list li span {
  font-weight: bolder;
}

.contacts-division_one {
  display: grid;
  gap: 15px;
}

.contacts-division_two {
  display: grid;
  gap: 15px;
  text-align: justify;
  padding: 0 10px;
}
.contacts-division_two form {
  display: grid;
  font-size: 14px;
  gap: 10px;
}
.contacts-division_two form textarea {
  background-color: #ccc;
  border-radius: 5px;
  color: #000;
  outline: none;
}
.contacts-division_two form input {
  background-color: #000;
  border-bottom: 1px solid #fff;
  outline: none;
}
.contacts-division_two form input[type=submit] {
  background-color: #000;
  border-radius: 5px;
  border: none;
}
.contacts-division_two form input[type=submit]:hover {
  background-color: #ccc;
}

/* Final da página de contatos */
/* ============================================================================= */
/* Página de artigos */
.body-articles {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template: auto/100%;
  justify-content: center;
  padding: 30px;
  padding: 30px 50px 0 20px;
}
.body-articles p {
  text-align: justify;
  font-size: 14px;
}
.body-articles .articles-introduction {
  display: grid;
  gap: 15px;
}
.body-articles .articles-datadriver_pizza {
  height: auto;
  width: 260px;
}
.body-articles .articles-datadriver {
  display: grid;
  gap: 20px;
}
.body-articles .articles-linguagemR_ic {
  height: auto;
  width: 260px;
}
.body-articles .articles-linguagemR {
  display: grid;
  gap: 20px;
}
.body-articles .articles-all_articles ul {
  display: grid;
  gap: 25px;
  padding: 20px 0;
}
.body-articles .articles-all_articles a {
  border-radius: 5px;
  padding: 10px 5px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}
.body-articles .articles-all_articles a:hover {
  background-color: rgba(241, 241, 241, 0.1490196078);
  cursor: pointer;
}

/* Final da páginad e artigos */
/* ============================================================================= */
/* Começo da página de carreira/experiências */
.body-career {
  display: grid;
  grid-template: auto/260px;
  justify-content: center;
  padding: 30px 50px 0 20px;
}
.body-career p {
  font-size: 14px;
}
.body-career .career {
  display: grid;
  gap: 20px;
}
.body-career .career-exp {
  display: grid;
  gap: 10px;
  text-align: justify;
}
.body-career .career-exp .career-exp_content {
  display: grid;
  gap: 10px;
}
.body-career .career-exp .career-exp_content p {
  text-decoration: underline;
}
.body-career .career-exp .career-exp_content ul li {
  color: gray;
  font-size: 14px;
  list-style-type: disc;
  list-style-position: inside;
}

/* Final da página de carreira/experiências */
/* ============================================================================= */
/* Começo dos media querys */
@media screen and (min-width: 480px) and (max-width: 599px) {
  /* Página inicial */
  .body-index {
    display: grid;
    gap: 25px;
    grid-template-columns: 100%;
    margin: 0 0 50px 0;
    padding: 0 50px;
  }
  .header-superior {
    display: flex;
    justify-content: space-between;
    padding: 10px 40px;
  }
  .nav-header-mobile {
    padding: 0 25px;
  }
  /* Final da página inicial */
  /* Começo da página de portifólio */
  .portfolio-session {
    align-items: start;
    display: grid;
    justify-content: center;
    gap: 50px;
    grid-template-columns: 380px;
    padding: 50px 0;
  }
  .portfolio-session .portfolio-introduction {
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres {
    display: grid;
    gap: 50px;
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres img {
    width: 280px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/380px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre .portfolio-primeirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/280px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre .portfolio-segundosemestre-menu {
    justify-self: center;
    margin-top: 50px;
    width: 300px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(4, auto) 1fr/280px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre .portfolio-terceirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/280px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre .portfolio-quartosemestre-login {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/280px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre .portfolio-quintosemestre-home {
    justify-self: center;
    margin-top: 50px;
    width: 300px;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/280px;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre .portfolio-sextosemestre {
    justify-self: center;
    margin-top: 50px;
    width: 300px;
  }
  .portfolio-session .portfolio-separator {
    background-color: #ffffff;
    height: 2px;
  }
  /* Final da página de portifólio */
  /* Começo da página de projetos - Media query 480px de largura */
  .body-projects {
    display: grid;
    grid-template: auto/420px;
    gap: 40px;
    justify-content: center;
    padding: 30px 0 0 0;
  }
  .body-projects .project-all_projects {
    text-decoration: underline;
  }
  .body-projects .body-projects_introduction_text {
    text-align: justify;
  }
  .body-projects .project-lists {
    display: grid;
    gap: 10px;
  }
  .body-projects .project-lists li {
    list-style-type: disc;
    list-style-position: inside;
  }
  /* Final da página de projetos */
  /* Página de contatos - Media query 480px de largura*/
  .body-contacts {
    align-items: center;
    display: grid;
    gap: 30px;
    justify-items: center;
    padding: 25px 0 0 0;
  }
  .body-contacts h3 {
    text-decoration: underline;
  }
  .contacts-contact_list {
    font-size: 14px;
    display: grid;
    gap: 5px;
  }
  .contacts-contact_list li {
    list-style-position: inside;
    list-style-type: none;
  }
  .contacts-contact_list li span {
    font-weight: bolder;
  }
  .contacts-division_one {
    display: grid;
    gap: 20px;
  }
  .contacts-division_one, .contacts-division_two {
    grid-template-columns: 400px;
  }
  .contacts-division_two {
    display: grid;
    gap: 20px;
  }
  .contacts-division_two form {
    display: grid;
    gap: 10px;
    font-size: 14px;
  }
  .contacts-division_two form textarea {
    background-color: #ccc;
    border-radius: 5px;
    color: #000;
    outline: none;
  }
  .contacts-division_two form input {
    background-color: #000;
    border-bottom: 1px solid #fff;
    outline: none;
  }
  .contacts-division_two form input[type=submit] {
    background-color: #000;
    border-radius: 5px;
    border: none;
  }
  .contacts-division_two form input[type=submit]:hover {
    background-color: #ccc;
  }
  /* Final da página de contatos */
  /* Pagina de artigos - Media query de 480px de largura */
  .body-articles {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template: auto/420px;
    justify-content: center;
    padding: 30px;
  }
  .body-articles p {
    text-align: justify;
  }
  .body-articles .articles-introduction {
    display: grid;
    gap: 15px;
  }
  .body-articles .articles-datadriver_pizza {
    height: auto;
    width: 420px;
  }
  .body-articles .articles-datadriver {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-linguagemR_ic {
    height: auto;
    width: 420px;
  }
  .body-articles .articles-linguagemR {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-all_articles ul {
    display: grid;
    gap: 25px;
    padding: 20px 0;
  }
  .body-articles .articles-all_articles a {
    border-radius: 5px;
    text-decoration: none;
    padding: 10px 5px;
    display: flex;
    justify-content: space-between;
  }
  .body-articles .articles-all_articles a:hover {
    background-color: rgba(241, 241, 241, 0.1490196078);
    cursor: pointer;
  }
  /* Final da página de artigos */
  /* Página de carreira e experiências - Media query 480px de largura */
  .body-career {
    display: grid;
    grid-template: auto/420px;
    justify-content: center;
    padding: 30px;
  }
  .body-career .career {
    display: grid;
    gap: 40px;
  }
  .body-career .career-exp {
    display: grid;
    gap: 10px;
    text-align: justify;
  }
  .body-career .career-exp .career-exp_content {
    display: grid;
    gap: 10px;
  }
  .body-career .career-exp .career-exp_content p {
    text-decoration: underline;
  }
  .body-career .career-exp .career-exp_content ul li {
    color: gray;
    list-style-type: disc;
    list-style-position: inside;
  }
  /* Final da página de carreira e experiências */
}
@media screen and (min-width: 600px) and (max-width: 719px) {
  /* Página inicial */
  .body-index {
    display: grid;
    gap: 25px;
    grid-template-columns: 100%;
    margin: -230px 0 50px 0;
    padding: 0 50px;
  }
  .nav-header-mobile {
    padding: 0 30px;
  }
  .header-superior {
    padding: 10px 50px;
  }
  /* Final da página inicial */
  /* Página de portifólio */
  .portfolio-session {
    align-items: start;
    display: grid;
    justify-content: center;
    grid-template-columns: 500px;
    padding: 50px 0;
    gap: 50px;
  }
  .portfolio-session .portfolio-introduction {
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres {
    display: grid;
    gap: 50px;
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres img {
    width: 500px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/500px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre .portfolio-primeirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/500px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre .portfolio-segundosemestre-menu {
    justify-self: center;
    margin-top: 50px;
    width: 300px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(4, auto) 1fr/500px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre .portfolio-terceirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/500px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre .portfolio-quartosemestre-login {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/500px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre .portfolio-quintosemestre-home {
    justify-self: center;
    margin-top: 50px;
    width: 300px;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/500px;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre .portfolio-sextosemestre {
    justify-self: center;
    margin-top: 50px;
    width: 300px;
  }
  .portfolio-session .portfolio-separator {
    background-color: #ffffff;
    height: 2px;
  }
  /* Final da página de portifólio */
  /* Página de projetos - Media query de 600px */
  .body-projects {
    display: grid;
    grid-template: auto/540px;
    gap: 40px;
    justify-content: center;
    padding: 30px 0 0 0;
  }
  .body-projects .project-all_projects {
    text-decoration: underline;
  }
  .body-projects .body-projects_introduction_text {
    text-align: justify;
  }
  .body-projects .project-lists {
    display: grid;
    gap: 10px;
  }
  .body-projects .project-lists li {
    list-style-type: disc;
    list-style-position: inside;
  }
  /* Final da página de projetos */
  /* Começo da página de contatos - Media query de 600px de largura */
  .body-contacts {
    align-items: center;
    display: grid;
    justify-items: center;
    gap: 30px;
    padding: 25px 0 0 0;
  }
  .body-contacts h3 {
    text-decoration: underline;
  }
  .body-contacts iframe {
    height: 400px;
    width: 400px;
  }
  .contacts-contact_list {
    font-size: 14px;
    display: grid;
    gap: 5px;
  }
  .contacts-contact_list li {
    list-style-position: inside;
    list-style-type: none;
  }
  .contacts-contact_list li span {
    font-weight: bolder;
  }
  .contacts-division_one {
    display: grid;
    gap: 20px;
  }
  .contacts-division_one, .contacts-division_two {
    grid-template-columns: 500px;
  }
  .contacts-division_two {
    display: grid;
    gap: 20px;
  }
  .contacts-division_two form {
    display: grid;
    gap: 10px;
    font-size: 14px;
  }
  .contacts-division_two form textarea {
    background-color: #ccc;
    border-radius: 5px;
    color: #000;
    outline: none;
  }
  .contacts-division_two form input {
    background-color: #000;
    border-bottom: 1px solid #fff;
    outline: none;
  }
  .contacts-division_two form input[type=submit] {
    background-color: #000;
    border-radius: 5px;
    border: none;
  }
  .contacts-division_two form input[type=submit]:hover {
    background-color: #ccc;
  }
  /* Final da página de contatos */
  /* Página de artigos - Media query de 600px de largura */
  .body-articles {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template: auto/540px;
    justify-content: center;
    padding: 30px;
  }
  .body-articles p {
    text-align: justify;
  }
  .body-articles .articles-introduction {
    display: grid;
    gap: 15px;
  }
  .body-articles .articles-datadriver_pizza {
    height: auto;
    width: 540px;
  }
  .body-articles .articles-datadriver {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-linguagemR_ic {
    height: auto;
    width: 540px;
  }
  .body-articles .articles-linguagemR {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-all_articles ul {
    display: grid;
    gap: 25px;
    padding: 20px 0;
  }
  .body-articles .articles-all_articles a {
    border-radius: 5px;
    text-decoration: none;
    padding: 10px 5px;
    display: flex;
    justify-content: space-between;
  }
  .body-articles .articles-all_articles a:hover {
    background-color: rgba(241, 241, 241, 0.1490196078);
    cursor: pointer;
  }
  /* Final da página de artigos */
  /* Página de carreira e experiências - Media query de 600px de largura */
  .body-career {
    display: grid;
    grid-template: auto/540px;
    justify-content: center;
    padding: 30px;
  }
  .body-career .career {
    display: grid;
    gap: 40px;
  }
  .body-career .career-exp {
    text-align: justify;
    display: grid;
    gap: 10px;
  }
  .body-career .career-exp .career-exp_content {
    display: grid;
    gap: 10px;
  }
  .body-career .career-exp .career-exp_content p {
    text-decoration: underline;
  }
  .body-career .career-exp .career-exp_content ul li {
    list-style-type: disc;
    list-style-position: inside;
    color: gray;
  }
  /* Final da página de carreira e experiências */
}
@media screen and (min-width: 720px) and (max-width: 799px) {
  /* Página inicial */
  .body-index {
    display: grid;
    gap: 25px;
    grid-template-columns: 100%;
    margin: -230px 0 60px 0;
    padding: 0 50px;
  }
  .nav-header-mobile {
    padding: 0 30px;
  }
  .header-superior {
    padding: 10px 50px;
  }
  /* Página de portifólio */
  .portfolio-session {
    align-items: start;
    display: grid;
    gap: 50px;
    grid-template-columns: 620px;
    justify-content: center;
    padding: 50px 0;
  }
  .portfolio-session .portfolio-introduction {
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres {
    display: grid;
    gap: 50px;
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres img {
    width: 620px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/620px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre .portfolio-primeirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/620px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre .portfolio-segundosemestre-menu {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(4, auto) 1fr/620px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre .portfolio-terceirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/620px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre .portfolio-quartosemestre-login {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/620px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre .portfolio-quintosemestre-home {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/620px;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre .portfolio-sextosemestre {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-separator {
    background-color: #ffffff;
    height: 2px;
  }
  /* Final da página de portifólio */
  /* Página de projetos - Media query de 720px de largura */
  .body-projects {
    display: grid;
    grid-template: auto/625px;
    gap: 40px;
    justify-content: center;
    padding: 30px 0 0 0;
  }
  .body-projects .project-all_projects {
    text-decoration: underline;
  }
  .body-projects .body-projects_introduction_text {
    text-align: justify;
  }
  .body-projects .project-lists {
    display: grid;
    gap: 10px;
  }
  .body-projects .project-lists li {
    list-style-type: disc;
    list-style-position: inside;
  }
  /* Final da página de projetos */
  /* Página de contato - Media query de 720px de largura */
  .body-contacts {
    align-items: center;
    display: grid;
    gap: 30px;
    justify-items: center;
    padding: 25px 0 0 0;
  }
  .body-contacts h3 {
    text-decoration: underline;
  }
  .body-contacts iframe {
    height: 400px;
    width: 400px;
  }
  .contacts-contact_list {
    font-size: 14px;
    display: grid;
    gap: 5px;
  }
  .contacts-contact_list li {
    list-style-position: inside;
    list-style-type: none;
  }
  .contacts-contact_list li span {
    font-weight: bolder;
  }
  .contacts-division_one {
    display: grid;
    gap: 20px;
  }
  .contacts-division_one, .contacts-division_two {
    grid-template-columns: 660px;
  }
  .contacts-division_two {
    display: grid;
    gap: 20px;
  }
  .contacts-division_two form {
    display: grid;
    font-size: 14px;
    gap: 10px;
  }
  .contacts-division_two form textarea {
    background-color: #ccc;
    border-radius: 5px;
    color: #000;
    outline: none;
  }
  .contacts-division_two form input {
    background-color: #000;
    border-bottom: 1px solid #fff;
    outline: none;
  }
  .contacts-division_two form input[type=submit] {
    background-color: #000;
    border-radius: 5px;
    border: none;
  }
  .contacts-division_two form input[type=submit]:hover {
    background-color: #ccc;
  }
  /* Final da página de contatos */
  /* Página de artigos - Media query de 720px de largura */
  .body-articles {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template: auto/660px;
    justify-content: center;
    padding: 50px;
  }
  .body-articles p {
    text-align: justify;
  }
  .body-articles .articles-introduction {
    display: grid;
    gap: 15px;
  }
  .body-articles .articles-datadriver_pizza {
    height: auto;
    width: 660px;
  }
  .body-articles .articles-datadriver {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-linguagemR_ic {
    height: auto;
    width: 660px;
  }
  .body-articles .articles-linguagemR {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-all_articles ul {
    display: grid;
    gap: 25px;
    padding: 20px 0;
  }
  .body-articles .articles-all_articles a {
    border-radius: 5px;
    text-decoration: none;
    padding: 10px 5px;
    display: flex;
    justify-content: space-between;
  }
  .body-articles .articles-all_articles a:hover {
    background-color: rgba(241, 241, 241, 0.1490196078);
    cursor: pointer;
  }
  /* Final da página de artigos */
  /* Página de carreira - Media query de 720px de largura */
  .body-career {
    display: grid;
    grid-template: auto/660px;
    justify-content: center;
    padding: 30px;
  }
  .body-career .career {
    display: grid;
    gap: 40px;
  }
  .body-career .career-exp {
    display: grid;
    gap: 10px;
    text-align: justify;
  }
  .body-career .career-exp .career-exp_content {
    display: grid;
    gap: 10px;
  }
  .body-career .career-exp .career-exp_content p {
    text-decoration: underline;
  }
  .body-career .career-exp .career-exp_content ul li {
    list-style-type: disc;
    list-style-position: inside;
    color: gray;
  }
  /* Final da página de carreira */
}
@media screen and (min-width: 800px) and (max-width: 867px) {
  /* Página inicial */
  .body-index {
    display: flex;
    margin: 0px 0 60px 0;
    padding: 0 50px;
  }
  .body-index-apresentation {
    display: grid;
    margin-top: 100px;
    grid-template-rows: 50px 100px 50px 45px;
    gap: 0;
    width: 450px;
  }
  .body-index-lets-code {
    width: fit-content;
  }
  .body-index-lets-code img {
    width: 250px;
  }
  .nav-header-mobile {
    padding: 0 30px;
  }
  .header-superior {
    padding: 10px 50px;
  }
  /* Página de portifólio*/
  .portfolio-session {
    align-items: start;
    display: grid;
    justify-content: center;
    gap: 50px;
    grid-template-columns: 700px;
    padding: 50px 0;
  }
  .portfolio-session .portfolio-introduction {
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres {
    display: grid;
    gap: 50px;
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres img {
    width: 700px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/700px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre .portfolio-primeirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/700px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre .portfolio-segundosemestre-menu {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(4, auto) 1fr/700px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre .portfolio-terceirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/700px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre .portfolio-quartosemestre-login {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/700px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre .portfolio-quintosemestre-home {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/700px;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre .portfolio-sextosemestre {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-separator {
    background-color: #ffffff;
    height: 2px;
  }
  /* Final da página de portifólio */
  /* Página de projetos - Media query de 800px de largura */
  .body-projects {
    display: grid;
    grid-template: auto/700px;
    gap: 40px;
    justify-content: center;
    padding: 30px 0 0 0;
  }
  .body-projects .project-all_projects {
    text-decoration: underline;
  }
  .body-projects .body-projects_introduction_text {
    text-align: justify;
  }
  .body-projects .project-lists {
    display: grid;
    gap: 10px;
  }
  .body-projects .project-lists li {
    list-style-type: disc;
    list-style-position: inside;
  }
  /* Final da página de projetos */
  /* Página de contatos - Media query de 800px de largura */
  .body-contacts {
    align-items: center;
    display: grid;
    gap: 30px;
    justify-items: center;
    padding: 25px 0 0 0;
  }
  .body-contacts h3 {
    text-decoration: underline;
  }
  .body-contacts iframe {
    height: 400px;
    width: 400px;
  }
  .contacts-contact_list {
    font-size: 14px;
    display: grid;
    gap: 5px;
  }
  .contacts-contact_list li {
    list-style-position: inside;
    list-style-type: none;
  }
  .contacts-contact_list li span {
    font-weight: bolder;
  }
  .contacts-division_one {
    display: grid;
    gap: 20px;
  }
  .contacts-division_one, .contacts-division_two {
    grid-template-columns: 700px;
  }
  .contacts-division_two {
    display: grid;
    gap: 20px;
  }
  .contacts-division_two form {
    display: grid;
    gap: 10px;
    font-size: 14px;
  }
  .contacts-division_two form textarea {
    background-color: #ccc;
    border-radius: 5px;
    color: #000;
    outline: none;
  }
  .contacts-division_two form input {
    background-color: #000;
    border-bottom: 1px solid #fff;
    outline: none;
  }
  .contacts-division_two form input[type=submit] {
    background-color: #000;
    border-radius: 5px;
    border: none;
  }
  .contacts-division_two form input[type=submit]:hover {
    background-color: #ccc;
  }
  /* Final da página de contatos */
  /* Página de artigos - Media query de 800px de largura */
  .body-articles {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template: auto/740px;
    justify-content: center;
    padding: 50px 0;
  }
  .body-articles p {
    text-align: justify;
  }
  .body-articles .articles-introduction {
    display: grid;
    gap: 15px;
  }
  .body-articles .articles-datadriver_pizza {
    height: auto;
    width: 740px;
  }
  .body-articles .articles-datadriver {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-linguagemR_ic {
    height: auto;
    width: 740px;
  }
  .body-articles .articles-linguagemR {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-all_articles ul {
    display: grid;
    gap: 25px;
    padding: 20px 0;
  }
  .body-articles .articles-all_articles a {
    border-radius: 5px;
    padding: 10px 5px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
  }
  .body-articles .articles-all_articles a:hover {
    background-color: rgba(241, 241, 241, 0.1490196078);
    cursor: pointer;
  }
  /* Final da página de artigos  */
  /* Página de carreira - Media query de 800px de largura */
  .body-career {
    display: grid;
    grid-template: auto/740px;
    justify-content: center;
    padding: 30px;
  }
  .body-career .career {
    display: grid;
    gap: 40px;
  }
  .body-career .career-exp {
    display: grid;
    gap: 10px;
    text-align: justify;
  }
  .body-career .career-exp .career-exp_content {
    display: grid;
    gap: 10px;
  }
  .body-career .career-exp .career-exp_content p {
    text-decoration: underline;
  }
  .body-career .career-exp .career-exp_content ul li {
    color: gray;
    list-style-type: disc;
    list-style-position: inside;
  }
  /* Final da página de carreira */
}
@media screen and (min-width: 868px) and (max-width: 1023px) {
  /* Página inicial */
  .body-index {
    display: flex;
    margin: 0px 0 60px 0;
    padding: 0 50px;
  }
  .body-index-apresentation {
    display: grid;
    margin-top: 100px;
    grid-template-rows: 50px 100px 50px 45px;
    gap: 0;
    width: 450px;
  }
  .body-index-lets-code {
    width: fit-content;
  }
  .body-index-lets-code img {
    width: 250px;
  }
  .nav-header-mobile {
    padding: 0 30px;
  }
  .header-superior {
    padding: 10px 50px;
  }
  /* Página de portifólio */
  .portfolio-session {
    align-items: start;
    display: grid;
    justify-content: center;
    gap: 50px;
    grid-template-columns: 768px;
    padding: 50px 0;
  }
  .portfolio-session .portfolio-introduction {
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres {
    display: grid;
    gap: 50px;
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres img {
    width: 768px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/768px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre .portfolio-primeirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/768px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre .portfolio-segundosemestre-menu {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(4, auto) 1fr/768px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre .portfolio-terceirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/768px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre .portfolio-quartosemestre-login {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/768px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre .portfolio-quintosemestre-home {
    width: 400px;
    margin-top: 50px;
    justify-self: center;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/768px;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre .portfolio-sextosemestre {
    width: 400px;
    margin-top: 50px;
    justify-self: center;
  }
  .portfolio-session .portfolio-separator {
    height: 2px;
    background-color: #ffffff;
  }
  /* Final da página de portifólio */
  /* Página de projetos - Media query de 868px de largura */
  .body-projects {
    display: grid;
    grid-template: auto/768px;
    gap: 40px;
    justify-content: center;
    padding: 30px 0 0 0;
  }
  .body-projects .project-all_projects {
    text-decoration: underline;
  }
  .body-projects .body-projects_introduction_text {
    text-align: justify;
  }
  .body-projects .project-lists {
    display: grid;
    gap: 10px;
  }
  .body-projects .project-lists li {
    list-style-position: inside;
    list-style-type: disc;
  }
  /* Final da página de projetos */
  /* Página de contatos - Media query de 868px de largura */
  .body-contacts {
    align-items: center;
    display: grid;
    justify-items: center;
    gap: 30px;
    padding: 25px 0 0 0;
  }
  .body-contacts h3 {
    text-decoration: underline;
  }
  .body-contacts iframe {
    height: 400px;
    width: 400px;
  }
  .contacts-contact_list {
    font-size: 14px;
    display: grid;
    gap: 5px;
  }
  .contacts-contact_list li {
    list-style-position: inside;
    list-style-type: none;
  }
  .contacts-contact_list li span {
    font-weight: bolder;
  }
  .contacts-division_one {
    display: grid;
    gap: 20px;
  }
  .contacts-division_one, .contacts-division_two {
    grid-template-columns: 768px;
  }
  .contacts-division_two {
    display: grid;
    gap: 20px;
  }
  .contacts-division_two form {
    display: grid;
    gap: 10px;
    font-size: 14px;
  }
  .contacts-division_two form textarea {
    background-color: #ccc;
    border-radius: 5px;
    color: #000;
    outline: none;
  }
  .contacts-division_two form input {
    background-color: #000;
    border-bottom: 1px solid #fff;
    outline: none;
  }
  .contacts-division_two form input[type=submit] {
    background-color: #000;
    border-radius: 5px;
    border: none;
  }
  .contacts-division_two form input[type=submit]:hover {
    background-color: #ccc;
  }
  /* Final da página de contato */
  /* Página de artigos - Media query de 868px de largura */
  .body-articles {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template: auto/808px;
    justify-content: center;
    padding: 50px 0;
  }
  .body-articles p {
    text-align: justify;
  }
  .body-articles .articles-introduction {
    display: grid;
    gap: 15px;
  }
  .body-articles .articles-datadriver_pizza {
    height: auto;
    width: 740px;
  }
  .body-articles .articles-datadriver {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-linguagemR_ic {
    height: auto;
    width: 740px;
  }
  .body-articles .articles-linguagemR {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-all_articles ul {
    display: grid;
    gap: 25px;
    padding: 20px 0;
  }
  .body-articles .articles-all_articles a {
    border-radius: 5px;
    padding: 10px 5px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
  }
  .body-articles .articles-all_articles a:hover {
    background-color: rgba(241, 241, 241, 0.1490196078);
    cursor: pointer;
  }
  /* Final da página de artigos */
  /* Página de carreira - Media query de 868px de largura */
  .body-career {
    display: grid;
    grid-template: auto/808px;
    justify-content: center;
    padding: 50px 0;
  }
  .body-career .career {
    display: grid;
    gap: 40px;
  }
  .body-career .career-exp {
    display: grid;
    gap: 10px;
    text-align: justify;
  }
  .body-career .career-exp .career-exp_content {
    display: grid;
    gap: 10px;
  }
  .body-career .career-exp .career-exp_content p {
    text-decoration: underline;
  }
  .body-career .career-exp .career-exp_content ul li {
    list-style-type: disc;
    list-style-position: inside;
    color: gray;
  }
  /* Final da página de carreira */
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  /* Página inicila */
  .body-index {
    display: flex;
    justify-content: center;
    margin: 0 0 60px 0;
    padding: 0 50px;
  }
  .body-index-apresentation {
    display: grid;
    margin-top: 100px;
    grid-template-rows: 50px 100px 50px 45px;
    gap: 0;
    width: 450px;
  }
  .body-index-lets-code {
    width: fit-content;
  }
  .body-index-lets-code img {
    width: 250px;
  }
  .nav-header-mobile {
    padding: 0 75px;
  }
  .header-superior {
    padding: 10px 100px;
  }
  /* Página do portifólio */
  .portfolio-session {
    align-items: start;
    display: grid;
    gap: 50px;
    grid-template-columns: 820px;
    justify-content: center;
    padding: 50px 0;
  }
  .portfolio-session .portfolio-introduction {
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres {
    display: grid;
    gap: 50px;
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres img {
    width: 820px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/820px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre .portfolio-primeirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/820px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre .portfolio-segundosemestre-menu {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(4, auto) 1fr/820px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre .portfolio-terceirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/820px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre .portfolio-quartosemestre-login {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/820px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre .portfolio-quintosemestre-home {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-separator {
    height: 2px;
    background-color: #ffffff;
  }
  /* Final da página de portifólio */
  /* Página de projetos - Media query de 1024px de largura */
  .body-projects {
    display: grid;
    grid-template: auto/820px;
    gap: 40px;
    justify-content: center;
    padding: 30px 0 0 0;
  }
  .body-projects .project-all_projects {
    text-decoration: underline;
  }
  .body-projects .body-projects_introduction_text {
    text-align: justify;
  }
  .body-projects .project-lists {
    display: grid;
    gap: 10px;
  }
  .body-projects .project-lists li {
    list-style-type: disc;
    list-style-position: inside;
  }
  /* Final da página de projetos */
  /* Página de contatos - Media query de 1024px de largura */
  .body-contacts {
    align-items: center;
    display: grid;
    gap: 30px;
    justify-items: center;
    padding: 25px 0 0 0;
  }
  .body-contacts h3 {
    text-decoration: underline;
  }
  .body-contacts iframe {
    height: 400px;
    width: 800px;
  }
  .contacts-contact_list {
    font-size: 14px;
    display: grid;
    gap: 5px;
  }
  .contacts-contact_list li {
    list-style-position: inside;
    list-style-type: none;
  }
  .contacts-contact_list li span {
    font-weight: bolder;
  }
  .contacts-division_one {
    display: grid;
    gap: 20px;
  }
  .contacts-division_one, .contacts-division_two {
    grid-template-columns: 820px;
  }
  .contacts-division_two {
    display: grid;
    gap: 20px;
  }
  .contacts-division_two form {
    display: grid;
    gap: 10px;
    font-size: 14px;
  }
  .contacts-division_two form textarea {
    background-color: #ccc;
    border-radius: 5px;
    color: #000;
    outline: none;
  }
  .contacts-division_two form input {
    background-color: #000;
    border-bottom: 1px solid #fff;
    outline: none;
  }
  .contacts-division_two form input[type=submit] {
    background-color: #000;
    border-radius: 5px;
    border: none;
  }
  .contacts-division_two form input[type=submit]:hover {
    background-color: #ccc;
  }
  /* Final da página de contatos */
  /* Página de artigos - Media query de 1024px de largura */
  .body-articles {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template: auto/964px;
    justify-content: center;
    padding: 50px 0;
  }
  .body-articles p {
    text-align: justify;
  }
  .body-articles .articles-introduction {
    display: grid;
    gap: 15px;
  }
  .body-articles .articles-datadriver_pizza {
    height: auto;
    width: 700px;
  }
  .body-articles .articles-datadriver {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-linguagemR_ic {
    height: auto;
    width: 700px;
  }
  .body-articles .articles-linguagemR {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-all_articles ul {
    display: grid;
    gap: 25px;
    padding: 20px 0;
  }
  .body-articles .articles-all_articles a {
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
  }
  .body-articles .articles-all_articles a:hover {
    background-color: rgba(241, 241, 241, 0.1490196078);
    cursor: pointer;
  }
  /* Final da página de artigos */
  /* Página de carreira e experiências - Media query de 1024px de largura */
  .body-career {
    display: grid;
    grid-template: auto/964px;
    justify-content: center;
    padding: 50px 0;
  }
  .body-career .career {
    display: grid;
    gap: 40px;
  }
  .body-career .career-exp {
    display: grid;
    gap: 10px;
    text-align: justify;
  }
  .body-career .career-exp .career-exp_content {
    display: grid;
    gap: 10px;
  }
  .body-career .career-exp .career-exp_content p {
    text-decoration: underline;
  }
  .body-career .career-exp .career-exp_content ul li {
    color: gray;
    list-style-type: disc;
    list-style-position: inside;
  }
  /* Final da página de carreira e experiências */
}
@media screen and (min-width: 1200px) and (max-width: 1374px) {
  /* Página inicial */
  .body-index {
    display: flex;
    justify-content: center;
    margin: -230px 0 60px 0;
    padding: 0 50px;
  }
  .body-index-apresentation {
    display: grid;
    margin-top: 100px;
    grid-template-rows: 50px 100px 50px 45px;
    gap: 0;
    width: 450px;
  }
  .body-index-lets-code {
    width: fit-content;
  }
  .body-index-lets-code img {
    width: 280px;
  }
  .comecar-mobile {
    display: none;
  }
  .comecar-desktop {
    background-color: black;
    border-radius: 5px;
    display: flex;
    font-weight: bold;
    padding: 5px;
  }
  .comecar-desktop:hover {
    background: rgba(241, 241, 241, 0.15);
  }
  .comecar-desktop-button {
    background-color: rgba(238, 238, 238, 0.4);
    border-radius: 5px;
    padding: 1px;
    margin: 0 5px;
  }
  /* Footer */
  footer div.footer-linhas p:first-of-type {
    margin-right: 5%;
  }
  body .card-list {
    width: 450px;
  }
  /* Header */
  .header-principal nav {
    display: none;
  }
  .header-principal nav ul {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    white-space: nowrap;
  }
  .header-principal nav li {
    padding: 5px 20px;
    flex-wrap: nowrap;
    transition: 0.5s;
  }
  .header-principal nav li:hover {
    background: rgba(241, 241, 241, 0.15);
    border-radius: 5px;
  }
  .header-principal .nav-header-desktop {
    display: flex;
  }
  .header-principal .nav-header-desktop li a {
    text-decoration: none;
  }
  /* Página de portifólio - Media query de 1200px de largura */
  .portfolio-session {
    align-items: start;
    display: grid;
    gap: 50px;
    grid-template-columns: 900px;
    justify-content: center;
    padding: 50px 0;
  }
  .portfolio-session .portfolio-introduction {
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres {
    display: grid;
    gap: 50px;
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres img {
    width: 900px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/900px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre .portfolio-primeirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/900px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre .portfolio-segundosemestre-menu {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(4, auto) 1fr/900px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre .portfolio-terceirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/900px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre .portfolio-quartosemestre-login {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/900px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre .portfolio-quintosemestre-home {
    width: 400px;
    margin-top: 50px;
    justify-self: center;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/900px;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre .portfolio-sextosemestre {
    width: 400px;
    margin-top: 50px;
    justify-self: center;
  }
  .portfolio-session .portfolio-separator {
    height: 2px;
    background-color: #ffffff;
  }
  /* Final da página de portifólio */
  /* Página de projetos - Media query de 1200px de largura */
  .body-projects {
    display: grid;
    grid-template: auto/900px;
    gap: 40px;
    justify-content: center;
    padding: 50px 0 0 0;
  }
  .body-projects .project-all_projects {
    text-decoration: underline;
  }
  .body-projects .body-projects_introduction_text {
    text-align: justify;
  }
  .body-projects .project-lists {
    display: grid;
    gap: 10px;
  }
  .body-projects .project-lists li {
    list-style-position: inside;
    list-style-type: disc;
  }
  /* Final da página de projetos */
  /* Página de contatos - Media query de 1200px de largura */
  .body-contacts {
    align-items: start;
    display: grid;
    gap: 30px;
    justify-items: center;
    justify-content: center;
    margin-top: 40px;
    padding: 25px 0 0 0;
  }
  .body-contacts h3 {
    text-decoration: underline;
  }
  .body-contacts iframe {
    height: 200px;
    width: 400px;
  }
  .contacts-contact_list {
    font-size: 14px;
    display: grid;
    gap: 5px;
  }
  .contacts-contact_list li {
    list-style-position: inside;
    list-style-type: none;
  }
  .contacts-contact_list li span {
    font-weight: bolder;
  }
  .contacts-division_one {
    display: grid;
    gap: 20px;
    margin-top: -10px;
  }
  .contacts-division_one, .contacts-division_two {
    grid-template-columns: 450px;
    display: grid;
    grid-template: auto/repeat(2, 450px);
  }
  .contacts-division_two {
    display: grid;
    gap: 20px;
    grid-template: auto/900px;
  }
  .contacts-division_two form {
    display: grid;
    gap: 10px;
    font-size: 14px;
  }
  .contacts-division_two form textarea {
    background-color: #ccc;
    border-radius: 5px;
    outline: none;
    color: #000;
  }
  .contacts-division_two form input {
    background-color: #000;
    border-bottom: 1px solid #fff;
    outline: none;
  }
  .contacts-division_two form input[type=submit] {
    background-color: #000;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    justify-self: end;
    padding: 10px;
    width: 100px;
  }
  .contacts-division_two form input[type=submit]:hover {
    background-color: #222;
  }
  /* Final da página de contatos */
  /* Página de artigos - Media query de 1200px de largura */
  .body-articles {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template: auto/900px;
    justify-content: center;
    padding: 50px 0;
  }
  .body-articles p {
    text-align: justify;
  }
  .body-articles .articles-introduction {
    display: grid;
    gap: 15px;
  }
  .body-articles .articles-datadriver_pizza {
    height: auto;
    width: 400px;
  }
  .body-articles .articles-datadriver {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-linguagemR_ic {
    height: auto;
    width: 400px;
  }
  .body-articles .articles-linguagemR {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-all_articles ul {
    display: grid;
    gap: 25px;
    padding: 20px 0;
  }
  .body-articles .articles-all_articles a {
    border-radius: 5px;
    padding: 10px 5px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
  }
  .body-articles .articles-all_articles a:hover {
    background-color: rgba(241, 241, 241, 0.1490196078);
    cursor: pointer;
  }
  .body-articles .articles-destaque {
    display: grid;
    grid-template: auto/repeat(2, 400px);
    justify-content: space-between;
  }
  /* Final da página de artigos */
  /* Página de carreira e experiências - Media query de 1200px de largura */
  .body-career {
    display: grid;
    grid-template: auto/900px;
    justify-content: center;
    padding: 50px 0;
  }
  .body-career .career {
    display: grid;
    gap: 40px;
  }
  .body-career .career-exp {
    display: grid;
    gap: 10px;
    text-align: start;
  }
  .body-career .career-exp .career-exp_content {
    display: flex;
    gap: 10px;
  }
  .body-career .career-exp .career-exp_content p {
    text-decoration: underline;
  }
  .body-career .career-exp .career-exp_content ul li {
    color: gray;
    list-style-position: inside;
    list-style-type: disc;
  }
  /* Final da página de carreira e experiências */
}
@media screen and (min-width: 1375px) and (max-width: 1439px) {
  /* Página inicial */
  .body-index {
    display: flex;
    justify-content: center;
    margin: -250px 20px 60px 0;
    padding: 0 50px;
  }
  .body-index-apresentation {
    display: grid;
    margin-top: 100px;
    grid-template-rows: 50px 100px 50px 45px;
    gap: 0;
    width: 450px;
  }
  .body-index-lets-code {
    width: fit-content;
  }
  .body-index-lets-code img {
    width: 280px;
  }
  .comecar-mobile {
    display: none;
  }
  .comecar-desktop {
    background-color: black;
    border-radius: 5px;
    display: flex;
    font-weight: bold;
    padding: 5px;
  }
  .comecar-desktop:hover {
    background: rgba(241, 241, 241, 0.15);
  }
  .comecar-desktop-button {
    background-color: rgba(238, 238, 238, 0.4);
    border-radius: 5px;
    padding: 1px;
    margin: 0 5px;
  }
  /* Footer */
  footer div.footer-linhas p:first-of-type {
    margin-right: 5%;
  }
  body .card-list {
    width: 450px;
  }
  /* Header */
  .header-principal nav {
    display: none;
  }
  .header-principal nav ul {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    white-space: nowrap;
  }
  .header-principal nav li {
    padding: 5px 20px;
    flex-wrap: nowrap;
    transition: 0.5s;
  }
  .header-principal nav li:hover {
    background: rgba(241, 241, 241, 0.15);
    border-radius: 5px;
  }
  .header-principal .nav-header-desktop {
    display: flex;
  }
  .header-principal .nav-header-desktop li a {
    text-decoration: none;
  }
  /* Final do header */
  /* Página do portifólio - Media query de 1375px de largura*/
  .portfolio-session {
    align-items: start;
    display: grid;
    gap: 50px;
    grid-template-columns: 900px;
    justify-content: center;
    padding: 50px 0;
  }
  .portfolio-session .portfolio-introduction {
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres {
    display: grid;
    gap: 50px;
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres img {
    width: 900px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/900px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre .portfolio-primeirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/900px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre .portfolio-segundosemestre-menu {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(4, auto) 1fr/900px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre .portfolio-terceirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/900px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre .portfolio-quartosemestre-login {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/900px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre .portfolio-quintosemestre-home {
    width: 400px;
    margin-top: 50px;
    justify-self: center;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/900px;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre .portfolio-sextosemestre {
    width: 400px;
    margin-top: 50px;
    justify-self: center;
  }
  .portfolio-session .portfolio-separator {
    height: 2px;
    background-color: #ffffff;
  }
  /* Final da página de portifólio */
  /* Página de projetos - Media query de 1375px de largura */
  .body-projects {
    display: grid;
    grid-template: auto/900px;
    gap: 40px;
    justify-content: center;
    padding: 50px 0 0 0;
  }
  .body-projects .project-all_projects {
    text-decoration: underline;
  }
  .body-projects .body-projects_introduction_text {
    text-align: justify;
  }
  .body-projects .project-lists {
    display: grid;
    gap: 10px;
  }
  .body-projects .project-lists li {
    list-style-type: disc;
    list-style-position: inside;
  }
  /* Final da página de projetos */
  /* Página de contatos - Media query de 1375px de largura */
  .body-contacts {
    align-items: start;
    display: grid;
    gap: 20px;
    justify-items: center;
    justify-content: center;
    padding: 25px 0 0 0;
    margin-top: 40px;
  }
  .body-contacts h3 {
    text-decoration: underline;
  }
  .body-contacts iframe {
    height: 200px;
    width: 400px;
  }
  .contacts-contact_list {
    font-size: 14px;
    display: grid;
    gap: 5px;
  }
  .contacts-contact_list li {
    list-style-position: inside;
    list-style-type: none;
  }
  .contacts-contact_list li span {
    font-weight: bolder;
  }
  .contacts-division_one {
    display: grid;
    gap: 20px;
    margin-top: -10px;
  }
  .contacts-division_one, .contacts-division_two {
    grid-template-columns: 450px;
    display: grid;
    grid-template: auto/repeat(2, 450px);
  }
  .contacts-division_two {
    display: grid;
    gap: 20px;
    grid-template: auto/900px;
  }
  .contacts-division_two form {
    display: grid;
    gap: 10px;
    font-size: 14px;
  }
  .contacts-division_two form textarea {
    background-color: #ccc;
    border-radius: 5px;
    color: #000;
    outline: none;
  }
  .contacts-division_two form input {
    background-color: #000;
    border-bottom: 1px solid #fff;
    outline: none;
  }
  .contacts-division_two form input[type=submit] {
    background-color: #000;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    justify-self: end;
    padding: 10px;
    width: 100px;
  }
  .contacts-division_two form input[type=submit]:hover {
    background-color: #222;
  }
  /* Final da página de contatos */
  /* Página de artigos - Media query de 1375px de largura */
  .body-articles {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template: auto/900px;
    justify-content: center;
    padding: 50px 0;
  }
  .body-articles p {
    text-align: justify;
  }
  .body-articles .articles-introduction {
    display: grid;
    gap: 15px;
  }
  .body-articles .articles-datadriver_pizza {
    height: auto;
    width: 400px;
  }
  .body-articles .articles-datadriver {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-linguagemR_ic {
    height: auto;
    width: 400px;
  }
  .body-articles .articles-linguagemR {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-all_articles ul {
    display: grid;
    gap: 25px;
    padding: 20px 0;
  }
  .body-articles .articles-all_articles a {
    border-radius: 5px;
    padding: 10px 5px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
  }
  .body-articles .articles-all_articles a:hover {
    background-color: rgba(241, 241, 241, 0.1490196078);
    cursor: pointer;
  }
  .body-articles .articles-destaque {
    display: grid;
    grid-template: auto/repeat(2, 400px);
    justify-content: space-between;
  }
  /* Final da página de artigos */
  /* Página de carreira e experiências - Media query 1375px de largura */
  .body-career {
    display: grid;
    grid-template: auto/895px;
    justify-content: center;
    padding: 50px 0;
  }
  .body-career .career {
    display: grid;
    gap: 40px;
  }
  .body-career .career-exp {
    display: grid;
    gap: 10px;
    text-align: start;
  }
  .body-career .career-exp .career-exp_content {
    display: flex;
    gap: 10px;
  }
  .body-career .career-exp .career-exp_content p {
    text-decoration: underline;
  }
  .body-career .career-exp .career-exp_content ul li {
    color: gray;
    list-style-position: inside;
    list-style-type: disc;
  }
  /* Final da página de carreira e experiências */
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  /* Página inicial */
  .body-index {
    display: flex;
    justify-content: center;
    margin: 0 20px 60px 0;
    padding: 0 50px;
  }
  .body-index-apresentation {
    display: grid;
    margin-top: 100px;
    grid-template-rows: 50px 100px 50px 45px;
    gap: 0;
    width: 450px;
  }
  .body-index-lets-code {
    width: fit-content;
  }
  .body-index-lets-code img {
    width: 280px;
  }
  .comecar-mobile {
    display: none;
  }
  .comecar-desktop {
    background-color: black;
    border-radius: 5px;
    display: flex;
    font-weight: bold;
    padding: 5px;
  }
  .comecar-desktop:hover {
    background: rgba(241, 241, 241, 0.15);
  }
  .comecar-desktop-button {
    background-color: rgba(238, 238, 238, 0.4);
    border-radius: 5px;
    padding: 1px;
    margin: 0 5px;
  }
  /* Footer */
  footer div.footer-linhas p:first-of-type {
    margin-right: 5%;
  }
  body .card-list {
    width: 450px;
  }
  /* Header */
  .header-principal nav {
    display: none;
  }
  .header-principal nav ul {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    white-space: nowrap;
  }
  .header-principal nav li {
    padding: 5px 20px;
    flex-wrap: nowrap;
    transition: 0.5s;
  }
  .header-principal nav li:hover {
    background: rgba(241, 241, 241, 0.15);
    border-radius: 5px;
  }
  .header-principal .nav-header-desktop {
    display: flex;
  }
  .header-principal .nav-header-desktop li a {
    text-decoration: none;
  }
  /* Página de portifólio - Media query de 1440px de largura */
  .portfolio-session {
    align-items: start;
    display: grid;
    gap: 50px;
    grid-template-columns: 960px;
    justify-content: center;
    padding: 50px 0;
  }
  .portfolio-session .portfolio-introduction {
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres {
    display: grid;
    gap: 50px;
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres img {
    width: 960px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/960px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre .portfolio-primeirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/960px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre .portfolio-segundosemestre-menu {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(4, auto) 1fr/960px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre .portfolio-terceirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/960px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre .portfolio-quartosemestre-login {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/960px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre .portfolio-quintosemestre-home {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/960px;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre .portfolio-sextosemestre {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-separator {
    background-color: #ffffff;
    height: 2px;
  }
  /* Final da página de portifólio */
  /* Página de projetos - Media query de 1440px de largura */
  .body-projects {
    display: grid;
    grid-template: auto/960px;
    gap: 40px;
    justify-content: center;
    padding: 50px 0 0 0;
  }
  .body-projects .project-all_projects {
    text-decoration: underline;
  }
  .body-projects .body-projects_introduction_text {
    text-align: justify;
  }
  .body-projects .project-lists {
    display: grid;
    gap: 10px;
  }
  .body-projects .project-lists li {
    list-style-position: inside;
    list-style-type: disc;
  }
  /* Final da página de projetos */
  /* Página de contatos - Media query de 1440px de largura */
  .body-contacts {
    align-items: start;
    display: grid;
    gap: 10px;
    justify-items: center;
    justify-content: center;
    padding: 25px 0 0 0;
    margin-top: 40px;
  }
  .body-contacts h3 {
    text-decoration: underline;
  }
  .body-contacts iframe {
    height: 250px;
    width: 480px;
  }
  .contacts-contact_list {
    font-size: 14px;
    display: grid;
    gap: 5px;
  }
  .contacts-contact_list li {
    list-style-position: inside;
    list-style-type: none;
  }
  .contacts-contact_list li span {
    font-weight: bolder;
  }
  .contacts-division_one {
    display: grid;
    gap: 20px;
    margin-top: -10px;
  }
  .contacts-division_one, .contacts-division_two {
    grid-template-columns: 480px;
    display: grid;
    grid-template: auto/repeat(2, 450px);
  }
  .contacts-division_two {
    display: grid;
    gap: 20px;
    grid-template: auto/960px;
  }
  .contacts-division_two form {
    display: grid;
    gap: 10px;
    font-size: 14px;
  }
  .contacts-division_two form textarea {
    background-color: #ccc;
    border-radius: 5px;
    outline: none;
    color: #000;
  }
  .contacts-division_two form input {
    background-color: #000;
    border-bottom: 1px solid #fff;
    outline: none;
  }
  .contacts-division_two form input[type=submit] {
    background-color: #000;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    justify-self: end;
    padding: 10px;
    width: 100px;
  }
  .contacts-division_two form input[type=submit]:hover {
    background-color: #222;
  }
  /* Final da página de contatos */
  /* Página de artigos - Media query de 1440px de largura */
  .body-articles {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template: auto/960px;
    justify-content: center;
    padding: 50px 0;
  }
  .body-articles p {
    text-align: justify;
  }
  .body-articles .articles-introduction {
    display: grid;
    gap: 15px;
  }
  .body-articles .articles-datadriver_pizza {
    height: auto;
    width: 400px;
  }
  .body-articles .articles-datadriver {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-linguagemR_ic {
    height: auto;
    width: 400px;
  }
  .body-articles .articles-linguagemR {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-all_articles ul {
    display: grid;
    gap: 25px;
    padding: 20px 0;
  }
  .body-articles .articles-all_articles a {
    border-radius: 5px;
    padding: 10px 5px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
  }
  .body-articles .articles-all_articles a:hover {
    background-color: rgba(241, 241, 241, 0.1490196078);
    cursor: pointer;
  }
  .body-articles .articles-destaque {
    display: grid;
    grid-template: auto/repeat(2, 430px);
    justify-content: space-between;
  }
  /* Final da página de artigos */
  /* Página de carreira e experiências - Media query de 1440px de largura */
  .body-career {
    display: grid;
    grid-template: auto/960px;
    justify-content: center;
    padding: 50px 0;
  }
  .body-career .career {
    display: grid;
    gap: 40px;
  }
  .body-career .career-exp {
    display: grid;
    gap: 10px;
    text-align: start;
  }
  .body-career .career-exp .career-exp_content {
    display: flex;
    gap: 10px;
  }
  .body-career .career-exp .career-exp_content p {
    text-decoration: underline;
  }
  .body-career .career-exp .career-exp_content ul li {
    color: gray;
    list-style-position: inside;
    list-style-type: disc;
  }
  /* Final da página de carreira e experiências */
}
@media screen and (min-width: 1600px) and (max-width: 1919px) {
  /* Página inicial */
  .body-index {
    display: flex;
    justify-content: center;
    margin: -250px 20px 60px 0;
    padding: 0;
  }
  .body-index-apresentation {
    display: grid;
    margin-top: 100px;
    grid-template-rows: 50px 100px 50px 45px;
    gap: 0;
    width: 450px;
  }
  .body-index-lets-code {
    width: fit-content;
  }
  .body-index-lets-code img {
    width: 280px;
  }
  .comecar-mobile {
    display: none;
  }
  .comecar-desktop {
    background-color: black;
    border-radius: 5px;
    display: flex;
    font-weight: bold;
    padding: 5px;
  }
  .comecar-desktop:hover {
    background: rgba(241, 241, 241, 0.15);
  }
  .comecar-desktop-button {
    background-color: rgba(238, 238, 238, 0.4);
    border-radius: 5px;
    padding: 1px;
    margin: 0 5px;
  }
  /* Footer */
  footer div.footer-linhas p:first-of-type {
    margin-right: 5%;
  }
  body .card-list {
    width: 450px;
  }
  /* Header */
  .header-principal nav {
    display: none;
  }
  .header-principal nav ul {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    white-space: nowrap;
  }
  .header-principal nav li {
    flex-wrap: nowrap;
    padding: 5px 20px;
    transition: 0.5s;
  }
  .header-principal nav li:hover {
    background: rgba(241, 241, 241, 0.15);
    border-radius: 5px;
  }
  .header-principal .nav-header-desktop {
    display: flex;
  }
  .header-principal .nav-header-desktop li a {
    text-decoration: none;
  }
  /* Página do portifólio - Media query de 1600px de largura */
  .portfolio-session {
    align-items: start;
    display: grid;
    gap: 50px;
    grid-template-columns: 1387px;
    justify-content: center;
    padding: 50px 0;
  }
  .portfolio-session .portfolio-introduction {
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres {
    display: grid;
    gap: 50px;
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres img {
    width: 1387px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/1387px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre .portfolio-primeirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/1387px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre .portfolio-segundosemestre-menu {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(4, auto) 1fr/1387px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre .portfolio-terceirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/1387px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre .portfolio-quartosemestre-login {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/1387px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre .portfolio-quintosemestre-home {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/1387px;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre .portfolio-sextosemestre {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-separator {
    background-color: #ffffff;
    height: 2px;
  }
  /* Final da página de portifólio  */
  /* Página de projetos - Media query de 1600px de largura */
  .body-projects {
    display: grid;
    grid-template: auto/1387px;
    gap: 40px;
    justify-content: center;
    padding: 50px 0 0 0;
  }
  .body-projects .project-all_projects {
    text-decoration: underline;
  }
  .body-projects .body-projects_introduction_text {
    text-align: justify;
  }
  .body-projects .project-lists {
    display: grid;
    gap: 10px;
  }
  .body-projects .project-lists li {
    list-style-position: inside;
    list-style-type: disc;
  }
  /* Final da página de projetos */
  /* Página de contatos - Media query de 1600px de largura */
  .body-contacts {
    align-items: start;
    display: grid;
    gap: 10px;
    justify-items: center;
    justify-content: center;
    padding: 25px 0 0 0;
    margin-top: 0;
  }
  .body-contacts h3 {
    text-decoration: underline;
  }
  .body-contacts iframe {
    height: 400px;
    width: 560px;
  }
  .contacts-contact_list {
    font-size: 14px;
    display: grid;
    gap: 5px;
  }
  .contacts-contact_list li {
    list-style-position: inside;
    list-style-type: none;
  }
  .contacts-contact_list li span {
    font-weight: bolder;
  }
  .contacts-division_one {
    display: grid;
    gap: 20px;
    margin-top: -10px;
  }
  .contacts-division_one, .contacts-division_two {
    grid-template-columns: 560px;
    grid-template: auto/repeat(2, 560px);
  }
  .contacts-division_two {
    display: grid;
    gap: 20px;
    grid-template: auto/1120px;
  }
  .contacts-division_two form {
    display: grid;
    gap: 10px;
    font-size: 14px;
  }
  .contacts-division_two form textarea {
    background-color: #ccc;
    border-radius: 5px;
    color: #000;
    outline: none;
  }
  .contacts-division_two form input {
    background-color: #000;
    border-bottom: 1px solid #fff;
    outline: none;
  }
  .contacts-division_two form input[type=submit] {
    background-color: #000;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    justify-self: end;
    padding: 10px;
    width: 100px;
  }
  .contacts-division_two form input[type=submit]:hover {
    background-color: #222;
  }
  /* Final da página de contatos */
  /* Página de artigos - Media query 1600px de largura */
  .body-articles {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template: auto/1120px;
    justify-content: center;
    padding: 50px 0;
  }
  .body-articles p {
    text-align: justify;
  }
  .body-articles .articles-introduction {
    display: grid;
    gap: 15px;
  }
  .body-articles .articles-datadriver_pizza {
    height: auto;
    width: 400px;
  }
  .body-articles .articles-datadriver {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-linguagemR_ic {
    height: auto;
    width: 400px;
  }
  .body-articles .articles-linguagemR {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-all_articles ul {
    display: grid;
    gap: 25px;
    padding: 20px 0;
  }
  .body-articles .articles-all_articles a {
    border-radius: 5px;
    text-decoration: none;
    padding: 10px 5px;
    display: flex;
    justify-content: space-between;
  }
  .body-articles .articles-all_articles a:hover {
    background-color: rgba(241, 241, 241, 0.1490196078);
    cursor: pointer;
  }
  .body-articles .articles-destaque {
    display: grid;
    grid-template: auto/repeat(2, 530px);
    justify-content: space-between;
  }
  /* Final da página de artigos */
  /* Página de carreira e experiências - Media query de 1600px de largura */
  .body-career {
    display: grid;
    grid-template: auto/1120px;
    justify-content: center;
    padding: 50px 0;
  }
  .body-career .career {
    display: grid;
    gap: 40px;
    margin-top: 130px;
  }
  .body-career .career-exp {
    text-align: start;
    display: grid;
    gap: 10px;
  }
  .body-career .career-exp .career-exp_content {
    display: flex;
    gap: 10px;
  }
  .body-career .career-exp .career-exp_content p {
    text-decoration: underline;
  }
  .body-career .career-exp .career-exp_content ul li {
    color: gray;
    list-style-type: disc;
    list-style-position: inside;
  }
  /* Final da página de experiências */
}
@media screen and (min-width: 1920px) {
  /* Página inicial */
  .body-index {
    grid-template-rows: 65px 60px 45px 45px;
    padding: 0 0 0 350px;
    width: 750px;
    gap: 0;
    margin: 0 0 280px 0;
  }
  /* Footer */
  footer div.footer-linhas p:first-of-type {
    margin-right: 30px;
  }
  body .card-list {
    width: 450px;
  }
  /* Header  */
  .nav-header-mobile {
    padding: 0 350px;
  }
  .comecar-mobile {
    display: none;
  }
  .comecar-desktop {
    background-color: black;
    border-radius: 5px;
    display: flex;
    font-weight: bold;
    padding: 5px;
  }
  .comecar-desktop:hover {
    background: rgba(241, 241, 241, 0.15);
  }
  .comecar-desktop-button {
    background-color: rgba(238, 238, 238, 0.4);
    border-radius: 5px;
    padding: 1px;
    margin: 0 5px;
  }
  .body-index {
    margin: 0 0 60px 0;
    grid-template: auto/repeat(2, 610px);
    width: 100%;
    gap: 0;
    padding-top: 250px;
    height: 100vh;
  }
  .comecar-mobile {
    display: none;
  }
  .comecar-desktop {
    background-color: black;
    border-radius: 5px;
    display: flex;
    font-weight: bold;
    padding: 5px;
  }
  .comecar-desktop:hover {
    background: rgba(241, 241, 241, 0.15);
  }
  .comecar-desktop-button {
    background-color: rgba(238, 238, 238, 0.4);
    border-radius: 5px;
    padding: 1px;
    margin: 0 5px;
  }
  footer div.footer-linhas p:first-of-type {
    margin-right: 5%;
  }
  footer body .card-list {
    width: 450px;
  }
  .header-principal nav {
    display: none;
  }
  .header-principal nav ul {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    white-space: nowrap;
  }
  .header-principal nav li {
    padding: 5px 20px;
    flex-wrap: nowrap;
    transition: 0.5s;
  }
  .header-principal nav li:hover {
    background: rgba(241, 241, 241, 0.15);
    border-radius: 5px;
  }
  .header-principal .nav-header-desktop {
    display: flex;
  }
  .header-principal .nav-header-desktop li a {
    text-decoration: none;
  }
  /* Página de projetos - Media query de 1920px de largura */
  .body-projects {
    display: grid;
    grid-template: auto/1220px;
    gap: 40px;
    justify-content: center;
    padding: 50px 0 0 0;
  }
  .body-projects .project-all_projects {
    text-decoration: underline;
  }
  .body-projects p {
    font-size: 14px;
  }
  .body-projects ul li {
    font-size: 14px;
  }
  .body-projects .body-projects_introduction_text {
    text-align: justify;
  }
  .body-projects .project-lists {
    display: grid;
    gap: 10px;
  }
  .body-projects .project-lists li {
    list-style-position: inside;
    list-style-type: disc;
  }
  .body-contacts {
    align-items: start;
    display: grid;
    gap: 10px;
    justify-items: center;
    justify-content: center;
    padding: 25px 0 0 0;
    margin-top: 100px;
  }
  .body-contacts h3 {
    text-decoration: underline;
  }
  .body-contacts iframe {
    height: 400px;
    width: 100%;
  }
  .contacts-contact_list {
    font-size: 14px;
    display: grid;
    gap: 5px;
  }
  .contacts-contact_list li {
    list-style-position: inside;
    list-style-type: none;
  }
  .contacts-contact_list li span {
    font-weight: bolder;
  }
  .contacts-division_one {
    display: grid;
    gap: 20px;
    margin-top: -10px;
  }
  .contacts-division_one, .contacts-division_two {
    width: 100%;
  }
  .contacts-division_two {
    display: grid;
    gap: 20px;
    gap: 20px;
    grid-template: auto/1200px;
    text-align: justify;
  }
  .contacts-division_two form {
    display: grid;
    gap: 10px;
    font-size: 14px;
  }
  .contacts-division_two form textarea {
    background-color: #ccc;
    border-radius: 5px;
    color: #000;
    outline: none;
  }
  .contacts-division_two form input {
    background-color: #000;
    border-bottom: 1px solid #fff;
    outline: none;
  }
  .contacts-division_two form input[type=submit] {
    background-color: #000;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    justify-self: end;
    padding: 10px;
    width: 100px;
  }
  .contacts-division_two form input[type=submit]:hover {
    background-color: #222;
  }
  /* Final da página de contatos */
}
.colorThemeGradient {
  background-image: linear-gradient(to right, #05F2DB 0%, #03FFF8 40%, #A0FF88 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.img-perfil-discover {
  width: 200px;
}

.body-discover {
  margin: 0 0 100px 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 50px 250px 550px 50px 1400px;
  padding: 30px 50px 30px 20px;
  gap: 25px;
}
.body-discover .discover-about-text p {
  color: rgb(157, 181, 192) !important;
  text-align: justify;
}
.body-discover .discover-biography-text {
  border-left: 4px solid gray;
  padding-left: 10px;
}
.body-discover .discover-biography-text p {
  color: rgb(157, 181, 192) !important;
  text-align: justify;
}
.body-discover .discover-perfil-photo {
  text-align: center;
}
@media screen and (min-width: 480px) and (max-width: 599px) {
  .body-discover {
    grid-template-rows: 50px 280px 420px 50px 800px;
    padding: 50px 30px 0 30px;
  }
  .body-discover .img-perfil-discover {
    width: 250px;
    border-radius: 500px;
    box-shadow: 1px 1px 5px gray;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .body-discover {
    grid-template-rows: 50px 280px 320px 50px 600px;
    padding: 50px 30px 0 30px;
  }
  .body-discover .img-perfil-discover {
    width: 250px;
    border-radius: 500px;
    box-shadow: 1px 1px 5px gray;
  }
}
@media screen and (min-width: 768px) and (max-width: 867px) {
  .body-discover {
    grid-template-rows: 50px 280px 260px 50px 400px;
    padding: 50px 30px 0 30px;
  }
  .body-discover .img-perfil-discover {
    width: 250px;
    border-radius: 500px;
    box-shadow: 1px 1px 5px gray;
  }
}
@media screen and (min-width: 868px) and (max-width: 1023px) {
  .body-discover {
    grid-template-rows: 50px 280px 260px 50px 400px;
    padding: 50px 30px 0 30px;
  }
  .body-discover .img-perfil-discover {
    width: 250px;
    border-radius: 500px;
    box-shadow: 1px 1px 5px gray;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .body-discover {
    grid-template-rows: 50px 280px 220px 50px 300px;
    padding: 50px 30px 0 30px;
  }
  .body-discover .img-perfil-discover {
    width: 250px;
    border-radius: 500px;
    box-shadow: 1px 1px 5px gray;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1374px) {
  .body-discover {
    padding: 50px 150px 0 150px;
    grid-template: 50px 280px 50px 400px/repeat(4, 1fr);
    grid-template-areas: "discover-sobre_mim discover-sobre_mim discover-sobre_mim discover-sobre_mim" "discover-perfil-photo discover-about-text discover-about-text discover-about-text" "discover-biografia discover-biografia discover-biografia discover-biografia" "discover-biography-text discover-biography-text discover-biography-text discover-biography-text";
    gap: 30px 50px;
  }
  .body-discover .img-perfil-discover {
    width: 250px;
    border-radius: 10px;
  }
  .body-discover .discover-sobre_mim {
    grid-area: discover-sobre_mim;
  }
  .body-discover .discover-perfil-photo {
    grid-area: discover-perfil-photo;
    text-align: start;
  }
  .body-discover .discover-about-text {
    grid-area: discover-about-text;
    display: grid;
    font-size: 14px;
    align-content: start;
    gap: 10px;
  }
  .body-discover .discover-biografia {
    grid-area: discover-biografia;
  }
  .body-discover .discover-biography-text {
    grid-area: discover-biography-text;
    font-size: 14px;
    display: grid;
    align-content: start;
    gap: 20px;
    font-style: italic;
  }
}
@media screen and (min-width: 1375px) and (max-width: 1439px) {
  .body-discover {
    padding: 50px 240px 0 240px;
    grid-template: 50px 280px 50px 400px/repeat(4, 1fr);
    grid-template-areas: "discover-sobre_mim discover-sobre_mim discover-sobre_mim discover-sobre_mim" "discover-perfil-photo discover-about-text discover-about-text discover-about-text" "discover-biografia discover-biografia discover-biografia discover-biografia" "discover-biography-text discover-biography-text discover-biography-text discover-biography-text";
    gap: 30px 50px;
  }
  .body-discover .img-perfil-discover {
    width: 250px;
    border-radius: 10px;
  }
  .body-discover .discover-sobre_mim {
    grid-area: discover-sobre_mim;
  }
  .body-discover .discover-perfil-photo {
    grid-area: discover-perfil-photo;
    text-align: start;
  }
  .body-discover .discover-about-text {
    grid-area: discover-about-text;
    display: grid;
    font-size: 14px;
    align-content: start;
    gap: 20px;
  }
  .body-discover .discover-biografia {
    grid-area: discover-biografia;
  }
  .body-discover .discover-biography-text {
    grid-area: discover-biography-text;
    font-size: 14px;
    display: grid;
    align-content: start;
    gap: 20px;
    font-style: italic;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .body-discover {
    padding: 50px 240px 0 240px;
    grid-template: 50px 280px 50px 400px/repeat(4, 1fr);
    grid-template-areas: "discover-sobre_mim discover-sobre_mim discover-sobre_mim discover-sobre_mim" "discover-perfil-photo discover-about-text discover-about-text discover-about-text" "discover-biografia discover-biografia discover-biografia discover-biografia" "discover-biography-text discover-biography-text discover-biography-text discover-biography-text";
    gap: 30px 50px;
  }
  .body-discover .img-perfil-discover {
    width: 250px;
    border-radius: 10px;
  }
  .body-discover .discover-sobre_mim {
    grid-area: discover-sobre_mim;
  }
  .body-discover .discover-perfil-photo {
    grid-area: discover-perfil-photo;
    text-align: start;
  }
  .body-discover .discover-about-text {
    grid-area: discover-about-text;
    display: grid;
    font-size: 14px;
    align-content: start;
    gap: 20px;
  }
  .body-discover .discover-biografia {
    grid-area: discover-biografia;
  }
  .body-discover .discover-biography-text {
    grid-area: discover-biography-text;
    font-size: 14px;
    display: grid;
    align-content: start;
    gap: 20px;
    font-style: italic;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .body-discover {
    padding: 50px 240px 0 240px;
    grid-template: 50px 280px 50px 400px/repeat(4, 1fr);
    grid-template-areas: "discover-sobre_mim discover-sobre_mim discover-sobre_mim discover-sobre_mim" "discover-perfil-photo discover-about-text discover-about-text discover-about-text" "discover-biografia discover-biografia discover-biografia discover-biografia" "discover-biography-text discover-biography-text discover-biography-text discover-biography-text";
    gap: 30px 50px;
  }
  .body-discover .img-perfil-discover {
    width: 250px;
    border-radius: 10px;
  }
  .body-discover .discover-sobre_mim {
    grid-area: discover-sobre_mim;
  }
  .body-discover .discover-perfil-photo {
    grid-area: discover-perfil-photo;
    text-align: start;
  }
  .body-discover .discover-about-text {
    grid-area: discover-about-text;
    display: grid;
    font-size: 14px;
    align-content: start;
    gap: 20px;
  }
  .body-discover .discover-biografia {
    grid-area: discover-biografia;
  }
  .body-discover .discover-biography-text {
    grid-area: discover-biography-text;
    font-size: 14px;
    display: grid;
    align-content: start;
    gap: 20px;
    font-style: italic;
  }
}
@media screen and (min-width: 1920px) {
  .body-discover {
    padding: 100px 350px 0 350px;
    grid-template: 80px 380px 50px 350px 20px/repeat(4, 1fr);
    grid-template-areas: "discover-sobre_mim discover-sobre_mim discover-sobre_mim discover-sobre_mim" "discover-perfil-photo discover-about-text discover-about-text discover-about-text" "discover-biografia discover-biografia discover-biografia discover-biografia" "discover-biography-text discover-biography-text discover-biography-text discover-biography-text";
    gap: 30px 50px;
  }
  .body-discover .img-perfil-discover {
    width: 350px;
  }
  .body-discover .discover-sobre_mim {
    grid-area: discover-sobre_mim;
  }
  .body-discover .discover-perfil-photo {
    grid-area: discover-perfil-photo;
    text-align: start;
  }
  .body-discover .discover-about-text {
    grid-area: discover-about-text;
    display: grid;
    font-size: 14px;
    align-content: start;
    gap: 20px;
  }
  .body-discover .discover-biografia {
    grid-area: discover-biografia;
  }
  .body-discover .discover-biography-text {
    grid-area: discover-biography-text;
    font-size: 14px;
    display: grid;
    align-content: start;
    gap: 20px;
    font-style: italic;
  }
}

@media screen and (min-width: 1920px) {
  .portfolio-session {
    align-items: start;
    display: grid;
    justify-content: center;
    grid-template-columns: 1220px;
    padding: 50px 0;
    gap: 50px;
  }
  .portfolio-session .portfolio-introduction {
    text-align: justify;
  }
  .portfolio-session .portfolio-semestres {
    display: grid;
    text-align: justify;
    gap: 50px;
  }
  .portfolio-session .portfolio-semestres img {
    width: 1220px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/1220px;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-primeiro_semestre .portfolio-primeirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/1220px;
  }
  .portfolio-session .portfolio-semestres .portfolio-segundo_semestre .portfolio-segundosemestre-menu {
    justify-self: center;
    margin-top: 50px;
    width: 400px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(4, auto) 1fr/1220px;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-terceiro_semestre .portfolio-terceirosemestre-home {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(3, auto) 1fr/1220px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quarto_semestre .portfolio-quartosemestre-login {
    margin-top: 50px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/1220px;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-quinto_semestre .portfolio-quintosemestre-home {
    width: 400px;
    margin-top: 50px;
    justify-self: center;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template: 100px repeat(5, auto) 1fr/1220px;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre h2 {
    align-self: start;
  }
  .portfolio-session .portfolio-semestres .portfolio-sexto_semestre .portfolio-sextosemestre {
    width: 800px;
    margin-top: 50px;
    justify-self: center;
  }
  .portfolio-session .portfolio-separator {
    height: 2px;
    background-color: #ffffff;
  }
  .body-projects {
    display: grid;
    grid-template: auto/1220px;
    gap: 40px;
    justify-content: center;
    padding: 50px 0 0 0;
  }
  .body-projects .project-all_projects {
    text-decoration: underline;
  }
  .body-projects p {
    font-size: 14px;
  }
  .body-projects ul li {
    font-size: 14px;
  }
  .body-projects .body-projects_introduction_text {
    text-align: justify;
  }
  .body-projects .project-lists {
    display: grid;
    gap: 10px;
  }
  .body-projects .project-lists li {
    list-style-type: disc;
    list-style-position: inside;
  }
  .body-articles {
    display: grid;
    grid-template: auto/1220px;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    gap: 50px;
  }
  .body-articles p {
    text-align: justify;
  }
  .body-articles .articles-introduction {
    display: grid;
    gap: 15px;
  }
  .body-articles .articles-datadriver_pizza {
    width: 400px;
    height: auto;
  }
  .body-articles .articles-datadriver {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-linguagemR_ic {
    width: 400px;
    height: auto;
  }
  .body-articles .articles-linguagemR {
    display: grid;
    gap: 20px;
  }
  .body-articles .articles-all_articles ul {
    display: grid;
    gap: 25px;
    padding: 20px 0;
  }
  .body-articles .articles-all_articles a {
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
  }
  .body-articles .articles-all_articles a:hover {
    background-color: rgba(241, 241, 241, 0.1490196078);
    cursor: pointer;
  }
  .body-articles .articles-destaque {
    display: grid;
    grid-template: auto/repeat(2, 550px);
    justify-content: space-between;
  }
  .body-career {
    display: grid;
    grid-template: auto/1220px;
    justify-content: center;
    padding: 50px 0;
    padding-top: 100px;
  }
  .body-career .career {
    display: grid;
    gap: 40px;
  }
  .body-career .career-exp {
    text-align: start;
    display: grid;
    gap: 10px;
    grid-template-columns: 150px auto;
  }
  .body-career .career-exp .career-exp_content {
    display: grid;
    gap: 10px;
    text-align: justify;
    border-left: 2px solid rgba(128, 128, 128, 0.466);
    padding-left: 20px;
  }
  .body-career .career-exp .career-exp_content p {
    text-decoration: underline;
  }
  .body-career .career-exp .career-exp_content ul li {
    list-style-type: disc;
    list-style-position: inside;
    color: gray;
  }
}
.downloadCurriculum {
  background-color: black;
  text-align: start;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.downloadCurriculum:hover {
  background-color: rgba(241, 241, 241, 0.15);
}

@media screen and (min-width: 1920px) {
  .conhecimentos-div-image {
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 25px;
  }
  .conhecimentos-div-image img {
    box-shadow: 1px 1px 5px #05F2DB;
    border-radius: 5px;
    padding: 10px;
    width: 100px;
  }
  .conhecimentos-div-image img:hover {
    box-shadow: 5px 5px 35px gray;
    transition: ease-in-out 250ms;
    cursor: pointer;
  }
  .conhecimentos-front-end {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-front-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-back-end {
    display: grid;
    grid-template: auto/repeat(5, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-back-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-web-design {
    display: grid;
    grid-template: auto/repeat(3, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-web-design p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-devops {
    display: grid;
    grid-template: auto/repeat(3, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-devops p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-mobile {
    display: grid;
    grid-template: auto/repeat(3, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-mobile p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-sistemas-operacionais {
    display: grid;
    grid-template: auto/repeat(3, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-sistemas-operacionais p {
    color: rgb(155, 155, 155);
  }
  .body-conhecimentos {
    display: grid;
    grid-template: auto/1220px;
    justify-content: center;
    padding: 25px 0;
    gap: 50px;
    margin-top: 100px;
    height: auto;
  }
  .div-conhecimentos {
    display: grid;
    gap: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .conhecimentos-div-image {
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 25px;
  }
  .conhecimentos-div-image img {
    box-shadow: 1px 1px 5px #05F2DB;
    border-radius: 5px;
    padding: 10px;
    width: 100px;
  }
  .conhecimentos-div-image img:hover {
    box-shadow: 5px 5px 35px gray;
    transition: ease-in-out 250ms;
    cursor: pointer;
  }
  .conhecimentos-front-end {
    display: grid;
    grid-template: auto/repeat(1, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-front-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-back-end {
    display: grid;
    grid-template: auto/repeat(1, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-back-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-web-design {
    display: grid;
    grid-template: auto/repeat(1, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-web-design p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-devops {
    display: grid;
    grid-template: auto/repeat(1, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-devops p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-mobile {
    display: grid;
    grid-template: auto/repeat(1, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-mobile p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-sistemas-operacionais {
    display: grid;
    grid-template: auto/repeat(1, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-sistemas-operacionais p {
    color: rgb(155, 155, 155);
  }
  .body-conhecimentos {
    display: grid;
    grid-template: auto/300px;
    justify-content: center;
    padding: 25px 0;
    gap: 50px;
  }
  .div-conhecimentos {
    display: grid;
    gap: 30px;
    width: 285px;
    justify-self: center;
    font-size: 14px;
  }
  .sobre-a-fatec {
    padding: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 599px) {
  .conhecimentos-div-image {
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 25px;
  }
  .conhecimentos-div-image img {
    box-shadow: 1px 1px 5px #05F2DB;
    border-radius: 5px;
    padding: 10px;
    width: 130px;
  }
  .conhecimentos-div-image img:hover {
    box-shadow: 5px 5px 35px gray;
    transition: ease-in-out 250ms;
    cursor: pointer;
  }
  .conhecimentos-front-end {
    display: grid;
    grid-template: auto/repeat(1, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-front-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-back-end {
    display: grid;
    grid-template: auto/repeat(1, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-back-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-web-design {
    display: grid;
    grid-template: auto/repeat(1, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-web-design p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-devops {
    display: grid;
    grid-template: auto/repeat(1, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-devops p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-mobile {
    display: grid;
    grid-template: auto/repeat(1, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-mobile p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-sistemas-operacionais {
    display: grid;
    grid-template: auto/repeat(1, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-sistemas-operacionais p {
    color: rgb(155, 155, 155);
  }
  .body-conhecimentos {
    display: grid;
    grid-template: auto/300px;
    justify-content: center;
    padding: 25px 0;
    gap: 50px;
  }
  .div-conhecimentos {
    display: grid;
    gap: 30px;
    width: 405px;
    justify-self: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 719px) {
  .conhecimentos-div-image {
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 25px;
  }
  .conhecimentos-div-image img {
    box-shadow: 1px 1px 5px #05F2DB;
    border-radius: 5px;
    padding: 10px;
    width: 100px;
  }
  .conhecimentos-div-image img:hover {
    box-shadow: 5px 5px 35px gray;
    transition: ease-in-out 250ms;
    cursor: pointer;
  }
  .conhecimentos-front-end {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-front-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-back-end {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-back-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-web-design {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-web-design p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-devops {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-devops p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-mobile {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-mobile p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-sistemas-operacionais {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-sistemas-operacionais p {
    color: rgb(155, 155, 155);
  }
  .body-conhecimentos {
    display: grid;
    grid-template: auto/505px;
    justify-content: center;
    padding: 25px 0;
    gap: 50px;
  }
  .div-conhecimentos {
    display: grid;
    gap: 30px;
    width: 505px;
    justify-self: center;
  }
}
@media screen and (min-width: 719px) and (max-width: 799px) {
  .conhecimentos-div-image {
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 25px;
  }
  .conhecimentos-div-image img {
    box-shadow: 1px 1px 5px #05F2DB;
    border-radius: 5px;
    padding: 10px;
    width: 100px;
  }
  .conhecimentos-div-image img:hover {
    box-shadow: 5px 5px 35px gray;
    transition: ease-in-out 250ms;
    cursor: pointer;
  }
  .conhecimentos-front-end {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-front-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-back-end {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-back-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-web-design {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-web-design p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-devops {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-devops p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-mobile {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-mobile p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-sistemas-operacionais {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-sistemas-operacionais p {
    color: rgb(155, 155, 155);
  }
  .body-conhecimentos {
    display: grid;
    grid-template: auto/620px;
    justify-content: center;
    padding: 25px 0;
    gap: 50px;
  }
  .div-conhecimentos {
    display: grid;
    gap: 30px;
    width: 620px;
    justify-self: center;
  }
}
@media screen and (min-width: 800px) and (max-width: 867px) {
  .conhecimentos-div-image {
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 25px;
  }
  .conhecimentos-div-image img {
    box-shadow: 1px 1px 5px #05F2DB;
    border-radius: 5px;
    padding: 10px;
    width: 100px;
  }
  .conhecimentos-div-image img:hover {
    box-shadow: 5px 5px 35px gray;
    transition: ease-in-out 250ms;
    cursor: pointer;
  }
  .conhecimentos-front-end {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-front-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-back-end {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-back-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-web-design {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-web-design p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-devops {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-devops p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-mobile {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-mobile p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-sistemas-operacionais {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-sistemas-operacionais p {
    color: rgb(155, 155, 155);
  }
  .body-conhecimentos {
    display: grid;
    grid-template: auto/720px;
    justify-content: center;
    padding: 25px 0;
    gap: 50px;
  }
  .div-conhecimentos {
    display: grid;
    gap: 30px;
    width: 720px;
    justify-self: center;
  }
}
@media screen and (min-width: 868px) and (max-width: 1023px) {
  .conhecimentos-div-image {
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 25px;
  }
  .conhecimentos-div-image img {
    box-shadow: 1px 1px 5px #05F2DB;
    border-radius: 5px;
    padding: 10px;
    width: 100px;
  }
  .conhecimentos-div-image img:hover {
    box-shadow: 5px 5px 35px gray;
    transition: ease-in-out 250ms;
    cursor: pointer;
  }
  .conhecimentos-front-end {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-front-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-back-end {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-back-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-web-design {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-web-design p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-devops {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-devops p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-mobile {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-mobile p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-sistemas-operacionais {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-sistemas-operacionais p {
    color: rgb(155, 155, 155);
  }
  .body-conhecimentos {
    display: grid;
    grid-template: auto/800px;
    justify-content: center;
    padding: 25px 0;
    gap: 50px;
  }
  .div-conhecimentos {
    display: grid;
    gap: 30px;
    width: 800px;
    justify-self: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .conhecimentos-div-image {
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 25px;
  }
  .conhecimentos-div-image img {
    box-shadow: 1px 1px 5px #05F2DB;
    border-radius: 5px;
    padding: 10px;
    width: 100px;
  }
  .conhecimentos-div-image img:hover {
    box-shadow: 5px 5px 35px gray;
    transition: ease-in-out 250ms;
    cursor: pointer;
  }
  .conhecimentos-front-end {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-front-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-back-end {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-back-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-web-design {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-web-design p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-devops {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-devops p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-mobile {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-mobile p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-sistemas-operacionais {
    display: grid;
    grid-template: auto/repeat(2, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-sistemas-operacionais p {
    color: rgb(155, 155, 155);
  }
  .body-conhecimentos {
    display: grid;
    grid-template: auto/800px;
    justify-content: center;
    padding: 25px 0;
    gap: 50px;
  }
  .div-conhecimentos {
    display: grid;
    gap: 30px;
    width: 800px;
    justify-self: center;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1374px) {
  .conhecimentos-div-image {
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 25px;
  }
  .conhecimentos-div-image img {
    box-shadow: 1px 1px 5px #05F2DB;
    border-radius: 5px;
    padding: 10px;
    width: 100px;
  }
  .conhecimentos-div-image img:hover {
    box-shadow: 5px 5px 35px gray;
    transition: ease-in-out 250ms;
    cursor: pointer;
  }
  .conhecimentos-front-end {
    display: grid;
    grid-template: auto/repeat(3, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-front-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-back-end {
    display: grid;
    grid-template: auto/repeat(3, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-back-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-web-design {
    display: grid;
    grid-template: auto/repeat(3, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-web-design p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-devops {
    display: grid;
    grid-template: auto/repeat(3, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-devops p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-mobile {
    display: grid;
    grid-template: auto/repeat(3, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-mobile p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-sistemas-operacionais {
    display: grid;
    grid-template: auto/repeat(3, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-sistemas-operacionais p {
    color: rgb(155, 155, 155);
  }
  .body-conhecimentos {
    display: grid;
    grid-template: auto/1000px;
    justify-content: center;
    padding: 25px 0;
    gap: 50px;
  }
  .div-conhecimentos {
    display: grid;
    gap: 30px;
    width: 1000px;
    justify-self: center;
  }
}
@media screen and (min-width: 1375px) and (max-width: 1439px) {
  .conhecimentos-div-image {
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 25px;
  }
  .conhecimentos-div-image img {
    box-shadow: 1px 1px 5px #05F2DB;
    border-radius: 5px;
    padding: 10px;
    width: 100px;
  }
  .conhecimentos-div-image img:hover {
    box-shadow: 5px 5px 35px gray;
    transition: ease-in-out 250ms;
    cursor: pointer;
  }
  .conhecimentos-front-end {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-front-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-back-end {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-back-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-web-design {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-web-design p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-devops {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-devops p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-mobile {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-mobile p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-sistemas-operacionais {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-sistemas-operacionais p {
    color: rgb(155, 155, 155);
  }
  .body-conhecimentos {
    display: grid;
    grid-template: auto/895px;
    justify-content: center;
    padding: 25px 0;
    gap: 50px;
  }
  .div-conhecimentos {
    display: grid;
    gap: 30px;
    width: 895px;
    justify-self: center;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .conhecimentos-div-image {
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 25px;
  }
  .conhecimentos-div-image img {
    box-shadow: 1px 1px 5px #05F2DB;
    border-radius: 5px;
    padding: 10px;
    width: 100px;
  }
  .conhecimentos-div-image img:hover {
    box-shadow: 5px 5px 35px gray;
    transition: ease-in-out 250ms;
    cursor: pointer;
  }
  .conhecimentos-front-end {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-front-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-back-end {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-back-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-web-design {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-web-design p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-devops {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-devops p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-mobile {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-mobile p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-sistemas-operacionais {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-sistemas-operacionais p {
    color: rgb(155, 155, 155);
  }
  .body-conhecimentos {
    display: grid;
    grid-template: auto/960px;
    justify-content: center;
    padding: 25px 0;
    gap: 50px;
  }
  .div-conhecimentos {
    display: grid;
    gap: 30px;
    width: 960px;
    justify-self: center;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .conhecimentos-div-image {
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 25px;
  }
  .conhecimentos-div-image img {
    box-shadow: 1px 1px 5px #05F2DB;
    border-radius: 5px;
    padding: 10px;
    width: 100px;
  }
  .conhecimentos-div-image img:hover {
    box-shadow: 5px 5px 35px gray;
    transition: ease-in-out 250ms;
    cursor: pointer;
  }
  .conhecimentos-front-end {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-front-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-back-end {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-back-end p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-web-design {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-web-design p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-devops {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-devops p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-mobile {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-mobile p {
    color: rgb(155, 155, 155);
  }
  .conhecimentos-sistemas-operacionais {
    display: grid;
    grid-template: auto/repeat(4, auto);
    text-align: justify;
    gap: 50px;
    font-size: 15px;
  }
  .conhecimentos-sistemas-operacionais p {
    color: rgb(155, 155, 155);
  }
  .body-conhecimentos {
    display: grid;
    grid-template: auto/1120px;
    justify-content: center;
    padding: 25px 0;
    gap: 50px;
  }
  .div-conhecimentos {
    display: grid;
    gap: 30px;
    width: 1120px;
    justify-self: center;
  }
}
.body-index-lets-code {
  display: grid;
  height: fit-content;
  text-align: right;
  grid-template-rows: auto auto 50px 45px;
}
.body-index-lets-code .maquina {
  justify-self: end;
}
.body-index-lets-code h1 {
  margin-bottom: 35px;
}

.body-index-apresentation {
  display: grid;
  grid-template-rows: 110px 100px 50px 45px;
  gap: 0;
  width: 450px;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .body-index-lets-code {
    display: none;
  }
  .body-index-apresentation {
    width: 300px;
    margin-top: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 599px) {
  .body-index-lets-code {
    display: none;
  }
  .body-index-apresentation {
    width: 300px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 719px) {
  .body-index-lets-code {
    display: none;
  }
  .body-index-apresentation {
    width: 300px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 720px) and (max-width: 799px) {
  .body-index {
    display: flex;
    justify-content: space-between;
  }
  .body-index-lets-code {
    width: 250px;
  }
  .body-index-lets-code img {
    width: 250px;
  }
  .body-index-apresentation {
    width: 300px;
    margin-top: 80px;
  }
}
.botao-voltar-portifolio {
  border: 1px solid gray;
  padding: 5px 25px;
  text-decoration: none;
  width: fit-content;
  border-radius: 10px;
}
.botao-voltar-portifolio:hover {
  background-color: rgba(241, 241, 241, 0.15);
  cursor: pointer;
}

.portfolio-logo-fatec {
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-logo-fatec img {
  width: 100px;
}

.home-logo-fatec {
  width: 80px;
  cursor: pointer;
}

.contacts-logo_fatec {
  width: 80px;
  justify-self: center;
}

.body-index {
  background-image: url("../Design sem nome.gif");
  background-position: center;
  background-size: cover;
}

.maquina {
  border-right: 4px solid;
  width: 0ch;
  white-space: nowrap;
  overflow: hidden;
  animation: digita-apaga 6s steps(28) infinite, blinking 0.7s infinite step-end alternate;
}

@keyframes digita-apaga {
  0% {
    width: 0ch;
  }
  40% {
    width: 28ch; /* escreve até aqui */
  }
  60% {
    width: 28ch; /* fica parado */
  }
  100% {
    width: 0ch; /* apaga */
  }
}
@keyframes blinking {
  50% {
    border-color: transparent;
  }
}
.home-veja-sobre-fatec-lins {
  text-decoration: none;
  color: gray;
  transition: 500ms ease-in-out;
  margin-top: 23px;
}
.home-veja-sobre-fatec-lins:hover {
  color: white;
}

.sobre-a-fatec {
  padding: 10px 350px;
  padding-top: 100px;
}

.titulo-sobre-a-fatec {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: end;
}

.primeira-linha-conteudo-sobre-fatec-lins {
  display: grid;
  grid-template: auto/repeat(2, 1fr);
  gap: 30px;
  padding-top: 50px;
  text-align: justify;
}

.foto-do-conteudo-fatec-lins {
  border-radius: 10px;
  width: 600px;
}

.conteudo-sobre-fatec-lins {
  display: grid;
  gap: 20px;
}

.segunda-linha-conteudo-sobre-fatec-lins {
  display: grid;
  grid-template: auto/repeat(2, 1fr);
  gap: 30px;
  padding-top: 50px;
  text-align: justify;
}

html {
  scroll-behavior: smooth;
}

.sobre-a-fatec {
  background-image: url("../assets/imgs/fundo.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.movimento {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.movimento p {
  background-color: black;
  padding: 10px;
  border-radius: 10px;
}

.movimento.visible {
  opacity: 1;
  transform: translateY(0);
}

.movimento-photo {
  opacity: 0;
  transform: translateX(-200px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.movimento-photo p {
  background-color: black;
  padding: 10px;
  border-radius: 10px;
}

.movimento-photo.visible {
  opacity: 1;
  transform: translateY(0);
}

.movimento-discover-about-text {
  opacity: 0;
  transform: translateX(200px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.movimento-discover-about-text p {
  background-color: black;
  padding: 10px;
  border-radius: 10px;
}

.movimento-discover-about-text.visible {
  opacity: 1;
  transform: translateY(0);
}

.carrossel {
  position: relative;
  width: 80%;
  max-width: 100%;
  height: 600px; /* Altura fixa */
  margin: 40px auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.carrossel-fotos {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: 100%; /* para herdar altura */
}

.carrossel-fotos img {
  width: 100%;
  height: 100%; /* fixa altura igual ao container */
  flex-shrink: 0;
  object-fit: cover; /* preenche sem distorcer, cortando excesso */
  user-select: none;
  pointer-events: none;
}

.anterior,
.proximo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: gray;
  border: none;
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  border-radius: 1000px;
}

.anterior {
  left: 10px;
}

.proximo {
  right: 10px;
}

@layer base, demo;
@layer demo {
  .carousel {
    --items: 6;
    --carousel-duration: 40s;
    --carousel-width: min(
    	80vw,
    	1200px
    ); /* note - it will "break" if it gets too wide and there aren't enough items */
    --carousel-item-width: 280px;
    --carousel-item-height: 450px;
    --carousel-item-gap: 2rem;
    --clr-cta: rgb(0, 132, 209);
    position: relative;
    width: var(--carousel-width);
    height: var(--carousel-item-height);
    overflow: clip;
    /* hover pauses animation */
  }
  @media (width > 600px) {
    .carousel {
      --carousel-duration: 30s;
    }
  }
  .carousel[mask] {
    /* fade out on sides */
    mask-image: linear-gradient(to right, transparent, black 10% 90%, transparent);
  }
  .carousel[reverse] > article {
    animation-direction: reverse;
  }
  .carousel:hover > article {
    animation-play-state: paused;
  }
  .carousel > article {
    position: absolute;
    top: 0;
    left: calc(100% + var(--carousel-item-gap));
    width: var(--carousel-item-width);
    height: var(--carousel-item-height);
    display: grid;
    grid-template-rows: 200px auto 1fr auto;
    gap: 0.25rem;
    border: 1px solid light-dark(rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0.15));
    padding-block-end: 1rem;
    border-radius: 10px;
    background: light-dark(white, rgba(255, 255, 255, 0.05));
    color: light-dark(rgb(49, 65, 88), white);
    /* animation */
    will-change: transform;
    animation-name: marquee;
    animation-duration: var(--carousel-duration);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: calc(var(--carousel-duration) / var(--items) * 1 * var(--i) * -1);
  }
  .carousel > article:nth-child(1) {
    --i: 0;
  }
  .carousel > article:nth-child(2) {
    --i: 1;
  }
  .carousel > article:nth-child(3) {
    --i: 2;
  }
  .carousel > article:nth-child(4) {
    --i: 3;
  }
  .carousel > article:nth-child(5) {
    --i: 4;
  }
  .carousel > article:nth-child(6) {
    --i: 5;
  }
  .carousel > article:nth-child(7) {
    --i: 6;
  }
  .carousel > article:nth-child(8) {
    --i: 7;
  }
  .carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
  .carousel > article > *:not(img) {
    padding: 0 1rem;
  }
  .carousel > article > div {
    grid-row: span 2;
    display: grid;
    grid-template-rows: subgrid;
    font-size: 0.8rem;
  }
  .carousel > article h2 {
    font-size: 1.2rem;
    font-weight: 300;
    padding-block: 0.75rem 0.25rem;
    margin: 0;
  }
  .carousel > article p {
    margin: 0;
  }
  .carousel > article a {
    text-decoration: none;
    text-transform: lowercase;
    border: 1px solid var(--clr-cta);
    color: light-dark(var(--clr-cta), white);
    border-radius: 3px;
    padding: 0.25rem 0.5rem;
    place-self: start;
    transition: 150ms ease-in-out;
  }
  .carousel > article a:hover, .carousel > article a:focus-visible {
    background-color: var(--clr-cta);
    color: white;
    outline: none;
  }
  @keyframes marquee {
    100% {
      transform: translateX(calc(var(--items) * (var(--carousel-item-width) + var(--carousel-item-gap)) * -1));
    }
  }
}
/* general styling */
@layer base {
  * {
    box-sizing: border-box;
  }
  :root {
    color-scheme: light dark;
    --bg-dark: rgb(2, 6, 24);
    --bg-light: rgb(229, 229, 229);
    --txt-light: rgb(10, 10, 10);
    --txt-dark: rgb(245, 245, 245);
  }
  body {
    background-color: light-dark(var(--bg-light), var(--bg-dark));
    color: light-dark(var(--txt-light), var(--txt-dark));
    font-family: "Abel", sans-serif;
    line-height: 1.5;
    display: grid;
    gap: 2rem;
  }
}
.articles-datadriver_pizza {
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
}
.articles-datadriver_pizza:hover {
  background-color: rgba(241, 241, 241, 0.1490196078);
  cursor: pointer;
}

/* Fundo escuro transparente do modal */
.modal {
  display: none; /* escondido por padrão */
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Caixa branca do conteúdo */
.modal-conteudo {
  background-color: black;
  margin: 50px auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 1200px;
  position: relative;
  animation: animarModal 0.4s ease;
}
.modal-conteudo img {
  width: 100%;
}

.modal-conteudo2 {
  background-color: black;
  margin: 50px auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 800px;
  position: relative;
  animation: animarModal 0.4s ease;
}
.modal-conteudo2 img {
  width: 100%;
}

/* Animação de entrada */
@keyframes animarModal {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Botão de fechar (X) */
.fechar {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .body-index-lets-code {
    display: none;
  }
  .body-index-apresentation {
    width: 300px;
    margin-top: 0;
    padding-left: 20px;
  }
  .sobre-a-fatec {
    padding: 0 30px;
    text-align: center;
    width: 100%;
    padding: 0 50px 0 20px;
  }
  .primeira-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/auto;
  }
  .segunda-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/auto;
  }
  .foto-do-conteudo-fatec-lins {
    width: 100%;
  }
  .body-discover {
    grid-template-rows: none;
    padding: 30px 50px 30px 20px;
  }
  .movimento-photo {
    transform: none;
  }
  .movimento-discover-about-text {
    transform: none;
  }
  .body-index {
    grid-template-rows: none;
    padding: 0;
    margin-top: 200px;
  }
  .body-conhecimentos {
    grid-template: auto/100%;
  }
  .div-conhecimentos {
    width: 100%;
    padding: 0 50px 0 20px;
  }
  .body-career {
    grid-template: auto/100%;
  }
  .nav-header-mobile {
    position: fixed;
    top: 70px;
    background-color: black;
    width: 100% !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 599px) {
  .body-index-lets-code {
    display: none;
  }
  .body-index-apresentation {
    width: 300px;
    margin-top: 0;
  }
  .sobre-a-fatec {
    padding: 0 20px;
    text-align: center;
    width: 100%;
  }
  .primeira-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/auto;
  }
  .segunda-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/auto;
  }
  .foto-do-conteudo-fatec-lins {
    width: 100%;
  }
  .nav-header-mobile {
    width: 460px !important;
  }
  .movimento-photo {
    transform: none;
  }
  .movimento-discover-about-text {
    transform: none;
  }
  .body-articles {
    padding: 200px 40px;
  }
  .body-articles .articles-datadriver_pizza {
    height: auto;
    width: 100%;
  }
  .body-articles .articles-linguagemR_ic {
    height: auto;
    width: 100%;
  }
  .nav-header-mobile {
    position: fixed;
    top: 50px;
    background-color: black;
    width: 100% !important;
  }
  .body-index {
    margin-top: 200px;
  }
}
@media screen and (min-width: 600px) and (max-width: 719px) {
  .body-index-lets-code {
    display: none;
  }
  .body-index-apresentation {
    width: 300px;
    margin-top: 0;
  }
  .sobre-a-fatec {
    padding: 0 30px;
    text-align: center;
    width: 100%;
  }
  .primeira-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/auto;
  }
  .segunda-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/auto;
  }
  .foto-do-conteudo-fatec-lins {
    width: 100%;
  }
  .nav-header-mobile {
    width: 560px !important;
  }
  .body-index {
    margin: 0;
    grid-template-rows: auto;
  }
  .body-index-apresentation {
    margin-top: 50px;
    grid-template-rows: 80px 120px 80px 80px;
  }
  .movimento-photo {
    transform: none;
  }
  .movimento-discover-about-text {
    transform: none;
  }
  .body-articles {
    padding: 200px 40px;
    grid-template: auto/auto;
    max-width: fit-content;
  }
  .body-conhecimentos {
    grid-template: auto/100%;
    padding: 25px 30px;
  }
  .div-conhecimentos {
    width: 100%;
  }
  .nav-header-mobile {
    position: fixed;
    top: 50px;
    background-color: black;
    width: 100% !important;
  }
  .body-index {
    margin-top: 50px;
  }
}
@media screen and (min-width: 720px) and (max-width: 799px) {
  .body-index-lets-code {
    display: none;
  }
  .body-index-apresentation {
    width: 300px;
    margin-top: 0;
  }
  .sobre-a-fatec {
    padding: 0 30px;
    text-align: center;
    width: 710px;
  }
  .primeira-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/auto;
  }
  .segunda-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/auto;
  }
  .foto-do-conteudo-fatec-lins {
    width: 100%;
  }
  .nav-header-mobile {
    width: 680px !important;
  }
  .body-index {
    margin: 0;
    grid-template-rows: auto;
    padding: 0 0 0 40px;
  }
  .body-index-apresentation {
    margin-top: 50px;
    grid-template-rows: 80px 120px 80px 80px;
  }
  .movimento-photo {
    transform: none;
  }
  .movimento-discover-about-text {
    transform: none;
  }
  .body-discover {
    padding: 0 70px 0 30px;
  }
  .body-articles {
    padding-left: 30px;
  }
  .body-conhecimentos {
    grid-template: auto/100%;
  }
  .div-conhecimentos {
    width: 100%;
    padding: 0 50px 0 30px;
  }
  .nav-header-mobile {
    position: fixed;
    top: 50px;
    background-color: black;
    width: 100% !important;
  }
  .body-index {
    margin-top: 50px;
  }
}
@media screen and (min-width: 800px) and (max-width: 867px) {
  .body-index-lets-code {
    display: none;
  }
  .body-index-apresentation {
    width: 300px;
    margin-top: 0;
  }
  .sobre-a-fatec {
    padding: 0 50px;
    text-align: center;
    width: 780px;
  }
  .primeira-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/repeat(2, 1fr);
  }
  .segunda-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/repeat(2, 1fr);
  }
  .foto-do-conteudo-fatec-lins {
    width: 300px;
  }
  .nav-header-mobile {
    width: 760px !important;
  }
  .body-index {
    margin: 0;
    grid-template-rows: auto;
  }
  .body-index-apresentation {
    margin-top: 50px;
    grid-template-rows: 80px 120px 80px 80px;
  }
  .movimento-photo {
    transform: none;
  }
  .movimento-discover-about-text {
    transform: none;
  }
  .body-discover {
    padding: 0 50px;
    grid-template-rows: 50px 280px 260px 50px 600px;
  }
  .nav-header-mobile {
    position: fixed;
    top: 50px;
    background-color: black;
    width: 100% !important;
  }
  .body-index {
    margin-top: 50px;
  }
}
@media screen and (min-width: 868px) and (max-width: 1023px) {
  .body-index-lets-code {
    display: none;
  }
  .body-index-apresentation {
    width: 300px;
    margin-top: 0;
  }
  .sobre-a-fatec {
    padding: 0 50px;
    text-align: center;
    width: 850px;
  }
  .primeira-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/repeat(2, 1fr);
  }
  .segunda-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/repeat(2, 1fr);
  }
  .foto-do-conteudo-fatec-lins {
    width: 350px;
  }
  .nav-header-mobile {
    width: 100% !important;
  }
  .body-index {
    margin: 0;
    grid-template-rows: auto;
  }
  .body-index-apresentation {
    margin-top: 50px;
    grid-template-rows: 80px 120px 80px 80px;
  }
  .movimento-photo {
    transform: none;
  }
  .movimento-discover-about-text {
    transform: none;
  }
  .body-discover {
    padding: 0 50px;
  }
  .body-articles {
    padding: 100px 50px;
    grid-template: auto/100%;
  }
  .body-career {
    grid-template: auto/100%;
    padding: 0 50px;
  }
  .body-conhecimentos {
    grid-template: auto/100%;
    padding: 0 50px;
  }
  .div-conhecimentos {
    width: 100%;
  }
  .nav-header-mobile {
    position: fixed;
    top: 50px;
    background-color: black;
    width: 100% !important;
  }
  .body-index {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .body-index-lets-code {
    display: none;
  }
  .body-index-apresentation {
    width: 300px;
    margin-top: 0;
  }
  .sobre-a-fatec {
    padding: 0 70px;
    text-align: center;
    width: 100%;
  }
  .primeira-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/repeat(2, 1fr);
  }
  .segunda-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/repeat(2, 1fr);
  }
  .foto-do-conteudo-fatec-lins {
    width: 100%;
  }
  .nav-header-mobile {
    width: 1024px !important;
  }
  .body-index {
    margin: 0;
    grid-template-rows: auto;
    display: grid;
  }
  .body-index-apresentation {
    margin-top: 50px;
    grid-template-rows: 80px 120px 80px 80px;
    margin-left: 25px;
  }
  .movimento-photo {
    transform: none;
  }
  .movimento-discover-about-text {
    transform: none;
  }
  .body-discover {
    padding: 0 70px;
  }
  .body-career .career {
    padding: 0 40px;
  }
  .body-articles {
    grid-template: auto/100%;
    padding: 0 70px;
  }
  .div-conhecimentos {
    width: 100%;
    padding: 0 70px;
  }
  .body-conhecimentos {
    grid-template: auto/100%;
  }
  .contacts-division_one, .contacts-division_two {
    grid-template-columns: 900px;
  }
  .nav-header-mobile {
    position: fixed;
    top: 50px;
    background-color: black;
    width: 100% !important;
  }
  .body-index {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1374px) {
  .body-index-lets-code {
    display: grid;
  }
  .body-index-apresentation {
    width: 300px;
    margin-top: 0;
  }
  .sobre-a-fatec {
    padding: 0 70px;
    text-align: center;
    width: 100%;
  }
  .primeira-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/repeat(2, 1fr);
  }
  .segunda-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/repeat(2, 1fr);
  }
  .foto-do-conteudo-fatec-lins {
    width: 500px;
  }
  .nav-header-mobile {
    width: 830px !important;
  }
  .body-index {
    margin: 0;
    grid-template: auto/repeat(2, auto);
    display: grid;
    height: 100vh;
    padding-top: 20vh;
  }
  .body-index-apresentation {
    grid-template-rows: 80px 120px 80px 80px;
    margin-left: 25px;
  }
  .movimento-photo {
    transform: none;
  }
  .movimento-discover-about-text {
    transform: none;
  }
  .body-discover {
    width: 100%;
    padding: 50px 70px;
  }
  .body-articles {
    grid-template: none;
    padding: 100px 70px;
  }
  .body-career {
    grid-template: auto/100%;
    padding: 0 70px;
  }
  .body-career .career-exp {
    grid-template-columns: 100px auto;
  }
  .body-career .career-exp .career-exp_content {
    display: grid;
    text-align: justify;
    padding-left: 20px;
    gap: 10px;
    border-left: 2px solid rgba(128, 128, 128, 0.467);
  }
}
@media screen and (min-width: 1375px) and (max-width: 1439px) {
  .body-index-lets-code {
    display: grid;
  }
  .body-index-apresentation {
    width: 300px;
    margin-top: 0;
  }
  .sobre-a-fatec {
    padding: 100px 140px;
    text-align: center;
    width: 100%;
  }
  .primeira-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/repeat(2, 1fr);
  }
  .segunda-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/repeat(2, 1fr);
  }
  .foto-do-conteudo-fatec-lins {
    width: 500px;
  }
  .nav-header-mobile {
    width: 830px !important;
  }
  .body-index {
    margin: 0;
    grid-template-rows: auto;
    justify-content: space-around;
    height: 100vh;
    padding-top: 20vh;
  }
  .body-discover {
    padding: 100px 140px;
  }
  .body-articles {
    grid-template: none;
    padding: 100px 140px;
  }
  .body-career {
    grid-template: auto/100%;
    padding: 0 140px;
  }
  .body-career .career-exp {
    grid-template-columns: 100px auto;
  }
  .body-career .career-exp .career-exp_content {
    display: grid;
    text-align: justify;
    padding-left: 20px;
    gap: 10px;
    border-left: 2px solid rgba(128, 128, 128, 0.467);
  }
  .body-conhecimentos {
    display: grid;
    grid-template: auto/100%;
    justify-content: center;
    padding: 25px 0;
    gap: 50px;
    padding: 100px 140px;
  }
  .div-conhecimentos {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .body-index-lets-code {
    display: grid;
  }
  .body-index-apresentation {
    width: 300px;
    margin-top: 0;
  }
  .sobre-a-fatec {
    padding: 100px 140px;
    text-align: center;
    width: 100%;
  }
  .primeira-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/repeat(2, 1fr);
  }
  .segunda-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/repeat(2, 1fr);
  }
  .foto-do-conteudo-fatec-lins {
    width: 500px;
  }
  .nav-header-mobile {
    width: 830px !important;
  }
  .body-index {
    margin: 0;
    grid-template-rows: auto;
    margin: 0;
    justify-content: space-around;
    height: 100vh;
    padding-top: 150px;
  }
  .body-discover {
    padding: 100px 140px;
  }
  .body-articles {
    grid-template: none;
    padding: 100px 140px;
  }
  .body-career {
    grid-template: auto/100%;
    padding: 0 140px;
  }
  .body-career .career-exp {
    grid-template-columns: 100px auto;
  }
  .body-career .career-exp .career-exp_content {
    display: grid;
    text-align: justify;
    padding-left: 20px;
    gap: 10px;
    border-left: 2px solid rgba(128, 128, 128, 0.467);
  }
  .body-conhecimentos {
    display: grid;
    grid-template: auto/100%;
    justify-content: center;
    padding: 25px 0;
    gap: 50px;
    padding: 100px 140px;
  }
  .div-conhecimentos {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .body-index-lets-code {
    display: grid;
    margin-top: 100px;
  }
  .body-index-apresentation {
    width: 500px;
    margin-top: 100px;
  }
  .sobre-a-fatec {
    padding: 100px 140px;
    text-align: center;
    width: 100%;
  }
  .primeira-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/repeat(2, 1fr);
  }
  .segunda-linha-conteudo-sobre-fatec-lins {
    grid-template: auto/repeat(2, 1fr);
  }
  .foto-do-conteudo-fatec-lins {
    width: 100%;
  }
  .nav-header-mobile {
    width: 830px !important;
  }
  .body-index {
    margin: 0;
    grid-template-rows: auto;
    margin: 0;
    justify-content: space-around;
    height: 100vh;
    padding-top: 150px;
  }
  .body-discover {
    padding: 100px 140px;
  }
  .body-articles {
    grid-template: none;
    padding: 100px 140px;
  }
  .body-career {
    grid-template: auto/100%;
    padding: 0 140px;
  }
  .body-career .career-exp {
    grid-template-columns: 100px auto;
  }
  .body-career .career-exp .career-exp_content {
    display: grid;
    text-align: justify;
    padding-left: 20px;
    gap: 10px;
    border-left: 2px solid rgba(128, 128, 128, 0.467);
  }
  .body-conhecimentos {
    display: grid;
    grid-template: auto/100%;
    justify-content: center;
    padding: 25px 0;
    gap: 50px;
    padding: 100px 140px;
  }
  .div-conhecimentos {
    width: 100%;
  }
  @layer demo {
    .carousel {
      --items: 6;
      --carousel-duration: 40s;
      --carousel-width: min(
      	80vw,
      	100%
      ); /* note - it will "break" if it gets too wide and there aren't enough items */
      --carousel-item-width: 280px;
      --carousel-item-height: 450px;
      --carousel-item-gap: 2rem;
      --clr-cta: rgb(0, 132, 209);
      position: relative;
      width: var(--carousel-width);
      height: var(--carousel-item-height);
      overflow: clip;
      /* hover pauses animation */
    }
    @media screen and (min-width: 1600px) and (max-width: 1919px) and (width > 600px) {
      .carousel {
        --carousel-duration: 30s;
      }
    }
    .carousel[mask] {
      /* fade out on sides */
      mask-image: linear-gradient(to right, transparent, black 10% 90%, transparent);
    }
    .carousel[reverse] > article {
      animation-direction: reverse;
    }
    .carousel:hover > article {
      animation-play-state: paused;
    }
    .carousel > article {
      position: absolute;
      top: 0;
      left: calc(100% + var(--carousel-item-gap));
      width: var(--carousel-item-width);
      height: var(--carousel-item-height);
      display: grid;
      grid-template-rows: 200px auto 1fr auto;
      gap: 0.25rem;
      border: 1px solid light-dark(rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0.15));
      padding-block-end: 1rem;
      border-radius: 10px;
      background: light-dark(white, rgba(255, 255, 255, 0.05));
      color: light-dark(rgb(49, 65, 88), white);
      /* animation */
      will-change: transform;
      animation-name: marquee;
      animation-duration: var(--carousel-duration);
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      animation-delay: calc(var(--carousel-duration) / var(--items) * 1 * var(--i) * -1);
    }
    .carousel > article:nth-child(1) {
      --i: 0;
    }
    .carousel > article:nth-child(2) {
      --i: 1;
    }
    .carousel > article:nth-child(3) {
      --i: 2;
    }
    .carousel > article:nth-child(4) {
      --i: 3;
    }
    .carousel > article:nth-child(5) {
      --i: 4;
    }
    .carousel > article:nth-child(6) {
      --i: 5;
    }
    .carousel > article:nth-child(7) {
      --i: 6;
    }
    .carousel > article:nth-child(8) {
      --i: 7;
    }
    .carousel img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px 10px 0 0;
    }
    .carousel > article > *:not(img) {
      padding: 0 1rem;
    }
    .carousel > article > div {
      grid-row: span 2;
      display: grid;
      grid-template-rows: subgrid;
      font-size: 0.8rem;
    }
    .carousel > article h2 {
      font-size: 1.2rem;
      font-weight: 300;
      padding-block: 0.75rem 0.25rem;
      margin: 0;
    }
    .carousel > article p {
      margin: 0;
    }
    .carousel > article a {
      text-decoration: none;
      text-transform: lowercase;
      border: 1px solid var(--clr-cta);
      color: light-dark(var(--clr-cta), white);
      border-radius: 3px;
      padding: 0.25rem 0.5rem;
      place-self: start;
      transition: 150ms ease-in-out;
    }
    .carousel > article a:hover, .carousel > article a:focus-visible {
      background-color: var(--clr-cta);
      color: white;
      outline: none;
    }
    @keyframes marquee {
      100% {
        transform: translateX(calc(var(--items) * (var(--carousel-item-width) + var(--carousel-item-gap)) * -1));
      }
    }
  }
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

article {
  background-color: black;
}

.botao-voltar-home {
  opacity: 0.2;
  transition: 500ms ease-in-out;
  position: fixed;
  margin-left: 82%;
  bottom: 3%;
}
.botao-voltar-home:hover {
  opacity: 1;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .botao-voltar-home {
    opacity: 0.2;
    transition: 500ms ease-in-out;
    position: fixed;
    margin-left: 60%;
    bottom: 3%;
  }
  .botao-voltar-home:hover {
    opacity: 1;
  }
}
/* Largura da barra de rolagem */
::-webkit-scrollbar {
  width: 4px;
}

/* Fundo da barra (track) */
::-webkit-scrollbar-track {
  background: black;
}

/* Parte deslizável (thumb) */
::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 6px;
  border: 1px solid black;
  opacity: 0.5;
}

/* Hover no thumb */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.paixoes {
  display: grid;
  grid-template-columns: repeat(6, 50px);
  gap: 10px;
}

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