@font-face {
  font-family: Wellaway;
  src: url('../fonts/Wellaway-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black: #242424;
  --416fff: #106fff;
  --black-2: #242424;
}

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

body {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: -.02em;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

h1, h2, h3, h4 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

p {
  margin-bottom: 0;
}

.main {
  position: relative;
}

.section {
  width: 100%;
  position: relative;
}

.section.topografia {
  background-color: #f5f5f5;
}

.section.clientes {
  background-color: #f3f3f3;
}

.padding-lyr {
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.padding-typ {
  width: 100%;
  padding-top: 6%;
  padding-bottom: 6%;
  position: relative;
}

.padding-typ.primero {
  padding-top: 180px;
}

.article, .title-container {
  width: 100%;
  position: relative;
}

.txt-grid-container {
  width: 100%;
  margin-top: 6%;
  position: relative;
}

.grid-3-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 9fr;
}

.item-grid {
  position: relative;
}

.inner-item-grid {
  width: 100%;
  height: 100%;
  position: relative;
}

.flex-item-grid {
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.flex-item-grid.vertical {
  flex-direction: column;
}

.flex-item-grid.derecha-arriba {
  justify-content: flex-end;
}

.flex-item-grid.cliente-img-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.small-title {
  font-weight: 600;
}

.section-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 100%;
  text-decoration: underline;
}

.container-bajada {
  width: 100%;
  position: relative;
}

.container-p {
  width: 100%;
  margin-top: 6%;
  margin-bottom: 12%;
  position: relative;
}

.container-list {
  width: 100%;
  position: relative;
}

.container-list.item-de-topog {
  padding-top: 9%;
  padding-left: 6%;
  padding-right: 6%;
}

.container-list.items-de-drones {
  margin-top: 12%;
}

.container-list.clientes {
  margin-top: 6%;
}

.p-2-cols-grid {
  grid-column-gap: 45px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.bajada {
  letter-spacing: -.05em;
  font-size: 2.6em;
  line-height: 120%;
}

.bajada.short {
  font-size: 3.2em;
}

.bajada.dron {
  width: 30ch;
}

.empresa-grid {
  grid-column-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.body {
  line-height: 22px;
}

.p-de-bajada {
  font-size: 1.2em;
  line-height: 140%;
}

.p-de-bajada.drones {
  width: 23ch;
}

.title-list {
  color: var(--416fff);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
}

.linea {
  background-color: var(--416fff);
  width: 40px;
  height: 3px;
  margin-top: 10px;
}

.icon-valores {
  margin-bottom: 20px;
}

.list-title {
  margin-bottom: 0;
  font-weight: 600;
}

.list-p.adress {
  width: 15ch;
}

.inner-de-items-de-lista {
  margin-bottom: 10px;
}

.anime {
  position: relative;
  overflow: hidden;
}

.font-size-de-item {
  position: relative;
}

.urbana-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.number-item-container {
  margin-bottom: 20px;
  font-size: 60%;
  line-height: 100%;
}

.foto-section {
  width: 100%;
  height: 70vh;
  min-height: 400px;
  padding-left: 3%;
  padding-right: 0%;
  position: relative;
}

.sevicios {
  z-index: 1;
  color: var(--416fff);
  font-size: 4em;
  line-height: 100%;
  text-decoration: underline;
  position: absolute;
  inset: 0% auto auto 3%;
}

.foto-slider {
  z-index: 0;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: relative;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.foto-slider.urbana {
  border-right: 10px solid var(--416fff);
  position: absolute;
}

.linea-2 {
  background-color: #dc6269;
  width: 50px;
  height: 1px;
  margin-right: 10px;
}

.linea-2.blanca {
  background-color: #e7e8fe;
}

.mask-foto-slider {
  width: 100%;
  height: 100%;
}

.text-de-foto-slide {
  z-index: 2;
  color: #fdfdfd;
  align-items: center;
  font-size: 80%;
  position: absolute;
  inset: auto auto 15px 15px;
}

.text-de-foto-slide.abajo-derecha {
  z-index: 2;
  width: auto;
  margin-top: 0%;
  position: absolute;
  inset: auto 15px 15px auto;
}

.text-de-foto-slide.abajo-derecha.mas {
  align-items: flex-end;
  width: auto;
  margin-top: 0%;
  position: absolute;
  inset: auto 15px 15px auto;
}

.text-de-foto-slide.arriba-derecha {
  align-items: flex-end;
  width: auto;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
}

.text-de-foto-slide.arriba-izquierda {
  inset: 15px auto auto 15px;
}

.slide-foto {
  width: 100%;
  height: 100%;
}

.slide-foto.r {
  object-position: 100% 50%;
}

.none {
  display: none;
}

.title-uppercase {
  color: #dc6269;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 120%;
}

.title-uppercase.blanco {
  color: #e7e8fe;
}

.foto-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.foto-grid {
  object-fit: cover;
  object-position: 50% 50%;
  grid-template-rows: auto auto auto auto auto;
  width: 100%;
  height: 100%;
}

.foto-grid.center {
  object-position: 50% 50%;
}

.foto-grid.right, .foto-grid.l {
  object-position: 0% 50%;
}

.foto-grid.t {
  object-position: 50% 0%;
}

.foto-grid.r {
  object-position: 100% 50%;
}

.foto-grid.t1 {
  object-position: 40% 50%;
}

.foto-grid.t3 {
  object-position: 70% 50%;
}

.arrow {
  justify-content: center;
  align-items: center;
  font-size: 60%;
  display: flex;
}

.arrow.none {
  display: none;
}

.arrow.r {
  transform: translate(10px);
}

.arrow.l {
  transform: translate(-10px);
}

.slide-nav {
  letter-spacing: 2em;
  font-size: 40%;
  line-height: 50%;
}

.container-slider {
  z-index: 0;
  width: 85%;
  height: 90%;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
  transform: translate(0, 20px);
}

.container-slider.rural {
  border-bottom: 10px solid var(--416fff);
  width: 100%;
  height: 65vh;
  min-height: 400px;
  margin-bottom: 3%;
  position: relative;
  transform: none;
}

.container-slider.topografia {
  border-bottom: 10px solid var(--416fff);
  width: 100%;
  position: relative;
  transform: none;
}

.container-slider.drones {
  border-top: 10px solid var(--416fff);
  width: 100%;
  height: 45vh;
  position: relative;
  transform: none;
}

.azul {
  z-index: 2;
  background-color: var(--416fff);
  width: 10px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.azul.rural {
  width: 100%;
  height: 10px;
  display: none;
  inset: auto 0% 0%;
}

.rural-grid {
  grid-column-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._2-cols-topo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  position: relative;
}

.topo-items-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-dron-titles {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

._2-cols-dron-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1.5fr;
  width: 100%;
  height: 100%;
  margin-top: 6%;
  position: relative;
}

.grid-p-dron {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.container-p-de-drones {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-left: 6%;
  position: relative;
}

.drones-item-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.clientes-grid {
  grid-column-gap: 45px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer {
  background-color: var(--416fff);
  width: 100%;
  position: relative;
}

.footer.topografia {
  background-color: #f5f5f5;
}

.footer.clientes {
  background-color: #f3f3f3;
}

.contact-footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.container-contact-info {
  width: 100%;
  margin-top: 140px;
  font-style: normal;
  position: relative;
}

.container-contact-info.item-de-topog {
  padding-top: 9%;
  padding-left: 6%;
  padding-right: 6%;
}

.container-contact-info.items-de-drones {
  margin-top: 12%;
}

.container-contact-info.clientes {
  margin-top: 6%;
}

.container-form {
  width: 100%;
  margin-top: 60px;
  position: relative;
}

.btn {
  border: 3px solid var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 50px;
  padding: 25px 40px;
  font-weight: 600;
  text-decoration: none;
}

.btn.send {
  color: #f6f6f6;
  letter-spacing: .15rem;
  background-image: url('../images/btn-flecha-enviar_1btn-flecha-enviar.png');
  background-position: 90%;
  padding: 18px 45px 18px 20px;
  font-size: 90%;
}

.btn.blanco {
  border-color: var(--white);
  color: var(--white);
}

.btn.wsp {
  background-color: var(--black);
  align-items: center;
  padding: 20px 30px;
  transition: all .6s ease-in-out;
  display: flex;
}

.btn.wsp:hover {
  border-color: var(--416fff);
  background-color: var(--white);
}

.grid-form {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-label {
  padding-top: 3%;
  padding-bottom: 3%;
  padding-right: 6%;
}

.container-label._100 {
  padding-right: 3%;
}

.aclaracion {
  font-size: 80%;
  font-style: italic;
  font-weight: 400;
}

.text-field {
  color: var(--black);
  letter-spacing: -.05em;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 3px solid #000;
  border-radius: 0;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 18px;
  font-size: 110%;
  font-weight: 600;
}

.text-field:focus {
  border-bottom-color: var(--white);
  color: var(--white);
}

.text-field::placeholder {
  color: var(--black);
}

.text-field.mensaje {
  width: 100%;
  padding-bottom: 10px;
}

.img-isotipo {
  margin-bottom: 3%;
}

.span {
  font-weight: 600;
}

.footer-link {
  color: var(--black);
  text-decoration: none;
  transition: all .6s ease-in-out;
}

.footer-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.container-social-links {
  margin-top: 15px;
  display: flex;
}

.sep-social {
  width: 20px;
}

.firma-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 9%;
  margin-bottom: 12%;
  display: flex;
  position: relative;
}

.limites {
  color: #000;
  font-family: Wellaway, sans-serif;
  font-size: 4em;
  line-height: 100%;
}

.limites.firma-footer {
  text-align: center;
  font-size: 15vw;
}

.limites.hero {
  color: #0003;
  font-size: 5em;
}

.logo-footer {
  opacity: .4;
}

.fooer-credits {
  z-index: 1;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 3% 0%;
  display: flex;
  position: relative;
}

.credit-left {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.credit-txt {
  float: left;
  color: #0006;
  background-color: #0000;
  font-size: 80%;
  line-height: 100%;
}

.credit-right-2 {
  font-size: 110%;
  font-weight: 700;
}

.um-credit-2 {
  float: right;
  color: #0006;
  text-align: right;
  text-transform: none;
  flex: 1;
}

.cuadrado-2 {
  color: var(--white);
  font-weight: 700;
}

.um-link-2 {
  color: var(--white);
  text-transform: none;
  text-decoration: none;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.um-link-2:hover {
  border-bottom: 3px solid var(--black);
  color: var(--black);
  text-decoration: none;
}

.header {
  background-color: var(--416fff);
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.header.gracias {
  height: 100vh;
  min-height: 500px;
}

.brand-y-menu {
  flex-direction: column;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.container-brand {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.brand-link {
  margin: 15px 30px;
}

.logo {
  width: 90px;
}

.container-links-navbar {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 30px;
  display: flex;
}

.link-navbar {
  opacity: .5;
  margin-top: 9%;
  margin-bottom: 9%;
  padding-top: 3%;
  padding-bottom: 3%;
  text-decoration: none;
  transition: all .6s ease-in-out;
}

.link-navbar:hover {
  opacity: 1;
  color: var(--black);
  text-decoration: underline;
}

.link-navbar.w--current {
  opacity: 1;
  text-decoration: underline;
}

.link-navbar.primero {
  margin-top: 0%;
}

.link-navbar.ultimo {
  margin-bottom: 0%;
}

.txt-link-navbar {
  color: var(--black);
  text-decoration: none;
  transition: all .6s ease-in-out;
}

.txt-link-navbar:hover {
  padding-left: 10px;
}

.arriba-derecha {
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.abajo-derecha {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 9%;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.abajo-derecha.graciass {
  justify-content: center;
  height: 100%;
  margin-top: 0%;
}

.txt-wsp {
  color: var(--416fff);
  margin-left: 15px;
}

.container-slider-home {
  z-index: 0;
  width: 100%;
  height: 85vh;
  min-height: 400px;
  position: relative;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.container-slider-home.rural {
  border-bottom: 10px solid var(--416fff);
  width: 100%;
  height: 65vh;
  min-height: 400px;
  margin-bottom: 3%;
  position: relative;
  transform: none;
}

.container-slider-home.topografia {
  border-bottom: 10px solid var(--416fff);
  width: 100%;
  position: relative;
  transform: none;
}

.container-slider-home.drones {
  border-top: 10px solid var(--416fff);
  width: 100%;
  height: 45vh;
  position: relative;
  transform: none;
}

.container-h1 {
  margin-bottom: 3%;
  padding-left: 6%;
  padding-right: 3%;
  position: relative;
}

.container-h1.tranks {
  padding-left: 0%;
  font-size: 150%;
}

.h2-hero {
  font-size: 1em;
}

.h1-heroo {
  letter-spacing: -.05em;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 120%;
}

.h1-heroo.short {
  font-size: 3.2em;
}

.h1-heroo.dron {
  width: 30ch;
}

.container-arriba-derecha {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-left: 0%;
  padding-right: 30px;
  display: flex;
}

.white {
  background-color: var(--white);
  width: 100%;
  height: 15vh;
  position: absolute;
  inset: auto 0% 0%;
}

.btn-subir {
  z-index: 999;
  background-color: #f3f3f3;
  border-radius: 0;
  padding: 14px 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translate(0, 200px);
}

.browser_header {
  color: #20355a;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-style: normal;
  line-height: 40px;
}

.browser-warning {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: auto;
  padding: 40px;
  font-style: normal;
  display: flex;
  box-shadow: 11px 11px 55px #355aa41a;
}

.div-block {
  background-color: #000c;
  padding: 0%;
  display: none;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.browser_link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.browser_wrap {
  max-width: 300px;
  min-height: 50px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.browser_title {
  color: #7a849e;
  font-size: 14px;
  font-weight: 500;
}

.link_span {
  color: #283556;
  text-decoration: none;
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.browser-detect {
  z-index: 9999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  padding: 325px 150px;
  display: none;
  position: fixed;
  inset: 0%;
}

.icon_firefox {
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 6px;
}

.bpewser-center {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15% 0% 0%;
  display: block;
  position: relative;
}

.progreso {
  z-index: 9999;
  background-color: var(--416fff);
  transform-origin: 0%;
  width: 100%;
  height: 3px;
  display: block;
  position: fixed;
}

.sendd {
  border: 3px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 50px;
  padding: 25px 40px;
  font-weight: 600;
  text-decoration: none;
}

.sendd.send {
  color: #f6f6f6;
  letter-spacing: .15rem;
  background-image: url('../images/btn-flecha-enviar_1btn-flecha-enviar.png');
  background-position: 90%;
  padding: 18px 45px 18px 20px;
  font-size: 90%;
}

.sendd.blanco {
  border-color: var(--white);
  color: var(--white);
}

.sendd.wsp {
  background-color: var(--black);
  align-items: center;
  padding: 20px 30px;
  transition: all .6s ease-in-out;
  display: flex;
}

.sendd.wsp:hover {
  border-color: var(--416fff);
  background-color: var(--white);
}

.wsppp {
  border: 3px solid var(--black);
  background-color: var(--black);
  color: var(--black);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.wsppp.send {
  color: #f6f6f6;
  letter-spacing: .15rem;
  background-image: url('../images/btn-flecha-enviar_1btn-flecha-enviar.png');
  background-position: 90%;
  padding: 18px 45px 18px 20px;
  font-size: 90%;
}

.wsppp.blanco {
  border-color: var(--white);
  color: var(--white);
}

.wsppp.wsp {
  background-color: var(--black);
  align-items: center;
  padding: 20px 30px;
  transition: all .6s ease-in-out;
  display: flex;
}

.wsppp.wsp:hover {
  border-color: var(--416fff);
  background-color: var(--white);
}

@media screen and (min-width: 1440px) {
  .padding-lyr {
    padding-left: 6%;
    padding-right: 6%;
  }

  .container-list.item-de-topog {
    padding-right: 12%;
  }

  .bajada {
    font-size: 3em;
  }

  .sevicios {
    font-size: 5em;
    top: -1.2%;
    left: 3.4%;
  }

  .container-p-de-drones {
    padding-top: 3%;
    padding-left: 16%;
  }

  .limites.hero {
    font-size: 7em;
  }

  .brand-link {
    margin: 30px 45px;
  }

  .logo {
    width: auto;
  }

  .container-links-navbar {
    padding-top: 45px;
    padding-left: 45px;
  }

  .arriba-derecha {
    width: 82%;
  }

  .abajo-derecha {
    margin-top: 10.5%;
  }

  .container-slider-home {
    height: 70vh;
  }

  .h1-heroo {
    font-size: 3.6em;
  }

  .container-arriba-derecha {
    align-items: center;
    padding-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .padding-typ {
    padding-top: 6%;
    padding-bottom: 9%;
  }

  .txt-grid-container {
    margin-top: 12%;
  }

  .grid-3-9.contenido {
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
  }

  .inner-item-grid.d {
    justify-content: flex-end;
    display: flex;
  }

  .flex-item-grid.d {
    justify-content: flex-end;
  }

  .container-list.item-de-topog {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .bajada.dron {
    width: auto;
  }

  .empresa-grid {
    grid-row-gap: 45px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .foto-section {
    height: auto;
    min-height: auto;
    margin-bottom: 6%;
    padding-right: 3%;
  }

  .sevicios {
    position: relative;
    left: 0%;
  }

  .container-slider {
    width: 100%;
    height: 45vh;
    min-height: 400px;
    margin-top: 6%;
    position: relative;
    transform: none;
  }

  .container-slider.rural {
    height: 45vh;
    margin-top: 0%;
    margin-bottom: 6%;
  }

  .container-slider.topografia {
    margin-top: 6%;
  }

  ._2-cols-topo-grid {
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
    padding-left: 3%;
    padding-right: 3%;
  }

  .topo-items-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._2-cols-dron-container {
    grid-row-gap: 45px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 0%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .grid-p-dron {
    grid-template-columns: 1fr 1fr;
  }

  .container-p-de-drones {
    padding-left: 0%;
  }

  .drones-item-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .contact-footer-grid {
    grid-column-gap: 45px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-contact-info {
    margin-top: 6%;
  }

  .btn {
    background-position: 18px;
    padding: 12px 25px 12px 50px;
  }

  .btn.blanco {
    text-align: center;
    width: auto;
    padding-left: 60px;
    padding-right: 0%;
    display: inline-block;
    position: static;
  }

  .limites.hero {
    font-size: 4em;
  }

  .logo-footer {
    width: 40%;
  }

  .fooer-credits {
    flex-direction: column;
    padding-top: 9%;
    padding-bottom: 12%;
  }

  .credit-txt {
    float: none;
    text-align: center;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .um-credit-2 {
    float: none;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .brand-y-menu {
    position: absolute;
  }

  .container-links-navbar {
    display: none;
  }

  .arriba-derecha {
    width: 100%;
  }

  .abajo-derecha {
    margin-top: 20%;
  }

  .abajo-derecha.graciass {
    justify-content: flex-start;
    margin-top: 19%;
  }

  .container-slider-home {
    height: 65vh;
  }

  .container-h1 {
    padding-left: 3%;
  }

  .container-h1.tranks {
    padding-left: 6%;
    padding-right: 6%;
  }

  .container-arriba-derecha {
    padding-left: 22%;
    padding-right: 15px;
    position: relative;
  }

  .white {
    display: none;
  }

  .sendd {
    background-image: none;
  }

  .sendd.blanco {
    text-align: center;
    width: auto;
    padding-left: 60px;
    padding-right: 0%;
    display: inline-block;
    position: static;
  }

  .wsppp {
    background-image: none;
    padding: 12px 25px;
  }

  .wsppp.blanco {
    text-align: center;
    width: auto;
    padding-left: 60px;
    padding-right: 0%;
    display: inline-block;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .p-2-cols-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .bajada {
    font-size: 2em;
  }

  .p-de-bajada.drones {
    width: auto;
  }

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

  .sevicios {
    font-size: 2.5em;
  }

  .arrow {
    transform: translate(0, -80px);
  }

  .slide-nav {
    font-size: 20%;
  }

  .container-slider, .container-slider.rural {
    height: 350px;
    min-height: auto;
  }

  .container-slider.drones {
    height: 350px;
  }

  .rural-grid, .topo-items-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-p-dron {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .drones-item-grid {
    grid-template-columns: 1fr 1fr;
  }

  .clientes-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .btn.blanco {
    text-align: center;
    padding-right: 0;
  }

  .grid-form {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .container-label {
    padding-bottom: 6%;
    padding-right: 0%;
  }

  .container-label._100 {
    padding-right: 0%;
  }

  .container-label.right {
    padding-top: 0%;
  }

  .text-field {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 120%;
  }

  .text-field.mensaje {
    padding-bottom: 0;
  }

  .limites.hero {
    display: none;
  }

  .fooer-credits {
    z-index: 0;
    justify-content: space-around;
    height: 15%;
  }

  .credit-left {
    display: block;
  }

  .credit-txt {
    margin-bottom: 1%;
  }

  .um-credit-2 {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .logo {
    width: 70px;
  }

  .abajo-derecha {
    margin-top: 15%;
  }

  .abajo-derecha.graciass {
    margin-top: 13%;
  }

  .container-slider-home {
    height: 350px;
    min-height: auto;
  }

  .container-h1.tranks {
    font-size: 100%;
  }

  .h1-heroo {
    font-size: 2em;
  }

  .container-arriba-derecha {
    justify-content: flex-end;
    padding-left: 0%;
  }

  .btn-subir {
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    padding: 10px;
    display: flex;
  }

  .image-2 {
    height: 40px;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }

  .bpewser-center {
    padding-left: 12%;
    padding-right: 12%;
  }

  .progreso {
    display: none;
  }

  .sendd.blanco, .wsppp.blanco {
    text-align: center;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .padding-lyr {
    padding-left: 6%;
    padding-right: 6%;
  }

  .padding-typ {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .grid-3-9.contenido {
    grid-template-columns: 100%;
  }

  .bajada {
    font-size: 1.8em;
  }

  .empresa-grid {
    grid-template-columns: 1fr 1fr;
  }

  .foto-slider.urbana {
    border-bottom: 10px solid var(--416fff);
    border-right-style: none;
  }

  .text-de-foto-slide.abajo-derecha {
    inset: 3% auto auto 3%;
  }

  .text-de-foto-slide.abajo-derecha.mas {
    align-items: flex-start;
    inset: 3% auto auto 3%;
  }

  .text-de-foto-slide.arriba-derecha {
    inset: 3% auto auto 3%;
  }

  .text-de-foto-slide.arriba-izquierda {
    inset: auto auto 3% 3%;
  }

  .slide-nav {
    display: none;
  }

  .container-slider {
    height: 450px;
  }

  .container-slider.drones {
    border-bottom: 10px solid var(--416fff);
    border-top-style: none;
    height: 450px;
  }

  ._2-cols-topo-grid, ._2-cols-dron-container {
    padding-left: 6%;
    padding-right: 6%;
  }

  .drones-item-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .clientes-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-footer-grid {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .container-contact-info {
    margin-top: 12%;
  }

  .container-form {
    position: static;
  }

  .btn.wsp {
    padding: 10px 20px;
    font-size: 80%;
  }

  .grid-form {
    grid-template-columns: 100%;
  }

  .container-label {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .container-label._100 {
    width: 100%;
  }

  .text-field {
    padding-bottom: 30px;
    padding-left: 10px;
  }

  .text-field.mensaje {
    width: 100%;
  }

  .firma-center {
    margin-top: 40%;
    margin-bottom: 22%;
  }

  .limites.firma-footer {
    font-size: 4em;
  }

  .logo-footer {
    width: 60%;
  }

  .fooer-credits {
    flex-direction: column;
    height: auto;
    padding: 0% 3% 9%;
  }

  .credit-txt {
    margin-bottom: 3%;
  }

  .credit-right-2 {
    margin-top: 3%;
  }

  .brand-link {
    margin: 20px;
  }

  .abajo-derecha {
    margin-top: 35%;
  }

  .abajo-derecha.graciass {
    margin-top: 36%;
  }

  .txt-wsp {
    margin-left: 10px;
  }

  .container-slider-home {
    height: 450px;
  }

  .container-h1 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .container-h1.tranks {
    font-size: 120%;
  }

  .h1-heroo {
    font-size: 1.8em;
  }

  .container-arriba-derecha {
    padding-top: 10px;
    padding-right: 10px;
  }

  .browser_header {
    font-size: 160%;
    line-height: 100%;
  }

  .browser-warning {
    width: auto;
    max-width: none;
    padding: 6% 3%;
  }

  .icon-wsp {
    width: 24px;
  }

  .wsppp {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 80%;
  }

  .wsppp.wsp {
    padding: 10px 20px;
    font-size: 80%;
  }
}

#w-node-_964da827-a7f1-e600-5b01-98c48ab1c731-cce4d9ad {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4fdac437-622a-bbdd-3629-16cd62953350-cce4d9ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51c5c9e1-7992-1f6a-9c0b-d3a6d51c4afa-cce4d9ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a08fd613-ec18-d19a-dec1-f1da2a3de028-cce4d9ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3a16361-d8eb-3a16-375c-aa0d0a1dc99a-cce4d9ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3a16361-d8eb-3a16-375c-aa0d0a1dc99f-cce4d9ad {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_52ff54d5-6bdc-49e1-747a-8a83c60b626f-cce4d9ad {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_51c5c9e1-7992-1f6a-9c0b-d3a6d51c4aad-cce4d9ad {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_51c5c9e1-7992-1f6a-9c0b-d3a6d51c4afa-cce4d9ad {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a08fd613-ec18-d19a-dec1-f1da2a3de005-cce4d9ad {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a08fd613-ec18-d19a-dec1-f1da2a3de028-cce4d9ad {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_88d37a19-0b45-c0fe-dd5e-8a22b6f57efd-cce4d9ad {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_964da827-a7f1-e600-5b01-98c48ab1c731-cce4d9ad {
    grid-row-end: 2;
  }

  #w-node-_4fdac437-622a-bbdd-3629-16cd62953350-cce4d9ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_51c5c9e1-7992-1f6a-9c0b-d3a6d51c4afa-cce4d9ad {
    grid-column: span 1 / span 1;
  }

  #w-node-a08fd613-ec18-d19a-dec1-f1da2a3de028-cce4d9ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3a16361-d8eb-3a16-375c-aa0d0a1dc98e-cce4d9ad {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b3a16361-d8eb-3a16-375c-aa0d0a1dc990-cce4d9ad {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b3a16361-d8eb-3a16-375c-aa0d0a1dc992-cce4d9ad {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b3a16361-d8eb-3a16-375c-aa0d0a1dc994-cce4d9ad {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-b3a16361-d8eb-3a16-375c-aa0d0a1dc99a-cce4d9ad {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-b3a16361-d8eb-3a16-375c-aa0d0a1dc99c-cce4d9ad {
    grid-area: 6 / 2 / 7 / 3;
    justify-self: end;
  }

  #w-node-b3a16361-d8eb-3a16-375c-aa0d0a1dc99f-cce4d9ad {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_52ff54d5-6bdc-49e1-747a-8a83c60b626f-cce4d9ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_88d37a19-0b45-c0fe-dd5e-8a22b6f57f14-cce4d9ad, #w-node-_4ac9a1d6-fe19-7d42-504b-7322ef6ab07f-cce4d9ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3a16361-d8eb-3a16-375c-aa0d0a1dc98e-cce4d9ad {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b3a16361-d8eb-3a16-375c-aa0d0a1dc990-cce4d9ad {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b3a16361-d8eb-3a16-375c-aa0d0a1dc992-cce4d9ad {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b3a16361-d8eb-3a16-375c-aa0d0a1dc994-cce4d9ad {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b3a16361-d8eb-3a16-375c-aa0d0a1dc99a-cce4d9ad {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-b3a16361-d8eb-3a16-375c-aa0d0a1dc99c-cce4d9ad {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
  }

  #w-node-b3a16361-d8eb-3a16-375c-aa0d0a1dc99f-cce4d9ad {
    grid-area: 7 / 1 / 8 / 2;
  }
}


@font-face {
  font-family: 'Wellaway';
  src: url('../fonts/Wellaway-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}