/* *********************** */
/* BELOW 1344px (smaller desktops) */
/* *********************** */

@media (max-width: 84em) {
  html {
    font-size: 52.5%;
  }

  .header__title {
    max-width: 100rem;
  }

  .nav {
    /* max-width: 115rem; */
  }
}
/* *********************** */
/* BELOW 944px (tabletas) */
/* *********************** */

@media (max-width: 59em) {
  html {
    /* 8px / 16px = 0.5= 50% */
    font-size: 50%;
  }

  .btn-mobile-nav {
    display: block;
    z-index: 9999;
  }

  .nav {
    margin-top: 1rem;
  }

  .sticky {
    margin-top: 0;
  }

  .header__title {
    margin-top: 3.2rem;
    grid-template-columns: 1fr;
    row-gap: 0;
    gap: 8.6rem;
    text-align: center;
    padding: 0 8rem;
  }

  .header__img img {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    width: 40%;
  }

  .title-text {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
  }

  .btn--text {
    width: 13%;
  }

  .section__title {
    text-align: center;
  }

  .features {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6rem;
  }

  .feature-2 {
    grid-row: 4;
  }

  .features__img {
    margin-top: 8rem;
    width: 50%;
    border-top-right-radius: 15%;
    border-bottom-left-radius: 15%;
  }

  .features__header {
    font-size: 2.4rem;
  }

  .features__feature {
    font-size: 1.6rem;
  }
}

@media (max-width: 34em) {
}
/* - FONT SIZE SYSTEM (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98 */
