@media (max-width: 920px) {
  .text1 {
    font-family: "Verdana", sans-serif;
    font-weight: 400;
    font-size: 96px;
    line-height: 100%;
  }

  .text2 {
    font-family: "Verdana", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
  }

  .text3 {
    font-family: "Verdana", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
  }

  .text4 {
    font-family: "Verdana", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
  }

  .text5 {
    font-family: "Verdana", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
  }

  .text6 {
    font-family: "Verdana", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
  }

  .text7 {
    font-family: "Verdana", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
  }

  footer .imgFooter,
  footer .cont100 {
    width: 100%;
    padding: 0 19px;
  }

  footer .cont100 {
    padding-bottom: 56px;
    padding-top: 80px;
  }

  .navbar {
    position: fixed;
    padding: 0;
    right: 16px;
    top: auto;
    display: block;
    z-index: 999;
    text-align: center;
    min-width: calc(100vw - 32px);
    width: auto;
    bottom: 16px;
  }
  .nav-menu {
    list-style: none;
    margin: 0;
    margin-top: 0;
            transition: transform 0.8s ease, opacity 0.8s ease;
    padding: 12px 18px;
    border-radius: 24px;
    background: rgba(26, 26, 26, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    width: 100%;
    justify-content: space-around;
    transform: translateY(178px);
    height: 86px;
    align-items: center;
    margin-top: 0;
    right: 0;
    top: auto;
    bottom: 0;
  }

  .nav-menu li {
    margin: 0;
  }

  .nav-menu li a > svg {
    width: 24px;
    height: 24px;
  }

  .nav-menu li a .pontoMenu {
    width: 18px;
    height: 18px;
    margin-top: -4px;
  }
  .iconsRight {
    display: flex;
    gap: 20px;
    margin-right: 0px;
    align-items: center;
  }
}
