body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 20px;
}

.body {
  overflow: visible;
  background-color: #000;
  font-family: Oswald, sans-serif;
  color: #d1d0d1;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

.body.hidden {
  overflow: hidden;
}

.section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
  color: #161516;
}

.logo_wrapp {
  position: fixed;
  left: 40px;
  top: 15px;
  right: auto;
  bottom: auto;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin: 0vw;
  padding: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 750px;
  perspective: 750px;
  -webkit-transition: -webkit-transform 55ms ease-in-out;
  transition: -webkit-transform 55ms ease-in-out;
  transition: transform 55ms ease-in-out;
  transition: transform 55ms ease-in-out, -webkit-transform 55ms ease-in-out;
  font-family: Gothampro;
  color: #d1d0d1;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}

.logo_wrapp:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.logo_wrapp.w--current {
  top: 15px;
  right: auto;
  bottom: auto;
  margin-top: 0vh;
  margin-left: 0px;
}

.logo_wrapp.spicy {
  position: -webkit-sticky;
  position: sticky;
  top: 1em;
  z-index: 40;
  overflow: visible;
  width: 5em;
  height: 5em;
  margin-top: 1em;
  margin-bottom: 1.5em;
  margin-left: 35px;
  background-image: none;
  -webkit-transform: translate3d(0px, 0px, 10px);
  transform: translate3d(0px, 0px, 10px);
  -webkit-transition: -webkit-transform 50ms ease-in-out;
  transition: -webkit-transform 50ms ease-in-out;
  transition: transform 50ms ease-in-out;
  transition: transform 50ms ease-in-out, -webkit-transform 50ms ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scroll {
  position: relative;
  z-index: 0;
  display: block;
  height: 1000vh;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28.125em;
  height: 100%;
  min-height: auto;
  margin-top: 0px;
  margin-right: 140px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: min-content 10px min-content;
  grid-template-rows: -webkit-min-content -webkit-min-content;
  grid-template-rows: min-content min-content;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  font-size: 20px;
  line-height: 20px;
}

.col.inv {
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.inv.hidden {
  display: none;
}

.horizontal-scroll {
  position: relative;
  top: 17.5vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  margin-right: 0vw;
  margin-left: 100px;
  padding: 40px 220px 40px 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.work-descr {
  position: static;
  z-index: 20;
  display: inline-block;
  width: auto;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

.h1 {
  position: relative;
  z-index: 200;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #c91f22;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: default;
}

.number {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  padding-top: 40px;
  mix-blend-mode: normal;
}

.letras {
  position: relative;
  z-index: 3;
  margin-left: 24px;
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 500;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  cursor: default;
  mix-blend-mode: difference;
}

.line {
  position: relative;
  z-index: 3;
  height: 4px;
  margin-top: 24px;
  margin-left: -24px;
  background-color: #c91f22;
}

.scroll-progress {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: block;
  width: 100vw;
  height: 5px;
}

.progress {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 12;
  width: 100%;
  background-color: #c91f22;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5000;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.preloader-col {
  display: block;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d1d0d1;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.preloader-col-2 {
  height: 100%;
  background-color: #c91f22;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.gif {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: var(--image-i2bb8a3be);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.gif.is__mk {
  background-image: var(--image-i52fc19ce);
}

.gif.is__rd {
  background-image: var(--image-i3b527a2a);
  background-position: 20% 50%;
}

.gif.is__bd {
  background-image: var(--image-a04d81f);
}

.gif.has_img {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.wrapper {
  position: relative;
  z-index: 2;
  display: block;
}

.wrapper.ecom {
  font-family: Poppins, sans-serif;
}

.wrapper.drone {
  overflow: hidden;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.final_section {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0vh;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gothampro;
  font-size: 42px;
  line-height: 42px;
  font-weight: 900;
  text-align: center;
  mix-blend-mode: normal;
}

.thx__text {
  position: relative;
  max-width: none;
  border-radius: 0px;
  color: #c91f22;
  font-size: 100%;
  line-height: 1em;
  text-align: left;
  text-shadow: 1px 1px 4px #000;
}

.gif_wrapp.is__gif {
  position: relative;
  z-index: 1;
  overflow: visible;
  width: 100%;
  height: 13.75em;
  -webkit-transition: -webkit-filter 350ms ease-in-out;
  transition: -webkit-filter 350ms ease-in-out;
  transition: filter 350ms ease-in-out;
  transition: filter 350ms ease-in-out, -webkit-filter 350ms ease-in-out;
}

.gif_wrapp.is__gif.is__av {
  position: relative;
  width: 100%;
  height: 13.75em;
  -webkit-transition-property: none;
  transition-property: none;
}

.gif_wrapp.is__gif.is__av:hover {
  -webkit-filter: none;
  filter: none;
}

.gif_wrapp.is__gif.is__rd:hover {
  -webkit-filter: none;
  filter: none;
}

.gif_wrapp.is__gif.is__mk:hover {
  -webkit-filter: none;
  filter: none;
}

.image {
  position: relative;
  z-index: 32;
  width: 7.5em;
  min-width: 7.5em;
  color: #ec696b;
}

.image.is__aam {
  width: 7.5em;
}

.image.a1_img {
  height: 4.5em;
}

.image.a2_img {
  height: 4.5em;
}

.image.a3_img {
  height: 2em;
}

.image.a4_img {
  height: 0.7em;
}

.image.a5_img {
  height: 5em;
}

.image.a6_img {
  height: 4em;
}

.image.b1_img {
  height: 7em;
}

.image.b2_img {
  height: 2.4em;
}

.image.b3_img {
  height: 1.4em;
}

.image.b4_img {
  width: 7.2em;
  height: 7.2em;
}

.image.b5_img {
  height: 4.5em;
}

.image.b6_img {
  height: 3em;
}

.image.c1_img {
  height: 1.3em;
}

.image.c2_img {
  height: 4.8em;
}

.image.c3_img {
  height: 7.2em;
}

.image.c4_img {
  height: 3.5em;
}

.image.c5_img {
  height: 3em;
}

.image.c6_img {
  height: 3.6em;
}

.reels_section {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0px;
  bottom: 0%;
  z-index: 31;
  display: block;
  width: 100vw;
  height: 0px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36));
  -webkit-backdrop-filter: invert(100%) blur(3px);
  backdrop-filter: invert(100%) blur(3px);
  -webkit-transition: border-radius 650ms ease-in-out, height 650ms ease-in-out;
  transition: border-radius 650ms ease-in-out, height 650ms ease-in-out;
}

.reels_section.activo {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 31;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  padding: 5vw 16vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36));
  -webkit-filter: none;
  filter: none;
  -webkit-backdrop-filter: invert(100%) blur(3px);
  backdrop-filter: invert(100%) blur(3px);
  -webkit-transition: border-radius 400ms ease-in-out, height 400ms ease-in-out;
  transition: border-radius 400ms ease-in-out, height 400ms ease-in-out;
  -o-object-fit: fill;
  object-fit: fill;
}

.showreel_embed {
  position: relative;
  display: none;
  overflow: hidden;
  width: 0%;
  height: 0%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  opacity: 0;
  -webkit-transition: height 350ms ease-in-out, opacity 600ms ease-in-out, width 350ms ease-in-out;
  transition: height 350ms ease-in-out, opacity 600ms ease-in-out, width 350ms ease-in-out;
  cursor: none;
}

.showreel_embed.is__running {
  position: relative;
  top: 0px;
  bottom: 0px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition-duration: 350ms, 800ms, 350ms;
  transition-duration: 350ms, 800ms, 350ms;
}

.video_div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 74vw;
  height: 0vh;
  max-height: none;
  max-width: none;
  margin: 0px auto;
  padding: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  -webkit-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out;
  cursor: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.video_div.is__running {
  position: relative;
  top: 0vh;
  overflow: hidden;
  width: 74vw;
  height: 60vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 22px;
  background-color: #000;
}

.page_wrapper {
  position: relative;
}

.global-css-elements {
  position: relative;
}

.global-css-elements-embed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 0px;
  height: 0px;
}

.menu_section {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 1700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 0vh;
  margin: 0px auto auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  mix-blend-mode: difference;
}

.menu_section.active {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 0% 0px 0px 0%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-perspective-origin: 0% 0%;
  perspective-origin: 0% 0%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  mix-blend-mode: difference;
}

.menu_wrapp {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 0px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px 0% 0%;
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(.69, .001, .298, .995), height 600ms ease-in-out;
  transition: opacity 250ms cubic-bezier(.69, .001, .298, .995), height 600ms ease-in-out;
}

.menu_wrapp.active {
  position: absolute;
  top: 0vh;
  right: 0vw;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  border-radius: 0%;
  opacity: 1;
  -webkit-transition: opacity 600ms cubic-bezier(.702, .001, .287, .995), height 800ms ease-in-out;
  transition: opacity 600ms cubic-bezier(.702, .001, .287, .995), height 800ms ease-in-out;
  mix-blend-mode: normal;
}

.logo-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 100%;
  -webkit-filter: brightness(10000%);
  filter: brightness(10000%);
  -webkit-transform: translate3d(0px, 0px, 30px) perspective(750px);
  transform: translate3d(0px, 0px, 30px) perspective(750px);
  -webkit-transition: -webkit-filter 200ms ease-in-out, -webkit-transform 50ms ease-in-out, -webkit-filter 600ms ease-in-out;
  transition: -webkit-filter 200ms ease-in-out, -webkit-transform 50ms ease-in-out, -webkit-filter 600ms ease-in-out;
  transition: filter 200ms ease-in-out, transform 50ms ease-in-out, filter 600ms ease-in-out;
  transition: filter 200ms ease-in-out, transform 50ms ease-in-out, filter 600ms ease-in-out, -webkit-filter 200ms ease-in-out, -webkit-transform 50ms ease-in-out, -webkit-filter 600ms ease-in-out;
  color: #ec696b;
  -o-object-fit: fill;
  object-fit: fill;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.logo-lines {
  position: absolute;
  z-index: 5;
  width: 55px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 45%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out;
}

.logo-lines.is_line_2 {
  z-index: 1;
  display: block;
  width: 47px;
  height: 53px;
}

.logo-lines.is_line_2.tiny {
  width: 75%;
}

.logo-lines.is_line_3 {
  display: block;
  width: 51px;
  height: 40px;
}

.logo-lines.tiny {
  display: none;
  width: 100%;
  height: 85%;
  -webkit-transition: border-color 550ms ease-in-out, -webkit-transform 50ms ease-in-out;
  transition: border-color 550ms ease-in-out, -webkit-transform 50ms ease-in-out;
  transition: transform 50ms ease-in-out, border-color 550ms ease-in-out;
  transition: transform 50ms ease-in-out, border-color 550ms ease-in-out, -webkit-transform 50ms ease-in-out;
}

.subname {
  position: relative;
  z-index: 5;
  margin-left: 1px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 3px;
  cursor: default;
}

.name__div {
  position: relative;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.name__div.is__sr {
  position: relative;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.sections {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 34;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 0%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}

.sections.is__running {
  position: relative;
  z-index: 35;
  overflow: auto;
  width: 100%;
  height: 70%;
  margin-top: 0px;
  border-radius: 20px;
  background-color: #000;
  opacity: 1;
}

.layout {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: block;
  overflow: hidden;
  margin-top: 0em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 10px 0px 0px 10px;
  opacity: 1;
}

.div {
  display: block;
}

.div__h1 {
  position: relative;
}

.div__grid {
  position: relative;
  height: 22em;
  padding: 0px;
  background-color: #000;
}

.div__grid.is__2 {
  padding: 10px;
}

.text__h1 {
  text-transform: uppercase;
}

.text__h1.h1 {
  z-index: 0;
  height: 1.5em;
  padding-top: 12px;
  background-color: #000;
  text-align: center;
  text-decoration: none;
}

.text__h1.clientes {
  height: 1em;
  margin-right: 25px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 35px;
  line-height: 30px;
  white-space: normal;
}

.text__h1.clientes.h1 {
  margin-right: 0px;
  padding-top: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 95%;
  line-height: 1em;
  letter-spacing: 2px;
}

.div__h2 {
  position: relative;
  -webkit-perspective: 99px;
  perspective: 99px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.text__h2 {
  position: relative;
  height: 1.5em;
  padding-top: 12px;
  background-color: #c91f22;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform: rotateX(0deg) rotateY(63deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(63deg) rotateZ(0deg);
  font-family: Poppins, sans-serif;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.grid {
  position: relative;
  width: 100%;
  height: 100%;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: rgba(99, 99, 99, 0.43);
  color: #fff;
}

.grid.is__2 {
  height: 100%;
}

.description {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-left: 140px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.desc__text {
  position: relative;
  display: inline;
  height: 1em;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  white-space: normal;
}

.desc__text.is__2 {
  height: 3em;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-weight: 400;
}

.desc__textdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20ch;
  height: 5em;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clientes {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

.clientes.final_section {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  width: 70%;
  height: 220vh;
  margin-right: auto;
  margin-left: auto;
  padding: 10vh 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: none;
  perspective: none;
}

.clientes__grid {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  font-size: 20px;
  line-height: 20px;
}

.clientes__h1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 10px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linea__h1 {
  width: 5px;
  height: 1em;
  min-width: 0px;
  margin-right: 20px;
  background-color: #c91f22;
}

.image__div {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.image__div:hover {
  background-color: rgba(0, 0, 0, 0.26);
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image__div:active {
  background-color: rgba(0, 0, 0, 0.4);
}

.image__div.is__a1 {
  position: relative;
}

.contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clientes__div {
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
  bottom: 15vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  max-height: none;
  margin: 0px auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-filter 500ms ease-in-out;
  transition: -webkit-filter 500ms ease-in-out;
  transition: filter 500ms ease-in-out;
  transition: filter 500ms ease-in-out, -webkit-filter 500ms ease-in-out;
}

.clientes_section {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  width: 0vw;
  height: 100vh;
  margin-left: auto;
  padding: 0px;
  border-top-left-radius: 100%;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 100%;
  background-color: rgba(43, 43, 43, 0.65);
  -webkit-backdrop-filter: invert(100%) blur(3px);
  backdrop-filter: invert(100%) blur(3px);
  -webkit-transition: all 650ms ease-in-out;
  transition: all 650ms ease-in-out;
}

.clientes_section.activo {
  top: 0px;
  bottom: 0px;
  z-index: 30;
  width: 100%;
  height: 100vh;
  border-radius: 0%;
  -webkit-backdrop-filter: invert(100%) blur(3px);
  backdrop-filter: invert(100%) blur(3px);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.clientes_wrapp {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 31;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0vw;
  height: 100vh;
  padding-top: 20vh;
  padding-bottom: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  background-color: rgba(43, 43, 43, 0.8);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.clientes_wrapp.activo {
  z-index: 31;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding: 15vh 13vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
  background-color: rgba(43, 43, 43, 0.8);
  opacity: 1;
}

.thx {
  position: relative;
  overflow: hidden;
  width: auto;
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: width 50ms ease-in-out;
  transition: width 50ms ease-in-out;
}

.footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vh;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: rgba(209, 208, 209, 0.51);
  mix-blend-mode: normal;
}

.lay {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  padding: 75px 50px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reels_wrapp {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 0vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0vh 16vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  -webkit-transition: border-radius 500ms ease-in-out, height 500ms ease-in-out;
  transition: border-radius 500ms ease-in-out, height 500ms ease-in-out;
}

.reels_wrapp.activo {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  padding: 20vh 13vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
  background-color: transparent;
  opacity: 1;
  -webkit-backdrop-filter: invert(100%);
  backdrop-filter: invert(100%);
  -webkit-transition: border-radius 500ms ease-in-out, height 500ms ease-in-out;
  transition: border-radius 500ms ease-in-out, height 500ms ease-in-out;
}

.clientes_video_div {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 0%;
  height: 0em;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  -webkit-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out;
}

.clientes_video_div.is__running {
  position: absolute;
  overflow: visible;
  width: 80%;
  height: 30.9em;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
}

.clientes_video_div.is__running.is__historia {
  width: 31em;
}

.hero_wrap {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.background_embed {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 6;
  width: 120%;
  height: 100%;
  margin: -4vh 0px 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.background_wrapp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 55%;
  margin: 0px auto auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

.background_wrapp.contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(68%, #000), to(#fff));
  background-image: linear-gradient(180deg, #000 68%, #fff);
  -webkit-filter: none;
  filter: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.menu_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 25px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 1;
  mix-blend-mode: normal;
}

.menu_link-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 1em;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none #000;
  border-radius: 10px;
  color: #fff;
  font-size: 2vw;
  line-height: 2vw;
  text-decoration: none;
  text-shadow: 0 0 5px #000;
  mix-blend-mode: difference;
}

.text_wrapp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 1.5vw;
  max-height: none;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text_wrapp.menu {
  overflow: hidden;
  width: auto;
  height: 1em;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 2vw;
  line-height: 2vw;
  white-space: nowrap;
  mix-blend-mode: difference;
}

.menu_info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  font-family: Oswald, sans-serif;
  mix-blend-mode: normal;
}

.madia__img-logo {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 20;
  display: block;
  width: 15vw;
  height: 15vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  mix-blend-mode: color-dodge;
}

.madia__img-logo.is_1 {
  z-index: 19;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.madia__img-logo.is_2 {
  z-index: 18;
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.madia__img-logo.is_3 {
  z-index: 17;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu_background {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 10;
  width: 100vw;
  height: 0vh;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-radius: 0% 0px 0% 0%;
  -webkit-backdrop-filter: blur(3px) invert(100%);
  backdrop-filter: blur(3px) invert(100%);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: height 800ms ease-in-out;
  transition: height 800ms ease-in-out;
}

.menu_background.active {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  margin-top: 0px;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 0px;
  -webkit-backdrop-filter: blur(20px) invert(100%);
  backdrop-filter: blur(20px) invert(100%);
  -webkit-transition-duration: 750ms;
  transition-duration: 750ms;
  mix-blend-mode: normal;
}

.hero_gradient {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(95%, #000));
  background-image: linear-gradient(180deg, transparent 50%, #000 95%);
  color: transparent;
  font-size: 1em;
  line-height: 0.8em;
}

.big_heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 10vw;
  line-height: 0.8em;
  font-weight: 900;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: default;
}

.hero_text_div {
  position: absolute;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none #000;
  border-radius: 0px;
  background-color: #000;
  font-size: 1em;
  line-height: 0.8em;
  mix-blend-mode: difference;
}

.hero_text_div:hover {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bttn_line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: block;
  width: 100%;
  height: 3px;
  margin: auto;
  padding: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border: 1px none #fff;
  border-radius: 0%;
  background-color: #fff;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.bttn_line.inv.on {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bttn_line.on {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_bttn {
  position: fixed;
  left: auto;
  top: 20px;
  right: 40px;
  bottom: auto;
  z-index: 3000;
  overflow: visible;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  cursor: pointer;
}

.menu_bttn:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.menu_bttn:active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.nav_links {
  position: fixed;
  left: auto;
  top: 20px;
  right: 10vw;
  bottom: auto;
  z-index: 1800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 40px;
  padding-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_link {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text {
  position: relative;
  overflow: visible;
  height: auto;
  max-height: none;
  margin-bottom: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  font-size: 1.5vw;
  line-height: 0.9em;
  text-decoration: none;
}

.text.cntct {
  margin-bottom: 40px;
  mix-blend-mode: difference;
}

.black_navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  width: 100%;
  height: 80px;
  min-height: auto;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}

.footer_image {
  width: 10em;
  height: 5em;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
  cursor: default;
  mix-blend-mode: hard-light;
}

.contact_div {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 70%;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  mix-blend-mode: difference;
}

.contact_div.is__2 {
  width: 60%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  mix-blend-mode: difference;
}

.contact_speech {
  width: 100%;
  height: 40%;
  text-align: left;
}

.speech {
  position: relative;
  margin-bottom: 15px;
  border: 0px none #000;
  opacity: 1;
  font-size: 0.8em;
  line-height: 1.1em;
  text-shadow: 1px 1px 5px #000;
  mix-blend-mode: normal;
}

.speech_ref {
  margin-bottom: 10px;
}

.speech_ref-sub.speech {
  color: #d1d0d1;
  mix-blend-mode: difference;
}

.contact_bg-embed {
  position: absolute;
  left: auto;
  top: -25vh;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0vh;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg_div {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 130vw;
  height: 120vh;
  margin-top: -5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg_div.front {
  z-index: 10;
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #000), color-stop(65%, transparent));
  background-image: linear-gradient(180deg, #000 6%, transparent 65%);
  -webkit-backdrop-filter: brightness(120%);
  backdrop-filter: brightness(120%);
}

.contact_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text_txt {
  text-shadow: 1px 1px 6px #000;
  mix-blend-mode: normal;
}

.footer_grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.footer_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
}

.footer_div._1 {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1em;
  line-height: 1em;
}

.footer_div.redes {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-left: 20px;
  justify-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: -webkit-min-content -webkit-min-content;
  -ms-grid-rows: min-content min-content;
  grid-template-rows: -webkit-min-content -webkit-min-content;
  grid-template-rows: min-content min-content;
  -webkit-perspective: none;
  perspective: none;
}

.footer_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 1em;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #000;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.footer_link:hover {
  border-left: 1px none #000;
  box-shadow: -6px 0 0 0 #000;
}

.footer_link:active {
  box-shadow: -3px 0 0 0 #000;
}

.text_ftr-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 1em;
  min-height: 1em;
  margin-top: 0px;
  margin-bottom: 0.3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  color: #000;
  font-size: 0.7em;
  line-height: 0.9em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.5px;
}

.link_ubicacion {
  margin-bottom: 10px;
  opacity: 1;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  color: #36e0dd;
  text-decoration: none;
  mix-blend-mode: difference;
}

.link_ubicacion:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  text-shadow: 1px 0 2px #fff;
}

.link_ubicacion:active {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  text-shadow: 0 0 2px #fff;
}

.text_direction {
  margin-bottom: 10px;
  color: #000;
  font-weight: 400;
}

.phone_number {
  color: #000;
  font-weight: 400;
}

.img {
  position: relative;
  display: inline-block;
  width: 110%;
  height: 110%;
  max-height: none;
  max-width: none;
  text-align: right;
}

.stay_conected {
  margin-bottom: 10px;
  color: #868686;
}

.img_div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

.img_div:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  mix-blend-mode: normal;
}

.img_div:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.grey_lay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-filter: invert(100%);
  filter: invert(100%);
  mix-blend-mode: normal;
}

.media__img-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 15vw;
  margin: auto auto 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu_bttn-off {
  position: fixed;
  left: auto;
  top: 20px;
  right: 40px;
  bottom: auto;
  z-index: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  cursor: pointer;
}

.menu_bttn-off.on {
  position: fixed;
  z-index: 3005;
}

.menu_info-div {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 75%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: transparent;
  line-height: 16px;
  font-style: normal;
  text-transform: uppercase;
  mix-blend-mode: normal;
}

.menu_location {
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  color: #d10000;
  font-size: 4em;
  line-height: 1em;
  font-weight: 500;
  text-decoration: none;
  text-shadow: 2px 2px 2px #525252;
  mix-blend-mode: hard-light;
}

.menu_direction {
  position: relative;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1px;
  white-space: normal;
}

.menu_cp {
  position: static;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 1px;
}

.menu_h2 {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 2.3vw;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 1px;
}

.menu_tel {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1.8vw;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 1px;
}

.menu_mail {
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1.8vw;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 1px;
}

.menu_redes-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px none #000;
}

.menu_social-img {
  width: 120%;
  height: 120%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.menu_social-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.menu_social-link:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.menu_social-link:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.other_hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 13.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  font-size: 20px;
}

.movil_hero-img {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  bottom: 0px;
  z-index: 15;
  width: auto;
  max-width: none;
  margin-top: auto;
}

.ecom_sec1 {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 406px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: var(--image-i49137ee9);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
}

.color_div {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 8px;
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #000);
}

.color_div.red {
  z-index: 20;
  height: 14px;
  background-color: #c91f22;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, #000);
}

.sec1_div {
  position: relative;
  height: 2em;
  margin-bottom: 20px;
}

.sec1_h1 {
  position: relative;
  width: auto;
  margin-bottom: 30px;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.sec1_bttn {
  position: relative;
  width: auto;
  height: auto;
  padding: 10px;
  border: 1.5px solid #fff;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 0 0 rgba(0, 0, 0, 0.85);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  color: #fff;
  text-decoration: none;
}

.sec1_bttn:active {
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.85);
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.sec1_bttn-text {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.7em;
  line-height: 1.2em;
  text-align: center;
}

.ecom_sec2 {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 312px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.sec2_text {
  position: relative;
  font-size: 0.9em;
  line-height: 1.2em;
  letter-spacing: 0.5px;
}

.sec2_div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ecom_sec3 {
  position: relative;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 324px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.shop_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.shop_div.mercado_div {
  background-color: #feef72;
  background-image: var(--image-i5b8989d7);
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.shop_div.shopify_div {
  background-color: #5b7b3c;
  background-image: var(--image-i13bd4394);
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.shop_div.amazon_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #428bb4;
  background-image: var(--image-6eb5899e);
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.ecom_sec4 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 494px;
  padding: 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #df9638;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.sec3_text {
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.sec4_sub-text {
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
}

.sec4_text {
  color: #000;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
}

.alt_pages_footer {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 50px 0px 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
}

.movil_footer-h1 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 3.5vw;
  line-height: 1em;
  font-weight: 700;
}

.enterp_footer-mail {
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.8vw;
  line-height: 1em;
  font-weight: 300;
}

.redes_footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.movil_footer-social-img {
  width: 45.000003814697266px;
  height: 44px;
  max-width: none;
}

.movil_footer-link-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_img-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_img-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
}

.movil_hero-text {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
}

.drone_sec1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 647px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: var(--image-272f62ec);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.drone_sec1-text {
  position: relative;
  width: 60%;
  background-image: radial-gradient(circle closest-corner at 50% 50%, #000, transparent);
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 16px #fff;
  mix-blend-mode: difference;
}

.movil_text-sec {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5em;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.sec-text {
  position: relative;
  width: auto;
  color: #fff;
  font-size: 3.2em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
}

.sec-text.in_line {
  width: auto;
  font-size: 3em;
  line-height: 1em;
  white-space: nowrap;
}

.sec-text.is_small {
  width: 16ch;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  font-size: 1.3em;
  line-height: 1.3em;
  text-align: right;
  white-space: normal;
}

.sec-text.is_enter {
  width: 60%;
  white-space: normal;
}

.drone_serv-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: var(--image-i31b587b6);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.drone_serv-sec.turismo {
  background-image: var(--image-13f44c21);
}

.drone_serv-sec.eventos {
  background-image: var(--image-i3329256e);
}

.drone_serv-sec.video360 {
  background-image: var(--image-7f2e202c);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.drone_serv-sec_text-wrapp {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  padding-top: 4em;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: normal;
}

.drone_tiny-text {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: 1px;
  mix-blend-mode: difference;
}

.drone_big-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 9em;
  line-height: 1em;
  font-weight: 900;
  white-space: nowrap;
  mix-blend-mode: difference;
}

.enterp_sec1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 675px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: var(--image-c053c89);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.enterp_sec2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 6em;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  background-image: var(--image-6279ab69);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.enterp_sec3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.enterp_text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 340px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.enterp_text-div.is_termo {
  overflow: hidden;
  background-color: #000;
}

.enterp_small-text {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 15px;
  font-size: 1.5em;
  line-height: 1em;
}

.enterp_big-text {
  margin-left: auto;
  font-size: 14.5em;
  line-height: 0.8em;
  white-space: nowrap;
}

.enterp_big-text.is_divided {
  margin-left: 0px;
  font-size: 10em;
}

.enterp_big-text.is_divided.is_down {
  margin-left: 160px;
}

.enterp_sec4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60em;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: var(--image-6279ab69);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.enterp_sec5 {
  height: 1090px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000;
  background-image: var(--image-6279ab69);
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.enterp_sec6 {
  height: 1185px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000;
  background-image: var(--image-6279ab69);
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.video_cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  cursor: default;
}

.video_cover.is__hide {
  display: none;
}

.spicy-preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b2b2b;
  opacity: 1;
}

.preloader_anim-line {
  position: absolute;
  z-index: 10;
  width: 5em;
  height: 5em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 4px solid #fff;
}

.preloader_anim-line.black {
  z-index: 8;
  border-color: #000;
}

.preloader_anim-line.red {
  z-index: 6;
  border-color: #c91f22;
}

.preloader_anim-line.blue {
  z-index: 4;
  border-color: #36e0dd;
}

.media_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-row-gap: 20px;
}

.menu_location-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 20px;
}

.menu_contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.moda_video {
  width: 100%;
  height: 13.75em;
}

.menu_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h1_menu {
  position: relative;
  z-index: 200;
  font-family: Varela, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.big_text_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img_wrap.img_down {
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.img_background {
  width: 100%;
  max-width: none;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu_email_link {
  color: #fff;
  text-decoration: none;
}

.contact_phone-link {
  color: #fff;
  text-decoration: none;
}

.upgrading_message {
  position: absolute;
  z-index: 51;
}

.upgradfing_text {
  font-size: 2em;
  line-height: 1em;
}

.menu_phone_link {
  color: #fff;
  text-decoration: none;
}

.track-horizontal {
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.track_embed_css {
  position: relative;
  z-index: 0;
  width: 0px;
  height: 0px;
}

.alter_footer-mail_link {
  margin-bottom: 20px;
  text-decoration: none;
}

.little_video-embed {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0px, 0.5em) scale(1.1);
  -ms-transform: translate(0px, 0.5em) scale(1.1);
  transform: translate(0px, 0.5em) scale(1.1);
}

.body_whiteboard {
  background-color: #000;
}

.messenger_wrapp {
  position: fixed;
  left: auto;
  top: auto;
  right: 1.5%;
  bottom: 3%;
  z-index: 50;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 991px) {
  .section {
    position: relative;
    height: 121.1em;
    margin-bottom: 0px;
    padding: 0px 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .scroll {
    height: auto;
  }

  .col {
    width: 100%;
    height: 18em;
    margin-right: 0px;
    margin-bottom: 60px;
    grid-row-gap: 8px;
  }

  .col.inv {
    height: auto;
    margin-bottom: 60px;
  }

  .horizontal-scroll {
    overflow: visible;
    width: 100%;
    height: 108.5em;
    max-width: 80%;
    min-width: 420px;
    margin-left: 0px;
    padding: 0px 0px 66px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .video-wrapper {
    margin-top: 0px;
  }

  .work-descr.inv {
    margin-right: 0px;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .scroll-progress {
    display: none;
  }

  .final_section {
    position: relative;
    top: 0px;
    display: block;
    height: auto;
    padding: 20vh 0vh 0vh;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-size: 20px;
    line-height: 20px;
  }

  .video_div.is__running {
    height: 50vh;
  }

  .clientes.final_section {
    position: relative;
    width: 90%;
    height: auto;
    margin-bottom: 20vh;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .clientes__grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .contact {
    position: relative;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .thx {
    margin-right: 20px;
  }

  .footer {
    position: relative;
    height: 75vw;
  }

  .background_embed {
    -webkit-transform: scale(1.83);
    -ms-transform: scale(1.83);
    transform: scale(1.83);
  }

  .menu_link-div {
    font-size: 20px;
    line-height: 20px;
  }

  .text_wrapp.menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    font-size: 1em;
    line-height: 1em;
  }

  .madia__img-logo {
    width: 10em;
    height: 10em;
  }

  .nav_links {
    display: none;
  }

  .text.cntct {
    margin-bottom: 20px;
  }

  .contact_div {
    padding-top: 0px;
  }

  .contact_bg-embed {
    margin-top: 5vh;
  }

  .footer_grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .media__img-div {
    width: 10em;
    height: 10em;
  }

  .menu_location {
    font-size: 3em;
  }

  .menu_direction {
    font-size: 1.1em;
  }

  .menu_cp {
    font-size: 1.1em;
  }

  .menu_h2 {
    font-size: 1.2em;
  }

  .menu_tel {
    font-size: 0.8em;
    line-height: 1em;
  }

  .menu_mail {
    font-size: 0.8em;
    line-height: 1em;
  }

  .alt_pages_footer {
    padding-bottom: 140px;
  }

  .enterp_footer-mail {
    margin-bottom: 20px;
    font-size: 2vw;
    line-height: 1em;
  }

  .redes_footer-div {
    width: 40vw;
  }

  .movil_footer-social-img {
    width: 40px;
    height: 40px;
  }

  .movil_footer-link-div {
    width: 40px;
    height: 40px;
  }

  .drone_sec1-text {
    font-size: 3em;
  }

  .sec-text {
    width: 60%;
    font-size: 1.9em;
  }

  .sec-text.in_line {
    font-size: 2.6em;
  }

  .sec-text.is_small {
    width: 15ch;
    font-size: 0.8em;
  }

  .drone_big-text {
    font-size: 4em;
  }

  .enterp_sec1 {
    height: 30em;
  }

  .enterp_text-div {
    height: 12.5em;
  }

  .enterp_small-text {
    margin-left: 8px;
    font-size: 1.2em;
  }

  .enterp_big-text {
    font-size: 7em;
  }

  .enterp_big-text.is_divided {
    font-size: 4.5em;
  }

  .enterp_sec4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .enterp_sec5 {
    height: 45em;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .enterp_sec6 {
    height: 50em;
    padding-top: 50px;
    padding-bottom: 61px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    position: relative;
    height: auto;
    padding: 100px 20px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo_wrapp {
    position: fixed;
    top: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .logo_wrapp.w--current {
    position: fixed;
  }

  .scroll {
    height: auto;
  }

  .col {
    width: 100%;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .col.inv {
    margin-bottom: 60px;
  }

  .horizontal-scroll {
    top: 0vh;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-width: 500px;
    min-width: 420px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .video-wrapper {
    width: 100%;
    min-height: 160px;
    min-width: auto;
  }

  .work-descr {
    margin-top: 0px;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .work-descr.inv {
    margin-right: 0px;
    margin-left: auto;
  }

  .h1 {
    font-size: 36px;
    line-height: 36px;
  }

  .number {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    padding-top: 32px;
  }

  .line {
    margin-top: 16px;
    margin-left: -8px;
  }

  .scroll-progress {
    display: none;
  }

  .gif {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .final_section {
    position: relative;
    display: block;
    height: auto;
    margin-bottom: 100px;
    padding-right: 0px;
    padding-bottom: 0vh;
    padding-left: 0px;
    font-size: 36px;
    line-height: 36px;
    text-align: left;
  }

  .gif_wrapp.is__gif {
    width: 100%;
    height: 100%;
  }

  .gif_wrapp.is__gif.is__av {
    width: 100%;
    height: 100%;
  }

  .image {
    width: 6.5em;
    height: auto;
    min-width: 6.5em;
  }

  .image.a1_img {
    height: auto;
  }

  .image.a2_img {
    height: auto;
  }

  .image.a3_img {
    height: auto;
  }

  .image.a4_img {
    height: auto;
  }

  .image.a5_img {
    height: auto;
  }

  .image.a6_img {
    height: auto;
  }

  .image.b1_img {
    height: auto;
  }

  .image.b2_img {
    height: auto;
  }

  .image.b3_img {
    height: auto;
  }

  .image.b4_img {
    width: 6.5em;
    height: auto;
  }

  .image.b5_img {
    height: auto;
  }

  .image.b6_img {
    height: auto;
  }

  .image.c1_img {
    height: auto;
  }

  .image.c2_img {
    height: auto;
  }

  .image.c3_img {
    height: auto;
  }

  .image.c4_img {
    height: auto;
  }

  .image.c5_img {
    height: auto;
  }

  .image.c6_img {
    height: auto;
  }

  .page_wrapper {
    width: 100%;
  }

  .sections_wrapp {
    width: 100%;
    max-width: none;
  }

  .menu_wrapp.active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .subname.inv {
    text-align: right;
  }

  .text__h1.clientes.h1 {
    height: 1em;
    font-size: 0.7em;
  }

  .clientes.final_section {
    position: relative;
    width: 90%;
    height: auto;
  }

  .clientes__grid {
    position: relative;
    overflow: visible;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    font-size: 20px;
    line-height: 20px;
  }

  .image__div.is__a1 {
    width: 100%;
  }

  .contact {
    position: relative;
    height: 180vh;
  }

  .clientes__div {
    position: relative;
    top: 20vh;
    bottom: 20vh;
    height: auto;
    max-height: none;
  }

  .clientes_wrapp.activo {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .thx {
    font-size: 20px;
    line-height: 20px;
  }

  .footer {
    height: 100vw;
  }

  .lay {
    height: 110vh;
    padding-top: 0px;
    padding-right: 34px;
    padding-left: 34px;
  }

  .clientes_video_div.is__running.is__historia {
    width: 10em;
  }

  .hero_wrap {
    margin-bottom: -5px;
  }

  .background_embed {
    -webkit-transform: scale(1.62);
    -ms-transform: scale(1.62);
    transform: scale(1.62);
  }

  .background_wrapp.contact {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-bottom: 0px;
  }

  .menu_div {
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .menu_link-div {
    height: 1em;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
  }

  .text_wrapp.menu {
    height: 1em;
  }

  .menu_info {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .madia__img-logo {
    width: 5em;
    height: 5em;
  }

  .hero_text_div {
    padding-right: 5px;
    padding-left: 5px;
  }

  .menu_bttn {
    top: 10px;
  }

  .text.cntct {
    margin-bottom: 0px;
  }

  .black_navbar {
    height: 60px;
  }

  .contact_div {
    height: auto;
    padding-top: 0px;
  }

  .contact_div.is__2 {
    height: auto;
    padding-top: 0px;
    font-size: 20px;
    line-height: 20px;
  }

  .contact_speech {
    height: auto;
  }

  .contact_bg-embed {
    top: -33.4vh;
    width: 157%;
    height: 150%;
    margin-top: -20vh;
  }

  .bg_div.front {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 71vh;
    margin-right: auto;
    margin-left: auto;
  }

  .text_txt {
    font-size: 1.6em;
    line-height: 1em;
  }

  .footer_grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer_div {
    padding-top: 60px;
  }

  .footer_div._1 {
    margin-bottom: auto;
    padding-top: 0px;
  }

  .footer_div.redes {
    padding-top: 30px;
  }

  .media__img-div {
    display: none;
    width: 5em;
    height: 5em;
    margin-bottom: 20px;
  }

  .menu_info-div {
    width: 100%;
    height: 80%;
    margin-top: auto;
    margin-bottom: 20px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
  }

  .menu_location {
    margin-bottom: 10px;
    font-size: 1.6em;
  }

  .menu_direction {
    margin-bottom: 0px;
    font-size: 0.7em;
    text-align: center;
  }

  .menu_cp {
    font-size: 0.7em;
  }

  .menu_h2 {
    margin-bottom: 5px;
    font-size: 0.9em;
    text-align: center;
  }

  .menu_tel {
    margin-bottom: 5px;
    font-size: 0.7em;
  }

  .menu_mail {
    margin-bottom: 0px;
    font-size: 0.7em;
    text-align: center;
  }

  .menu_redes-div {
    margin-right: auto;
    margin-left: auto;
  }

  .menu_social-img {
    width: 1.5em;
    height: 1.5em;
  }

  .menu_social-link {
    width: 1.5em;
    height: 1.5em;
  }

  .alt_pages_footer {
    padding-bottom: 100px;
  }

  .movil_footer-h1 {
    margin-bottom: 10px;
    font-size: 5vw;
  }

  .enterp_footer-mail {
    font-size: 3vw;
  }

  .redes_footer-div {
    width: 45vw;
  }

  .movil_footer-social-img {
    width: 30px;
    height: 30px;
  }

  .movil_footer-link-div {
    width: 30px;
    height: 30px;
  }

  .footer_img-wrapp {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .drone_sec1 {
    height: 120vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .drone_sec1-text {
    width: 90%;
    font-size: 2.5em;
    text-align: center;
  }

  .sec-text {
    width: 75%;
  }

  .sec-text.in_line {
    font-size: 2.3em;
  }

  .sec-text.is_small {
    width: 18ch;
    font-size: 0.7em;
  }

  .drone_serv-sec_text-wrapp {
    padding-top: 3em;
    background-color: transparent;
  }

  .enterp_sec1 {
    height: 18em;
  }

  .enterp_small-text {
    margin-left: 5px;
    font-size: 1em;
  }

  .enterp_big-text {
    font-size: 5em;
  }

  .enterp_big-text.is_divided {
    font-size: 3em;
  }

  .enterp_big-text.is_divided.is_down {
    margin-left: 100px;
  }

  .preloader_anim-line {
    width: 3em;
    height: 3em;
  }

  .media_links {
    width: auto;
    margin-top: auto;
    grid-column-gap: 10px;
  }

  .menu_location-div {
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu_contact-div {
    margin-bottom: 15px;
  }

  .h1_menu {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 100px;
  }

  .logo_wrapp {
    position: fixed;
    top: 10px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .logo_wrapp.w--current {
    top: 10px;
  }

  .scroll {
    height: auto;
  }

  .col {
    height: 13.5em;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-size: 20px;
    line-height: 20px;
    mix-blend-mode: difference;
  }

  .col.inv {
    height: auto;
    margin-bottom: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .horizontal-scroll {
    max-width: none;
    min-width: auto;
    margin-left: 0px;
    padding-top: 0px;
  }

  .video-wrapper {
    min-height: 160px;
    margin-top: 0px;
  }

  .work-descr {
    display: block;
    width: 100%;
    margin-top: 0px;
    padding-right: 1px;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .work-descr.inv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-right: 0px;
    margin-left: auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .h1 {
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 30px;
  }

  .number {
    padding-top: 24px;
    mix-blend-mode: difference;
  }

  .letras {
    margin-left: 16px;
    color: #fff;
    font-size: 1.5em;
    line-height: 1em;
    mix-blend-mode: difference;
  }

  .gif {
    background-image: var(--image-38bab33d);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .wrapper {
    border: 1px none #000;
  }

  .wrapper.ecom {
    display: block;
    overflow: visible;
  }

  .wrapper.drone {
    width: auto;
  }

  .wrapper.enterp {
    overflow: hidden;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .final_section {
    padding-top: 0vh;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }

  .gif_wrapp.is__gif.is__av {
    width: 100%;
    height: 100%;
  }

  .image {
    width: 4.5em;
    min-width: 4.5em;
  }

  .video_div.is__running {
    width: 100%;
    height: 25vh;
  }

  .sections_wrapp {
    border: 0px none #000;
  }

  .menu_section.active {
    height: 100vh;
  }

  .menu_wrapp.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-top: 3.5em;
    padding-top: 3vh;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    font-family: Poppins, sans-serif;
  }

  .subname {
    display: inline;
    font-size: 0.7em;
    line-height: 1em;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .subname.inv {
    text-align: right;
  }

  .text__h1.clientes.h1 {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 0.6em;
    line-height: 2.2em;
    text-align: left;
  }

  .clientes.final_section {
    height: auto;
    margin-bottom: 0px;
    padding: 0vh 2vw 20vh;
  }

  .clientes__grid {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .clientes__h1 {
    margin-right: auto;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .linea__h1 {
    position: relative;
    width: 5px;
    height: 1em;
    margin-right: 10px;
  }

  .contact {
    height: auto;
  }

  .clientes__div {
    top: 4em;
    max-height: none;
    margin-bottom: 111px;
  }

  .thx {
    display: block;
  }

  .footer {
    position: relative;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lay {
    height: 15em;
    padding: 40px 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
  }

  .clientes_video_div.is__running.is__historia {
    width: 100%;
  }

  .hero_wrap {
    overflow: hidden;
    height: 100vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .background_embed {
    display: block;
    width: 500%;
    height: 105%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .background_wrapp.contact {
    padding-top: 0px;
    background-image: none;
  }

  .menu_div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 7em;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
    font-size: 20px;
  }

  .menu_link-div {
    height: 1em;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em;
    line-height: 1em;
  }

  .text_wrapp.menu {
    height: 1em;
    font-size: 1em;
    line-height: 1em;
  }

  .menu_info {
    height: 12em;
    margin-top: 0px;
    margin-bottom: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .madia__img-logo {
    position: absolute;
    width: auto;
    height: 100%;
    max-width: none;
    margin: 0px;
  }

  .menu_background {
    background-color: rgba(71, 14, 15, 0.64);
  }

  .menu_background.active {
    height: 100vh;
    background-color: rgba(71, 14, 15, 0.64);
  }

  .big_heading {
    font-size: 9.2vw;
    letter-spacing: 2px;
  }

  .hero_text_div {
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .menu_bttn {
    top: 15px;
  }

  .text.cntct {
    margin-bottom: 10px;
    font-size: 0.6em;
  }

  .black_navbar {
    height: 3.5em;
  }

  .contact_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact_div.is__2 {
    display: block;
    width: 100%;
    padding-top: 0px;
    font-size: 0.8em;
    text-align: left;
  }

  .speech {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contact_bg-embed {
    top: -70vh;
    width: 350%;
    height: 200%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .bg_div {
    margin-top: -94px;
  }

  .bg_div.front {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #000), to(transparent));
    background-image: linear-gradient(180deg, #000 13%, transparent);
  }

  .contact_bg {
    display: block;
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-row-gap: 15px;
  }

  .footer_div {
    display: block;
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .footer_div._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-row-gap: 5px;
  }

  .footer_div.redes {
    padding-right: 20px;
    padding-left: 20px;
    justify-items: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer_link {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link_ubicacion {
    display: block;
  }

  .media__img-div {
    display: none;
    width: 50%;
    height: 50%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .menu_bttn-off {
    top: 15px;
  }

  .menu_info-div {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
  }

  .menu_location {
    font-size: 1.5em;
    text-align: center;
  }

  .menu_direction {
    margin-bottom: 0px;
    font-size: 0.7em;
    letter-spacing: 2px;
  }

  .menu_cp {
    margin-bottom: 0px;
    font-size: 0.7em;
    letter-spacing: 2px;
  }

  .menu_h2 {
    font-size: 0.9em;
    letter-spacing: 2px;
  }

  .menu_tel {
    font-size: 0.7em;
    text-align: center;
    letter-spacing: 1.5px;
  }

  .menu_mail {
    margin-bottom: 0px;
    font-size: 0.7em;
    letter-spacing: 1.5px;
  }

  .menu_redes-div {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-column-gap: 35px;
  }

  .menu_social-img {
    width: 100%;
    height: 100%;
  }

  .other_hero {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 252px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .movil_hero-img {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    bottom: 0px;
    z-index: 15;
    margin-top: auto;
    margin-bottom: 0px;
  }

  .ecom_sec1 {
    position: relative;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 406px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: var(--image-i49137ee9);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    font-family: Poppins, sans-serif;
    font-size: 20px;
  }

  .color_div {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 8px;
    padding: 0px;
    border: 0px none #000;
    background-color: #fff;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, #000);
  }

  .color_div.red {
    z-index: 20;
    height: 14px;
    border-style: none;
    background-color: #c91f22;
  }

  .sec1_div {
    position: relative;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Poppins, sans-serif;
  }

  .sec1_h1 {
    position: relative;
    width: auto;
    margin-bottom: 0px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 2em;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
  }

  .sec1_bttn {
    position: relative;
    width: 90%;
    padding: 10px;
    border: 1.5px solid #fff;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 0 0 rgba(0, 0, 0, 0.85);
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    color: #fff;
    text-decoration: none;
  }

  .sec1_bttn:active {
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.85);
    -webkit-transform: translate(0px, 2px);
    -ms-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }

  .sec1_bttn-text {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-family: Poppins, sans-serif;
    font-size: 0.7em;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: 0.3px;
  }

  .ecom_sec2 {
    position: relative;
    z-index: 6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 312px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    font-size: 20px;
  }

  .sec2_text {
    position: relative;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 0.9em;
    line-height: 1.2em;
    letter-spacing: 0.5px;
  }

  .sec2_div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ecom_sec3 {
    position: relative;
    z-index: 8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 324px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
  }

  .shop_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .shop_div.mercado_div {
    height: 25%;
    padding: 0px;
    background-size: 80%;
  }

  .shop_div.shopify_div {
    height: 25%;
    padding: 0px;
    background-size: 80%;
  }

  .shop_div.amazon_div {
    padding: 0px;
    background-color: #428bb4;
    background-image: var(--image-6eb5899e);
    background-position: 50% 50%;
    background-size: 80%;
    background-repeat: no-repeat;
  }

  .mercado_div {
    height: 33.333333333333336%;
    background-color: #feef72;
    background-image: var(--image-i5b8989d7);
    background-position: 50% 50%;
    background-size: 75%;
    background-repeat: no-repeat;
  }

  .shopify_div {
    height: 33.333333333333336%;
    background-color: #5b7b3c;
    background-image: var(--image-i13bd4394);
    background-position: 50% 50%;
    background-size: 70%;
    background-repeat: no-repeat;
  }

  .ecom_sec4 {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 494px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #df9638;
    font-size: 20px;
  }

  .sec3_text {
    font-size: 1em;
    line-height: 1em;
    text-align: center;
  }

  .sec4_sub-text {
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    color: #000;
    font-weight: 700;
  }

  .sec4_text {
    font-family: Poppins, sans-serif;
    color: #000;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 700;
    text-align: center;
  }

  .alt_pages_footer {
    position: relative;
    z-index: 12;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .movil_footer-h1 {
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 1em;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
  }

  .enterp_footer-mail {
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 300;
  }

  .redes_footer-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .movil_footer-social-img {
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .movil_footer-link-div {
    width: 30px;
    height: 30px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer_img-wrapp {
    margin-bottom: 20px;
  }

  .drone_sec1 {
    position: static;
    height: 70vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .drone_sec1-text {
    width: 100%;
    font-size: 1.8em;
  }

  .movil_text-sec {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 3em;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .sec-text {
    position: relative;
    width: auto;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }

  .sec-text.in_line {
    font-size: 1.8em;
  }

  .sec-text.is_small {
    margin-bottom: 0px;
  }

  .drone_serv-sec_text-wrapp {
    padding-top: 2em;
  }

  .drone_tiny-text {
    font-size: 0.8em;
  }

  .drone_big-text {
    font-size: 2em;
  }

  .enterp_sec1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 15em;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: var(--image-c053c89);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .enterp_sec2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 3em;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #000;
    background-image: var(--image-6279ab69);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-weight: 700;
  }

  .enterp_sec3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25em;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    background-image: var(--image-6279ab69);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
  }

  .enterp_text-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 11em;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #fff;
  }

  .enterp_text-div.is_termo {
    height: 11.5em;
  }

  .enterp_small-text {
    margin-bottom: 0px;
    font-size: 1em;
    line-height: 1em;
  }

  .enterp_big-text {
    font-size: 3.5em;
    line-height: 1em;
    white-space: nowrap;
  }

  .enterp_big-text.is_divided {
    font-size: 2.5em;
  }

  .enterp_sec4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: var(--image-6279ab69);
    background-position: 50% 50%;
    background-size: cover;
  }

  .enterp_sec5 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000;
    background-image: var(--image-6279ab69);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .enterp_sec6 {
    height: auto;
    padding: 20px 0px;
    background-color: #000;
    background-image: var(--image-6279ab69);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .preloader_anim-line {
    width: 3em;
    height: 3em;
  }

  .media_links {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .menu_location-div {
    margin-bottom: 10px;
  }

  .menu_contact-div {
    margin-bottom: 20px;
  }

  .menu_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .big_text_div {
    margin-bottom: auto;
  }

  .img_wrap {
    height: 6em;
  }

  .menu_email_link {
    text-decoration: underline;
  }
}

#w-node-_330815a4-e760-1d34-f9f9-a0d765651553-29b5ed90 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a01c96ff-ef70-5ec7-54ea-5e63adaa0962-29b5ed90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_7db14805-9cf4-4133-244f-d3d570a48bb5-29b5ed90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_13c7d57a-6aea-28a5-1ac2-7fab5875a593-29b5ed90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_13c7d57a-6aea-28a5-1ac2-7fab5875a58d-29b5ed90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
}

#w-node-_525c4484-221a-f100-b6f0-90a29df4adee-29b5ed90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_525c4484-221a-f100-b6f0-90a29df4adf4-29b5ed90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_918aef1a-a6d8-caef-e226-a8abcad729ae-29b5ed90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_918aef1a-a6d8-caef-e226-a8abcad729a8-29b5ed90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
}

#w-node-_57ab016b-1dd5-ffe7-9c32-481fe33ecea8-29b5ed90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_57ab016b-1dd5-ffe7-9c32-481fe33eceae-29b5ed90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-da16064d-c892-798e-2803-36a88a8bebb7-29b5ed90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-da16064d-c892-798e-2803-36a88a8bebb1-29b5ed90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
}

#is__a1.w-node-e651f544-f008-86a8-ba63-ddd43d9d34a5-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#is__a2.w-node-_37acf5c9-e50a-bce6-3dcc-33ffd0faa539-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#is__a3.w-node-_5b2b1592-14ca-649f-4d08-979e8b067758-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3d84934d-3556-2f65-728a-ace8e56eac3b-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#is__a4.w-node-_6fe0ae9e-1000-ef2e-787c-2e157a031dd7-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_808d9dea-5800-bd3f-846a-9df768e1110f-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#is__a5.w-node-_0b41f4cc-f54a-2a8a-003c-f70c9b025ec6-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-deeb88da-be10-6a6a-4ec4-d2ef8d09729e-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#is__a6.w-node-_2a29639a-f033-96c4-5b6f-aef6b0493c96-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_665128d7-2b10-bcf6-78ce-f66287c544ee-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#is__b1.w-node-cf8781c6-ef53-9070-df0c-91d2fcb3083a-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_69a2c1c0-7af9-9dd1-b8d8-4c13ad5b00f9-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#is__b2.w-node-_20e842f4-2a2d-41c1-1e7d-ad4b5b223e41-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6c4d8534-9ff0-bf41-9187-1245d8664027-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#is__b3.w-node-cd628166-54ca-2dd9-6d62-ca1b84e18799-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6e82d7de-baf8-38f1-22ed-d5442f0c1283-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#is__b4.w-node-e072877d-3e05-ac53-dc92-f801465ccc4e-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cfaec805-6dd1-a632-9d62-77dde302ac21-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#is__b5.w-node-_7d7d968a-1a9f-98f2-2586-92c2f0832881-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_541bfadf-9a12-0bd1-7c63-d0da748c49bd-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#is__b6.w-node-d24ffac8-5761-040c-55aa-2cf9b1db5b3f-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bc32b118-d256-381d-552d-160532b63a48-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#is__c1.w-node-_9086832d-34dc-ebb2-ab0d-03438c40d3e3-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9086832d-34dc-ebb2-ab0d-03438c40d3e4-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#is__c2.w-node-_3ae99c23-c247-042e-4534-0e75d341b974-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3ae99c23-c247-042e-4534-0e75d341b975-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#is__c3.w-node-_609b87c5-87cc-7b8b-cc73-e5e9e72a9df3-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_609b87c5-87cc-7b8b-cc73-e5e9e72a9df4-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#is__c4.w-node-_99169040-54d5-29cd-9877-91d351b52449-29b5ed90 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_99169040-54d5-29cd-9877-91d351b5244a-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#is__c5.w-node-_221fdc6a-d9a7-1ecf-5c9d-73ef25a59b62-29b5ed90 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_221fdc6a-d9a7-1ecf-5c9d-73ef25a59b63-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#is__c6.w-node-ee59b637-874f-3651-d48a-d1e84166b585-29b5ed90 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-ee59b637-874f-3651-d48a-d1e84166b586-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fce33959-8cfd-2c9e-e1f4-60b788878942-29b5ed90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6f109d60-e671-a40f-0c77-3d4e679b612e-29b5ed90 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_464797c8-dca0-ee81-507e-2a9b916a5cd8-29b5ed90 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_7d0f211a-9422-803e-e1bf-08c71dd2b3d3-29b5ed90 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-f161337f-c2ba-36e2-3de8-9ea1d7e807b3-e0cabdfa {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b4ad767a-e458-cd15-ec69-eff1b53c7177-7f23b86f {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c57560fc-1d46-0de9-b6a9-ee56e9eabd00-33d700cf {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7db14805-9cf4-4133-244f-d3d570a48bb5-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_13c7d57a-6aea-28a5-1ac2-7fab5875a593-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_525c4484-221a-f100-b6f0-90a29df4adf4-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_918aef1a-a6d8-caef-e226-a8abcad729ae-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_57ab016b-1dd5-ffe7-9c32-481fe33eceae-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-da16064d-c892-798e-2803-36a88a8bebb7-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #is__c5.w-node-_221fdc6a-d9a7-1ecf-5c9d-73ef25a59b62-29b5ed90 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #is__c6.w-node-ee59b637-874f-3651-d48a-d1e84166b585-29b5ed90 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a01c96ff-ef70-5ec7-54ea-5e63adaa0962-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-_7db14805-9cf4-4133-244f-d3d570a48bb5-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_13c7d57a-6aea-28a5-1ac2-7fab5875a593-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_13c7d57a-6aea-28a5-1ac2-7fab5875a58d-29b5ed90 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-_525c4484-221a-f100-b6f0-90a29df4adee-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-_525c4484-221a-f100-b6f0-90a29df4adf4-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_918aef1a-a6d8-caef-e226-a8abcad729ae-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_918aef1a-a6d8-caef-e226-a8abcad729a8-29b5ed90 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-_57ab016b-1dd5-ffe7-9c32-481fe33ecea8-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-_57ab016b-1dd5-ffe7-9c32-481fe33eceae-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-da16064d-c892-798e-2803-36a88a8bebb7-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-da16064d-c892-798e-2803-36a88a8bebb1-29b5ed90 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #is__c4.w-node-_99169040-54d5-29cd-9877-91d351b52449-29b5ed90 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #is__c5.w-node-_221fdc6a-d9a7-1ecf-5c9d-73ef25a59b62-29b5ed90 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #is__c6.w-node-ee59b637-874f-3651-d48a-d1e84166b585-29b5ed90 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fce33959-8cfd-2c9e-e1f4-60b788878942-29b5ed90 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_1e03aff0-80e6-2421-25d0-a83ff2f15d28-29b5ed90 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_2d5c8bc6-b979-e8ab-8356-b1a5353d2e08-29b5ed90 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_6f109d60-e671-a40f-0c77-3d4e679b612e-29b5ed90 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a01c96ff-ef70-5ec7-54ea-5e63adaa0962-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_7db14805-9cf4-4133-244f-d3d570a48bb5-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_13c7d57a-6aea-28a5-1ac2-7fab5875a593-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_525c4484-221a-f100-b6f0-90a29df4adee-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_525c4484-221a-f100-b6f0-90a29df4adf4-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_918aef1a-a6d8-caef-e226-a8abcad729ae-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_57ab016b-1dd5-ffe7-9c32-481fe33ecea8-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_57ab016b-1dd5-ffe7-9c32-481fe33eceae-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-da16064d-c892-798e-2803-36a88a8bebb7-29b5ed90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #is__c4.w-node-_99169040-54d5-29cd-9877-91d351b52449-29b5ed90 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #is__c5.w-node-_221fdc6a-d9a7-1ecf-5c9d-73ef25a59b62-29b5ed90 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #is__c6.w-node-ee59b637-874f-3651-d48a-d1e84166b585-29b5ed90 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_464797c8-dca0-ee81-507e-2a9b916a5cd8-29b5ed90 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@font-face {
  font-family: 'Poppins';
  src: url("/assets/fonts/poppins-bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url("/assets/fonts/poppins-thin.ttf") format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Poppins';
  src: url("/assets/fonts/poppins-black.ttf") format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Poppins';
  src: url("/assets/fonts/poppins-regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Poppins';
  src: url("/assets/fonts/poppins-light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: optional;
}