.nestmenu-mobile {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  padding: 3rem 0;
  background-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  overflow-y: scroll;
}
.nestmenu-mobile::-webkit-scrollbar {
  display: none;
}
.nestmenu-mobile--noshow {
  display: none;
}
.nestmenu-mobile__back {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nestmenu-mobile__back button {
  width: 40px;
  height: 40px;
  border: solid 2px #e0e0e0;
  border-radius: 5rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
}
.nestmenu-mobile__back button:focus {
  outline: none;
}
.nestmenu-mobile__back button img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
.nestmenu-mobile__nav {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nestmenu-mobile__nav .items {
  width: 100%;
  height: auto;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  list-style: none;
}
.nestmenu-mobile__nav .items li {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nestmenu-mobile__nav .items li a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(18px, 1.2vw, 28px);
  font-weight: bold;
  text-decoration: none;
  color: #11845a;
}
.nestmenu-mobile__nav .items li a .menu-description {
  width: 83%;
  margin-top: 5px;
  padding-left: 30px;
  display: block;
  font-size: clamp(14px, 1vw, 24px);
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.nestmenu-mobile__nav .items li .sub-menu {
  width: 100%;
  height: auto;
  margin: 0;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  gap: 10px;
}
.nestmenu-mobile__nav .items li .sub-menu li {
  width: 100%;
  height: auto;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nestmenu-mobile__nav .items li .sub-menu li a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(16px, 1vw, 26px);
  font-weight: 700;
  text-decoration: none;
  color: #11845a;
}
.nestmenu-mobile__nav .items li .sub-menu li .sub-menu li a {
  font-weight: 600;
}
.nestmenu-mobile__nav .items li .school a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/school.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .testimonios a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/like.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .shield a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/shield.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .job a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/job.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .roadmap a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/roadmap.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .manual a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/manual.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .video a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/video.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .web a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/web.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .tour a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/tour.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .totem a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/totem.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .edit a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/edit.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .material a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/material.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .recreational a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/recreational.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .sport a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/sport.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .land a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/land.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .toldos a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/toldos.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .letrero a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/letrero.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .panel a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/panel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .audio a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/audio.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .display a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/display.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .computer a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/computer.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .proyector a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/proyector.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items li .blog a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../icons/blog.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items .pointer-none > a {
  pointer-events: none;
}
.nestmenu-mobile__nav .items .noshow .sub-menu {
  display: none;
}
.nestmenu-mobile__nav .items > li > a::after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  background-image: url("../icons/line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  fill: #0c4234;
}
.nestmenu-mobile__nav .items > .noshow > a::after {
  background-image: url("../icons/arrow-down.svg");
}

@media (min-width: 760px) {
  .nestmenu-mobile {
    display: none;
  }
}