
@media only screen and (min-width: 767px) and (max-width: 1400px)  {
    /* * {
        border: 1px solid blue;
    } */

    .wrapper {
        padding-left: 20vw;
        padding-right: 20vw;
    }
    .hero-content {
        margin-top: 20%;
    }
}


@media only screen and (max-width: 767px) {

    nav {
      height: 70px;
    }
    nav::before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 70px;
      background-color: rgba(0, 0, 0, 0);
      /* backdrop-filter: blur(4px); */
      z-index: -1; 
    }
    .nav-burger {
      right: 1em;
      top: 1.2em;
    }

    section {
      padding-top: 0;
      padding-bottom: 0;
      height: 100%;
      min-height: 100vh;
    }

    .wrapper {
      padding-left: 5vw;
      padding-right: 5vw;
  }

    .container-nav {
      padding-left: 1em;
      padding-right: 1em;
    }
    h1 {
      font-size: 30px!important;
    }
    p {
      font-size: 15px !important;
    }

    .ps {
      font-size: 12px !important;
    }

    .container {
      width: 85%;
    }
    .ul-dots {
      display: none;
      right: 12px;
    }
    ul {
      width: 100%;
    }
    li {
      font-size: 8vw;
      width: 100%;
      height: auto;
      line-height: 1.5;
    }

    .lang {
      top: 1.15em;
      right: 3.6em;
    }

    .container2.bottom {
      flex-wrap: wrap;
      justify-content: center;
    }







}