@media screen and (min-width: 769px) and (max-width: 1200px) {
  #menu {
    font-size: var(--font-size-third);
    gap: 0;
    padding-left: 0;
  }
  .name,
  .first-word {
    font-size: var(--font-size-third);
  }
  section.section-home .sections-flex {
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 1rem;
    flex-direction: column-reverse;
  }
  .section-home .text-content-top .actions {
    gap: 0.5rem;
  }

  .slide-box {
    width: 100%;
  }
  #nav li a {
    font-size: var(--font-size-third);
    padding: 8px;
  }
  #menu li a {
    font-size: var(--font-size-third);
    padding: 8px;
  }

  .slide-box .button-manual {
    display: none;
  }

  .slide-box .nav-manual,
  .slide-box .nav-auto {
    display: none;
  }
  .slide-box .details p {
    font-size: 0.8rem;
  }

  .btn-custom {
    font-size: 0.7rem;
  }

  .slide-box .description-Projects .contro-container-description {
    padding: 5px;
  }

  .slide-box .details {
    gap: 0;
  }
  .slide-box .details .usedLanguage img {
    width: 15px;
  }
  .section-home h1 {
    font-size: 2rem;
  }
  .section-home p {
    font-size: 1.5rem;
  }

  footer .sections-flex {
    flex-direction: column;
  }
  footer .container .sections-flex {
    flex-direction: row;
  }

  .section-about .container .sections-flex .title-about {
    padding: 0;
  }
  .section-about .container .sections-flex .about-description {
    /* max-width: 300px; */
  }
  .section-soft-skills .container .sections-flex .soft-skills {
    max-height: 650px;
  }
}

@media only screen and (max-width: 768px) {
  #nav {
    gap: 8px;
    flex-direction: row-reverse;
  }
  #nav.active .menu-wrapper {
    /* right: -66px;
    width: 100vw; */
    transform: translateX(0);
  }
  #btn-mobile {
    display: flex;
    gap: 0.5rem;
    border: none;
    font-size: 1rem;
    transform: scale(1.2);
    background: var(--bg-secondary);
    padding: 6px;
    border-radius: 20%;
    cursor: pointer;
  }

  #hamburguer {
    width: 20px;
    border-top: 3px solid;
    color: #ffffff;
  }

  #hamburguer::after,
  #hamburguer::before {
    content: "";
    display: block;
    position: relative;
    width: 20px;
    height: 3px;
    margin-top: 5px;
    background: currentColor;
    transition: all 0.5s ease-in-out;
  }

  #nav.active #hamburguer {
    border-top: none;
  }

  #nav.active #hamburguer::after {
    transform: rotate(-135deg);
    top: -8px;
  }
  #nav.active #hamburguer::before {
    transform: rotate(135deg);
  }
  /* #nav li a {
    color: var(--color-default);
  } */
  #nav li a::after {
    background-color: var(--main-font-color);
  }

  .sections-flex {
    flex-direction: column-reverse;
    gap: 2rem;
  }

  .btn-custom {
    font-size: 0.7rem;
  }

  .slide-box .description-Projects .contro-container-description {
    padding: 5px;
  }

  .slide-box .details p {
    font-size: 0.8rem;
  }

  .slide-box .details {
    gap: 0;
  }
  .slide-box .details .usedLanguage img {
    width: 15px;
  }

  .name,
  .first-word {
    font-size: 1.5rem;
    -webkit-text-stroke: 0.1rem var(--text);
  }
  .section-home h1 {
    font-size: 2rem;
  }
  .section-home p {
    font-size: 1.2rem;
  }
  .section-home .img-content-top {
    /* max-width: 300px; */
  }

  .container-bg {
    /* backdrop-filter: none; */
  }

  footer .sections-flex {
    flex-direction: column;
  }
  footer .container .sections-flex {
    flex-direction: row;
  }

  .section-soft-skills .container .sections-flex,
  .section-about .container .sections-flex {
    flex-direction: column;
    align-items: center;
  }

  .section-home .text-content-top .actions {
    flex-direction: column;
  }
  .section-soft-skills .container .sections-flex .soft-skills {
    max-height: 650px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
  .sections-flex .text-content-top .bullet-text h1 {
    font-size: 20px;
  }
  section.section-home {
    padding: 80px 0 60px 0;
  }

  .dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .card-project {
    width: 100%;
  }
  .slides-content {
    grid-template-columns: auto;
  }
  .container {
    width: 90%;
  }
}

@media only screen and (max-width: 450px) { 
  .description-paragrafo p {
      max-width: 320px;
  }
}
