@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@-webkit-keyframes glitch {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
@keyframes glitch {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
@-webkit-keyframes move-left {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes move-left {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes move-right {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
}
@keyframes move-right {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
}
@-webkit-keyframes move-left2 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes move-left2 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes breathe {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes breathe {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes breathe_c2 {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes breathe_c2 {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
/* ------ */
/* ------ */
/* ------ */
/* ------ */
/* ------ */
/* ------ */
/* ------ */
/* ------ */
@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  75% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}
@keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  75% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}
html, body {
  cursor: url("../images/curs1.svg"), auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  overflow-x: hidden !important;
  background: #222;
}

* {
  font-family: "Ubuntu Mono", monospace;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

nav {
  position: absolute;
  right: 40px;
  top: 20px;
}
nav .submenu_open {
  background: #222;
  pointer-events: none;
  padding-top: 30px;
  width: 300px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
nav .submenu_open ul {
  padding: 0;
  margin: 0;
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
nav ul {
  padding-right: 30px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav ul li.submenu:hover .submenu_open {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
nav ul li a {
  -webkit-transition: 1s;
  transition: 1s;
  display: block;
  color: white;
  text-decoration: none;
  padding-bottom: 10px;
  position: relative;
}
nav ul li a:after {
  content: "";
  height: 1px;
  width: 0%;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: 0;
  background: #fff;
}
nav ul li a:hover {
  -webkit-animation: glitch 0.3s;
          animation: glitch 0.3s;
  text-decoration: none;
}
nav ul li a:hover:after {
  width: 100%;
}

.logo {
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 10;
  -webkit-filter: invert(50%);
          filter: invert(50%);
  height: 82px;
  width: 170px;
  background: url("../images/logo-main.png") no-repeat center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.logo:hover {
  width: 200px;
  -webkit-filter: invert(0%);
          filter: invert(0%);
}

.bg_btx {
  z-index: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
}
.bg_btx div {
  white-space: nowrap;
  font-size: 54vh;
  font-weight: bold;
  color: #555;
  opacity: 0.1;
  pointer-events: none;
  line-height: 0.64;
}

.mbody {
  padding-bottom: 10vw !important;
  height: auto;
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
}

.line1 {
  -webkit-animation: move-left 40s infinite;
          animation: move-left 40s infinite;
}

.line2 {
  -webkit-animation: move-right 120s infinite;
          animation: move-right 120s infinite;
}

.line3 {
  -webkit-animation: move-left2 80s infinite;
          animation: move-left2 80s infinite;
}

h2 {
  font-weight: 100;
}

.animateinside.show .f {
  width: 100%;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
.animateinside.show .s {
  width: 100%;
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}
.animateinside .f {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3764705882);
  width: 0;
}
.animateinside .s {
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  background: #000000;
  left: 0;
  top: 0;
  height: 100vh;
  width: 0;
}

.circle {
  z-index: 3;
  background: #000;
  border-radius: 100%;
}
.circle:hover .circle_shadow {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-animation: glitch 0.3s;
          animation: glitch 0.3s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.circle:hover .date_rotate {
  opacity: 1;
}

.big {
  margin-top: 120px;
  margin-left: 200px;
  -webkit-animation: breathe 3s infinite;
          animation: breathe 3s infinite;
  width: 45vw;
  height: 45vw;
}
.big .label {
  position: absolute;
  bottom: 120px;
  right: -200px;
  color: white;
  z-index: 10;
}
.big .label h2 {
  color: rgb(50, 112, 174);
}
.big .circle_shadow {
  -webkit-box-shadow: 0px 0px 79px 31px rgb(50, 112, 174);
  box-shadow: 0px 0px 79px 31px rgb(50, 112, 174);
}

.circle_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 3;
  background: #000;
  overflow: hidden !important;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}
.circle_body video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  border-radius: 100%;
}

.c2 {
  margin-top: 30px;
  margin-left: 70%;
  -webkit-animation: breathe_c2 200s infinite;
          animation: breathe_c2 200s infinite;
  width: 20vw;
  height: 20vw;
}
.c2 .label {
  position: absolute;
  bottom: 30px;
  right: 100px;
  color: white;
  width: 20vw;
  z-index: 10;
  font-size: 80%;
}
.c2 .label h2 {
  color: rgb(199, 80, 94);
}
.c2 .circle_shadow {
  -webkit-box-shadow: 0px 0px 79px 31px rgb(145, 18, 255);
          box-shadow: 0px 0px 79px 31px rgb(145, 18, 255);
}

.c3 {
  margin-top: 30px;
  margin-left: 30%;
  -webkit-animation: breathe 20s infinite;
          animation: breathe 20s infinite;
  width: 30vw;
  height: 30vw;
}
.c3 .label {
  position: absolute;
  bottom: 30px;
  right: 100px;
  color: white;
  width: 20vw;
  z-index: 10;
  font-size: 80%;
}
.c3 .label h2 {
  color: rgb(110, 174, 42);
}
.c3 .circle_shadow {
  -webkit-box-shadow: 0px 0px 79px 31px rgb(110, 174, 42);
  box-shadow: 0px 0px 79px 31px rgb(110, 174, 42);
}

.c4 {
  -webkit-animation: breathe 20s infinite;
          animation: breathe 20s infinite;
  width: 14vw;
  height: 14vw;
  margin-top: 30px;
  margin-left: 70%;
}
.c4 .label {
  position: absolute;
  bottom: 30px;
  right: 100px;
  color: white;
  width: 20vw;
  z-index: 10;
  font-size: 80%;
}
.c4 .label h2 {
  color: rgb(50, 112, 174);
}
.c4 .circle_shadow {
  -webkit-box-shadow: 0px 0px 79px 31px rgb(114, 0, 94);
          box-shadow: 0px 0px 79px 31px rgb(114, 0, 94);
}

.c5 {
  -webkit-animation: breathe 20s infinite;
          animation: breathe 20s infinite;
  width: 24vw;
  height: 24vw;
  margin-top: 30px;
  margin-left: 30%;
}
.c5 .label {
  position: absolute;
  bottom: 30px;
  right: 100px;
  color: white;
  width: 20vw;
  z-index: 10;
  font-size: 80%;
}
.c5 .label h2 {
  color: rgb(199, 80, 94);
}
.c5 .circle_shadow {
  -webkit-box-shadow: 0px 0px 79px 31px rgb(199, 80, 94);
  box-shadow: 0px 0px 79px 31px rgb(199, 80, 94);
}

.c6 {
  -webkit-animation: breathe 20s infinite;
          animation: breathe 20s infinite;
  width: 29vw;
  height: 29vw;
  margin-top: 30px;
  margin-left: 65%;
  margin-bottom: 300px;
}
.c6 .label {
  position: absolute;
  bottom: 30px;
  right: 100px;
  color: white;
  width: 20vw;
  z-index: 10;
  font-size: 80%;
}
.c6 .label h2 {
  color: rgb(199, 80, 94);
}
.c6 .circle_shadow {
  -webkit-box-shadow: 0px 0px 79px 31px rgb(35, 43, 180);
          box-shadow: 0px 0px 79px 31px rgb(35, 43, 180);
}

.circle_shadow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 100%;
}

.selected > a {
  color: rgb(14, 114, 181);
}
.selected > a:after {
  background: rgb(14, 114, 181);
  width: 100% !important;
}

.date_rotate {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-animation: rot 40s linear infinite;
          animation: rot 40s linear infinite;
  width: 126%;
  left: -13%;
  height: 20px;
  color: white;
  opacity: 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  z-index: 100;
}

.black_loading {
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 10000;
  height: 100%;
}

.circleload {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  top: 50%;
  border: 1px solid white;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation: load-circle 3s linear infinite;
          animation: load-circle 3s linear infinite;
}
.circleload:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.circleload:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.circleload:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.circleload:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  z-index: 45;
  border-radius: 100px;
  pointer-events: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  background: rgba(255, 255, 255, 0.3);
  mix-blend-mode: difference;
  background: rgb(255, 255, 255);
}

.node {
  position: fixed;
  width: 40px;
  height: 40px;
  z-index: 40;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 100px;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  mix-blend-mode: difference;
}

.circles {
  -webkit-transition: 1s;
  transition: 1s;
}

.inside {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  z-index: 11;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 50px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 120%;
}
.inside h3 {
  font-size: 200%;
  padding: 0;
  margin: 0;
}
.inside h3:after {
  height: 20px;
  width: 10px;
  background: #444;
  position: absolute;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  content: "";
  -webkit-animation: glitch 3s infinite;
          animation: glitch 3s infinite;
}
.inside .inside_content_cointainer {
  border: 1px solid #ccc;
  overflow: auto;
  width: 100%;
  max-width: 900px;
  height: calc(100vh - 200px);
  color: white;
  padding: 40px;
}
.inside .inside_content_cointainer p {
  line-height: 1.7;
}

.loadContent {
  position: relative;
}
.loadContent a {
  color: white;
  text-decoration: none;
}
.loadContent h4 {
  position: absolute;
  right: 0;
  top: 16px;
  margin: 0;
  padding: 0;
}
.loadContent video {
  border-radius: 12px;
  margin-top: 50px;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.open_inside .inside.show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
.open_inside .circles {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  opacity: 0;
  pointer-events: none;
}

.mobile_menu {
  display: none;
}

@media screen and (max-width: 500px) {
  .open_inside {
    overflow: hidden !important;
  }
  .logo {
    width: 70px;
    background-size: 140px;
    background-position: left;
  }
  .mobile_menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    position: fixed;
    right: 40px;
    top: 50px;
  }
  .mobile_menu div {
    width: 25px;
    height: 1px;
    background: #fff;
  }
  .inside_content_cointainer {
    border: none !important;
    height: calc(100dvh - 120px) !important;
  }
  .animateinside .f, .animateinside .s {
    height: 100dvh !important;
  }
  nav {
    display: none;
  }
  .inside {
    top: 70px !important;
    width: 100vw !important;
  }
  .nav nav {
    position: absolute;
    right: 0;
    background: #000;
    top: 0;
    right: 0;
    width: 300px;
    display: block !important;
    padding-top: 100px;
  }
  .nav nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .nav nav ul li a {
    width: 230px;
  }
  .nav nav ul .submenu_open {
    opacity: 1;
    pointer-events: none;
    position: static;
    background: none;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding: 10px 0 30px 0;
    display: block !important;
  }
  .circles {
    margin-top: 200px;
  }
  .circles .date_rotate {
    display: none !important;
  }
  .circles .c2, .circles .c3, .circles .c4, .circles .big, .circles .c5, .circles .c6 {
    width: 80vw !important;
    height: 80vw !important;
    margin-left: 10vw !important;
    margin-bottom: 0 !important;
    margin-top: 60px !important;
  }
  .circles .c2 .label, .circles .c3 .label, .circles .c4 .label, .circles .big .label, .circles .c5 .label, .circles .c6 .label {
    right: auto !important;
    left: 0 !important;
    bottom: 0px !important;
    width: 100% !important;
  }
}