@media (max-width: 1080px) {
  html {
    font-size: 93.75%;
    /* 16*0,9375 = 15px */
  }
}

@media (max-width: 986px) {
  .content-performances {
    img {
      width: 55vw;
      max-width: 20rem;
    }
  }
  footer {
    padding: calc(2 * var(--padding-body));
    grid-template: min-content min-content / 1fr 1fr;
    gap: 2rem;
    .span-2 {
      grid-column: span 2;
    }
  }
}

@media (max-width: 768px) {
  html {
    font-size: 87.5%;
    /* 16*0,875 = 14px */
  }
  .content-about {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    border-left: none;
    padding-left: 0;
    padding-top: 0;
  }
  .nav-pill ul {
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
  .nav-mobile {
    display: block;
  }
  header {
    img {
      width: 70vw !important;
    }
  }
  .header-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .card-shape {
    clip-path: polygon(0% 0%, 95% 0%, 100% 6%, 100% 100%, 5% 100%, 0% 93%);
  }
  .content-performances {
    img {
      width: 90vw;
      max-width: 27rem;
    }
  }
  .content-services {
    grid-template-columns: 1fr;
  }
  .section-title h2 {
    font-size: 1.8rem;
  }
  .section-title p {
    font-size: 0.95rem;
  }
  .service-item p {
    font-size: 1rem;
  }
  .banner {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    img {
      width: 100%;
    }
  }
  footer {
    grid-template: min-content min-content 1fr / 1fr;
    gap: 2rem;
    .logo-footer {
      justify-content: center;
      img {
        width: 15rem;
      }
    }
    .informs {
      gap: 2rem;
      justify-content: center;
    }
    .span-2 {
      grid-column: span 1;
    }
  }
}

@media (max-width: 480px) {
  :root {
    --padding-body: 4vw;
    --bg-radial-gradient-flip: radial-gradient(
      circle at 0% 311%,
      #1f1e1e 85%,
      #1851a0 93%,
      #ffffff 102%
    ) !important;
  }
  nav {
    padding: 12px 16px;
  }
  .nav-mobile {
    right: 12px;
    top: 64px;
    min-width: 180px;
  }
  header {
    section {
      flex-direction: column;
      align-items: center;
    }
  }
  .header-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .content-about {
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    border-left: none;
    padding-left: 0;
    padding-top: 0;
  }
  .service-item p {
    font-size: 0.95rem;
  }
  .section-title h2 {
    font-size: 1.5rem;
  }
  .section-title {
    margin-bottom: 1.5rem;
  }
  .card-shape {
    padding: 40px 24px;
    clip-path: none;
  }
}

@media (max-width: 425px) {
  .card {
    ul {
      padding: 1.5rem !important;
    }
  }
  .informs {
    flex-direction: column;
  }
  .content-performances {
    .banner-drone {
      padding: var(--padding-body);
      height: min-content;
    }
    img {
      width: 90vw;
      max-width: 19rem;
    }
  }
}

@media (min-width: 1750px) {
  .scroll-content-cards {
    justify-content: center;
  }
}
