@font-face {
  font-family: Bunya Personal;
  src: url('../fonts/BUNYA-REGULAR_PERSONAL.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Mona Sans;
  src: url('../fonts/Mona-Sans-ExtraBoldNarrow.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --colorblack: #010101;
  --colorwhite: #fafafa;
  --colorwhitet: #fafafa33;
  --azul-os: #07304f;
  --naranja-lp: #ff8000;
  --morado-mk: #7b05f0;
  --azul-cielo: #a5d3d8;
  --azul-dm: #2794d2;
  --verde-px: #77a03b;
  --red: #f00605;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.logomenu {
  z-index: 2;
  clear: none;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: static;
}

.menu {
  z-index: 9;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  overflow: visible;
}

.menuwrapper {
  width: 60px;
  height: 50px;
  margin-left: auto;
  margin-right: 0;
}

.menubox {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fafafa33;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20%;
  display: flex;
}

.line1 {
  background-color: #fff;
  border-radius: 20px;
  width: 70%;
  height: 4px;
}

.line2 {
  background-color: #fff;
  border-radius: 20px;
  width: 90%;
  height: 5px;
}

.body {
  background-color: var(--colorblack);
  margin-left: 0;
  margin-right: 0;
  font-family: Lexend, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.herosection {
  z-index: 1;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  padding-left: 0%;
  display: block;
  position: sticky;
  top: 0;
  bottom: auto;
}

.textwrapper {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: auto;
  font-family: Mona Sans, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
  display: block;
  position: static;
  overflow: visible;
}

.heading {
  color: var(--colorwhite);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  font-size: 8rem;
  line-height: 7rem;
  display: flex;
}

.herocontent {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.textmovingwrapper {
  background-color: #0000;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.mover {
  color: var(--colorwhite);
  text-align: center;
  text-transform: uppercase;
  height: auto;
  font-family: Lexend, sans-serif;
  font-weight: 200;
  overflow: visible;
}

.textmover {
  font-size: 3rem;
  line-height: 3rem;
}

.contact {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.contacticons {
  justify-content: space-around;
  align-items: center;
  width: 15%;
  display: flex;
}

.iconlink {
  background-color: #fafafa33;
  border-radius: 8em;
  width: 5em;
  height: 5em;
}

.contacttext {
  justify-content: flex-end;
  display: flex;
}

.typing-text {
  color: var(--colorwhite);
  font-family: Lexend, sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 3em;
}

.line-div-deco {
  background-color: var(--colorwhitet);
  opacity: .4;
  width: 100%;
  height: 1px;
}

.service-item-info-wrapper {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.services-item-text-title {
  color: #fbfbfb;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.service-accordion-head-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.services-text {
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  padding-top: 0%;
  display: flex;
}

.services-icon {
  color: var(--naranja-lp);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 3rem;
  font-size: 2.2rem;
  line-height: 3rem;
  display: flex;
}

.service-accordion-item {
  grid-row-gap: 0rem;
  background-color: #175ada;
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 40rem;
  height: auto;
  padding: 1.875rem;
  display: flex;
}

.mkt-span-2 {
  color: var(--morado-mk);
  text-transform: uppercase;
  font-family: Mona Sans, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.accordion-secondclick {
  position: absolute;
  inset: 0%;
}

.servicios-2 {
  z-index: 3;
  background-color: var(--colorblack);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.service-description {
  color: var(--azul-cielo);
  text-align: left;
  width: 100%;
  margin-left: auto;
  padding-left: 0;
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 1.3rem;
}

.service-description.orange {
  color: var(--naranja-lp);
  min-width: 100%;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.service-description.blue {
  color: var(--azul-dm);
  -webkit-text-stroke-color: var(--azul-dm);
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.service-description.purple {
  color: var(--morado-mk);
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.service-description.green {
  color: var(--verde-px);
}

.logobox {
  z-index: 10;
  width: 10%;
  height: auto;
  display: flex;
  position: static;
}

.footer {
  z-index: 0;
  background-color: var(--colorwhite);
  flex-flow: column;
  width: auto;
  height: auto;
  min-height: 80vh;
  display: flex;
  position: sticky;
  bottom: 0%;
  overflow: hidden;
}

.pagewrapper {
  background-color: #0000;
  border-bottom-right-radius: 20em;
  border-bottom-left-radius: 20em;
}

.pagecontent {
  z-index: 2;
  background-color: var(--colorblack);
  background-image: linear-gradient(0deg, transparent 85%, var(--colorblack));
  background-position: 0 0;
  border-bottom-right-radius: 2.5em;
  border-bottom-left-radius: 2.5em;
  width: auto;
  position: relative;
  overflow: visible;
}

.servicio {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 20vh;
  margin-left: 0;
  margin-right: 0;
  padding: 2%;
  display: flex;
}

.servicioitem {
  background-color: var(--colorwhitet);
  border: 0 solid #000;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2%;
  display: flex;
}

.heading-20 {
  color: var(--colorwhite);
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-weight: 200;
}

.paragraph-15 {
  flex-flow: column;
  align-items: center;
  width: 50%;
  margin-bottom: 0;
  padding-right: 0%;
  display: block;
}

.bold-text-6 {
  color: var(--colorwhite);
  font-family: Lexend, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

.btnbox {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.btn-despegar {
  z-index: 99;
  background-color: var(--colorwhitet);
  opacity: .8;
  filter: drop-shadow(0 9px 8px #000000e0);
  color: var(--azul-cielo);
  border-radius: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lexend, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
  display: flex;
  position: relative;
}

.colmservicios {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.textbox {
  width: 30%;
  padding-right: 2%;
}

.test {
  z-index: 3;
  background-color: #0000;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.packwrapitem {
  background-color: var(--colorblack);
  width: 33%;
  height: 70vh;
  padding: 1%;
}

.packitem {
  background-color: var(--colorblack);
  border-radius: 2.5rem;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 33vw;
  height: 50vh;
  padding: 2% 5%;
  display: flex;
}

.heading-21 {
  color: var(--colorwhite);
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
}

.text-block-2 {
  color: var(--colorwhite);
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
}

.text3 {
  color: var(--colorwhite);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.text3.linktext {
  color: var(--colorwhite);
  text-align: left;
  background-color: #0000;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 100%;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  text-decoration: none;
}

.button-112 {
  background-color: var(--colorwhite);
  opacity: .5;
  color: var(--colorblack);
  border-radius: 2.5rem;
  margin-left: 0;
  font-family: Lexend, sans-serif;
  font-weight: 700;
}

.packcolum {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.packcolum-b {
  border-left: 0px solid var(--colorwhitet);
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
}

.packcontent {
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-18 {
  background-color: #0000;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: flex;
}

.text-block-3 {
  color: var(--colorwhite);
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.div-block-19 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.itemframe {
  width: 30vw;
  padding: 2%;
}

.itemframe.nebula {
  padding: 2% .5%;
}

.camara {
  z-index: 5;
  flex-flow: column;
  flex: none;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 50vh;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: sticky;
  top: 50vh;
  overflow: hidden;
}

.camara.camara2 {
  background-color: #0000;
  align-items: flex-start;
  width: 100vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: 0;
  left: auto;
}

.iteminner {
  border-radius: 1rem;
  height: 100%;
}

.iteminner.nebula {
  background-color: var(--colorwhitet);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.iteminner.nebula.nova2 {
  background-color: #ffb3ed;
}

.iteminner.nebula.nova1 {
  background-color: #c4b4ef;
}

.iteminner.reservado {
  border: 2px dashed var(--colorwhite);
  background-color: var(--colorwhitet);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.button-4.nebula {
  background-color: var(--colorwhite);
  color: var(--colorblack);
  border-radius: 1rem;
}

.paragraph-8 {
  color: var(--colorwhite);
}

.frame {
  flex-flow: row;
  justify-content: flex-start;
  width: auto;
  height: 100%;
  display: flex;
}

.nebulatitle {
  color: var(--colorwhite);
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
}

.track.planetbk {
  z-index: 9;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 150vw;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  top: 75vh;
}

.nebuladescription {
  color: var(--colorwhite);
}

.div-block-6 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.frame-copy {
  flex-flow: row;
  justify-content: flex-start;
  width: auto;
  height: 100%;
  display: flex;
}

.text-span-12 {
  font-weight: 200;
}

.newherosection {
  z-index: 2;
  background-color: var(--colorblack);
  flex-flow: column;
  align-items: center;
  width: 100vw;
  height: 60vh;
  display: none;
  position: relative;
}

.trackpack {
  z-index: 5;
  background-color: #0000;
  width: 100vw;
  height: 200vw;
  position: relative;
  top: 0;
}

.camaratrack {
  background-color: var(--colorblack);
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.packframe {
  flex-flow: row;
  flex: none;
  height: 100%;
  display: flex;
}

.itempack {
  background-color: #0000;
  flex-flow: column;
  width: 50vw;
  height: 100vh;
  padding: 4% 2%;
  display: flex;
}

.itempackinner {
  background-color: var(--colorblack);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.text-block-4 {
  color: var(--colorwhite);
  font-size: 5rem;
  font-weight: 900;
  line-height: 5rem;
}

.itempackinnerhome {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-18 {
  z-index: 1;
  mix-blend-mode: normal;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  position: sticky;
  top: 0;
  overflow: visible;
}

.imagewrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: sticky;
  top: 0;
}

.img-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.home2 {
  background-color: #fff0;
  flex-flow: row;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: none;
}

.text-block-5 {
  color: #fafafa;
  text-align: left;
  font-size: 4rem;
  font-weight: 100;
  line-height: 4rem;
}

.planetbk-black {
  background-color: #fff0;
  flex-flow: row;
  align-items: center;
  height: 70vh;
  display: none;
}

.heading-9 {
  color: #fafafa;
  text-align: left;
  font-family: Mona Sans, sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 8rem;
}

.image-5 {
  text-align: right;
  width: 30%;
}

.text-block-6 {
  color: var(--colorwhite);
  width: 100%;
  font-size: 3rem;
  font-weight: 100;
  line-height: 3rem;
}

.serviceconatiner {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 12%;
  padding-right: 5%;
  display: flex;
}

.serviceitem {
  background-color: var(--colorblack);
  opacity: .75;
  outline-offset: 0px;
  outline: 3px #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  height: 40vh;
  display: block;
}

.heading-25 {
  color: var(--colorwhite);
  margin-top: 0;
  margin-bottom: 5%;
  font-family: Mona Sans, sans-serif;
  font-size: 8rem;
  font-weight: 200;
  line-height: 8rem;
}

.image-19 {
  width: 15%;
  max-width: none;
  margin-bottom: 5%;
  margin-left: 0;
  margin-right: auto;
}

.text-block-7 {
  color: var(--colorwhite);
  margin-bottom: 2%;
  font-family: Lexend, sans-serif;
  font-size: 2.5rem;
  line-height: 2rem;
}

.text-block-8 {
  opacity: .8;
  color: var(--colorwhite);
  width: 80%;
  margin-bottom: 10%;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.button-113 {
  background-color: var(--colorwhitet);
  opacity: .66;
  color: var(--colorwhite);
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.servicitemtop {
  height: 25%;
}

.serviceitemtext {
  height: 30%;
}

.serviceitembottom {
  height: 20%;
}

.div-block-23 {
  z-index: 5;
  background-color: var(--colorblack);
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
}

.div-block-24, .div-block-25 {
  width: 50%;
  height: 100%;
}

.div-block-26 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-4 {
  display: flex;
}

.main-page {
  z-index: 4;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
  position: relative;
  top: 0;
  overflow: visible;
}

.menu-display-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.btn-menu-display {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: .4;
  background-color: #fafafa33;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 4rem;
  height: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0% 20%;
  display: flex;
}

.line-deco-1 {
  background-color: #fff;
  border-radius: 20px;
  width: 70%;
  height: 3px;
}

.line-deco-2 {
  background-color: #fff;
  border-radius: 20px;
  width: 90%;
  height: 3px;
}

.header-container {
  z-index: 50;
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-end;
  width: 100vw;
  height: auto;
  padding: 5vh 40px 0%;
  display: flex;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.header-logo {
  width: 6rem;
  max-width: none;
  height: auto;
  display: block;
}

.header-logo-wrapper.w--current {
  opacity: .25;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 8rem;
  height: 3rem;
  display: flex;
  overflow: visible;
}

.hero-section-text-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
  display: flex;
  position: static;
  overflow: visible;
}

.hero-section-text-aux {
  opacity: .8;
  outline-offset: 0px;
  color: var(--colorwhite);
  text-align: center;
  letter-spacing: .5rem;
  outline: 3px #fafafa;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  font-family: Lexend, sans-serif;
  font-size: 3rem;
  font-weight: 100;
  line-height: 3rem;
  display: block;
}

.text-movig-wrapper {
  background-color: #0000;
  width: auto;
  height: 3rem;
  display: block;
  overflow: hidden;
}

.text-mover {
  color: var(--colorwhite);
  text-align: center;
  text-transform: uppercase;
  height: 3rem;
  font-family: Lexend, sans-serif;
  font-weight: 200;
  overflow: visible;
}

.text-mover-item {
  color: #fafafa80;
  text-align: center;
  letter-spacing: .2rem;
  text-shadow: none;
  word-break: normal;
  height: 3rem;
  margin-left: auto;
  font-size: 3rem;
  font-weight: 100;
  line-height: 3rem;
}

.hero-section-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto auto 60px;
  padding-bottom: 60px;
  display: flex;
}

.services-text-description {
  opacity: .75;
  color: var(--colorwhite);
  text-align: center;
  width: 60%;
  margin-bottom: 100px;
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 2.5rem;
}

.services {
  z-index: 50;
  border: 50px none var(--azul-cielo);
  background-image: linear-gradient(180deg, transparent 80%, var(--colorblack)), linear-gradient(180deg, black, transparent 80%), linear-gradient(to bottom, #000c, #000c), radial-gradient(circle closest-corner at 0% 50%, transparent, #0002855c 66%), url('../images/2150038875.jpg');
  opacity: 1;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, fixed;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-info-footer {
  color: var(--azul-cielo);
  text-align: center;
  border: 0 solid #000;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.btn-service-contact {
  background-color: var(--colorwhitet);
  color: var(--naranja-lp);
  border-radius: 20px;
  margin: 10% auto 5% 0;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.btn-service-contact.purplebackground {
  background-color: var(--colorwhitet);
  color: #d4a9ff;
}

.btn-service-contact.bluebackgroud {
  color: var(--azul-dm);
  margin-top: 10%;
  margin-left: 0;
  margin-right: auto;
}

.btn-service-contact.greenbackground {
  color: var(--verde-px);
}

.service-accordion {
  color: var(--colorwhite);
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.service-image {
  border-radius: 20px;
  margin-top: 0%;
}

.span-landing-page {
  color: var(--naranja-lp);
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Mona Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.service-accordion-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 80%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.services-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0%;
  display: flex;
}

.text-span-2 {
  text-align: center;
  width: 100%;
  min-width: 100%;
  font-size: 0;
  line-height: 0;
}

.item--text-preservice {
  color: #fbfbfb;
  margin-top: 0;
  margin-bottom: 0;
}

.service-item-title {
  align-items: flex-end;
  width: 100%;
  margin-bottom: 5%;
  display: flex;
  overflow: visible;
}

.service-info-description {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.text-span-3-copy {
  text-align: center;
}

.bold-text-8 {
  color: var(--azul-dm);
  text-align: left;
  letter-spacing: .05rem;
  font-family: Mona Sans, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.bitacora-text-btn {
  flex-flow: column;
  width: 30%;
  display: none;
}

.bitacora-wrapper {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.btn-bitacora-general {
  background-color: var(--colorwhitet);
  color: var(--azul-cielo);
  text-align: center;
  border-radius: 50px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 2rem;
  text-decoration: none;
}

.bitacora-section {
  background-color: var(--colorblack);
  background-image: radial-gradient(circle farthest-side at 0% 50%, var(--colorwhitet), var(--colorblack) 0%), linear-gradient(180deg, transparent, var(--colorblack) 94%), linear-gradient(180deg, var(--colorblack), transparent 38%), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto;
  padding: 0% 5%;
  display: none;
}

.bitacora-text {
  color: var(--colorwhite);
  text-align: center;
  font-family: Mona Sans, sans-serif;
  font-size: 8rem;
  line-height: 6.5rem;
}

.bitacora-img {
  z-index: 4;
  opacity: 1;
  width: 25%;
  position: static;
  top: 8px;
  left: auto;
}

.linkbitacora {
  color: var(--naranja-lp);
  font-weight: 600;
}

.linkbitacora-2 {
  color: var(--azul-dm);
  font-weight: 600;
}

.service-info-title {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}

.linkbitacora-3 {
  color: #d4a9ff;
  font-weight: 600;
}

.linkbitacora-4 {
  color: var(--verde-px);
  font-weight: 600;
}

.proyectoxtext {
  color: var(--verde-px);
  text-transform: uppercase;
  font-family: Mona Sans, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.bold-text-10 {
  color: var(--verde-px);
}

.packs-title {
  opacity: .8;
  color: var(--colorwhite);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
  text-decoration: none;
  display: flex;
}

.packs {
  background-color: var(--colorblack);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.paragraph-description {
  opacity: .9;
  color: var(--azul-cielo);
  margin-top: 4%;
  margin-bottom: 4%;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.pack-item-wrapper {
  background-image: url('../images/2151198142.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 25rem;
  margin-bottom: 10%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #01010180;
}

.packs-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0%;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.msg-title {
  opacity: 1;
  filter: drop-shadow(0 2px 5px #000000b3);
  color: var(--colorblack);
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--azul-cielo);
  text-shadow: none;
  mix-blend-mode: overlay;
  padding-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
  text-decoration: none;
}

.img-footer {
  background-image: url('../images/53940.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 80vh;
  display: none;
  transform: translate(0);
}

.portfolio-track-mobile {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 180vw;
  margin-top: 0;
  padding-top: 10%;
  display: none;
  position: static;
}

.portfolio-camara {
  z-index: 2;
  width: 100vw;
  min-width: auto;
  height: 100vh;
  padding-bottom: 20%;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.portfolio-frame-top {
  height: 50%;
  display: flex;
}

.porfolio-item-top {
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30vw;
  height: 100%;
  padding-left: 4%;
  display: flex;
}

.portfolio-frame-bottom {
  align-items: center;
  height: 50%;
  display: flex;
}

.portfolio-item-wrapper {
  background-color: var(--red);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.portfolio-img {
  width: 140%;
  overflow: visible;
}

.portfolio-item-bottom {
  width: 30vw;
  height: 100%;
  padding-right: 4%;
}

.section-7-copy {
  display: block;
}

.preservice-copy {
  color: var(--azul-cielo);
  margin-top: 0;
  margin-bottom: 1%;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.faq_component-heading-2-copy {
  color: #fbfbfb;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5%;
  font-size: 5rem;
  font-weight: 100;
  line-height: 5rem;
}

.linespace-deco {
  background-color: var(--colorwhitet);
  width: 100%;
  height: 1px;
  display: none;
}

.footer_wrapper {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: -50rem;
  display: none;
}

.spacer-function {
  background-color: var(--verde-px);
  width: 100%;
  height: 100rem;
  position: relative;
  top: 0;
}

.footer-wrapper {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--azul-os), transparent 45%), radial-gradient(circle farthest-corner at 100% 0%, var(--colorwhitet) 28%, transparent 70%), linear-gradient(180deg, var(--colorblack), transparent), linear-gradient(to bottom, #07304f47, #07304f47), url('../images/planeta-oscuro-paisaje-espacial_23-2151889118.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, auto, auto;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
  flex-flow: column;
  align-items: center;
  width: 100vw;
  display: flex;
  position: sticky;
  bottom: 0;
}

.main_page_wrapper {
  flex-flow: column;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0;
}

.msg-container {
  background-color: #a5d3d8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.text-block-15 {
  color: #fafafa;
  text-align: left;
  font-size: 4rem;
  font-weight: 100;
  line-height: 4rem;
}

.heading-26 {
  color: #fafafa;
  text-align: left;
  font-family: Mona Sans, sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 8rem;
}

.image-23 {
  text-align: right;
  width: 30%;
}

.hero-section-background {
  z-index: 2;
  box-sizing: border-box;
  background-color: var(--colorblack);
  background-image: linear-gradient(180deg, var(--colorblack) 10%, transparent 44%), linear-gradient(180deg, transparent 32%, var(--colorblack) 90%), url('../images/planetYellow.svg'), url('../images/planeta-oscuro-paisaje-espacial_23-2151889118.jpg'), linear-gradient(to bottom, #31d8ee69, #31d8ee69), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
  opacity: 1;
  mix-blend-mode: screen;
  object-fit: cover;
  background-position: 0 0, 0 0, 65vw, -80vh, 0 0, 0%;
  background-repeat: repeat, repeat, no-repeat, repeat, repeat, repeat-y;
  background-size: auto, auto, 700px, auto, auto, 100vw;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: 110vh;
  min-height: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.hero-section-wrapper {
  z-index: 4;
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  background-color: #0318285e;
  background-image: linear-gradient(180deg, transparent 78%, var(--colorblack));
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-bottom: 20vh;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  top: 0;
}

.hero-section {
  background-color: var(--colorblack);
  background-image: linear-gradient(180deg, transparent 74%, var(--colorblack) 91%), linear-gradient(to bottom, #000000d1, #000000d1), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: auto;
  height: 110vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #01010100 5%, #010101cc 20% 80%, #01010100 95%);
  mask-image: linear-gradient(90deg, #01010100 5%, #010101cc 20% 80%, #01010100 95%);
  -webkit-mask-source-type: alpha;
  mask-mode: alpha;
}

.packs-text-description {
  color: var(--azul-cielo);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 3rem;
  font-weight: 100;
  line-height: 3rem;
  display: flex;
}

.icon-embed-small-2-dm {
  color: var(--azul-dm);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 3rem;
  display: flex;
}

.icon-embed-small-2-mk {
  color: var(--morado-mk);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 3rem;
  display: flex;
}

.icon-embed-small-2-px {
  color: var(--verde-px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 3rem;
  display: flex;
}

.button-11-copy {
  border: 1px solid var(--azul-dm);
  background-color: var(--azul-os);
  opacity: 1;
  filter: drop-shadow(0 2px 7px #000000b3);
  color: var(--azul-cielo);
  text-transform: uppercase;
  border-radius: 2.5rem;
  margin-top: 5%;
  font-family: Lexend, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.2rem;
}

.msg-description {
  opacity: .8;
  color: var(--azul-cielo);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 100;
  line-height: 2rem;
  display: block;
}

.img-footer-ami {
  z-index: 99;
  width: 30%;
  max-width: 50%;
  margin-top: 60px;
  margin-bottom: 40px;
  display: none;
  position: relative;
}

.footer-top {
  background-color: #7ba134;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40vh;
  padding-bottom: 5%;
  display: flex;
}

.footer-menu {
  background-color: #0101013b;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.footer-text {
  color: var(--colorblack);
  text-align: center;
  mix-blend-mode: normal;
  width: 80%;
  padding: 2% 5%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
}

.menu-contact-contac-item {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0%;
}

.menu-contact-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--colorwhite);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.menu-contact-item-text {
  opacity: 1;
  direction: ltr;
  color: var(--colorblack);
  letter-spacing: 0;
  text-transform: capitalize;
  mix-blend-mode: overlay;
  font-family: Lexend, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
  text-decoration: underline;
}

.menu-contact-item-image {
  opacity: .5;
  width: 40px;
  max-width: none;
  height: auto;
  margin-top: 0%;
  overflow: visible;
}

.footer-top-logo {
  mix-blend-mode: overlay;
  max-width: 20%;
}

.footer-top-text-description {
  color: var(--colorblack);
  mix-blend-mode: overlay;
  font-size: .6rem;
  line-height: .8rem;
  text-decoration: none;
}

.index-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-top-wrapper {
  mix-blend-mode: soft-light;
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  display: flex;
}

.footer-top-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .5;
  mix-blend-mode: overlay;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  display: flex;
}

.footer-index {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-contact-contact {
  mix-blend-mode: overlay;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
}

.hero-section-vertical-menu {
  justify-content: space-between;
  align-items: center;
  width: 20%;
  height: auto;
  padding-bottom: 0%;
  display: flex;
}

.vertical-menu-image {
  opacity: .7;
  filter: contrast(0%) drop-shadow(0 2px 5px #000000b3);
  width: 1.8rem;
  font-size: .2em;
  line-height: .2em;
}

.vertical-menu-item {
  background-color: var(--colorwhitet);
  opacity: .8;
  border-radius: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .8rem;
  font-size: .8rem;
  line-height: .8rem;
}

.paragraph-description-copy {
  border-top: 1px solid var(--colorwhitet);
  color: var(--colorwhite);
  mix-blend-mode: hard-light;
  margin-top: 0;
  padding-top: 10px;
  display: block;
}

.review-badge-person {
  font-size: 1em;
}

.stars {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6em;
  display: flex;
}

.review-badge-text {
  margin-left: .2em;
  display: inline-block;
}

.review-badge-text.is-name {
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
}

.review-item-top {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
  position: relative;
}

.review-item-top.has-8-gap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.review-badge-stars {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 400;
  line-height: 160%;
}

.user-avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  overflow: hidden;
  box-shadow: 0 0 0 3px #fff;
}

.user-avatar.is-small {
  width: 2em;
  height: 2em;
}

.user-avatar.is-shifted {
  margin-left: -.375em;
}

.review-badged {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-badged.is-small {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.small-text-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.review-item-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
}

.review-frame {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--colorwhitet);
  border-radius: 1em;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 16rem;
  height: 18rem;
  margin: .25em;
  padding: 1.5em;
  display: flex;
}

.reviews {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--azul-cielo);
  background-image: linear-gradient(180deg, var(--azul-os) 18%, var(--azul-cielo));
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: none;
}

.reviews-camara {
  opacity: 1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  padding-top: 0%;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  -webkit-mask-source-type: alpha;
  mask-mode: alpha;
}

.span-bluelight-italic {
  color: var(--azul-cielo);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.menu-contact-item-description {
  opacity: 0;
  letter-spacing: .1rem;
  margin-top: 10%;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1rem;
  display: none;
}

.footer-top-link {
  color: var(--colorblack);
  mix-blend-mode: overlay;
  font-size: 1rem;
  line-height: 1.1rem;
  text-decoration: none;
}

.menu-contact-text {
  opacity: .8;
  color: var(--colorblack);
  text-align: center;
  text-shadow: 0 1px 10px var(--azul-cielo);
  mix-blend-mode: overlay;
  flex: 1;
  padding-top: 0%;
  padding-bottom: 0%;
  font-family: Lexend, sans-serif;
  font-size: 4rem;
  font-weight: 200;
  line-height: 8rem;
}

.menu-contact {
  z-index: 60;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-mask: none;
  -webkit-mask-source-type: alpha;
  mask: none alpha;
}

.menu-contact-backround-wrapper {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 100% 0%, transparent 21%, #07304f78 27%, transparent 61%), radial-gradient(circle farthest-corner at 0% 0%, transparent 25%, var(--colorblack)), url('../images/planeta-oscuro-paisaje-espacial_23-2151889118.jpg');
  filter: hue-rotate(345deg) blur(2px);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.menu-contact-image2 {
  opacity: .56;
  mix-blend-mode: hard-light;
  transform-style: preserve-3d;
  width: 10%;
  position: fixed;
  top: 100px;
  bottom: 10%;
  left: 140px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(-50deg);
}

.menu-contact-image1 {
  z-index: 65;
  mix-blend-mode: color-dodge;
  width: 20%;
  position: fixed;
  top: auto;
  bottom: 0;
  right: 140px;
  transform: rotate(-47deg);
}

.menu-display {
  z-index: 60;
  background-color: var(--colorblack);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.menu-contact-wrapper {
  z-index: 70;
  border: 2px solid var(--colorwhitet);
  box-shadow: none;
  filter: drop-shadow(0px 2px 5px var(--colorblack));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 60px 100px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  overflow: hidden;
}

.menu-contact-description {
  color: var(--colorwhite);
  text-align: center;
  width: 60%;
  margin-top: 2%;
  margin-bottom: 2%;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: none;
}

.menu-contact-title {
  color: var(--colorwhite);
  letter-spacing: .1rem;
  text-shadow: 0 -2px 16px #2794d2a3;
  font-family: Mona Sans, sans-serif;
  font-size: 5rem;
  line-height: 5rem;
}

.btn-menu-display-close {
  background-color: var(--colorwhitet);
  opacity: .5;
  color: var(--colorwhite);
  border-radius: 50px;
  margin: 10px 0 0 20px;
  padding-top: 9px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  transform: scale(.8);
}

.menu-display-item-text {
  opacity: .9;
  color: var(--azul-cielo);
  letter-spacing: 0;
  text-transform: capitalize;
  text-shadow: 0 1px 5px #a5d3d8a3;
  font-family: Lexend, sans-serif;
  font-size: 2rem;
  font-weight: 100;
  line-height: 2rem;
  text-decoration: none;
}

.menu-item-link {
  text-transform: uppercase;
  margin-bottom: 0;
  text-decoration: none;
}

.menu-wrapper {
  z-index: 3;
  background-color: #07304f33;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  left: 0;
}

.menu-display-background {
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: .52;
  filter: blur();
  mix-blend-mode: exclusion;
  object-fit: scale-down;
  align-items: flex-start;
  display: none;
  overflow: visible;
}

.menu-display-image {
  z-index: 2;
  opacity: 1;
  mix-blend-mode: color-dodge;
  justify-content: center;
  width: 110vw;
  max-width: 200%;
  display: block;
  position: absolute;
  inset: 220px auto auto 50px;
  transform: rotate(-15deg);
}

.menu-logo-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 2rem;
  line-height: 2rem;
  display: flex;
}

.menu-display-contact {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.menu-conctact-close {
  background-color: var(--colorwhitet);
  opacity: .83;
  color: var(--colorwhite);
  border-radius: 100px;
  margin-top: 5%;
  padding: 20px 20px 25px;
  font-size: 2rem;
  line-height: .5rem;
}

.menu-display-contact-items {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  opacity: .38;
  mix-blend-mode: exclusion;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: auto;
  max-width: none;
  padding-top: 20px;
  display: none;
}

.menu-display-item-text-span {
  color: var(--azul-dm);
  font-size: 1rem;
  line-height: 1rem;
}

.menu-logo-text {
  opacity: .22;
  color: var(--azul-cielo);
  text-transform: lowercase;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Bunya Personal, Impact, sans-serif;
  font-size: 3rem;
  line-height: 2rem;
}

.menu-display-background-image {
  opacity: 1;
}

.pack-item-background-img {
  background-color: var(--colorwhitet);
  mix-blend-mode: screen;
  min-width: 125%;
  max-width: 125%;
  position: relative;
  top: 30%;
}

.pack-item-img {
  opacity: 1;
  mix-blend-mode: hue;
  width: 90%;
  position: absolute;
}

.pack-item-box {
  opacity: .6;
  mix-blend-mode: screen;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.grid-footer {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 50%;
}

.image-26-copy {
  opacity: .33;
  opacity: 1;
  width: 20%;
}

.text-block-27 {
  opacity: 1;
  filter: drop-shadow(0px 2px 8px var(--colorwhite));
  color: var(--azul-os);
  mix-blend-mode: exclusion;
  font-family: Mona Sans, sans-serif;
  font-size: 15rem;
  line-height: 15rem;
  position: absolute;
  top: auto;
}

.revies-title {
  color: var(--colorwhite);
  margin-top: 0%;
  margin-bottom: 5%;
  font-size: 4rem;
  font-weight: 100;
  line-height: 4rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.menu-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  mix-blend-mode: luminosity;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.hero-section-text-title {
  color: var(--colorwhite);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  font-size: 10rem;
  line-height: 10rem;
  display: none;
}

.pack-item-wrapper-copy {
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 25rem;
  margin-bottom: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #01010180;
}

.pack-item-wrapper-copy-2 {
  background-image: url('../images/viajes-espaciales-retro-futuristas_23-2151837575.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40rem;
  margin-bottom: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  top: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px #01010180;
}

.pack-item-background-img-copy {
  mix-blend-mode: overlay;
  object-fit: cover;
  width: 200%;
  min-width: 150%;
  max-width: none;
  overflow: clip;
}

.image-50 {
  max-width: 90%;
}

.hero-section-text-title-desktop {
  opacity: .9;
  filter: drop-shadow(0 2px 5px #2794d266);
  color: var(--azul-cielo);
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  text-shadow: 0 5px 3px #07304f66;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0 auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 5rem;
  line-height: 5rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}

.hero-section-vertical-menu-mobile {
  justify-content: space-between;
  align-items: center;
  width: 20%;
  height: auto;
  padding-bottom: 0%;
  display: none;
}

.hero-section-vertical-menu-desktop {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0%;
  display: flex;
  position: static;
  top: 75vh;
  bottom: 10vh;
}

.icon-wrapper-desktop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.typping-wrapper {
  width: 80%;
}

.btn-despegar-wrapper {
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 20px;
  display: flex;
}

.text-span-26 {
  color: var(--colorwhite);
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.service-accordion-item-mobile {
  grid-row-gap: 0rem;
  background-color: #175ada;
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 40rem;
  height: auto;
  padding: 0;
  display: none;
}

.service-accordion-item-desktop {
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  height: auto;
  padding: 0;
  display: flex;
}

.div-block-55 {
  flex-flow: column;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-56 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 0%;
  padding-right: 1%;
  display: flex;
}

.div-block-57 {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  display: flex;
}

.div-block-59 {
  flex-flow: row;
  margin-bottom: 5%;
  display: flex;
}

.div-block-60 {
  border-top: 1px solid var(--colorwhitet);
  border-bottom: 1px solid var(--colorwhitet);
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.comentbitacora-desktop {
  opacity: .5;
  text-align: center;
  margin-left: 25px;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1rem;
}

.bold-text-13 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.italic-text {
  color: var(--naranja-lp);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.service-accordion-head-wrapperr-desktop {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-accordion-head-wrapperr-desktop.w--current {
  text-decoration: none;
}

.service-item-title-desktop {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3rem;
  text-decoration: none;
  display: flex;
}

.item--text-preservice-desktop {
  color: var(--colorwhitet);
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5rem;
  text-decoration: none;
  display: block;
}

.services-item-text-title-desktop {
  opacity: .75;
  color: var(--colorwhite);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .8rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}

.bold-text-14 {
  color: var(--naranja-lp);
}

.bold-text-15 {
  color: var(--azul-dm);
}

.div-block-56-copy {
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.div-block-57-copy {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding-top: 2%;
  display: flex;
}

.div-block-56-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-right: 2%;
  display: flex;
}

.div-block-61 {
  padding-top: 2%;
  padding-bottom: 2%;
}

.bold-text-16 {
  color: var(--morado-mk);
}

.bitacora-text-btn-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 30%;
  height: 100%;
  padding-top: 15%;
  display: block;
}

.bitacora-text-copy {
  color: var(--colorwhite);
  text-align: center;
  font-family: Bunya Personal, Impact, sans-serif;
  font-size: 15rem;
  line-height: 6.5rem;
  position: relative;
  right: auto;
}

.bitacora-text-copy-copy {
  z-index: 1;
  color: var(--colorwhite);
  text-align: center;
  font-family: Bunya Personal, Impact, sans-serif;
  font-size: 20rem;
  line-height: 6.5rem;
  position: relative;
  left: -150px;
  right: 0;
}

.bitacora-wrapper-desktop {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  position: static;
}

.div-block-62 {
  background-color: var(--colorblack);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: static;
}

.paragraph-21 {
  z-index: 3;
  color: var(--colorwhitet);
  font-family: Bunya Personal, Impact, sans-serif;
  font-size: 16rem;
  line-height: 10rem;
  position: absolute;
}

.text-span-27 {
  color: #0000;
}

.bitacora-img-desktop {
  z-index: 4;
  opacity: 1;
  mix-blend-mode: normal;
  width: 100%;
  max-width: none;
  position: absolute;
  top: 15px;
  left: auto;
}

.bitacora-img-desktop-copy {
  z-index: 4;
  opacity: 1;
  mix-blend-mode: normal;
  width: 100%;
  max-width: none;
  position: absolute;
  top: 8px;
  left: auto;
}

.image-51 {
  opacity: 1;
  mix-blend-mode: soft-light;
  position: absolute;
}

.image-52 {
  opacity: .6;
  filter: drop-shadow(0 2px 7px #000000b3);
  mix-blend-mode: luminosity;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: 80%;
  padding: 0% 5%;
}

.packs-desktop {
  background-image: linear-gradient(180deg, #01010196, transparent 19%, var(--azul-os)), linear-gradient(180deg, #01010133, transparent), linear-gradient(to bottom, #010c13cc, #010c13cc), url('../images/galaxy-night-panorama.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 100px 0;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(0deg, #010101 5% 20%, #010101 85%, #01010100 95%);
  mask-image: linear-gradient(0deg, #010101 5% 20%, #010101 85%, #01010100 95%);
}

.packs-wrapper-desktop {
  flex-flow: row;
  justify-content: space-between;
  width: auto;
  height: auto;
  margin-top: 5%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  overflow: hidden;
}

.pack-wrapper-desktop-item {
  width: 50%;
  height: auto;
}

.pack-desktop-item-img {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.pack-desktop-item-text {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.pack-desktop-item-text-top {
  border-bottom: 0px dotted var(--colorwhitet);
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.pack-desktop-item-text-bottom {
  opacity: 1;
  font-size: 1rem;
  line-height: 1rem;
}

.text-block-29 {
  opacity: 1;
  color: var(--azul-dm);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 2rem;
  font-weight: 100;
  line-height: 2.6rem;
  display: flex;
}

.text-block-30 {
  opacity: 1;
  color: var(--azul-cielo);
  text-transform: uppercase;
  mix-blend-mode: exclusion;
  width: 100%;
  margin-left: .5rem;
  font-family: Lexend, sans-serif;
  font-size: 4rem;
  font-weight: 200;
  line-height: 4rem;
  transform: none;
}

.bold-text-17, .bold-text-18, .bold-text-19 {
  color: var(--azul-dm);
}

.packsnimage {
  opacity: 1;
  background-image: url('../images/2151198142.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: absolute;
}

.image-53 {
  opacity: 1;
  mix-blend-mode: normal;
  width: 80%;
}

.packnebulaimage {
  opacity: 1;
  background-image: url('../images/nebulaColor2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: none;
  position: absolute;
  top: 0;
}

.image-53-copy {
  opacity: .89;
  filter: blur(.5px);
  mix-blend-mode: screen;
  border-radius: 50px;
  width: 100%;
}

.packnovaimage {
  opacity: 1;
  background-image: url('../images/viajes-espaciales-retro-futuristas_23-2151837575.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: none;
  position: absolute;
  top: 10%;
  bottom: 10%;
  overflow: hidden;
  transform: rotate(0);
}

.image-53-copy-copy {
  opacity: .64;
  mix-blend-mode: screen;
  width: 80%;
}

.image-53-copy-copy-copy {
  opacity: 1;
  mix-blend-mode: overlay;
  width: 150%;
  max-width: none;
}

.text-block-27-copy {
  opacity: 1;
  filter: drop-shadow(0px 2px 8px var(--colorwhite));
  color: var(--azul-os);
  mix-blend-mode: exclusion;
  font-family: Mona Sans, sans-serif;
  font-size: 15rem;
  line-height: 15rem;
  position: absolute;
  top: auto;
}

.textimgnova {
  z-index: 2;
  color: var(--colorblack);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2794d2;
  text-shadow: 0 1px 1px #fafafa80;
  mix-blend-mode: soft-light;
  font-family: Mona Sans, sans-serif;
  font-size: 20rem;
  line-height: 20rem;
  position: absolute;
  inset: auto;
}

.paragraph-description-copy {
  opacity: .8;
  color: var(--azul-cielo);
  text-transform: capitalize;
  opacity: .9;
  margin-top: 4%;
  margin-bottom: 4%;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.reviews-copy {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  padding-top: 0%;
  padding-bottom: 2%;
  display: none;
  position: static;
  top: 0;
}

.msg-container-copy {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: 0 5%;
  display: flex;
  position: static;
}

.img-footer-copy {
  z-index: 5;
  opacity: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  bottom: 0;
  transform: translate(0);
}

.div-block-64 {
  z-index: 4;
  background-image: linear-gradient(#a5d3d833, #a5d3d833), url('../images/53940.jpg');
  background-position: 0 0, 50% 100%;
  flex-flow: column;
  width: 100vw;
  margin-top: 0%;
  margin-bottom: 0%;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-54 {
  z-index: 1;
  aspect-ratio: 16 / 9;
  opacity: .75;
  background-image: none;
  background-size: auto;
  margin-top: 20%;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0;
}

.portfolio-desktop-msg-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.bitacora-section-desktop {
  background-image: linear-gradient(180deg, var(--azul-os) 3%, transparent), linear-gradient(180deg, transparent, var(--azul-cielo) 82%), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
  mix-blend-mode: normal;
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  padding: 60px 0 40px;
  display: flex;
  overflow: hidden;
}

.image-55 {
  filter: drop-shadow(0 2px 7px #ffb33a47);
  border-radius: 0;
  width: 60%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-31 {
  color: var(--azul-cielo);
  text-align: center;
  letter-spacing: .05rem;
  text-transform: none;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.8rem;
}

.text-block-31-copy {
  color: var(--azul-os);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 1%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.track-tablet-portfolio {
  background-image: linear-gradient(180deg, var(--colorblack), transparent 48%), linear-gradient(to bottom, #03060db3, #03060db3), url('../images/outer-space-background.jpg');
  background-position: 0 0, 0 0, 100%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  width: 100vw;
  height: 120vw;
  margin-top: -100px;
  padding-top: 100px;
  display: none;
  position: static;
  top: 0;
  -webkit-mask-image: linear-gradient(#010101 5% 20%, #010101 80%, #01010100 90%);
  mask-image: linear-gradient(#010101 5% 20%, #010101 80%, #01010100 90%);
}

.camara-desktop-top {
  z-index: 1;
  width: 100vw;
  height: auto;
  margin-top: 0;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #01010100 5%, #010101 20% 80%, #01010100 95%);
  mask-image: linear-gradient(90deg, #01010100 5%, #010101 20% 80%, #01010100 95%);
}

.frame-desktop-portfolio {
  align-items: center;
  height: 40vh;
  display: flex;
  position: static;
}

.item-desktop-portfolio {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-32 {
  color: var(--azul-cielo);
  font-size: 5rem;
  line-height: 5rem;
}

.frame-desktop-portfolio-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  height: 40vh;
  display: flex;
  position: static;
}

.item-portfolio-desktop-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 100%;
  display: flex;
  overflow: visible;
}

.portfolio-desktop-msg {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
  bottom: auto;
  overflow: hidden;
}

.port-desktop-coach {
  background-color: var(--azul-cielo);
  background-image: linear-gradient(180deg, #0893e2d1, #087bbedb 43%, var(--azul-os)), url('../images/jc-logo-10.24-patron-color.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 200%;
  background-attachment: scroll, scroll;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  padding-top: 5%;
  display: flex;
}

.port-img-desk-coach {
  opacity: .8;
  max-width: 90%;
}

.portfolio-desktop-nanda {
  background-color: var(--azul-cielo);
  background-image: url('../images/Miniatura-Plantilla-4.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  padding-bottom: 15%;
  display: flex;
}

.port-img-desk-nanda {
  opacity: .43;
  max-width: 90%;
}

.port-desktop-empty {
  border: 3px dashed var(--colorwhitet);
  outline-offset: 0px;
  background-color: #ffffff47;
  border-radius: 20px;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  padding-top: 0%;
  display: flex;
}

.text-block-33 {
  filter: drop-shadow(0 2px 7px #000);
  color: var(--colorwhite);
  text-align: center;
  text-transform: uppercase;
  padding: 5% 10%;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.5rem;
}

.pack-desktop-msg {
  z-index: 1;
  opacity: .97;
  mix-blend-mode: normal;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.section-5 {
  z-index: 2;
  background-color: var(--azul-cielo);
  background-image: linear-gradient(180deg, var(--azul-cielo) 15%, transparent 52%), linear-gradient(to bottom, #a5d3d866, #a5d3d866), url('../images/53940.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  border: 0 #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -2px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: static;
  top: 0;
  overflow: hidden;
}

.track-desktop-portfolio-2 {
  width: 100vw;
  height: 20vw;
}

.camara-desktop-top-2 {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
}

.frame-desktop-portfolio-2 {
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.item-desktop-portfolio-2 {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.text-block-34 {
  color: #a5d3d8;
  font-size: 5rem;
  line-height: 5rem;
}

.text-movig-wrapper--desktop {
  background-color: #0000;
  width: 100%;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.text-moverr-desktop {
  color: var(--colorwhite);
  text-align: center;
  text-transform: uppercase;
  height: auto;
  font-family: Lexend, sans-serif;
  font-weight: 200;
  overflow: visible;
}

.text-mover-item--desktop {
  color: var(--azul-dm);
  letter-spacing: .2rem;
  width: auto;
  height: 3rem;
  font-size: 3.5rem;
  line-height: 3rem;
}

.image-56 {
  opacity: 1;
  mix-blend-mode: color-dodge;
  object-fit: contain;
  width: 20%;
  height: auto;
  display: none;
  position: absolute;
  top: 25vh;
  left: 0;
  transform: rotate(26deg);
}

.icon-wrapper-desktop-test {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.image-56-copy {
  opacity: 1;
  mix-blend-mode: lighten;
  object-fit: contain;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
}

.text-block-35 {
  z-index: 2;
  background-image: linear-gradient(180deg, transparent, var(--colorblack) 70%);
  opacity: 1;
  color: var(--azul-cielo);
  text-align: left;
  width: 100%;
  margin-top: 0%;
  padding-bottom: 10%;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 2rem;
  line-height: 3rem;
  position: static;
  inset: 0 auto auto;
}

.text-span-28 {
  color: var(--azul-dm);
}

.div-block-67 {
  position: relative;
}

.cometa-desc-container {
  background-image: linear-gradient(to bottom, #0009, #0009), linear-gradient(180deg, transparent 40%, var(--colorblack) 90%), linear-gradient(180deg, var(--colorblack) 4%, transparent), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
  opacity: .8;
  filter: drop-shadow(0 2px 7px #000000b3);
  mix-blend-mode: luminosity;
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5% 10%;
  display: none;
  overflow: hidden;
}

.footer_wrapper-desktop {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: -50rem;
  display: flex;
}

.footer-index-test-footer {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.index-grid-test-footer {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  border-top: 1px solid var(--colorwhitet);
  border-bottom: 1px solid var(--colorwhitet);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 5%;
  margin-bottom: 2%;
  padding: 2%;
}

.div-block-68 {
  display: flex;
}

.div-block-69 {
  flex-flow: column;
  display: flex;
}

.text-span-29 {
  opacity: .6;
  color: var(--colorwhite);
  mix-blend-mode: normal;
  text-decoration: underline;
}

.paragraph-22 {
  color: var(--colorblack);
  text-align: center;
  mix-blend-mode: normal;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.text-span-30 {
  mix-blend-mode: soft-light;
  font-size: 2rem;
  line-height: 2rem;
}

.bold-text-20 {
  color: var(--colorwhite);
  font-family: Bunya Personal, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.bold-text-21 {
  color: var(--colorwhite);
  letter-spacing: .1rem;
  font-family: Bunya Personal, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.paragraph-23 {
  color: var(--colorwhite);
  text-align: left;
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.text-span-31 {
  color: var(--colorwhite);
  font-family: Bunya Personal, Impact, sans-serif;
  font-size: 8rem;
  line-height: 8rem;
}

.div-block-70 {
  border: 0px solid var(--colorwhitet);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2% 0% 5% 1%;
  display: flex;
}

.div-block-70.linetop {
  border-top-width: 1px;
}

.paragraph-24 {
  opacity: .5;
  color: var(--azul-os);
  text-align: center;
  letter-spacing: .1rem;
  width: auto;
  margin-bottom: 0;
  font-family: Bunya Personal, Impact, sans-serif;
  font-size: 12rem;
  line-height: 8rem;
}

.image-57 {
  width: 10%;
}

.div-block-70-copy {
  border: 0px solid var(--colorwhitet);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.paragraph-23-copy {
  color: var(--colorwhite);
  text-align: left;
  width: auto;
  margin-bottom: 0;
  padding-left: 2%;
  padding-right: 0%;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
}

.image-58 {
  transform-style: preserve-3d;
  width: 15%;
  margin-left: -5%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.image-59 {
  width: 10%;
}

.div-block-71 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 5%;
  display: flex;
}

.image-60 {
  width: 50%;
  height: auto;
  padding-left: 0%;
}

.image-61 {
  width: 20%;
  transform: rotate(37deg);
}

.paragraph-24-copy {
  opacity: .5;
  color: var(--azul-dm);
  text-align: center;
  letter-spacing: .1rem;
  width: auto;
  margin-bottom: 0;
  font-family: Bunya Personal, Impact, sans-serif;
  font-size: 12rem;
  line-height: 8rem;
}

.paragraph-23-copy {
  color: var(--azul-dm);
  text-align: left;
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.div-block-72 {
  z-index: 1;
  background-color: var(--colorwhitet);
  filter: blur(2px);
  background-image: linear-gradient(#0919522b, #0919522b), radial-gradient(circle farthest-side at 0 0, #0000 19%, #01010180 38% 69%, #0000), linear-gradient(#03172666, #03172666), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, cover;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  -webkit-mask-image: radial-gradient(circle, #010101 10% 20%, #01010100 80% 90%);
  mask-image: radial-gradient(circle, #010101 10% 20%, #01010100 80% 90%);
}

.div-block-73 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  filter: drop-shadow(0 2px 5px #000000b3);
  mix-blend-mode: normal;
  border-radius: 200rem 200rem 0 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 60px 60px 100px 0;
  display: flex;
}

.left-arrow-t1, .left-arrow-landscape-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.company-logo-t1 {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-icon-t1 {
  position: absolute;
  inset: 10% auto auto 15%;
}

.user-picture-t1 {
  border-radius: 100px;
  margin-top: 20px;
  padding: 3px;
  box-shadow: 0 1px 3px #a7a7a7;
}

.arrow {
  filter: invert();
  height: 25px;
  transform: rotate(0);
}

.slide-subwrapper-t1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--colorwhitet);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 20px 15px 30px;
  display: flex;
}

.quote-t1 {
  color: var(--colorwhite);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1.2rem;
  display: flex;
}

.right-arrow-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-wrapper-t1 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: flex-start;
  height: 400px;
  margin-bottom: 100px;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
}

.slider-mobile-landscape-t1 {
  background-color: #0000;
  height: 100%;
  display: none;
}

.slide-nav-t1 {
  filter: invert();
  font-size: 11px;
}

.right-arrow-icon-t1 {
  height: 60px;
  transform: rotate(0);
}

.left-arrow-portrait-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.user-name-t1 {
  color: var(--colorwhite);
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}

.slider-mobile-portrait-t1 {
  background-color: #0000;
  height: 100%;
  display: none;
}

.slide-nav-portrait-t1 {
  font-size: 11px;
}

.arrow-copy {
  filter: invert();
  mix-blend-mode: normal;
  height: 60px;
  transform: rotate(0);
}

.slide-nav-landscape-t1 {
  font-size: 11px;
}

.testimonials-t1 {
  align-items: flex-start;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.user-picture-wrapper-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-t1 {
  background-color: #0000;
  height: 100%;
}

.left-arrow-icon-t1 {
  height: 25px;
  transform: rotate(0);
}

.right-arrow-portrait-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials-wrapper {
  box-shadow: none;
  border-radius: 8px;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin: 50px auto 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.right-arrow-landscape-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials-wrapper-t1 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.image-62 {
  opacity: .64;
  mix-blend-mode: normal;
  max-width: 20%;
  display: block;
  position: relative;
  top: 140px;
  bottom: auto;
  transform: rotate(28deg);
}

.image-63 {
  opacity: .25;
  max-width: 20%;
  margin-left: 0;
  margin-right: 40px;
  display: block;
  position: static;
  top: 0;
  left: 100px;
  right: auto;
}

.image-64 {
  opacity: .31;
  transform-style: preserve-3d;
  max-width: 15%;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: 100px;
  left: auto;
  right: 220px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0)rotate(-53deg);
}

.div-block-74 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-65 {
  opacity: .4;
  max-width: 150px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto auto 100px 60px;
  transform: rotate(166deg);
}

.image-66 {
  opacity: .25;
  max-width: 5%;
  margin-top: 220px;
  position: relative;
  transform: rotate(-12deg);
}

.image-67 {
  width: 50px;
  max-width: none;
  height: 50px;
}

.footer-wrapper-copy {
  z-index: 1;
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
  align-items: center;
  width: 100vw;
  display: none;
  position: static;
  bottom: 0;
}

.footer-top-copy {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40vh;
  padding-bottom: 5%;
  display: flex;
}

.footer-menu-copy {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  padding-bottom: 0;
  display: flex;
}

.grid-footer-new {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 50%;
  display: flex;
}

.image-26-copy-copy {
  opacity: 1;
  mix-blend-mode: normal;
  opacity: .75;
  filter: invert(100%) drop-shadow(0px -5px 10px var(--azul-cielo));
  mix-blend-mode: overlay;
  width: 70px;
  max-width: none;
}

.menu-contact-item-description-copy {
  opacity: 0;
  letter-spacing: .1rem;
  opacity: 0;
  letter-spacing: .1rem;
  opacity: 1;
  letter-spacing: .1rem;
  margin-top: 10%;
  font-size: 1rem;
  font-weight: 200;
  line-height: 3rem;
  display: block;
}

.image-68 {
  opacity: .89;
  filter: drop-shadow(0 6px 6px #07304fb8);
  mix-blend-mode: normal;
  max-width: 30%;
  margin-top: -200px;
  margin-right: auto;
  position: static;
  top: 0;
}

.text-block-36 {
  opacity: 1;
  color: var(--azul-os);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 5rem;
}

.div-block-75 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 700px;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.btn-bitacora-general-copy {
  border: 1px solid var(--azul-os);
  background-color: var(--colorblack);
  opacity: 1;
  filter: drop-shadow(0 2px 5px #000000b3);
  color: var(--colorwhite);
  mix-blend-mode: overlay;
  border-radius: 50px;
  margin: 40px auto 0;
  padding: 0 50px;
  font-family: Lexend, sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 2.5rem;
}

.image-69 {
  max-width: none;
}

.image-70 {
  z-index: 2;
  opacity: .5;
  filter: drop-shadow(0 2px 5px #0006);
  mix-blend-mode: luminosity;
  width: 220px;
  max-width: none;
  transition: opacity .2s;
  position: relative;
  top: 0;
}

.image-71 {
  mix-blend-mode: overlay;
  border-radius: 100px;
  width: 150px;
  max-width: none;
  overflow: hidden;
}

.div-block-76 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.image-72 {
  opacity: .47;
  filter: drop-shadow(-15px 12px #0003);
  transform-style: preserve-3d;
  width: 200px;
  max-width: none;
  padding-left: 0;
  position: relative;
  top: 105px;
  left: -52px;
  right: 220px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(-39deg);
}

.image-73 {
  opacity: 1;
  filter: drop-shadow(5px 11px 4px #07304fb5);
  mix-blend-mode: normal;
  width: 200px;
  max-width: none;
}

.image-74 {
  z-index: 1;
  opacity: .54;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 220px;
  max-width: none;
  position: relative;
  left: 0;
}

.div-block-77 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-75 {
  filter: drop-shadow(0 2px 5px #000000b3);
  mix-blend-mode: overlay;
  width: 200px;
  max-width: none;
  margin-top: 140px;
}

.div-block-73-copy {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: drop-shadow(0 2px 5px #000000b3);
  mix-blend-mode: normal;
  border-radius: 200rem 200rem 0 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-73-copy-copy {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  filter: drop-shadow(0 2px 5px #000000b3);
  mix-blend-mode: normal;
  border-radius: 200rem 200rem 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 100px 60px;
  display: flex;
}

.menu-logo-text-copy {
  opacity: 0;
  color: var(--azul-cielo);
  text-transform: lowercase;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Bunya Personal, Impact, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.grid-footer-new-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  width: auto;
  display: flex;
}

.index-grid-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px #000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 60%;
  display: flex;
}

.menu-contact-item-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--colorwhite);
  text-align: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  height: auto;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.footer-top-logo-copy {
  mix-blend-mode: overlay;
  width: 80px;
  max-width: none;
}

.text-span-32 {
  color: var(--azul-cielo);
  text-decoration: underline;
}

.descriptionpack {
  color: var(--colorwhite);
  mix-blend-mode: hard-light;
  border: 1px #000;
  width: 80%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.3rem;
  display: block;
}

.paragraph-description-copy-copy {
  opacity: .8;
  color: var(--colorwhite);
  text-transform: capitalize;
  border-top: 0px solid var(--colorwhitet);
  mix-blend-mode: hard-light;
  margin-top: 0;
  margin-bottom: 4%;
  padding-top: 10px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.4rem;
  display: block;
}

.track-desktop-portfolio-tablet {
  background-image: linear-gradient(#000, #0000 48%), linear-gradient(#03060db3, #03060db3), url('../images/outer-space-background.jpg');
  background-position: 0 0, 0 0, 100%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  width: 100vw;
  height: 120vw;
  margin-top: -100px;
  padding-top: 100px;
  display: none;
  position: static;
  top: 0;
  -webkit-mask-image: linear-gradient(#010101 5% 20%, #010101 80%, #01010100 95%);
  mask-image: linear-gradient(#010101 5% 20%, #010101 80%, #01010100 95%);
}

.descriptionpack-tablet, .descriptionpack-copy {
  color: var(--colorwhite);
  mix-blend-mode: hard-light;
  border: 1px #000;
  width: 80%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.3rem;
  display: block;
}

.div-block-73-new {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  filter: drop-shadow(0 2px 5px #000000b3);
  mix-blend-mode: normal;
  border-radius: 200rem 200rem 0 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0 60px 0 0;
  display: flex;
}

.menu-display-contact-new {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.menu-display-contact-items-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: auto;
  max-width: none;
  margin-top: 140px;
  display: none;
}

.menu-contact-item-image-newmenu {
  opacity: .5;
  width: 50px;
  max-width: none;
  height: auto;
  margin-top: 10%;
  overflow: visible;
}

.image-76 {
  opacity: .13;
  mix-blend-mode: luminosity;
  position: absolute;
}

.image-77 {
  opacity: .46;
  filter: blur(3px);
  mix-blend-mode: exclusion;
  transform-style: preserve-3d;
  width: 500px;
  position: fixed;
  bottom: -87px;
  left: -170px;
  right: auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.container-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.menu-contact-item-copy-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--colorwhite);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  height: auto;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none;
  display: none;
}

.menu-contact-item-copy-ppd {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--colorwhite);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.header-logo-mobile {
  width: 6rem;
  max-width: none;
  height: auto;
  display: none;
}

.button-116 {
  text-align: center;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.port-desktop-ash {
  border: 3px none var(--colorwhitet);
  background-color: #302a4e;
  background-image: linear-gradient(#0000 35%, #ffffff7d), radial-gradient(circle at 100% 100%, #302a4e 2%, #0000 68%), radial-gradient(circle at 100% 100%, #0000 56%, #302a4e), url('../images/DSC09477-p-1080.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  padding-top: 0%;
  display: flex;
  overflow: hidden;
}

.image-79 {
  opacity: .48;
  filter: hue-rotate(52deg);
  mix-blend-mode: normal;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
  bottom: auto;
}

.text-block-33-ash {
  color: var(--colorwhite);
  text-align: center;
  text-transform: uppercase;
  padding: 5% 10%;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.5rem;
  position: absolute;
}

.image-80 {
  opacity: .81;
  mix-blend-mode: screen;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: relative;
  top: auto;
  bottom: auto;
}

.port-desktop-empty-enki {
  border: 3px none var(--colorwhitet);
  background-color: #ffffff47;
  background-image: radial-gradient(circle at 0 0, #32339c, #0000), linear-gradient(340deg, #1e1845, #0000 57%), url('../images/Background-Valen.svg'), url('../images/Carrusel-Enki-prueba.png');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  padding-top: 0%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-81 {
  filter: drop-shadow(0 2px 5px #00000045);
  mix-blend-mode: overlay;
}

.port-desktop-empty-calabi {
  border: 3px none var(--colorwhitet);
  background-color: #ffffff47;
  background-image: linear-gradient(#feffc214, #feffc214), linear-gradient(#0000 52%, #000), url('../images/camara-slr-antigua-zoom-teleobjetivo-generado-ia_188544-23555.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  padding-top: 0%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.image-82 {
  opacity: .5;
  filter: drop-shadow(0 10px 6px #000000e3);
  mix-blend-mode: luminosity;
  width: 80%;
}

.port-desktop-empty-cometa {
  border: 3px none var(--colorwhitet);
  outline-offset: 0px;
  background-color: #ffffff47;
  background-image: radial-gradient(circle at 0 0, #ffffff40, #0000), url('../images/2149288535.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  padding-top: 0%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.image-83 {
  opacity: 1;
  filter: drop-shadow(0 -1px 20px #000000b3);
  mix-blend-mode: hard-light;
  max-width: 60%;
  overflow: hidden;
}

.port-desktop-empty-andrea {
  border: 3px none var(--colorwhitet);
  filter: invert();
  outline-offset: 0px;
  background-color: #ffffff47;
  background-image: url('../images/Capture.JPG');
  border-radius: 20px;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  padding-top: 0%;
  display: flex;
}

.button-11-review {
  border: 1px solid var(--azul-dm);
  background-color: var(--colorwhitet);
  opacity: 1;
  filter: drop-shadow(0 2px 7px #0000006b);
  color: var(--azul-os);
  text-transform: uppercase;
  border-radius: 2.5rem;
  margin-top: 0%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lexend, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.2rem;
}

.link-block {
  flex-flow: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.track-desktop-portfolio {
  background-image: linear-gradient(180deg, var(--colorblack), transparent 48%), linear-gradient(to bottom, #03060db3, #03060db3), url('../images/outer-space-background.jpg');
  background-position: 0 0, 0 0, 100%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 120vw;
  margin-top: -100px;
  padding-top: 100px;
  display: flex;
  position: static;
  top: 0;
  -webkit-mask-image: linear-gradient(#010101 5% 20%, #010101 80%, #01010100 90%);
  mask-image: linear-gradient(#010101 5% 20%, #010101 80%, #01010100 90%);
}

.btn-w {
  color: #fffefa;
  text-align: center;
  background-color: #4353ff;
  border-radius: 2em;
  min-width: 11em;
  padding: .75em 2em .875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: none;
}

.btn-w:hover {
  background-color: #3e4ceb;
}

.modal-bg {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: #f5efef;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: sticky;
  top: -2rem;
}

.close-btn-w.for-scroll {
  z-index: 100;
  filter: none;
  background-color: #0000;
  border-radius: 8rem;
  margin-top: 1rem;
  margin-left: -5.5rem;
  margin-right: 1rem;
  position: sticky;
  top: 0;
  right: 0;
  transform: scale(.7);
}

.screen-reader-only {
  border: 1px #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.modal-2-popup {
  z-index: 25;
  background-color: #29282866;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-scroll-content-w {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  margin-right: 0;
  padding: .5rem;
  display: flex;
  overflow: hidden;
}

.modal-scroll {
  -webkit-backdrop-filter: contrast(112%) blur(20px);
  backdrop-filter: contrast(112%) blur(20px);
  background-color: #7575750d;
  border-radius: 1rem;
  flex: none;
  width: 100%;
  height: auto;
  display: block;
  position: static;
  overflow: visible;
  box-shadow: 0 2px 12px 7px #00000070;
}

.close-btn-line {
  background-color: #4353ff;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  background-color: var(--azul-cielo);
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  background-color: var(--azul-cielo);
  transform: rotate(-45deg);
}

.modal-w-scroll {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 62rem;
  height: 100%;
  max-height: 100%;
  margin: auto;
  padding: 4rem 1rem;
  display: flex;
}

.accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.arrow-div-wrapper {
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  padding: 1rem 2.3rem 1rem 1rem;
  transition: transform .4s, border-color .4s;
  position: relative;
}

.accordion-item:hover {
  z-index: 1;
  border-style: none;
  transform: scale(1.04);
  box-shadow: 8px 8px 36px -8px #8286c438;
}

.accordion-item.bottom {
  border-bottom-style: solid;
}

.accordion-item.bottom:hover {
  border-bottom-style: none;
}

.text-link {
  color: #2e2e2e;
  font-style: italic;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}

.accordion-header {
  color: #161616;
  text-align: right;
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 36px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  transition: font-size .2s;
}

.accordion-tab-button {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.accordion-text {
  color: #161616;
  text-align: right;
  width: 80%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.accordion-link {
  color: #fff;
  background-color: #222;
  padding: 15px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
}

.accordion-link:hover {
  transform: scale(1.05);
}

.number-div-wrapper {
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.accordion-section-head {
  color: #292929;
  font-size: 1.3rem;
  font-weight: 500;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-end;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.number {
  color: #7f6d36;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1rem;
}

.accordion-section {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding-top: 7%;
  padding-bottom: 7%;
  padding-right: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.heading-27 {
  color: var(--colorwhite);
}

.paragraph-25 {
  color: var(--colorwhite);
  text-align: center;
  text-transform: none;
  width: 80%;
  font-size: 1.8rem;
  line-height: 1.8rem;
  position: relative;
}

.text-block-37 {
  color: var(--colorwhite);
}

.div-block-78 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.image-85 {
  margin-top: 90px;
  margin-left: -66px;
  position: relative;
}

.button-117 {
  background-color: var(--colorwhitet);
  text-align: center;
  border-radius: 8px;
  position: relative;
}

.button-118, .button-119 {
  background-color: var(--colorwhitet);
  text-align: center;
  border-radius: 8px;
}

.image-86 {
  opacity: .29;
  filter: saturate(200%) blur(.5px);
  transform-style: preserve-3d;
  position: absolute;
  inset: 0 0% auto;
  overflow: hidden;
  transform: rotateX(-180deg)rotateY(-180deg)rotateZ(0);
}

.image-87 {
  opacity: .45;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  transform: rotate(-14deg);
}

.div-block-79 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: saturate(107%) blur(5px);
  backdrop-filter: saturate(107%) blur(5px);
  mix-blend-mode: normal;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
  position: static;
  overflow: hidden;
  box-shadow: 0 2px 14px #000000a8;
}

.div-block-80 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.image-88 {
  opacity: 1;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-81 {
  opacity: .38;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-22 {
  text-align: center;
  font-family: Lexend, sans-serif;
  line-height: 1.5rem;
}

.image-89 {
  width: 15%;
}

.image-90 {
  opacity: .32;
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-26 {
  color: var(--colorwhite);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1.2rem;
  position: relative;
}

.image-91 {
  max-width: 15%;
}

.modal-2-popup-bita {
  z-index: 60;
  background-color: #29282866;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.div-block-b1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: flex;
  position: static;
  overflow: hidden;
}

.modal-scroll-content-w-copy {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-right: 0;
  padding: .5rem;
  display: flex;
  overflow: visible;
}

.div-block-79-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: saturate(107%) blur(5px);
  backdrop-filter: saturate(107%) blur(5px);
  mix-blend-mode: normal;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 2px 14px #000000a8;
}

.modal-w-scroll-copy {
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 62rem;
  height: 100%;
  max-height: 100%;
  margin: auto;
  padding: 4rem 1rem;
  display: flex;
  overflow: visible;
}

.accordion-item-copy {
  pointer-events: auto;
  background-image: linear-gradient(#0000004d, #0000004d);
  background-position: 0 0;
  border: 1px #c9c9c9;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 0;
  position: static;
}

.accordion-item-copy:hover {
  z-index: 1;
  border-style: none;
  transform: scale(1.04);
  box-shadow: 8px 8px 36px -8px #8286c438;
}

.accordion-tab-button-copy {
  border-bottom: 1px solid var(--azul-cielo);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  display: flex;
}

.number-div-wrapper-copy {
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.accordion-header-copy {
  pointer-events: none;
  color: var(--azul-cielo);
  text-align: right;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0;
  font-family: Lexend, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.accordion-pane-copy {
  background-color: #0000;
  overflow: hidden;
}

.accordion-pane-content-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #333;
  text-align: left;
  background-color: #fafafa1a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 20px;
  display: flex;
}

.accordion-text-copy {
  pointer-events: auto;
  color: var(--azul-cielo);
  text-align: center;
  border-radius: 20px;
  width: 80%;
  margin-bottom: 0;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.image-92 {
  z-index: 5;
  filter: drop-shadow(0 2px 12px #000000b3);
  mix-blend-mode: overlay;
  max-width: 60%;
  position: absolute;
  inset: auto;
}

.image-93 {
  box-sizing: border-box;
  object-fit: cover;
  width: auto;
  min-width: 0%;
  height: 400px;
  margin-top: 0;
  position: relative;
  top: 60px;
  overflow: visible;
  transform: scale(1.4);
}

.section-6 {
  background-image: radial-gradient(circle farthest-corner at 0% 50%, transparent, var(--colorblack));
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  width: 100%;
  height: auto;
  padding: 20px;
}

.container-10 {
  width: 100%;
  max-width: none;
  height: auto;
  position: static;
  top: 0;
  overflow: hidden;
}

.image-92-copy {
  z-index: 5;
  filter: drop-shadow(0 2px 12px #000000b3);
  max-width: 40%;
  position: absolute;
  inset: auto;
}

.heading-28 {
  z-index: 5;
  filter: drop-shadow(0 2px 16px #000000fc);
  color: var(--colorwhite);
  text-align: center;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 8rem;
  font-weight: 900;
  line-height: 5rem;
  position: absolute;
}

.image-92-3 {
  z-index: 5;
  filter: invert() drop-shadow(0 2px 12px #000000b3);
  mix-blend-mode: overlay;
  max-width: 80%;
  margin-left: 20px;
  padding-left: 0;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.heading-28-copy {
  z-index: 5;
  filter: blur(5px) drop-shadow(0 2px 16px #000000b3);
  color: var(--colorwhite);
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: color-dodge;
  font-family: Lexend, sans-serif;
  font-size: 8rem;
  font-weight: 900;
  line-height: 5rem;
  position: absolute;
}

.heading-28-copy-copy {
  z-index: 5;
  filter: blur(5px) drop-shadow(0 2px 16px #000000b3);
  color: var(--colorwhite);
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: color-dodge;
  font-family: Lexend, sans-serif;
  font-size: 8rem;
  font-weight: 900;
  line-height: 5rem;
  position: static;
  top: 0;
}

.image-92-4 {
  z-index: 5;
  filter: drop-shadow(0px 6px 16px var(--colorblack));
  mix-blend-mode: overlay;
  max-width: 80%;
  position: absolute;
  inset: auto;
  overflow: visible;
}

.image-94 {
  position: absolute;
}

.div-block-b1-copy {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-93-copy {
  box-sizing: border-box;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: auto;
  min-width: 0%;
  height: 400px;
  margin-top: 0;
  position: relative;
  top: 60px;
  overflow: visible;
  transform: scale(1.4);
}

.container-10-copy {
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-width: none;
  height: auto;
  position: static;
  top: 0;
  overflow: hidden;
}

.container-10-copy2 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  max-width: none;
  height: auto;
  position: static;
  top: 0;
  overflow: hidden;
}

.button-120 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.accordion-header-copy-copy {
  pointer-events: none;
  color: var(--azul-cielo);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 36px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.accordion-left {
  pointer-events: none;
  color: var(--azul-cielo);
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.div-block-82 {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-38 {
  color: var(--colorwhite);
  text-align: center;
  width: 60%;
  font-size: 1rem;
  font-weight: 200;
}

.paragraph-27 {
  color: var(--azul-cielo);
  text-align: center;
  width: 70%;
  margin-bottom: 0;
  font-weight: 200;
}

.text-block-39 {
  color: var(--azul-cielo);
  text-align: center;
  width: 80%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: block;
}

.container-11 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: #fafafa1a;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bi-ac-content {
  width: 100%;
}

.image-95 {
  opacity: .58;
  filter: drop-shadow(0 0 5px #fffffffc);
  mix-blend-mode: screen;
  max-width: 90%;
  position: absolute;
  bottom: auto;
}

.image-93-4 {
  box-sizing: border-box;
  filter: blur(1px);
  object-fit: cover;
  width: auto;
  min-width: 0%;
  height: 400px;
  margin-top: 0;
  position: relative;
  top: 60px;
  overflow: visible;
  transform: scale(1.6);
}

.image-93-5 {
  box-sizing: border-box;
  filter: saturate(118%) blur(7px);
  object-fit: cover;
  width: auto;
  min-width: 0%;
  height: 400px;
  margin-top: 0;
  position: relative;
  top: 60px;
  overflow: visible;
  transform: scale(1.4);
}

.link {
  color: var(--azul-cielo);
  position: relative;
  bottom: 100px;
}

.image-96 {
  position: absolute;
}

.image-95-copy {
  opacity: 1;
  filter: invert() drop-shadow(0 9px 8px #05193654);
  mix-blend-mode: overlay;
  position: absolute;
  bottom: auto;
}

.div-block-83 {
  background-color: var(--colorwhitet);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  border-radius: 20px;
  width: 40%;
  padding: 1rem;
}

.div-block-84 {
  width: 30%;
}

.container-12 {
  background-color: var(--colorwhite);
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: .5rem;
  display: block;
}

.code-embed {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-contact-item-mob {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--colorwhite);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none;
  display: none;
}

.menu-contact-item-hide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--colorwhite);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.body-3 {
  background-color: var(--colorblack);
}

.hero-section-pp {
  background-color: var(--colorblack);
  background-image: linear-gradient(180deg, transparent 74%, var(--colorblack) 91%), linear-gradient(to bottom, #000000d1, #000000d1), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: auto;
  height: auto;
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #01010100 5%, #010101cc 20% 80%, #01010100 95%);
  mask-image: linear-gradient(90deg, #01010100 5%, #010101cc 20% 80%, #01010100 95%);
  -webkit-mask-source-type: alpha;
  mask-mode: alpha;
}

.hero-section-wrapper-pp {
  z-index: 4;
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  background-color: #0318285e;
  background-image: linear-gradient(180deg, transparent 78%, var(--colorblack));
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding: 10vh 10px 20vh;
  display: flex;
  position: relative;
  top: 0;
}

.hero-section-background-pp {
  z-index: 2;
  box-sizing: border-box;
  background-color: var(--colorblack);
  background-image: linear-gradient(180deg, var(--colorblack) 10%, transparent 44%), linear-gradient(180deg, transparent 32%, var(--colorblack) 90%), url('../images/planetYellow.svg'), url('../images/planeta-oscuro-paisaje-espacial_23-2151889118.jpg'), linear-gradient(to bottom, #31d8ee69, #31d8ee69), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
  opacity: 1;
  mix-blend-mode: screen;
  object-fit: cover;
  background-position: 0 0, 0 0, 65vw, -80vh, 0 0, 0%;
  background-repeat: repeat, repeat, no-repeat, repeat, repeat, repeat-y;
  background-size: auto, auto, 700px, auto, auto, 100vw;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: 110vh;
  min-height: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.paragraph-28 {
  color: var(--colorwhite);
  width: 90%;
  font-family: Lexend, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.2rem;
}

.div-block-85 {
  background-color: var(--colorwhitet);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  padding: 60px 20px;
  display: flex;
}

.menu-item-link-hide {
  text-transform: uppercase;
  margin-bottom: 0;
  text-decoration: none;
}

.menu-item-link-mobiles {
  text-transform: uppercase;
  margin-bottom: 0;
  text-decoration: none;
  display: none;
}

@media screen and (min-width: 1440px) {
  .body {
    box-sizing: content-box;
    object-fit: contain;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: visible;
  }

  .typing-text {
    mix-blend-mode: soft-light;
  }

  .service-item-info-wrapper {
    padding-bottom: 0%;
  }

  .services-item-text-title {
    width: 100%;
    margin-left: 1%;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .service-accordion-head-wrapper.w--current {
    text-decoration: none;
  }

  .services-text {
    flex-flow: column;
    align-items: center;
    margin-top: -2%;
    padding-top: 10%;
    display: flex;
  }

  .services-icon {
    color: var(--naranja-lp);
  }

  .service-accordion-item {
    background-color: #0000;
    width: 80%;
    padding: 0;
  }

  .accordion-secondclick {
    text-decoration: none;
  }

  .service-description {
    color: var(--azul-cielo);
    text-align: left;
    width: 80%;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.5rem;
  }

  .service-description.orange {
    text-align: center;
    width: 100%;
    margin-right: auto;
  }

  .btn-despegar {
    background-color: var(--colorwhitet);
    opacity: .7;
    display: block;
  }

  .menu-display-wrapper {
    opacity: .8;
    flex-flow: column;
    justify-content: flex-end;
    width: auto;
    height: auto;
    margin-left: 0;
    display: flex;
  }

  .btn-menu-display {
    border-radius: 15px;
    width: 5rem;
    height: 2rem;
  }

  .header-container {
    z-index: 50;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1400px;
    padding: 5vh 60px 0%;
    top: 0;
  }

  .header-logo {
    width: 5rem;
    height: auto;
  }

  .header-logo-wrapper.w--current {
    justify-content: flex-end;
    align-items: flex-start;
    width: 8rem;
    height: 3rem;
    display: flex;
  }

  .hero-section-text-wrapper {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section-text-aux {
    font-size: 4rem;
    line-height: 3rem;
  }

  .text-movig-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-section-text {
    flex-flow: row;
    justify-content: center;
    margin-top: auto;
    margin-bottom: 60px;
    display: flex;
  }

  .services-text-description {
    color: var(--colorwhite);
    text-align: center;
    text-transform: uppercase;
    width: 60%;
    margin-bottom: 0;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 2.5rem;
  }

  .span-landing-page-light {
    color: var(--naranja-lp);
  }

  .services {
    background-color: var(--colorblack);
    opacity: 100;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .service-info-footer {
    opacity: 1;
    text-align: center;
    border-radius: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-service-contact {
    border: 0px solid var(--colorwhite);
    background-color: var(--colorwhitet);
    opacity: .8;
    pointer-events: auto;
    color: var(--naranja-lp);
    text-align: center;
    mix-blend-mode: normal;
    border-radius: 20px;
    width: auto;
    margin: 5% auto 5% 0;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .service-accordion {
    flex-flow: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .service-image {
    border-radius: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .span-landing-page {
    color: var(--naranja-lp);
    text-align: left;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: Mona Sans, sans-serif;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
  }

  .service-accordion-wrapper {
    width: 70%;
  }

  .services-text-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-span-2 {
    text-align: center;
  }

  .item--text-preservice {
    color: var(--colorwhitet);
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.2rem;
  }

  .service-item-title {
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .service-info-description {
    color: var(--colorwhite);
    width: 100%;
    margin: 0% auto 0;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 2rem;
  }

  .bold-text-8 {
    letter-spacing: 0;
  }

  .bitacora-wrapper {
    display: flex;
  }

  .btn-bitacora-general {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }

  .linkbitacora {
    color: var(--naranja-lp);
    font-weight: 600;
    text-decoration: underline;
  }

  .text-block-9 {
    color: var(--colorwhite);
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1rem;
  }

  .service-info-title {
    direction: ltr;
    text-align: left;
    text-transform: none;
    width: 100%;
    font-style: normal;
  }

  .packs-title {
    opacity: .45;
    letter-spacing: .1rem;
    font-size: 4rem;
    line-height: 4rem;
  }

  .packs {
    display: none;
  }

  .paragraph-description {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .portfolio-track-mobile {
    display: none;
  }

  .footer_wrapper {
    max-width: 1800px;
  }

  .spacer-function {
    max-width: none;
  }

  .footer-wrapper {
    background-image: url('../images/planeta-oscuro-paisaje-espacial_23-2151889118.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100vw;
    max-width: 1800px;
    height: auto;
  }

  .main_page_wrapper {
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .hero-section-background {
    z-index: 2;
    background-image: linear-gradient(180deg, var(--colorblack) 10%, transparent 44%), linear-gradient(180deg, transparent 32%, var(--colorblack) 90%), url('../images/planetYellow.svg'), url('../images/planeta-oscuro-paisaje-espacial_23-2151889118.jpg'), linear-gradient(to bottom, #31d8ee69, #31d8ee69), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    opacity: 100;
    filter: blur();
    background-position: 0 0, 0 0, 65vw, -25vw, 0 0, 0%;
    background-repeat: repeat, repeat, no-repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, 700px, auto, auto, 100vw;
    background-attachment: scroll, scroll, fixed, fixed, scroll, fixed;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-section-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-section {
    background-image: linear-gradient(180deg, transparent 31%, var(--colorblack) 75%), linear-gradient(to bottom, #000000d1, #000000d1), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    -webkit-mask-image: linear-gradient(90deg, #01010100 5%, #010101 20% 80%, #01010100 95%);
    mask-image: linear-gradient(90deg, #01010100 5%, #010101 20% 80%, #01010100 95%);
    -webkit-mask-source-type: alpha;
    mask-mode: alpha;
  }

  .packs-text-description {
    padding-bottom: 0%;
    font-size: 3rem;
    line-height: 3rem;
  }

  .img-footer-ami {
    opacity: 0;
    width: 15%;
    display: none;
  }

  .footer-top {
    padding-bottom: 2%;
  }

  .footer-text {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .menu-contact-item-text {
    letter-spacing: 0;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .index-grid {
    grid-template-rows: auto;
    margin-top: 5%;
  }

  .footer-top-grid {
    justify-content: space-between;
    align-items: flex-end;
  }

  .span-orange-italic {
    color: var(--naranja-lp);
  }

  .paragraph-description-copy {
    width: auto;
  }

  .review-item {
    margin-left: .5em;
    margin-right: .5em;
  }

  .reviews-camara {
    width: 70%;
    margin-top: 2%;
    margin-bottom: 2%;
    top: 0;
  }

  .menu-contact {
    display: none;
  }

  .menu-contact-backround-wrapper {
    background-image: radial-gradient(circle farthest-corner at 100% 0%, transparent 61%, #07304f78 27%, transparent 57%), radial-gradient(circle farthest-corner at 0% 0%, transparent 43%, var(--colorblack)), url('../images/planeta-oscuro-paisaje-espacial_23-2151889118.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
  }

  .menu-contact-image2 {
    position: fixed;
  }

  .menu-contact-image1 {
    width: 20%;
    margin-right: auto;
  }

  .menu-display {
    display: none;
  }

  .menu-contact-wrapper {
    padding-top: 60px;
  }

  .menu-display-item-text {
    letter-spacing: 0;
    font-size: 2rem;
    line-height: 2rem;
  }

  .pack-item-img {
    opacity: 100;
  }

  .image-26-copy {
    width: 20%;
  }

  .menu-items {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-section-text-title-desktop {
    font-size: 6rem;
    line-height: 6rem;
  }

  .typping-wrapper {
    width: 20%;
  }

  .btn-despegar-wrapper {
    justify-content: center;
    align-items: flex-end;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-span-26 {
    color: var(--azul-cielo);
  }

  .service-accordion-item-mobile {
    background-color: #0000;
    width: 80%;
    padding: 0;
    display: none;
  }

  .service-accordion-item-desktop {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 0;
    display: flex;
  }

  .div-block-55 {
    flex-flow: column;
    justify-content: space-around;
    width: 100%;
    padding: 2% 5% 0%;
    display: flex;
  }

  .div-block-56 {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 50%;
    padding: 2% 2% 0% 0%;
    display: flex;
  }

  .div-block-57 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #0000;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .div-block-58 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-59 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0%;
    display: flex;
  }

  .div-block-60 {
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
  }

  .comentbitacora-desktop {
    color: var(--colorwhite);
    margin-left: 0;
    margin-right: auto;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.2rem;
  }

  .service-accordion-head-wrapperr-desktop.w--current {
    text-decoration: none;
  }

  .service-item-title-desktop {
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .item--text-preservice-desktop {
    color: var(--colorwhitet);
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2rem;
  }

  .services-item-text-title-desktop {
    width: 100%;
    margin-left: 1%;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 2.2rem;
  }

  .div-block-57-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #0000;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 5%;
    display: flex;
  }

  .div-block-56-copy {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 50%;
    padding: 0% 5% 0% 0%;
    display: flex;
  }

  .div-block-61 {
    padding-bottom: 5%;
  }

  .packs-wrapper-desktop {
    width: 80%;
  }

  .pack-desktop-item-text-top {
    padding-bottom: 0;
  }

  .reviews-copy {
    background-image: linear-gradient(180deg, var(--azul-cielo), transparent 82%);
    margin-top: 0%;
    padding-top: 10%;
    top: 0;
  }

  .msg-container-copy {
    padding: 15% 10% 5%;
  }

  .img-footer-copy {
    bottom: 0;
  }

  .div-block-64 {
    width: 100vw;
    display: flex;
    position: relative;
    top: 0;
  }

  .image-54 {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    opacity: 1;
    object-fit: cover;
    background-image: none;
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
    left: auto;
  }

  .bitacora-section-desktop {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-55 {
    width: 40%;
    max-width: 40%;
  }

  .text-block-31 {
    width: 50%;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .track-tablet-portfolio {
    z-index: 1;
    height: 120vw;
    padding-top: 100px;
    display: none;
    position: static;
    top: 0;
  }

  .camara-desktop-top {
    z-index: 1;
    width: 100vw;
    height: auto;
    position: sticky;
    top: 0;
    left: auto;
    overflow: hidden;
    -webkit-mask-source-type: alpha;
    mask-mode: alpha;
  }

  .track-desktop-camara-top-bottom {
    width: 100vw;
    height: 50vh;
    display: none;
  }

  .div-block-66 {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .frame-desktop-portfolio {
    flex-flow: row;
    width: auto;
    height: 40vh;
    display: flex;
    position: static;
    top: 0;
    left: 0;
  }

  .item-desktop-portfolio {
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    display: flex;
  }

  .text-block-32 {
    color: var(--naranja-lp);
    font-size: 10rem;
    line-height: 10rem;
  }

  .frame-desktop-portfolio-bottom {
    flex-flow: row;
    width: auto;
    height: 40vh;
    display: flex;
    position: static;
    top: 0;
    left: 0;
  }

  .item-portfolio-desktop-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 25vw;
    height: 100%;
    display: flex;
    overflow: visible;
  }

  .port-desktop-coach, .portfolio-desktop-nanda {
    height: 100%;
  }

  .text-block-33 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .section-5 {
    flex-flow: column;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 60px;
  }

  .track-desktop-portfolio-2 {
    z-index: 1;
    background-color: #a5d3d8;
    border: 5px solid #7b05f0;
    height: 400vw;
    padding-top: 0%;
    position: static;
    top: 0;
  }

  .camara-desktop-top-2 {
    z-index: 2;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: auto;
    overflow: hidden;
  }

  .frame-desktop-portfolio-2 {
    border: 5px solid #f00605;
    flex-flow: row;
    width: auto;
    height: 100%;
    display: flex;
    position: static;
    top: 0;
    left: 0;
  }

  .item-desktop-portfolio-2 {
    background-image: radial-gradient(circle, #000 57%, #fff);
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    display: flex;
  }

  .text-block-34 {
    color: #ff8000;
    font-size: 10rem;
    line-height: 10rem;
  }

  .cometa-desc-container {
    padding: 5% 25%;
  }

  .footer-wrapper-copy {
    background-image: url('../images/planeta-oscuro-paisaje-espacial_23-2151889118.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100vw;
    max-width: 1800px;
    height: auto;
  }

  .footer-top-copy {
    padding-bottom: 2%;
  }

  .image-26-copy-copy {
    width: 70px;
  }

  .image-68 {
    margin-top: -200px;
    margin-right: 0;
  }

  .btn-bitacora-general-copy {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .index-grid-copy {
    grid-template-rows: auto;
    margin-top: 5%;
  }

  .menu-contact-item-copy {
    margin-bottom: 0;
  }

  .descriptionpack {
    width: auto;
    padding-top: 0;
  }

  .paragraph-description-copy-copy {
    width: auto;
  }

  .track-desktop-portfolio-tablet {
    z-index: 1;
    height: 120vw;
    padding-top: 0%;
    display: none;
    position: static;
    top: 0;
  }

  .descriptionpack-tablet, .descriptionpack-copy {
    width: auto;
    padding-top: 0;
  }

  .div-block-73-new {
    padding-right: 0;
    display: none;
  }

  .menu-display-contact-items-copy {
    display: flex;
  }

  .header-logo-mobile {
    width: 5rem;
    height: auto;
  }

  .track-desktop-portfolio {
    z-index: 1;
    height: 120vw;
    padding-top: 100px;
    display: block;
    position: static;
    top: 0;
  }

  .modal-2-popup-bita {
    display: flex;
  }

  .hero-section-pp {
    background-image: linear-gradient(180deg, transparent 31%, var(--colorblack) 75%), linear-gradient(to bottom, #000000d1, #000000d1), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    -webkit-mask-image: linear-gradient(90deg, #01010100 5%, #010101 20% 80%, #01010100 95%);
    mask-image: linear-gradient(90deg, #01010100 5%, #010101 20% 80%, #01010100 95%);
    -webkit-mask-source-type: alpha;
    mask-mode: alpha;
  }

  .hero-section-wrapper-pp {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-section-background-pp {
    z-index: 2;
    background-image: linear-gradient(180deg, var(--colorblack) 10%, transparent 44%), linear-gradient(180deg, transparent 32%, var(--colorblack) 90%), url('../images/planetYellow.svg'), url('../images/planeta-oscuro-paisaje-espacial_23-2151889118.jpg'), linear-gradient(to bottom, #31d8ee69, #31d8ee69), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    opacity: 100;
    filter: blur();
    background-position: 0 0, 0 0, 65vw, -25vw, 0 0, 0%;
    background-repeat: repeat, repeat, no-repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, 700px, auto, auto, 100vw;
    background-attachment: scroll, scroll, fixed, fixed, scroll, fixed;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .menubox {
    padding-bottom: 2%;
  }

  .mkt-span-2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .servicios-2 {
    flex-flow: column;
  }

  .service-description.orange, .service-description.blue, .service-description.purple {
    font-size: 1rem;
    line-height: 1rem;
  }

  .itemframe {
    background-color: var(--colorwhite);
  }

  .frame, .frame-copy {
    background-color: var(--colorwhitet);
  }

  .btn-menu-display {
    width: 4rem;
    height: 2rem;
    padding-bottom: 2%;
  }

  .header-container {
    align-items: flex-end;
    height: auto;
  }

  .header-logo {
    width: 4rem;
  }

  .header-logo-wrapper.w--current {
    width: 8rem;
  }

  .hero-section-text-aux {
    font-size: 3rem;
    line-height: 3rem;
  }

  .text-mover-item {
    font-size: 2.5rem;
  }

  .services-text-description {
    width: 80%;
    margin-bottom: auto;
    font-size: 2rem;
    line-height: 2rem;
  }

  .btn-service-contact {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 1rem;
    line-height: 1rem;
  }

  .span-landing-page {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .text-span-2 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .service-item-title {
    border-bottom: 1px none var(--colorwhitet);
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .service-info-description, .bold-text-8, .proyectoxtext {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .packs-title {
    opacity: .6;
    font-size: 4.5rem;
    line-height: 4rem;
  }

  .packs {
    background-image: linear-gradient(180deg, transparent, var(--azul-os)), linear-gradient(180deg, var(--colorblack), transparent), url('../images/planeta-oscuro-paisaje-espacial_23-2151889118.jpg'), linear-gradient(180deg, black, var(--azul-os));
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, cover, auto;
    background-attachment: scroll, scroll, fixed, scroll;
    padding-top: 5%;
    display: flex;
  }

  .pack-item-wrapper {
    border-radius: 25px;
    width: 90%;
    height: 20rem;
    margin-bottom: 2%;
  }

  .packs-item {
    border-top: 1px none var(--colorwhitet);
    outline-offset: 0px;
    border-radius: 25px;
    outline: 3px #333;
    width: 90%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 60px 0;
  }

  .msg-title {
    text-align: center;
    font-size: 4rem;
    line-height: 4rem;
  }

  .portfolio-track-mobile {
    display: none;
  }

  .preservice-copy {
    color: var(--azul-dm);
    margin-bottom: 0%;
    font-size: 2rem;
    font-weight: 100;
    line-height: 2rem;
  }

  .faq_component-heading-2-copy {
    color: var(--azul-cielo);
    margin-left: .5rem;
    font-size: 3rem;
    font-weight: 200;
    line-height: 3rem;
  }

  .hero-section-background {
    background-image: linear-gradient(180deg, var(--colorblack) 10%, transparent 44%), linear-gradient(180deg, transparent 32%, var(--colorblack) 90%), url('../images/planetYellow.svg'), url('../images/planeta-oscuro-paisaje-espacial_23-2151889118.jpg'), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    opacity: 1;
    background-position: 0 0, 0 0, 65vw, 100% 0, 0%;
    background-repeat: repeat, repeat, no-repeat, no-repeat, repeat-y;
    background-size: auto, auto, 600px, auto, 100vh;
    background-attachment: scroll, scroll, scroll, scroll, scroll;
  }

  .hero-section {
    background-image: linear-gradient(180deg, transparent 74%, var(--colorblack) 91%), linear-gradient(to bottom, #000000d1, #000000d1), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 110vh;
    -webkit-mask-image: linear-gradient(90deg, #01010100 5%, #010101 20% 80%, #01010100 95%);
    mask-image: linear-gradient(90deg, #01010100 5%, #010101 20% 80%, #01010100 95%);
  }

  .packs-text-description {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .button-11-copy {
    font-size: 1rem;
    line-height: 1rem;
  }

  .msg-description {
    font-size: 1.5rem;
  }

  .menu-contact-item {
    margin-bottom: 0;
  }

  .menu-contact-item-text {
    font-size: 1rem;
  }

  .index-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .footer-top-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .span-bluelight-italic {
    font-size: 2rem;
    line-height: 2rem;
  }

  .menu-contact-item-description {
    letter-spacing: 0;
    margin-top: 10%;
    font-size: 1rem;
  }

  .footer-top-link {
    font-size: .8rem;
    line-height: 1rem;
  }

  .menu-contact {
    display: none;
  }

  .menu-contact-image1 {
    width: 20%;
  }

  .menu-display {
    display: none;
  }

  .menu-contact-wrapper {
    padding-top: 60px;
  }

  .menu-display-item-text {
    font-size: 2rem;
    font-weight: 100;
    line-height: 2rem;
  }

  .menu-logo-wrapper {
    flex-flow: column;
  }

  .menu-logo-text {
    margin-bottom: 0;
    font-size: 3rem;
  }

  .pack-item-background-img {
    opacity: .5;
    display: none;
    top: 50%;
  }

  .pack-item-img {
    opacity: .5;
    mix-blend-mode: color-dodge;
    border-radius: 20px;
    width: 90%;
    max-width: none;
    overflow: hidden;
  }

  .pack-item-box {
    opacity: 100;
    mix-blend-mode: normal;
  }

  .image-26-copy {
    width: 30%;
  }

  .text-block-27 {
    -webkit-text-stroke-width: .2rem;
    -webkit-text-stroke-color: var(--colorwhitet);
  }

  .menu-items {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pack-item-wrapper-copy {
    background-image: linear-gradient(#3c535563, #3c535563), url('../images/nebulaColor2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 25px;
    width: 90%;
    height: 20em;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pack-item-wrapper-copy-2 {
    background-position: 60% 68%;
    border-radius: 25px;
    width: 90%;
    height: 20rem;
    margin-bottom: 2%;
    top: auto;
  }

  .pack-item-background-img-copy {
    mix-blend-mode: color-dodge;
    width: 150%;
    min-width: 120%;
  }

  .hero-section-text-title-desktop {
    font-size: 4.5rem;
    line-height: 4rem;
  }

  .service-accordion-item-desktop {
    width: 90%;
  }

  .div-block-55 {
    flex-flow: column;
  }

  .div-block-59, .div-block-60 {
    flex-flow: row;
  }

  .comentbitacora-desktop {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .item--text-preservice-desktop {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .services-item-text-title-desktop {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .packs-desktop {
    background-image: linear-gradient(180deg, transparent, var(--azul-os)), linear-gradient(180deg, var(--colorblack), transparent), url('../images/planeta-oscuro-paisaje-espacial_23-2151889118.jpg'), linear-gradient(180deg, var(--colorblack), var(--azul-os));
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat-x, repeat;
    background-size: auto, auto, cover, auto;
    background-attachment: scroll, scroll, scroll, scroll;
    display: none;
  }

  .text-block-27-copy {
    -webkit-text-stroke-width: .2rem;
    -webkit-text-stroke-color: var(--colorwhitet);
  }

  .textimgnova {
    z-index: 4;
    opacity: .44;
    mix-blend-mode: normal;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 5rem;
    line-height: 5rem;
    top: 10px;
  }

  .reviews-copy {
    background-image: linear-gradient(180deg, var(--azul-cielo) 10%, var(--azul-cielo) 18%, #a5d3d8 39%, transparent 71%);
  }

  .msg-container-copy {
    background-image: linear-gradient(180deg, transparent, var(--azul-cielo));
  }

  .img-footer-copy {
    bottom: 0;
  }

  .text-block-31 {
    letter-spacing: .02rem;
    line-height: 1.8rem;
  }

  .track-tablet-portfolio {
    display: flex;
  }

  .camara-desktop-top {
    position: sticky;
  }

  .item-desktop-portfolio {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .item-portfolio-desktop-box {
    width: 50vw;
  }

  .text-block-33 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .pack-desktop-msg {
    display: none;
  }

  .section-5 {
    height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .image-56 {
    display: none;
  }

  .image-56-copy {
    box-sizing: border-box;
    opacity: 100;
    object-fit: contain;
    width: 200%;
    max-width: none;
    display: inline-flex;
    overflow: auto;
  }

  .text-block-35 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .slide-subwrapper-t1 {
    width: 33%;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .right-arrow-t1 {
    align-items: flex-end;
  }

  .slide-wrapper-t1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .right-arrow-portrait-t1 {
    align-items: flex-end;
  }

  .testimonials-wrapper {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow-landscape-t1 {
    align-items: flex-end;
  }

  .footer-menu-copy {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .image-26-copy-copy {
    width: 70px;
  }

  .menu-contact-item-description-copy {
    letter-spacing: 0;
    letter-spacing: 0;
    letter-spacing: 0;
    margin-top: 10%;
    font-size: 1rem;
  }

  .image-68 {
    max-width: 40%;
    margin-top: -150px;
    margin-left: auto;
  }

  .div-block-75 {
    flex-flow: column;
    justify-content: center;
    height: auto;
    padding-top: 2rem;
    display: flex;
  }

  .div-block-73-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-footer-new-copy {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .index-grid-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    align-items: flex-end;
  }

  .menu-contact-item-copy {
    margin-bottom: 0;
  }

  .footer-top-logo-copy {
    width: 80px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .track-desktop-portfolio-tablet {
    height: 120vw;
    padding-top: 100px;
    display: flex;
    -webkit-mask-image: linear-gradient(#010101 5% 20%, #010101 80%, #01010100 95%);
    mask-image: linear-gradient(#010101 5% 20%, #010101 80%, #01010100 95%);
  }

  .descriptionpack-tablet {
    text-align: center;
    width: 90%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-33 {
    font-family: Merriweather, serif;
  }

  .div-block-73-new {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-display-contact-new {
    display: flex;
  }

  .menu-display-contact-items-copy {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: row;
    display: none;
  }

  .menu-contact-item-image-newmenu {
    opacity: .27;
    filter: drop-shadow(0px 2px 5px var(--azul-cielo));
    mix-blend-mode: normal;
    width: 40px;
  }

  .menu-contact-item-copy-mobile, .menu-contact-item-copy-ppd {
    margin-bottom: 0;
  }

  .header-logo-mobile {
    width: 4rem;
  }

  .text-block-33-ash {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .button-11-review {
    font-size: 1rem;
    line-height: 1rem;
  }

  .link-block {
    width: 20%;
  }

  .track-desktop-portfolio {
    display: none;
  }

  .modal-scroll {
    overflow: auto;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-item {
    margin-bottom: 20px;
  }

  .accordion-header {
    font-size: 3.5rem;
  }

  .accordion-section {
    padding-left: 6%;
    padding-right: 6%;
  }

  .modal-2-popup-bita {
    display: none;
  }

  .modal-scroll-content-w-copy, .div-block-79-copy {
    overflow: auto;
  }

  .accordion-item-copy {
    margin-bottom: 20px;
  }

  .accordion-header-copy {
    font-size: 1rem;
  }

  .accordion-pane-copy {
    width: 100%;
  }

  .accordion-header-copy-copy, .accordion-left {
    font-size: 1rem;
  }

  .menu-contact-item-mob, .menu-contact-item-hide {
    margin-bottom: 0;
  }

  .hero-section-pp {
    background-image: linear-gradient(180deg, transparent 74%, var(--colorblack) 91%), linear-gradient(to bottom, #000000d1, #000000d1), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    -webkit-mask-image: linear-gradient(90deg, #01010100 5%, #010101 20% 80%, #01010100 95%);
    mask-image: linear-gradient(90deg, #01010100 5%, #010101 20% 80%, #01010100 95%);
  }

  .hero-section-background-pp {
    background-image: linear-gradient(180deg, var(--colorblack) 10%, transparent 44%), linear-gradient(180deg, transparent 32%, var(--colorblack) 90%), url('../images/planetYellow.svg'), url('../images/planeta-oscuro-paisaje-espacial_23-2151889118.jpg'), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    opacity: 1;
    background-position: 0 0, 0 0, 65vw, 100% 0, 0%;
    background-repeat: repeat, repeat, no-repeat, no-repeat, repeat-y;
    background-size: auto, auto, 600px, auto, 100vh;
    background-attachment: scroll, scroll, scroll, scroll, scroll;
  }
}

@media screen and (max-width: 767px) {
  .hero-section-text-aux {
    font-size: 2rem;
    line-height: 2rem;
  }

  .services {
    justify-content: center;
  }

  .btn-service-contact {
    font-size: .8rem;
  }

  .span-landing-page {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .service-info-description {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .bold-text-8 {
    text-align: left;
  }

  .paragraph-description {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .msg-title {
    font-size: 3.5rem;
  }

  .preservice-copy {
    font-size: 2rem;
    line-height: 2rem;
  }

  .faq_component-heading-2-copy {
    margin-left: 2%;
    font-size: 3rem;
    line-height: 3rem;
  }

  .linespace-deco {
    display: none;
  }

  .hero-section-background {
    background-image: linear-gradient(180deg, transparent, var(--colorblack) 90%), linear-gradient(180deg, var(--colorblack) 10%, transparent 44%), url('../images/planetYellow.svg'), url('../images/planeta-oscuro-paisaje-espacial_23-2151889118.jpg'), linear-gradient(to bottom, transparent, transparent), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    background-position: 0 0, 0 0, -150%, -80vh, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat, repeat, repeat, repeat;
    background-size: auto, auto, cover, auto, auto, cover;
    background-attachment: scroll, scroll, fixed, scroll, scroll, scroll;
  }

  .hero-section {
    background-image: linear-gradient(180deg, transparent 74%, var(--colorblack) 91%), linear-gradient(to bottom, #000000d1, #000000d1), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .packs-text-description {
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
  }

  .msg-description {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .index-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-top-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .menu-contact-contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-description-copy {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .reviews-camara {
    z-index: 99;
  }

  .menu-contact-item-description {
    margin-top: 10%;
  }

  .footer-top-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-26-copy {
    width: 40%;
  }

  .pack-item-background-img-copy {
    width: 180%;
    min-width: 180%;
  }

  .hero-section-text-title-desktop {
    letter-spacing: .1rem;
    font-size: 4rem;
    line-height: 4rem;
  }

  .div-block-60 {
    flex-flow: row;
  }

  .comentbitacora-desktop {
    text-align: center;
    font-size: .8rem;
  }

  .reviews-copy {
    z-index: 99;
    background-image: linear-gradient(180deg, transparent, var(--azul-cielo) 13%, var(--azul-cielo) 45%, transparent 56%);
    margin-top: -10%;
    position: relative;
  }

  .image-54 {
    z-index: 2;
    opacity: 1;
    background-image: none;
    background-size: auto;
    margin-top: 0%;
    position: absolute;
  }

  .bitacora-section-desktop {
    background-image: linear-gradient(180deg, var(--azul-os) 15%, transparent), linear-gradient(180deg, transparent, var(--azul-cielo) 82%);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .text-block-31 {
    width: 80%;
  }

  .track-tablet-portfolio {
    display: flex;
  }

  .pack-desktop-msg {
    padding-top: 0%;
  }

  .section-5 {
    background-color: var(--azul-cielo);
    justify-content: center;
    overflow: visible;
  }

  .text-span-30 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .left-arrow-t1 {
    inset: 0% auto 0% 0%;
  }

  .left-arrow-landscape-t1 {
    height: 40px;
    inset: auto auto 0% 0%;
  }

  .arrow {
    height: 35px;
  }

  .slide-subwrapper-t1 {
    justify-content: space-around;
    width: 50%;
    padding-bottom: 10px;
  }

  .right-arrow-t1 {
    height: 40px;
    inset: auto 0% 0% auto;
  }

  .slider-mobile-landscape-t1 {
    display: block;
  }

  .right-arrow-icon-t1 {
    height: 35px;
  }

  .left-arrow-portrait-t1 {
    height: 40px;
    inset: auto auto 0% 0%;
  }

  .user-name-t1 {
    margin-top: 0;
  }

  .arrow-copy {
    height: 35px;
  }

  .slide-nav-landscape-t1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonials-t1 {
    padding: 40px 10px;
  }

  .slider-t1 {
    display: none;
  }

  .left-arrow-icon-t1 {
    height: 35px;
  }

  .right-arrow-portrait-t1 {
    height: 40px;
    inset: auto 0% 0% auto;
  }

  .testimonials-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow-landscape-t1 {
    align-items: center;
    height: 40px;
    inset: auto 0% 0% auto;
  }

  .image-26-copy-copy {
    width: 70px;
  }

  .menu-contact-item-description-copy {
    margin-top: 10%;
  }

  .div-block-75 {
    justify-content: center;
    align-items: center;
  }

  .grid-footer-new-copy {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .index-grid-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .menu-contact-item-copy {
    margin-bottom: 0;
  }

  .descriptionpack, .paragraph-description-copy-copy, .descriptionpack-tablet, .descriptionpack-copy {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .menu-contact-item-copy-mobile {
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-contact-item-copy-ppd, .track-desktop-portfolio {
    display: none;
  }

  .modal-2-popup {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal-scroll-content-w {
    padding: .5rem;
  }

  .modal-w-scroll {
    margin-bottom: 0;
  }

  .accordion-header {
    line-height: 1.2;
  }

  .accordion-tab-button {
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-25 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .div-block-78 {
    flex-flow: column;
    align-items: stretch;
    width: 40%;
  }

  .image-86 {
    top: auto;
    transform: scale(1.5)rotateX(-180deg)rotateY(-180deg)rotateZ(0);
  }

  .paragraph-26 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .image-91 {
    max-width: 20%;
  }

  .modal-2-popup-bita {
    padding-left: 3rem;
    padding-right: 3rem;
    display: none;
  }

  .modal-scroll-content-w-copy {
    padding: .5rem;
  }

  .modal-w-scroll-copy {
    margin-bottom: 0;
  }

  .accordion-tab-button-copy {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-header-copy, .accordion-header-copy-copy, .accordion-left {
    width: 100%;
    line-height: 1.2;
  }

  .link {
    bottom: 40px;
  }

  .div-block-83 {
    width: 90%;
    padding: .25rem;
  }

  .container-12 {
    padding-bottom: .5rem;
  }

  .code-embed {
    width: auto;
    margin-bottom: 0;
  }

  .hero-section-pp {
    background-image: linear-gradient(180deg, transparent 74%, var(--colorblack) 91%), linear-gradient(to bottom, #000000d1, #000000d1), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .hero-section-background-pp {
    background-image: linear-gradient(180deg, transparent, var(--colorblack) 90%), linear-gradient(180deg, var(--colorblack) 10%, transparent 44%), url('../images/planetYellow.svg'), url('../images/planeta-oscuro-paisaje-espacial_23-2151889118.jpg'), linear-gradient(to bottom, transparent, transparent), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    background-position: 0 0, 0 0, -150%, -80vh, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat, repeat, repeat, repeat;
    background-size: auto, auto, cover, auto, auto, cover;
    background-attachment: scroll, scroll, fixed, scroll, scroll, scroll;
  }
}

@media screen and (max-width: 479px) {
  .logomenu {
    overflow: auto;
  }

  .body {
    background-color: var(--colorblack);
  }

  .heading {
    font-size: 5rem;
    line-height: 4rem;
  }

  .line-div-deco {
    background-color: var(--colorwhite);
    opacity: .1;
    color: var(--azul-os);
    width: 100%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-item-info-wrapper {
    color: #010101;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    min-height: 0;
    padding: 0% 5%;
    display: block;
    overflow: hidden;
  }

  .services-item-text-title {
    color: var(--colorwhite);
    text-align: left;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-left: 3%;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8rem;
    display: block;
  }

  .service-accordion-head-wrapper {
    color: #ff8000;
    justify-content: flex-start;
    align-items: flex-end;
    text-decoration: none;
    display: flex;
  }

  .services-text {
    background-color: var(--colorblack);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 10%;
    padding-bottom: 0%;
    display: flex;
  }

  .services-icon {
    opacity: .5;
    color: var(--naranja-lp);
    display: flex;
  }

  .service-accordion-item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    color: var(--colorwhite);
    background-color: #0000;
    border-radius: 0;
    width: 100%;
    padding: 0 0 0%;
  }

  .mkt-span-2 {
    color: var(--morado-mk);
    text-align: center;
    text-transform: uppercase;
    font-family: Mona Sans, sans-serif;
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

  .service-imgae-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10%;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .accordion-secondclick {
    color: #010101;
    border-bottom: 0 solid #07304f;
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: none;
  }

  .marging {
    margin-bottom: 10%;
  }

  .servicios-2 {
    background-image: none;
    background-position: 0 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 20% 0% 0%;
    display: flex;
  }

  .service-description {
    color: var(--azul-cielo);
    width: 100%;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1rem;
    display: block;
  }

  .service-description.orange {
    color: var(--naranja-lp);
  }

  .service-description.purple {
    color: var(--morado-mk);
  }

  .btn-despegar {
    background-color: var(--colorwhitet);
    opacity: .5;
    color: var(--azul-cielo);
    text-align: center;
    letter-spacing: 0;
    width: 100%;
    margin: 10px 0 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1rem;
    display: block;
  }

  .test {
    background-image: none;
    background-position: 0 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 20% 0% 0%;
    display: flex;
  }

  .heading-18-copy {
    color: #fafafa;
    text-align: center;
    text-transform: uppercase;
    font-family: Mona Sans, sans-serif;
    font-size: 4rem;
    line-height: 3rem;
  }

  .itemframe {
    background-color: #fff0;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    border: 0 #000;
    flex: none;
    width: 100vw;
    height: 100%;
    padding: 1%;
    display: flex;
  }

  .itemframe.nebula {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 5% 3%;
  }

  .camara {
    border: 0 solid #ff8000;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-top: 10%;
    display: flex;
    position: sticky;
    top: 50vh;
    left: auto;
    overflow: hidden;
  }

  .iteminner {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #fff0;
    background-image: linear-gradient(#fff0, #ffffff08 30%, #010101 84%), linear-gradient(#3d3d3d6e, #3d3d3d6e), url('../images/outer-space-background.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, cover;
    border-radius: 20px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5%;
    display: flex;
  }

  .iteminner.nebula {
    opacity: .95;
    outline-offset: 0px;
    background-image: linear-gradient(#0009, #0009), url('../images/outer-space-background.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    outline: 3px solid #6610975e;
    height: 80%;
  }

  .iteminner.nebula.nova2 {
    background-image: linear-gradient(#0009, #0009), radial-gradient(circle farthest-side at 100% 100%, #ff8000, #fafafa 40% 43%, #ff8000 47%, #fff0), url('../images/galaxy-night-panorama.jpg'), url('../images/outer-space-background.jpg');
    background-position: 0 0, 0 0, 0 0, 0%;
    background-size: auto, auto, cover, cover;
    outline-color: #9763105e;
  }

  .iteminner.nebula.nova1 {
    opacity: .95;
    background-image: linear-gradient(#0009, #0009), radial-gradient(circle at 0 0, #2794d2, #fff0 48%), linear-gradient(323deg, #2794d2, #fff0 35%), url('../images/starburst-huge-galaxy.jpg'), url('../images/outer-space-background.jpg');
    background-position: 0 0, 0 0, 0 0, 0%, 0%;
    background-size: auto, auto, auto, cover, cover;
    outline-color: #1083975e;
    height: 80%;
  }

  .iteminner.reservado {
    opacity: .95;
    outline-offset: 0px;
    background-image: linear-gradient(#0009, #0009), url('../images/outer-space-background.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    outline: 3px solid #6610975e;
    height: 80%;
  }

  .button-4 {
    color: #fafafa;
    background-color: #ff8000;
    border-radius: 20px;
    margin-left: 0;
    margin-right: auto;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .button-4.nebula {
    background-color: #7b05f0;
  }

  .button-4.btnnova {
    background-color: #05bdf0;
  }

  .novadescription {
    color: #2794d2;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 100;
    line-height: 1.7rem;
  }

  .paragraph-8 {
    color: #fafafa;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 4px 1px 6px #b7f;
    background-color: #fff0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 0%;
    padding-left: 0%;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .frame {
    height: 100%;
    display: flex;
  }

  .text-span-6 {
    color: #77a03b;
  }

  .nebulatitle {
    color: #7b05f0;
    text-align: center;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fafafa80;
    text-transform: uppercase;
    text-shadow: 6px 4px 10px #7b05f0c4;
    font-family: Mona Sans, sans-serif;
    font-size: 5rem;
    line-height: 4rem;
  }

  .paragraph-7 {
    color: #fafafa;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 100;
    line-height: 1.7rem;
  }

  .track {
    background-color: #ff8000;
    height: 400vw;
    margin-bottom: 0;
  }

  .track.planetbk {
    background-color: #010101;
    background-image: linear-gradient(#fff0 65%, #07304f 90%), linear-gradient(#000c, #000c), linear-gradient(#010101 15%, #ff91004d 29%, #fff0 100%, #f1f1f10f), url('../images/planetYellow.svg'), none;
    background-position: 0 0, 0 0, 0 0, 100%, 50%;
    background-repeat: repeat, repeat, repeat, repeat-x, repeat-y;
    background-size: auto, auto, auto, contain, cover;
    background-attachment: scroll, scroll, scroll, scroll, fixed;
    height: 500vw;
    font-size: 1rem;
  }

  .novatitle {
    color: #2794d2;
    text-align: center;
    text-transform: uppercase;
    font-family: Lexend, sans-serif;
    font-size: 4.5rem;
    line-height: 4rem;
  }

  .nebuladescription {
    color: #7b05f0;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 100;
    line-height: 1.7rem;
  }

  .subscript {
    color: #fafafa;
    -webkit-text-stroke-color: #fafafa;
    text-transform: capitalize;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .frame-copy {
    height: 100%;
    display: flex;
  }

  .home2 {
    z-index: 2;
    text-align: left;
    background-color: #fff0;
    background-image: radial-gradient(circle at 50% 0, #fff0, #000), linear-gradient(#fff0, #010101), url('../images/grid-30-white.png'), radial-gradient(circle at 0 100%, #07304f 58%, #fff0);
    background-position: 0 0, 0 0, 50% 0, 0 0;
    background-repeat: repeat, repeat, repeat-y, repeat;
    background-size: auto, auto, 150%, auto;
    background-attachment: scroll, scroll, fixed, scroll;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 55vh;
    padding-top: 5%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: relative;
  }

  .text-block-5 {
    opacity: .88;
    color: #fafafa;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-family: Lexend, sans-serif;
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 2.5rem;
  }

  .planetbk-black {
    z-index: 9;
    text-align: left;
    background-color: #fff0;
    background-image: url('../images/planetYellow.svg'), linear-gradient(152deg, #010101 6%, #fff0 26%), linear-gradient(#fff0, #fff0 24%, #fafafa), url('../images/grid-30-white.png'), linear-gradient(169deg, #010101, #02090e 25%, #07304f 41%, #fff0 60%), radial-gradient(circle at 0 0, #07304f 58%, #fff0);
    background-position: 0 100%, 0 0, 0 0, 50%, 0 0, 0 0;
    background-repeat: repeat-x, repeat, repeat, repeat-y, repeat, repeat;
    background-size: cover, auto, auto, cover, auto, auto;
    background-attachment: scroll, scroll, scroll, fixed, scroll, scroll;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 55vh;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: static;
  }

  .heading-9 {
    opacity: .9;
    color: #fafafa;
    text-align: center;
    text-shadow: 2px 4px 4px #ff800066, -10px 4px 9px #2794d24d;
    margin-top: 0;
    font-family: Mona Sans, sans-serif;
    font-size: 6.5rem;
    line-height: 5.5rem;
  }

  .button-2 {
    box-shadow: none;
    opacity: .8;
    color: #f00605;
    text-align: center;
    text-transform: capitalize;
    background-color: #010101;
    border: 1px solid #010101;
    border-radius: 20px;
    margin-bottom: 0%;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2rem;
    text-decoration: underline;
  }

  .image-5 {
    margin-left: 0;
  }

  .paragraph-6 {
    color: #fafafa;
    text-align: center;
    text-transform: none;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0% 10%;
    font-family: Lexend, sans-serif;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1rem;
  }

  .herosection-2 {
    background-image: linear-gradient(#fafafa, #010101 40% 68%, #fafafa 101%);
    height: auto;
    display: block;
  }

  .container-7 {
    opacity: 1;
    text-align: center;
    background-image: none;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 5%;
    display: flex;
  }

  .serviceconatiner {
    flex-flow: column;
  }

  .serviceitem {
    width: 100%;
  }

  .section-4 {
    display: none;
  }

  .main-page {
    z-index: 4;
    width: 100%;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .menu-display-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 1%;
    padding-bottom: 1%;
    display: flex;
  }

  .btn-menu-display {
    background-color: #fafafa26;
    align-items: flex-end;
    width: 3.5rem;
    height: 2rem;
    padding-top: 2%;
  }

  .line-deco-1 {
    height: 2px;
    margin-left: 0;
  }

  .line-deco-2 {
    height: 2px;
  }

  .header-container {
    z-index: 50;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    mix-blend-mode: normal;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 10vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vh;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: fixed;
    top: 0;
    overflow: visible;
  }

  .header-logo {
    width: 100%;
    max-width: none;
    height: auto;
    display: none;
    overflow: visible;
  }

  .header-logo-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 25%;
    display: flex;
  }

  .header-logo-wrapper.w--current {
    width: 2.5rem;
  }

  .hero-section-text-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    overflow: visible;
  }

  .hero-section-text-aux {
    letter-spacing: .1rem;
    font-family: Lexend, sans-serif;
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 3rem;
  }

  .text-movig-wrapper {
    display: block;
    overflow: hidden;
  }

  .text-mover {
    overflow: visible;
  }

  .text-mover-item {
    color: var(--azul-cielo);
    text-align: center;
    letter-spacing: .1rem;
    font-size: 2rem;
    display: block;
  }

  .hero-section-text {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin: 0 0;
    padding: 0% 0% 0;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .services-text-description {
    color: var(--colorwhite);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.5rem;
    display: block;
  }

  .span-landing-page-light {
    color: #ff8000;
    text-align: left;
    -webkit-text-stroke-color: #ff8000;
  }

  .services {
    z-index: 50;
    background-color: var(--colorblack);
    color: var(--colorwhite);
    background-image: none;
    background-position: 0 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 0%;
    display: flex;
    position: relative;
  }

  .service-info-footer {
    text-align: left;
    letter-spacing: .01rem;
    text-transform: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 0%;
    margin-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1rem;
    display: block;
  }

  .btn-service-contact {
    opacity: 1;
    color: var(--colorblack);
    text-align: center;
    background-color: #ff8000;
    border-radius: 20px;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 5%;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .btn-service-contact.purplebackground {
    color: var(--colorwhite);
    background-color: #7b05f0;
    margin-bottom: 5%;
  }

  .btn-service-contact.bluebackgroud {
    color: var(--colorwhite);
    background-color: #2794d2;
    margin-top: 0%;
    margin-bottom: 5%;
  }

  .btn-service-contact.greenbackground {
    color: var(--colorwhite);
    background-color: #77a03b;
    margin-bottom: 5%;
  }

  .service-accordion {
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-top: 20%;
    margin-bottom: 0%;
    padding-bottom: 50px;
    display: flex;
  }

  .service-image {
    opacity: 1;
    border-radius: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .span-landing-page {
    color: var(--naranja-lp);
    text-align: center;
    text-transform: uppercase;
    font-family: Mona Sans, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2rem;
  }

  .service-accordion-wrapper {
    grid-row-gap: 0rem;
    width: 100%;
  }

  .services-text-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .text-span-2 {
    color: #ff8000;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.2rem;
    font-weight: 200;
  }

  .item--text-preservice {
    color: var(--colorwhitet);
    margin-top: 0%;
    margin-bottom: 0%;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8rem;
  }

  .service-item-title {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 3rem;
    margin-bottom: 0%;
    display: flex;
    overflow: visible;
  }

  .service-info-description {
    color: var(--colorwhite);
    text-align: left;
    margin-top: 0%;
    margin-bottom: 10%;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.5rem;
  }

  .text-span-3-copy {
    color: #ff8000;
    text-align: center;
    text-transform: uppercase;
    font-family: Mona Sans, sans-serif;
    font-size: 2rem;
    line-height: 2rem;
  }

  .bold-text-8 {
    color: var(--azul-dm);
    font-size: 2rem;
    line-height: 2rem;
  }

  .text-span-2-copy {
    color: #2794d2;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.2rem;
    font-weight: 200;
  }

  .text-span-2-copy2 {
    color: #af5eff;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1.2rem;
    font-weight: 200;
  }

  .text-span-2-copy-3 {
    color: #77a03b;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1.2rem;
    font-weight: 200;
  }

  .bitacora-text-btn {
    width: 60%;
    display: flex;
  }

  .bitacora-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0%;
    display: flex;
  }

  .btn-bitacora-general {
    background-color: var(--colorwhitet);
    color: var(--azul-cielo);
    text-align: center;
    border-radius: 50px;
    font-family: Lexend, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .bitacora-section {
    background-image: linear-gradient(#0000 22%, #010101), linear-gradient(#000, #0000), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, contain;
    background-attachment: scroll, scroll, scroll;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    padding: 20% 5%;
    display: none;
    overflow: hidden;
  }

  .bitacora-text {
    color: var(--colorwhite);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Mona Sans, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 3.5rem;
  }

  .bitacora-img {
    opacity: 1;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 0%;
  }

  .linkbitacora {
    color: #ff8000;
    text-align: center;
    margin-left: 0%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    text-decoration: underline;
  }

  .text-block-9 {
    color: var(--colorwhite);
    text-align: center;
    margin-bottom: 10%;
    font-size: .8rem;
    font-weight: 100;
    line-height: 1rem;
  }

  .linkbitacora-2 {
    z-index: 55;
    color: #2794d2;
    text-align: center;
    margin-left: 0%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    text-decoration: underline;
    position: relative;
  }

  .service-info-title {
    margin-bottom: 10%;
    font-size: 2rem;
    line-height: 2rem;
  }

  .linkbitacora-3 {
    color: #7b05f0;
    text-align: center;
    margin-left: 0%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    text-decoration: underline;
  }

  .text-span-15 {
    color: #7b05f0;
  }

  .linkbitacora-4 {
    color: #77a03b;
    text-align: center;
    margin-left: 0%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    text-decoration: underline;
  }

  .proyectoxtext {
    color: var(--verde-px);
    text-align: center;
    text-transform: uppercase;
    font-family: Mona Sans, sans-serif;
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

  .bold-text-10 {
    color: #77a03b;
  }

  .packs-title {
    color: var(--azul-cielo);
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 4rem;
    line-height: 3rem;
  }

  .packs {
    background-color: var(--colorblack);
    background-image: linear-gradient(180deg, #00000096, transparent 19%, var(--azul-os) 90%), linear-gradient(180deg, #0003, transparent), linear-gradient(to bottom, #010c13cc, #010c13cc), url('../images/galaxy-night-panorama.jpg');
    background-position: 0 0, 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, fixed;
    flex-flow: column;
    align-items: center;
    width: 100vw;
    margin-bottom: 0%;
    padding: 200px 0% 60px;
    display: flex;
    position: static;
    -webkit-mask-image: linear-gradient(0deg, #010101 5% 20%, #010101 85%, #01010100 95%);
    mask-image: linear-gradient(0deg, #010101 5% 20%, #010101 85%, #01010100 95%);
  }

  .paragraph-description {
    color: var(--azul-cielo);
    text-align: left;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.2rem;
    display: block;
  }

  .pack-item-wrapper {
    mix-blend-mode: normal;
    background-image: url('../images/2151198142.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 30vh;
    margin-bottom: 10%;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 16px #01010180;
  }

  .packs-item {
    opacity: 1;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 25px 40px;
    display: flex;
  }

  .msg-title {
    color: var(--colorblack);
    text-align: center;
    -webkit-text-stroke-color: #01010140;
    text-shadow: 0 3px 6px #01010159;
    margin-top: 0%;
    margin-bottom: 0%;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 2.5rem;
    line-height: 2.53rem;
  }

  .img-footer {
    background-color: var(--colorblack);
    background-image: url('../images/53940.jpg');
    background-position: 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 100%;
    height: 30vh;
    padding: 10% 0% 0%;
    display: none;
    overflow: hidden;
  }

  .portfolio-track-mobile {
    background-image: linear-gradient(180deg, transparent 68%, var(--colorblack)), linear-gradient(180deg, var(--colorblack) 13%, transparent), linear-gradient(to bottom, #03060db3, #03060db3), url('../images/outer-space-background.jpg');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-size: auto, auto, auto, cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 600vw;
    margin-top: -10vh;
    display: flex;
    position: static;
    top: 0;
    overflow: visible;
  }

  .portfolio-camara {
    z-index: 2;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-flow: column;
    align-items: center;
    width: 100vw;
    min-width: auto;
    height: 100vh;
    padding-top: 0%;
    padding-bottom: 20%;
    display: block;
    position: sticky;
    top: 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, #01010100 0%, #010101 15% 85%, #01010100 100%);
    mask-image: linear-gradient(90deg, #01010100 0%, #010101 15% 85%, #01010100 100%);
  }

  .portfolio-frame-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    align-items: center;
    height: 50%;
    margin-bottom: 10%;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
    overflow: visible;
  }

  .porfolio-item-top {
    flex: none;
    justify-content: flex-end;
    align-items: flex-end;
    width: 70vw;
    height: 100%;
    padding: 0% 0% 0% 10%;
    display: flex;
  }

  .portfolio-frame-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    align-items: center;
    height: 50%;
    margin-top: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
    overflow: visible;
  }

  .portfolio-item-wrapper {
    background-color: var(--naranja-lp);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30vh;
    padding: 0%;
    display: flex;
    overflow: clip;
  }

  .portfolio-item-wrapper.blanco {
    border: 4px dashed var(--colorwhitet);
    background-color: var(--colorwhitet);
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .portfolio-img {
    background-color: var(--colorwhite);
    filter: invert() blur(20px);
    border-radius: 0;
    width: 140%;
    max-width: none;
    overflow: visible;
  }

  .portfolio-item-bottom {
    border: 0px solid var(--colorwhite);
    border-radius: 0;
    flex: none;
    justify-content: flex-end;
    align-items: flex-start;
    width: 70vw;
    height: 100%;
    padding: 0% 10% 0% 0%;
    display: flex;
  }

  .div-block-36 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .div-block-37 {
    background-color: var(--colorwhitet);
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 250px;
    height: 350px;
    padding: 5%;
    display: flex;
  }

  .section-7-copy {
    background-color: var(--azul-cielo);
    background-image: none;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: 60vh;
    padding: 0% 5% 10%;
    display: none;
    overflow: hidden;
  }

  .div-block-38 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    object-position: 50% 50%;
    flex: 0 auto;
    justify-content: space-around;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 10%;
    padding-left: 0%;
    display: flex;
    overflow: scroll;
  }

  .text-block-13 {
    opacity: .8;
    color: var(--colorblack);
    text-align: left;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-block-14 {
    opacity: .8;
    color: var(--colorblack);
    text-align: left;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .preservice-copy {
    color: var(--azul-dm);
    margin-top: 0%;
    margin-bottom: 1%;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1.5rem;
  }

  .faq_component-heading-2-copy {
    color: var(--azul-cielo);
    text-align: left;
    letter-spacing: .1rem;
    text-transform: uppercase;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 5%;
    padding-left: 0%;
    font-family: Lexend, sans-serif;
    font-size: 2.5rem;
    font-weight: 200;
    line-height: 3rem;
  }

  .linespace-deco {
    background-color: var(--colorwhitet);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .footer_wrapper {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    flex: none;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-top: -500px;
    display: none;
    position: static;
    bottom: 182px;
    overflow: visible;
  }

  .spacer-function {
    background-color: var(--verde-px);
    background-image: none;
    width: 100%;
    height: 450px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    bottom: auto;
  }

  .footer-wrapper {
    z-index: 1;
    background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--azul-os) 25%, transparent), radial-gradient(circle farthest-corner at 100% 0%, var(--colorwhitet) 16%, transparent 37%), linear-gradient(180deg, var(--colorblack), transparent), linear-gradient(to bottom, #07304f47, #07304f47), url('../images/galaxy-night-panorama.jpg');
    background-position: 0 0, 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, repeat, repeat-y;
    background-size: auto, auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll, fixed;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-top: 0%;
    padding: 0%;
    display: flex;
    position: sticky;
    top: auto;
    bottom: 0;
  }

  .main_page_wrapper {
    z-index: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: absolute;
    top: 0;
    overflow: visible;
  }

  .msg-container {
    background-color: #a5d3d8;
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .text-block-15 {
    opacity: .88;
    color: #fafafa;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-family: Lexend, sans-serif;
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 2.5rem;
  }

  .heading-26 {
    opacity: .9;
    color: #fafafa;
    text-align: center;
    text-shadow: 2px 4px 4px #ff800066, -10px 4px 9px #2794d24d;
    margin-top: 0;
    font-family: Mona Sans, sans-serif;
    font-size: 6.5rem;
    line-height: 5.5rem;
  }

  .button-115 {
    box-shadow: none;
    opacity: .8;
    color: #f00605;
    text-align: center;
    text-transform: capitalize;
    background-color: #010101;
    border: 1px solid #010101;
    border-radius: 20px;
    margin-bottom: 0%;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2rem;
    text-decoration: underline;
  }

  .image-23 {
    margin-left: 0;
  }

  .paragraph-20 {
    color: #fafafa;
    text-align: center;
    text-transform: none;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0% 10%;
    font-family: Lexend, sans-serif;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1rem;
  }

  .hero-section-background {
    z-index: 2;
    background-image: linear-gradient(180deg, var(--colorblack) 32%, transparent 90%), linear-gradient(180deg, black 10%, transparent 44%), url('../images/planetYellow.svg'), url('../images/planeta-oscuro-paisaje-espacial_23-2151889118.jpg'), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    opacity: 5;
    background-position: 0 0, 0 0, 20vw 80%, 50%, 65vw 100%;
    background-repeat: repeat, repeat, no-repeat, repeat, repeat;
    background-size: auto, auto, 600px, cover, auto;
    background-attachment: scroll, scroll, fixed, scroll, scroll;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 110vh;
    display: flex;
    position: absolute;
  }

  .hero-section-wrapper {
    z-index: 4;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    display: flex;
    position: relative;
    top: 0;
  }

  .hero-section {
    background-image: linear-gradient(180deg, transparent 74%, var(--colorblack) 91%), linear-gradient(to bottom, #000000d1, #000000d1), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 110vh;
    display: block;
    position: static;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, #010101 0% 5%, #010101 95% 100%);
    mask-image: linear-gradient(90deg, #010101 0% 5%, #010101 95% 100%);
  }

  .packs-text-description {
    color: var(--colorwhite);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1.5rem;
    display: flex;
  }

  .icon-embed-small-2-dm {
    opacity: .5;
    color: var(--azul-dm);
  }

  .icon-embed-small-2-mk {
    opacity: .5;
    color: var(--morado-mk);
  }

  .icon-embed-small-2-px {
    opacity: .5;
    color: var(--verde-px);
  }

  .text-block-16 {
    color: var(--colorwhite);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.2rem;
  }

  .button-11-copy {
    background-color: var(--azul-os);
    color: var(--azul-cielo);
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
  }

  .msg-description {
    opacity: .6;
    color: var(--azul-cielo);
    text-align: center;
    text-transform: capitalize;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1.5rem;
  }

  .img-footer-ami {
    width: 50%;
    max-width: none;
    height: auto;
    margin: -25px auto auto;
    display: block;
  }

  .footer-top {
    -webkit-text-fill-color: inherit;
    background-color: #7ba134;
    background-clip: border-box;
    border-top: 2rem solid #7ba134;
    border-radius: 0 0 50px 50px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0%;
    padding-bottom: 10%;
    padding-left: 0%;
    display: flex;
    overflow: visible;
  }

  .footer-top.footer-form {
    border-top-color: var(--azul-os);
    background-color: var(--azul-os);
  }

  .footer-menu {
    background-color: #0101013b;
    flex-flow: column;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin-bottom: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .footer-text {
    color: var(--colorblack);
    text-align: center;
    mix-blend-mode: soft-light;
    width: 100%;
    margin-bottom: 0%;
    padding: 5%;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2rem;
  }

  .footer-text.footer-text-form {
    color: var(--colorwhite);
  }

  .menu-contact-contac-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
  }

  .menu-contact-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .menu-contact-item-text {
    opacity: 1;
    color: var(--colorblack);
    text-align: center;
    mix-blend-mode: overlay;
    border-bottom-left-radius: 0;
    font-size: .8rem;
    font-style: normal;
    line-height: 2rem;
    text-decoration: underline;
    display: block;
  }

  .menu-contact-item-image {
    border-radius: 0;
    width: 50%;
    padding: 0%;
    transform: scale(.8);
  }

  .footer-top-logo {
    opacity: 1;
    mix-blend-mode: overlay;
    width: 50%;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 0%;
  }

  .footer-top-text-description {
    opacity: 1;
    color: var(--colorblack);
    mix-blend-mode: soft-light;
    font-size: .5rem;
    line-height: 1rem;
  }

  .footer-top-text-description.description-form {
    color: var(--colorwhite);
  }

  .index-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid var(--colorwhitet);
    border-bottom: 1px solid var(--colorwhitet);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
  }

  .footer-top-wrapper {
    justify-content: center;
    align-items: flex-end;
    width: 98%;
    display: flex;
  }

  .text-block-20-copy {
    opacity: .5;
    color: var(--azul-cielo);
    text-align: center;
    font-size: .8rem;
    font-style: normal;
    line-height: 2rem;
    text-decoration: underline;
  }

  .footer-top-grid {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 100%;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-index {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .menu-contact-contact {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-span-16, .text-span-17 {
    font-family: Bunya Personal, Impact, sans-serif;
    font-size: 3rem;
    line-height: 2rem;
  }

  .hero-section-vertical-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 5%;
    display: flex;
  }

  .vertical-menu-image {
    filter: contrast(53%) drop-shadow(0 2px 5px #000000b3);
    mix-blend-mode: normal;
    width: 2rem;
  }

  .vertical-menu-item {
    background-color: var(--colorwhitet);
    opacity: 1;
    mix-blend-mode: overlay;
    border-radius: 2.5rem;
    width: auto;
    margin-left: 0;
    padding-left: .8rem;
  }

  .span-orange-italic {
    color: var(--naranja-lp);
  }

  .text-span-20 {
    color: var(--azul-dm);
  }

  .paragraph-description-copy {
    color: var(--azul-cielo);
    text-align: left;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.2rem;
    display: block;
  }

  .small-text {
    color: var(--colorblack);
  }

  .review-badged {
    display: flex;
  }

  .small-text-bold, .review-item-text {
    color: var(--colorblack);
  }

  .review-frame {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 100%;
  }

  .review-item {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    background-color: var(--colorwhitet);
    width: 15em;
    height: 20em;
  }

  .reviews {
    background-color: var(--azul-cielo);
    background-image: linear-gradient(180deg, var(--azul-os) 19%, var(--azul-cielo));
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    border-radius: 0;
    padding: 0% 5% 10%;
    display: none;
    overflow: hidden;
  }

  .reviews-camara {
    z-index: 4;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    -webkit-mask-source-type: alpha;
    width: 100%;
    top: 0;
    -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
    mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
    -webkit-mask-source-type: alpha;
    mask-mode: alpha;
  }

  .span-bluelight-italic {
    color: var(--azul-cielo);
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .menu-contact-item-description {
    opacity: .5;
    color: var(--colorwhite);
    text-align: center;
    font-size: .8rem;
    font-style: normal;
    line-height: 2rem;
    text-decoration: none;
  }

  .text-block-20-copy {
    opacity: .5;
    color: var(--colorwhite);
    text-align: center;
    opacity: 1;
    text-align: center;
    border-bottom-left-radius: 0;
    font-size: .8rem;
    font-style: normal;
    line-height: 2rem;
    text-decoration: none;
  }

  .footer-top-link {
    opacity: 1;
    color: var(--colorblack);
    text-align: center;
    mix-blend-mode: soft-light;
    width: 100%;
    font-size: .8rem;
    font-style: normal;
    line-height: 2rem;
    text-decoration: underline;
  }

  .footer-top-link.link-form {
    color: var(--colorwhite);
  }

  .menu-contact-text {
    opacity: .8;
    color: var(--colorblack);
    text-align: center;
    letter-spacing: .1rem;
    flex: 1;
    margin-top: 0%;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Lexend, sans-serif;
    font-size: 2rem;
    font-weight: 200;
    line-height: 2rem;
  }

  .menu-contact {
    z-index: 60;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    min-height: auto;
    margin-top: 0;
    padding-top: 0%;
    padding-bottom: 0;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .menu-contact-backround-wrapper {
    z-index: 1;
    background-color: var(--colorwhitet);
    background-image: radial-gradient(circle farthest-corner at 0% 0%, transparent, #010101a8 11%, transparent 31%), radial-gradient(circle farthest-corner at 100% 0%, transparent 11%, #07304f94 27%, transparent 68%), radial-gradient(circle farthest-corner at 0% 0%, transparent 13%, var(--colorblack)), url('../images/galaxy-night-panorama.jpg');
    background-position: 0 0, 0 0, 0 0, 100% 0;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, 200%;
    background-attachment: scroll, scroll, scroll, scroll;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .menu-contact-image2 {
    z-index: 2;
    opacity: .57;
    mix-blend-mode: hard-light;
    width: 30%;
    margin-right: 0;
    position: fixed;
    inset: auto auto 10% 0%;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0)rotate(-50deg);
  }

  .menu-contact-image1 {
    z-index: 5;
    mix-blend-mode: color-dodge;
    width: 30%;
    margin-right: 0;
    position: fixed;
    inset: 10% 0% 0% auto;
    overflow: visible;
    transform: rotate(-50deg);
  }

  .menu-display {
    z-index: 10;
    background-color: var(--azul-os);
    background-image: radial-gradient(circle farthest-corner at 100% 0%, transparent, var(--azul-os) 76%, var(--colorblack)), linear-gradient(180deg, #7b05f04f, var(--colorwhite)), url('../images/galaxy-night-panorama.jpg');
    filter: blur();
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0%;
    padding: 0%;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
    overflow: hidden;
  }

  .menu-contact-wrapper {
    z-index: 2;
    background-color: #0000;
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 40px 60px;
    display: flex;
    position: relative;
  }

  .menu-contact-description {
    opacity: .8;
    color: var(--colorwhite);
    text-align: center;
    width: 80%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .menu-contact-title {
    color: var(--colorwhite);
    letter-spacing: .05rem;
    font-family: Mona Sans, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 5rem;
  }

  .btn-menu-display-close {
    background-color: var(--colorwhitet);
    opacity: .5;
    color: var(--colorwhite);
    text-align: center;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: flex;
  }

  .menu-display-item-text {
    color: var(--azul-cielo);
    text-align: left;
    letter-spacing: .05rem;
    text-transform: capitalize;
    text-shadow: 0 4px 6px #01010140;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    font-family: Lexend, sans-serif;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1.5rem;
    text-decoration: none;
    display: flex;
  }

  .menu-item-link {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-left: 0%;
    text-decoration: none;
    display: flex;
  }

  .menu-wrapper {
    z-index: 2;
    text-align: center;
    background-color: #07304f66;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50%;
    padding-bottom: 0%;
    display: flex;
    position: absolute;
  }

  .menu-display-background {
    z-index: 0;
    mix-blend-mode: exclusion;
    background-image: none;
    background-size: auto;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    overflow: hidden;
  }

  .menu-display-image {
    opacity: .9;
    mix-blend-mode: hard-light;
    position: absolute;
    inset: auto 0 -45% 9%;
    transform: rotate(-15deg);
  }

  .menu-logo-wrapper {
    color: var(--colorwhite);
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .menu-display-contact {
    opacity: .55;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    transform: scale(.8);
  }

  .menu-conctact-close {
    background-color: var(--colorwhitet);
    opacity: .7;
    text-align: center;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    display: flex;
  }

  .menu-display-contact-items {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
  }

  .menu-display-item-text-span {
    color: var(--azul-dm);
    font-size: .8rem;
    line-height: .8rem;
  }

  .menu-logo-text {
    opacity: .5;
    color: var(--azul-cielo);
    text-transform: lowercase;
    font-family: Bunya Personal, Impact, sans-serif;
    font-size: 3rem;
    line-height: 3rem;
    display: flex;
  }

  .menu-display-background-image {
    position: absolute;
    inset: 0% 0% auto;
    transform: rotate(-9deg)scale(1.8)rotate(180deg);
  }

  .pack-item-background-img {
    z-index: 1;
    background-color: var(--red);
    opacity: .8;
    mix-blend-mode: screen;
    width: 0%;
    min-width: 125%;
    max-width: 125%;
    display: none;
    position: relative;
    inset: 30% 0% 0%;
  }

  .pack-item-img {
    opacity: 100;
    mix-blend-mode: hue;
    width: 90%;
    position: absolute;
  }

  .pack-item-box {
    z-index: 5;
    opacity: .6;
    mix-blend-mode: screen;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .grid-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
  }

  .image-26-copy {
    opacity: .33;
    border-radius: 0;
    width: 50%;
    padding: 0%;
    transform: scale(.8);
  }

  .text-block-27 {
    z-index: 2;
    opacity: 1;
    filter: drop-shadow(0px 2px 11px var(--colorwhite));
    color: var(--azul-os);
    -webkit-text-stroke-width: 0rem;
    mix-blend-mode: difference;
    font-family: Mona Sans, sans-serif;
    font-size: 10rem;
    line-height: 10rem;
    position: absolute;
    inset: auto;
  }

  .text-span-23, .text-span-24, .text-span-25 {
    color: var(--azul-dm);
  }

  .revies-title {
    color: var(--colorwhite);
    text-align: center;
    width: 100%;
    padding-top: 5%;
    padding-left: 0%;
    font-family: Lexend, sans-serif;
    font-size: 3rem;
    font-weight: 100;
    line-height: 3rem;
  }

  .body-2 {
    background-color: var(--colorblack);
  }

  .form-wrapper {
    background-color: var(--azul-os);
    background-image: linear-gradient(180deg, transparent 37%, var(--azul-os)), linear-gradient(180deg, var(--colorblack), transparent), url('../images/outer-space-background.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .menu-items {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .hero-section-text-title {
    color: var(--azul-cielo);
    letter-spacing: .1rem;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 5rem;
    line-height: 4rem;
    display: flex;
  }

  .text-block-28 {
    color: var(--colorwhite);
    text-align: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    font-family: Lexend, sans-serif;
    font-size: 1rem;
    font-weight: 200;
  }

  .bold-text-11 {
    font-weight: 700;
  }

  .form-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .text-block-28-copy {
    color: var(--colorwhite);
    text-align: center;
    width: 100%;
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    font-family: Lexend, sans-serif;
    font-size: 1rem;
    font-weight: 200;
  }

  .form {
    background-color: var(--colorwhitet);
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 10% 5%;
    display: flex;
  }

  .field-label {
    color: var(--azul-cielo);
    width: 100%;
    padding-left: 5%;
    font-family: Lexend, sans-serif;
    font-size: 1rem;
  }

  .field-label-3 {
    color: var(--colorwhite);
    text-transform: capitalize;
    width: 100%;
    padding-left: 5%;
    font-family: Lexend, sans-serif;
    font-size: 1rem;
  }

  .text-field {
    background-color: var(--colorwhitet);
    color: var(--colorwhite);
    text-transform: capitalize;
    border-radius: 50px;
    height: 2.2rem;
    font-size: 1rem;
  }

  .text-field-3 {
    background-color: var(--colorwhitet);
    color: var(--colorwhite);
    border-radius: 50px;
    height: 2.5rem;
    font-size: 1rem;
  }

  .select-field {
    background-color: var(--colorwhitet);
    border-radius: 50px;
    height: 2.5rem;
    font-size: 1rem;
  }

  .field-label-2-copy {
    color: var(--colorwhite);
    text-transform: capitalize;
    font-family: Lexend, sans-serif;
    font-size: 1rem;
  }

  .field-label-2-copy._3 {
    color: var(--azul-cielo);
    width: 100%;
    padding-left: 5%;
  }

  .btn-bitacora-general-copy {
    background-color: var(--azul-dm);
    color: var(--colorwhite);
    text-align: center;
    border-radius: 20px;
    width: auto;
    margin: 10% 0 0% auto;
    font-family: Lexend, sans-serif;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .checkbox-label {
    color: var(--colorwhite);
    font-family: Lexend, sans-serif;
  }

  .checkbox {
    border-radius: 800px;
    width: 1rem;
    height: 1rem;
  }

  .checkbox-field {
    justify-content: space-around;
    width: 100%;
    display: flex;
  }

  .field-label-2 {
    color: var(--azul-cielo);
    text-transform: capitalize;
    width: 100%;
    padding-left: 5%;
    font-family: Lexend, sans-serif;
    font-size: 1rem;
  }

  .bold-text-12 {
    color: var(--azul-cielo);
  }

  .text-field-3-copy {
    background-color: var(--colorwhitet);
    color: var(--colorwhite);
    border-radius: 50px;
    height: 2.5rem;
    font-size: 1rem;
  }

  .image-49 {
    width: 30%;
  }

  .pack-item-wrapper-copy {
    opacity: .8;
    mix-blend-mode: screen;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 15rem;
    margin-bottom: 10%;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 16px #01010180;
  }

  .pack-item-wrapper-copy-2 {
    mix-blend-mode: normal;
    background-image: url('../images/viajes-espaciales-retro-futuristas_23-2151837575.jpg');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30vh;
    margin-bottom: 10%;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
    top: 15px;
    overflow: hidden;
    box-shadow: 0 12px 16px #01010180;
  }

  .pack-item-background-img-copy {
    background-color: var(--colorwhite);
    opacity: 1;
    mix-blend-mode: overlay;
    width: 200%;
    min-width: 150%;
    max-width: none;
    margin-top: 0%;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .div-block-54 {
    background-color: var(--azul-cielo);
    background-image: linear-gradient(189deg, #0893e2d1, #1a527c 67%, #001d31), url('../images/jc-logo-10.24-patron-color.svg');
    background-position: 0 0, 50%;
    background-size: auto, 250%;
    background-attachment: scroll, fixed;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .image-50 {
    mix-blend-mode: normal;
    max-width: 90%;
    margin-top: -10%;
  }

  .service-image-copy {
    opacity: .67;
    mix-blend-mode: normal;
    border-radius: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-section-text-title-desktop {
    letter-spacing: .1rem;
    font-size: 6rem;
    line-height: 5rem;
    display: none;
  }

  .hero-section-vertical-menu-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 5%;
    display: none;
  }

  .hero-section-vertical-menu-desktop {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .icon-wrapper-desktop {
    mix-blend-mode: overlay;
    flex-flow: row;
    display: flex;
  }

  .btn-despegar-wrapper {
    display: flex;
  }

  .service-accordion-item-mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    color: var(--colorwhite);
    background-color: #0000;
    border-radius: 0;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    display: block;
    overflow: visible;
  }

  .service-accordion-item-desktop {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    color: var(--colorwhite);
    background-color: #0000;
    border-radius: 0;
    width: 100%;
    padding: 0 0 0%;
    display: none;
  }

  .comentbitacora-desktop {
    color: var(--colorwhite);
    text-align: center;
    margin-bottom: 10%;
    font-size: .8rem;
    font-weight: 100;
    line-height: 1rem;
  }

  .service-accordion-head-wrapperr-desktop {
    color: #ff8000;
    padding: 5%;
    text-decoration: none;
  }

  .service-item-title-desktop {
    align-items: flex-end;
    width: 100%;
    margin-bottom: 5%;
    display: flex;
    overflow: visible;
  }

  .item--text-preservice-desktop {
    color: var(--colorwhitet);
    margin-top: 0%;
    margin-bottom: 0%;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8rem;
  }

  .services-item-text-title-desktop {
    color: var(--colorwhite);
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 3%;
    padding-left: 0%;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .div-block-54-copy {
    background-color: var(--azul-cielo);
    background-image: url('../images/Miniatura-Plantilla-4.jpg');
    background-position: 100%;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .image-50-copy {
    opacity: .41;
    mix-blend-mode: normal;
    width: 90%;
    max-width: none;
    margin-top: 50%;
  }

  .bitacora-text-btn-copy {
    width: 60%;
    display: none;
  }

  .bitacora-text-copy, .bitacora-text-copy-copy {
    color: var(--colorwhite);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Mona Sans, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 3.5rem;
  }

  .bitacora-wrapper-desktop {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0%;
    display: none;
  }

  .bitacora-img-desktop, .bitacora-img-desktop-copy {
    opacity: 1;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 0%;
  }

  .image-52 {
    min-width: 100%;
    max-width: 100%;
    display: inline-block;
  }

  .packs-desktop {
    background-color: var(--colorblack);
    background-image: linear-gradient(180deg, #0003, transparent), linear-gradient(180deg, var(--colorblack), transparent 29%), radial-gradient(circle farthest-corner at 0% 0%, var(--naranja-lp), var(--red) 10%, var(--azul-os) 23%, transparent 103%), radial-gradient(circle farthest-corner at 100% 50%, var(--azul-os), #600fcb 10%, var(--morado-mk) 18%, transparent 37%, #0000 77%), linear-gradient(180deg, var(--colorblack), var(--azul-os)), linear-gradient(180deg, #0000 61%, #05263e78 86%, #07304f5e 93%, transparent);
    flex-flow: column;
    align-items: center;
    width: 100vw;
    margin-bottom: 0%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
    position: static;
  }

  .text-block-27-copy {
    z-index: 2;
    opacity: .36;
    filter: none;
    color: var(--azul-cielo);
    -webkit-text-stroke-width: 0rem;
    mix-blend-mode: difference;
    font-family: Mona Sans, sans-serif;
    font-size: 10rem;
    line-height: 10rem;
    position: absolute;
    inset: auto;
  }

  .textimgnova {
    z-index: 2;
    opacity: .44;
    color: var(--colorwhite);
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #2794d2;
    text-shadow: 0 4px 11px #fafafa80;
    mix-blend-mode: normal;
    font-family: Mona Sans, sans-serif;
    font-size: 10rem;
    line-height: 10rem;
    position: absolute;
    inset: auto;
  }

  .paragraph-description-copy {
    color: var(--azul-cielo);
    text-align: left;
    text-transform: capitalize;
    text-align: left;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.2rem;
    display: block;
  }

  .reviews-copy {
    background-color: var(--azul-cielo);
    background-image: linear-gradient(180deg, var(--azul-os) 19%, var(--azul-cielo));
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    border-radius: 0;
    padding: 0% 5% 10%;
    display: flex;
    overflow: hidden;
  }

  .msg-container-copy {
    background-color: #a5d3d8;
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .img-footer-copy {
    background-color: var(--colorblack);
    background-image: url('../images/53940.jpg');
    background-position: 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 100%;
    height: 30vh;
    padding: 10% 0% 0%;
    display: block;
    overflow: hidden;
  }

  .div-block-64 {
    display: none;
  }

  .bitacora-section-desktop {
    background-image: linear-gradient(180deg, transparent, var(--azul-cielo) 82%), linear-gradient(180deg, var(--azul-os) 11%, transparent), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0%;
    padding-top: 25px;
    display: flex;
    overflow: hidden;
  }

  .div-block-54-calabi {
    background-color: var(--azul-cielo);
    background-image: linear-gradient(180deg, transparent, var(--colorblack)), radial-gradient(circle farthest-corner at 50% 0%, transparent 28%, #ff8000bf), url('../images/camara-slr-antigua-zoom-teleobjetivo-generado-ia_188544-23555.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .image-calabi-logo {
    opacity: .48;
    filter: hue-rotate(52deg);
    mix-blend-mode: normal;
    width: 100%;
    max-width: 90%;
    margin: auto;
  }

  .image-55 {
    width: 80%;
    max-width: 80%;
  }

  .text-block-31 {
    width: 80%;
    line-height: 1.6rem;
  }

  .track-tablet-portfolio {
    display: none;
  }

  .section-5 {
    justify-content: flex-end;
    padding-top: 60px;
  }

  .text-movig-wrapper--desktop {
    display: none;
    overflow: hidden;
  }

  .text-moverr-desktop {
    overflow: visible;
  }

  .text-mover-item--desktop {
    color: var(--azul-cielo);
    text-align: center;
    letter-spacing: .1rem;
    font-size: 2rem;
  }

  .image-56, .image-56-copy {
    display: none;
  }

  .text-block-35 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .cometa-desc-container {
    display: none;
  }

  .footer_wrapper-desktop {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    flex: none;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-top: -500px;
    display: flex;
    position: static;
    bottom: 182px;
    overflow: visible;
  }

  .footer-index-test-footer {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .index-grid-test-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid var(--colorwhitet);
    border-bottom: 1px solid var(--colorwhitet);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
  }

  .text-span-30 {
    font-size: 1.2rem;
    line-height: 1rem;
  }

  .div-block-72 {
    display: none;
  }

  .company-logo-t1 {
    margin-top: 15px;
  }

  .arrow {
    height: 45px;
  }

  .slide-subwrapper-t1 {
    width: 100%;
    max-width: 300px;
  }

  .quote-t1 {
    font-size: 18px;
    line-height: 24px;
  }

  .slider-mobile-landscape-t1 {
    display: none;
  }

  .left-arrow-portrait-t1 {
    mix-blend-mode: overlay;
  }

  .slider-mobile-portrait-t1 {
    display: block;
  }

  .slide-nav-portrait-t1 {
    mix-blend-mode: overlay;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .arrow-copy {
    height: 45px;
  }

  .testimonials-t1 {
    width: 100%;
  }

  .right-arrow-portrait-t1 {
    mix-blend-mode: overlay;
    align-items: center;
  }

  .testimonials-wrapper {
    border-radius: 0;
    width: 90%;
    max-width: none;
  }

  .footer-wrapper-copy {
    z-index: 1;
    background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--azul-os) 25%, transparent), radial-gradient(circle farthest-corner at 100% 0%, var(--colorwhitet) 16%, transparent 37%), linear-gradient(180deg, var(--colorblack), transparent), linear-gradient(to bottom, #07304f47, #07304f47), url('../images/galaxy-night-panorama.jpg');
    background-position: 0 0, 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, repeat, repeat-y;
    background-size: auto, auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll, fixed;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-top: 0%;
    padding: 0%;
    display: none;
    position: sticky;
    top: auto;
    bottom: 0;
  }

  .footer-top-copy {
    -webkit-text-fill-color: inherit;
    background-color: #7ba134;
    background-clip: border-box;
    border-top: 2rem solid #7ba134;
    border-radius: 0 0 50px 50px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0%;
    padding-bottom: 10%;
    padding-left: 0%;
    display: flex;
    overflow: visible;
  }

  .footer-top-copy.footer-form {
    border-top-color: var(--azul-os);
    background-color: var(--azul-os);
  }

  .footer-menu-copy {
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-end;
    width: 80%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 0;
    display: flex;
  }

  .grid-footer-new {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
  }

  .image-26-copy-copy {
    opacity: 100;
    border-radius: 0;
    width: 50px;
    transform: none;
  }

  .menu-contact-item-description-copy {
    opacity: .5;
    color: var(--colorwhite);
    text-align: center;
    opacity: .5;
    text-align: center;
    opacity: .5;
    text-align: center;
    font-size: .8rem;
    font-style: normal;
    line-height: 2rem;
    text-decoration: none;
  }

  .image-68 {
    max-width: 80%;
    margin-left: auto;
  }

  .text-block-36 {
    display: none;
  }

  .div-block-75 {
    flex-flow: column;
  }

  .btn-bitacora-general-copy {
    background-color: var(--colorblack);
    opacity: 100;
    color: var(--azul-cielo);
    text-align: center;
    border-radius: 20px;
    margin-top: 40px;
    margin-right: auto;
    font-family: Lexend, sans-serif;
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-decoration: none;
  }

  .image-75 {
    width: 150px;
  }

  .menu-logo-text-copy {
    opacity: .5;
    color: var(--azul-cielo);
    text-transform: lowercase;
    font-family: Bunya Personal, Impact, sans-serif;
    font-size: 3rem;
    line-height: 3rem;
    display: none;
  }

  .grid-footer-new-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    mix-blend-mode: overlay;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: flex;
  }

  .index-grid-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-style: none;
    border-top-color: var(--colorwhitet);
    border-bottom-style: none;
    border-bottom-color: var(--colorwhitet);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
  }

  .menu-contact-item-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
  }

  .footer-top-logo-copy {
    opacity: 1;
    mix-blend-mode: overlay;
    width: 80px;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 0%;
  }

  .descriptionpack {
    color: var(--colorwhite);
    text-align: left;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.2rem;
    display: block;
  }

  .paragraph-description-copy-copy {
    color: var(--azul-cielo);
    text-align: left;
    text-transform: capitalize;
    text-align: left;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.2rem;
    display: block;
  }

  .track-desktop-portfolio-tablet {
    display: none;
  }

  .descriptionpack-tablet, .descriptionpack-copy {
    color: var(--azul-cielo);
    text-align: left;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.2rem;
    display: block;
  }

  .menu-display-contact-new {
    opacity: .55;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    transform: scale(.8);
  }

  .menu-display-contact-items-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .menu-contact-item-image-newmenu {
    border-radius: 0;
    width: 50%;
    padding: 0%;
    transform: scale(.8);
  }

  .image-77 {
    bottom: -45px;
    left: -109px;
  }

  .menu-contact-item-copy-mobile {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
  }

  .menu-contact-item-copy-ppd {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: none;
  }

  .header-logo-mobile {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
    overflow: visible;
    transform: translate(0, 20px);
  }

  .image-78 {
    box-sizing: border-box;
    aspect-ratio: 2;
    mix-blend-mode: screen;
    object-fit: cover;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
    position: static;
    top: 166px;
    overflow: hidden;
  }

  .button-116 {
    z-index: 5;
    position: relative;
  }

  .port-desktop-ash {
    background-image: linear-gradient(#0000 35%, #ffffff7d), radial-gradient(circle at 100% 100%, #302a4e 2%, #0000 68%), radial-gradient(circle at 100% 100%, #0000 56%, #302a4e), linear-gradient(#0000 35%, #fff);
  }

  .div-block-54-ash {
    background-color: var(--azul-cielo);
    background-image: radial-gradient(circle at 100% 100%, #302a4e, #0000 65%), radial-gradient(circle at 100% 100%, #0000 56%, #302a4e), url('../images/DSC09477-p-1080.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .image-calabi-logo-copy {
    opacity: .4;
    filter: drop-shadow(0px 2px 17px var(--colorblack));
    mix-blend-mode: normal;
    width: 100%;
    max-width: 90%;
    margin: auto;
  }

  .container-9 {
    background-image: radial-gradient(circle at 0 0, #32339c, #0000), linear-gradient(#1e1845, #0000 57%), url('../images/Background-Valen.svg'), url('../images/Carrusel-Enki-prueba.png');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-size: auto, auto, auto, cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-84 {
    filter: drop-shadow(0 2px 5px #000000b3);
    mix-blend-mode: overlay;
  }

  .button-11-review {
    background-color: var(--colorwhitet);
    color: var(--azul-os);
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
  }

  .track-desktop-portfolio {
    display: none;
  }

  .btn-w {
    font-size: .9375rem;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .close-btn-w.for-scroll {
    margin-right: .25rem;
  }

  .modal-2-popup {
    z-index: 55;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .modal-scroll-content-w {
    padding: .5rem;
  }

  .modal-scroll {
    border-radius: 1rem;
  }

  .modal-w-scroll {
    padding: 2rem 1rem;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-item {
    margin-bottom: 10px;
  }

  .accordion-header {
    padding-left: 15px;
    font-size: 1.5rem;
  }

  .accordion-tab-button {
    padding-left: 10px;
  }

  .accordion-text {
    width: 90%;
    font-size: .9rem;
    line-height: 2;
  }

  .number-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-pane-content {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-25 {
    width: 100%;
    padding-top: 20px;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .div-block-78 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    width: 80%;
  }

  .image-86 {
    transform: scale(2)rotateX(-180deg)rotateY(-180deg)rotateZ(90deg);
  }

  .paragraph-26 {
    width: 90%;
  }

  .image-91 {
    max-width: 35%;
  }

  .modal-2-popup-bita {
    z-index: 55;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    bottom: 0%;
  }

  .div-block-b1 {
    height: 20vh;
    overflow: hidden;
  }

  .modal-scroll-content-w-copy {
    padding: .5rem;
  }

  .div-block-79-copy {
    padding: 0;
    overflow: hidden;
  }

  .modal-w-scroll-copy {
    margin-bottom: 2rem;
    padding: 2rem 1rem;
  }

  .accordion-item-copy {
    margin-bottom: 0;
  }

  .accordion-tab-button-copy {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .number-div-wrapper-copy {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-header-copy {
    padding-left: 0;
    font-size: .8rem;
    line-height: .8rem;
  }

  .accordion-pane-content-copy {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-text-copy {
    width: 90%;
    font-size: .9rem;
    line-height: 2;
  }

  .image-93 {
    height: 200px;
    top: 30px;
  }

  .image-92-copy {
    max-width: 80%;
  }

  .heading-28 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .div-block-b1-copy {
    height: 20vh;
  }

  .image-93-copy {
    height: 200px;
    top: 30px;
  }

  .accordion-header-copy-copy, .accordion-left {
    padding-left: 0;
    font-size: .8rem;
    line-height: .8rem;
  }

  .text-block-38 {
    width: 80%;
    font-size: 1rem;
    line-height: 1rem;
  }

  .text-block-39 {
    width: 90%;
    font-size: 1rem;
    line-height: 1rem;
  }

  .image-93-4 {
    height: 200px;
    top: 30px;
  }

  .image-93-5 {
    width: 100%;
    height: auto;
    top: 20px;
  }

  .link {
    font-size: .5rem;
    line-height: .8rem;
    display: flex;
  }

  .div-block-83 {
    width: 90%;
  }

  .container-12 {
    width: 100%;
    padding: .25rem;
  }

  .menu-contact-item-mob {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .menu-contact-item-hide {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: none;
  }

  .hero-section-pp {
    background-image: linear-gradient(180deg, transparent 74%, var(--colorblack) 91%), linear-gradient(to bottom, #000000d1, #000000d1), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: auto;
    display: block;
    position: static;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, #010101 0% 5%, #010101 95% 100%);
    mask-image: linear-gradient(90deg, #010101 0% 5%, #010101 95% 100%);
  }

  .hero-section-wrapper-pp {
    z-index: 4;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    top: 0;
  }

  .hero-section-background-pp {
    z-index: 2;
    background-image: linear-gradient(180deg, var(--colorblack) 32%, transparent 90%), linear-gradient(180deg, black 10%, transparent 44%), url('../images/planetYellow.svg'), url('../images/planeta-oscuro-paisaje-espacial_23-2151889118.jpg'), url('../images/fondo-galaxia-estilo-fantasia_23-2151114323.jpg');
    opacity: 5;
    background-position: 0 0, 0 0, 20vw 80%, 50%, 65vw 100%;
    background-repeat: repeat, repeat, no-repeat, repeat, repeat;
    background-size: auto, auto, 600px, cover, auto;
    background-attachment: scroll, scroll, fixed, scroll, scroll;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 110vh;
    display: flex;
    position: absolute;
  }

  .div-block-85 {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-item-link-hide {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-left: 0%;
    text-decoration: none;
    display: none;
  }

  .menu-item-link-mobiles {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-left: 0%;
    text-decoration: none;
    display: flex;
  }

  #w-node-c96a6b2a-45a0-0b9d-8a06-0fb2bda75bdd-8aa2cd48, #w-node-ee5bf718-8829-673a-43fb-aa39cc5f07ef-8aa2cd48 {
    place-self: end stretch;
  }
}


@font-face {
  font-family: 'Bunya Personal';
  src: url('../fonts/BUNYA-REGULAR_PERSONAL.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-ExtraBoldNarrow.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}