

@media screen and (max-width: 1200px) {
    
}

@media screen and (max-width: 600px) {

}


@media screen and (max-width: 1110px){

}

@media screen and (max-width: 1100px) {
* {
    max-width: 100%; /* Substitui width: 100% para evitar problemas de layout */
  }

  .link-menu {
    display: none;
  }

  .caixa-principal {
    background-image: none;
  }

  section img {
    height: 300px;
    width: 300px;
  }

  .portfolio {
    font-size: 40px;
  }

  section {
    flex-direction: column;
  }

  .tec-esp {
    flex-direction: column;
  }

  .habilidades {
    flex-direction: column;
  }

  .proj {
    height: 200px;
    width: 200px;
  }

  .card img {
    height: 100px;
    width: 100px;
    margin-top: 20px;
  }

  .habilidades {
    margin-top: 50px;
  }

  .meu-nome h1 {
    font-size: 60px;
  }

  footer {
    background-color: #000000;
    padding-top: 100px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; /* Centraliza o texto */
  }

  footer h5 {
    color: white;
    font-size: 30px;
  }

  footer p {
    color: white;
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 30px;
  }

  /* CONTATO */
  .social img {
    height: 30px;
    border-radius: 50%;
  }

  .social {
    display: flex;
    gap: 10px; /* Reduz o gap para telas menores */
    justify-content: center; /* Centraliza os ícones horizontalmente */
    align-items: center; /* Centraliza os ícones verticalmente */
  }

  .social a {
    background-color: #ff0051;
    padding: 10px; /* Reduz o padding para telas menores */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px; /* Reduz o tamanho dos ícones */
    width: 50px; /* Reduz o tamanho dos ícones */
    cursor: pointer;
  }

  .social a:hover {
    transform: scale(1.3);
    transition: 0.5s;
  }
}

@media (max-width: 480px) {
  .meu-nome h1 {
    font-size: 40px;
  }

  .meu-nome h3 {
    font-size: 20px;
  }

  .portfolio {
    font-size: 30px;
  }

  section div h2 {
    font-size: 40px;
  }

  section div p {
    font-size: 18px;
  }

  .card {
    width: 90%;
    padding: 15px;
  }

  .tec img {
    height: 80px;
    width: 80px;
  }

  .card h5 {
    font-size: 20px;
  }

  .card p {
    font-size: 16px;
  }

  .tec-esp {
    width: 90%;
    padding: 10px;
  }

  h1 {
    font-size: 45px;
  }

  #habilidades, .projetos h2, .tec h2 {
    font-size: 50px;
  }

  nav {
    flex-direction: column;
    gap: 10px;
  }

 .tec h6 {
    font-size: 20px;
  }
  .tec img {
    height: 80px;
    width: 80px;
  }         
  .tec-esp {
    width: 45%;
    min-width: 150px;
    padding: 10px;
  }
}



