@media (min-width: 1024px) {
  .header {
    padding: 0 60px;
  }
  .menu {
    display: none;
  }
  .nav, .list-nav {
    list-style: none;
    display: flex;
    gap: 32px;
  }
  .inicio {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }
  .left {
    width: 30%;
  }
  .right {
    width: 30%;
    margin: 0;
  }
  .subtitle-section {
    font-size: 60px;
  }
  .info-section {
    font-size: 32px;
  }
  .description-section, .social, .cv-link, .nosotros-info, .subtitle-dato, .proyecto-caracteristica-header, .caracteristica-info, .demo, .code, .habilidades-info, .info-contacto, .opcion, .subtitle-card {
    font-size: 20px;
  }
  .logo-img {
    width: 340px;
    height: 340px;
  }
  .icon-float {
    width: 60px;
    height: 60px;
  }
  .subtitle-nosotros, .subtitle-proyectos, .subtitle-habilidades, .subtitle-contacto {
    font-size: 48px;
  }
  .datos {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    gap: 80px;
  }
  .info-dato, .card-info, .item-stack, .text-li {
    font-size: 16px;
  }
  .dato-img {
    width: 48px;
    height: 48px;
    padding: 8px; 
  }
  .img-social {
    width: 30px;
    height: 30px;
  }
  .proyecto {
    padding: 24px 48px;
  }
  .proyecto-features, .proyecto-stack, .subtitle-habilidad, .subtitle-form {
    font-size: 26px;
  }
  .proyecto-subtitle {
    font-size: 32px;
  }
  .proyecto-img {
    width: 80px;
    height: 80px;
    font-size: 24px;
  }
  .frontend, .backend, .otras {
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .container-contacto {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
  }
  .contacto-form {
    margin: 0;
    max-width: none;
    width: 600px;
  }
  .contacto-card {
    max-width: none;
    width: 500px;
  }
  .nosotros-info, .habilidades-info, .info-contacto {
    margin: 48px 0;
  }
  .container {
    max-width: 600px;
  }
  .nodisp-title {
    font-size: 32px;
  }
  .nodisp-info, .nodisp-btn {
    font-size: 20px;
  }
  .nodisp-info {
    margin: 32px 0;
  }
}