@media (max-width: 1024px) {
  .navbar-container {
    display: none;
  }

  /* Showcase */

  .showcase-container {
    background-position-x: calc(75% - 100px);
  }

  .showcase-container > h1 {
    font-size: 2.5rem;
    text-align: center;
    line-height: 3rem;
  }

  .showcase-container > p {
    font-size: 0.875rem;
    text-align: center;
    margin-top: 15px;
  }

  /* Sobre mim */
  .about-me-content {
    flex-direction: column;
  }

  .about-me-content img {
    width: 200px;
    height: 200px;
    margin-right: 0;
  }

  .about-me-content p {
    font-size: 0.875rem;
    text-align: center;
    margin-top: 20px;
  }

  /* Habilidades */
  .skills-content .skill-item:nth-child(2) {
    margin: 40px 0;
  }

  .skills-content {
    flex-direction: column;
    margin-top: 40px;
  }

  .skill-item {
    padding: 30px;
  }

  .skill-item img {
    width: 60px;
    height: 60px;
  }

  .skill-item p {
    font-size: 0.875rem;
  }

  /* Projetos */
  .project-item {
    flex-direction: column;
  }

  .projects-content .project-item:nth-child(even) {
    flex-direction: column;
  }

  .projects-content .project-item:nth-child(even) > .project-text {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .projects-content {
    margin-top: 40px;
  }

  .project-text {
    margin-left: 0;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .project-text h3 {
    font-size: 1.5rem;
  }

  .project-text p {
    font-size: 0.875rem;
    margin-top: 10px;
  }

  /* Formulário */
  .contact-form {
    margin-top: 40px;
  }

  /* Footer */
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .social-items {
    margin-bottom: 15px;
  }

  .social-items svg {
    margin-right: 3px;
  }
  /* Utilidades */
  .section-title {
    font-size: 2rem;
  }

  .section-content {
    padding: 0 30px;
  }

  .section-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-container:nth-of-type(5) {
    padding-top: 0;
  }
}
